@charset "UTF-8";
/* build: theme-probe-2026-06-18-1807 */
@import url(bootstrap-reboot.min.css);
@import url(bootstrap-grid.min.css);
@import url(fa-svg-with-js.css);
@import url(fancybox.min.css);
@import url(owl.carousel.min.css);
@import url(ion.rangeslider.min.css);
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* 2. Base / Generic layout */
/* line 4, _base.scss */
.insales_render {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 5000;
  background: #fff;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 15px; }

/* line 14, _base.scss */
body {
  font-family: "Manrope", "Manrope", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #374151;
  background: #f5f7fb;
  margin: 0;
  overflow-x: hidden; }

/* line 24, _base.scss */
button,
input,
select,
textarea {
  font-family: "Manrope", "Manrope", sans-serif; }

/* line 30, _base.scss */
hr {
  display: block;
  margin: 0px 0px 40px;
  border: none;
  height: 0px;
  border-bottom: 1px solid #e5eaf2;
  overflow: hidden; }

/* line 41, _base.scss */
.far:before,
.fab:before,
.fas:before {
  display: none; }

/* line 45, _base.scss */
a,
button,
.button,
.input,
.rating-link {
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear; }

/* line 55, _base.scss */
a {
  color: #111827;
  text-decoration: none; }

/* line 59, _base.scss */
a:hover {
  text-decoration: none; }

@media (min-width: 1025px) {
  /* line 63, _base.scss */
  a:hover {
    color: #0a2f83; } }
/* line 67, _base.scss */
.container {
  max-width: 1440px !important;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px; }

@media (min-width: 1600px) {
  /* line 75, _base.scss */
  .container {
    max-width: 1520px !important; } }
@media (max-width: 767px) {
  /* line 80, _base.scss */
  .container {
    padding-right: 20px;
    padding-left: 20px; } }
@media (max-width: 425px) {
  /* line 86, _base.scss */
  .container {
    padding-right: 10px;
    padding-left: 10px; } }
/* line 91, _base.scss */
.container .container {
  padding-right: 0px !important;
  padding-left: 0px !important; }

/* line 95, _base.scss */
b,
strong {
  font-weight: 600; }

/* line 99, _base.scss */
.overflow-hidden {
  overflow: hidden !important; }

/* line 103, _base.scss */
.layout--box {
  background: #f5f7fb;
  background-size: auto;
  background-attachment: fixed; }
  /* line 107, _base.scss */
  .layout--box .layout-page {
    background-color: #fff;
    max-width: 1520px;
    margin: 0px auto;
    box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04); }

/* line 115, _base.scss */
.sticky-block {
  position: sticky;
  top: 88px; }

/* line 119, _base.scss */
picture source {
  display: none !important; }

/* Shared design-system layer: semantic scales and component contracts. */
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* UI primitives: low-level controls shared across pages. */
/* Buttons */
/* 3. Components / Buttons and inputs */
/* line 7, _ui.scss */
.button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: none;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 14px;
  cursor: pointer;
  text-decoration: none !important; }
  /* line 21, _ui.scss */
  .button svg {
    margin-right: 5px; }
  /* line 24, _ui.scss */
  .button--block {
    display: block;
    width: 100%; }
  /* line 28, _ui.scss */
  .button--large {
    padding: 15px 20px; }
  /* line 31, _ui.scss */
  .button--medium {
    padding: 10px 15px; }
  /* line 34, _ui.scss */
  .button--small {
    font-size: 12px;
    line-height: 20px; }
  /* line 38, _ui.scss */
  .button--default {
    background-color: #f5f7fb;
    color: #111827; }
  /* line 42, _ui.scss */
  .button--off {
    background-color: #f5f7fb;
    color: #9ca3af;
    cursor: default; }
  /* line 47, _ui.scss */
  .button--primary {
    background-color: #0a2f83;
    color: #fff; }
    /* line 50, _ui.scss */
    .button--primary--inverse {
      background-color: #111827;
      color: #fff; }
  /* line 55, _ui.scss */
  .button--secondary {
    background-color: #eef4ff;
    color: #0a2f83; }
    /* line 58, _ui.scss */
    .button--secondary--inverse {
      background-color: #111827;
      color: #fff; }
  /* line 63, _ui.scss */
  .button--black {
    background-color: #111827;
    color: #fff; }
  /* line 67, _ui.scss */
  .button--counter {
    background-color: #f5f7fb;
    color: #9ca3af; }
  /* line 71, _ui.scss */
  .button--empty {
    padding-left: 0px;
    padding-right: 0px;
    color: #111827;
    background: transparent;
    border-radius: 0px; }
    /* line 77, _ui.scss */
    .button--empty--inverse {
      color: #0a2f83; }
  /* line 81, _ui.scss */
  .button--icon {
    min-width: 32px;
    height: 32px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 12px;
    line-height: 0px; }
    /* line 88, _ui.scss */
    .button--icon svg {
      margin: 0px; }
    /* line 91, _ui.scss */
    .button--icon span {
      margin-left: 10px; }
    /* line 94, _ui.scss */
    .button--icon.button--large {
      min-width: 52px;
      height: 52px; }
    /* line 98, _ui.scss */
    .button--icon.button--medium {
      min-width: 42px;
      height: 42px; }
    /* line 102, _ui.scss */
    .button--icon.button--small {
      min-width: 30px;
      height: 30px;
      line-height: 20px; }
      /* line 106, _ui.scss */
      .button--icon.button--small span {
        margin-left: 5px; }
  /* line 111, _ui.scss */
  .button--info {
    color: #111827; }
    /* line 113, _ui.scss */
    .button--info span {
      border-bottom: 1px dotted currentColor; }
  /* line 118, _ui.scss */
  .button--underline span {
    border-bottom-style: solid; }
  /* line 122, _ui.scss */
  .button--static {
    cursor: default;
    color: #111827 !important; }
  /* line 126, _ui.scss */
  .button--disabled {
    cursor: default;
    color: #9ca3af; }
  /* line 130, _ui.scss */
  .button--remove {
    color: #9ca3af; }
  /* line 134, _ui.scss */
  .button--compares span[data-text-first]:before {
    content: attr(data-text-first); }
  /* line 138, _ui.scss */
  .button--compares.is-added span[data-text-first]:before {
    content: attr(data-text-second); }
  /* line 142, _ui.scss */
  .button--compares:hover, .button--compares.is-added {
    color: #0a2f83 !important; }
  /* line 148, _ui.scss */
  .button--favorites:hover, .button--favorites.favorites-added {
    color: #ef3340 !important; }
  /* line 154, _ui.scss */
  .button[data-item-add].is-in-cart {
    background: #effaf2;
    color: #167a2e !important;
    box-shadow: none; }
    /* line 159, _ui.scss */
    .button[data-item-add].is-in-cart:hover {
      background: #effaf2;
      color: #167a2e !important; }

@media (min-width: 1025px) {
  /* line 168, _ui.scss */
  .button--default:hover {
    background-color: #111827;
    color: #fff; }
  /* line 174, _ui.scss */
  .button--primary:hover {
    background-color: #111827;
    color: #fff; }
  /* line 179, _ui.scss */
  .button--primary--inverse:hover {
    background-color: #0a2f83;
    color: #fff; }
  /* line 186, _ui.scss */
  .button--secondary:hover {
    background-color: #111827;
    color: #fff; }
  /* line 191, _ui.scss */
  .button--secondary--inverse:hover {
    background-color: #0a2f83;
    color: #fff; }
  /* line 198, _ui.scss */
  .button--black:hover {
    color: #fff; }
  /* line 203, _ui.scss */
  .button--counter:hover {
    color: #111827; }
  /* line 208, _ui.scss */
  .button--empty:hover {
    color: #0a2f83; }
  /* line 212, _ui.scss */
  .button--empty--inverse:hover {
    color: #111827; }
  /* line 218, _ui.scss */
  .button--info:hover {
    color: #0a2f83; }
  /* line 223, _ui.scss */
  .button--disabled:hover {
    color: #9ca3af; }
  /* line 228, _ui.scss */
  .button--remove:hover {
    color: #ef3340; } }
/* Cart motion */
/* Cart add-to-basket motion primitives shared by product cards and custom rails. */
/* line 237, _ui.scss */
.cart-fly-image {
  background: #fff;
  box-shadow: 0px 14px 34px rgba(6, 34, 95, 0.22); }

/* line 241, _ui.scss */
.is-cart-pulse {
  animation: cartPulse 0.42s ease; }

@keyframes cartPulse {
  0% {
    transform: scale(1); }
  45% {
    transform: scale(1.12); }
  100% {
    transform: scale(1); } }
/* Forms */
/* Form controls shared across theme pages. */
/* line 258, _ui.scss */
.input,
select {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 22px;
  padding: 4px 9px;
  border: 1px solid #e5eaf2;
  border-radius: 12px;
  width: 100%;
  background-color: #fff;
  color: #111827; }

/* line 273, _ui.scss */
.input--block {
  display: block;
  width: 100%; }
/* line 277, _ui.scss */
.input--large {
  padding: 14px 19px; }
/* line 280, _ui.scss */
.input--medium {
  padding: 9px 14px; }
/* line 283, _ui.scss */
.input--white {
  border-color: #fff; }
/* line 286, _ui.scss */
.input--default {
  border-color: #f5f7fb;
  background-color: #f5f7fb;
  color: #9ca3af; }
  /* line 290, _ui.scss */
  .input--default:focus {
    border-color: #0a2f83;
    background-color: #fff;
    color: #111827; }
/* line 296, _ui.scss */
.input--counter {
  text-align: center;
  font-weight: 600;
  border-color: #f5f7fb;
  background-color: #f5f7fb;
  color: #111827;
  padding-left: 0px;
  padding-right: 0px; }
/* line 305, _ui.scss */
.input--error {
  border-color: #ef3340; }
/* line 308, _ui.scss */
.input--sort {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #e5eaf2;
  background-color: #f5f7fb;
  background-image: linear-gradient(45deg, transparent 50%, #111827 50%), linear-gradient(135deg, #111827 50%, transparent 50%);
  background-position: right 12px center, right 7px center;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  color: #111827;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  height: 30px;
  padding: 3px 23px 3px 8px; }

/* Share controls */
/* 3. Components / Share */
/* line 335, _ui.scss */
.share {
  padding: 10px 0px;
  background: #f5f7fb;
  text-align: center;
  margin: 20px 0px 40px;
  height: 50px; }
  /* line 341, _ui.scss */
  .share .ya-share2__badge {
    border-radius: 0px !important; }
  /* line 344, _ui.scss */
  .share .ya-share2__icon {
    width: 30px !important;
    height: 30px !important;
    background-size: 24px 24px !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }
  /* line 351, _ui.scss */
  .share--article {
    margin: 0px 0px 40px; }
  /* line 354, _ui.scss */
  .share--empty {
    padding: 0px;
    height: 1px;
    background: #e5eaf2; }

/* line 361, _ui.scss */
.insales-section-share + .insales-section-tabs .tabs-list {
  margin: 0px 0px 25px; }

/* Tabs */
/* 3. Components / Tabs */
/* line 369, _ui.scss */
.tabs-list {
  margin: 20px 0px 25px; }
  /* line 371, _ui.scss */
  .tabs-list-item {
    margin: 0px 20px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #374151;
    cursor: pointer;
    transition: color 0.2s linear, background 0.2s linear; }
    /* line 380, _ui.scss */
    .tabs-list-item svg {
      margin-right: 10px; }
    /* line 383, _ui.scss */
    .tabs-list-item:hover, .tabs-list-item.is-active {
      color: #111827; }
    /* line 387, _ui.scss */
    .tabs-list-item.is-active {
      font-weight: 600; }
/* line 392, _ui.scss */
.tabs-content {
  display: none; }
  /* line 394, _ui.scss */
  .tabs-content.is-active {
    display: block; }
/* line 398, _ui.scss */
.tabs-all {
  margin: -20px 0px 40px; }
/* line 402, _ui.scss */
.tabs-list--small {
  display: flex;
  align-items: stretch; }
  /* line 405, _ui.scss */
  .tabs-list--small .tabs-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    margin: 0px 5px 10px;
    background-color: #f5f7fb;
    color: #111827;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    text-align: center; }
    /* line 417, _ui.scss */
    .tabs-list--small .tabs-list-item:hover, .tabs-list--small .tabs-list-item.is-active {
      color: #fff;
      background: #9ca3af; }
/* line 427, _ui.scss */
.tabs--info .text-content h2,
.tabs--info .text-content h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400; }

@media (max-width: 1024px) {
  /* line 441, _ui.scss */
  .tabs-list--small .tabs-list-item {
    max-width: 200px; } }
@media (max-width: 575px) {
  /* line 453, _ui.scss */
  .tabs-list--small .tabs-list-item {
    max-width: none;
    width: 100%; } }
/* line 461, _ui.scss */
.tabs-list-item.is-hidden {
  display: none !important; }

/* line 467, _ui.scss */
.insales-section-tabs--index .tabs-list {
  margin: -5px 0px 10px; }
  /* line 469, _ui.scss */
  .insales-section-tabs--index .tabs-list-item {
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    border-bottom: 1px dashed currentColor; }

/* Alerts */
/* 3. Components / Alerts */
/* line 481, _ui.scss */
.alert {
  margin: 0px 0px 20px;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #111827;
  background: #f5f7fb;
  font-weight: 600; }
  /* line 489, _ui.scss */
  .alert--success {
    color: #fff;
    background: #2fb700; }
  /* line 493, _ui.scss */
  .alert--error {
    color: #fff;
    background: #ef3340; }
  /* line 497, _ui.scss */
  .alert svg {
    margin-right: 10px; }
  /* line 500, _ui.scss */
  .alert a,
  .alert a:hover {
    color: currentColor;
    text-decoration: underline; }

/* Breadcrumbs */
/* 3. Components / Breadcrumbs */
/* line 509, _ui.scss */
.breadcrumbs {
  background: linear-gradient(180deg, rgba(245, 247, 251, 0.86) 0%, rgba(255, 255, 255, 0.96) 100%);
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7;
  color: #6b7280;
  margin: 0px 0px 20px;
  box-shadow: none; }

/* line 517, _ui.scss */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0px;
  overflow-x: auto;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0px;
  scrollbar-width: none; }
  /* line 528, _ui.scss */
  .breadcrumb::-webkit-scrollbar {
    display: none; }
  /* line 532, _ui.scss */
  .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto; }
    /* line 537, _ui.scss */
    .breadcrumb-item + .breadcrumb-item:before {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      margin: 0px 3px 0px 1px;
      border-top: 1.5px solid rgba(107, 114, 128, 0.48);
      border-right: 1.5px solid rgba(107, 114, 128, 0.48);
      transform: rotate(45deg); }
    /* line 548, _ui.scss */
    .breadcrumb-item:last-child .breadcrumb-link {
      color: #06225f;
      background: rgba(10, 47, 131, 0.08);
      font-weight: 700;
      pointer-events: none; }
  /* line 556, _ui.scss */
  .breadcrumb-link {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    border-radius: 999px;
    color: #6b7280;
    white-space: nowrap;
    transition: color 0.2s ease, background-color 0.2s ease; }
    /* line 566, _ui.scss */
    .breadcrumb-link:hover {
      background: rgba(10, 47, 131, 0.06);
      color: #0a2f83; }

@media (max-width: 767px) {
  /* line 573, _ui.scss */
  .breadcrumbs {
    margin: 0px 0px 16px; } }
/* Pagination */
/* 3. Components / Pagination */
/* line 580, _ui.scss */
.pagination {
  position: relative;
  margin: 0px 0px 40px;
  text-align: center;
  font-weight: 600;
  color: #111827;
  display: block;
  width: 100%; }
  /* line 588, _ui.scss */
  .pagination-top {
    margin: 0px 0px 20px; }
  /* line 591, _ui.scss */
  .pagination-item {
    display: inline-block;
    margin: 0px 2px; }
    /* line 594, _ui.scss */
    .pagination-item-next {
      margin: 0px 0px 0px 8px; }
    /* line 597, _ui.scss */
    .pagination-item-prev {
      margin: 0px 8px 0px 0px; }
  /* line 601, _ui.scss */
  .pagination-link, .pagination-void {
    display: block;
    text-align: center;
    border: 2px solid #e5eaf2;
    color: #111827;
    font-size: 12px;
    line-height: 28px;
    min-width: 32px; }
  /* line 612, _ui.scss */
  .pagination-link:hover, .pagination-link.is-current {
    border-color: #0a2f83;
    color: #111827; }
  /* line 618, _ui.scss */
  .pagination-void {
    border-color: transparent; }
  /* line 621, _ui.scss */
  .pagination-next, .pagination-prev {
    border-color: transparent !important;
    width: 70px; }
    /* line 625, _ui.scss */
    .pagination-next:hover, .pagination-prev:hover {
      color: #0a2f83; }
    /* line 628, _ui.scss */
    .pagination-next--disabled, .pagination-prev--disabled {
      color: #9ca3af !important; }
  /* line 632, _ui.scss */
  .pagination-next {
    text-align: left; }
    /* line 634, _ui.scss */
    .pagination-next svg {
      margin-left: 8px; }
  /* line 638, _ui.scss */
  .pagination-prev {
    text-align: right; }
    /* line 640, _ui.scss */
    .pagination-prev svg {
      margin-right: 8px; }
  /* line 644, _ui.scss */
  .pagination-load {
    margin: 0px 0px 20px; }
    /* line 646, _ui.scss */
    .pagination-load .button {
      max-width: 245px;
      margin: 0px auto; }
  /* line 651, _ui.scss */
  .pagination-separator {
    margin: 0px 0px 20px;
    position: relative;
    text-align: center;
    line-height: 0; }
    /* line 656, _ui.scss */
    .pagination-separator span {
      position: relative;
      z-index: 2;
      display: inline-block;
      padding: 0px 10px;
      font-size: 10px;
      line-height: 14px;
      font-weight: 600;
      background-color: #fff;
      color: #111827; }
    /* line 667, _ui.scss */
    .pagination-separator:after {
      content: "";
      position: absolute;
      z-index: 1;
      left: 0px;
      top: 50%;
      width: 100%;
      height: 2px;
      margin-top: -1px;
      background-color: #e5eaf2; }

/* line 680, _ui.scss */
[data-infinite-pagination] {
  height: 1px;
  margin: 0px;
  overflow: hidden;
  pointer-events: none; }
  /* line 686, _ui.scss */
  [data-infinite-pagination] .pagination-load {
    height: 1px;
    margin: 0px; }
    /* line 690, _ui.scss */
    [data-infinite-pagination] .pagination-load .button {
      width: 1px;
      min-width: 1px;
      max-width: 1px;
      height: 1px;
      min-height: 1px;
      margin: 0px;
      padding: 0px;
      border: 0px;
      opacity: 0;
      box-shadow: none; }
  /* line 704, _ui.scss */
  [data-infinite-pagination].pagination-large {
    padding-bottom: 0px; }

@media (max-width: 575px) {
  /* line 709, _ui.scss */
  .pagination-large {
    padding-bottom: 42px; }
    /* line 713, _ui.scss */
    .pagination-large .pagination-item-next, .pagination-large .pagination-item-prev {
      position: absolute;
      bottom: 0px; }
    /* line 718, _ui.scss */
    .pagination-large .pagination-item-next {
      right: 50%;
      margin: 0px -75px 0px 0px; }
    /* line 722, _ui.scss */
    .pagination-large .pagination-item-prev {
      left: 50%;
      margin: 0px 0px 0px -75px; }
    /* line 727, _ui.scss */
    .pagination-large .pagination-next, .pagination-large .pagination-prev {
      width: auto; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* Components: reusable blocks with their own markup contract. */
/* Labels */
/* 3. Components / Product and article labels */
/* line 10, _components2.scss */
.product_card-labels,
.product-labels,
.article_card-labels {
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0px;
  pointer-events: none; }
/* line 21, _components2.scss */
.product_card-label,
.product-label,
.article_card-label {
  margin: 0px;
  padding: 3px 8px;
  border-radius: 7px;
  font-size: 10px;
  line-height: 13px;
  font-weight: 600;
  background: #0a2f83;
  color: #fff;
  box-shadow: 0px 8px 20px rgba(15, 23, 42, 0.1); }
  /* line 31, _components2.scss */
  .product_card-label:before,
  .product-label:before,
  .article_card-label:before {
    content: attr(data-title); }
  /* line 34, _components2.scss */
  .product_card-label--date,
  .product-label--date,
  .article_card-label--date {
    background-color: #fff;
    color: #111827;
    padding: 2px 5px 2px 0px; }
    /* line 38, _components2.scss */
    .product_card-label--date:before,
    .product-label--date:before,
    .article_card-label--date:before {
      display: none; }
/* line 43, _components2.scss */
.product_card-discount_bage,
.product-discount_bage,
.article_card-discount_bage {
  position: absolute;
  z-index: 3;
  top: 0px;
  right: 0px;
  background-color: #ef3340;
  color: #fff;
  text-align: center;
  width: 42px;
  line-height: 42px;
  border-radius: 50px 0px 50px 50px;
  font-weight: 600;
  font-size: 12px;
  box-shadow: 0px 0px 0px 2px #fff; }

/* line 61, _components2.scss */
body .product_card-label[data-title="Новинка"], body .product_card-label[data-title="KING♕PROMO"], body .product_card-label[data-title="Ожидается"], body .product_card-label[data-title="Распродажа"],
body .product-label[data-title="Новинка"],
body .product-label[data-title="KING♕PROMO"],
body .product-label[data-title="Ожидается"],
body .product-label[data-title="Распродажа"] {
  background-color: #0a2f83; }
/* line 68, _components2.scss */
body .product_card-label[data-title="Комплект"], body .product_card-label[data-title="+ Подарок"], body .product_card-label[data-title="Цена + качество"],
body .product-label[data-title="Комплект"],
body .product-label[data-title="+ Подарок"],
body .product-label[data-title="Цена + качество"] {
  background-color: #2fb700; }
/* line 74, _components2.scss */
body .product_card-label[data-title="Товар дня"],
body .product-label[data-title="Товар дня"] {
  background-color: #fdbc20;
  color: #111827; }
/* line 79, _components2.scss */
body .product_card-label.product-label--day-benefit, body .product_card-label.product_card-label--day-benefit,
body .product-label.product-label--day-benefit,
body .product-label.product_card-label--day-benefit {
  background-color: #ef3340;
  color: #fff; }
/* line 85, _components2.scss */
body .product_card-label[data-title="Скидка"],
body .product-label[data-title="Скидка"] {
  background-color: #ef3340; }
/* line 89, _components2.scss */
body .product_card-label[data-title="Лучшая цена"], body .product_card-label[data-title="Предзаказ"],
body .product-label[data-title="Лучшая цена"],
body .product-label[data-title="Предзаказ"] {
  background-color: #fdbc20;
  color: #111827; }
/* line 95, _components2.scss */
body .product_card-label[data-title="Распродано"], body .product_card-label[data-title="Нет в наличии"], body .product_card-label[data-title="Slim Box"],
body .product-label[data-title="Распродано"],
body .product-label[data-title="Нет в наличии"],
body .product-label[data-title="Slim Box"] {
  background-color: #ef3340; }

/* Dropdown products */
/* 3. Components / Dropdown products */
/* line 104, _components2.scss */
.dropdown_products {
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden;
  margin: 0px -20px;
  padding: 0px 20px; }
  /* line 110, _components2.scss */
  .dropdown_products-header {
    margin: 0px 0px 20px; }
    /* line 112, _components2.scss */
    .dropdown_products-header span {
      white-space: nowrap;
      font-weight: 600; }
  /* line 117, _components2.scss */
  .dropdown_products-action {
    margin: 20px 0px 0px; }

/* line 122, _components2.scss */
.dropdown_product + .dropdown_product {
  margin-top: 20px; }
/* line 125, _components2.scss */
.dropdown_product-thumb {
  position: relative;
  display: block;
  margin: 0px; }
  /* line 129, _components2.scss */
  .dropdown_product-thumb-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff center center no-repeat; }
  /* line 137, _components2.scss */
  .dropdown_product-thumb--1x1 {
    padding-top: 100%; }
  /* line 140, _components2.scss */
  .dropdown_product-thumb--2x3 {
    padding-top: 150%; }
  /* line 143, _components2.scss */
  .dropdown_product-thumb--3x4 {
    padding-top: 133%; }
  /* line 146, _components2.scss */
  .dropdown_product-thumb--4x3 {
    padding-top: 75%; }
  /* line 150, _components2.scss */
  .dropdown_product-thumb--contain .dropdown_product-thumb-item {
    background-size: contain; }
  /* line 155, _components2.scss */
  .dropdown_product-thumb--cover .dropdown_product-thumb-item {
    background-size: cover; }
/* line 160, _components2.scss */
.dropdown_product-title {
  font-size: 12px;
  line-height: 18px;
  margin: 0px 10px; }
  /* line 164, _components2.scss */
  .dropdown_product-title a {
    display: block;
    color: #111827; }
    /* line 167, _components2.scss */
    .dropdown_product-title a:hover {
      color: #0a2f83; }
/* line 172, _components2.scss */
.dropdown_product-prices {
  margin: 0px 10px;
  font-weight: 600;
  color: #111827; }

/* Rating */
/* 3. Components / Rating */
/* line 182, _components2.scss */
.rating-item {
  display: inline-block;
  line-height: 0px;
  transition: color 0.2s linear; }
  /* line 186, _components2.scss */
  .rating-item--active {
    color: #ffb020; }
  /* line 189, _components2.scss */
  .rating-item--hover {
    color: #ffb020 !important; }
  /* line 192, _components2.scss */
  .rating-item--unactive {
    color: #ccc; }
  /* line 195, _components2.scss */
  .rating-item--unhover {
    color: #ccc !important; }
  /* line 198, _components2.scss */
  .rating-item--reset {
    color: #ccc; }
    /* line 200, _components2.scss */
    .rating-item--reset:hover {
      color: #111827; }
  /* line 204, _components2.scss */
  .rating-item + .rating-item {
    padding-left: 2px; }
  /* line 209, _components2.scss */
  .rating-item--active.rating-item--like, .rating-item--hover.rating-item--like {
    color: #2fb700 !important; }
  /* line 212, _components2.scss */
  .rating-item--active.rating-item--dislike, .rating-item--hover.rating-item--dislike {
    color: #ef3340 !important; }
  /* line 215, _components2.scss */
  .rating-item--active.rating-item--frown, .rating-item--hover.rating-item--frown {
    color: #ef3340 !important; }
  /* line 218, _components2.scss */
  .rating-item--active.rating-item--meh, .rating-item--hover.rating-item--meh {
    color: #fdbc20 !important; }
  /* line 221, _components2.scss */
  .rating-item--active.rating-item--smile, .rating-item--hover.rating-item--smile {
    color: #2fb700 !important; }
/* line 226, _components2.scss */
.rating-link {
  font-size: 12px;
  line-height: 0;
  margin-left: 20px;
  color: #9ca3af; }
  /* line 231, _components2.scss */
  .rating-link svg {
    margin-right: 5px; }

/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* Product card component: single source for catalog, rails, recently viewed and related grids. */
/* 7. Catalog / Product card */
/* line 5, _product-card.scss */
.product_card {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0px 0px 18px;
  padding: 10px;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04); }
  /* line 15, _product-card.scss */
  .product_card-form {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
    min-height: 100%;
    flex-direction: column;
    position: relative; }
  /* line 23, _product-card.scss */
  .product_card-thumb {
    position: relative;
    display: block;
    margin: 0px 0px 10px;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f7fb; }
    /* line 30, _product-card.scss */
    .product_card-thumb-item {
      position: absolute;
      z-index: 1;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: #f5f7fb center center no-repeat;
      background-size: contain;
      transition: all 0.4s linear; }
      /* line 40, _product-card.scss */
      .product_card-thumb-item--empty {
        background-color: #f5f7fb; }
      /* line 43, _product-card.scss */
      .product_card-thumb-item svg {
        color: #e5eaf2;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      /* line 50, _product-card.scss */
      .product_card-thumb-item img,
      .product_card-thumb-item source {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100% !important;
        height: 100% !important;
        will-change: transform;
        object-fit: contain; }
      /* line 60, _product-card.scss */
      .product_card-thumb-item--first {
        z-index: 1; }
      /* line 63, _product-card.scss */
      .product_card-thumb-item--second {
        z-index: 2;
        opacity: 0;
        visibility: hidden; }
    /* line 69, _product-card.scss */
    .product_card-thumb--1x1 {
      padding-top: 82%; }
    /* line 72, _product-card.scss */
    .product_card-thumb--2x3 {
      padding-top: 150%; }
    /* line 75, _product-card.scss */
    .product_card-thumb--3x4 {
      padding-top: 133%; }
    /* line 78, _product-card.scss */
    .product_card-thumb--4x3 {
      padding-top: 75%; }
    /* line 82, _product-card.scss */
    .product_card-thumb--contain .product_card-thumb-item {
      background-size: contain; }
      /* line 84, _product-card.scss */
      .product_card-thumb--contain .product_card-thumb-item img,
      .product_card-thumb--contain .product_card-thumb-item source {
        object-fit: contain; }
    /* line 91, _product-card.scss */
    .product_card-thumb--cover .product_card-thumb-item {
      background-size: cover; }
      /* line 93, _product-card.scss */
      .product_card-thumb--cover .product_card-thumb-item img,
      .product_card-thumb--cover .product_card-thumb-item source {
        object-fit: cover; }
  /* line 100, _product-card.scss */
  .product_card-favorite {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    padding: 0px;
    border: 1px solid #e5eaf2;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #6b7280;
    box-shadow: 0px 4px 12px rgba(24, 32, 56, 0.04); }
    /* line 115, _product-card.scss */
    .product_card-favorite:hover, .product_card-favorite.is-active, .product_card-favorite.is-added {
      border-color: #fff1f3;
      background: #fff;
      color: #ef3340; }
  /* line 123, _product-card.scss */
  .product_card-compare {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 0px;
    border: 1px solid #e5eaf2;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #0a2f83;
    box-shadow: 0px 4px 12px rgba(24, 32, 56, 0.04); }
    /* line 138, _product-card.scss */
    .product_card-compare:hover, .product_card-compare.is-added {
      border-color: #c7d9f6;
      background: #0a2f83 !important;
      color: #fff !important; }
  /* line 145, _product-card.scss */
  .product_card-title {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px; }
    /* line 149, _product-card.scss */
    .product_card-title a {
      display: block;
      min-height: 54px;
      max-height: 54px;
      height: auto;
      overflow: hidden;
      color: #111827; }
      /* line 156, _product-card.scss */
      .product_card-title a:hover {
        color: #0a2f83; }
  /* line 161, _product-card.scss */
  .product_card-footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    min-height: 0px; }
  /* line 167, _product-card.scss */
  .product_card-meta {
    display: flex;
    align-items: center;
    min-height: 20px;
    margin: 0px 0px 6px; }
    /* line 173, _product-card.scss */
    .product_card-meta--empty {
      pointer-events: none; }
      /* line 176, _product-card.scss */
      .product_card-meta--empty .rating-link {
        color: #9ca3af; }
  /* line 181, _product-card.scss */
  .product_card-rating {
    line-height: 18px;
    min-width: 0;
    margin: 0px; }
    /* line 185, _product-card.scss */
    .product_card-rating a {
      display: flex;
      align-items: center;
      min-width: 0;
      color: inherit; }
    /* line 191, _product-card.scss */
    .product_card-rating .rating-link {
      display: inline-flex;
      align-items: center;
      gap: 3px;
      margin-left: 10px; }
  /* line 198, _product-card.scss */
  .product_card-buyline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    margin-top: 0px; }
  /* line 206, _product-card.scss */
  .product_card-prices {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 8px;
    min-width: 0;
    min-height: 27px;
    margin: 0px 0px 5px;
    font-weight: 600;
    color: #111827; }
  /* line 217, _product-card.scss */
  .product_card-price {
    display: inline-flex;
    align-items: baseline;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    white-space: nowrap;
    color: #111827; }
    /* line 225, _product-card.scss */
    .product_card-price--sale {
      color: #111827; }
  /* line 229, _product-card.scss */
  .product_card-old_price {
    color: #9ca3af;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    text-decoration: line-through; }
  /* line 236, _product-card.scss */
  .product_card-discount_inline {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 0 7px;
    border-radius: 999px;
    background: #fff1f3;
    color: #ef3340;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    white-space: nowrap; }
  /* line 249, _product-card.scss */
  .product_card-add {
    display: inline-flex;
    align-items: center;
    justify-content: stretch;
    height: auto;
    width: 100%;
    min-width: 0; }
    /* line 257, _product-card.scss */
    .product_card-add .button--empty--inverse {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 40px;
      padding: 0 12px;
      border-radius: 999px;
      color: #fff;
      background: #0a2f83;
      box-shadow: 0 6px 14px rgba(47, 125, 240, 0.18); }
      /* line 269, _product-card.scss */
      .product_card-add .button--empty--inverse span:last-child {
        white-space: nowrap; }
      /* line 273, _product-card.scss */
      .product_card-add .button--empty--inverse:hover {
        color: #fff;
        background: #061b55; }
      /* line 278, _product-card.scss */
      .product_card-add .button--empty--inverse.is-in-cart {
        color: #167a2e !important;
        background: #effaf2;
        box-shadow: none; }
        /* line 283, _product-card.scss */
        .product_card-add .button--empty--inverse.is-in-cart:hover {
          color: #167a2e !important;
          background: #effaf2; }
    /* line 290, _product-card.scss */
    .product_card-add .button--disabled {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 40px;
      padding: 0 12px;
      border-radius: 999px;
      background: #f5f7fb;
      color: #6b7280; }
      /* line 301, _product-card.scss */
      .product_card-add .button--disabled span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  /* line 308, _product-card.scss */
  .product_card-actions {
    display: inline-flex;
    align-items: center;
    gap: 6px; }
  /* line 313, _product-card.scss */
  .product_card--soldout {
    border-color: #e5eaf2;
    box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04); }
    /* line 318, _product-card.scss */
    .product_card--soldout .product_card-thumb-item img,
    .product_card--soldout .product_card-thumb-item source {
      filter: grayscale(1);
      opacity: 0.75; }
    /* line 325, _product-card.scss */
    .product_card--soldout .product_card-add .button--disabled {
      min-height: 36px;
      height: 36px;
      padding: 0 10px;
      background: #f5f7fb;
      color: #6b7280;
      box-shadow: none;
      font-size: 12px;
      line-height: 16px; }

/* line 338, _product-card.scss */
.collection-products-grid {
  align-items: stretch; }
  /* line 341, _product-card.scss */
  .collection-products-grid > .col-6 {
    display: flex;
    align-items: stretch;
    margin-bottom: 18px; }

@media (min-width: 768px) {
  /* line 350, _product-card.scss */
  .product_card:hover .product_card-thumb-item--first {
    opacity: 0;
    visibility: hidden; }
  /* line 354, _product-card.scss */
  .product_card:hover .product_card-thumb-item--second {
    opacity: 1;
    visibility: visible; }
  /* line 359, _product-card.scss */
  .product_card--shadow {
    position: relative;
    z-index: 1;
    transition: box-shadow 0.2s linear, border-color 0.2s linear, transform 0.2s linear; }
    /* line 363, _product-card.scss */
    .product_card--shadow:hover {
      z-index: 2;
      border-color: #c7d9f6;
      box-shadow: 0px 0px 0px 10px white, 0px 0px 15px 10px rgba(0, 0, 0, 0.1);
      transform: translateY(-2px); }

  /* line 372, _product-card.scss */
  .products-slider-item .product_card,
  .products-slider-item .product_card:hover {
    transition: none;
    box-shadow: none; } }
@media (max-width: 767px) {
  /* line 380, _product-card.scss */
  .product_card {
    padding: 8px; }
    /* line 383, _product-card.scss */
    .product_card-form {
      min-height: 0px; }
    /* line 388, _product-card.scss */
    .product_card-thumb--1x1 {
      padding-top: 88%; }
    /* line 393, _product-card.scss */
    .product_card-title {
      margin-bottom: 8px; }
      /* line 396, _product-card.scss */
      .product_card-title a {
        display: -webkit-box;
        height: 72px;
        min-height: 72px;
        max-height: 72px;
        overflow: hidden;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical; }
    /* line 408, _product-card.scss */
    .product_card-footer {
      min-height: 0px;
      margin-top: 0px; }
    /* line 413, _product-card.scss */
    .product_card-meta {
      margin-bottom: 6px;
      gap: 6px; }
    /* line 418, _product-card.scss */
    .product_card-prices {
      min-height: 28px;
      margin-bottom: 5px; }
    /* line 423, _product-card.scss */
    .product_card-price {
      font-size: 18px;
      line-height: 22px; }
    /* line 428, _product-card.scss */
    .product_card-buyline {
      display: flex;
      align-items: center;
      gap: 6px; }
    /* line 434, _product-card.scss */
    .product_card-add {
      flex: 0 0 auto;
      width: auto; }
      /* line 438, _product-card.scss */
      .product_card-add .button--empty--inverse,
      .product_card-add .button--disabled {
        height: 38px;
        min-height: 38px;
        justify-content: center; }
      /* line 445, _product-card.scss */
      .product_card-add .button--empty--inverse {
        width: 38px;
        min-width: 38px;
        padding: 0px;
        border-radius: 50%; }
        /* line 451, _product-card.scss */
        .product_card-add .button--empty--inverse span:last-child {
          display: none; }
      /* line 456, _product-card.scss */
      .product_card-add .button--disabled {
        width: auto;
        min-width: 92px;
        padding: 0 10px;
        font-size: 11px;
        line-height: 14px; }
    /* line 465, _product-card.scss */
    .product_card-favorite, .product_card-compare {
      width: 38px;
      min-width: 38px;
      height: 38px;
      min-height: 38px; }
    /* line 473, _product-card.scss */
    .product_card-actions {
      flex: 1 1 auto;
      justify-content: flex-end;
      gap: 5px; }
    /* line 480, _product-card.scss */
    .product_card--soldout .product_card-add {
      display: none; }
    /* line 484, _product-card.scss */
    .product_card--soldout .product_card-buyline {
      justify-content: flex-end; }
    /* line 488, _product-card.scss */
    .product_card--soldout .product_card-actions {
      flex: 0 0 auto; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* Product-card usage variants owned by product sections, not by the card component. */
/* line 4, _product-card-sections.scss */
.insales-section-products--popular {
  padding: 10px 0px 34px; }
  /* line 7, _product-card-sections.scss */
  .insales-section-products--popular .products {
    padding: 24px 28px 28px;
    border: 1px solid #e5eaf2;
    border-radius: 28px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06); }
  /* line 15, _product-card-sections.scss */
  .insales-section-products--popular .products-title {
    margin-bottom: 18px;
    color: #111827;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    text-align: left !important; }
    /* line 23, _product-card-sections.scss */
    .insales-section-products--popular .products-title a {
      color: inherit; }
      /* line 26, _product-card-sections.scss */
      .insales-section-products--popular .products-title a:hover {
        color: #0a2f83; }
  /* line 32, _product-card-sections.scss */
  .insales-section-products--popular .home-rail-wrap {
    min-width: 0; }
  /* line 36, _product-card-sections.scss */
  .insales-section-products--popular .products-rail {
    grid-auto-columns: minmax(206px, 228px);
    gap: 14px;
    margin: 0px -4px;
    padding: 4px 4px 14px; }
  /* line 43, _product-card-sections.scss */
  .insales-section-products--popular .products-rail-item {
    display: flex;
    min-width: 0; }
  /* line 48, _product-card-sections.scss */
  .insales-section-products--popular .product_card {
    min-height: 350px;
    margin-bottom: 0px;
    border-radius: 22px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06); }
  /* line 55, _product-card-sections.scss */
  .insales-section-products--popular .product_card-thumb {
    border-radius: 18px;
    background: #f4f7fb; }

/* line 61, _product-card-sections.scss */
.products-rail-item .product_card {
  height: 100%;
  margin-bottom: 0px; }

/* Product-card related product-section variants moved from _ui.scss. */
/* line 69, _product-card-sections.scss */
.insales-section-products--related_products, .insales-section-products--similar_products, .insales-section-products--recently {
  padding-top: 40px;
  border-top: 1px solid #e5eaf2; }
/* line 77, _product-card-sections.scss */
.insales-section-products--recently .products-title {
  display: flex;
  align-items: center;
  gap: 12px; }
/* line 83, _product-card-sections.scss */
.insales-section-products--recently .js-recently-clear {
  margin-left: 0px; }
/* line 87, _product-card-sections.scss */
.insales-section-products--recently .product_card--recently {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 10px; }
  /* line 93, _product-card-sections.scss */
  .insales-section-products--recently .product_card--recently .product_card-thumb {
    margin-bottom: 8px;
    border-radius: 12px; }
  /* line 98, _product-card-sections.scss */
  .insales-section-products--recently .product_card--recently .product_card-prices {
    min-height: 24px;
    margin-bottom: 6px; }
  /* line 103, _product-card-sections.scss */
  .insales-section-products--recently .product_card--recently .product_card-price {
    font-size: 16px;
    line-height: 21px; }
  /* line 108, _product-card-sections.scss */
  .insales-section-products--recently .product_card--recently .product_card-old_price {
    font-size: 11px;
    line-height: 15px; }
  /* line 113, _product-card-sections.scss */
  .insales-section-products--recently .product_card--recently .product_card-title {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 17px; }
    /* line 118, _product-card-sections.scss */
    .insales-section-products--recently .product_card--recently .product_card-title a {
      display: -webkit-box;
      height: auto;
      min-height: 51px;
      overflow: hidden;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical; }
  /* line 129, _product-card-sections.scss */
  .insales-section-products--recently .product_card--recently .product_card-meta {
    min-height: 18px;
    margin: 8px 0px 10px; }
  /* line 134, _product-card-sections.scss */
  .insales-section-products--recently .product_card--recently .product_card-rating {
    min-width: 0; }
    /* line 137, _product-card-sections.scss */
    .insales-section-products--recently .product_card--recently .product_card-rating a {
      overflow: hidden;
      white-space: nowrap; }
    /* line 142, _product-card-sections.scss */
    .insales-section-products--recently .product_card--recently .product_card-rating .rating-item {
      font-size: 12px;
      line-height: 16px; }
    /* line 147, _product-card-sections.scss */
    .insales-section-products--recently .product_card--recently .product_card-rating .rating-link {
      gap: 3px;
      margin-left: 6px;
      font-size: 12px;
      line-height: 16px; }
  /* line 155, _product-card-sections.scss */
  .insales-section-products--recently .product_card--recently .product_card-footer {
    margin-top: auto; }
  /* line 159, _product-card-sections.scss */
  .insales-section-products--recently .product_card--recently .product_card-buyline {
    display: block; }
/* line 164, _product-card-sections.scss */
.insales-section-products--recently .recently-rail-wrap {
  min-width: 0; }
/* line 168, _product-card-sections.scss */
.insales-section-products--recently .products-rail--recently {
  grid-auto-columns: minmax(164px, 188px);
  gap: 12px;
  padding-bottom: 14px; }
/* line 174, _product-card-sections.scss */
.insales-section-products--recently .recently-rail-controls {
  margin-top: 0px; }
/* line 180, _product-card-sections.scss */
.insales-section-products--product-alternatives .product-alternatives-controls {
  margin-top: 2px; }
@media (min-width: 768px) {
  /* line 189, _product-card-sections.scss */
  .insales-section-products--recently .products-rail--recently {
    grid-auto-columns: minmax(206px, 240px);
    gap: 18px; }
  /* line 195, _product-card-sections.scss */
  .insales-section-products--recently .product_card--recently .product_card-add {
    width: 100%; }
  /* line 199, _product-card-sections.scss */
  .insales-section-products--recently .product_card--recently .product_card-add .button--empty--inverse,
  .insales-section-products--recently .product_card--recently .product_card-add .button--disabled {
    min-height: 36px;
    width: 100%; } }

/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* Layout: page chrome and shared section shells. */
/* Section shell */
/* Generic section shell and title layout shared across pages. */
@media (min-width: 1025px) {
  /* line 8, _layout.scss */
  .index-widgets > .insales-section:first-child {
    padding-top: 40px; }

  /* line 11, _layout.scss */
  .index-widgets > .insales-section-slider:first-child {
    padding-top: 0px; } }
/* line 15, _layout.scss */
.insales-section {
  position: relative; }
  /* line 17, _layout.scss */
  .insales-section-header {
    z-index: 1500; }
  /* line 21, _layout.scss */
  .insales-section-collection--favorites {
    display: none; }
  /* line 30, _layout.scss */
  .insales-section-cart .popup--empty, .insales-section-compares .popup--empty, .insales-section-favorites .popup--empty, .insales-section-search .popup--empty, .insales-section-page_404 .popup--empty {
    margin: 0px 0px 40px; }
    /* line 32, _layout.scss */
    .insales-section-cart .popup--empty svg, .insales-section-compares .popup--empty svg, .insales-section-favorites .popup--empty svg, .insales-section-search .popup--empty svg, .insales-section-page_404 .popup--empty svg {
      width: 100px;
      height: 100px; }
  /* line 40, _layout.scss */
  .insales-section-cart .text-title, .insales-section-compares .text-title {
    margin: 0px;
    border-style: none; }
  /* line 47, _layout.scss */
  .insales-section-page--sitemap .text-content {
    margin-bottom: 20px; }
    /* line 49, _layout.scss */
    .insales-section-page--sitemap .text-content a {
      text-decoration: none; }
    /* line 52, _layout.scss */
    .insales-section-page--sitemap .text-content ul ul {
      margin-top: 0px;
      margin-bottom: 0px; }

/* line 61, _layout.scss */
.section-title {
  font-size: 24px;
  line-height: 28px;
  color: #111827;
  margin: 0px 0px 20px;
  overflow: hidden;
  text-overflow: ellipsis; }
  /* line 68, _layout.scss */
  .section-title-description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #374151;
    margin: 5px 0px 0px; }
  /* line 75, _layout.scss */
  .section-title a {
    color: currentColor; }
    /* line 77, _layout.scss */
    .section-title a:hover {
      color: #0a2f83; }
  /* line 82, _layout.scss */
  .section-title[data-product_count]:not([data-product_count=""]):after {
    content: attr(data-product_count);
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 28px;
    color: #9ca3af;
    font-weight: 400;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 10px;
    border-left: 1px solid #e5eaf2; }

@media (max-width: 767px) {
  /* line 102, _layout.scss */
  .section-title[data-product_count]:not([data-product_count=""]):after {
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    border: none; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* 6. Home page / Benefits */
/* line 4, _home.scss */
.benefits {
  margin: 0px 0px 20px; }
  /* line 6, _home.scss */
  .benefits-item {
    margin: 0px 0px 20px; }
    /* line 8, _home.scss */
    .benefits-item-image {
      width: 50px;
      min-height: 50px;
      margin: 0px auto 5px; }
      /* line 12, _home.scss */
      .benefits-item-image img,
      .benefits-item-image svg {
        display: block;
        width: 100%;
        height: auto; }
    /* line 19, _home.scss */
    .benefits-item-title {
      margin: 0px 0px 0px 10px;
      font-size: 14px;
      line-height: 16px;
      font-weight: 600;
      color: #111827; }
    /* line 26, _home.scss */
    .benefits-item-description {
      margin: 2px 0px 0px 10px;
      font-size: 12px;
      line-height: 16px; }
  /* line 33, _home.scss */
  .benefits--top .benefits-item-title {
    margin: 0px;
    text-align: center; }
  /* line 37, _home.scss */
  .benefits--top .benefits-item-description {
    margin: 2px 0px 0px;
    text-align: center; }
  /* line 43, _home.scss */
  .benefits--inner .benefits-item-image {
    margin: 0px 10px 0px 0px; }
  /* line 46, _home.scss */
  .benefits--inner .benefits-item-title {
    margin: 0px; }
  /* line 49, _home.scss */
  .benefits--inner .benefits-item-description {
    margin: 5px 0px 0px; }
  /* line 54, _home.scss */
  .benefits--collection .benefits-item-image {
    width: 32px;
    min-height: 32px; }
  /* line 60, _home.scss */
  .benefits--full-title {
    background: #f5f7fb;
    padding: 10px 15px; }
  /* line 64, _home.scss */
  .benefits--full .benefits-item-image {
    width: 26px;
    min-height: 26px; }
  /* line 68, _home.scss */
  .benefits--full .benefits-item-description {
    position: relative;
    padding: 10px 15px;
    border: 1px solid #e5eaf2;
    margin: 2px 0px 0px; }
    /* line 73, _home.scss */
    .benefits--full .benefits-item-description:after, .benefits--full .benefits-item-description:before {
      content: "";
      position: absolute;
      z-index: 2;
      top: -20px;
      left: 15px;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #e5eaf2 transparent; }
    /* line 85, _home.scss */
    .benefits--full .benefits-item-description:after {
      border-bottom-color: #fff;
      z-index: 3;
      top: -19px; }

@media (max-width: 767px) {
  /* line 96, _home.scss */
  .benefits--collection {
    margin: -20px 0px 10px; }
  /* line 101, _home.scss */
  .benefits--collection .benefits-item-image, .benefits--inner .benefits-item-image {
    width: 24px;
    min-height: 24px; }
  /* line 105, _home.scss */
  .benefits--collection .benefits-item-title, .benefits--inner .benefits-item-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400; }
    /* line 109, _home.scss */
    .benefits--collection .benefits-item-title span, .benefits--inner .benefits-item-title span {
      border-bottom: 1px dashed currentColor; }
  /* line 113, _home.scss */
  .benefits--collection .benefits-item-description, .benefits--inner .benefits-item-description {
    display: none; }
  /* line 116, _home.scss */
  .benefits--collection .benefits-item, .benefits--inner .benefits-item {
    margin: 0px 0px 10px; }
  /* line 120, _home.scss */
  .benefits--collection .benefits-item.is-open .benefits-item-description, .benefits--inner .benefits-item.is-open .benefits-item-description {
    display: block; } }
@media (min-width: 1025px) {
  /* line 129, _home.scss */
  .index-widgets > .insales-section-benefits:first-child .benefits {
    margin: -20px 0px 0px; } }
/* line 134, _home.scss */
.product-benefits-section,
.collection-benefits-section,
.section-benefits-section {
  margin: 0px 0px 40px;
  padding: 0px; }
  /* line 140, _home.scss */
  .product-benefits-section .benefits,
  .collection-benefits-section .benefits,
  .section-benefits-section .benefits {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 1fr);
    gap: 14px;
    margin: 0px;
    padding: 4px 2px 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; }
    /* line 152, _home.scss */
    .product-benefits-section .benefits::-webkit-scrollbar,
    .collection-benefits-section .benefits::-webkit-scrollbar,
    .section-benefits-section .benefits::-webkit-scrollbar {
      display: none; }
  /* line 155, _home.scss */
  .product-benefits-section .benefits-item,
  .collection-benefits-section .benefits-item,
  .section-benefits-section .benefits-item {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 150px;
    margin: 0px;
    border: 1px solid #e5eaf2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04);
    overflow: hidden;
    scroll-snap-align: start; }
  /* line 168, _home.scss */
  .product-benefits-section .benefits--full-title,
  .collection-benefits-section .benefits--full-title,
  .section-benefits-section .benefits--full-title {
    padding: 14px 16px 10px;
    background: transparent; }
  /* line 173, _home.scss */
  .product-benefits-section .benefits-item-image,
  .collection-benefits-section .benefits-item-image,
  .section-benefits-section .benefits-item-image {
    width: 28px;
    min-height: 28px;
    margin: 0px 10px 0px 0px; }
  /* line 179, _home.scss */
  .product-benefits-section .benefits-item-title,
  .collection-benefits-section .benefits-item-title,
  .section-benefits-section .benefits-item-title {
    margin: 0px;
    color: #111827;
    font-size: 14px;
    line-height: 18px; }
  /* line 186, _home.scss */
  .product-benefits-section .benefits-item-description,
  .collection-benefits-section .benefits-item-description,
  .section-benefits-section .benefits-item-description {
    display: block;
    position: static;
    margin: 0px;
    padding: 0px 16px 16px;
    border: 0px;
    color: #374151;
    font-size: 12px;
    line-height: 17px; }
    /* line 196, _home.scss */
    .product-benefits-section .benefits-item-description:before, .product-benefits-section .benefits-item-description:after,
    .collection-benefits-section .benefits-item-description:before,
    .collection-benefits-section .benefits-item-description:after,
    .section-benefits-section .benefits-item-description:before,
    .section-benefits-section .benefits-item-description:after {
      display: none; }

/* line 201, _home.scss */
.product-benefits-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 6px 0px 0px; }
  /* line 208, _home.scss */
  .product-benefits-controls.is-hidden {
    display: none; }

/* line 213, _home.scss */
.product-benefits-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0px;
  border: 1px solid #e5eaf2;
  border-radius: 999px;
  background: #fff;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s; }
  /* line 227, _home.scss */
  .product-benefits-control:hover {
    border-color: #c7d9f6;
    color: #0a2f83;
    background: #eef4ff; }
  /* line 233, _home.scss */
  .product-benefits-control:disabled {
    opacity: 0.4;
    cursor: default;
    background: #fff;
    color: #6b7280;
    border-color: #e5eaf2; }

/* line 242, _home.scss */
.product-benefits-pagination {
  display: flex;
  justify-content: center;
  gap: 6px; }

/* line 248, _home.scss */
.product-benefits-pagination-dot {
  width: 18px;
  height: 6px;
  border: 0px;
  border-radius: 999px;
  background: #d4dce8;
  padding: 0px;
  cursor: pointer;
  transition: width 0.2s, background-color 0.2s; }
  /* line 258, _home.scss */
  .product-benefits-pagination-dot.is-active {
    width: 32px;
    background: #0a2f83; }

@media (min-width: 1025px) {
  /* line 268, _home.scss */
  .product-benefits-section .benefits,
  .collection-benefits-section .benefits,
  .section-benefits-section .benefits {
    grid-auto-columns: calc((100% - 42px) / 4); } }
@media (max-width: 575px) {
  /* line 275, _home.scss */
  .product-benefits-section,
  .collection-benefits-section,
  .section-benefits-section {
    margin-bottom: 28px; }
    /* line 280, _home.scss */
    .product-benefits-section .container,
    .collection-benefits-section .container,
    .section-benefits-section .container {
      padding-left: 10px;
      padding-right: 10px; }
    /* line 285, _home.scss */
    .product-benefits-section .benefits,
    .collection-benefits-section .benefits,
    .section-benefits-section .benefits {
      grid-auto-columns: 100%;
      gap: 12px;
      padding-bottom: 12px; }
    /* line 291, _home.scss */
    .product-benefits-section .benefits-item,
    .collection-benefits-section .benefits-item,
    .section-benefits-section .benefits-item {
      min-width: 100%; } }
/* 6. Home page / Slider */
/* line 299, _home.scss */
.slider {
  margin: 0px 0px 40px; }
  /* line 301, _home.scss */
  .slider img {
    width: 100%;
    height: auto; }
  /* line 305, _home.scss */
  .slider-item {
    display: block; }
  /* line 308, _home.scss */
  .slider .owl-carousel {
    display: block;
    padding-bottom: 30px; }
    /* line 311, _home.scss */
    .slider .owl-carousel .owl-dots {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      text-align: center;
      line-height: 0px; }
    /* line 319, _home.scss */
    .slider .owl-carousel .owl-dot {
      position: relative;
      display: inline-block;
      width: 10px;
      height: 10px;
      background-color: #9ca3af;
      border-radius: 999px;
      transition: 0.2s;
      margin: 0px 5px; }
      /* line 328, _home.scss */
      .slider .owl-carousel .owl-dot.active {
        width: 30px;
        background-color: #0a2f83; }
    /* line 333, _home.scss */
    .slider .owl-carousel > .slider-item {
      display: none; }
      /* line 335, _home.scss */
      .slider .owl-carousel > .slider-item:first-child {
        display: block; }

/* 6. Home page / Banners */
/* line 342, _home.scss */
.banners {
  margin: 0px 0px 20px; }
  /* line 344, _home.scss */
  .banners-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff center center no-repeat;
    transition: 0.4s; }
    /* line 352, _home.scss */
    .banners-item img,
    .banners-item source {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100% !important;
      height: 100% !important;
      will-change: transform;
      object-fit: contain; }
    /* line 362, _home.scss */
    .banners-item-title {
      position: absolute;
      z-index: 2;
      left: 50%;
      top: 50%;
      font-size: 18px;
      line-height: 22px;
      transform: translate(-50%, -50%);
      white-space: nowrap;
      color: #111827;
      text-align: center;
      max-width: 70%; }
      /* line 374, _home.scss */
      .banners-item-title:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        transition: all 0.2s linear;
        transform: translate(-50%, -50%);
        padding: 10px 15px;
        box-sizing: content-box; }
      /* line 388, _home.scss */
      .banners-item-title > span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    /* line 396, _home.scss */
    .banners-item:hover .banners-item-image {
      opacity: 0.5; }
    /* line 400, _home.scss */
    .banners-item:hover .banners-item-title:before {
      padding: 20px 30px; }
  /* line 406, _home.scss */
  .banners-thumb {
    position: relative;
    margin: 0px 0px 20px;
    display: block;
    overflow: hidden;
    background: #f5f7fb; }
    /* line 412, _home.scss */
    .banners-thumb--1x1 {
      padding-top: 100%; }
    /* line 415, _home.scss */
    .banners-thumb--2x3 {
      padding-top: 150%; }
    /* line 418, _home.scss */
    .banners-thumb--3x4 {
      padding-top: 133%; }
    /* line 421, _home.scss */
    .banners-thumb--4x3 {
      padding-top: 75%; }
    /* line 424, _home.scss */
    .banners-thumb--16x9 {
      padding-top: 56%; }
    /* line 429, _home.scss */
    .banners-thumb--contain .banners-item img,
    .banners-thumb--contain .banners-item source {
      object-fit: contain; }
    /* line 437, _home.scss */
    .banners-thumb--cover .banners-item img,
    .banners-thumb--cover .banners-item source {
      object-fit: cover; }
  /* line 444, _home.scss */
  .banners-name {
    display: block;
    padding: 10px;
    background: #f6f7f9;
    text-align: center; }

@media (min-width: 768px) {
  /* line 453, _home.scss */
  .container-fluid .banners {
    padding: 0px 10px; } }
/* 6. Home page / User reviews */
/* line 459, _home.scss */
.insales-section-user_reviews {
  background: #f5f7fb;
  padding: 40px 0px;
  margin: 0px 0px 40px; }

/* line 464, _home.scss */
.user_review {
  text-align: center; }
  /* line 466, _home.scss */
  .user_review-data {
    position: relative; }
  /* line 469, _home.scss */
  .user_review-thumb {
    position: relative;
    display: block;
    margin: 5px auto 15px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 5px #fff; }
    /* line 478, _home.scss */
    .user_review-thumb-item {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%; }
  /* line 488, _home.scss */
  .user_review-content {
    margin: 15px 0px 0px; }
  /* line 491, _home.scss */
  .user_review-name {
    color: #111827;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px; }
  /* line 497, _home.scss */
  .user_review-rating {
    line-height: 0px;
    color: #ccc;
    margin: 3px 0px 0px; }
    /* line 501, _home.scss */
    .user_review-rating svg {
      margin: 0px 1px; }
    /* line 504, _home.scss */
    .user_review-rating--active {
      color: #ffb020; }
  /* line 508, _home.scss */
  .user_review--left {
    text-align: left; }
    /* line 510, _home.scss */
    .user_review--left .user_review-data {
      min-height: 100px;
      padding-left: 120px; }
    /* line 514, _home.scss */
    .user_review--left .user_review-thumb {
      position: absolute;
      top: 0px;
      left: 0px;
      margin: 0px; }
  /* line 522, _home.scss */
  .user_review--hide_image .user_review-data {
    min-height: auto;
    padding-left: 0px; }

/* line 529, _home.scss */
.user_reviews-send {
  margin: 30px 0px -10px;
  text-align: center; }

/* line 535, _home.scss */
.sidebar-block {
  margin: 0px 0px 40px; }
  /* line 537, _home.scss */
  .sidebar-block-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0px 0px 15px;
    padding: 0px 0px 15px;
    border-bottom: 1px solid #e5eaf2; }
    /* line 545, _home.scss */
    .sidebar-block-title a {
      position: relative;
      padding-left: 20px;
      display: inline-block; }
      /* line 549, _home.scss */
      .sidebar-block-title a svg {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translate(0, -50%); }
/* line 559, _home.scss */
.sidebar-banners-item {
  margin: 0px 0px 40px; }
  /* line 561, _home.scss */
  .sidebar-banners-item img {
    max-width: 100%;
    height: auto; }

@media (min-width: 1025px) {
  /* line 569, _home.scss */
  .sidebar {
    padding-right: 20px; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* line 3, _home-hero.scss */
.insales-section-home_hero {
  padding: 14px 0px 20px; }

@media (min-width: 1025px) {
  /* line 8, _home-hero.scss */
  .insales-section-home_hero {
    padding-top: 30px;
    padding-bottom: 26px; } }
/* line 14, _home-hero.scss */
.home-hero {
  display: grid;
  gap: 24px;
  align-items: stretch;
  min-width: 0; }

/* line 21, _home-hero.scss */
.home-hero--with-day {
  grid-template-columns: minmax(0, 2fr) minmax(300px, 0.58fr); }

/* line 25, _home-hero.scss */
.home-hero--day-only {
  grid-template-columns: minmax(0, 420px); }

/* line 29, _home-hero.scss */
.home-hero-slider {
  min-width: 0;
  border: 1px solid #e5eaf2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04);
  overflow: hidden; }

/* line 38, _home-hero.scss */
.home-hero-slider {
  position: relative;
  min-height: 100%; }
  /* line 42, _home-hero.scss */
  .home-hero-slider .owl-carousel {
    height: 100%;
    padding-bottom: 0px; }
  /* line 47, _home-hero.scss */
  .home-hero-slider .owl-stage-outer,
  .home-hero-slider .owl-stage,
  .home-hero-slider .owl-item {
    height: 100%; }
  /* line 53, _home-hero.scss */
  .home-hero-slider .owl-dots {
    position: absolute;
    left: 24px;
    bottom: 18px;
    display: flex;
    gap: 8px;
    width: auto;
    line-height: 0; }
  /* line 63, _home-hero.scss */
  .home-hero-slider .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.08);
    transition: width 0.2s, background-color 0.2s; }
    /* line 72, _home-hero.scss */
    .home-hero-slider .owl-dot.active {
      width: 28px;
      background: #0a2f83; }

/* line 79, _home-hero.scss */
.home-hero-nav {
  z-index: 4;
  opacity: 0.96;
  visibility: visible;
  pointer-events: auto; }
  /* line 85, _home-hero.scss */
  .home-hero-nav--prev {
    left: 8px; }
  /* line 89, _home-hero.scss */
  .home-hero-nav--next {
    right: 8px; }

/* line 94, _home-hero.scss */
.home-hero-slider:hover .home-hero-nav,
.home-hero-nav:focus {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

/* line 101, _home-hero.scss */
.home-hero-slide {
  position: relative;
  display: block;
  min-height: 300px;
  height: clamp(280px, 23vw, 350px);
  color: #111827; }
  /* line 108, _home-hero.scss */
  .home-hero-slide:before {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    display: none;
    pointer-events: none; }
  /* line 117, _home-hero.scss */
  .home-hero-slide--dark {
    color: #fff; }
    /* line 120, _home-hero.scss */
    .home-hero-slide--dark:before {
      display: block;
      background: linear-gradient(90deg, rgba(16, 24, 39, 0.02) 0%, rgba(16, 24, 39, 0.22) 48%, rgba(16, 24, 39, 0.42) 100%); }
  /* line 126, _home-hero.scss */
  .home-hero-slide--dark.home-hero-slide--text_left:before {
    background: linear-gradient(90deg, rgba(16, 24, 39, 0.42) 0%, rgba(16, 24, 39, 0.22) 52%, rgba(16, 24, 39, 0.02) 100%); }
  /* line 130, _home-hero.scss */
  .home-hero-slide--text_center:before {
    display: block;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.34) 45%, rgba(255, 255, 255, 0.08) 100%); }
  /* line 135, _home-hero.scss */
  .home-hero-slide--dark.home-hero-slide--text_center:before {
    display: block;
    background: rgba(16, 24, 39, 0.34); }

/* line 141, _home-hero.scss */
.home-hero-slide-media {
  position: absolute;
  inset: 0;
  display: block; }
  /* line 146, _home-hero.scss */
  .home-hero-slide-media picture {
    display: block;
    width: 100%;
    height: 100%; }
  /* line 152, _home-hero.scss */
  .home-hero-slide-media img,
  .home-hero-slide-media source {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }

/* line 161, _home-hero.scss */
.home-hero-slide--text_right .home-hero-slide-media img {
  object-position: left center; }

/* line 165, _home-hero.scss */
.home-hero-slide--text_left .home-hero-slide-media img {
  object-position: right center; }

/* line 169, _home-hero.scss */
.home-hero-slide--text_center .home-hero-slide-media img {
  object-position: center center; }

/* line 173, _home-hero.scss */
.home-hero-slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 48%;
  max-width: 500px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 42px; }

/* line 186, _home-hero.scss */
.home-hero-slide--text_center .home-hero-slide-content {
  margin: 0 auto;
  align-items: center;
  text-align: center; }

/* line 192, _home-hero.scss */
.home-hero-slide--text_right .home-hero-slide-content {
  margin-left: auto;
  align-items: flex-start;
  width: 44%;
  max-width: 480px;
  padding-right: clamp(32px, 5vw, 72px); }

/* line 200, _home-hero.scss */
.home-hero-slide-badge {
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: 999px;
  color: #0a2f83;
  background: rgba(47, 125, 240, 0.12);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600; }

/* line 211, _home-hero.scss */
.home-hero-slide-title {
  display: block;
  max-width: 13em;
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.46); }

/* line 221, _home-hero.scss */
.home-hero-slide--light .home-hero-slide-title {
  color: #111827; }

/* line 225, _home-hero.scss */
.home-hero-slide-subtitle {
  display: block;
  max-width: 28em;
  color: currentColor;
  font-size: 16px;
  line-height: 1.45;
  opacity: 0.78;
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.46); }

/* line 235, _home-hero.scss */
.home-hero-slide--light .home-hero-slide-subtitle {
  color: #6b7280;
  opacity: 1; }

/* line 240, _home-hero.scss */
.home-hero-slide--dark .home-hero-slide-title,
.home-hero-slide--dark .home-hero-slide-subtitle {
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.36); }

/* line 245, _home-hero.scss */
.home-hero-slide-button {
  display: inline-flex;
  width: auto;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  color: #fff;
  background: #0a2f83;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(47, 125, 240, 0.22);
  transition: background-color 0.2s linear, box-shadow 0.2s linear; }

/* line 263, _home-hero.scss */
.home-hero-slide-button:hover {
  background: #061b55;
  box-shadow: 0 12px 28px rgba(31, 111, 229, 0.24); }

@media (max-width: 900px) {
  /* line 269, _home-hero.scss */
  .home-hero--with-day,
  .home-hero--day-only {
    grid-template-columns: minmax(0, 1fr); }

  /* line 274, _home-hero.scss */
  .home-hero--with-day .home-hero-slider,
  .home-hero--with-day .home-day,
  .home-hero--day-only .home-day {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* line 3, _home-categories.scss */
.insales-section-home-categories {
  padding: 0px 0px 28px; }

/* line 7, _home-categories.scss */
.home-categories-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px; }

/* line 15, _home-categories.scss */
.home-categories-title {
  color: #111827;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600; }

/* line 22, _home-categories.scss */
.home-categories-track {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(164px, 196px);
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 2px 2px 16px;
  margin: 0px -2px; }
  /* line 36, _home-categories.scss */
  .home-categories-track::-webkit-scrollbar {
    display: none; }

/* line 41, _home-categories.scss */
.home-categories-card {
  display: grid;
  grid-template-rows: 132px auto;
  min-width: 0;
  min-height: 206px;
  padding: 12px;
  border: 1px solid #e5eaf2;
  border-radius: 22px;
  color: #111827;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04);
  scroll-snap-align: start;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, background-color 0.24s ease; }
  /* line 55, _home-categories.scss */
  .home-categories-card:hover {
    color: #111827;
    border-color: #c7d9f6;
    background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
    box-shadow: 0 18px 42px rgba(17, 57, 146, 0.11);
    transform: translateY(-4px); }

/* line 64, _home-categories.scss */
.home-categories-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 4px;
  border-radius: 14px;
  background: transparent;
  overflow: hidden; }
  /* line 74, _home-categories.scss */
  .home-categories-card-media picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }

/* line 83, _home-categories.scss */
.home-categories-card-image {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.28s ease, filter 0.28s ease; }

/* line 93, _home-categories.scss */
.home-categories-card:hover .home-categories-card-image {
  transform: translateY(-3px) scale(1.045);
  filter: drop-shadow(0 12px 14px rgba(15, 23, 42, 0.12)); }

/* line 98, _home-categories.scss */
.home-categories-card-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  color: #0a2f83;
  background: #eef4ff;
  font-size: 24px;
  line-height: 1;
  font-weight: 600; }

/* line 112, _home-categories.scss */
.home-categories-card-body {
  display: grid;
  align-content: start;
  gap: 1px;
  min-width: 0;
  padding-top: 9px; }

/* line 120, _home-categories.scss */
.home-categories-card-title {
  display: -webkit-box;
  min-height: 38px;
  overflow: hidden;
  color: #111827;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

/* line 134, _home-categories.scss */
.home-categories-card-meta {
  color: #0a2f83;
  font-size: 15px;
  line-height: 18px;
  font-weight: 800;
  text-align: center;
  font-variant-numeric: tabular-nums; }

@media (min-width: 1025px) {
  /* line 144, _home-categories.scss */
  .home-categories-track {
    grid-auto-columns: minmax(166px, 192px); } }
@media (max-width: 767px) {
  /* line 150, _home-categories.scss */
  .home-scroll-nav {
    display: none !important; }

  /* line 154, _home-categories.scss */
  .insales-section-home-categories {
    padding-bottom: 22px; }

  /* line 158, _home-categories.scss */
  .home-categories-title {
    font-size: 21px;
    line-height: 27px; }

  /* line 163, _home-categories.scss */
  .home-categories-track {
    grid-auto-columns: minmax(150px, 38vw);
    gap: 12px; }

  /* line 168, _home-categories.scss */
  .home-categories-card {
    grid-template-rows: 112px auto;
    min-height: 184px;
    padding: 12px;
    border-radius: 14px; } }
@media (max-width: 575px) {
  /* line 177, _home-categories.scss */
  .insales-section-home-categories {
    padding-top: 16px; }

  /* line 181, _home-categories.scss */
  .home-categories-head {
    margin-bottom: 10px; }

  /* line 185, _home-categories.scss */
  .home-categories-track {
    grid-auto-columns: minmax(142px, 43vw);
    padding-bottom: 12px; }

  /* line 190, _home-categories.scss */
  .home-categories-card {
    grid-template-rows: 104px auto;
    min-height: 174px; }

  /* line 195, _home-categories.scss */
  .home-categories-card-title {
    min-height: 38px;
    font-size: 14px;
    line-height: 19px; }

  /* line 201, _home-categories.scss */
  .home-categories-card-meta {
    font-size: 12px;
    line-height: 17px; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* 6. Home page / Category picker widget */
/* line 4, _home-category-picker.scss */
.insales-section-home-category-picker {
  padding: 10px 0px 34px; }

/* line 8, _home-category-picker.scss */
.home-category-picker {
  position: relative;
  padding: 24px 28px 20px;
  border: 1px solid #e5eaf2;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  overflow: hidden; }

/* line 18, _home-category-picker.scss */
.home-category-picker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px; }

/* line 25, _home-category-picker.scss */
.home-category-picker-title {
  color: #111827;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600; }

/* line 32, _home-category-picker.scss */
.home-category-picker-track {
  display: flex;
  gap: 14px;
  min-height: 334px;
  margin: 0px -4px;
  padding: 4px 4px 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; }
  /* line 44, _home-category-picker.scss */
  .home-category-picker-track::-webkit-scrollbar {
    display: none; }

/* line 49, _home-category-picker.scss */
.home-category-picker-card {
  display: grid;
  grid-template-rows: 160px 1fr;
  flex: 0 0 170px;
  gap: 14px;
  min-width: 0;
  min-height: 314px;
  padding: 14px;
  border: 1px solid #e5eaf2;
  border-radius: 22px;
  background: #fff;
  color: #111827;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
  scroll-snap-align: start;
  transition: flex-basis 0.58s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease, background-color 0.38s ease; }
  /* line 65, _home-category-picker.scss */
  .home-category-picker-card:hover {
    color: #111827;
    border-color: #c7d9f6;
    box-shadow: 0px 14px 34px rgba(24, 32, 56, 0.05);
    transform: translateY(-2px); }
  /* line 72, _home-category-picker.scss */
  .home-category-picker-card.is-active {
    flex-basis: 42vw;
    max-width: 520px;
    grid-template-columns: minmax(180px, 46%) minmax(190px, 1fr);
    grid-template-rows: minmax(260px, 1fr);
    align-items: stretch;
    border-color: rgba(17, 57, 146, 0.24);
    background: linear-gradient(135deg, #fff 0%, #f3f7ff 100%); }

/* line 83, _home-category-picker.scss */
.home-category-picker-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: visible;
  border-radius: 18px;
  background: #f4f7fb;
  transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.42s ease; }
  /* line 93, _home-category-picker.scss */
  .home-category-picker-card-media picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }

/* line 102, _home-category-picker.scss */
.home-category-picker-card-image {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 94%;
  max-height: 94%;
  object-fit: contain;
  transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1), filter 0.38s ease, opacity 0.42s ease; }

/* line 112, _home-category-picker.scss */
.home-category-picker-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  color: #0a2f83;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  background: #eef4ff; }

/* line 126, _home-category-picker.scss */
.home-category-picker-card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  overflow: hidden; }

/* line 134, _home-category-picker.scss */
.home-category-picker-card-title {
  display: block;
  color: #111827;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600; }

/* line 142, _home-category-picker.scss */
.home-category-picker-card-description {
  display: none;
  margin-top: 10px;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px; }

/* line 150, _home-category-picker.scss */
.home-category-picker-card.is-active .home-category-picker-card-description {
  display: block; }

/* line 154, _home-category-picker.scss */
.home-category-picker-card-price {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: #0a2f83;
  font-size: 17px;
  line-height: 21px;
  font-weight: 800;
  font-variant-numeric: tabular-nums; }

/* line 165, _home-category-picker.scss */
.home-category-picker-card.is-active .home-category-picker-card-media {
  transform: translateX(-6px); }

/* line 169, _home-category-picker.scss */
.home-category-picker-card.is-active .home-category-picker-card-image {
  max-width: 90%;
  max-height: 90%;
  transform: translateX(-8px) scale(0.98);
  filter: drop-shadow(0 18px 18px rgba(15, 23, 42, 0.14)); }

/* line 176, _home-category-picker.scss */
.home-category-picker-card.is-active .home-category-picker-card-content {
  justify-content: center; }

/* line 180, _home-category-picker.scss */
.home-category-picker-card.is-active .home-category-picker-card-title {
  animation: categoryPickerTitleIn 0.54s cubic-bezier(0.22, 1, 0.36, 1) both; }

/* line 184, _home-category-picker.scss */
.home-category-picker-card.is-active .home-category-picker-card-price {
  margin-top: 18px;
  padding-top: 0px;
  animation: categoryPickerPriceIn 0.54s cubic-bezier(0.22, 1, 0.36, 1) both; }

/* line 190, _home-category-picker.scss */
.home-category-picker-card.is-leaving .home-category-picker-card-media {
  opacity: 0.58;
  transform: translateX(-24px); }

/* line 195, _home-category-picker.scss */
.home-category-picker-card.is-leaving .home-category-picker-card-image {
  transform: translateX(-34px) scale(0.94); }

/* line 199, _home-category-picker.scss */
.home-category-picker-card.is-leaving .home-category-picker-card-title {
  animation: categoryPickerTitleOut 0.34s cubic-bezier(0.4, 0, 0.2, 1) both; }

/* line 203, _home-category-picker.scss */
.home-category-picker-card.is-leaving .home-category-picker-card-price {
  animation: categoryPickerPriceOut 0.34s cubic-bezier(0.4, 0, 0.2, 1) both; }

/* line 207, _home-category-picker.scss */
.home-category-picker-card.is-entering .home-category-picker-card-media {
  animation: categoryPickerImageIn 0.56s cubic-bezier(0.22, 1, 0.36, 1) both; }

@keyframes categoryPickerImageIn {
  from {
    opacity: 0.62;
    transform: translateX(20px); }
  to {
    opacity: 1;
    transform: translateX(-6px); } }
@keyframes categoryPickerTitleIn {
  from {
    opacity: 0;
    transform: translateY(-14px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes categoryPickerPriceIn {
  from {
    opacity: 0;
    transform: translateY(14px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes categoryPickerTitleOut {
  to {
    opacity: 0;
    transform: translateY(-12px); } }
@keyframes categoryPickerPriceOut {
  to {
    opacity: 0;
    transform: translateY(12px); } }
/* line 258, _home-category-picker.scss */
.home-category-picker-controls {
  margin-top: 0px; }

@media (max-width: 767px) {
  /* line 263, _home-category-picker.scss */
  .insales-section-home-category-picker {
    padding: 8px 0px 28px; }

  /* line 267, _home-category-picker.scss */
  .home-category-picker-title {
    font-size: 24px;
    line-height: 30px; }

  /* line 272, _home-category-picker.scss */
  .home-category-picker {
    padding: 20px 14px 18px;
    border-radius: 26px; }

  /* line 277, _home-category-picker.scss */
  .home-category-picker-head {
    margin-bottom: 16px; }

  /* line 281, _home-category-picker.scss */
  .home-category-picker-track {
    gap: 12px;
    min-height: 292px;
    margin: 0px -14px;
    padding: 0px 14px 14px;
    scroll-snap-type: x proximity; }

  /* line 289, _home-category-picker.scss */
  .home-category-picker-card {
    flex: 0 0 82vw;
    grid-template-columns: minmax(128px, 43%) minmax(0, 1fr);
    grid-template-rows: minmax(238px, auto);
    align-items: stretch;
    gap: 12px;
    min-height: 262px;
    padding: 12px;
    scroll-snap-align: center; }
    /* line 299, _home-category-picker.scss */
    .home-category-picker-card.is-active {
      flex-basis: 82vw;
      max-width: none;
      grid-template-columns: minmax(128px, 43%) minmax(0, 1fr);
      grid-template-rows: minmax(238px, auto);
      gap: 12px; }

  /* line 308, _home-category-picker.scss */
  .home-category-picker-card-media {
    min-height: 0; }

  /* line 312, _home-category-picker.scss */
  .home-category-picker-card.is-active .home-category-picker-card-media {
    min-height: 0;
    transform: none; }

  /* line 317, _home-category-picker.scss */
  .home-category-picker-card.is-active .home-category-picker-card-image {
    max-width: 104%;
    max-height: 82%;
    transform: none; }

  /* line 323, _home-category-picker.scss */
  .home-category-picker-card-title {
    font-size: 18px;
    line-height: 22px; }

  /* line 328, _home-category-picker.scss */
  .home-category-picker-card.is-active .home-category-picker-card-description {
    display: none; }

  /* line 332, _home-category-picker.scss */
  .home-category-picker-card-price {
    padding-top: 12px;
    font-size: 19px;
    line-height: 24px; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* 6. Home page / Featured progress carousel */
/* line 4, _home-featured-carousel.scss */
.home-featured-carousel {
  position: relative;
  min-height: 720px;
  border: 1px solid rgba(180, 202, 236, 0.72);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(17, 57, 146, 0.1);
  overflow: hidden;
  isolation: isolate; }

/* line 15, _home-featured-carousel.scss */
.home-featured-carousel + .home-featured-carousel {
  margin-top: 28px; }

/* line 19, _home-featured-carousel.scss */
.home-featured-carousel-bg {
  position: absolute;
  inset: 0px;
  z-index: 0;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 720ms cubic-bezier(0.22, 0.74, 0.46, 0.97), transform 900ms cubic-bezier(0.22, 0.74, 0.46, 0.97);
  pointer-events: none; }
  /* line 28, _home-featured-carousel.scss */
  .home-featured-carousel-bg::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: radial-gradient(circle at 72% 26%, rgba(255, 255, 255, 0.38), rgba(0, 0, 0, 0) 26%), radial-gradient(circle at 18% 84%, rgba(255, 255, 255, 0.24), rgba(0, 0, 0, 0) 28%), linear-gradient(145deg, var(--from), var(--to)); }
  /* line 38, _home-featured-carousel.scss */
  .home-featured-carousel-bg::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.12) 38%, rgba(255, 255, 255, 0.7)), radial-gradient(circle at 50% 48%, rgba(0, 0, 0, 0) 0% 24%, rgba(255, 255, 255, 0.46) 58%, rgba(244, 247, 251, 0.94) 100%); }
  /* line 47, _home-featured-carousel.scss */
  .home-featured-carousel-bg.is-active {
    opacity: 1;
    transform: scale(1); }

/* line 53, _home-featured-carousel.scss */
.home-featured-carousel-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 720px;
  padding: 30px 34px 34px; }

/* line 62, _home-featured-carousel.scss */
.home-featured-carousel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px; }

/* line 69, _home-featured-carousel.scss */
.home-featured-carousel-title {
  display: block;
  color: #111827;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 0.98;
  font-weight: 900; }
  /* line 76, _home-featured-carousel.scss */
  .home-featured-carousel-title:hover {
    color: #0a2f83; }

/* line 81, _home-featured-carousel.scss */
.home-featured-carousel-count {
  min-width: 96px;
  padding-top: 6px;
  color: #548bff;
  color: rgba(84, 139, 255, 0.9);
  text-align: right;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  font-variant-numeric: tabular-nums; }

/* line 93, _home-featured-carousel.scss */
.home-featured-carousel-stage {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 548px;
  overflow: visible;
  perspective: 1200px;
  touch-action: pan-y;
  user-select: none;
  cursor: grab; }
  /* line 104, _home-featured-carousel.scss */
  .home-featured-carousel-stage:active {
    cursor: grabbing; }

/* line 109, _home-featured-carousel.scss */
.home-featured-carousel-slide {
  --offset: 0;
  --abs: 0;
  --mx: 0;
  --my: 0;
  --speed: 760ms;
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 76vw;
  max-width: 430px;
  height: 530px;
  opacity: var(--slide-opacity, 1);
  z-index: 1;
  pointer-events: auto;
  transform: translate3d(var(--slide-x, -50%), -50%, 0) rotateY(var(--slide-rotate-y, 0deg)) scale(var(--slide-scale, 1));
  transition: transform var(--speed) cubic-bezier(0.22, 0.74, 0.46, 0.97), opacity var(--speed) cubic-bezier(0.22, 0.74, 0.46, 0.97); }
  /* line 132, _home-featured-carousel.scss */
  .home-featured-carousel-slide.is-active {
    z-index: 5; }

/* line 137, _home-featured-carousel.scss */
.home-featured-carousel-slide:not(.is-active) {
  cursor: pointer; }
  /* line 140, _home-featured-carousel.scss */
  .home-featured-carousel-slide:not(.is-active) a,
  .home-featured-carousel-slide:not(.is-active) button {
    pointer-events: none; }

/* line 146, _home-featured-carousel.scss */
.home-featured-carousel-card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  border: 0px;
  border-radius: 30px;
  background: radial-gradient(circle at var(--card-glare-x, 50%) var(--card-glare-y, 28%), rgba(255, 255, 255, 0.86), rgba(0, 0, 0, 0) 34%), linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.62));
  box-shadow: 0 34px 70px rgba(17, 57, 146, 0.16);
  overflow: visible;
  transform: translate3d(var(--card-x, 0px), var(--card-y, 0px), 0);
  transition: transform 180ms ease, box-shadow 280ms ease;
  cursor: pointer; }
  /* line 162, _home-featured-carousel.scss */
  .home-featured-carousel-card::before {
    content: "";
    position: absolute;
    inset: 0px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: inherit;
    pointer-events: none; }
  /* line 171, _home-featured-carousel.scss */
  .home-featured-carousel-card:hover {
    box-shadow: 0 42px 86px rgba(17, 57, 146, 0.2); }

/* line 176, _home-featured-carousel.scss */
.home-featured-carousel-product {
  position: absolute;
  left: 50%;
  top: 28%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 120%;
  height: 258px;
  transform: translate3d(var(--product-x, -50%), var(--product-y, -50%), 0) rotate(var(--product-rotate, 0deg));
  transition: transform var(--speed) cubic-bezier(0.22, 0.74, 0.46, 0.97); }
  /* line 190, _home-featured-carousel.scss */
  .home-featured-carousel-product picture {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%; }
  /* line 197, _home-featured-carousel.scss */
  .home-featured-carousel-product .home-featured-card-img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 86%;
    max-height: 258px;
    object-fit: contain;
    filter: drop-shadow(0 26px 18px rgba(17, 24, 39, 0.18));
    pointer-events: none; }

/* line 209, _home-featured-carousel.scss */
.home-featured-carousel-shadow {
  position: absolute;
  left: 50%;
  top: 53%;
  z-index: 1;
  width: 72px;
  height: 22px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.28);
  filter: blur(18px);
  opacity: var(--shadow-opacity, 0.86);
  transform: translate3d(var(--shadow-x, -50%), 0, 0) scale(var(--shadow-scale, 1));
  transition: transform var(--speed) cubic-bezier(0.22, 0.74, 0.46, 0.97), opacity var(--speed) cubic-bezier(0.22, 0.74, 0.46, 0.97); }

/* line 224, _home-featured-carousel.scss */
.home-featured-carousel-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  min-height: 220px;
  padding: 28px 86px 32px 28px;
  border-radius: 0px 0px 30px 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.78) 22%, rgba(255, 255, 255, 0.9) 100%);
  backdrop-filter: blur(8px); }

/* line 237, _home-featured-carousel.scss */
.home-featured-carousel .text-mask {
  overflow: hidden; }

/* line 241, _home-featured-carousel.scss */
.home-featured-carousel .text-mask > span {
  display: inline-flex;
  transform: translate3d(0, var(--text-y, 0px), 0);
  transition: transform var(--speed) cubic-bezier(0.22, 0.74, 0.46, 0.97); }

/* line 247, _home-featured-carousel.scss */
.home-featured-carousel-kicker {
  display: block;
  color: rgba(17, 24, 39, 0.46);
  font-size: 12px;
  line-height: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

/* line 257, _home-featured-carousel.scss */
.home-featured-carousel-name {
  display: block;
  margin-top: 8px;
  overflow: hidden;
  color: #111827;
  font-size: 18px;
  line-height: 1.16;
  font-weight: 900;
  max-height: 83.52px;
  text-wrap: balance; }
  /* line 268, _home-featured-carousel.scss */
  .home-featured-carousel-name:hover {
    color: #0a2f83; }

/* line 273, _home-featured-carousel.scss */
.home-featured-carousel-name.text-mask > span {
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

/* line 281, _home-featured-carousel.scss */
.home-featured-carousel-price {
  display: block;
  margin-top: 12px;
  color: #548bff;
  font-size: 19px;
  line-height: 22px;
  font-weight: 900;
  font-variant-numeric: tabular-nums; }

/* line 291, _home-featured-carousel.scss */
.home-featured-carousel-old-price {
  margin-right: 8px;
  color: rgba(17, 24, 39, 0.36);
  font-size: 15px;
  text-decoration: line-through; }

/* line 298, _home-featured-carousel.scss */
.home-featured-carousel-button {
  position: absolute;
  right: 22px;
  bottom: 28px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0px;
  border: 1px solid #0a2f83;
  border-radius: 50%;
  background: #0a2f83;
  color: #fff;
  box-shadow: 0 12px 24px rgba(17, 57, 146, 0.2);
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease; }
  /* line 318, _home-featured-carousel.scss */
  .home-featured-carousel-button:hover {
    background: #06225f;
    border-color: #06225f;
    color: #fff;
    box-shadow: 0 16px 30px rgba(17, 57, 146, 0.28);
    transform: translateY(-2px); }
  /* line 326, _home-featured-carousel.scss */
  .home-featured-carousel-button .far {
    display: block;
    font-size: 18px;
    line-height: 1; }

/* line 333, _home-featured-carousel.scss */
.home-featured-carousel-button--choose {
  width: auto;
  min-width: 112px;
  padding: 0px 18px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800; }

/* line 343, _home-featured-carousel.scss */
.home-featured-carousel-controls {
  display: grid;
  grid-template-columns: 160px 1fr 160px;
  gap: 18px;
  align-items: center;
  margin-top: 8px; }

/* line 351, _home-featured-carousel.scss */
.home-featured-carousel-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 0px;
  border: 0px;
  background: transparent;
  color: #111827;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em; }
  /* line 367, _home-featured-carousel.scss */
  .home-featured-carousel-nav::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(16, 24, 40, 0.28);
    transition: background-color 0.24s ease; }
  /* line 376, _home-featured-carousel.scss */
  .home-featured-carousel-nav span {
    transition: transform 0.26s cubic-bezier(0.22, 0.74, 0.46, 0.97), color 0.26s ease; }
  /* line 380, _home-featured-carousel.scss */
  .home-featured-carousel-nav:hover::before {
    background: #548bff; }
  /* line 384, _home-featured-carousel.scss */
  .home-featured-carousel-nav:hover span {
    color: #548bff; }

/* line 389, _home-featured-carousel.scss */
.home-featured-carousel-nav--prev {
  align-items: flex-end; }
  /* line 392, _home-featured-carousel.scss */
  .home-featured-carousel-nav--prev:hover span {
    transform: translateX(-10px); }

/* line 397, _home-featured-carousel.scss */
.home-featured-carousel-nav--next {
  align-items: flex-start;
  justify-self: end; }
  /* line 401, _home-featured-carousel.scss */
  .home-featured-carousel-nav--next:hover span {
    transform: translateX(10px); }

/* line 406, _home-featured-carousel.scss */
.home-featured-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 6px; }

/* line 412, _home-featured-carousel.scss */
.home-featured-carousel-dot {
  width: 18px;
  height: 6px;
  padding: 0px;
  border: 0px;
  border-radius: 999px;
  background: #d4dce8;
  cursor: pointer;
  overflow: hidden;
  transition: width 0.2s, background-color 0.2s; }
  /* line 423, _home-featured-carousel.scss */
  .home-featured-carousel-dot span {
    display: none; }
  /* line 427, _home-featured-carousel.scss */
  .home-featured-carousel-dot.is-active {
    width: 32px;
    background: #0a2f83; }

/* line 433, _home-featured-carousel.scss */
.insales-section-home-featured-picks {
  padding: 12px 0px 34px; }

@media (max-width: 767px) {
  /* line 438, _home-featured-carousel.scss */
  .home-featured-carousel {
    min-height: 548px;
    border-radius: 24px; }

  /* line 443, _home-featured-carousel.scss */
  .home-featured-carousel-inner {
    min-height: 548px;
    padding: 18px 12px 14px; }

  /* line 448, _home-featured-carousel.scss */
  .home-featured-carousel-head {
    flex-direction: column;
    gap: 10px; }

  /* line 453, _home-featured-carousel.scss */
  .home-featured-carousel-title {
    font-size: clamp(31px, 9vw, 38px);
    line-height: 1; }

  /* line 458, _home-featured-carousel.scss */
  .home-featured-carousel-count {
    min-width: 0px;
    text-align: left;
    padding-top: 0px;
    font-size: 20px;
    line-height: 24px; }

  /* line 466, _home-featured-carousel.scss */
  .home-featured-carousel-stage {
    min-height: 344px; }

  /* line 470, _home-featured-carousel.scss */
  .home-featured-carousel-slide {
    width: 86vw;
    max-width: 326px;
    height: 328px; }

  /* line 476, _home-featured-carousel.scss */
  .home-featured-carousel-product {
    top: 22%;
    width: 116%;
    height: 154px; }

  /* line 482, _home-featured-carousel.scss */
  .home-featured-carousel-product .home-featured-card-img {
    max-height: 154px; }

  /* line 486, _home-featured-carousel.scss */
  .home-featured-carousel-info {
    min-height: 152px;
    padding: 16px 66px 18px 20px; }

  /* line 491, _home-featured-carousel.scss */
  .home-featured-carousel-name {
    font-size: 15px;
    line-height: 1.15;
    max-height: 69px; }

  /* line 497, _home-featured-carousel.scss */
  .home-featured-carousel-name.text-mask > span {
    line-clamp: 4;
    -webkit-line-clamp: 4; }

  /* line 502, _home-featured-carousel.scss */
  .home-featured-carousel-price {
    margin-top: 7px;
    font-size: 19px;
    line-height: 23px; }

  /* line 508, _home-featured-carousel.scss */
  .home-featured-carousel-controls {
    grid-template-columns: 1fr;
    margin-top: 0px; }

  /* line 513, _home-featured-carousel.scss */
  .home-featured-carousel-nav {
    display: none; } }
@media (prefers-reduced-motion: reduce) {
  /* line 519, _home-featured-carousel.scss */
  .home-featured-carousel-bg,
  .home-featured-carousel-slide,
  .home-featured-carousel-card,
  .home-featured-carousel-product,
  .home-featured-carousel-shadow,
  .home-featured-carousel .text-mask > span,
  .home-featured-carousel-nav span,
  .home-featured-carousel-dot span {
    transition: none !important; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* line 3, _home-day.scss */
.home-day {
  position: relative;
  min-width: 0;
  width: 100%;
  margin-top: 0px;
  overflow: visible; }

/* line 11, _home-day.scss */
.home-day-section-title {
  display: none; }

/* line 15, _home-day.scss */
.home-day-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 12px;
  height: 100%;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/* line 30, _home-day.scss */
.home-day-nav {
  z-index: 3;
  top: 104px;
  width: 42px;
  height: 42px;
  margin-top: -21px; }
  /* line 37, _home-day.scss */
  .home-day-nav--prev {
    left: -20px; }
  /* line 41, _home-day.scss */
  .home-day-nav--next {
    right: -20px; }

/* line 46, _home-day.scss */
.home-day.is-scrollable .home-day-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

/* line 52, _home-day.scss */
.home-day.is-scrollable .home-day-nav:disabled {
  opacity: 0.34;
  pointer-events: none; }

/* line 57, _home-day.scss */
.home-day-track::-webkit-scrollbar {
  display: none;
  height: 0; }

/* line 62, _home-day.scss */
.home-day-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c9d5e6; }

/* line 67, _home-day.scss */
.home-day-dots {
  display: none; }

/* line 71, _home-day.scss */
.home-day-card {
  min-width: 0;
  border: 1px solid #e5eaf2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04);
  overflow: hidden; }

@media (min-width: 901px) {
  /* line 81, _home-day.scss */
  .home-day-dots {
    display: none !important; } }
/* line 86, _home-day.scss */
.home-day-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto auto auto;
  align-items: start;
  align-content: start;
  gap: 8px;
  height: 100%;
  padding: 12px;
  scroll-snap-align: start; }

/* line 99, _home-day.scss */
.home-day-header {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  pointer-events: none; }

/* line 113, _home-day.scss */
.home-day-eyebrow,
.home-day-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600; }

/* line 125, _home-day.scss */
.home-day-eyebrow {
  color: #fff;
  background: #0a2f83; }

/* line 130, _home-day.scss */
.home-day-status {
  color: #167a2e;
  background: #effaf2; }
  /* line 134, _home-day.scss */
  .home-day-status--available {
    display: none; }
  /* line 138, _home-day.scss */
  .home-day-status--soldout {
    color: #ef3340;
    background: #fff1f3; }

/* line 144, _home-day.scss */
.home-day-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 132px;
  padding: 30px 10px 10px;
  border-radius: 14px;
  background: #f5f7fb; }
  /* line 154, _home-day.scss */
  .home-day-image picture,
  .home-day-image img {
    display: block;
    max-width: 100%;
    max-height: 132px;
    width: auto;
    height: auto;
    object-fit: contain; }

/* line 165, _home-day.scss */
.home-day-title {
  color: #111827;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  display: -webkit-box;
  min-height: 42px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

/* line 178, _home-day.scss */
.home-day-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 4px 7px;
  color: #111827; }

/* line 187, _home-day.scss */
.home-day-price-current {
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  white-space: nowrap; }

/* line 194, _home-day.scss */
.home-day-price-old {
  flex: 0 0 auto;
  color: #9ca3af;
  font-size: 14px;
  line-height: 18px;
  text-decoration: line-through;
  white-space: nowrap; }

/* line 203, _home-day.scss */
.home-day-discount {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #ef3340;
  background: #fff1f3;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  white-space: nowrap; }

/* line 218, _home-day.scss */
.home-day-header .home-day-discount {
  position: static;
  margin-left: auto; }

/* line 223, _home-day.scss */
.home-day-price .home-day-discount {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: auto;
  right: 16px; }

/* line 231, _home-day.scss */
.home-day-meta {
  min-height: 19px;
  margin: 0px; }

/* line 236, _home-day.scss */
.home-day-rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-width: 0; }

/* line 243, _home-day.scss */
.home-day-rating .rating-item {
  color: #ffad1f;
  font-size: 13px;
  line-height: 1; }

/* line 249, _home-day.scss */
.home-day-rating .rating-item--unactive {
  color: #c7cfda; }

/* line 253, _home-day.scss */
.home-day-rating .rating-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 5px;
  color: #9ca3af;
  font-size: 12px;
  line-height: 16px; }

/* line 263, _home-day.scss */
.home-day-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  margin-top: 4px;
  padding-top: 2px; }

/* line 273, _home-day.scss */
.home-day-action-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0; }
  /* line 279, _home-day.scss */
  .home-day-action-icons .button {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 0px;
    border: 1px solid #e5eaf2;
    border-radius: 999px;
    color: #0a2f83;
    background: #fff; }

/* line 292, _home-day.scss */
.home-day-action-cart {
  min-width: 0;
  margin: 0px; }

/* line 297, _home-day.scss */
.home-day-action-cart-wrap {
  min-width: 0; }

/* line 301, _home-day.scss */
.home-day-cart-button {
  width: auto;
  min-width: 112px;
  max-width: none;
  min-height: 36px;
  padding: 0px 14px;
  border-radius: 999px;
  background: #0a2f83;
  color: #fff;
  box-shadow: 0px 8px 20px rgba(47, 125, 240, 0.2); }
  /* line 312, _home-day.scss */
  .home-day-cart-button:hover {
    background: #061b55;
    color: #fff; }
  /* line 317, _home-day.scss */
  .home-day-cart-button .far,
  .home-day-cart-button .fa,
  .home-day-cart-button svg,
  .home-day-cart-button [class*="fa-"] {
    line-height: 1; }

@media (max-width: 1024px) and (min-width: 901px) {
  /* line 326, _home-day.scss */
  .home-hero--with-day {
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.62fr); }

  /* line 330, _home-day.scss */
  .home-hero-slide {
    min-height: 280px;
    height: clamp(280px, 28vw, 320px); }

  /* line 335, _home-day.scss */
  .home-day-card {
    padding: 12px; }

  /* line 339, _home-day.scss */
  .home-day-image {
    min-height: 142px;
    height: 142px; }
    /* line 343, _home-day.scss */
    .home-day-image img {
      max-height: 116px; } }
@media (min-width: 901px) {
  /* line 350, _home-day.scss */
  .home-hero--with-day {
    min-height: clamp(380px, 24vw, 430px); }

  /* line 354, _home-day.scss */
  .home-day {
    box-sizing: border-box;
    display: grid;
    height: 100%;
    padding: 12px 22px;
    border: 1px solid #e5eaf2;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
    align-self: stretch; }

  /* line 366, _home-day.scss */
  .home-day-track {
    justify-items: stretch;
    height: 100%; }

  /* line 371, _home-day.scss */
  .home-day-card {
    width: 100%;
    max-width: none;
    grid-template-rows: 148px auto auto minmax(76px, 1fr) auto;
    align-content: stretch;
    min-height: 100%; }

  /* line 379, _home-day.scss */
  .home-day-image {
    min-height: 148px;
    height: 148px; }
    /* line 383, _home-day.scss */
    .home-day-image picture,
    .home-day-image img {
      max-height: 122px; }

  /* line 389, _home-day.scss */
  .home-day-title {
    min-height: 76px;
    line-clamp: 4;
    -webkit-line-clamp: 4; }

  /* line 395, _home-day.scss */
  .home-day-action {
    grid-row: 5;
    align-self: end; }

  /* line 400, _home-day.scss */
  .home-day-nav {
    top: 50%;
    margin-top: -21px; }
    /* line 404, _home-day.scss */
    .home-day-nav--prev {
      left: -22px; }
    /* line 408, _home-day.scss */
    .home-day-nav--next {
      right: -22px; }

  /* line 413, _home-day.scss */
  .home-hero--with-day .home-hero-slider > div,
  .home-hero--with-day .home-hero-slide {
    height: 100%;
    min-height: 100%; } }
@media (max-width: 900px) {
  /* line 421, _home-day.scss */
  .insales-section-home_hero {
    padding-bottom: 14px; }

  /* line 425, _home-day.scss */
  .home-hero {
    gap: 16px; }

  /* line 429, _home-day.scss */
  .home-hero--with-day,
  .home-hero--day-only {
    grid-template-columns: minmax(0, 1fr); }

  /* line 434, _home-day.scss */
  .home-day {
    max-width: none;
    height: auto;
    padding: 14px 10px 16px;
    border: 1px solid #e5eaf2;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
    overflow: visible; }

  /* line 445, _home-day.scss */
  .home-day-section-title {
    display: block;
    margin: 0px 2px 12px;
    color: #111827;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600; }

  /* line 454, _home-day.scss */
  .home-day-track {
    grid-auto-columns: minmax(238px, 76vw);
    align-items: stretch;
    height: auto;
    overflow-x: auto;
    scrollbar-width: none; }

  /* line 462, _home-day.scss */
  .home-day-dots {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    min-height: 18px;
    margin: 16px 0 0;
    line-height: 0;
    pointer-events: auto; }
    /* line 475, _home-day.scss */
    .home-day-dots:empty {
      display: none; }
    /* line 479, _home-day.scss */
    .home-day-dots.is-visible {
      display: flex; }

  /* line 484, _home-day.scss */
  .home-day-dot {
    width: 7px;
    height: 7px;
    padding: 0px;
    border: 0px;
    border-radius: 999px;
    background: #d8e2f2;
    box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.05);
    transition: width 0.2s, background-color 0.2s, box-shadow 0.2s; }
    /* line 494, _home-day.scss */
    .home-day-dot.is-active {
      width: 26px;
      background: #0a2f83;
      box-shadow: 0 7px 16px rgba(47, 125, 240, 0.22); }

  /* line 501, _home-day.scss */
  .home-day-card {
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(150px, auto) auto auto minmax(68px, auto) auto;
    align-items: start;
    align-content: start;
    gap: 7px;
    height: 100%;
    min-height: 374px;
    max-height: none;
    padding: 10px;
    border-radius: 18px; }

  /* line 515, _home-day.scss */
  .home-day-header,
  .home-day-action {
    grid-column: 1 / -1; }

  /* line 520, _home-day.scss */
  .home-day-action {
    margin-top: 4px;
    padding-top: 4px; }

  /* line 525, _home-day.scss */
  .home-day-header {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    right: auto;
    display: flex;
    grid-column: auto;
    gap: 6px;
    pointer-events: none; }

  /* line 537, _home-day.scss */
  .home-day-eyebrow,
  .home-day-status {
    min-height: 22px;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 14px; }

  /* line 545, _home-day.scss */
  .home-day-eyebrow {
    color: #fff;
    background: #0a2f83; }

  /* line 550, _home-day.scss */
  .home-day-status {
    color: #167a2e;
    background: #effaf2; }

  /* line 555, _home-day.scss */
  .home-day-action {
    gap: 8px;
    margin-top: 4px;
    padding-top: 4px; }

  /* line 561, _home-day.scss */
  .home-day-cart-button {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    min-height: 38px;
    padding: 0px;
    font-size: 0px;
    line-height: 0; }

  /* line 571, _home-day.scss */
  .home-day-cart-button .home-day-cart-text,
  .home-day-cart-button span:not(:first-child) {
    display: none !important; }

  /* line 576, _home-day.scss */
  .home-day-cart-button .far,
  .home-day-cart-button .fa,
  .home-day-cart-button svg,
  .home-day-cart-button [class*="fa-"] {
    font-size: 16px;
    line-height: 1; }

  /* line 584, _home-day.scss */
  .home-day-image {
    grid-row: auto;
    width: 100%;
    min-height: 150px;
    padding: 32px 8px 8px;
    border-radius: 14px; }

  /* line 592, _home-day.scss */
  .home-day-image picture,
  .home-day-image img {
    max-height: 128px; }

  /* line 597, _home-day.scss */
  .home-day-title {
    font-size: 13px;
    line-height: 17px;
    display: -webkit-box;
    min-height: 68px;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }

  /* line 608, _home-day.scss */
  .home-day-price {
    grid-column: auto;
    display: flex;
    gap: 3px 5px; }

  /* line 614, _home-day.scss */
  .home-day-price-current {
    font-size: 18px;
    line-height: 22px; }

  /* line 619, _home-day.scss */
  .home-day-price-old {
    font-size: 11px;
    line-height: 15px; }

  /* line 624, _home-day.scss */
  .home-day-discount {
    min-height: 22px;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 14px; }

  /* line 631, _home-day.scss */
  .home-day-price .home-day-discount {
    top: 14px;
    left: auto;
    right: 14px; }

  /* line 637, _home-day.scss */
  .home-day-meta {
    min-height: 18px; }

  /* line 641, _home-day.scss */
  .home-day-rating .rating-item {
    font-size: 12px; }

  /* line 645, _home-day.scss */
  .home-day-action-icons {
    gap: 6px; }

  /* line 649, _home-day.scss */
  .home-day-action-icons .button {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px; } }
@media (max-width: 575px) {
  /* line 658, _home-day.scss */
  .insales-section-home_hero {
    padding: 12px 0px 14px; }

  /* line 662, _home-day.scss */
  .home-hero-slide {
    min-height: 192px;
    height: clamp(192px, 46vw, 214px);
    background: #fff; }
    /* line 667, _home-day.scss */
    .home-hero-slide:before {
      display: none !important; }
    /* line 671, _home-day.scss */
    .home-hero-slide:after {
      content: '';
      position: absolute;
      z-index: 1;
      inset: 0;
      display: block !important;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 52%, rgba(255, 255, 255, 0.28) 74%, rgba(255, 255, 255, 0.5) 100%);
      pointer-events: none; }
    /* line 681, _home-day.scss */
    .home-hero-slide--text_left:after {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.96) 34%, rgba(255, 255, 255, 0.16) 58%, rgba(255, 255, 255, 0) 100%); }
    /* line 685, _home-day.scss */
    .home-hero-slide--text_center:after {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.88) 100%); }
    /* line 689, _home-day.scss */
    .home-hero-slide--dark:after {
      background: linear-gradient(90deg, rgba(16, 24, 39, 0) 0%, rgba(16, 24, 39, 0.18) 42%, rgba(16, 24, 39, 0.74) 70%, rgba(16, 24, 39, 0.82) 100%); }
    /* line 693, _home-day.scss */
    .home-hero-slide--dark.home-hero-slide--text_left:after {
      background: linear-gradient(90deg, rgba(16, 24, 39, 0.82) 0%, rgba(16, 24, 39, 0.74) 30%, rgba(16, 24, 39, 0.18) 58%, rgba(16, 24, 39, 0) 100%); }
    /* line 697, _home-day.scss */
    .home-hero-slide--dark.home-hero-slide--text_center:after {
      background: linear-gradient(180deg, rgba(16, 24, 39, 0) 0%, rgba(16, 24, 39, 0.76) 100%); }

  /* line 702, _home-day.scss */
  .home-hero-slide-media {
    position: absolute;
    z-index: 0;
    inset: 0;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    border-radius: 0;
    background: transparent; }

  /* line 713, _home-day.scss */
  .home-hero-slide-media picture,
  .home-hero-slide-media img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover; }

  /* line 722, _home-day.scss */
  .home-hero-slide--text_right .home-hero-slide-media img {
    object-position: left top;
    transform: none; }

  /* line 727, _home-day.scss */
  .home-hero-slide--text_left .home-hero-slide-media img {
    object-position: center top; }

  /* line 731, _home-day.scss */
  .home-hero-slide--text_center .home-hero-slide-media img {
    object-position: center top; }

  /* line 735, _home-day.scss */
  .home-day-nav {
    display: none; }

  /* line 739, _home-day.scss */
  .home-hero-slide-content,
  .home-hero-slide--text_center .home-hero-slide-content,
  .home-hero-slide--text_right .home-hero-slide-content,
  .home-hero-slide--text_left .home-hero-slide-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 12px;
    left: 61%;
    bottom: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    align-items: flex-start;
    text-align: left;
    gap: 9px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #101827; }

  /* line 766, _home-day.scss */
  .home-hero-slide--text_right .home-hero-slide-content {
    top: 46%;
    left: 58%;
    right: 14px;
    max-width: 40%; }

  /* line 773, _home-day.scss */
  .home-hero-slide--text_left .home-hero-slide-content {
    left: 16px;
    right: auto;
    max-width: 48%; }

  /* line 779, _home-day.scss */
  .home-hero-slide--text_center .home-hero-slide-content {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 16px;
    width: auto;
    transform: none; }

  /* line 788, _home-day.scss */
  .home-hero-slide--dark .home-hero-slide-content {
    color: #fff; }

  /* line 792, _home-day.scss */
  .home-hero-slide-badge {
    display: inline-flex;
    min-height: 20px;
    padding: 3px 7px;
    font-size: 10px;
    line-height: 14px; }

  /* line 800, _home-day.scss */
  .home-hero-slide-title {
    max-width: 100%;
    display: block;
    overflow: visible;
    font-size: clamp(16px, 4.1vw, 18px);
    line-height: 1.06;
    color: currentColor !important; }

  /* line 809, _home-day.scss */
  .home-hero-slide-subtitle {
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    font-size: 10.5px;
    line-height: 1.36;
    color: rgba(75, 85, 99, 0.95) !important; }

  /* line 821, _home-day.scss */
  .home-hero-slide--dark .home-hero-slide-subtitle {
    color: rgba(255, 255, 255, 0.84) !important; }

  /* line 825, _home-day.scss */
  .home-hero-slide-button {
    min-height: 29px;
    padding: 6px 10px;
    font-size: 11px;
    line-height: 14px; }

  /* line 832, _home-day.scss */
  .home-hero-slider {
    border-radius: 18px; }
    /* line 835, _home-day.scss */
    .home-hero-slider .owl-dots {
      top: 14px;
      bottom: auto;
      left: 18px;
      z-index: 3;
      transform: none; }

  /* line 844, _home-day.scss */
  .home-hero-nav {
    display: none; } }
@media (max-width: 390px) {
  /* line 851, _home-day.scss */
  .home-hero-slide-content,
  .home-hero-slide--text_right .home-hero-slide-content {
    width: auto;
    left: 59%;
    right: 10px;
    gap: 7px; }

  /* line 859, _home-day.scss */
  .home-hero-slide--text_left .home-hero-slide-content {
    left: 14px;
    right: auto;
    max-width: 50%; }

  /* line 865, _home-day.scss */
  .home-hero-slide--text_center .home-hero-slide-content {
    left: 14px;
    right: 14px;
    max-width: none; }

  /* line 871, _home-day.scss */
  .home-hero-slide-subtitle {
    display: -webkit-box;
    font-size: 10px;
    line-height: 1.28;
    -webkit-line-clamp: 2;
    line-clamp: 2; }

  /* line 879, _home-day.scss */
  .home-hero-slide-badge {
    min-height: 18px;
    padding: 2px 6px;
    font-size: 9px;
    line-height: 13px; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* 6. Home page / Horizontal rails */
/* line 4, _home-rails.scss */
.products-rail,
.collections-rail {
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; }
  /* line 14, _home-rails.scss */
  .products-rail::-webkit-scrollbar,
  .collections-rail::-webkit-scrollbar {
    display: none; }

/* line 19, _home-rails.scss */
.products-rail {
  grid-auto-columns: minmax(178px, 220px);
  gap: 16px;
  padding: 4px 2px 18px;
  margin: 0px -2px; }

/* line 26, _home-rails.scss */
.products-rail-item {
  min-width: 0;
  scroll-snap-align: start; }

/* line 31, _home-rails.scss */
.collections--rail {
  margin-bottom: 28px; }

/* line 35, _home-rails.scss */
.collections-rail {
  grid-auto-columns: minmax(132px, 168px);
  gap: 16px;
  padding: 4px 2px 18px;
  margin: 0px -2px; }

/* line 42, _home-rails.scss */
.collections-rail-item {
  min-width: 0;
  scroll-snap-align: start; }
  /* line 46, _home-rails.scss */
  .collections-rail-item .subcollection_card {
    height: 100%;
    margin-bottom: 0px;
    padding: 14px;
    border: 1px solid #e5eaf2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04); }
  /* line 56, _home-rails.scss */
  .collections-rail-item .subcollection_card-thumb {
    margin-bottom: 10px; }
  /* line 60, _home-rails.scss */
  .collections-rail-item .subcollection_card-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600; }

/* line 67, _home-rails.scss */
.home-rail-wrap {
  position: relative;
  min-width: 0; }

/* line 72, _home-rails.scss */
.home-scroll-nav {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  padding: 0px;
  border: 1px solid rgba(180, 202, 236, 0.92);
  border-radius: 999px;
  color: #0a2f83;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 16px 34px rgba(18, 31, 53, 0.18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, visibility 0.2s, border-color 0.2s, background-color 0.2s, transform 0.2s; }
  /* line 94, _home-rails.scss */
  .home-scroll-nav:not(:disabled):hover {
    border-color: rgba(47, 118, 239, 0.38);
    background: #eef4ff;
    transform: translateY(-1px); }
  /* line 100, _home-rails.scss */
  .home-scroll-nav:disabled {
    cursor: default;
    opacity: 0.34;
    pointer-events: none;
    transform: none; }

/* line 109, _home-rails.scss */
.home-rail-nav--prev {
  left: -12px; }
/* line 113, _home-rails.scss */
.home-rail-nav--next {
  right: -12px; }

/* line 118, _home-rails.scss */
.home-rail-wrap.is-scrollable .home-rail-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

/* line 124, _home-rails.scss */
.home-rail-wrap.is-scrollable .home-rail-nav:disabled {
  opacity: 0.34;
  pointer-events: none; }

@media (min-width: 768px) {
  /* line 130, _home-rails.scss */
  .products-rail {
    grid-auto-columns: minmax(206px, 248px);
    gap: 20px;
    padding-bottom: 24px; }

  /* line 136, _home-rails.scss */
  .collections-rail {
    grid-auto-columns: minmax(150px, 190px);
    gap: 18px;
    padding-bottom: 24px; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* 7. Catalog / Filter */
/* line 6, _catalog.scss */
.filter-item-title {
  color: #111827;
  font-weight: 600; }
/* line 11, _catalog.scss */
.filter-value {
  margin: 5px 0px 0px; }
  /* line 13, _catalog.scss */
  .filter-value:first-child {
    margin: 0px; }
  /* line 16, _catalog.scss */
  .filter-value-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    /* line 20, _catalog.scss */
    .filter-value-checkbox:checked + label {
      color: #0a2f83; }
      /* line 22, _catalog.scss */
      .filter-value-checkbox:checked + label:after {
        opacity: 1; }
      /* line 25, _catalog.scss */
      .filter-value-checkbox:checked + label:before {
        border-color: #0a2f83; }
  /* line 30, _catalog.scss */
  .filter-value-label {
    margin: 0px;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    transition: color 0.2s linear; }
    /* line 36, _catalog.scss */
    .filter-value-label-color {
      position: absolute;
      z-index: 3;
      width: 10px;
      height: 10px;
      left: 3px;
      top: 6px;
      background: center no-repeat;
      background-size: cover; }
    /* line 46, _catalog.scss */
    .filter-value-label:before, .filter-value-label:after {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0px;
      top: 3px;
      transition: opacity 0.2s linear; }
    /* line 56, _catalog.scss */
    .filter-value-label:before {
      border: 1px solid #e5eaf2;
      background-color: #f5f7fb; }
    /* line 60, _catalog.scss */
    .filter-value-label:after {
      width: 10px;
      height: 10px;
      background-color: #0a2f83;
      left: 3px;
      top: 6px;
      opacity: 0; }

/* line 72, _catalog.scss */
.filter-sidebar .filter {
  padding: 20px 20px 0px;
  border: 2px solid #e5eaf2; }
  /* line 75, _catalog.scss */
  .filter-sidebar .filter-item {
    margin: 0px 0px 20px; }
    /* line 77, _catalog.scss */
    .filter-sidebar .filter-item-title {
      margin: 0px 0px 5px; }
      /* line 79, _catalog.scss */
      .filter-sidebar .filter-item-title--content {
        display: none; }
    /* line 83, _catalog.scss */
    .filter-sidebar .filter-item-count {
      display: none; }
  /* line 88, _catalog.scss */
  .filter-sidebar .filter-value.is-hidden {
    display: none; }
  /* line 91, _catalog.scss */
  .filter-sidebar .filter-value-more {
    margin: 0px; }
    /* line 94, _catalog.scss */
    .filter-sidebar .filter-value-more .button span:before {
      content: attr(data-text-first); }
    /* line 98, _catalog.scss */
    .filter-sidebar .filter-value-more .button.is-active span:before {
      content: attr(data-text-second); }

/* line 107, _catalog.scss */
.filter-buttons {
  margin: 0px 0px 40px; }

/* line 110, _catalog.scss */
.filter-buttons--search {
  margin: -20px 0px 20px; }

/* line 113, _catalog.scss */
.filter-container + .filter-buttons {
  margin: -20px 0px 20px; }

/* line 116, _catalog.scss */
.collection-heading {
  row-gap: 12px; }
  /* line 119, _catalog.scss */
  .collection-heading .section-title {
    margin: 0px;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px; }
  /* line 126, _catalog.scss */
  .collection-heading-sort {
    align-items: center;
    justify-content: flex-end;
    gap: 10px; }
  /* line 132, _catalog.scss */
  .collection-heading .filter-sort {
    min-width: 260px; }
    /* line 135, _catalog.scss */
    .collection-heading .filter-sort .row {
      align-items: center;
      flex-wrap: nowrap;
      margin-left: -6px;
      margin-right: -6px; }
    /* line 142, _catalog.scss */
    .collection-heading .filter-sort [class*="col"] {
      padding-left: 6px;
      padding-right: 6px; }
    /* line 147, _catalog.scss */
    .collection-heading .filter-sort label {
      margin: 0px;
      color: #6b7280;
      font-size: 14px;
      line-height: 18px; }
    /* line 154, _catalog.scss */
    .collection-heading .filter-sort .input--sort {
      min-width: 170px;
      height: 34px;
      padding-top: 0px;
      padding-bottom: 0px;
      border-color: #e5eaf2;
      border-radius: 14px;
      background-color: #f5f7fb;
      box-shadow: inset 0px 0px 0px 1px rgba(10, 47, 131, 0.04);
      font-weight: 600; }

/* line 167, _catalog.scss */
.js-collection-data {
  position: relative; }
  /* line 171, _catalog.scss */
  .js-collection-data.is-loading .js-products-data {
    opacity: 0.42;
    pointer-events: none; }
  /* line 176, _catalog.scss */
  .js-collection-data.is-loading:after {
    content: "";
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 180px;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    border: 3px solid #eef4ff;
    border-top-color: #0a2f83;
    border-radius: 50%;
    animation: catalog-filter-loading 0.8s linear infinite; }

@keyframes catalog-filter-loading {
  to {
    transform: rotate(360deg); } }
/* line 197, _catalog.scss */
.collection-bottom-content {
  margin: 32px 0px 0px; }

/* line 200, _catalog.scss */
.collection-quick-subcollections {
  display: flex;
  gap: 10px;
  margin: -4px 0px 22px;
  padding: 0px 0px 2px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch; }
  /* line 210, _catalog.scss */
  .collection-quick-subcollections::-webkit-scrollbar {
    display: none; }

/* line 215, _catalog.scss */
.sidebar-catalog-title {
  margin-bottom: 12px; }

/* line 219, _catalog.scss */
.sidebar-catalog-toggle {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  background: #fff;
  color: #111827;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease; }
  /* line 238, _catalog.scss */
  .sidebar-catalog-toggle span {
    flex: 0 0 auto;
    color: #6b7280;
    font-size: 14px;
    transition: transform 0.2s ease, color 0.2s ease; }
  /* line 245, _catalog.scss */
  .sidebar-catalog-toggle:hover {
    border-color: #c7d9f6;
    background: #eef4ff;
    color: #0a2f83; }
    /* line 250, _catalog.scss */
    .sidebar-catalog-toggle:hover span {
      color: #0a2f83; }

/* line 258, _catalog.scss */
.sidebar-collections.is-collapsed .sidebar-block-content {
  display: none; }
/* line 264, _catalog.scss */
.sidebar-collections:not(.is-collapsed) .sidebar-catalog-toggle {
  border-color: #c7d9f6;
  background: #eef4ff;
  color: #0a2f83; }
  /* line 269, _catalog.scss */
  .sidebar-collections:not(.is-collapsed) .sidebar-catalog-toggle span {
    color: #0a2f83;
    transform: rotate(180deg); }

/* line 277, _catalog.scss */
.collection-quick-card {
  display: grid;
  flex: 0 0 206px;
  grid-template-columns: 54px minmax(0px, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 8px 10px 8px 8px;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04);
  color: #111827;
  transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear, transform 0.2s linear; }
  /* line 292, _catalog.scss */
  .collection-quick-card-media {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: #f5f7fb;
    overflow: hidden; }
    /* line 301, _catalog.scss */
    .collection-quick-card-media--all {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #eef4ff;
      color: #0a2f83;
      font-size: 13px;
      line-height: 16px;
      font-weight: 600; }
  /* line 313, _catalog.scss */
  .collection-quick-card-image, .collection-quick-card-media img, .collection-quick-card-media source {
    position: absolute;
    inset: 0px;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain; }
  /* line 323, _catalog.scss */
  .collection-quick-card-placeholder {
    position: absolute;
    inset: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a2f83;
    font-size: 18px;
    font-weight: 600; }
  /* line 334, _catalog.scss */
  .collection-quick-card-body {
    display: grid;
    gap: 3px;
    min-width: 0px; }
  /* line 340, _catalog.scss */
  .collection-quick-card-title {
    display: block;
    color: inherit;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis; }
  /* line 350, _catalog.scss */
  .collection-quick-card-meta {
    display: block;
    color: #0a2f83;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 361, _catalog.scss */
  .collection-quick-card:hover, .collection-quick-card.is-active {
    border-color: #c7d9f6;
    background: #eef4ff;
    color: #0a2f83; }
  /* line 368, _catalog.scss */
  .collection-quick-card:hover {
    transform: translateY(-1px); }

@media (min-width: 1025px) {
  /* line 373, _catalog.scss */
  .collection-quick-subcollections--with-sidebar {
    display: none; } }
@media (min-width: 1025px) {
  /* line 381, _catalog.scss */
  .filter-value-label:hover {
    color: #0a2f83; }
    /* line 383, _catalog.scss */
    .filter-value-label:hover:after {
      opacity: 0.5; } }
@media (max-width: 1024px) {
  /* line 392, _catalog.scss */
  .sidebar-filter {
    position: fixed;
    z-index: 7020;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    margin: 0px;
    padding: 0px; }

  /* line 402, _catalog.scss */
  .filter-container {
    position: fixed;
    z-index: 7000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s; }
    /* line 416, _catalog.scss */
    .filter-container > [class^="filter-"] {
      height: 100%; }
    /* line 420, _catalog.scss */
    .filter-container .filter {
      position: absolute;
      z-index: 10;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      max-width: none;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
      transform: translate(-110%, 0px);
      transition: 0.4s;
      background: #fff;
      border-style: none; }
      /* line 437, _catalog.scss */
      .filter-container .filter-form {
        flex: 1 1 auto;
        min-height: 0px;
        padding: 0px 18px calc(92px + env(safe-area-inset-bottom));
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
      /* line 446, _catalog.scss */
      .filter-container .filter-title {
        position: relative;
        flex: 0 0 auto;
        z-index: 3;
        top: 0px;
        min-height: 62px;
        margin: 0px;
        padding: 18px 58px 16px 20px;
        border-bottom: 1px solid #e5eaf2;
        background: #fff;
        font-size: 22px;
        line-height: 28px;
        font-weight: 600;
        color: #111827; }
        /* line 460, _catalog.scss */
        .filter-container .filter-title .button {
          position: absolute;
          top: 50%;
          right: 14px;
          width: 38px;
          height: 38px;
          margin-top: -19px;
          border-radius: 50%;
          background: #f5f7fb; }
      /* line 471, _catalog.scss */
      .filter-container .filter-item {
        margin: 0px;
        border-bottom: 1px solid #e5eaf2; }
        /* line 475, _catalog.scss */
        .filter-container .filter-item:last-child {
          border-bottom: 0px; }
        /* line 479, _catalog.scss */
        .filter-container .filter-item-title--sidebar {
          min-height: 56px;
          padding: 15px 34px 15px 0px;
          font-size: 17px;
          line-height: 22px; }
        /* line 486, _catalog.scss */
        .filter-container .filter-item-content {
          padding: 0px 0px 14px; }
        /* line 490, _catalog.scss */
        .filter-container .filter-item-reset {
          position: sticky;
          z-index: 4;
          bottom: 0px;
          display: flex !important;
          align-items: center;
          gap: 10px;
          margin: 0px -18px;
          padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
          border-top: 1px solid #e5eaf2;
          background: rgba(255, 255, 255, 0.96);
          box-shadow: 0px -10px 24px rgba(15, 23, 42, 0.08); }
          /* line 503, _catalog.scss */
          .filter-container .filter-item-reset .button,
          .filter-container .filter-item-reset a {
            flex: 1 1 0px;
            min-height: 44px;
            border-radius: 999px;
            font-size: 15px;
            line-height: 20px;
            text-align: center; }
          /* line 514, _catalog.scss */
          .filter-container .filter-item-reset.d-none a {
            display: none; }
      /* line 520, _catalog.scss */
      .filter-container .filter-shade {
        position: absolute;
        z-index: 5;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        cursor: pointer; }
    /* line 530, _catalog.scss */
    .filter-container.is-open {
      opacity: 1;
      visibility: visible; }
      /* line 533, _catalog.scss */
      .filter-container.is-open .filter {
        transform: translate(0px, 0px); }

  /* line 539, _catalog.scss */
  .filter-buttons {
    margin: 0px 0px 20px; }

  /* line 544, _catalog.scss */
  .collection-quick-subcollections {
    display: flex;
    gap: 8px;
    margin: -4px -10px 16px 0px;
    padding-right: 10px; }

  /* line 551, _catalog.scss */
  .collection-quick-card {
    flex: 0 0 164px;
    grid-template-columns: 44px minmax(0px, 1fr);
    min-height: 60px;
    gap: 8px;
    padding: 7px; }
    /* line 558, _catalog.scss */
    .collection-quick-card-media {
      width: 44px;
      height: 44px; }
    /* line 563, _catalog.scss */
    .collection-quick-card-title {
      font-size: 12px;
      line-height: 15px; }
    /* line 568, _catalog.scss */
    .collection-quick-card-meta {
      font-size: 11px;
      line-height: 14px; } }
@media (max-width: 767px) {
  /* line 575, _catalog.scss */
  .collection-heading {
    padding-top: 10px;
    margin-bottom: 4px; }
    /* line 579, _catalog.scss */
    .collection-heading .section-title {
      font-size: 24px;
      line-height: 30px; } }
@media (max-width: 575px) {
  /* line 586, _catalog.scss */
  .collection-heading {
    padding-top: 14px; } }
/* 7. Catalog / Subcollections */
/* line 591, _catalog.scss */
.collections,
.subcollections {
  margin: 0px 0px 20px; }

/* 7. Catalog / Subcollection cards and brand logos */
/* line 596, _catalog.scss */
.subcollection_card,
.brand_logo {
  margin: 0px 0px 20px; }
  /* line 599, _catalog.scss */
  .subcollection_card-thumb,
  .brand_logo-thumb {
    position: relative;
    display: block;
    margin: 0px 0px 5px;
    overflow: hidden; }
    /* line 604, _catalog.scss */
    .subcollection_card-thumb-item,
    .brand_logo-thumb-item {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: #fff center center no-repeat;
      transition: 0.4s; }
      /* line 612, _catalog.scss */
      .subcollection_card-thumb-item--empty,
      .brand_logo-thumb-item--empty {
        background-color: #f5f7fb; }
      /* line 615, _catalog.scss */
      .subcollection_card-thumb-item svg,
      .brand_logo-thumb-item svg {
        color: #e5eaf2;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      /* line 622, _catalog.scss */
      .subcollection_card-thumb-item img,
      .subcollection_card-thumb-item source,
      .brand_logo-thumb-item img,
      .brand_logo-thumb-item source {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100% !important;
        height: 100% !important;
        will-change: transform;
        object-fit: contain; }
      /* line 632, _catalog.scss */
      .subcollection_card-thumb-item-title,
      .brand_logo-thumb-item-title {
        position: absolute;
        z-index: 2;
        left: 50%;
        top: 50%;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        color: #111827;
        text-align: center;
        max-width: 70%; }
        /* line 645, _catalog.scss */
        .subcollection_card-thumb-item-title:before,
        .brand_logo-thumb-item-title:before {
          content: "";
          position: absolute;
          z-index: -1;
          left: 50%;
          top: 50%;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.8);
          transition: all 0.2s linear;
          transform: translate(-50%, -50%);
          padding: 5px 10px;
          box-sizing: content-box; }
        /* line 659, _catalog.scss */
        .subcollection_card-thumb-item-title > span,
        .brand_logo-thumb-item-title > span {
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
    /* line 667, _catalog.scss */
    .subcollection_card-thumb--1x1,
    .brand_logo-thumb--1x1 {
      padding-top: 100%; }
    /* line 670, _catalog.scss */
    .subcollection_card-thumb--2x3,
    .brand_logo-thumb--2x3 {
      padding-top: 150%; }
    /* line 673, _catalog.scss */
    .subcollection_card-thumb--3x4,
    .brand_logo-thumb--3x4 {
      padding-top: 133%; }
    /* line 676, _catalog.scss */
    .subcollection_card-thumb--4x3,
    .brand_logo-thumb--4x3 {
      padding-top: 75%; }
    /* line 679, _catalog.scss */
    .subcollection_card-thumb--16x9,
    .brand_logo-thumb--16x9 {
      padding-top: 56%; }
    /* line 684, _catalog.scss */
    .subcollection_card-thumb--contain .subcollection_card-thumb-item img,
    .subcollection_card-thumb--contain .subcollection_card-thumb-item source,
    .brand_logo-thumb--contain .subcollection_card-thumb-item img,
    .brand_logo-thumb--contain .subcollection_card-thumb-item source {
      object-fit: contain; }
    /* line 691, _catalog.scss */
    .subcollection_card-thumb--contain .subcollection_card-thumb-item--brand img,
    .subcollection_card-thumb--contain .subcollection_card-thumb-item--brand source,
    .subcollection_card-thumb--contain .brand_logo-thumb-item img,
    .subcollection_card-thumb--contain .brand_logo-thumb-item source,
    .brand_logo-thumb--contain .subcollection_card-thumb-item--brand img,
    .brand_logo-thumb--contain .subcollection_card-thumb-item--brand source,
    .brand_logo-thumb--contain .brand_logo-thumb-item img,
    .brand_logo-thumb--contain .brand_logo-thumb-item source {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 80%;
      max-height: 80%;
      width: auto !important;
      height: auto !important; }
    /* line 706, _catalog.scss */
    .subcollection_card-thumb--cover .subcollection_card-thumb-item img,
    .subcollection_card-thumb--cover .subcollection_card-thumb-item source,
    .brand_logo-thumb--cover .subcollection_card-thumb-item img,
    .brand_logo-thumb--cover .subcollection_card-thumb-item source {
      object-fit: cover; }
  /* line 713, _catalog.scss */
  .subcollection_card-title,
  .brand_logo-title {
    font-size: 14px;
    line-height: 18px;
    text-align: center; }
    /* line 717, _catalog.scss */
    .subcollection_card-title a,
    .brand_logo-title a {
      display: block;
      color: #111827; }
      /* line 720, _catalog.scss */
      .subcollection_card-title a:hover,
      .brand_logo-title a:hover {
        color: #0a2f83; }
  /* line 725, _catalog.scss */
  .subcollection_card-products_count,
  .brand_logo-products_count {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #9ca3af;
    margin: 2px 0px 0px; }
  /* line 734, _catalog.scss */
  .subcollection_card:hover .subcollection_card-thumb-item span:before,
  .brand_logo:hover .subcollection_card-thumb-item span:before {
    padding: 10px 15px; }

/* line 740, _catalog.scss */
.insales-section-brands .brand_logo {
  margin: 0px; }

/* line 743, _catalog.scss */
.brand_logo-thumb {
  margin: 0px; }

/* line 746, _catalog.scss */
.brand_logo-thumb-item-title {
  color: #fff; }
  /* line 748, _catalog.scss */
  .brand_logo-thumb-item-title:before {
    background: #111827; }

/* line 752, _catalog.scss */
.insales-section-brands {
  margin: 0px 0px 40px;
  padding: 20px 0px;
  background-color: #f5f7fb; }

@media (min-width: 768px) {
  /* line 759, _catalog.scss */
  .container-fluid .brands {
    padding: 0px 30px; } }
/* line 766, _catalog.scss */
.brands-slider .owl-dots,
.user_reviews-slider .owl-dots {
  width: 100%;
  text-align: center;
  line-height: 0px;
  margin: 20px 0px 0px; }
  /* line 771, _catalog.scss */
  .brands-slider .owl-dots .owl-dot,
  .user_reviews-slider .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #9ca3af;
    border-radius: 999px;
    transition: 0.2s;
    margin: 0px 5px; }
    /* line 780, _catalog.scss */
    .brands-slider .owl-dots .owl-dot.active,
    .user_reviews-slider .owl-dots .owl-dot.active {
      background-color: #0a2f83; }
/* line 786, _catalog.scss */
.brands-slider .owl-nav .owl-prev,
.brands-slider .owl-nav .owl-next,
.user_reviews-slider .owl-nav .owl-prev,
.user_reviews-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: transparent;
  color: #111827;
  cursor: pointer; }
  /* line 796, _catalog.scss */
  .brands-slider .owl-nav .owl-prev:hover,
  .brands-slider .owl-nav .owl-next:hover,
  .user_reviews-slider .owl-nav .owl-prev:hover,
  .user_reviews-slider .owl-nav .owl-next:hover {
    color: #0a2f83; }
  /* line 799, _catalog.scss */
  .brands-slider .owl-nav .owl-prev.disabled,
  .brands-slider .owl-nav .owl-next.disabled,
  .user_reviews-slider .owl-nav .owl-prev.disabled,
  .user_reviews-slider .owl-nav .owl-next.disabled {
    opacity: 0.25;
    color: #111827;
    cursor: default; }
/* line 805, _catalog.scss */
.brands-slider .owl-nav .owl-prev,
.user_reviews-slider .owl-nav .owl-prev {
  left: -40px; }
/* line 808, _catalog.scss */
.brands-slider .owl-nav .owl-next,
.user_reviews-slider .owl-nav .owl-next {
  right: -40px; }

/* line 813, _catalog.scss */
.user_reviews-slider .owl-dots {
  margin: 35px 0px 0px; }

/* 7. Catalog / Product lists */
/* line 817, _catalog.scss */
.products {
  margin: 0px 0px 20px; }
  /* line 819, _catalog.scss */
  .products-title {
    margin: 0px 0px 20px; }
  /* line 825, _catalog.scss */
  .products-slider.owl-carousel .owl-nav .owl-prev,
  .products-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -54px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: #f5f7fb;
    color: #111827;
    cursor: pointer; }
    /* line 835, _catalog.scss */
    .products-slider.owl-carousel .owl-nav .owl-prev:hover,
    .products-slider.owl-carousel .owl-nav .owl-next:hover {
      background: #111827;
      color: #fff; }
    /* line 839, _catalog.scss */
    .products-slider.owl-carousel .owl-nav .owl-prev.disabled,
    .products-slider.owl-carousel .owl-nav .owl-next.disabled {
      opacity: 0.25;
      background: #f5f7fb;
      color: #111827;
      cursor: default; }
  /* line 846, _catalog.scss */
  .products-slider.owl-carousel .owl-nav .owl-prev {
    right: 50px; }
  /* line 850, _catalog.scss */
  .products-slider.owl-carousel .owl-dots {
    text-align: center;
    line-height: 0;
    margin: 0px 0px 40px; }
    /* line 854, _catalog.scss */
    .products-slider.owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background: #ccc;
      border-radius: 50%;
      margin: 0px 5px; }
      /* line 860, _catalog.scss */
      .products-slider.owl-carousel .owl-dots .owl-dot.active {
        background: #111827; }
  /* line 869, _catalog.scss */
  .products--recently .section-title .button {
    margin-left: 0px; }
  /* line 876, _catalog.scss */
  .products--favorites .section-title .button {
    margin-left: 20px; }

/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* 8. Product page / Tabs, receiving and related sections */
/* line 4, _product-tabs.scss */
.product-tabs-section {
  margin: 0px 0px 36px; }
  /* line 7, _product-tabs.scss */
  .product-tabs-section .tabs-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 24px;
    padding: 4px 0px 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 10px;
    scrollbar-width: none; }
    /* line 22, _product-tabs.scss */
    .product-tabs-section .tabs-list::-webkit-scrollbar {
      display: none; }
  /* line 25, _product-tabs.scss */
  .product-tabs-section .tabs-list-item {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    margin: 0px;
    padding: 0px 16px;
    border: 1px solid #e5eaf2;
    border-radius: 999px;
    background: #fff;
    color: #6b7280;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04);
    transition: color 0.2s, border-color 0.2s, background-color 0.2s; }
    /* line 44, _product-tabs.scss */
    .product-tabs-section .tabs-list-item svg {
      margin: 0px; }
    /* line 46, _product-tabs.scss */
    .product-tabs-section .tabs-list-item:hover, .product-tabs-section .tabs-list-item.is-active {
      border-color: #c7d9f6;
      background: #eef4ff;
      color: #0a2f83; }
    /* line 53, _product-tabs.scss */
    .product-tabs-section .tabs-list-item.is-active {
      font-weight: 600; }
  /* line 56, _product-tabs.scss */
  .product-tabs-section .tabs-content {
    border-radius: 14px; }

/* line 59, _product-tabs.scss */
.product-receiving {
  display: block; }

/* line 63, _product-tabs.scss */
.product-receiving-inner {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 1180px;
  margin: 0px auto; }

/* line 73, _product-tabs.scss */
.product-receiving-head {
  max-width: 760px;
  margin: 0px 0px 4px;
  text-align: left; }

/* line 79, _product-tabs.scss */
.product-receiving-title {
  margin: 0px 0px 4px;
  color: #111827;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600; }

/* line 87, _product-tabs.scss */
.product-receiving-lead {
  margin: 0px;
  color: #6b7280;
  font-size: 13px;
  line-height: 20px; }

/* line 94, _product-tabs.scss */
.product-receiving-grid {
  display: grid;
  gap: 12px; }

/* line 99, _product-tabs.scss */
.product-receiving-grid--secondary {
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  align-items: start; }

/* line 104, _product-tabs.scss */
.product-receiving-card {
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04);
  overflow: hidden; }
  /* line 111, _product-tabs.scss */
  .product-receiving-card[open] {
    box-shadow: 0px 14px 34px rgba(24, 32, 56, 0.05); }

/* line 114, _product-tabs.scss */
.product-receiving-card--main {
  border-color: #c7d9f6;
  background: linear-gradient(180deg, #fff 0%, #fff 100%); }

/* line 119, _product-tabs.scss */
.product-receiving-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  color: #111827;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  list-style: none; }
  /* line 132, _product-tabs.scss */
  .product-receiving-summary::-webkit-details-marker {
    display: none; }
  /* line 134, _product-tabs.scss */
  .product-receiving-summary:after {
    content: '+';
    margin-left: auto;
    color: #6b7280;
    font-size: 20px;
    line-height: 1; }
  /* line 142, _product-tabs.scss */
  .product-receiving-card[open] .product-receiving-summary:after {
    content: '–'; }

/* line 147, _product-tabs.scss */
.product-receiving-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #eef4ff;
  color: #0a2f83;
  line-height: 1; }
  /* line 159, _product-tabs.scss */
  .product-receiving-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor; }

/* line 167, _product-tabs.scss */
.product-receiving-card--compact .product-receiving-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px; }
  /* line 172, _product-tabs.scss */
  .product-receiving-card--compact .product-receiving-icon svg {
    width: 18px;
    height: 18px; }

/* line 178, _product-tabs.scss */
.product-receiving-summary-title {
  display: block; }

/* line 182, _product-tabs.scss */
.product-receiving-summary-note {
  display: block;
  margin-top: 2px;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400; }

/* line 191, _product-tabs.scss */
.product-receiving-content {
  padding: 0px 18px 18px; }
  /* line 194, _product-tabs.scss */
  .product-receiving-content .text-content {
    margin: 0px;
    font-size: 13px;
    line-height: 20px; }
  /* line 200, _product-tabs.scss */
  .product-receiving-content .insales-section-map {
    margin: 16px 0px 0px; }
    /* line 203, _product-tabs.scss */
    .product-receiving-content .insales-section-map iframe {
      display: block;
      border: 0px;
      border-radius: 12px; }

/* line 207, _product-tabs.scss */
.product-receiving-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 10px; }

/* line 213, _product-tabs.scss */
.product-receiving-card--compact .product-receiving-options {
  grid-template-columns: 1fr; }

/* line 217, _product-tabs.scss */
.product-receiving-subcard {
  overflow: hidden;
  padding: 0px;
  border: 1px solid #e5eaf2;
  border-radius: 12px;
  background: #fff; }
  /* line 224, _product-tabs.scss */
  .product-receiving-subcard summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    color: #111827;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    cursor: pointer;
    list-style: none; }
    /* line 237, _product-tabs.scss */
    .product-receiving-subcard summary::-webkit-details-marker {
      display: none; }
    /* line 239, _product-tabs.scss */
    .product-receiving-subcard summary:after {
      content: '+';
      flex: 0 0 auto;
      color: #6b7280;
      font-size: 18px;
      line-height: 1; }
  /* line 248, _product-tabs.scss */
  .product-receiving-subcard[open] summary:after {
    content: '–'; }
  /* line 250, _product-tabs.scss */
  .product-receiving-subcard .text-content {
    margin: 0px;
    padding: 0px 14px 14px;
    color: #374151; }

/* line 257, _product-tabs.scss */
.product-related-section {
  margin: 0px 0px 36px; }
  /* line 260, _product-tabs.scss */
  .product-related-section hr {
    display: none; }
  /* line 261, _product-tabs.scss */
  .product-related-section .section-title {
    margin-bottom: 16px; }
  /* line 262, _product-tabs.scss */
  .product-related-section .tabs-list {
    margin: -4px 0px 18px; }
  /* line 264, _product-tabs.scss */
  .product-related-section .tabs-list-item {
    margin: 0px 5px 8px;
    border: 1px solid #e5eaf2;
    border-radius: 999px;
    padding: 8px 14px;
    background: #fff;
    font-size: 13px;
    line-height: 17px;
    box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04); }
    /* line 274, _product-tabs.scss */
    .product-related-section .tabs-list-item.is-active, .product-related-section .tabs-list-item:hover {
      border-color: #c7d9f6;
      background: #eef4ff;
      color: #0a2f83; }
  /* line 282, _product-tabs.scss */
  .product-related-section .insales-section-products,
  .product-related-section .products {
    margin: 0px; }
  /* line 284, _product-tabs.scss */
  .product-related-section .products-slider.owl-carousel {
    padding-bottom: 26px; }

@media (max-width: 575px) {
  /* line 288, _product-tabs.scss */
  .product-tabs-section {
    margin-bottom: 28px;
    overflow: hidden; }
    /* line 292, _product-tabs.scss */
    .product-tabs-section .tabs-list.row,
    .product-tabs-section .tabs-list {
      display: flex !important;
      flex-wrap: nowrap !important;
      justify-content: flex-start !important;
      width: calc(100% + 20px);
      max-width: none;
      margin-left: -10px;
      margin-right: -10px;
      padding-left: 10px;
      padding-right: 10px;
      overflow-x: auto;
      overflow-y: hidden;
      box-sizing: border-box;
      scrollbar-width: none; }
      /* line 308, _product-tabs.scss */
      .product-tabs-section .tabs-list.row::-webkit-scrollbar,
      .product-tabs-section .tabs-list::-webkit-scrollbar {
        display: none; }
    /* line 313, _product-tabs.scss */
    .product-tabs-section .tabs-list-item,
    .product-tabs-section .tabs-list-item.col-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
      min-height: 38px;
      padding: 0px 12px;
      font-size: 13px;
      line-height: 16px; }

  /* line 325, _product-tabs.scss */
  .product-receiving {
    display: block; }

  /* line 329, _product-tabs.scss */
  .product-receiving-inner {
    gap: 10px; }

  /* line 333, _product-tabs.scss */
  .product-receiving-head {
    max-width: none;
    text-align: left; }

  /* line 338, _product-tabs.scss */
  .product-receiving-title {
    font-size: 20px;
    line-height: 26px; }

  /* line 343, _product-tabs.scss */
  .product-receiving-lead {
    font-size: 13px;
    line-height: 20px; }

  /* line 348, _product-tabs.scss */
  .product-receiving-grid--secondary {
    grid-template-columns: 1fr;
    gap: 10px; }

  /* line 353, _product-tabs.scss */
  .product-receiving-summary {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 18px; }

  /* line 360, _product-tabs.scss */
  .product-receiving-content {
    padding: 0px 14px 14px; }

  /* line 364, _product-tabs.scss */
  .product-receiving-options {
    grid-template-columns: 1fr; }

  /* line 368, _product-tabs.scss */
  .product-related-section {
    margin-bottom: 28px; }
    /* line 371, _product-tabs.scss */
    .product-related-section .section-title {
      text-align: left !important; }
    /* line 373, _product-tabs.scss */
    .product-related-section .tabs-list {
      justify-content: flex-start;
      overflow-x: auto;
      flex-wrap: nowrap;
      padding-bottom: 4px; }
    /* line 380, _product-tabs.scss */
    .product-related-section .tabs-list-item {
      flex: 0 0 auto;
      white-space: nowrap; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* 8. Product page / Hero and stage layout */
/* line 4, _product-hero.scss */
.insales-section-product {
  padding: 18px 0px 42px; }
  /* line 7, _product-hero.scss */
  .insales-section-product > .container {
    max-width: 1720px !important;
    padding-left: clamp(24px, 3vw, 56px);
    padding-right: clamp(24px, 3vw, 56px); }

/* Product redesign 2026-06-18: final stage layout from debug prototype. */
/* line 15, _product-hero.scss */
.template--product .product-layout[data-product-layout-version="20260616-product-stage"] {
  max-width: 1500px; }
  /* line 18, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-card[data-product-stage] {
    padding: clamp(18px, 2.3vw, 34px);
    border: 0;
    border-radius: clamp(24px, 2vw, 34px);
    background: radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 34%), linear-gradient(111deg, #06225f 0%, #0a2f83 64%, #6f9be8 100%);
    box-shadow: 0px 34px 88px rgba(6, 27, 85, 0.24);
    overflow: hidden; }
    /* line 28, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-card[data-product-stage]:before {
      inset: 0;
      height: auto;
      border-radius: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
      background-size: 52px 52px;
      opacity: 0.18;
      box-shadow: none;
      display: block !important; }
  /* line 42, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-main {
    grid-template-columns: minmax(310px, 0.98fr) minmax(340px, 1.02fr) minmax(310px, 0.78fr) !important;
    align-items: stretch;
    gap: clamp(18px, 2.1vw, 34px);
    width: 100%;
    max-width: none;
    min-height: clamp(500px, 34vw, 560px);
    margin: 0;
    padding: clamp(22px, 2.4vw, 36px);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: clamp(22px, 1.8vw, 28px);
    background: radial-gradient(circle at 48% 48%, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.76) 42%, rgba(237, 245, 255, 0.68) 100%);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.92), 0px 24px 58px rgba(6, 27, 85, 0.17);
    backdrop-filter: blur(16px); }
    /* line 60, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-main:before {
      top: 48%;
      width: min(32vw, 430px);
      height: auto;
      aspect-ratio: 1;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.92) 0%, rgba(223, 236, 255, 0.54) 55%, rgba(223, 236, 255, 0) 72%);
      border-color: rgba(10, 47, 131, 0.14); }
  /* line 71, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-head {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-self: center;
    max-width: 440px; }
  /* line 79, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-title {
    max-width: 440px;
    color: #06225f;
    font-size: clamp(30px, 2.45vw, 42px);
    line-height: 1.03;
    font-weight: 900;
    text-wrap: balance; }
  /* line 88, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-copy {
    max-width: 420px;
    margin: 0;
    color: #5d6678;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700; }
  /* line 97, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-rating--headline {
    margin: 0; }
    /* line 100, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-rating--headline .rating a {
      display: inline-flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 5px 8px;
      color: #ffb020;
      text-decoration: none; }
    /* line 109, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-rating--headline .rating-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-left: 8px;
      color: #0a2f83;
      font-size: 14px;
      line-height: 18px;
      font-weight: 800; }
  /* line 121, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    align-self: stretch;
    place-items: center;
    max-width: none;
    min-height: 0;
    padding: 18px 8px 6px; }
    /* line 130, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery:before {
      content: "";
      display: block !important;
      position: absolute;
      z-index: 0;
      left: 50%;
      top: 47%;
      width: min(78%, 430px);
      height: auto;
      aspect-ratio: 1;
      border: 1px solid rgba(10, 47, 131, 0.14);
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.92) 0%, rgba(223, 236, 255, 0.54) 55%, rgba(223, 236, 255, 0) 72%);
      filter: none;
      transform: translate(-50%, -50%);
      pointer-events: none; }
  /* line 150, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery .product-labels {
    position: absolute;
    z-index: 4;
    top: 22px;
    left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    max-width: calc(100% - 84px); }
  /* line 161, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery .product-label,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery .product-discount_bage {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    width: auto;
    min-width: 0;
    padding: 5px 9px;
    border-radius: 9px;
    background: #0a2f83;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 0px 10px 22px rgba(10, 47, 131, 0.18); }
    /* line 177, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery .product-label:after,
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery .product-discount_bage:after {
      content: attr(data-title); }
  /* line 182, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery .product-discount_bage {
    background: #ef3340; }
  /* line 186, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-gallery-favorite {
    top: 24px;
    right: 14px;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border: 1px solid rgba(216, 226, 242, 0.95);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0px 14px 32px rgba(24, 39, 75, 0.12);
    backdrop-filter: blur(12px);
    transform: none; }
  /* line 200, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-stage {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: clamp(330px, 26vw, 390px); }
  /* line 207, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-main {
    display: grid;
    place-items: center;
    width: min(92%, 410px);
    max-width: 410px;
    aspect-ratio: 1; }
  /* line 215, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-frame img {
    filter: drop-shadow(0px 26px 34px rgba(15, 23, 42, 0.22)); }
  /* line 219, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-strip {
    z-index: 3;
    width: 100%;
    max-width: 360px;
    margin: 0 auto; }
  /* line 226, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-track {
    justify-content: center;
    gap: 10px; }
  /* line 231, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-thumb {
    flex: 0 0 58px;
    width: 58px;
    max-width: 58px;
    height: 58px;
    border: 1px solid #e5eaf2;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0px 8px 20px rgba(24, 39, 75, 0.07); }
  /* line 242, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-commerce-row {
    display: contents; }
  /* line 246, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config-column {
    grid-column: 1;
    align-self: end;
    display: grid;
    gap: 14px;
    min-width: 0; }
  /* line 254, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config {
    gap: 14px; }
  /* line 258, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .link_name-qq {
    margin-bottom: 8px;
    color: #5d6678;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 850; }
  /* line 266, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .links_in_prod_cont {
    gap: 9px; }
  /* line 270, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .product-option-value--image {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 14px; }
  /* line 277, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .product-option-value--text {
    min-height: 40px;
    padding: 8px 15px;
    border: 1px solid #e5eaf2;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    color: #6b7280;
    font-size: 13px;
    line-height: 17px;
    font-weight: 850;
    box-shadow: 0px 8px 20px rgba(24, 39, 75, 0.05); }
  /* line 290, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .product-option-value.is-active {
    border-color: #7fa8ee;
    background: #eef4ff;
    color: #0a2f83;
    box-shadow: 0 0 0 3px rgba(10, 47, 131, 0.14); }
  /* line 297, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .product-option-value.is-soldout {
    opacity: 0.48;
    text-decoration: line-through; }
  /* line 302, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-buy {
    grid-column: 3 !important;
    grid-row: 1 / span 2 !important;
    align-self: center; }
  /* line 308, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-purchase-card {
    display: grid;
    gap: 16px;
    padding: 22px;
    border: 1px solid rgba(216, 226, 242, 0.92);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0px 18px 46px rgba(24, 39, 75, 0.12);
    backdrop-filter: blur(16px); }
  /* line 319, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-prices--purchase .product-price {
    font-size: clamp(38px, 3.1vw, 52px);
    line-height: 0.98;
    font-weight: 950;
    font-variant-numeric: tabular-nums; }
  /* line 326, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-description--purchase {
    padding: 13px 14px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.28;
    font-weight: 850; }
  /* line 334, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    max-width: none;
    margin: 16px 0 0; }
  /* line 342, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support-card {
    min-height: 76px;
    padding: 16px;
    border: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14); }
    /* line 351, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support-card b {
      color: rgba(255, 255, 255, 0.94);
      font-size: 14px;
      line-height: 18px;
      font-weight: 900; }
    /* line 358, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support-card span {
      color: rgba(255, 255, 255, 0.72);
      font-size: 12px;
      line-height: 16px;
      font-weight: 650; }

@media (max-width: 1024px) {
  /* line 369, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-main {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr) !important;
    gap: 18px;
    min-height: 0; }
  /* line 375, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-head,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config-column {
    grid-column: 1 !important; }
  /* line 380, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important; }
  /* line 385, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-buy {
    grid-column: 1 / -1 !important;
    grid-row: auto !important; }
  /* line 390, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-purchase-card {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
    align-items: center; } }
@media (max-width: 767px) {
  /* line 399, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-card[data-product-stage] {
    padding: 8px;
    border-radius: 24px; }
  /* line 404, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-card[data-product-stage]:before {
    display: block !important; }
  /* line 408, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-main {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px;
    padding: 12px;
    border-radius: 20px; }
  /* line 415, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-height: 300px;
    padding: 10px 0 0; }
  /* line 422, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery:before {
    top: 48%;
    width: min(82vw, 300px); }
  /* line 427, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery .product-labels {
    top: 8px;
    left: 8px;
    max-width: calc(100% - 62px);
    gap: 5px; }
  /* line 434, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery .product-label,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery .product-discount_bage {
    min-height: 22px;
    padding: 4px 7px;
    border-radius: 7px;
    font-size: 10px; }
  /* line 442, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-gallery-favorite {
    top: 8px;
    right: 8px;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    font-size: 18px; }
  /* line 452, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-stage {
    min-height: 250px; }
  /* line 456, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-main {
    width: min(72%, 230px);
    max-width: 230px; }
  /* line 461, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-thumb {
    flex-basis: 48px;
    width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 13px; }
  /* line 469, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-head {
    grid-column: 1 !important;
    grid-row: 2 !important;
    gap: 10px; }
  /* line 475, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-title {
    max-width: none;
    font-size: clamp(23px, 7.2vw, 30px);
    line-height: 1.06; }
  /* line 481, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-copy {
    display: none; }
  /* line 485, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-rating--headline .rating a {
    gap: 4px 7px;
    font-size: 15px; }
  /* line 490, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-rating--headline .rating-link {
    margin-left: 4px;
    font-size: 13px; }
  /* line 495, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config-column {
    grid-column: 1 !important;
    grid-row: 3 !important; }
  /* line 500, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config {
    gap: 11px; }
  /* line 504, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .links_in_prod_cont {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 4px 2px 8px;
    -webkit-overflow-scrolling: touch; }
  /* line 511, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .product-option-value--image {
    width: 48px;
    min-width: 48px;
    height: 48px; }
  /* line 517, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .product-option-value {
    white-space: nowrap; }
  /* line 521, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-buy {
    grid-column: 1 !important;
    grid-row: 4 !important; }
  /* line 526, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-purchase-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
    border-radius: 20px; }
  /* line 533, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-prices--purchase .product-price {
    font-size: clamp(34px, 10vw, 42px); }
  /* line 537, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 10px; }
  /* line 543, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support-card {
    min-height: 68px;
    padding: 12px;
    border-radius: 15px; }
    /* line 548, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support-card span {
      display: none; } }
/* line 555, _product-hero.scss */
.template--product.layout--box .layout-page {
  max-width: 1760px; }

/* line 559, _product-hero.scss */
.product-layout {
  position: relative;
  max-width: 1480px;
  margin: 0px auto; }

/* line 565, _product-hero.scss */
.product-layout-details {
  display: block;
  margin: 0px; }

@media (prefers-reduced-motion: reduce) {
  /* line 571, _product-hero.scss */
  .product-layout *,
  .product-layout *:before,
  .product-layout *:after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important; } }
/* New product stage. This file is the only source of the stage grid. */
/* line 582, _product-hero.scss */
.template--product .product-layout[data-product-layout-version="20260616-product-stage"] {
  display: block !important;
  width: 100%;
  max-width: 1500px;
  min-height: 0px !important;
  margin: 0px auto;
  padding: 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  isolation: auto; }
  /* line 596, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"]:before, .template--product .product-layout[data-product-layout-version="20260616-product-stage"]:after {
    content: "" !important;
    display: none !important; }
  /* line 602, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] > .product-layout-details {
    display: block !important;
    width: 100%;
    min-width: 0px;
    max-width: none;
    margin: 0px; }
  /* line 610, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-card[data-product-stage] {
    position: relative;
    display: block !important;
    width: 100%;
    min-width: 0px;
    min-height: 0px;
    padding: clamp(22px, 2.4vw, 38px);
    border: 1px solid rgba(213, 225, 244, 0.9);
    border-radius: clamp(24px, 1.8vw, 34px);
    background: radial-gradient(circle at 50% 52%, rgba(226, 236, 250, 0.86), rgba(246, 249, 253, 0.62) 34%, rgba(255, 255, 255, 0.96) 68%), linear-gradient(180deg, #fff 0%, #f9fafb 100%);
    box-shadow: 0px 32px 90px rgba(22, 34, 58, 0.09);
    overflow: hidden;
    isolation: isolate; }
    /* line 626, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-card[data-product-stage]:before {
      content: "";
      position: absolute;
      z-index: 0;
      top: clamp(22px, 2.1vw, 34px);
      left: clamp(22px, 2.4vw, 42px);
      right: clamp(22px, 2.4vw, 42px);
      height: clamp(150px, 12vw, 210px);
      border-radius: clamp(20px, 1.6vw, 30px);
      background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 34%), linear-gradient(115deg, #06225f 0%, #0a2f83 58%, #7fa8ee 100%);
      box-shadow: 0px 18px 44px rgba(10, 47, 131, 0.16);
      pointer-events: none; }
  /* line 643, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-main {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-template-columns: minmax(270px, 360px) minmax(360px, 1fr) minmax(300px, 360px) !important;
    grid-template-rows: minmax(0px, auto) !important;
    align-items: center;
    justify-items: stretch;
    gap: clamp(22px, 2.2vw, 42px);
    width: calc(100% - 64px);
    max-width: 1240px;
    min-width: 0px;
    min-height: clamp(370px, 28vw, 470px);
    margin: clamp(70px, 6.3vw, 96px) auto 0px;
    padding: clamp(26px, 2.6vw, 42px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: clamp(26px, 2vw, 38px);
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.72) 45%, rgba(239, 245, 253, 0.88) 100%);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.92), 0px 34px 78px rgba(20, 37, 68, 0.13);
    overflow: visible; }
    /* line 667, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-main:before {
      content: "";
      position: absolute;
      z-index: 0;
      left: 50%;
      top: 50%;
      width: clamp(260px, 24vw, 380px);
      height: clamp(260px, 24vw, 380px);
      border: 1px solid rgba(10, 47, 131, 0.1);
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.82) 0%, rgba(233, 241, 253, 0.5) 58%, rgba(233, 241, 253, 0) 70%);
      transform: translate(-50%, -50%);
      pointer-events: none; }
  /* line 683, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    grid-template-rows: minmax(0px, auto) auto;
    justify-self: center;
    width: 100%;
    max-width: clamp(330px, 27vw, 420px);
    min-width: 0px;
    min-height: 0px;
    border: 0px;
    border-radius: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important; }
    /* line 701, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery:before {
      content: "" !important;
      display: none !important; }
  /* line 707, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0px;
    margin: 0px;
    padding: 0px;
    overflow: visible !important; }
  /* line 717, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-main {
    position: relative;
    width: 100%;
    max-width: 340px;
    aspect-ratio: 1 / 1;
    margin: 0px auto;
    padding: 0px !important;
    border-radius: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important; }
    /* line 729, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-main:before, .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-main:after {
      display: none !important; }
  /* line 735, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-frame,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-frame picture,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-thumb-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    background: transparent; }
  /* line 745, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-frame,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-frame picture {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%; }
  /* line 753, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-frame img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 18px 24px rgba(12, 27, 50, 0.13)); }
  /* line 763, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-strip {
    position: relative;
    z-index: 3;
    width: auto;
    max-width: 100%;
    margin: 10px auto 0px;
    padding: 0px;
    border: 0px;
    background: transparent; }
  /* line 774, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-track {
    gap: 10px;
    justify-content: center;
    padding: 0px 2px 4px;
    overflow-x: auto; }
  /* line 781, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-thumb {
    flex-basis: 64px;
    width: 64px;
    max-width: 64px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 10px 24px rgba(24, 32, 56, 0.08); }
  /* line 790, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-gallery-favorite {
    top: 50%;
    right: -18px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    transform: translateY(-50%); }
  /* line 800, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-config {
    position: static !important;
    z-index: 3;
    inset: auto !important;
    display: contents !important;
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    width: auto;
    min-width: 0px;
    pointer-events: auto; }
  /* line 812, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-config > meta,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-config > link,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-config > [itemprop="offers"] {
    display: none !important; }
  /* line 818, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-head {
    position: relative;
    z-index: 4;
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center;
    justify-self: start;
    max-width: 360px;
    padding: 0px;
    pointer-events: auto; }
  /* line 830, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-title {
    max-width: 100%;
    margin: 0px;
    color: #06225f;
    font-size: clamp(26px, 2vw, 34px);
    line-height: 1.04;
    font-weight: 730;
    letter-spacing: 0; }
  /* line 840, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-copy {
    display: block;
    max-width: 330px;
    margin: 12px 0px 0px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.42;
    font-weight: 650; }
  /* line 850, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-rating--headline {
    margin-top: 16px; }
  /* line 854, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-meta-row,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-sku {
    display: none; }
  /* line 859, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-commerce-row {
    position: relative;
    z-index: 4;
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end;
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 14px;
    width: 100%;
    min-width: 0px;
    pointer-events: auto; }
  /* line 874, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-commerce-row .product-config-column,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-commerce-row .product-layout-buy {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: stretch; }
  /* line 881, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config-column,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-buy {
    width: 100%;
    max-width: none;
    min-width: 0px; }
  /* line 888, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-purchase-card {
    display: grid;
    gap: 12px;
    width: 100%;
    min-width: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    box-shadow: none; }
  /* line 901, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .product-option-group {
    padding: 0px;
    border: 0px;
    background: transparent; }
  /* line 907, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .link_name-qq {
    margin-bottom: 7px;
    color: #6b7280;
    font-size: 11px;
    line-height: 14px;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0; }
  /* line 917, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .links_in_prod_cont {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    max-height: none;
    padding: 0px;
    overflow: visible; }
  /* line 926, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .product-option-value--image {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 14px; }
  /* line 933, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .product-option-value--text {
    min-height: 33px;
    padding: 7px 12px;
    border-radius: 13px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 760; }
  /* line 942, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-purchase-status,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-prices--purchase,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-description--purchase,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-buttons {
    width: 100%; }
  /* line 949, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-available--purchase {
    min-height: 28px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(232, 249, 238, 0.92);
    color: #167a2e;
    font-size: 13px;
    font-weight: 800; }
  /* line 959, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-prices--purchase {
    display: grid;
    gap: 2px;
    padding: 0px;
    border: 0px;
    background: transparent; }
  /* line 967, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-prices-label {
    color: #6b7280;
    font-size: 12px;
    line-height: 15px; }
  /* line 973, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-prices--purchase .product-price {
    color: #111827;
    font-size: clamp(31px, 2.3vw, 40px);
    line-height: 1;
    font-weight: 760;
    letter-spacing: 0; }
  /* line 981, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-description--purchase {
    margin: 2px 0px 0px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 78, 96, 0.24);
    border-radius: 14px;
    background: rgba(255, 78, 96, 0.05);
    color: #ef3340;
    font-size: 12px;
    line-height: 15px;
    font-weight: 760; }
  /* line 993, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-buttons,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-buttons-types,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-buy-row,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-buy-actions,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-add {
    width: 100%;
    min-width: 0px; }
  /* line 1002, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-add [data-item-add] {
    min-height: 46px;
    border-radius: 16px;
    box-shadow: 0px 14px 30px rgba(10, 47, 131, 0.22); }
  /* line 1008, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-quick_checkout .button {
    min-height: 30px;
    padding: 3px 0px;
    border: 0px;
    background: transparent;
    color: #111827;
    font-size: 12px;
    line-height: 16px;
    font-weight: 760;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: 3px; }
  /* line 1022, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-total,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-delivery-mini,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-extras--purchase-actions {
    display: none; }
  /* line 1028, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 10px;
    width: calc(100% - 64px);
    max-width: 1240px;
    min-width: 0px;
    margin: 14px auto 0px; }
  /* line 1040, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support-card {
    min-height: 58px;
    padding: 12px 14px;
    border: 1px solid #e5eaf2;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 12px 26px rgba(24, 32, 56, 0.07); }
    /* line 1048, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support-card b,
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support-card span {
      display: block; }
    /* line 1053, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support-card b {
      margin-bottom: 3px;
      color: #111827;
      font-size: 13px;
      line-height: 16px;
      font-weight: 780; }
    /* line 1061, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support-card span {
      color: #6b7280;
      font-size: 11px;
      line-height: 14px;
      font-weight: 700; }
  /* line 1069, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-kit {
    position: relative !important;
    z-index: 1;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0px !important;
    margin-top: clamp(20px, 2vw, 34px);
    clear: both; }

@media (max-width: 1024px) {
  /* line 1083, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-card[data-product-stage] {
    padding: 18px;
    border-radius: 26px; }
    /* line 1087, _product-hero.scss */
    .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-card[data-product-stage]:before {
      display: none; }
  /* line 1092, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-main {
    width: 100%;
    min-height: 0px;
    margin: 0px;
    padding: 22px; }
  /* line 1099, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-config {
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    grid-template-columns: minmax(0px, 1fr) !important;
    gap: 16px;
    width: 100%;
    pointer-events: auto; }
  /* line 1111, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-head,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-commerce-row {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: stretch;
    max-width: none; }
  /* line 1119, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    width: 100%;
    max-width: none; } }
@media (max-width: 767px) {
  /* line 1128, _product-hero.scss */
  .insales-section-product > .container {
    padding-left: 8px;
    padding-right: 8px; }

  /* line 1133, _product-hero.scss */
  .insales-section-product {
    padding-top: 6px;
    padding-bottom: calc(132px + env(safe-area-inset-bottom)); }

  /* line 1139, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-card[data-product-stage] {
    padding: 6px;
    border-radius: 18px; }
  /* line 1144, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-main {
    display: grid !important;
    grid-template-columns: minmax(0px, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 10px;
    padding: 10px;
    border-radius: 16px; }
  /* line 1153, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-main:before {
    top: 32%;
    width: 74vw;
    height: 74vw;
    max-width: 310px;
    max-height: 310px; }
  /* line 1161, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-gallery {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100%;
    max-width: none; }
  /* line 1168, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-main {
    width: 100%;
    max-width: 218px; }
  /* line 1173, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-strip {
    margin-top: 4px; }
  /* line 1177, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-media-thumb {
    flex-basis: 46px;
    width: 46px;
    max-width: 46px; }
  /* line 1183, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-gallery-favorite {
    right: 6px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px; }
  /* line 1191, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-layout-config {
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    grid-template-columns: minmax(0px, 1fr) !important;
    gap: 10px;
    width: 100%;
    pointer-events: auto; }
  /* line 1203, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-head {
    grid-row: 1;
    text-align: left; }
  /* line 1208, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-title {
    font-size: clamp(20px, 5.6vw, 24px);
    line-height: 1.07; }
  /* line 1213, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-copy {
    display: none; }
  /* line 1217, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-commerce-row {
    gap: 10px; }
  /* line 1221, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config,
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-purchase-card {
    gap: 8px; }
  /* line 1226, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .product-option-group {
    min-width: 0; }
  /* line 1230, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .links_in_prod_cont {
    gap: 7px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    padding-bottom: 2px; }
  /* line 1239, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .product-option-value--image {
    width: 44px;
    min-width: 44px;
    height: 44px; }
  /* line 1245, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-config .product-option-value--text {
    min-height: 36px;
    padding: 7px 12px;
    white-space: nowrap; }
  /* line 1251, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-purchase-status {
    order: -1; }
  /* line 1255, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-prices--purchase .product-price {
    font-size: clamp(28px, 8.4vw, 34px); }
  /* line 1259, _product-hero.scss */
  .template--product .product-layout[data-product-layout-version="20260616-product-stage"] .product-stage-support {
    grid-template-columns: minmax(0px, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: 12px; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* line 3, _product-gallery.scss */
.product-layout-gallery {
  position: relative;
  grid-column: 1;
  display: grid;
  grid-template-rows: minmax(0px, 1fr) auto;
  overflow: hidden;
  min-height: clamp(360px, 28vw, 460px);
  border: 0px;
  border-radius: clamp(26px, 2vw, 38px);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none; }
  /* line 16, _product-gallery.scss */
  .product-layout-gallery:before {
    content: '';
    position: absolute;
    inset: 2% -4% 12%;
    z-index: 0;
    border-radius: clamp(80px, 16vw, 220px);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.72) 42%, rgba(249, 250, 251, 0) 72%), radial-gradient(circle, rgba(10, 47, 131, 0.045) 0%, rgba(10, 47, 131, 0) 70%);
    filter: blur(10px);
    pointer-events: none; }
  /* line 29, _product-gallery.scss */
  .product-layout-gallery .product-labels {
    top: clamp(14px, 1.4vw, 24px);
    left: clamp(14px, 1.4vw, 24px); }
  /* line 34, _product-gallery.scss */
  .product-layout-gallery .product-discount_bage {
    top: clamp(42px, 4vw, 52px);
    right: auto;
    left: clamp(14px, 1.4vw, 24px);
    width: auto;
    min-width: 0px;
    padding: 3px 8px;
    border-radius: 7px;
    line-height: 13px;
    font-size: 10px; }

/* line 47, _product-gallery.scss */
.product-gallery-favorite {
  position: absolute;
  z-index: 5;
  top: clamp(12px, 1.3vw, 20px);
  right: clamp(12px, 1.3vw, 20px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0px;
  border: 1px solid #e5eaf2;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #6b7280;
  box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04); }
  /* line 66, _product-gallery.scss */
  .product-gallery-favorite:hover, .product-gallery-favorite.is-active, .product-gallery-favorite.is-added {
    border-color: #fff1f3;
    background: #fff;
    color: #ef3340; }
  /* line 74, _product-gallery.scss */
  .product-gallery-favorite .product-gallery-favorite-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    border: 0px;
    overflow: hidden;
    clip: rect(0 0 0 0); }

/* line 86, _product-gallery.scss */
.product-media-stage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: clamp(16px, 2vw, 30px) clamp(10px, 1.8vw, 28px) clamp(8px, 1vw, 16px);
  border-radius: inherit;
  background: transparent;
  min-height: auto; }

/* line 99, _product-gallery.scss */
.product-media-main {
  position: relative;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0px auto;
  padding-top: 0px !important;
  aspect-ratio: 4 / 3;
  border-radius: 0px;
  background: transparent;
  overflow: visible;
  box-shadow: none;
  transition: transform 220ms cubic-bezier(0.22, 0.74, 0.46, 0.97), box-shadow 220ms ease; }
  /* line 113, _product-gallery.scss */
  .product-media-main:before {
    content: '';
    position: absolute;
    inset: -3% 2% 8%;
    z-index: 0;
    border-radius: clamp(80px, 14vw, 220px);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 45%, rgba(246, 247, 249, 0) 72%), radial-gradient(circle, rgba(10, 47, 131, 0.04) 0%, rgba(10, 47, 131, 0) 72%);
    filter: blur(10px);
    pointer-events: none; }
  /* line 126, _product-gallery.scss */
  .product-media-main:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 9%;
    z-index: 0;
    width: 72%;
    height: 9%;
    border-radius: 50%;
    background: rgba(10, 47, 131, 0.11);
    filter: blur(14px);
    transform: translateX(-50%);
    pointer-events: none; }
  /* line 141, _product-gallery.scss */
  .product-media-main:hover {
    transform: translateY(-2px); }

/* line 146, _product-gallery.scss */
.product-media-frame,
.product-media-thumb-frame {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent center center / contain no-repeat;
  z-index: 1; }
  /* line 156, _product-gallery.scss */
  .product-media-frame picture,
  .product-media-thumb-frame picture {
    display: block;
    width: 100%;
    height: 100%; }
  /* line 162, _product-gallery.scss */
  .product-media-frame img,
  .product-media-frame source,
  .product-media-thumb-frame img,
  .product-media-thumb-frame source {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain; }

/* line 173, _product-gallery.scss */
.product-media-strip {
  position: relative;
  z-index: 1;
  padding: 10px clamp(16px, 1.8vw, 24px) clamp(16px, 1.8vw, 24px);
  border-top: 1px solid rgba(255, 255, 255, 0.62);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7)); }

/* line 181, _product-gallery.scss */
.product-layout-gallery .product-media-track {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 0px;
  width: 100%;
  padding: 4px 2px 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin; }

/* line 194, _product-gallery.scss */
.product-layout-gallery .product-media-thumb {
  position: relative;
  display: block;
  flex: 0 0 clamp(58px, 4.2vw, 76px);
  width: clamp(58px, 4.2vw, 76px);
  max-width: clamp(58px, 4.2vw, 76px);
  aspect-ratio: 1 / 1;
  padding-top: 0px !important;
  border: 1px solid #e5eaf2;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
  box-shadow: 0px 8px 18px rgba(24, 32, 56, 0.04);
  transition: border-color 180ms, box-shadow 180ms, opacity 180ms, transform 180ms; }
  /* line 209, _product-gallery.scss */
  .product-layout-gallery .product-media-thumb:hover, .product-layout-gallery .product-media-thumb.is-active, .product-layout-gallery .product-media-thumb.is-added {
    opacity: 1;
    border-color: #7fa8ee;
    box-shadow: 0 0 0 3px rgba(10, 47, 131, 0.14); }
  /* line 217, _product-gallery.scss */
  .product-layout-gallery .product-media-thumb:hover {
    transform: translateY(-1px); }

/* line 222, _product-gallery.scss */
.product-layout-gallery .product-media-thumb--video {
  color: #fff;
  background: #111827; }
  /* line 226, _product-gallery.scss */
  .product-layout-gallery .product-media-thumb--video .product-media-thumb-frame {
    background-color: #111827; }

@media (min-width: 1025px) {
  /* line 230, _product-gallery.scss */
  .product-media-main {
    max-height: clamp(330px, 26vw, 430px); } }
@media (min-width: 1600px) {
  /* line 234, _product-gallery.scss */
  .product-layout-gallery {
    min-height: clamp(390px, 27vw, 470px); }

  /* line 238, _product-gallery.scss */
  .product-media-main {
    max-width: 470px;
    max-height: clamp(370px, 26vw, 470px);
    border-radius: clamp(22px, 1.7vw, 32px); } }
@media (min-width: 1200px) and (max-width: 1599px) {
  /* line 246, _product-gallery.scss */
  .product-layout-gallery {
    min-height: clamp(350px, 28vw, 430px); }

  /* line 250, _product-gallery.scss */
  .product-media-main {
    max-width: 420px;
    max-height: clamp(320px, 26vw, 420px);
    border-radius: clamp(20px, 1.6vw, 30px); } }
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 258, _product-gallery.scss */
  .product-layout-gallery {
    min-height: 0px;
    border: 1px solid #e5eaf2;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, #f3f8ff 100%);
    box-shadow: 0px 14px 34px rgba(24, 32, 56, 0.05); }

  /* line 266, _product-gallery.scss */
  .product-layout-gallery:before {
    display: none; }

  /* line 270, _product-gallery.scss */
  .product-media-main {
    max-width: 500px;
    max-height: calc(100vh - 220px);
    aspect-ratio: 4 / 3; }

  /* line 276, _product-gallery.scss */
  .product-media-main:before,
  .product-media-main:after {
    display: none; } }
@media (max-width: 767px) {
  /* line 283, _product-gallery.scss */
  .product-layout-gallery {
    min-height: 0px;
    border: 1px solid #e5eaf2;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, #f3f8ff 100%);
    box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04); }

  /* line 291, _product-gallery.scss */
  .product-layout-gallery:before {
    display: none; }

  /* line 295, _product-gallery.scss */
  .product-media-main {
    max-width: 500px;
    aspect-ratio: 4 / 3; }

  /* line 300, _product-gallery.scss */
  .product-media-main:before,
  .product-media-main:after {
    display: none; } }
@media (max-width: 575px) {
  /* line 307, _product-gallery.scss */
  .product-layout-gallery {
    border-radius: 18px;
    backdrop-filter: none; }

  /* line 312, _product-gallery.scss */
  .product-media-stage {
    padding: 18px 14px 12px;
    border-radius: 18px; }

  /* line 317, _product-gallery.scss */
  .product-media-main {
    max-height: 54vh;
    border-radius: 16px;
    box-shadow: none; }

  /* line 323, _product-gallery.scss */
  .product-media-strip {
    padding: 8px 12px 12px; }

  /* line 327, _product-gallery.scss */
  .product-media-thumb {
    flex-basis: 56px; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* line 3, _product-options.scss */
.product-properties {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 16px;
  margin: 0px 0px 40px; }
  /* line 9, _product-options.scss */
  .product-properties-group {
    min-width: 0px;
    padding: 18px;
    border: 1px solid #e5eaf2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04); }
  /* line 18, _product-options.scss */
  .product-properties-group-title {
    margin: 0px 0px 14px;
    color: #111827;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600; }
  /* line 26, _product-options.scss */
  .product-properties-group-list {
    display: grid;
    gap: 10px; }
  /* line 31, _product-options.scss */
  .product-properties-item {
    display: grid;
    grid-template-columns: minmax(120px, 0.42fr) minmax(0px, 0.58fr);
    gap: 12px;
    align-items: start;
    margin: 0px;
    width: 100%; }
    /* line 39, _product-options.scss */
    .product-properties-item dt {
      margin: 0px;
      color: #6b7280;
      font-size: 13px;
      line-height: 18px;
      font-weight: 400; }
    /* line 47, _product-options.scss */
    .product-properties-item dd {
      margin: 0px;
      color: #111827;
      font-size: 13px;
      line-height: 18px;
      font-weight: 600; }

/* line 57, _product-options.scss */
.product-option-group {
  min-width: 0px; }

/* line 61, _product-options.scss */
.links_in_prod_cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  order: 2; }

/* line 69, _product-options.scss */
.link_name-qq {
  margin: 0px 0px 10px;
  color: #374151;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase; }

/* line 78, _product-options.scss */
.product-option-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0px;
  border: 1px solid #e5eaf2;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.2s; }
  /* line 90, _product-options.scss */
  .product-option-value:hover {
    border-color: #c7d9f6;
    background: rgba(238, 244, 255, 0.72);
    transform: translateY(-1px); }
  /* line 96, _product-options.scss */
  .product-option-value.is-active {
    border-color: #7fa8ee;
    background: rgba(238, 244, 255, 0.86);
    box-shadow: 0 0 0 3px rgba(10, 47, 131, 0.14); }
  /* line 102, _product-options.scss */
  .product-option-value.is-soldout {
    opacity: 0.48;
    color: #9ca3af;
    text-decoration: none; }
    /* line 107, _product-options.scss */
    .product-option-value.is-soldout img {
      filter: grayscale(1); }
    /* line 111, _product-options.scss */
    .product-option-value.is-soldout span {
      color: #9ca3af;
      text-decoration: line-through; }

/* line 118, _product-options.scss */
.product-option-value--image {
  padding: 6px;
  border-radius: 12px;
  box-shadow: 0px 6px 14px rgba(24, 32, 56, 0.04); }
  /* line 123, _product-options.scss */
  .product-option-value--image img {
    display: block;
    width: 48px;
    height: auto;
    border-radius: 12px; }

/* line 132, _product-options.scss */
.product-option-group--media .links_in_prod_cont {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin; }
/* line 144, _product-options.scss */
.product-option-group--media .product-option-value {
  flex: 0 0 auto; }

/* line 149, _product-options.scss */
.product-config .product-option-group:not(.product-option-group--media) .links_in_prod_cont {
  justify-content: flex-start; }

/* line 153, _product-options.scss */
.product-option-group--media .product-option-value--image img {
  width: 52px; }

/* line 157, _product-options.scss */
.product-option-value--text {
  min-height: 40px;
  padding: 8px 13px;
  border-radius: 12px;
  text-align: center;
  max-width: 100%; }
  /* line 164, _product-options.scss */
  .product-option-value--text span {
    display: block;
    color: #6b7280;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.2s; }
  /* line 174, _product-options.scss */
  .product-option-value--text.is-active span {
    color: #0a2f83; }

/* line 177, _product-options.scss */
.protsessor span {
  text-transform: capitalize !important; }

/* line 178, _product-options.scss */
.align-flags {
  align-items: flex-end !important; }

@media (max-width: 767px) {
  /* line 181, _product-options.scss */
  .product-config > .product-option-group,
  .product-config > .product-option-group--media {
    grid-column: 1 / -1; } }
@media (max-width: 575px) {
  /* line 188, _product-options.scss */
  .product-option-value--image img {
    width: 50px; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* line 3, _product-purchase.scss */
.product-prices {
  margin: 0px;
  color: #111827;
  font-weight: 600; }

/* line 9, _product-purchase.scss */
.product-price {
  color: #111827;
  transition: color 0.2s linear; }
  /* line 13, _product-purchase.scss */
  .product-price--sale {
    color: #111827; }

/* line 16, _product-purchase.scss */
.product-old_price {
  margin-left: 10px;
  color: #9ca3af;
  text-decoration: line-through; }

/* line 22, _product-purchase.scss */
.product-discount {
  display: block;
  color: #ef3340;
  font-size: 14px;
  line-height: 18px; }

/* line 29, _product-purchase.scss */
.product-prices--purchase {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3px 8px;
  margin: 0px;
  padding: 0px 0px 12px;
  border-bottom: 1px solid #edf2f7; }
  /* line 39, _product-purchase.scss */
  .product-prices--purchase .product-prices-label {
    order: 1;
    flex: 0 0 100%;
    color: #6b7280;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500; }
  /* line 48, _product-purchase.scss */
  .product-prices--purchase .product-price {
    order: 2;
    display: block;
    color: #111827;
    font-size: clamp(26px, 1.7vw, 34px);
    line-height: 1.02;
    font-weight: 760;
    letter-spacing: 0;
    white-space: nowrap; }
  /* line 59, _product-purchase.scss */
  .product-prices--purchase .product-old_price {
    order: 3;
    margin-left: 0px;
    align-self: center;
    font-size: 14px;
    line-height: 18px; }
  /* line 67, _product-purchase.scss */
  .product-prices--purchase .product-discount {
    order: 4;
    flex: 0 0 100%;
    font-size: 12px;
    line-height: 16px; }

@media (max-width: 575px) {
  /* line 76, _product-purchase.scss */
  .product-prices--purchase {
    gap: 8px; }
    /* line 79, _product-purchase.scss */
    .product-prices--purchase .product-price {
      font-size: clamp(38px, 11vw, 56px);
      line-height: 0.98;
      white-space: normal; } }
/* line 87, _product-purchase.scss */
.product-description {
  margin: 0px 0px 16px;
  padding: 9px 12px;
  border: 1px solid rgba(244, 63, 94, 0.14);
  border-left: 3px solid rgba(244, 63, 94, 0.85);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255, 241, 243, 0.92), rgba(255, 248, 249, 0.74));
  color: #ef3340;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600; }
  /* line 99, _product-purchase.scss */
  .product-description h1, .product-description h2, .product-description h3, .product-description p,
  .product-description span {
    margin: 0px !important;
    color: currentColor !important;
    font: inherit !important;
    line-height: inherit !important; }

/* line 108, _product-purchase.scss */
.product-purchase-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(14px, 1.2vw, 18px);
  border: 1px solid rgba(229, 234, 242, 0.88);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)), #fff;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 16px 34px rgba(24, 32, 56, 0.06); }
  /* line 122, _product-purchase.scss */
  .product-purchase-card .product-purchase-status {
    display: flex;
    justify-content: flex-start;
    margin: 0px 0px -2px; }
  /* line 128, _product-purchase.scss */
  .product-purchase-card .product-available--purchase {
    width: auto;
    max-width: 100%;
    align-self: flex-start; }
  /* line 134, _product-purchase.scss */
  .product-purchase-card .product-description--purchase {
    margin: 0px;
    max-width: 100%;
    font-size: 12px;
    line-height: 14px; }
  /* line 141, _product-purchase.scss */
  .product-purchase-card .product-form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: transparent;
    box-shadow: none; }
  /* line 149, _product-purchase.scss */
  .product-purchase-card .product-buttons-types:not(.product-buttons-types--soldout) {
    display: block; }
  /* line 153, _product-purchase.scss */
  .product-purchase-card .product-buy-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0px;
    align-items: stretch; }
  /* line 161, _product-purchase.scss */
  .product-purchase-card .product-buy-summary {
    display: none; }
  /* line 165, _product-purchase.scss */
  .product-purchase-card .product-buy-actions {
    min-width: 0px;
    display: grid;
    gap: 10px; }
  /* line 171, _product-purchase.scss */
  .product-purchase-card .product-quantity {
    display: none; }
  /* line 173, _product-purchase.scss */
  .product-purchase-card .product-total {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
    margin: 0px;
    padding: 12px 14px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: rgba(249, 250, 251, 0.8);
    color: #6b7280;
    text-align: left;
    min-width: 0px; }
  /* line 189, _product-purchase.scss */
  .product-purchase-card .product-total-breakdown {
    display: grid;
    gap: 5px;
    grid-column: 1;
    padding-bottom: 0px;
    border-bottom: 0px; }
  /* line 197, _product-purchase.scss */
  .product-purchase-card .product-total-pay {
    display: grid;
    grid-template-columns: minmax(0px, 1fr) auto auto;
    gap: 8px;
    align-items: baseline;
    padding-bottom: 8px;
    border-bottom: 1px solid #edf2f7; }
    /* line 205, _product-purchase.scss */
    .product-purchase-card .product-total-pay span {
      min-width: 0px;
      color: #6b7280;
      font-size: 12px;
      line-height: 15px; }
    /* line 212, _product-purchase.scss */
    .product-purchase-card .product-total-pay strong {
      color: #111827;
      font-size: 16px;
      line-height: 20px;
      font-weight: 760;
      white-space: nowrap; }
    /* line 220, _product-purchase.scss */
    .product-purchase-card .product-total-pay s {
      color: #9ca3af;
      font-size: 12px;
      line-height: 15px;
      white-space: nowrap; }
  /* line 228, _product-purchase.scss */
  .product-purchase-card .product-total-line {
    display: grid;
    grid-template-columns: minmax(0px, 1fr) auto;
    gap: 8px;
    color: #6b7280;
    font-size: 12px;
    line-height: 15px; }
    /* line 236, _product-purchase.scss */
    .product-purchase-card .product-total-line span {
      min-width: 0px;
      overflow: hidden;
      text-overflow: ellipsis; }
    /* line 242, _product-purchase.scss */
    .product-purchase-card .product-total-line strong {
      min-width: 0px;
      max-width: 100%;
      color: #111827;
      font-weight: 600;
      text-align: right;
      white-space: nowrap; }
    /* line 251, _product-purchase.scss */
    .product-purchase-card .product-total-line--discount strong {
      color: #167a2e; }
    /* line 255, _product-purchase.scss */
    .product-purchase-card .product-total-line--gift strong {
      color: #167a2e; }
  /* line 260, _product-purchase.scss */
  .product-purchase-card .product-total-label,
  .product-purchase-card .product-total-note {
    color: #6b7280;
    font-size: 12px;
    line-height: 15px; }
  /* line 267, _product-purchase.scss */
  .product-purchase-card .product-total-label {
    grid-column: 1 / -1;
    color: #111827;
    font-size: 12px;
    line-height: 15px;
    font-weight: 760; }
  /* line 275, _product-purchase.scss */
  .product-purchase-card .product-selected-gift,
  .product-purchase-card .product-selected-kit,
  .product-purchase-card .product-kit-discount-note {
    display: none !important; }
    /* line 280, _product-purchase.scss */
    .product-purchase-card .product-selected-gift span,
    .product-purchase-card .product-selected-kit span,
    .product-purchase-card .product-kit-discount-note span {
      display: none; }
  /* line 283, _product-purchase.scss */
  .product-purchase-card .product-delivery-mini {
    display: grid;
    gap: 8px;
    margin: 0px;
    padding: 12px 14px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: rgba(249, 250, 251, 0.8);
    color: #6b7280;
    min-width: 0px; }
  /* line 295, _product-purchase.scss */
  .product-purchase-card .product-delivery-mini-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111827;
    font-size: 12px;
    line-height: 15px;
    font-weight: 760; }
  /* line 305, _product-purchase.scss */
  .product-purchase-card .product-delivery-mini-lines {
    display: grid;
    gap: 5px; }
  /* line 310, _product-purchase.scss */
  .product-purchase-card .product-delivery-mini-line {
    display: grid;
    grid-template-columns: minmax(0px, 1fr) auto;
    gap: 8px;
    align-items: baseline;
    font-size: 12px;
    line-height: 15px; }
    /* line 318, _product-purchase.scss */
    .product-purchase-card .product-delivery-mini-line span {
      min-width: 0px;
      overflow: hidden;
      text-overflow: ellipsis; }
    /* line 324, _product-purchase.scss */
    .product-purchase-card .product-delivery-mini-line strong {
      color: #111827;
      font-weight: 600;
      text-align: right;
      white-space: nowrap; }
  /* line 332, _product-purchase.scss */
  .product-purchase-card .product-delivery-mini-line:last-child strong {
    color: #167a2e; }
  /* line 336, _product-purchase.scss */
  .product-purchase-card .product-kit-discount-note {
    display: inline-flex;
    width: auto;
    align-self: flex-start;
    padding: 2px 7px;
    border-radius: 999px;
    background: #eef4ff;
    color: #0a2f83;
    font-weight: 600; }
  /* line 347, _product-purchase.scss */
  .product-purchase-card .button--counter,
  .product-purchase-card .input--counter {
    height: 40px;
    border-radius: 12px; }
  /* line 353, _product-purchase.scss */
  .product-purchase-card [data-quantity] {
    display: grid;
    grid-template-columns: 40px minmax(44px, 1fr) 40px; }
    /* line 357, _product-purchase.scss */
    .product-purchase-card [data-quantity] > .col,
    .product-purchase-card [data-quantity] > .col-auto {
      width: auto;
      max-width: none;
      padding: 0px; }
  /* line 365, _product-purchase.scss */
  .product-purchase-card .product-add {
    height: auto;
    display: grid;
    gap: 6px; }
    /* line 370, _product-purchase.scss */
    .product-purchase-card .product-add [data-item-add] {
      width: 100%;
      height: auto;
      min-height: 56px;
      border-radius: 14px;
      font-size: 16px;
      box-shadow: 0px 14px 28px rgba(10, 47, 131, 0.22);
      transition: transform 180ms cubic-bezier(0.22, 0.74, 0.46, 0.97), box-shadow 180ms ease, background-color 180ms; }
      /* line 379, _product-purchase.scss */
      .product-purchase-card .product-add [data-item-add]:active {
        transform: translateY(1px) scale(0.99); }
  /* line 385, _product-purchase.scss */
  .product-purchase-card .product-quick_checkout {
    margin: 4px 0px 0px;
    text-align: center; }
    /* line 389, _product-purchase.scss */
    .product-purchase-card .product-quick_checkout .button {
      width: 100%;
      min-height: 34px;
      padding: 0px 8px;
      font-size: 13px;
      line-height: 18px;
      white-space: nowrap; }

/* line 400, _product-purchase.scss */
.product-kit-empty {
  margin-top: 8px;
  min-width: 0px;
  max-width: 100%;
  padding: 9px 10px;
  border-radius: 12px;
  background: #f9fafb;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px; }

/* line 412, _product-purchase.scss */
.product-available {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0px;
  padding: 7px 10px 7px 24px;
  border-radius: 999px;
  background: #effaf2;
  color: #167a2e;
  font-size: 12px;
  line-height: 14px; }
  /* line 424, _product-purchase.scss */
  .product-available:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0fce2d;
    transform: translateY(-50%); }
  /* line 436, _product-purchase.scss */
  .product-available:after {
    content: attr(data-text-available);
    font-weight: 600; }
  /* line 441, _product-purchase.scss */
  .product-available--soldout {
    background: #fff1f3;
    color: #ef3340; }
    /* line 445, _product-purchase.scss */
    .product-available--soldout:before {
      background: #ef3340; }
    /* line 446, _product-purchase.scss */
    .product-available--soldout:after {
      content: attr(data-text-soldout); }

/* line 450, _product-purchase.scss */
.product-buttons {
  position: relative; }
  /* line 453, _product-purchase.scss */
  .product-buttons-types--soldout {
    display: none; }
  /* line 456, _product-purchase.scss */
  .product-buttons:not(.product-buttons--soldout) > .product-buttons-types--soldout {
    display: none; }
  /* line 462, _product-purchase.scss */
  .product-buttons--soldout .product-buttons-types {
    display: none; }
  /* line 463, _product-purchase.scss */
  .product-buttons--soldout .product-buttons-types--soldout {
    display: block; }

/* line 467, _product-purchase.scss */
.product-mobile-buybar {
  display: none; }

/* line 471, _product-purchase.scss */
body.is-mobile-catalog-open .product-mobile-buybar,
body.product-kit-in-view .product-mobile-buybar,
body.product-kit-modal-open .product-mobile-buybar {
  display: none !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

@media (min-width: 1600px) {
  /* line 481, _product-purchase.scss */
  .product-purchase-card {
    padding: 18px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  /* line 487, _product-purchase.scss */
  .product-purchase-card {
    padding: 16px; } }
@media (max-width: 767px) {
  /* line 493, _product-purchase.scss */
  .product-purchase-card .product-buy-row {
    grid-template-columns: 1fr; } }
@media (max-width: 575px) {
  /* line 499, _product-purchase.scss */
  .product-purchase-card {
    gap: 10px;
    padding: 12px;
    border-radius: 14px;
    box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04); }

  /* line 506, _product-purchase.scss */
  .product-purchase-card .product-quantity {
    width: 100%; }

  /* line 510, _product-purchase.scss */
  .product-purchase-card .product-buy-summary {
    display: none; }

  /* line 514, _product-purchase.scss */
  .product-purchase-card .product-buy-actions {
    min-width: 0px; }

  /* line 518, _product-purchase.scss */
  .product-purchase-card .product-total {
    align-content: center;
    gap: 6px; }

  /* line 523, _product-purchase.scss */
  .product-purchase-card .product-total-breakdown {
    padding-bottom: 0px;
    border-bottom: 0px; }

  /* line 528, _product-purchase.scss */
  .product-purchase-card .product-total-line {
    display: grid;
    grid-template-columns: minmax(0px, 1fr) auto;
    gap: 6px;
    font-size: 11px;
    line-height: 14px; }

  /* line 536, _product-purchase.scss */
  .product-purchase-card .product-total-pay {
    grid-template-columns: minmax(0px, 1fr) auto; }

  /* line 540, _product-purchase.scss */
  .product-purchase-card .product-total-pay s {
    grid-column: 2; }

  /* line 544, _product-purchase.scss */
  .product-purchase-card .product-add {
    height: auto;
    display: grid;
    gap: 8px; }

  /* line 550, _product-purchase.scss */
  .product-purchase-card .product-add [data-item-add] {
    min-height: 52px; }

  /* line 554, _product-purchase.scss */
  .product-purchase-card .product-quick_checkout {
    margin: 0px; }

  /* line 558, _product-purchase.scss */
  .product-purchase-card .product-quick_checkout .button {
    min-height: 30px; }

  /* line 562, _product-purchase.scss */
  .product-mobile-buybar {
    position: fixed;
    z-index: 3500;
    left: 10px;
    right: 10px;
    bottom: 74px;
    display: grid;
    grid-template-columns: minmax(0px, 1fr) minmax(126px, 42%);
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid #e5eaf2;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0px 18px 50px rgba(24, 32, 56, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease; }
    /* line 582, _product-purchase.scss */
    .product-mobile-buybar.is-visible {
      opacity: 1;
      visibility: visible;
      transform: translateY(0px); }
    /* line 588, _product-purchase.scss */
    .product-mobile-buybar .product-available {
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 11px;
      line-height: 13px; }

  /* line 596, _product-purchase.scss */
  .product-mobile-buybar-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0px; }

  /* line 603, _product-purchase.scss */
  .product-mobile-buybar-status,
  .product-mobile-buybar-total {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0px; }

  /* line 611, _product-purchase.scss */
  .product-mobile-buybar-quantity,
  .product-mobile-buybar-label,
  .product-mobile-buybar-kit {
    color: #6b7280;
    font-size: 11px;
    line-height: 14px; }

  /* line 619, _product-purchase.scss */
  .product-mobile-buybar-total {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2px; }

  /* line 625, _product-purchase.scss */
  .product-mobile-buybar-old {
    color: #6b7280;
    font-size: 11px;
    line-height: 14px;
    white-space: nowrap; }

  /* line 632, _product-purchase.scss */
  .product-mobile-buybar-price {
    color: #111827;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    white-space: nowrap; }

  /* line 640, _product-purchase.scss */
  .product-mobile-buybar-breakdown {
    display: grid;
    gap: 1px;
    width: 100%;
    min-width: 0px;
    margin-top: 1px; }

  /* line 648, _product-purchase.scss */
  .product-mobile-buybar-line {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: #6b7280;
    font-size: 10px;
    line-height: 13px; }
    /* line 656, _product-purchase.scss */
    .product-mobile-buybar-line strong {
      color: #111827;
      font-weight: 600;
      white-space: nowrap; }
    /* line 662, _product-purchase.scss */
    .product-mobile-buybar-line--discount strong {
      color: #167a2e; }

  /* line 667, _product-purchase.scss */
  .product-mobile-buybar-kit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

  /* line 677, _product-purchase.scss */
  .product-mobile-buybar-button {
    min-height: 48px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 18px; }

  /* line 685, _product-purchase.scss */
  .product-mobile-buybar.is-soldout .product-mobile-buybar-button {
    background: #f9fafb;
    color: #6b7280;
    cursor: default; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* Product kit feature: base, layout and responsive states. */
/* Base */
/* line 6, _product-kit.scss */
.product-kit-offer {
  display: grid;
  gap: 12px;
  margin: 0px;
  padding: clamp(14px, 1.25vw, 18px);
  border: 1px solid #e5eaf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 14px 34px rgba(24, 32, 56, 0.05); }

/* line 17, _product-kit.scss */
.product-kit-head,
.product-kit-picker-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px; }

/* line 25, _product-kit.scss */
.product-kit-title,
.product-kit-step-title,
.product-kit-category-title {
  color: #111827;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600; }

/* line 34, _product-kit.scss */
.product-kit-step-title,
.product-kit-category-title {
  font-size: 13px;
  line-height: 17px; }

/* line 40, _product-kit.scss */
.product-kit-step-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 28px; }

/* line 48, _product-kit.scss */
.product-kit-subtitle {
  margin-top: 2px;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px; }

/* line 55, _product-kit.scss */
.product-kit-badge {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0a2f83;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  white-space: nowrap; }

/* line 67, _product-kit.scss */
.product-kit-steps {
  display: grid;
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1.05fr) minmax(0px, 1.05fr) minmax(0px, 0.82fr);
  gap: 12px;
  align-items: start; }

/* line 74, _product-kit.scss */
.product-kit-offer--no-gift .product-kit-steps {
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1.1fr) minmax(0px, 0.82fr); }

/* line 78, _product-kit.scss */
.product-kit-step {
  position: relative;
  display: block;
  align-self: start;
  min-width: 0px;
  min-height: 0px;
  max-width: 100%;
  padding: 12px;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(24, 32, 56, 0.04); }

/* line 92, _product-kit.scss */
.product-kit-step-index {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eef4ff;
  color: #0a2f83;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600; }

/* line 109, _product-kit.scss */
.product-kit-step-content {
  display: grid;
  grid-template-rows: 28px minmax(0px, auto);
  gap: 8px;
  min-width: 0px;
  max-width: 100%;
  overflow: visible; }

/* line 118, _product-kit.scss */
.product-kit-step .product-kit-step-title {
  min-height: 28px;
  padding-left: 34px;
  display: flex;
  align-items: center; }

/* line 125, _product-kit.scss */
.product-kit-selected-thumb,
.product-kit-item-thumb {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background: #fff;
  overflow: hidden; }
  /* line 133, _product-kit.scss */
  .product-kit-selected-thumb picture,
  .product-kit-selected-thumb img,
  .product-kit-item-thumb picture,
  .product-kit-item-thumb img {
    display: block;
    width: 100%;
    height: 100%; }
  /* line 140, _product-kit.scss */
  .product-kit-selected-thumb img,
  .product-kit-item-thumb img {
    object-fit: contain; }

/* line 143, _product-kit.scss */
.product-kit-selected-title,
.product-kit-item-title {
  display: -webkit-box;
  overflow: hidden;
  color: #111827;
  font-weight: 600;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

/* line 154, _product-kit.scss */
.product-kit-picker {
  position: static;
  margin-top: 0px; }

/* line 159, _product-kit.scss */
.product-kit-picker-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-width: 0px;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid #c7d9f6;
  border-radius: 14px;
  background: #eef4ff;
  color: #0a2f83;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  overflow-wrap: anywhere;
  max-width: 100%;
  box-sizing: border-box; }
  /* line 181, _product-kit.scss */
  .product-kit-picker-trigger::-webkit-details-marker {
    display: none; }

/* line 184, _product-kit.scss */
.product-kit-selected {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  min-width: 0px;
  max-width: 100%; }

/* line 192, _product-kit.scss */
.product-kit-selected .product-kit-empty {
  margin-top: 0px; }

/* line 196, _product-kit.scss */
.product-kit-selected-item {
  display: grid;
  grid-template-columns: 40px minmax(0px, 1fr) 28px;
  gap: 8px;
  align-items: center;
  min-width: 0px;
  max-width: 100%;
  padding: 6px;
  border: 1px solid #e5eaf2;
  border-radius: 12px;
  background: #fff; }

/* line 209, _product-kit.scss */
.product-kit-selected-thumb {
  width: 40px;
  border-radius: 8px;
  background: #f9fafb; }

/* line 215, _product-kit.scss */
.product-kit-selected-title {
  display: block;
  min-width: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 14px; }

/* line 225, _product-kit.scss */
.product-kit-selected-price {
  display: block;
  margin-top: 2px;
  color: #6b7280;
  font-size: 11px;
  line-height: 14px; }

/* line 233, _product-kit.scss */
.product-kit-selected-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #e5eaf2;
  border-radius: 50%;
  background: #fff;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s; }
  /* line 246, _product-kit.scss */
  .product-kit-selected-remove:hover {
    border-color: #ef3340;
    background: #fff1f3;
    color: #ef3340; }

/* line 253, _product-kit.scss */
.product-kit-picker[open] .product-kit-picker-trigger {
  border-color: #7fa8ee;
  box-shadow: 0 0 0 3px rgba(10, 47, 131, 0.14); }

/* line 258, _product-kit.scss */
.product-kit-picker[open] {
  position: relative;
  z-index: 9200; }

/* line 263, _product-kit.scss */
.product-kit-picker[open]:before {
  content: '';
  position: fixed;
  z-index: 9200;
  inset: 0px;
  background: rgba(15, 23, 42, 0.42); }

/* line 271, _product-kit.scss */
.product-kit-picker-panel {
  position: fixed;
  z-index: 9201;
  left: 50%;
  top: 50%;
  width: calc(100vw - 32px);
  max-width: 920px;
  max-height: calc(100vh - 32px);
  box-sizing: border-box;
  overflow: auto;
  padding: 0px;
  border: 1px solid #e5eaf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 18px 50px rgba(24, 32, 56, 0.2);
  transform: translate(-50%, -50%); }

/* line 289, _product-kit.scss */
.product-kit-picker-head {
  position: sticky;
  z-index: 2;
  top: 0px;
  padding: 18px 18px 12px;
  border-bottom: 1px solid #edf2f7;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px); }

/* line 299, _product-kit.scss */
.product-kit-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #e5eaf2;
  border-radius: 50%;
  background: #fff;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s; }
  /* line 312, _product-kit.scss */
  .product-kit-modal-close:hover {
    border-color: #c7d9f6;
    background: #eef4ff;
    color: #0a2f83; }

/* line 319, _product-kit.scss */
.product-kit-category-tabs {
  position: sticky;
  z-index: 2;
  top: 69px;
  display: flex;
  gap: 8px;
  padding: 12px 18px;
  border-bottom: 1px solid #edf2f7;
  background: rgba(255, 255, 255, 0.96);
  overflow-x: auto;
  scrollbar-width: thin; }

/* line 332, _product-kit.scss */
.product-kit-category-tab {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid #e5eaf2;
  border-radius: 999px;
  background: #fff;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s, box-shadow 0.2s; }
  /* line 346, _product-kit.scss */
  .product-kit-category-tab:hover, .product-kit-category-tab.is-active {
    border-color: #7fa8ee;
    background: #eef4ff;
    color: #0a2f83;
    box-shadow: 0 0 0 3px rgba(10, 47, 131, 0.14); }

/* line 355, _product-kit.scss */
.product-kit-categories {
  display: grid;
  gap: 0px;
  min-width: 0px; }

/* line 361, _product-kit.scss */
.product-kit-category {
  display: none;
  gap: 8px;
  padding: 18px; }
  /* line 366, _product-kit.scss */
  .product-kit-category.is-active {
    display: grid; }

/* line 371, _product-kit.scss */
.product-kit-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
  min-width: 0px; }

/* line 378, _product-kit.scss */
.product-kit-modal-footer {
  position: sticky;
  z-index: 2;
  bottom: 0px;
  display: grid;
  grid-template-columns: minmax(0px, 1fr) minmax(180px, 240px);
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  border-top: 1px solid #edf2f7;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px); }

/* line 392, _product-kit.scss */
.product-kit-modal-total {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px; }
  /* line 400, _product-kit.scss */
  .product-kit-modal-total strong {
    color: #111827;
    font-weight: 600; }

/* line 406, _product-kit.scss */
.product-kit-modal-save {
  min-height: 44px;
  border-radius: 14px; }

/* line 411, _product-kit.scss */
.product-kit-item {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0px, 1fr);
  gap: 9px;
  align-items: center;
  min-width: 0px;
  min-height: 74px;
  padding: 8px;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  background: #f9fafb;
  color: #111827;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s; }
  /* line 428, _product-kit.scss */
  .product-kit-item:hover {
    border-color: #c7d9f6;
    box-shadow: 0px 4px 12px rgba(24, 32, 56, 0.04);
    transform: translateY(-1px); }
  /* line 434, _product-kit.scss */
  .product-kit-item.is-active {
    border-color: #7fa8ee;
    background: #eef4ff;
    box-shadow: 0 0 0 3px rgba(10, 47, 131, 0.14), 0px 4px 12px rgba(24, 32, 56, 0.04); }
    /* line 439, _product-kit.scss */
    .product-kit-item.is-active .product-kit-item-check {
      border-color: #0a2f83;
      background: #0a2f83; }
      /* line 443, _product-kit.scss */
      .product-kit-item.is-active .product-kit-item-check:after {
        opacity: 1; }

/* line 450, _product-kit.scss */
.product-kit-item-check {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 14px;
  height: 14px;
  border: 1px solid #d4dce8;
  border-radius: 50%;
  background: #fff; }
  /* line 460, _product-kit.scss */
  .product-kit-item-check:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 2px;
    width: 4px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transform: rotate(45deg); }

/* line 474, _product-kit.scss */
.product-kit-item-thumb {
  width: 52px;
  border-radius: 12px; }

/* line 479, _product-kit.scss */
.product-kit-item-body {
  min-width: 0px;
  padding-right: 12px; }

/* line 484, _product-kit.scss */
.product-kit-item-title {
  font-size: 11px;
  line-height: 14px; }

/* line 489, _product-kit.scss */
.product-kit-item-price {
  display: block;
  margin-top: 3px;
  color: #6b7280;
  font-size: 11px;
  line-height: 14px; }

/* line 497, _product-kit.scss */
.product-kit-summary {
  display: grid;
  gap: 8px;
  min-width: 0px;
  max-width: 100%;
  height: 100%;
  min-height: 0px;
  padding: 10px;
  border-radius: 12px;
  background: #f9fafb;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
  align-self: stretch; }
  /* line 512, _product-kit.scss */
  .product-kit-summary strong {
    color: #111827;
    font-weight: 600; }

/* line 518, _product-kit.scss */
.product-kit-summary-line,
.product-kit-summary-total {
  display: grid;
  grid-template-columns: minmax(0px, 1fr) auto;
  align-items: baseline;
  gap: 8px;
  min-width: 0px; }

/* line 527, _product-kit.scss */
.product-kit-summary-line span,
.product-kit-summary-total span {
  min-width: 0px;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 534, _product-kit.scss */
.product-kit-summary-line strong,
.product-kit-summary-total strong {
  min-width: 0px;
  max-width: 100%;
  text-align: right;
  white-space: nowrap; }

/* line 542, _product-kit.scss */
.product-kit-summary-line--discount strong {
  color: #ef3340; }

/* line 546, _product-kit.scss */
.product-kit-summary-empty {
  padding: 8px 0px;
  color: #6b7280;
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7; }

/* line 553, _product-kit.scss */
.product-kit-summary-total {
  padding-top: 8px;
  border-top: 1px solid #edf2f7; }
  /* line 557, _product-kit.scss */
  .product-kit-summary-total strong {
    font-size: 18px;
    line-height: 22px; }

/* line 563, _product-kit.scss */
.product-kit-submit {
  min-height: 40px;
  margin-top: 2px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 18px; }

/* Layout */
/* Final product kit overrides: keep the kit as one designed section. */
/* line 573, _product-kit.scss */
.product-layout-kit {
  grid-column: 1 / -1; }

/* line 577, _product-kit.scss */
.product-layout-kit .product-kit-offer {
  padding: clamp(18px, 1.7vw, 24px);
  border: 0px;
  border-radius: 22px;
  background: linear-gradient(105deg, #061b55 0%, #0a2f83 72%, #10429d 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(5, 35, 92, 0.22); }

/* line 586, _product-kit.scss */
.product-layout-kit .product-kit-head {
  margin-bottom: clamp(14px, 1.35vw, 18px); }

/* line 590, _product-kit.scss */
.product-layout-kit .product-kit-title {
  color: #fff;
  font-size: clamp(24px, 1.9vw, 30px);
  line-height: 1.08;
  font-weight: 760; }

/* line 597, _product-kit.scss */
.product-layout-kit .product-kit-subtitle {
  display: none; }

/* line 601, _product-kit.scss */
.product-layout-kit .product-kit-steps,
.product-layout-kit .product-kit-offer--has-gift .product-kit-steps {
  grid-template-columns: minmax(250px, 0.82fr) 26px minmax(420px, 1.2fr) 26px minmax(310px, 0.9fr);
  gap: clamp(10px, 1.25vw, 18px);
  align-items: start; }

/* line 608, _product-kit.scss */
.product-layout-kit .product-kit-offer--no-gift .product-kit-steps {
  grid-template-columns: minmax(250px, 0.82fr) 26px minmax(420px, 1.2fr) 26px minmax(310px, 0.9fr); }

/* line 612, _product-kit.scss */
.product-layout-kit .product-kit-step {
  min-height: 0px;
  padding: clamp(14px, 1.2vw, 18px);
  border: 0px;
  border-radius: 18px;
  background: #fff;
  color: #111827;
  box-shadow: 0 18px 42px rgba(10, 8, 35, 0.16); }

/* line 622, _product-kit.scss */
.product-layout-kit .product-kit-step-index {
  display: none; }

/* line 626, _product-kit.scss */
.product-layout-kit .product-kit-step-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  gap: 12px; }

/* line 633, _product-kit.scss */
.product-layout-kit .product-kit-step .product-kit-step-title {
  min-height: 0px;
  padding-left: 0px;
  color: #111827;
  font-size: 17px;
  line-height: 22px;
  font-weight: 760;
  gap: 10px; }

/* line 643, _product-kit.scss */
.product-layout-kit .product-kit-step--product {
  padding: 0px;
  background: transparent;
  box-shadow: none; }

/* line 649, _product-kit.scss */
.product-layout-kit .product-kit-step--product .product-kit-step-title {
  display: none; }

/* line 653, _product-kit.scss */
.product-layout-kit .product-kit-formula {
  align-self: start;
  justify-self: center;
  margin-top: 128px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 28px;
  line-height: 1;
  font-weight: 400; }

/* line 663, _product-kit.scss */
.product-layout-kit .product-kit-badge {
  flex: 0 0 auto;
  min-height: 21px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0a2f83;
  font-size: 10px;
  line-height: 13px;
  font-weight: 760;
  white-space: nowrap; }

/* line 676, _product-kit.scss */
.product-layout-kit .product-kit-device-card {
  position: relative;
  display: grid;
  min-height: 300px;
  grid-template-rows: 1fr auto auto;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(10, 8, 35, 0.16); }

/* line 688, _product-kit.scss */
.product-layout-kit .product-kit-device-labels {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  pointer-events: none; }

/* line 699, _product-kit.scss */
.product-layout-kit .product-kit-device-label {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 7px;
  background: #0a2f83;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  font-weight: 600; }

/* line 712, _product-kit.scss */
.product-layout-kit .product-kit-device-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 196px;
  padding: 6px;
  border-radius: 0px;
  background: #fff; }

/* line 722, _product-kit.scss */
.product-layout-kit .product-kit-device-media img {
  display: block;
  width: auto;
  max-width: 92%;
  max-height: 196px;
  object-fit: contain; }

/* line 730, _product-kit.scss */
.product-layout-kit .product-kit-device-title {
  color: #111827;
  font-size: 15px;
  line-height: 20px;
  font-weight: 650; }

/* line 737, _product-kit.scss */
.product-layout-kit .product-kit-device-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  margin-top: 2px; }

/* line 745, _product-kit.scss */
.product-layout-kit .product-kit-device-old {
  color: #9ca3af;
  font-size: 14px;
  line-height: 18px;
  text-decoration: line-through; }

/* line 752, _product-kit.scss */
.product-layout-kit .product-kit-device-prices strong {
  color: #111827;
  font-size: 20px;
  line-height: 25px;
  font-weight: 760; }

/* line 759, _product-kit.scss */
.product-layout-kit .product-kit-gifts {
  display: grid;
  gap: 8px; }

/* line 764, _product-kit.scss */
.product-layout-kit .product-kit-gifts-heading {
  display: none; }

/* line 768, _product-kit.scss */
.product-layout-kit .product-kit-gifts .product-gifts {
  margin: 0px; }

/* line 772, _product-kit.scss */
.product-layout-kit .product-kit-gifts .product-gifts-title {
  display: none; }

/* line 776, _product-kit.scss */
.product-layout-kit .product-kit-gifts .product-gifts > .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 8px;
  margin: 0px; }

/* line 783, _product-kit.scss */
.product-layout-kit .product-kit-gifts .product-gift-item,
.product-layout-kit .product-kit-gifts .product-gifts > .row > [class*="col"] {
  width: 100%;
  max-width: none;
  padding: 0px; }

/* line 790, _product-kit.scss */
.product-layout-kit .product-kit-gifts .product-gift {
  position: relative;
  display: grid !important;
  min-height: 62px;
  grid-template-columns: 38px minmax(0px, 1fr);
  align-items: center;
  justify-items: start;
  gap: 9px;
  padding: 18px 10px 8px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: #f8fafc;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }

/* line 806, _product-kit.scss */
.product-layout-kit .product-kit-gifts .product-gift:hover {
  border-color: rgba(47, 125, 240, 0.3);
  background: #f8fafc; }

/* line 811, _product-kit.scss */
.product-layout-kit .product-kit-gifts .product-gift.is-active {
  border-color: rgba(47, 125, 240, 0.5);
  background: #f8fbff;
  box-shadow: inset 0 0 0 1px rgba(47, 125, 240, 0.14); }

/* line 817, _product-kit.scss */
.product-gift-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #0a2f83; }

/* line 826, _product-kit.scss */
.product-gift-icon svg {
  display: block;
  width: 100%;
  height: 100%; }

/* line 832, _product-kit.scss */
.product-gift-icon-bg {
  fill: #f4f7fb; }

/* line 836, _product-kit.scss */
.product-gift-icon-fill {
  fill: #fff; }

/* line 840, _product-kit.scss */
.product-gift-icon-shadow {
  fill: rgba(31, 88, 166, 0.12); }

/* line 844, _product-kit.scss */
.product-gift-icon-soft {
  fill: rgba(47, 125, 240, 0.08); }

/* line 848, _product-kit.scss */
.product-gift-icon-line,
.product-gift-icon-accent {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 857, _product-kit.scss */
.product-gift-icon-accent {
  stroke-width: 2.4; }

/* line 861, _product-kit.scss */
.product-gift-icon-hole {
  fill: rgba(47, 125, 240, 0.22);
  stroke: currentColor;
  stroke-width: 2.2; }

/* line 867, _product-kit.scss */
.product-gift-icon-hole--small {
  fill: currentColor;
  stroke: none; }

/* line 872, _product-kit.scss */
.product-layout-kit .product-kit-gifts .product-gift.is-active .product-gift-icon-bg {
  fill: #eef5ff; }

/* line 876, _product-kit.scss */
.product-layout-kit .product-kit-gifts .product-gift.is-active .product-gift-badge {
  background: #eef4ff;
  color: #0a2f83; }

/* line 881, _product-kit.scss */
.product-layout-kit .product-kit-gifts .product-gift > .col,
.product-layout-kit .product-kit-gifts .product-gift > .col-auto {
  width: auto;
  max-width: none;
  min-width: 0px;
  padding: 0px; }

/* line 889, _product-kit.scss */
.product-layout-kit .product-kit-gifts .product-gift > .col {
  width: 100%; }

/* line 893, _product-kit.scss */
.product-layout-kit .product-kit-gifts .product-gift-badge {
  position: absolute;
  top: 6px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 15px;
  padding: 2px 5px;
  border-radius: 6px;
  background: #f4f7fb;
  color: #0a2f83;
  font-size: 9px;
  line-height: 12px;
  font-weight: 600; }

/* line 909, _product-kit.scss */
.product-layout-kit .product-kit-gifts .product-gift-title {
  display: block;
  width: 100%;
  text-align: left;
  color: #111827;
  font-size: 12px;
  line-height: 14px;
  font-weight: 760;
  margin: 0px; }

/* line 920, _product-kit.scss */
.product-layout-kit .product-kit-gifts .product-gift-description {
  display: block;
  width: 100%;
  text-align: left;
  color: #6b7280;
  font-size: 10px;
  line-height: 12px;
  margin: 2px 0px 0px; }

/* line 930, _product-kit.scss */
.product-layout-kit .product-kit-inner-formula {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16px;
  margin: -1px 0px;
  color: #0a2f83;
  font-weight: 700; }

/* line 940, _product-kit.scss */
.product-layout-kit .product-kit-inner-formula span:first-child {
  font-size: 18px;
  line-height: 1; }

/* line 945, _product-kit.scss */
.product-layout-kit .product-kit-picker-trigger {
  min-height: 38px;
  align-self: flex-start;
  width: 100%;
  padding: 8px 14px;
  border: 1px solid rgba(47, 125, 240, 0.24);
  border-radius: 999px;
  background: #eef4ff;
  color: #0a2f83;
  box-shadow: none; }

/* line 957, _product-kit.scss */
.product-layout-kit .product-kit-selected {
  flex: 1 1 auto;
  display: grid;
  gap: 8px;
  margin-top: 0px; }

/* line 964, _product-kit.scss */
.product-layout-kit .product-kit-selected > .product-kit-empty {
  display: none; }

/* line 968, _product-kit.scss */
.product-layout-kit .product-kit-selected-item {
  display: grid;
  grid-template-columns: 58px minmax(0px, 1fr) auto;
  min-height: 78px;
  padding: 10px 12px;
  border: 0px;
  border-radius: 16px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(220, 226, 236, 0.9); }

/* line 979, _product-kit.scss */
.product-layout-kit .product-kit-selected-thumb {
  width: 58px;
  height: 58px;
  border: 0px;
  background: transparent; }

/* line 986, _product-kit.scss */
.product-layout-kit .product-kit-selected-title {
  color: #111827;
  font-size: 14px;
  line-height: 18px;
  font-weight: 650;
  display: block;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  line-clamp: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial; }

/* line 1000, _product-kit.scss */
.product-layout-kit .product-kit-selected-price {
  margin-top: 4px;
  color: #111827;
  font-size: 18px;
  line-height: 22px;
  font-weight: 760; }

/* line 1008, _product-kit.scss */
.product-layout-kit .product-kit-summary {
  flex: 1 1 auto;
  gap: 9px;
  padding: 0px;
  border: 0px;
  background: transparent; }

/* line 1016, _product-kit.scss */
.product-layout-kit .product-kit-summary-media {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  justify-content: stretch;
  align-items: center;
  gap: 8px;
  padding: 8px 0px 16px; }

/* line 1025, _product-kit.scss */
.product-layout-kit .product-kit-summary-thumb {
  width: 66px;
  height: 66px;
  margin: 0 auto;
  border: 0px;
  border-radius: 18px;
  background: #f7faff;
  overflow: hidden; }

/* line 1035, _product-kit.scss */
.product-layout-kit .product-kit-summary-thumb picture,
.product-layout-kit .product-kit-summary-thumb img,
.product-layout-kit .product-kit-summary-gift-icon,
.product-layout-kit .product-kit-summary-gift-icon .product-gift-icon {
  display: block;
  width: 100%;
  height: 100%; }

/* line 1044, _product-kit.scss */
.product-layout-kit .product-kit-summary-thumb img,
.product-layout-kit .product-kit-summary-gift-icon .product-gift-icon {
  object-fit: contain; }

/* line 1049, _product-kit.scss */
.product-layout-kit .product-kit-summary-gift-icon {
  padding: 0px;
  color: #0a2f83; }

/* line 1054, _product-kit.scss */
.product-layout-kit .product-kit-summary-gift-icon .product-gift-icon-bg {
  fill: #eef5ff; }

/* line 1058, _product-kit.scss */
.product-layout-kit .product-kit-summary-thumb + .product-kit-summary-thumb:before,
.product-layout-kit .product-kit-summary-accessories:not(:empty):before {
  display: none; }

/* line 1063, _product-kit.scss */
.product-layout-kit .product-kit-summary-accessories {
  display: grid;
  gap: 8px;
  min-width: 0px; }

/* line 1069, _product-kit.scss */
.product-layout-kit .product-kit-summary-line {
  display: grid;
  grid-template-columns: minmax(0px, 1fr) auto;
  gap: 12px;
  align-items: baseline;
  padding: 1px 0px;
  color: #6b7280;
  border: 0px; }

/* line 1079, _product-kit.scss */
.product-layout-kit .product-kit-summary-line strong {
  color: #111827;
  font-size: 14px;
  line-height: 18px;
  font-weight: 760; }

/* line 1086, _product-kit.scss */
.product-layout-kit .product-kit-summary-line + .product-kit-summary-line {
  margin-top: 2px; }

/* line 1090, _product-kit.scss */
.product-layout-kit .product-kit-summary-line--gift strong {
  color: #167a2e;
  font-size: 13px;
  line-height: 17px; }

/* line 1096, _product-kit.scss */
.product-layout-kit .product-kit-summary-empty {
  padding: 8px 0px 10px;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7; }

/* line 1105, _product-kit.scss */
.product-layout-kit .product-kit-summary-total {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding-top: 10px;
  border-top: 1px solid #edf2f7; }

/* line 1113, _product-kit.scss */
.product-layout-kit .product-kit-summary-total span {
  color: #6b7280;
  font-size: 14px;
  line-height: 18px; }

/* line 1119, _product-kit.scss */
.product-layout-kit .product-kit-summary-total strong {
  color: #111827;
  font-size: clamp(24px, 1.95vw, 32px);
  line-height: 1.1; }

/* line 1125, _product-kit.scss */
.product-layout-kit .product-kit-submit {
  min-height: 48px;
  margin-top: auto;
  border-radius: 999px;
  font-size: 14px;
  line-height: 18px; }

/* Responsive */
@media (max-width: 1199px) {
  /* line 1135, _product-kit.scss */
  .product-layout-kit .product-kit-steps,
  .product-layout-kit .product-kit-offer--has-gift .product-kit-steps,
  .product-layout-kit .product-kit-offer--no-gift .product-kit-steps {
    grid-template-columns: 1fr; }

  /* line 1141, _product-kit.scss */
  .product-layout-kit .product-kit-formula {
    display: flex;
    margin: -4px 0px; }

  /* line 1146, _product-kit.scss */
  .product-layout-kit .product-kit-step,
  .product-layout-kit .product-kit-device-card {
    min-height: 0px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 1153, _product-kit.scss */
  .product-kit-items {
    grid-template-columns: 1fr; } }
@media (max-width: 767px) {
  /* line 1159, _product-kit.scss */
  .product-kit-offer {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    overflow: hidden; }

  /* line 1166, _product-kit.scss */
  .product-layout-kit,
  .product-kit-steps,
  .product-kit-step-content,
  .product-kit-picker,
  .product-kit-selected,
  .product-kit-summary {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0px; }

  /* line 1177, _product-kit.scss */
  .product-kit-head {
    align-items: stretch; }

  /* line 1181, _product-kit.scss */
  .product-kit-step {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    overflow: hidden; }

  /* line 1188, _product-kit.scss */
  .product-kit-step-content,
  .product-kit-item-body,
  .product-kit-selected-body {
    min-width: 0px; }

  /* line 1194, _product-kit.scss */
  .product-kit-items {
    grid-template-columns: minmax(0px, 1fr); }

  /* line 1198, _product-kit.scss */
  .product-kit-picker-trigger,
  .product-kit-selected,
  .product-kit-summary {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    box-sizing: border-box; }

  /* line 1207, _product-kit.scss */
  .product-kit-picker-trigger {
    display: flex;
    justify-content: center;
    overflow: hidden; }
    /* line 1212, _product-kit.scss */
    .product-kit-picker-trigger span:last-child {
      min-width: 0px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

  /* line 1220, _product-kit.scss */
  .product-kit-empty,
  .product-kit-selected-title {
    overflow-wrap: anywhere; } }
@media (max-width: 575px) {
  /* line 1227, _product-kit.scss */
  .product-layout-kit .product-kit-offer {
    margin-right: calc(var(--container-gutter) * -1);
    margin-left: calc(var(--container-gutter) * -1);
    padding: 18px 14px 24px;
    border-radius: 0px; }

  /* line 1234, _product-kit.scss */
  .product-kit-picker-panel {
    left: 8px;
    right: 8px;
    top: calc(8px + env(safe-area-inset-top));
    bottom: calc(8px + env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
    max-height: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: none; }

  /* line 1248, _product-kit.scss */
  .product-kit-picker-head {
    padding: 14px 14px 10px;
    flex: 0 0 auto; }

  /* line 1253, _product-kit.scss */
  .product-kit-category-tabs {
    top: 61px;
    padding: 10px 14px;
    max-width: 100%;
    scrollbar-width: none; }
    /* line 1259, _product-kit.scss */
    .product-kit-category-tabs::-webkit-scrollbar {
      display: none; }

  /* line 1264, _product-kit.scss */
  .product-kit-categories {
    min-height: 0px;
    overflow: auto; }

  /* line 1269, _product-kit.scss */
  .product-kit-category {
    padding: 14px; }

  /* line 1273, _product-kit.scss */
  .product-kit-items {
    grid-template-columns: 1fr; }

  /* line 1277, _product-kit.scss */
  .product-kit-item {
    grid-template-columns: 48px minmax(0px, 1fr);
    width: 100%; }

  /* line 1282, _product-kit.scss */
  .product-kit-modal-footer {
    flex: 0 0 auto;
    grid-template-columns: 1fr;
    padding: 12px 14px; }

  /* line 1288, _product-kit.scss */
  body.product-kit-modal-open {
    overflow: hidden; }

  /* line 1292, _product-kit.scss */
  body.product-kit-modal-open .insales-section-header,
  body.product-kit-modal-open .site-header,
  body.product-kit-modal-open .mobile-header-search,
  body.product-kit-modal-open .fixed-panels {
    visibility: hidden;
    pointer-events: none; }

  /* line 1300, _product-kit.scss */
  .product-layout-kit .product-kit-head {
    display: block;
    margin-bottom: 12px; }

  /* line 1305, _product-kit.scss */
  .product-layout-kit .product-kit-title {
    font-size: 23px;
    line-height: 28px; }

  /* line 1310, _product-kit.scss */
  .product-layout-kit .product-kit-subtitle {
    display: none; }

  /* line 1314, _product-kit.scss */
  .product-layout-kit .product-kit-step {
    padding: 12px;
    border-radius: 16px; }

  /* line 1319, _product-kit.scss */
  .product-layout-kit .product-kit-step .product-kit-step-title {
    font-size: 16px;
    line-height: 21px; }

  /* line 1324, _product-kit.scss */
  .product-layout-kit .product-kit-device-card {
    gap: 8px;
    padding: 12px;
    border-radius: 16px; }

  /* line 1330, _product-kit.scss */
  .product-layout-kit .product-kit-device-media {
    min-height: 130px; }

  /* line 1334, _product-kit.scss */
  .product-layout-kit .product-kit-device-media img {
    max-height: 130px; }

  /* line 1338, _product-kit.scss */
  .product-layout-kit .product-kit-device-title {
    font-size: 14px;
    line-height: 18px; }

  /* line 1343, _product-kit.scss */
  .product-layout-kit .product-kit-device-prices strong {
    font-size: 20px;
    line-height: 24px; }

  /* line 1348, _product-kit.scss */
  .product-layout-kit .product-kit-gifts .product-gifts > .row {
    gap: 8px; }

  /* line 1352, _product-kit.scss */
  .product-layout-kit .product-kit-gifts .product-gift {
    min-height: 76px;
    grid-template-columns: 44px minmax(0px, 1fr);
    justify-items: start;
    gap: 8px;
    padding: 21px 9px 9px; }

  /* line 1360, _product-kit.scss */
  .product-gift-icon {
    width: 44px;
    height: 44px; }

  /* line 1365, _product-kit.scss */
  .product-layout-kit .product-kit-gifts .product-gift-title {
    font-size: 12px;
    line-height: 14px; }

  /* line 1370, _product-kit.scss */
  .product-layout-kit .product-kit-gifts .product-gift-description {
    font-size: 10px;
    line-height: 13px; }

  /* line 1375, _product-kit.scss */
  .product-layout-kit .product-kit-selected-item {
    grid-template-columns: 52px minmax(0px, 1fr) 28px;
    min-height: 74px;
    padding: 9px; }

  /* line 1381, _product-kit.scss */
  .product-layout-kit .product-kit-selected-thumb {
    width: 52px;
    height: 52px; }

  /* line 1386, _product-kit.scss */
  .product-layout-kit .product-kit-selected-title {
    font-size: 13px;
    line-height: 17px; }

  /* line 1391, _product-kit.scss */
  .product-layout-kit .product-kit-selected-price {
    font-size: 17px;
    line-height: 21px; }

  /* line 1396, _product-kit.scss */
  .product-layout-kit .product-kit-summary-media {
    grid-template-columns: repeat(4, minmax(52px, 1fr));
    justify-content: stretch;
    gap: 10px; }

  /* line 1402, _product-kit.scss */
  .product-layout-kit .product-kit-summary-thumb {
    width: 58px;
    height: 58px; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* 8. Product page / Delivery widget */
/* line 5, _product-delivery.scss */
.product-geo {
  position: relative;
  z-index: 5;
  font-size: 13px;
  line-height: 17px;
  margin: 20px 0px; }
  /* line 11, _product-delivery.scss */
  .product-geo-header {
    padding: 15px 20px;
    background: #f5f7fb;
    color: #111827;
    font-weight: 600; }
    /* line 16, _product-delivery.scss */
    .product-geo-header svg {
      margin-right: 5px; }
  /* line 20, _product-delivery.scss */
  .product-geo-city {
    color: #0a2f83; }
    /* line 22, _product-delivery.scss */
    .product-geo-city a {
      text-decoration: none !important; }
    /* line 25, _product-delivery.scss */
    .product-geo-city.is-no-city {
      color: #111827; }
  /* line 29, _product-delivery.scss */
  .product-geo-items {
    position: relative;
    padding: 15px 20px 5px;
    border: 1px solid #e5eaf2;
    margin: 2px 0px 0px; }
    /* line 34, _product-delivery.scss */
    .product-geo-items:before, .product-geo-items:after {
      content: "";
      position: absolute;
      z-index: 2;
      top: -20px;
      left: 15px;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #e5eaf2 transparent; }
    /* line 46, _product-delivery.scss */
    .product-geo-items:after {
      border-bottom-color: #fff;
      z-index: 3;
      top: -19px; }
  /* line 52, _product-delivery.scss */
  .product-geo-item {
    margin: 0px 0px 15px; }
    /* line 54, _product-delivery.scss */
    .product-geo-item-title {
      margin: 0px 0px 10px;
      color: #111827;
      font-weight: 600; }
    /* line 59, _product-delivery.scss */
    .product-geo-item-content {
      margin: 5px 0px 0px; }
      /* line 61, _product-delivery.scss */
      .product-geo-item-content p + p {
        margin: 5px 0px 0px; }
    /* line 65, _product-delivery.scss */
    .product-geo-item ul {
      list-style: square;
      margin: 0px 0px 0px 25px;
      padding: 0px; }
    /* line 70, _product-delivery.scss */
    .product-geo-item li {
      margin: 5px 0px 0px; }
  /* line 74, _product-delivery.scss */
  .product-geo-toggle {
    border-bottom: 1px dotted currentColor;
    cursor: pointer; }
  /* line 78, _product-delivery.scss */
  .product-geo .alert {
    margin: 0px; }
  /* line 83, _product-delivery.scss */
  .product-geo.no-city .product-geo-items:before, .product-geo.no-city .product-geo-items:after {
    display: none; }
  /* line 88, _product-delivery.scss */
  .product-geo.no-city .alert {
    display: none; }

/* line 95, _product-delivery.scss */
.product-geo .insales_widget-delivery_info--price,
.product-geo .insales_widget-current_address span {
  font-weight: 600;
  color: #111827; }
/* line 100, _product-delivery.scss */
.product-geo .insales_widget-delivery.insales_widget-delivery--box-shadow {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
/* line 103, _product-delivery.scss */
.product-geo .insales_widget-current_address button.insales_widget-open_modal {
  color: #0a2f83;
  cursor: pointer;
  padding: 0px;
  border-bottom: 1px dotted currentColor;
  margin-left: 5px; }
/* line 110, _product-delivery.scss */
.product-geo .insales_widget-delivery_info--content,
.product-geo .insales_widget-delivery_info--price {
  line-height: 16px; }
/* line 114, _product-delivery.scss */
.product-geo .insales_widget-delivery_info--description {
  margin-top: 5px;
  font-size: 1em; }
/* line 118, _product-delivery.scss */
.product-geo .insales_widget-delivery_info--interval {
  color: #9ca3af; }

@media (max-width: 640px) {
  /* line 124, _product-delivery.scss */
  .product-geo .insales_widget-modal {
    padding: 60px 20px 20px; }
  /* line 127, _product-delivery.scss */
  .product-geo .insales_widget-modal_close {
    top: 65px; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* 9. Cart */
/* line 5, _cart.scss */
.cart-items {
  margin: 0px 0px 40px;
  border-bottom: 1px solid #e5eaf2; }
/* line 9, _cart.scss */
.cart-item {
  padding: 20px 0px;
  border-top: 1px solid #e5eaf2; }
  /* line 12, _cart.scss */
  .cart-item-thumb {
    position: relative;
    display: block;
    margin: 0px;
    width: 80px; }
    /* line 17, _cart.scss */
    .cart-item-thumb-item {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: #fff center center no-repeat; }
    /* line 25, _cart.scss */
    .cart-item-thumb--1x1 {
      padding-top: 100%; }
    /* line 28, _cart.scss */
    .cart-item-thumb--2x3 {
      padding-top: 150%; }
    /* line 31, _cart.scss */
    .cart-item-thumb--3x4 {
      padding-top: 133%; }
    /* line 34, _cart.scss */
    .cart-item-thumb--4x3 {
      padding-top: 75%; }
    /* line 38, _cart.scss */
    .cart-item-thumb--contain .cart-item-thumb-item {
      background-size: contain; }
    /* line 43, _cart.scss */
    .cart-item-thumb--cover .cart-item-thumb-item {
      background-size: cover; }
  /* line 48, _cart.scss */
  .cart-item-title {
    font-size: 14px;
    line-height: 20px; }
    /* line 51, _cart.scss */
    .cart-item-title a {
      display: block;
      color: #111827; }
      /* line 54, _cart.scss */
      .cart-item-title a:hover {
        color: #0a2f83; }
  /* line 59, _cart.scss */
  .cart-item-variants {
    margin: 5px 0px 0px;
    font-size: 12px;
    line-height: 16px;
    color: #9ca3af; }
  /* line 65, _cart.scss */
  .cart-item-comment {
    margin: 5px 0px 0px; }
    /* line 67, _cart.scss */
    .cart-item-comment input {
      font-size: 12px; }
  /* line 71, _cart.scss */
  .cart-item-prices {
    text-align: right;
    min-width: 90px;
    line-height: 20px; }
  /* line 76, _cart.scss */
  .cart-item-unit_price {
    display: inline-flex;
    align-items: baseline;
    gap: 5px; }
  /* line 81, _cart.scss */
  .cart-item-old_price, .cart-item-old_total_price {
    color: #9ca3af;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    white-space: nowrap; }
  /* line 89, _cart.scss */
  .cart-item-total_price {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 6px;
    font-weight: 600;
    color: #111827; }
  /* line 97, _cart.scss */
  .cart-item .product-quantity {
    width: 162px; }
    /* line 99, _cart.scss */
    .cart-item .product-quantity--large {
      width: 204px; }
      /* line 101, _cart.scss */
      .cart-item .product-quantity--large .button--favorites {
        background: #f5f7fb;
        border-radius: 50%; }
/* line 108, _cart.scss */
.cart-sidebar {
  border: 2px solid #e5eaf2;
  padding: 20px;
  margin: 0px 0px 40px; }
/* line 114, _cart.scss */
.cart-order-items {
  font-size: 14px;
  line-height: 22px;
  padding: 15px 20px 10px;
  background: #f5f7fb;
  margin: -20px -20px 0px;
  font-weight: 600;
  color: #111827; }
/* line 123, _cart.scss */
.cart-order-item {
  position: relative;
  margin: 0px 0px 5px; }
  /* line 126, _cart.scss */
  .cart-order-item span {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 600; }
  /* line 132, _cart.scss */
  .cart-order-item p {
    font-size: 12px;
    line-height: 16px;
    color: #9ca3af;
    font-weight: 400; }
  /* line 138, _cart.scss */
  .cart-order-item-total_price {
    font-size: 18px;
    line-height: 22px; }
    /* line 141, _cart.scss */
    .cart-order-item-total_price span {
      color: #0a2f83; }
/* line 146, _cart.scss */
.cart-order-coupon {
  margin: 20px 0px 0px;
  font-size: 12px;
  line-height: 16px; }
  /* line 150, _cart.scss */
  .cart-order-coupon label {
    display: block;
    font-weight: 600;
    color: #111827;
    margin: 0px 0px 5px; }
  /* line 156, _cart.scss */
  .cart-order-coupon .button {
    margin-left: 10px; }
  /* line 159, _cart.scss */
  .cart-order-coupon-error {
    color: #ef3340;
    margin: 5px 0px 0px; }
/* line 164, _cart.scss */
.cart-order-buttons {
  margin: 20px 0px 0px; }
/* line 167, _cart.scss */
.cart-order-quick_checkout {
  text-align: center;
  margin: 10px 0px -5px; }
/* line 173, _cart.scss */
.cart-empty {
  max-width: 820px;
  margin: 20px auto 56px;
  padding: 42px;
  border: 1px solid #e5eaf2;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
  box-shadow: 0px 14px 34px rgba(24, 32, 56, 0.05);
  text-align: center; }
/* line 184, _cart.scss */
.cart-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0px 0px 18px;
  border-radius: 50%;
  background: #eef4ff;
  color: #0a2f83;
  font-size: 30px; }
/* line 197, _cart.scss */
.cart-empty-title {
  margin: 0px 0px 10px;
  color: #111827;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600; }
/* line 205, _cart.scss */
.cart-empty-text {
  max-width: 540px;
  margin: 0px auto 24px;
  color: #6b7280;
  font-size: 16px;
  line-height: 24px; }
/* line 213, _cart.scss */
.cart-empty-actions {
  margin: 0px 0px 24px; }
/* line 217, _cart.scss */
.cart-empty-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0px 0px 24px; }
  /* line 224, _cart.scss */
  .cart-empty-links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid #c7d9f6;
    border-radius: 999px;
    background: #fff;
    color: #0a2f83;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600; }
    /* line 237, _cart.scss */
    .cart-empty-links a:hover {
      border-color: #7fa8ee;
      background: #eef4ff; }
/* line 244, _cart.scss */
.cart-empty-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 12px; }
/* line 250, _cart.scss */
.cart-empty-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #eef4ff;
  color: #374151;
  font-size: 13px;
  line-height: 17px; }
  /* line 263, _cart.scss */
  .cart-empty-benefit .far {
    color: #0a2f83;
    font-size: 18px; }

@media (max-width: 767px) {
  /* line 272, _cart.scss */
  .cart-item-buttons {
    margin-top: 20px; } }
@media (max-width: 575px) {
  /* line 280, _cart.scss */
  .cart-empty {
    margin: 8px auto 32px;
    padding: 26px 18px;
    border-radius: 18px; }
  /* line 286, _cart.scss */
  .cart-empty-title {
    font-size: 24px;
    line-height: 30px; }
  /* line 291, _cart.scss */
  .cart-empty-text {
    font-size: 14px;
    line-height: 20px; }
  /* line 296, _cart.scss */
  .cart-empty-actions .button {
    width: 100%; }
  /* line 300, _cart.scss */
  .cart-empty-links {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-right: -18px;
    margin-left: -18px;
    padding: 0px 18px 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    /* line 309, _cart.scss */
    .cart-empty-links a {
      flex: 0 0 auto; }
  /* line 314, _cart.scss */
  .cart-empty-benefits {
    grid-template-columns: 1fr;
    text-align: left; }
  /* line 319, _cart.scss */
  .cart-empty-benefit {
    justify-content: flex-start; } }
/* 9. Cart / Compares */
/* line 326, _cart.scss */
.text-content .compares {
  margin: 0px 0px 20px;
  overflow: auto; }
  /* line 329, _cart.scss */
  .text-content .compares-table {
    margin: 0px; }
    /* line 332, _cart.scss */
    .text-content .compares-table-4 .compares-header-product {
      width: 25%; }
    /* line 337, _cart.scss */
    .text-content .compares-table-3 .compares-header-product {
      width: 33.333333%; }
    /* line 342, _cart.scss */
    .text-content .compares-table-2 .compares-header-product {
      width: 50%; }
    /* line 347, _cart.scss */
    .text-content .compares-table-1 .compares-header-product {
      width: 100%; }
  /* line 352, _cart.scss */
  .text-content .compares-header, .text-content .compares-item {
    text-align: center; }
    /* line 355, _cart.scss */
    .text-content .compares-header-title, .text-content .compares-item-title {
      text-align: left;
      font-weight: 600;
      color: #111827;
      width: 1%; }
    /* line 362, _cart.scss */
    .text-content .compares-header-toggle-title, .text-content .compares-item-toggle-title {
      margin: 0px 0px -5px;
      width: 180px; }
    /* line 367, _cart.scss */
    .text-content .compares-header-toggle .button .fa-toggle-on, .text-content .compares-item-toggle .button .fa-toggle-on {
      display: inline-block; }
    /* line 370, _cart.scss */
    .text-content .compares-header-toggle .button .fa-toggle-off, .text-content .compares-item-toggle .button .fa-toggle-off {
      display: none; }
    /* line 373, _cart.scss */
    .text-content .compares-header-toggle .button span:before, .text-content .compares-item-toggle .button span:before {
      content: attr(data-text-hide); }
    /* line 377, _cart.scss */
    .text-content .compares-header-toggle .button.is-toggle .fa-toggle-on, .text-content .compares-item-toggle .button.is-toggle .fa-toggle-on {
      display: none; }
    /* line 380, _cart.scss */
    .text-content .compares-header-toggle .button.is-toggle .fa-toggle-off, .text-content .compares-item-toggle .button.is-toggle .fa-toggle-off {
      display: inline-block; }
    /* line 383, _cart.scss */
    .text-content .compares-header-toggle .button.is-toggle span:before, .text-content .compares-item-toggle .button.is-toggle span:before {
      content: attr(data-text-show); }
  /* line 391, _cart.scss */
  .text-content .compares-header-product {
    vertical-align: top; }
    /* line 393, _cart.scss */
    .text-content .compares-header-product-image {
      min-width: 200px; }
      /* line 395, _cart.scss */
      .text-content .compares-header-product-image .product_card {
        width: 80px;
        margin: 0px auto; }
    /* line 400, _cart.scss */
    .text-content .compares-header-product-title {
      font-size: 12px;
      line-height: 18px;
      margin: 10px 0px 0px; }
  /* line 406, _cart.scss */
  .text-content .compares-header-price {
    font-weight: 600;
    color: #111827; }

/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* Content pages and content components. */
/* Reviews and forms */
/* 10. Content / Reviews and forms */
/* line 7, _content.scss */
.product_reviews {
  margin: 0px 0px 20px; }

/* line 11, _content.scss */
.product-reviews-overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0px 0px 16px;
  padding: 14px 16px;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04); }

/* line 24, _content.scss */
.product-reviews-overview-title {
  color: #111827;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600; }

/* line 31, _content.scss */
.product-reviews-overview-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px 4px; }
  /* line 38, _content.scss */
  .product-reviews-overview-rating .rating-link {
    margin-left: 8px;
    color: #6b7280;
    font-size: 12px;
    line-height: 16px; }

/* line 46, _content.scss */
.product-reviews-group {
  margin: 0px 0px 18px; }

/* line 50, _content.scss */
.product-reviews-group-title {
  margin: 0px 0px 10px;
  color: #111827;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600; }

/* line 58, _content.scss */
.review,
.comment {
  margin: 0px 0px 20px; }
  /* line 61, _content.scss */
  .review-avatar,
  .comment-avatar {
    margin-right: 10px; }
    /* line 65, _content.scss */
    .review-avatar--initials img, .review-avatar--adorable img,
    .comment-avatar--initials img,
    .comment-avatar--adorable img {
      border-radius: 50%; }
    /* line 70, _content.scss */
    .review-avatar--default img,
    .comment-avatar--default img {
      border-radius: 50%;
      background: #f5f7fb; }
  /* line 76, _content.scss */
  .review-author,
  .comment-author {
    font-size: 12px;
    line-height: 20px;
    color: #9ca3af; }
    /* line 80, _content.scss */
    .review-author span,
    .comment-author span {
      font-weight: 600;
      color: #111827;
      font-size: 14px;
      margin-right: 10px; }
  /* line 87, _content.scss */
  .review-rating,
  .comment-rating {
    font-size: 16px;
    line-height: 0px;
    white-space: nowrap; }
  /* line 92, _content.scss */
  .review-content,
  .comment-content {
    position: relative;
    padding: 15px 20px;
    margin-top: 10px;
    border: 1px solid #e5eaf2; }
    /* line 97, _content.scss */
    .review-content-text,
    .comment-content-text {
      overflow: hidden;
      line-height: 18px; }
      /* line 101, _content.scss */
      .review-content-text-section + .review-content-text-section,
      .comment-content-text-section + .review-content-text-section, .review-content-text-section +
      .comment-content-text-section,
      .comment-content-text-section +
      .comment-content-text-section {
        margin-top: 10px; }
      /* line 104, _content.scss */
      .review-content-text-section-title,
      .comment-content-text-section-title {
        font-weight: 600;
        color: #111827; }
    /* line 110, _content.scss */
    .review-content-thumb,
    .comment-content-thumb {
      float: right;
      margin: 5px 0px 5px 10px; }
    /* line 114, _content.scss */
    .review-content:before, .review-content:after,
    .comment-content:before,
    .comment-content:after {
      content: "";
      position: absolute;
      z-index: 2;
      top: -20px;
      left: 9px;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #e5eaf2 transparent; }
    /* line 125, _content.scss */
    .review-content:after,
    .comment-content:after {
      border-bottom-color: #fff;
      z-index: 3;
      top: -19px; }
  /* line 131, _content.scss */
  .review-replied,
  .comment-replied {
    position: relative;
    padding: 15px 20px;
    margin: 15px -20px -15px;
    color: #111827;
    background-color: #f5f7fb; }
    /* line 137, _content.scss */
    .review-replied:before,
    .comment-replied:before {
      content: "";
      position: absolute;
      z-index: 2;
      top: -20px;
      left: 20px;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #f5f7fb transparent; }
    /* line 147, _content.scss */
    .review-replied a,
    .comment-replied a {
      text-decoration: underline; }
    /* line 150, _content.scss */
    .review-replied-author,
    .comment-replied-author {
      font-size: 12px;
      line-height: 20px;
      color: #9ca3af; }
  /* line 156, _content.scss */
  .review-form,
  .comment-form {
    background-color: #f5f7fb;
    padding: 20px;
    margin: 0px 0px 20px; }
    /* line 160, _content.scss */
    .review-form .alert,
    .comment-form .alert {
      padding: 0px; }

/* line 167, _content.scss */
.form-item {
  margin: 0px 0px 20px; }
  /* line 169, _content.scss */
  .form-item label {
    display: block;
    margin: 0px 0px 4px;
    font-weight: 600;
    color: #111827;
    font-size: 14px;
    line-height: 16px; }
    /* line 176, _content.scss */
    .form-item label .required {
      color: #ef3340; }
  /* line 180, _content.scss */
  .form-item:last-child {
    margin: 0px; }
  /* line 183, _content.scss */
  .form-item-submit {
    margin-top: -10px !important; }
    /* line 185, _content.scss */
    .form-item-submit button {
      margin: 10px 0px 0px; }
  /* line 189, _content.scss */
  .form-item-privacy {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0px 0px; }
    /* line 193, _content.scss */
    .form-item-privacy a {
      text-decoration: underline; }
    /* line 196, _content.scss */
    .form-item-privacy p {
      margin: 0px !important; }
/* line 202, _content.scss */
.form .review-rating {
  font-size: 20px;
  line-height: 0px; }
/* line 208, _content.scss */
.form .rating-item {
  cursor: pointer; }
/* line 212, _content.scss */
.form-inner {
  max-width: 440px;
  padding: 20px;
  margin: 40px auto;
  background-color: #f5f7fb; }
  /* line 217, _content.scss */
  .form-inner--full {
    width: 100%;
    max-width: none;
    margin: 0px; }
/* line 223, _content.scss */
.form-description {
  margin: 0px 0px 20px; }

/* line 228, _content.scss */
#captcha_challenge {
  position: relative; }
  /* line 230, _content.scss */
  #captcha_challenge > img {
    height: 53px;
    width: auto;
    object-fit: cover; }
  /* line 235, _content.scss */
  #captcha_challenge > a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0; }
    /* line 242, _content.scss */
    #captcha_challenge > a img {
      display: none; }

@media (min-width: 1025px) {
  /* line 251, _content.scss */
  .review-form,
  .comment-form {
    margin-left: 20px; }

  /* line 258, _content.scss */
  .container--nav_layout_sidebar .review-form,
  .container--nav_layout_sidebar .comment-form {
    margin-left: 0px; } }
@media (max-width: 575px) {
  /* line 266, _content.scss */
  .product-reviews-overview {
    display: block; }

  /* line 270, _content.scss */
  .product-reviews-overview-rating {
    justify-content: flex-start;
    margin-top: 8px; } }
/* Article list primitives */
/* 10. Content / Articles */
/* line 278, _content.scss */
.articles {
  margin: 0px 0px 20px; }
  /* line 280, _content.scss */
  .articles-title {
    margin: 0px 0px 20px; }
  /* line 283, _content.scss */
  .articles-tags {
    margin: -10px 0px 0px;
    text-align: center; }
    /* line 286, _content.scss */
    .articles-tags .button {
      margin: 10px 5px 0px 5px; }
  /* line 290, _content.scss */
  .articles-meta {
    margin: 0px 0px 20px;
    text-align: center; }
    /* line 293, _content.scss */
    .articles-meta-date {
      font-size: 12px;
      line-height: 16px;
      font-weight: 600;
      color: #111827;
      display: inline-block; }
    /* line 300, _content.scss */
    .articles-meta-tags {
      margin: 5px 0px 0px;
      color: #9ca3af;
      font-size: 12px; }
      /* line 304, _content.scss */
      .articles-meta-tags a {
        color: #9ca3af; }
        /* line 306, _content.scss */
        .articles-meta-tags a:hover {
          color: #0a2f83; }

/* line 313, _content.scss */
.actions {
  margin: 0px; }

/* Article card */
/* 10. Content / Article card */
/* line 319, _content.scss */
.article_card {
  margin: 0px 0px 20px; }
  /* line 321, _content.scss */
  .article_card-thumb {
    position: relative;
    display: block;
    margin: 0px 0px 10px;
    background: #111827; }
    /* line 326, _content.scss */
    .article_card-thumb-item {
      position: absolute;
      z-index: 1;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: #fff center center no-repeat;
      background-size: contain;
      transition: all 0.4s linear;
      overflow: hidden; }
      /* line 337, _content.scss */
      .article_card-thumb-item--empty {
        background-color: #f5f7fb; }
      /* line 340, _content.scss */
      .article_card-thumb-item svg {
        color: #e5eaf2;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      /* line 347, _content.scss */
      .article_card-thumb-item img,
      .article_card-thumb-item source {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100% !important;
        height: 100% !important;
        will-change: transform;
        object-fit: contain; }
    /* line 358, _content.scss */
    .article_card-thumb:before {
      content: attr(data-title);
      position: absolute;
      z-index: 3;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      border: 2px solid #fff;
      padding: 10px 15px;
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      opacity: 0;
      transition: opacity 0.2s linear; }
    /* line 374, _content.scss */
    .article_card-thumb--16x9 {
      padding-top: 56%; }
    /* line 378, _content.scss */
    .article_card-thumb--cover .article_card-thumb-item {
      background-size: cover; }
      /* line 380, _content.scss */
      .article_card-thumb--cover .article_card-thumb-item img,
      .article_card-thumb--cover .article_card-thumb-item source {
        object-fit: cover; }
  /* line 387, _content.scss */
  .article_card-labels {
    top: auto;
    bottom: -5px; }
  /* line 391, _content.scss */
  .article_card-title {
    font-size: 14px;
    line-height: 18px; }
    /* line 394, _content.scss */
    .article_card-title a {
      color: #111827; }
      /* line 396, _content.scss */
      .article_card-title a:hover {
        color: #0a2f83; }
  /* line 401, _content.scss */
  .article_card-blog {
    font-size: 12px;
    line-height: 18px;
    color: #9ca3af; }
    /* line 405, _content.scss */
    .article_card-blog a {
      color: #9ca3af; }
      /* line 407, _content.scss */
      .article_card-blog a:hover {
        color: #0a2f83; }

@media (min-width: 768px) {
  /* line 416, _content.scss */
  .article_card:hover .article_card-thumb-item {
    opacity: 0.5; }
  /* line 419, _content.scss */
  .article_card:hover .article_card-thumb:before {
    opacity: 1; } }
/* line 425, _content.scss */
.action_card {
  margin: 0px 0px 20px; }
  /* line 427, _content.scss */
  .action_card .article_card {
    text-align: center; }
    /* line 429, _content.scss */
    .action_card .article_card-date {
      padding: 2px 5px;
      font-size: 10px;
      line-height: 14px;
      font-weight: 600;
      background: #111827;
      color: #fff;
      display: inline-block; }
    /* line 438, _content.scss */
    .action_card .article_card-title {
      font-size: 20px;
      line-height: 24px;
      font-weight: 600;
      margin: 5px 0px; }

/* Gallery */
/* 10. Content / Gallery */
/* line 449, _content.scss */
.gallery {
  margin: 0px -5px 30px -5px; }
  /* line 451, _content.scss */
  .gallery-item {
    padding: 0px 5px;
    margin: 0px 0px 10px; }
    /* line 454, _content.scss */
    .gallery-item a {
      position: relative;
      display: block;
      background: #111827;
      box-shadow: inset 0 0 0 2px #e5eaf2, inset 0 0 0px 4px #fff;
      padding: 4px;
      transition: 0.4s; }
      /* line 463, _content.scss */
      .gallery-item a img {
        transition: 0.4s;
        will-change: transform; }
      /* line 467, _content.scss */
      .gallery-item a svg {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(0.75);
        transition: 0.4s;
        opacity: 0;
        will-change: transform;
        color: #fff;
        font-size: 50px; }
      /* line 479, _content.scss */
      .gallery-item a:hover {
        box-shadow: inset 0 0 0 2px #0a2f83, inset 0 0 0px 4px #fff; }
        /* line 483, _content.scss */
        .gallery-item a:hover img {
          opacity: 0.5; }
        /* line 486, _content.scss */
        .gallery-item a:hover svg {
          opacity: 1;
          transform: translate(-50%, -50%) scale(1); }

/* Text content */
/* 10. Content / Text pages */
/* line 498, _content.scss */
.text-title {
  border-bottom: 1px solid #e5eaf2;
  font-size: 34px;
  line-height: 38px;
  padding: 0px 0px 40px;
  margin: 0px 0px 40px;
  text-align: center;
  color: #111827;
  font-weight: 600; }
  /* line 507, _content.scss */
  .text-title .rss {
    display: inline-block;
    font-size: 0px;
    line-height: 0px;
    vertical-align: middle;
    color: #ee802f;
    height: 20px;
    margin-top: -2px; }
    /* line 515, _content.scss */
    .text-title .rss:hover {
      color: #111827; }
    /* line 518, _content.scss */
    .text-title .rss svg {
      height: 20px;
      width: 20px; }

/* line 527, _content.scss */
.text-content,
.message-content {
  margin: 0px 0px 40px; }
  /* line 529, _content.scss */
  .text-content h1,
  .text-content h2,
  .text-content h3,
  .text-content p,
  .message-content h1,
  .message-content h2,
  .message-content h3,
  .message-content p {
    margin: 0px 0px 20px; }
  /* line 535, _content.scss */
  .text-content h1,
  .text-content h2,
  .text-content h3,
  .message-content h1,
  .message-content h2,
  .message-content h3 {
    font-weight: 600;
    color: #111827; }
  /* line 541, _content.scss */
  .text-content h1,
  .message-content h1 {
    font-size: 24px;
    line-height: 28px; }
  /* line 545, _content.scss */
  .text-content h2,
  .message-content h2 {
    font-size: 20px;
    line-height: 24px; }
  /* line 549, _content.scss */
  .text-content h3,
  .message-content h3 {
    font-size: 16px;
    line-height: 20px; }
  /* line 553, _content.scss */
  .text-content table,
  .message-content table {
    max-width: 100%;
    margin: 20px 0px; }
    /* line 556, _content.scss */
    .text-content table tr,
    .message-content table tr {
      border-top: 1px solid #e5eaf2;
      border-bottom: 1px solid #e5eaf2; }
    /* line 560, _content.scss */
    .text-content table th,
    .text-content table td,
    .message-content table th,
    .message-content table td {
      padding: 10px 10px;
      font-weight: 400; }
    /* line 565, _content.scss */
    .text-content table thead,
    .message-content table thead {
      color: #111827;
      font-weight: 600; }
      /* line 568, _content.scss */
      .text-content table thead th,
      .text-content table thead td,
      .message-content table thead th,
      .message-content table thead td {
        font-weight: 600; }
    /* line 573, _content.scss */
    .text-content table th,
    .message-content table th {
      font-weight: 600; }
  /* line 577, _content.scss */
  .text-content a,
  .message-content a {
    text-decoration: underline; }
  /* line 580, _content.scss */
  .text-content ul,
  .message-content ul {
    list-style: square;
    margin: 0px 0px 20px 25px;
    padding: 0px; }
  /* line 585, _content.scss */
  .text-content ol,
  .message-content ol {
    list-style: decimal;
    margin: 0px 0px 20px 25px;
    padding: 0px; }
  /* line 590, _content.scss */
  .text-content li,
  .message-content li {
    margin: 5px 0px; }
  /* line 593, _content.scss */
  .text-content img,
  .message-content img {
    max-width: 100%;
    height: auto; }
  /* line 597, _content.scss */
  .text-content strong,
  .text-content em,
  .message-content strong,
  .message-content em {
    color: #111827; }
  /* line 601, _content.scss */
  .text-content iframe,
  .message-content iframe {
    max-width: 100%; }
  /* line 604, _content.scss */
  .text-content--seo,
  .message-content--seo {
    font-size: 12px;
    line-height: 16px;
    margin: 0px 0px 35px;
    text-align: center; }
    /* line 609, _content.scss */
    .text-content--seo a,
    .message-content--seo a {
      display: inline-block;
      vertical-align: middle;
      padding: 3px 6px;
      margin: 0px 5px 5px 0px;
      border: 1px solid #e5eaf2;
      border-radius: 8px;
      max-width: 160px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      text-decoration: none;
      color: #9ca3af; }
      /* line 622, _content.scss */
      .text-content--seo a:hover, .text-content--seo a.is-active,
      .message-content--seo a:hover,
      .message-content--seo a.is-active {
        color: #0a2f83;
        border-color: #0a2f83; }
      /* line 627, _content.scss */
      .text-content--seo a.is-active,
      .message-content--seo a.is-active {
        font-weight: 600; }

/* line 634, _content.scss */
.text-overflow {
  position: relative;
  overflow: hidden;
  margin: 0px 0px 40px;
  padding-bottom: 51px; }
  /* line 639, _content.scss */
  .text-overflow-toggle {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e5eaf2;
    text-align: center; }
    /* line 647, _content.scss */
    .text-overflow-toggle:before, .text-overflow-toggle:after {
      content: "";
      position: absolute;
      z-index: 2;
      top: -11px;
      left: 50%;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent #e5eaf2 transparent;
      margin-left: -5px; }
    /* line 660, _content.scss */
    .text-overflow-toggle:after {
      border-color: transparent transparent #fff transparent;
      z-index: 3;
      top: -10px; }
    /* line 666, _content.scss */
    .text-overflow-toggle .button span:before {
      content: attr(data-text-second); }
  /* line 671, _content.scss */
  .text-overflow.is-hidden {
    max-height: 240px; }
    /* line 673, _content.scss */
    .text-overflow.is-hidden .text-overflow-toggle {
      box-shadow: 0px 0px 20px 30px #fff; }
      /* line 675, _content.scss */
      .text-overflow.is-hidden .text-overflow-toggle:before {
        border-color: #e5eaf2 transparent transparent transparent;
        top: 0px; }
      /* line 680, _content.scss */
      .text-overflow.is-hidden .text-overflow-toggle:after {
        border-color: #fff transparent transparent transparent;
        z-index: 3;
        top: -1px; }
      /* line 686, _content.scss */
      .text-overflow.is-hidden .text-overflow-toggle .button span:before {
        content: attr(data-text-first); }
  /* line 692, _content.scss */
  .text-overflow .text-content {
    margin: 0px 0px -20px; }

/* line 697, _content.scss */
.insales-section-text .text-content {
  margin: 0px 0px 20px; }

@media (max-width: 767px) {
  /* line 703, _content.scss */
  .text-title {
    font-size: 24px;
    line-height: 28px; }
  /* line 708, _content.scss */
  .text .table-fluid thead {
    display: none; }
  /* line 711, _content.scss */
  .text .table-fluid,
  .text .table-fluid tbody,
  .text .table-fluid th,
  .text .table-fluid td {
    display: block;
    width: 100%; }
  /* line 718, _content.scss */
  .text .table-fluid th,
  .text .table-fluid td {
    padding: 0px 10px; }
  /* line 723, _content.scss */
  .text .table-fluid tr > *:first-child {
    padding-top: 10px; }
  /* line 726, _content.scss */
  .text .table-fluid tr > *:last-child {
    padding-bottom: 10px; } }
/* FAQ */
/* 10. Content / FAQ */
/* line 736, _content.scss */
.faq {
  margin: 0px 0px 40px; }
  /* line 738, _content.scss */
  .faq-item {
    margin: 0px 0px 20px; }
    /* line 740, _content.scss */
    .faq-item-title {
      margin: 0px 0px 10px; }
      /* line 742, _content.scss */
      .faq-item-title span {
        border-bottom: 1px dotted currentColor;
        cursor: pointer;
        color: #111827; }
        /* line 746, _content.scss */
        .faq-item-title span:hover, .faq-item-title span.is-active {
          color: #0a2f83; }
        /* line 750, _content.scss */
        .faq-item-title span.is-active {
          font-weight: 600; }
    /* line 755, _content.scss */
    .faq-item-content {
      display: none;
      padding: 0px 0px 0px 20px;
      border-left: 2px solid #e5eaf2;
      margin: 0px 0px 0px 20px; }
      /* line 760, _content.scss */
      .faq-item-content > *:last-child {
        margin-bottom: 0px; }

/* Blog listing */
/* 10. Content / Blog */
/* line 770, _content.scss */
.template--blog .blog-page {
  padding-top: 6px; }
/* line 774, _content.scss */
.template--blog .blog-page-head {
  margin-bottom: 26px; }
  /* line 777, _content.scss */
  .template--blog .blog-page-head .text-title {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: 0;
    text-align: left; }
  /* line 785, _content.scss */
  .template--blog .blog-page-head .text-content {
    margin: 0; }
/* line 790, _content.scss */
.template--blog .articles-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  text-align: left; }
  /* line 797, _content.scss */
  .template--blog .articles-tags .button {
    margin: 0;
    border-radius: 999px;
    border-color: #e5eaf2;
    background: #fff;
    color: #111827;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04); }
    /* line 805, _content.scss */
    .template--blog .articles-tags .button:hover, .template--blog .articles-tags .button.button--black {
      border-color: #0a2f83;
      background: #0a2f83;
      color: #fff; }
/* line 814, _content.scss */
.template--blog .insales-section-actions {
  margin-bottom: 34px; }
/* line 818, _content.scss */
.template--blog .blog-featured-row {
  margin-bottom: 8px; }
/* line 822, _content.scss */
.template--blog .blog-articles-grid {
  margin-top: 2px; }
/* line 826, _content.scss */
.template--blog .blog-articles-grid-item {
  display: flex;
  margin-bottom: 24px; }
  /* line 830, _content.scss */
  .template--blog .blog-articles-grid-item > .article_card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 12px;
    border: 1px solid #e5eaf2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
  /* line 843, _content.scss */
  .template--blog .blog-articles-grid-item .article_card-thumb {
    margin-bottom: 12px;
    border-radius: 14px;
    background: #f5f7fb; }
  /* line 849, _content.scss */
  .template--blog .blog-articles-grid-item .article_card-title {
    padding: 0 2px;
    font-size: 17px;
    line-height: 1.25; }
  /* line 855, _content.scss */
  .template--blog .blog-articles-grid-item .article_card-description {
    display: -webkit-box;
    margin: 8px 2px 0;
    overflow: hidden;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.45;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; }
  /* line 867, _content.scss */
  .template--blog .blog-articles-grid-item .article_card-read {
    align-self: flex-start;
    margin: auto 2px 0;
    padding-top: 14px;
    color: #0a2f83;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600; }
    /* line 876, _content.scss */
    .template--blog .blog-articles-grid-item .article_card-read:hover {
      color: #0a2f83; }

/* line 883, _content.scss */
.action_card {
  padding: 20px;
  border: 1px solid #e5eaf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06); }
  /* line 890, _content.scss */
  .action_card .article_card {
    margin-bottom: 0;
    text-align: left; }
  /* line 895, _content.scss */
  .action_card .article_card-thumb {
    margin-bottom: 0;
    border-radius: 14px;
    background: #f5f7fb;
    overflow: hidden; }
    /* line 901, _content.scss */
    .action_card .article_card-thumb:before {
      border-radius: 999px;
      border-width: 0;
      background: #0a2f83;
      box-shadow: 0 10px 24px rgba(15, 55, 143, 0.2); }
  /* line 909, _content.scss */
  .action_card .article_card-date {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(10, 47, 131, 0.08);
    color: #0a2f83;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600; }
  /* line 921, _content.scss */
  .action_card .article_card-title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600; }
    /* line 927, _content.scss */
    .action_card .article_card-title a {
      color: #111827; }
      /* line 930, _content.scss */
      .action_card .article_card-title a:hover {
        color: #0a2f83; }
  /* line 936, _content.scss */
  .action_card .article_card-description {
    margin-bottom: 18px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.55; }
  /* line 943, _content.scss */
  .action_card .article_card-link {
    border-radius: 999px;
    padding-right: 18px;
    padding-left: 18px; }

/* line 951, _content.scss */
.article_card-thumb {
  border-radius: 14px;
  background: #f5f7fb;
  overflow: hidden; }
/* line 957, _content.scss */
.article_card-label--date {
  border: 1px solid #e5eaf2;
  border-radius: 999px;
  color: #0a2f83;
  font-weight: 600; }
/* line 964, _content.scss */
.article_card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 8px;
  padding: 0 2px; }
/* line 973, _content.scss */
.article_card-date {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(10, 47, 131, 0.08);
  color: #0a2f83;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600; }
/* line 986, _content.scss */
.article_card-title {
  font-weight: 600; }

@media (min-width: 768px) {
  /* line 994, _content.scss */
  .template--blog .blog-articles-grid-item > .article_card:hover {
    border-color: rgba(10, 47, 131, 0.28);
    box-shadow: 0 18px 40px rgba(15, 55, 143, 0.1);
    transform: translateY(-2px); }

  /* line 1002, _content.scss */
  .action_card {
    margin-bottom: 24px; }
    /* line 1005, _content.scss */
    .action_card .row {
      min-height: 280px; }
    /* line 1009, _content.scss */
    .action_card .article_card-thumb {
      height: 100%;
      min-height: 280px;
      padding-top: 0; }
    /* line 1015, _content.scss */
    .action_card .col-md-6:last-child .article_card {
      padding: 22px 12px; } }
@media (max-width: 767px) {
  /* line 1023, _content.scss */
  .template--blog .blog-page-head {
    margin-bottom: 16px; }
    /* line 1026, _content.scss */
    .template--blog .blog-page-head .text-title {
      font-size: 26px;
      line-height: 1.15; }
  /* line 1032, _content.scss */
  .template--blog .articles-tags {
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    /* line 1040, _content.scss */
    .template--blog .articles-tags .button {
      flex: 0 0 auto; }
  /* line 1045, _content.scss */
  .template--blog .blog-featured-row {
    margin-bottom: 4px; }
  /* line 1049, _content.scss */
  .template--blog .blog-articles-grid-item {
    margin-bottom: 16px; }
    /* line 1052, _content.scss */
    .template--blog .blog-articles-grid-item > .article_card {
      padding: 10px;
      border-radius: 16px; }
    /* line 1057, _content.scss */
    .template--blog .blog-articles-grid-item .article_card-thumb {
      margin-bottom: 10px;
      border-radius: 12px; }
    /* line 1062, _content.scss */
    .template--blog .blog-articles-grid-item .article_card-date {
      min-height: 22px;
      padding: 3px 8px;
      font-size: 11px;
      line-height: 15px; }
    /* line 1069, _content.scss */
    .template--blog .blog-articles-grid-item .article_card-title {
      font-size: 15px;
      line-height: 1.24; }
    /* line 1074, _content.scss */
    .template--blog .blog-articles-grid-item .article_card-description {
      margin-top: 6px;
      font-size: 13px;
      line-height: 1.38;
      -webkit-line-clamp: 2;
      line-clamp: 2; }
    /* line 1082, _content.scss */
    .template--blog .blog-articles-grid-item .article_card-read {
      padding-top: 10px;
      font-size: 13px; }

  /* line 1089, _content.scss */
  .action_card {
    padding: 12px;
    border-radius: 16px; }
    /* line 1093, _content.scss */
    .action_card .article_card-thumb {
      margin-bottom: 12px;
      border-radius: 12px; }
    /* line 1098, _content.scss */
    .action_card .article_card-date {
      margin-bottom: 8px; }
    /* line 1102, _content.scss */
    .action_card .article_card-title {
      font-size: 19px;
      line-height: 1.22; }
    /* line 1107, _content.scss */
    .action_card .article_card-description {
      font-size: 14px;
      line-height: 1.45;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical; } }
/* Article detail */
/* Article detail page layout. Blog listing stays in _content-blog.scss. */
/* line 1122, _content.scss */
.template--article .article-page {
  padding-top: 4px; }
/* line 1127, _content.scss */
.template--article .article-page-sidebar .insales-section-sidebar {
  position: sticky;
  top: 118px; }
/* line 1132, _content.scss */
.template--article .article-page-sidebar .sidebar-block {
  border: 1px solid #e5eaf2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  overflow: hidden; }
/* line 1140, _content.scss */
.template--article .article-page-sidebar .sidebar-block-title {
  padding: 14px 16px;
  border-bottom: 1px solid #e5eaf2;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600; }
/* line 1148, _content.scss */
.template--article .article-page-sidebar .articles {
  margin: 0;
  padding: 12px; }
/* line 1153, _content.scss */
.template--article .article-page-sidebar .article_card {
  margin-bottom: 14px; }
  /* line 1156, _content.scss */
  .template--article .article-page-sidebar .article_card:last-child {
    margin-bottom: 0; }
/* line 1161, _content.scss */
.template--article .article-page-sidebar .article_card-title {
  font-size: 13px;
  line-height: 17px; }
/* line 1167, _content.scss */
.template--article .insales-section-page--article {
  padding: 28px 30px;
  border: 1px solid #e5eaf2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06); }
  /* line 1174, _content.scss */
  .template--article .insales-section-page--article .section-title {
    margin: 0 0 14px;
    font-size: 36px;
    line-height: 1.12;
    letter-spacing: 0;
    text-align: left; }
  /* line 1182, _content.scss */
  .template--article .insales-section-page--article .articles-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
    text-align: left; }
  /* line 1191, _content.scss */
  .template--article .insales-section-page--article .articles-meta-date {
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(10, 47, 131, 0.08);
    color: #0a2f83;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600; }
  /* line 1201, _content.scss */
  .template--article .insales-section-page--article .product-collections {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0; }
    /* line 1207, _content.scss */
    .template--article .insales-section-page--article .product-collections a {
      margin: 0;
      border-radius: 999px;
      background: #f5f7fb;
      color: #111827; }
      /* line 1213, _content.scss */
      .template--article .insales-section-page--article .product-collections a:hover {
        background: #0a2f83;
        color: #fff; }
  /* line 1220, _content.scss */
  .template--article .insales-section-page--article .text-content {
    color: #111827;
    font-size: 17px;
    line-height: 1.72; }
    /* line 1225, _content.scss */
    .template--article .insales-section-page--article .text-content > *:first-child {
      margin-top: 0; }
    /* line 1229, _content.scss */
    .template--article .insales-section-page--article .text-content h2,
    .template--article .insales-section-page--article .text-content h3,
    .template--article .insales-section-page--article .text-content h4 {
      margin-top: 30px;
      margin-bottom: 12px;
      line-height: 1.2; }
    /* line 1237, _content.scss */
    .template--article .insales-section-page--article .text-content p,
    .template--article .insales-section-page--article .text-content ul,
    .template--article .insales-section-page--article .text-content ol,
    .template--article .insales-section-page--article .text-content blockquote,
    .template--article .insales-section-page--article .text-content table {
      margin-bottom: 18px; }
    /* line 1245, _content.scss */
    .template--article .insales-section-page--article .text-content img {
      border-radius: 16px; }
    /* line 1249, _content.scss */
    .template--article .insales-section-page--article .text-content blockquote {
      padding: 16px 18px;
      border-left: 4px solid #0a2f83;
      border-radius: 12px;
      background: #f5f7fb; }

@media (max-width: 767px) {
  /* line 1261, _content.scss */
  .template--article .article-page-sidebar {
    display: none; }
  /* line 1265, _content.scss */
  .template--article .insales-section-page--article {
    padding: 18px 16px;
    border-radius: 18px; }
    /* line 1269, _content.scss */
    .template--article .insales-section-page--article .section-title {
      font-size: 28px;
      line-height: 1.14; }
    /* line 1274, _content.scss */
    .template--article .insales-section-page--article .text-content {
      font-size: 16px;
      line-height: 1.62; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* 11. System / Instafeed */
/* line 6, _system.scss */
.instafeed-gallery a {
  display: block;
  position: relative;
  color: #fff !important;
  background: center no-repeat;
  background-size: cover;
  height: 0px;
  padding-top: 100%; }
  /* line 14, _system.scss */
  .instafeed-gallery a .instafeed-image {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  /* line 23, _system.scss */
  .instafeed-gallery a .instafeed-overlay {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s; }
    /* line 35, _system.scss */
    .instafeed-gallery a .instafeed-overlay .fa-instagram {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: 0.2s; }
  /* line 44, _system.scss */
  .instafeed-gallery a:hover .instafeed-overlay {
    opacity: 1;
    visibility: visible; }
    /* line 47, _system.scss */
    .instafeed-gallery a:hover .instafeed-overlay .fa-instagram {
      transform: translate(-50%, -50%) scale(1.3); }

/* line 59, _system.scss */
.layout--box .instafeed-gallery a .instafeed-overlay {
  font-size: 24px; }

/* 11. System / Fancybox */
/* line 68, _system.scss */
.fancybox-container {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #374151; }
/* line 74, _system.scss */
.fancybox-close-small {
  padding: 0px;
  width: 32px;
  height: 32px;
  background: #0a2f83;
  color: #fff; }
  /* line 80, _system.scss */
  .fancybox-close-small svg {
    stroke-width: 2;
    opacity: 1; }
  /* line 84, _system.scss */
  .fancybox-close-small:focus, .fancybox-close-small:hover {
    background: #111827; }
/* line 89, _system.scss */
.fancybox-slide:before {
  margin: 0px; }
/* line 93, _system.scss */
.fancybox-gallery .fancybox-button {
  background: #0a2f83;
  color: #fff !important;
  transition: all 0.2s linear; }
  /* line 97, _system.scss */
  .fancybox-gallery .fancybox-button:hover {
    background: #111827; }
/* line 101, _system.scss */
.fancybox-gallery .fancybox-caption {
  font-size: 14px;
  line-height: 18px;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center; }
  /* line 107, _system.scss */
  .fancybox-gallery .fancybox-caption:after, .fancybox-gallery .fancybox-caption:before {
    display: none; }
/* line 114, _system.scss */
.fancybox-slide--image, .fancybox-slide--video {
  padding: 40px !important; }
  /* line 118, _system.scss */
  .fancybox-slide--image .fancybox-content:before, .fancybox-slide--video .fancybox-content:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -20px;
    top: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }

@media (max-width: 767px) {
  /* line 136, _system.scss */
  .fancybox-slide--image, .fancybox-slide--video {
    padding: 20px !important; }
    /* line 140, _system.scss */
    .fancybox-slide--image .fancybox-content:before, .fancybox-slide--video .fancybox-content:before {
      left: -10px;
      top: -10px;
      width: calc(100% + 20px);
      height: calc(100% + 20px); } }
/* 11. System / Ion range slider */
/* line 152, _system.scss */
.irs-from,
.irs-to,
.irs-single,
.irs-bar,
.irs-slider {
  background: #0a2f83;
  font-weight: 600; }

/* line 160, _system.scss */
.irs-from:after,
.irs-to:after,
.irs-single:after {
  border-top-color: #0a2f83; }

/* 11. System / Popup messages */
/* line 167, _system.scss */
.message {
  padding: 20px; }
  /* line 169, _system.scss */
  .message--text {
    overflow: visible;
    width: 550px; }
    /* line 173, _system.scss */
    .message--text .message-content > *:last-child {
      margin-bottom: 0px; }
  /* line 178, _system.scss */
  .message--alert {
    width: 440px; }
  /* line 181, _system.scss */
  .message--form {
    width: 440px; }
    /* line 183, _system.scss */
    .message--form .form {
      margin: 20px 0px 0px; }
  /* line 187, _system.scss */
  .message--cart {
    width: 700px;
    padding-bottom: 0px;
    text-align: center; }
  /* line 192, _system.scss */
  .message-content {
    margin: 0px; }
  /* line 195, _system.scss */
  .message-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #111827;
    margin: 0px 0px 20px; }
  /* line 204, _system.scss */
  .message-cart-product-title {
    margin: 0px 0px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #111827; }
  /* line 211, _system.scss */
  .message-cart-product-quantity {
    margin: 0px 0px 20px;
    font-size: 14px;
    line-height: 18px;
    color: #111827; }
  /* line 218, _system.scss */
  .message-cart-total {
    margin: 0px 0px 20px;
    padding: 20px 0px 0px;
    border-top: 1px solid #e5eaf2;
    color: #111827; }
    /* line 223, _system.scss */
    .message-cart-total span {
      font-weight: 600; }
  /* line 227, _system.scss */
  .message-cart-buttons {
    margin: 0px 0px 5px; }
    /* line 229, _system.scss */
    .message-cart-buttons .button {
      margin: 0px 0px 10px; }

@media (max-width: 575px) {
  /* line 239, _system.scss */
  .message-cart-product-image {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto; } }
/* 11. System / Modal, forms, maps */
/* line 250, _system.scss */
.m-modal {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 6px solid #3c3c3c;
  margin: 0px; }
  /* line 259, _system.scss */
  .m-modal-wrapper {
    padding: 20px; }
    /* line 261, _system.scss */
    .m-modal-wrapper .co-input--captcha {
      margin: 0px 0px 20px; }
  /* line 265, _system.scss */
  .m-modal-close {
    top: 0px;
    right: 0px;
    height: 32px;
    width: 32px;
    background: #0a2f83;
    transition: all 0.2s linear; }
    /* line 272, _system.scss */
    .m-modal-close:before, .m-modal-close:after {
      content: "";
      position: absolute;
      left: 9px;
      top: 15px;
      width: 14px;
      height: 2px;
      background: #fff; }
    /* line 282, _system.scss */
    .m-modal-close:before {
      transform: rotate(45deg); }
    /* line 285, _system.scss */
    .m-modal-close:after {
      transform: rotate(-45deg); }
    /* line 288, _system.scss */
    .m-modal-close:hover {
      background-color: #111827; }
  /* line 292, _system.scss */
  .m-modal-heading {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #111827;
    margin: 0px 0px 20px;
    text-align: left; }
  /* line 300, _system.scss */
  .m-modal-footer {
    text-align: left; }
  /* line 303, _system.scss */
  .m-modal-button {
    display: block;
    width: 100%;
    border: none;
    background: none;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
    margin: 0px;
    padding: 10px 15px;
    cursor: pointer;
    background-color: #0a2f83;
    color: #111827;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
    /* line 325, _system.scss */
    .m-modal-button:hover {
      background-color: #111827;
      color: #fff; }
  /* line 330, _system.scss */
  .m-modal-errors {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0px 0px 20px;
    background-color: #ef3340;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600; }
  /* line 341, _system.scss */
  .m-modal-error {
    padding: 10px 15px; }
  /* line 344, _system.scss */
  .m-modal-msg {
    padding: 10px 0px;
    font-size: 16px;
    line-height: 20px; }
  /* line 349, _system.scss */
  .m-modal .tt-dropdown-menu {
    display: none !important; }

/* line 353, _system.scss */
.m-overlay {
  background: #1e1e1e;
  opacity: 0.87; }

/* line 357, _system.scss */
.m-input {
  margin: 0px 0px 20px; }
  /* line 359, _system.scss */
  .m-input-label {
    display: block;
    margin: 0px 0px 4px;
    font-weight: 600;
    color: #111827;
    font-size: 14px;
    line-height: 16px; }
    /* line 366, _system.scss */
    .m-input-label:after {
      color: #ef3340; }
  /* line 370, _system.scss */
  .m-input-field {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    padding: 9px 14px;
    border: 1px solid #e5eaf2;
    width: 100%;
    background-color: #fff; }
  /* line 380, _system.scss */
  .m-input--checkbox {
    position: relative;
    opacity: 1;
    display: block;
    padding-left: 20px; }
    /* line 385, _system.scss */
    .m-input--checkbox input[type="checkbox"] {
      position: absolute;
      top: 2px;
      left: 0px; }
    /* line 390, _system.scss */
    .m-input--checkbox .m-input-label {
      margin: 0px; }
    /* line 393, _system.scss */
    .m-input--checkbox .m-input-caption {
      margin: 4px 0px 0px;
      font-size: 12px;
      line-height: 16px; }
      /* line 397, _system.scss */
      .m-input--checkbox .m-input-caption a {
        text-decoration: underline; }

@media (min-width: 601px) {
  /* line 404, _system.scss */
  .m-modal {
    width: 440px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-width: 0px; } }
/* line 415, _system.scss */
.map {
  width: 100%;
  height: 480px; }
  /* line 419, _system.scss */
  .map--grayscale [class*="ymaps-2-1"][class*="-ground-pane"] {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

@media (max-width: 374px) {
  /* line 426, _system.scss */
  .g-recaptcha {
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-bottom: -20px; } }
/* line 434, _system.scss */
[style*="/no_image_"] {
  background-image: url(no-image-min.png) !important; }

/* line 438, _system.scss */
img[src*="/no_image_"] {
  content: url(no-image-min.png) !important; }

/* line 442, _system.scss */
picture {
  overflow: hidden;
  display: block; }

/* line 446, _system.scss */
img:not([src]) {
  visibility: hidden; }

/* line 449, _system.scss */
img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px; }

/* line 454, _system.scss */
img.lazy,
source.lazy {
  opacity: 0;
  transition: opacity 0.2s; }

/* line 459, _system.scss */
.lazy.loaded {
  opacity: 1; }

/* 11. System / Fixed table scroll */
/* line 464, _system.scss */
.table-fixed {
  width: 100%;
  overflow: auto;
  margin: 0px 0px 20px; }

/* line 469, _system.scss */
.table-fixed table {
  white-space: nowrap;
  margin: 0px;
  border: none;
  border-collapse: separate;
  border-spacing: 0px;
  table-layout: fixed;
  font-size: 12px;
  line-height: 16px;
  min-width: 100%; }

/* line 480, _system.scss */
.table-fixed table td,
.table-fixed table th {
  border-bottom: 1px solid #e5eaf2;
  padding: 10px;
  text-align: center;
  background: #fff; }

/* line 487, _system.scss */
.table-fixed table thead th {
  position: sticky;
  top: 0px;
  z-index: 1;
  border-bottom: none;
  background: #111827;
  color: #fff; }

/* line 495, _system.scss */
.table-fixed table thead th:first-child {
  position: sticky;
  left: 0px;
  z-index: 2; }

/* line 500, _system.scss */
.table-fixed table tbody td:first-child {
  position: sticky;
  left: 0px;
  z-index: 1;
  color: #111827;
  font-weight: 600; }

/* line 509, _system.scss */
.slider-categories .owl-stage-outer {
  padding: 0 !important; }
/* line 513, _system.scss */
.slider-categories .owl-nav .owl-prev,
.slider-categories .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -50px;
  background: transparent !important;
  color: #9ca3af !important;
  cursor: pointer;
  font-size: 30px !important; }
  /* line 524, _system.scss */
  .slider-categories .owl-nav .owl-prev:hover,
  .slider-categories .owl-nav .owl-next:hover {
    color: #9ca3af !important; }
  /* line 527, _system.scss */
  .slider-categories .owl-nav .owl-prev.disabled,
  .slider-categories .owl-nav .owl-next.disabled {
    opacity: 0.25;
    color: #9ca3af;
    cursor: default; }
/* line 533, _system.scss */
.slider-categories .owl-nav .owl-prev {
  left: -20px; }
/* line 536, _system.scss */
.slider-categories .owl-nav .owl-next {
  right: -20px; }
/* line 540, _system.scss */
.slider-categories .owl-dots {
  text-align: center;
  line-height: 0;
  margin: 0px 0px 40px; }
  /* line 544, _system.scss */
  .slider-categories .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0px 5px; }
    /* line 550, _system.scss */
    .slider-categories .owl-dots .owl-dot.active {
      background: #111827; }

@media (max-width: 1024px) {
  /* line 559, _system.scss */
  .slider-categories .owl-nav .owl-prev {
    left: -10px !important; }
  /* line 562, _system.scss */
  .slider-categories .owl-nav .owl-next {
    right: -10px !important; } }
/* line 569, _system.scss */
.filter-values--color {
  margin: 0px -5px; }
  /* line 572, _system.scss */
  .filter-values--color .filter-value {
    display: inline-block;
    padding: 0px 5px;
    vertical-align: top;
    width: 20%;
    margin: 5px 0px; }
    /* line 578, _system.scss */
    .filter-values--color .filter-value-label {
      font-size: 0;
      display: block;
      width: 100%;
      height: 0px;
      padding-top: 100%; }
      /* line 584, _system.scss */
      .filter-values--color .filter-value-label:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 50%;
        transition: border-color 0.2s; }
      /* line 592, _system.scss */
      .filter-values--color .filter-value-label:after {
        display: none;
        width: 50%;
        height: 50%;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: 0.2s; }
      /* line 602, _system.scss */
      .filter-values--color .filter-value-label-color {
        width: 50%;
        height: 50%;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: 0.2s;
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05); }
    /* line 616, _system.scss */
    .filter-values--color .filter-value-checkbox:hover + label:before, .filter-values--color .filter-value-checkbox:checked + label:before {
      border-color: #0a2f83; }
    /* line 619, _system.scss */
    .filter-values--color .filter-value-checkbox:hover + label span, .filter-values--color .filter-value-checkbox:checked + label span {
      width: 60%;
      height: 60%; }

/* line 629, _system.scss */
.col_reviews {
  margin: 30px 0px 40px; }

/* line 632, _system.scss */
.col_review {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0px 0px 20px; }
  /* line 638, _system.scss */
  .col_review-info {
    background: #f5f7fb;
    padding: 10px 15px; }
    /* line 641, _system.scss */
    .col_review-info .review-author {
      margin-right: 10px; }
  /* line 645, _system.scss */
  .col_review-content {
    padding: 10px 15px; }

/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* 12. Utilities / Background branding */
/* line 5, _utilities.scss */
.bbg-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  /* line 10, _utilities.scss */
  .bbg-left img {
    min-width: 120px;
    max-width: 100%;
    width: calc(calc(100vw - 1200px) / 2);
    height: auto; }
/* line 17, _utilities.scss */
.bbg-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1; }
  /* line 22, _utilities.scss */
  .bbg-right img {
    min-width: 120px;
    max-width: 100%;
    width: calc(calc(100vw - 1200px) / 2);
    height: auto; }
/* line 29, _utilities.scss */
.bbg-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  height: 65px;
  background: center bottom repeat-x;
  background-size: contain;
  width: 100%; }

@media (max-width: 1200px) {
  /* line 42, _utilities.scss */
  .bbg-left, .bbg-right {
    display: none !important;
    width: 0px;
    height: 0px;
    top: calc(100vh + 100px); }

  /* line 50, _utilities.scss */
  .layout--box {
    background: none; } }
/* Catalog filter color values: show readable labels instead of unlabeled circles. */
/* line 56, _utilities.scss */
.filter-values--color {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin: 0px; }
  /* line 62, _utilities.scss */
  .filter-values--color .filter-value {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px; }
  /* line 69, _utilities.scss */
  .filter-values--color .filter-value-label {
    display: flex;
    min-height: 38px;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: auto;
    padding: 8px 12px 8px 38px;
    border: 1px solid #e5eaf2;
    border-radius: 14px;
    background: #fff;
    color: #111827;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease; }
    /* line 86, _utilities.scss */
    .filter-values--color .filter-value-label:before {
      width: 18px;
      height: 18px;
      top: 50%;
      left: 12px;
      border-radius: 50%;
      background: #f5f7fb;
      transform: translateY(-50%); }
    /* line 96, _utilities.scss */
    .filter-values--color .filter-value-label:after {
      display: none; }
  /* line 101, _utilities.scss */
  .filter-values--color .filter-value-label-color {
    width: 14px;
    height: 14px;
    top: 50%;
    left: 14px;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05); }
  /* line 112, _utilities.scss */
  .filter-values--color .filter-value-checkbox:checked + .filter-value-label {
    border-color: #0a2f83;
    background: #eef4ff;
    color: #0a2f83; }
    /* line 117, _utilities.scss */
    .filter-values--color .filter-value-checkbox:checked + .filter-value-label:before {
      border-color: #c7d9f6; }
  /* line 122, _utilities.scss */
  .filter-values--color .filter-value-checkbox:checked + .filter-value-label .filter-value-label-color, .filter-values--color .filter-value-checkbox:hover + .filter-value-label .filter-value-label-color {
    width: 14px;
    height: 14px; }

@media (min-width: 1025px) {
  /* line 132, _utilities.scss */
  .filter-values--color .filter-value-label:hover {
    border-color: #c7d9f6;
    background: #eef4ff;
    color: #0a2f83; } }
/* Collection sidebar filter: compact accordion with readable scrollable groups. */
/* line 142, _utilities.scss */
.filter-sidebar .filter {
  padding: 12px;
  border: 1px solid #e5eaf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(24, 32, 56, 0.04); }
/* line 150, _utilities.scss */
.filter-sidebar .filter-item {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #e5eaf2; }
  /* line 155, _utilities.scss */
  .filter-sidebar .filter-item:last-child {
    border-bottom: 0px; }
/* line 160, _utilities.scss */
.filter-sidebar .filter-item-title--sidebar {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  margin: 0px;
  padding: 11px 32px 11px 4px;
  color: #111827;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer; }
  /* line 172, _utilities.scss */
  .filter-sidebar .filter-item-title--sidebar:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #6b7280;
    border-bottom: 2px solid #6b7280;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.2s ease, border-color 0.2s ease; }
  /* line 185, _utilities.scss */
  .filter-sidebar .filter-item-title--sidebar:hover {
    color: #0a2f83; }
    /* line 188, _utilities.scss */
    .filter-sidebar .filter-item-title--sidebar:hover:after {
      border-color: #0a2f83; }
/* line 194, _utilities.scss */
.filter-sidebar .filter-item-content {
  padding: 0px 0px 12px; }
/* line 199, _utilities.scss */
.filter-sidebar .filter-item.is-filter-collapsed .filter-item-content {
  display: none; }
/* line 203, _utilities.scss */
.filter-sidebar .filter-item.is-filter-collapsed .filter-item-title--sidebar:after {
  transform: translateY(-50%) rotate(-45deg); }
/* line 208, _utilities.scss */
.filter-sidebar .filter-values {
  max-height: 230px;
  padding: 2px 4px 2px 0px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #c7d9f6 transparent;
  scrollbar-width: thin; }
  /* line 216, _utilities.scss */
  .filter-sidebar .filter-values::-webkit-scrollbar {
    width: 6px; }
  /* line 220, _utilities.scss */
  .filter-sidebar .filter-values::-webkit-scrollbar-track {
    background: transparent; }
  /* line 224, _utilities.scss */
  .filter-sidebar .filter-values::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #c7d9f6; }
/* line 230, _utilities.scss */
.filter-sidebar .filter-value {
  margin: 0px 0px 6px; }
  /* line 233, _utilities.scss */
  .filter-sidebar .filter-value.is-hidden {
    display: block; }
/* line 238, _utilities.scss */
.filter-sidebar .filter-value-more {
  display: none; }
/* line 242, _utilities.scss */
.filter-sidebar .filter-value-label {
  display: flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 8px 6px 28px;
  border-radius: 14px;
  color: #111827;
  font-size: 13px;
  line-height: 18px;
  word-break: normal;
  overflow-wrap: anywhere; }
  /* line 254, _utilities.scss */
  .filter-sidebar .filter-value-label:before {
    top: 8px;
    left: 6px;
    border-color: #e5eaf2;
    border-radius: 4px;
    background: #f5f7fb; }
  /* line 262, _utilities.scss */
  .filter-sidebar .filter-value-label:after {
    top: 12px;
    left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 3px; }
  /* line 270, _utilities.scss */
  .filter-sidebar .filter-value-label:hover {
    background: #eef4ff;
    color: #0a2f83; }
/* line 276, _utilities.scss */
.filter-sidebar .filter-value-checkbox:checked + .filter-value-label {
  background: #eef4ff;
  color: #0a2f83; }
/* line 281, _utilities.scss */
.filter-sidebar .filter-values--color {
  max-height: 260px; }
  /* line 284, _utilities.scss */
  .filter-sidebar .filter-values--color .filter-value {
    margin-bottom: 6px; }
  /* line 288, _utilities.scss */
  .filter-sidebar .filter-values--color .filter-value-label {
    min-height: 38px;
    padding-left: 38px;
    border: 1px solid #e5eaf2;
    border-radius: 14px;
    background: #fff; }
  /* line 296, _utilities.scss */
  .filter-sidebar .filter-values--color .filter-value-label:before {
    top: 50%;
    left: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transform: translateY(-50%); }
  /* line 305, _utilities.scss */
  .filter-sidebar .filter-values--color .filter-value-label-color {
    left: 14px; }

@media (max-width: 1024px) {
  /* line 313, _utilities.scss */
  .filter-container.is-open .filter {
    width: 100%;
    height: 100%;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    background: #fff; }
  /* line 323, _utilities.scss */
  .filter-container.is-open .filter-form {
    flex: 1 1 auto;
    min-height: 0px;
    padding: 0px 18px calc(112px + env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  /* line 332, _utilities.scss */
  .filter-container.is-open .filter-title {
    min-height: 62px;
    margin: 0px;
    padding: 18px 58px 16px 20px;
    border-bottom: 1px solid #e5eaf2;
    background: #fff;
    font-size: 22px;
    line-height: 28px; }
  /* line 342, _utilities.scss */
  .filter-container.is-open .filter-item {
    margin: 0px;
    border-bottom: 1px solid #e5eaf2; }
  /* line 347, _utilities.scss */
  .filter-container.is-open .filter-item-title--sidebar {
    min-height: 56px;
    padding: 15px 34px 15px 0px;
    font-size: 17px;
    line-height: 22px; }
  /* line 354, _utilities.scss */
  .filter-container.is-open .filter-item-reset {
    position: fixed;
    z-index: 20;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0px;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid #e5eaf2;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0px -14px 30px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(10px); }
    /* line 370, _utilities.scss */
    .filter-container.is-open .filter-item-reset .button,
    .filter-container.is-open .filter-item-reset a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 1 1 0px;
      min-width: 0px;
      min-height: 44px;
      padding: 0px 14px;
      border-radius: 999px;
      font-size: 15px;
      line-height: 18px;
      font-weight: 600;
      text-align: center;
      white-space: nowrap; }
    /* line 387, _utilities.scss */
    .filter-container.is-open .filter-item-reset .button--primary {
      background: #0a2f83;
      border-color: #0a2f83;
      color: #fff;
      box-shadow: 0px 8px 18px rgba(10, 47, 131, 0.18); }
    /* line 394, _utilities.scss */
    .filter-container.is-open .filter-item-reset .button--secondary,
    .filter-container.is-open .filter-item-reset a.button--secondary {
      background: #eef4ff;
      border-color: transparent;
      color: #0a2f83;
      box-shadow: none; }
    /* line 403, _utilities.scss */
    .filter-container.is-open .filter-item-reset.d-none a {
      display: none; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* 4. Header / Main structure */
/* line 4, _header.scss */
.insales-section-header {
  position: relative;
  z-index: 3000;
  background: #fff;
  color: #111827;
  border-bottom: 1px solid #e5eaf2; }

/* line 12, _header.scss */
.site-header {
  position: relative;
  z-index: 3000;
  font-size: 14px;
  background: #fff; }
  /* line 18, _header.scss */
  .site-header:has(.site-header-search .search-results.is-show) {
    z-index: 6950; }
    /* line 21, _header.scss */
    .site-header:has(.site-header-search .search-results.is-show) .site-header-main,
    .site-header:has(.site-header-search .search-results.is-show) .site-header-search,
    .site-header:has(.site-header-search .search-results.is-show) .site-header-search .search-form {
      z-index: 6960 !important; }
    /* line 27, _header.scss */
    .site-header:has(.site-header-search .search-results.is-show) .site-header-categories,
    .site-header:has(.site-header-search .search-results.is-show) .site-header-categories .sticky-wrapper,
    .site-header:has(.site-header-search .search-results.is-show) .site-header-categories-scroll {
      z-index: 1 !important; }
  /* line 34, _header.scss */
  .site-header .container {
    max-width: 100% !important;
    padding-right: clamp(18px, 3vw, 48px);
    padding-left: clamp(18px, 3vw, 48px); }

/* line 41, _header.scss */
.site-header-service {
  padding: 14px 0px;
  color: #6b7280;
  background: rgba(248, 250, 252, 0.62);
  border-bottom: 1px solid #e5eaf2; }
  /* line 47, _header.scss */
  .site-header-service-inner {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(150px, 190px) minmax(300px, 1fr) auto;
    gap: clamp(18px, 2.6vw, 46px);
    align-items: center; }
  /* line 54, _header.scss */
  .site-header-service-logo {
    display: block;
    line-height: 0px; }
    /* line 58, _header.scss */
    .site-header-service-logo img {
      display: block;
      width: auto;
      height: auto;
      max-width: clamp(250px, 21vw, 390px);
      max-height: 82px; }
  /* line 67, _header.scss */
  .site-header-service-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0px 0px 7px;
    color: #111827;
    font-weight: 600;
    white-space: nowrap; }
  /* line 77, _header.scss */
  .site-header-service-hours, .site-header-service-address {
    font-size: 13px;
    line-height: 1.35; }
  /* line 85, _header.scss */
  .site-header-service-hours span, .site-header-service-address span {
    display: block; }
  /* line 90, _header.scss */
  .site-header-service-address {
    max-width: 440px; }
  /* line 94, _header.scss */
  .site-header-service-links {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap; }
    /* line 100, _header.scss */
    .site-header-service-links a {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 8px 14px;
      border: 1px solid #e5eaf2;
      border-radius: 14px;
      background: #fff;
      color: #111827;
      font-weight: 600;
      box-shadow: 0px 4px 12px rgba(24, 32, 56, 0.04); }
      /* line 112, _header.scss */
      .site-header-service-links a:hover {
        border-color: rgba(47, 118, 239, 0.28);
        color: #0a2f83; }

/* line 120, _header.scss */
.site-header-main {
  position: relative;
  z-index: 3220;
  padding: 12px 0px;
  border-bottom: 1px solid #e5eaf2; }
  /* line 126, _header.scss */
  .site-header-main:focus-within {
    z-index: 6960; }
  /* line 130, _header.scss */
  .site-header-main-inner {
    display: grid;
    grid-template-columns: minmax(160px, 180px) minmax(360px, 1fr) minmax(260px, max-content);
    gap: clamp(16px, 2vw, 28px);
    align-items: center; }

/* line 138, _header.scss */
.site-header-catalog-col {
  position: relative;
  z-index: 3200; }

/* line 143, _header.scss */
.site-header-catalog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 0px 18px;
  border-radius: 14px;
  background: #0a2f83;
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0px 10px 24px rgba(10, 47, 131, 0.18); }
  /* line 157, _header.scss */
  .site-header-catalog-button .hamburger {
    position: relative;
    width: 22px;
    height: 16px;
    color: currentColor; }
    /* line 163, _header.scss */
    .site-header-catalog-button .hamburger > span {
      position: absolute;
      left: 0px;
      width: 100%;
      height: 2px;
      border-radius: 999px;
      background: currentColor; }
      /* line 171, _header.scss */
      .site-header-catalog-button .hamburger > span:nth-child(1) {
        top: 0px; }
      /* line 172, _header.scss */
      .site-header-catalog-button .hamburger > span:nth-child(2) {
        top: 7px; }
      /* line 173, _header.scss */
      .site-header-catalog-button .hamburger > span:nth-child(3) {
        bottom: 0px; }

/* line 178, _header.scss */
.site-header .site-header-search {
  position: relative;
  z-index: 3224;
  min-width: 0px; }
  /* line 183, _header.scss */
  .site-header .site-header-search:focus-within {
    z-index: 6970; }
  /* line 187, _header.scss */
  .site-header .site-header-search.search--header {
    margin: 0px; }
  /* line 191, _header.scss */
  .site-header .site-header-search .search-form {
    position: relative;
    z-index: 3224; }
  /* line 196, _header.scss */
  .site-header .site-header-search .search-input {
    height: 48px;
    border: 1px solid #e5eaf2;
    border-radius: 14px;
    background: #fbfcff;
    padding: 0px 104px 0px 24px;
    font-size: 15px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7); }
    /* line 205, _header.scss */
    .site-header .site-header-search .search-input:focus {
      border-color: rgba(47, 118, 239, 0.45);
      box-shadow: 0 0 0 4px rgba(47, 118, 239, 0.08); }
  /* line 211, _header.scss */
  .site-header .site-header-search .search-button,
  .site-header .site-header-search .search-voice-trigger {
    position: absolute;
    top: 50%;
    border: 0px;
    background: transparent;
    transform: translateY(-50%);
    line-height: 0px; }
  /* line 221, _header.scss */
  .site-header .site-header-search .search-button {
    right: 14px;
    padding: 8px;
    color: #0a2f83;
    font-size: 26px; }
  /* line 228, _header.scss */
  .site-header .site-header-search .search-voice-trigger {
    right: 58px;
    padding: 8px;
    color: #6b7280; }

/* line 235, _header.scss */
.site-header-actions {
  min-width: 0px;
  max-width: none; }

/* line 240, _header.scss */
.site-header-actions .user_icons-items {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: nowrap; }

/* line 248, _header.scss */
.user_icons {
  position: static;
  width: auto;
  padding: 0px;
  background: transparent;
  box-shadow: none; }
  /* line 255, _header.scss */
  .user_icons-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0px; }
  /* line 262, _header.scss */
  .user_icons-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 0px;
    border: 0px;
    background: transparent;
    color: #111827;
    cursor: pointer;
    font-size: 22px;
    line-height: 0px; }
    /* line 277, _header.scss */
    .user_icons-icon svg, .user_icons-icon .far {
      display: block;
      width: 25px;
      height: 25px; }
    /* line 283, _header.scss */
    .user_icons-icon .bage {
      position: absolute;
      top: -4px;
      right: -6px;
      opacity: 0;
      visibility: hidden; }
    /* line 291, _header.scss */
    .user_icons-icon.is-active .bage {
      opacity: 1;
      visibility: visible; }
  /* line 297, _header.scss */
  .user_icons-cart {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: max-content; }
    /* line 303, _header.scss */
    .user_icons-cart span {
      display: block;
      margin: 0px;
      font-size: 13px;
      line-height: 13px; }
  /* line 311, _header.scss */
  .user_icons-popup {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 3200;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: 0.2s ease; }
  /* line 326, _header.scss */
  .user_icons-item:hover .user_icons-icon, .user_icons-item.is-open .user_icons-icon {
    color: #0a2f83; }
  /* line 330, _header.scss */
  .user_icons-item:hover .user_icons-popup, .user_icons-item.is-open .user_icons-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0px); }
  /* line 338, _header.scss */
  .user_icons-clone {
    display: none; }

/* line 343, _header.scss */
.site-header-cart {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-width: 92px;
  max-width: 132px;
  margin-left: 8px;
  color: #111827;
  font-size: 13px;
  line-height: 14px;
  white-space: nowrap;
  overflow: visible; }
  /* line 356, _header.scss */
  .site-header-cart span {
    margin: 0px !important;
    font-size: inherit !important;
    line-height: inherit !important; }

/* line 363, _header.scss */
.site-header-cart-title {
  display: none !important; }

/* line 367, _header.scss */
.site-header-cart-total {
  color: #0a2f83;
  font-weight: 600; }

/* line 372, _header.scss */
.js-user_icons-icon-cart {
  gap: 8px;
  min-width: auto;
  font-size: 22px;
  line-height: 1; }
  /* line 378, _header.scss */
  .js-user_icons-icon-cart > .row {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px; }

/* line 386, _header.scss */
.bage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0px 5px;
  border-radius: 999px;
  background: #0a2f83;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  box-shadow: 0px 0px 0px 2px #fff; }

/* line 402, _header.scss */
.popup {
  position: relative;
  width: 340px;
  padding: 18px;
  border: 1px solid #e5eaf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 18px 50px rgba(24, 32, 56, 0.2); }
  /* line 411, _header.scss */
  .popup:before, .popup:after {
    content: '';
    position: absolute;
    right: 16px;
    border: 9px solid transparent; }
  /* line 419, _header.scss */
  .popup:before {
    top: -18px;
    border-bottom-color: #e5eaf2; }
  /* line 424, _header.scss */
  .popup:after {
    top: -17px;
    border-bottom-color: #fff; }
  /* line 429, _header.scss */
  .popup--empty {
    margin: 0px;
    color: #6b7280;
    text-align: center; }
    /* line 434, _header.scss */
    .popup--empty svg {
      display: block;
      margin: 0px auto 10px;
      color: #d5dde8; }

/* line 442, _header.scss */
.site-header-categories {
  position: relative;
  z-index: 3010;
  background: #fff;
  border-bottom: 1px solid #e5eaf2; }
  /* line 448, _header.scss */
  .site-header-categories .sticky-wrapper {
    position: relative;
    z-index: 3010;
    overflow: visible !important; }
  /* line 454, _header.scss */
  .site-header-categories-scroll {
    position: relative;
    z-index: 3010;
    overflow: visible !important;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #e5eaf2;
    box-shadow: none;
    backdrop-filter: saturate(180%) blur(10px); }
    /* line 463, _header.scss */
    .site-header-categories-scroll[style*="position: fixed"], .site-header-categories-scroll.is-sticky {
      box-shadow: 0px 10px 28px rgba(15, 23, 42, 0.08); }
  /* line 469, _header.scss */
  .site-header-categories-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 3vw, 58px);
    min-height: 56px;
    white-space: nowrap; }
  /* line 478, _header.scss */
  .site-header-categories-item {
    position: relative; }
  /* line 482, _header.scss */
  .site-header-categories-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    color: #111827;
    font-weight: 600; }
    /* line 489, _header.scss */
    .site-header-categories-link:hover, .site-header-categories-link.is-active {
      color: #0a2f83; }
    /* line 494, _header.scss */
    .site-header-categories-link.is-accent {
      padding: 0px 16px;
      border-radius: 14px;
      background: #f3f7ff; }
  /* line 501, _header.scss */
  .site-header-categories-submenu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    z-index: 3200;
    min-width: 220px;
    padding: 10px;
    border: 1px solid #e5eaf2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0px 18px 50px rgba(24, 32, 56, 0.2);
    max-height: min(420px, calc(100vh - 90px));
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: 0.18s ease; }
    /* line 519, _header.scss */
    .site-header-categories-submenu a {
      display: block;
      padding: 8px 12px;
      border-radius: 8px;
      color: #111827; }
      /* line 525, _header.scss */
      .site-header-categories-submenu a:hover {
        background: #f5f8fc;
        color: #0a2f83; }
  /* line 532, _header.scss */
  .site-header-categories-item:hover .site-header-categories-submenu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px); }

/* line 539, _header.scss */
.logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 0px; }
  /* line 544, _header.scss */
  .logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 120px; }

@media (max-width: 1399px) {
  /* line 554, _header.scss */
  .site-header-service-inner {
    grid-template-columns: minmax(250px, 320px) minmax(145px, 180px) minmax(280px, 1fr) auto;
    gap: 24px; }

  /* line 559, _header.scss */
  .site-header-main-inner {
    grid-template-columns: minmax(148px, 168px) minmax(340px, 1fr) minmax(252px, max-content); }

  /* line 563, _header.scss */
  .site-header-actions .user_icons-items {
    gap: 11px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 569, _header.scss */
  .site-header-actions .user_icons-icon {
    min-width: 30px;
    min-height: 32px;
    font-size: 20px; }
    /* line 574, _header.scss */
    .site-header-actions .user_icons-icon svg,
    .site-header-actions .user_icons-icon .far {
      width: 22px;
      height: 22px; } }
@media (min-width: 1025px) and (max-width: 1199px) {
  /* line 583, _header.scss */
  .site-header .container {
    padding-right: 22px;
    padding-left: 22px; }

  /* line 588, _header.scss */
  .site-header-service-inner {
    grid-template-columns: minmax(220px, 280px) minmax(140px, 170px) minmax(240px, 1fr) auto;
    gap: 18px; }

  /* line 593, _header.scss */
  .site-header-service-logo img {
    max-width: 285px;
    max-height: 70px; }

  /* line 598, _header.scss */
  .site-header-service-links {
    gap: 8px; }
    /* line 601, _header.scss */
    .site-header-service-links a {
      min-height: 34px;
      padding: 7px 11px;
      font-size: 13px; }

  /* line 608, _header.scss */
  .site-header-main-inner {
    grid-template-columns: 148px minmax(320px, 1fr) minmax(242px, max-content);
    gap: 16px; }

  /* line 613, _header.scss */
  .site-header-catalog-button {
    min-height: 46px;
    padding: 0px 14px; }

  /* line 618, _header.scss */
  .site-header .site-header-search .search-input {
    height: 46px;
    padding-right: 90px; }

  /* line 623, _header.scss */
  .site-header .site-header-search .search-button {
    right: 10px;
    font-size: 23px; }

  /* line 628, _header.scss */
  .site-header .site-header-search .search-voice-trigger {
    right: 47px; }

  /* line 632, _header.scss */
  .site-header-actions .user_icons-items {
    gap: 9px; }

  /* line 636, _header.scss */
  .site-header-cart {
    min-width: 86px;
    max-width: 124px;
    margin-left: 6px;
    font-size: 12px;
    line-height: 13px; }

  /* line 644, _header.scss */
  .site-header-cart-title {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 650, _header.scss */
  .site-header .container {
    padding-right: 18px;
    padding-left: 18px; }

  /* line 655, _header.scss */
  .site-header-service {
    padding: 10px 0px; }
    /* line 658, _header.scss */
    .site-header-service-inner {
      grid-template-columns: minmax(190px, 240px) minmax(135px, 170px) minmax(220px, 1fr);
      gap: 14px 18px;
      align-items: center; }
    /* line 664, _header.scss */
    .site-header-service-logo img {
      max-width: 235px;
      max-height: 62px; }
    /* line 669, _header.scss */
    .site-header-service-phone {
      margin-bottom: 4px;
      font-size: 13px; }
    /* line 674, _header.scss */
    .site-header-service-hours, .site-header-service-address {
      font-size: 12px;
      line-height: 1.3; }
    /* line 680, _header.scss */
    .site-header-service-links {
      grid-column: 1 / -1;
      justify-content: flex-end;
      gap: 8px; }
      /* line 685, _header.scss */
      .site-header-service-links a {
        min-height: 32px;
        padding: 6px 10px;
        font-size: 12px; }

  /* line 693, _header.scss */
  .site-header-main {
    padding: 10px 0px; }
    /* line 696, _header.scss */
    .site-header-main-inner {
      grid-template-columns: 142px minmax(260px, 1fr) fit-content(190px);
      gap: 14px; }

  /* line 702, _header.scss */
  .site-header-catalog-button {
    min-height: 44px;
    padding: 0px 12px;
    gap: 8px;
    font-size: 13px; }
    /* line 708, _header.scss */
    .site-header-catalog-button .hamburger {
      width: 19px; }

  /* line 713, _header.scss */
  .site-header .site-header-search .search-input {
    height: 44px;
    padding: 0px 84px 0px 16px;
    font-size: 14px; }

  /* line 719, _header.scss */
  .site-header .site-header-search .search-button {
    right: 9px;
    font-size: 22px; }

  /* line 724, _header.scss */
  .site-header .site-header-search .search-voice-trigger {
    right: 44px; }

  /* line 728, _header.scss */
  .site-header-actions .user_icons-items {
    gap: 8px; }

  /* line 732, _header.scss */
  .site-header-cart {
    display: none !important; }

  /* line 736, _header.scss */
  .site-header-categories-items {
    justify-content: center;
    gap: 28px;
    min-height: 50px;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none; }
    /* line 744, _header.scss */
    .site-header-categories-items::-webkit-scrollbar {
      display: none; }

  /* line 749, _header.scss */
  .site-header-categories-link {
    min-height: 34px; } }
@media (min-width: 900px) and (max-width: 1024px) {
  /* line 756, _header.scss */
  .site-header-service-inner {
    grid-template-columns: minmax(190px, 220px) minmax(128px, 148px) minmax(230px, 1fr) auto;
    gap: 12px 18px; }
  /* line 761, _header.scss */
  .site-header-service-logo img {
    max-width: 220px;
    max-height: 58px; }
  /* line 766, _header.scss */
  .site-header-service-links {
    grid-column: auto;
    align-self: center; }
    /* line 770, _header.scss */
    .site-header-service-links a {
      min-height: 30px;
      padding: 6px 9px; } }
@media (max-width: 767px) {
  /* line 780, _header.scss */
  .site-header .container {
    padding-right: 14px;
    padding-left: 14px; } }
/* 4. Header / Messengers and social */
/* line 787, _header.scss */
.messengers {
  font-size: 20px;
  line-height: 0;
  margin: 0px -10px; }
  /* line 791, _header.scss */
  .messengers a {
    color: #9ca3af; }
    /* line 793, _header.scss */
    .messengers a:hover {
      color: #111827; }
  /* line 797, _header.scss */
  .messengers-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px; }
    /* line 801, _header.scss */
    .messengers-item--vk a {
      color: #45668e !important; }
    /* line 804, _header.scss */
    .messengers-item--telegram-plane a {
      color: #0088cc !important; }
    /* line 807, _header.scss */
    .messengers-item--facebook-messenger a {
      color: #0084ff !important; }
    /* line 810, _header.scss */
    .messengers-item--viber a {
      color: #59267c !important; }
    /* line 813, _header.scss */
    .messengers-item--whatsapp a {
      color: #25d366 !important; }
    /* line 816, _header.scss */
    .messengers-item--skype a {
      color: #00aff0 !important; }
  /* line 821, _header.scss */
  .messengers--footer .messengers {
    font-size: 24px; }
    /* line 823, _header.scss */
    .messengers--footer .messengers-item {
      margin-top: 10px; }

/* line 830, _header.scss */
.social {
  font-size: 16px;
  line-height: 0;
  margin: 0px -10px; }
  /* line 834, _header.scss */
  .social a {
    color: #9ca3af; }
    /* line 836, _header.scss */
    .social a:hover {
      color: #111827; }
  /* line 840, _header.scss */
  .social-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px; }
    /* line 844, _header.scss */
    .social-item--vk a {
      color: #45668e !important; }
    /* line 847, _header.scss */
    .social-item--facebook-f a {
      color: #3b5998 !important; }
    /* line 850, _header.scss */
    .social-item--instagram a {
      color: #111827 !important; }
    /* line 853, _header.scss */
    .social-item--odnoklassniki a {
      color: #ed812b !important; }
    /* line 856, _header.scss */
    .social-item--youtube a {
      color: #ff0000 !important; }
    /* line 859, _header.scss */
    .social-item--twitter a {
      color: #1da1f2 !important; }
    /* line 862, _header.scss */
    .social-item--pinterest a {
      color: #bd081c !important; }
    /* line 865, _header.scss */
    .social-item--telegram-plane a {
      color: #0088cc !important; }
  /* line 869, _header.scss */
  .social--footer {
    font-size: 20px; }
    /* line 871, _header.scss */
    .social--footer .social-item {
      margin-top: 10px; }

/* line 876, _header.scss */
.popup-content {
  margin: -7px 0px; }
  /* line 879, _header.scss */
  .popup-content-contacts-item {
    padding: 7px 0px;
    color: #9ca3af;
    font-size: 14px;
    line-height: 16px; }
    /* line 884, _header.scss */
    .popup-content-contacts-item a {
      color: #9ca3af; }
      /* line 886, _header.scss */
      .popup-content-contacts-item a:hover {
        color: #0a2f83; }
    /* line 890, _header.scss */
    .popup-content-contacts-item svg {
      margin-right: 5px;
      color: #0a2f83; }
  /* line 895, _header.scss */
  .popup-content-contacts-messengers {
    padding: 7px 0px; }
    /* line 897, _header.scss */
    .popup-content-contacts-messengers-item {
      display: inline-block !important;
      margin: 0px 10px !important; }
  /* line 903, _header.scss */
  .popup-content-contact {
    padding: 7px 0px; }
    /* line 905, _header.scss */
    .popup-content-contact > a {
      color: #9ca3af; }
      /* line 907, _header.scss */
      .popup-content-contact > a:hover {
        color: #111827; }
      /* line 910, _header.scss */
      .popup-content-contact > a svg {
        color: #0a2f83;
        margin-right: 5px; }

/* 4. Header / Search */
/* line 919, _header.scss */
.search .search-form {
  position: relative; }
/* line 922, _header.scss */
.search .search-input {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 44px 8px 14px;
  border-color: #e5eaf2;
  border-radius: 14px;
  background: #f9fafb;
  transition: border-color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear; }
  /* line 937, _header.scss */
  .search .search-input:focus {
    border-color: #7fa8ee;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(10, 47, 131, 0.14); }
/* line 943, _header.scss */
.search .search-button {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 8px;
  margin: 0px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 20px;
  line-height: 0;
  background: transparent;
  color: #0a2f83; }
  /* line 956, _header.scss */
  .search .search-button svg,
  .search .search-button .far {
    display: block;
    width: 20px;
    height: 20px; }
/* line 963, _header.scss */
.search .search-voice-trigger {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 47px;
  padding: 9px;
  margin: 0px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 0;
  background: no-repeat;
  color: #9ca3af; }
  /* line 976, _header.scss */
  .search .search-voice-trigger svg {
    display: block; }
  /* line 979, _header.scss */
  .search .search-voice-trigger:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    opacity: 0;
    background: #e5eaf2;
    border-radius: 50%; }
  /* line 992, _header.scss */
  .search .search-voice-trigger.is-active:after {
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite; }
/* line 999, _header.scss */
.search--popup .search-input {
  border-width: 0px;
  border-radius: 0px;
  box-shadow: none !important;
  padding: 13px 70px 13px 20px; }
/* line 1005, _header.scss */
.search--popup .search-button {
  top: 0px;
  right: 0px;
  padding: 14px;
  border-radius: 0px; }
/* line 1011, _header.scss */
.search--popup .search-voice-trigger {
  top: 0px;
  right: 49px;
  padding: 16px; }

@-webkit-keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0; } }
/* line 1048, _header.scss */
.popup-content-search {
  position: relative;
  z-index: 1;
  margin: -20px -20px 20px !important;
  border-top: 1px solid #e5eaf2;
  border-bottom: 1px solid #e5eaf2; }

/* line 1056, _header.scss */
.search-results {
  position: absolute;
  z-index: 7005;
  top: calc(100% + 12px);
  left: 0px;
  right: 0px;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 31, 53, 0.16);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translate(0px, 0px);
  transition: all 0.2s linear; }
  /* line 1071, _header.scss */
  .search-results.is-show {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px); }
  /* line 1076, _header.scss */
  .search-results:before, .search-results:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: -22px;
    left: 10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; }
  /* line 1087, _header.scss */
  .search-results:after {
    z-index: 2;
    border-bottom-color: #e5eaf2;
    top: -23px; }

/* line 1094, _header.scss */
.autocomplete-suggestions {
  display: block !important;
  position: static !important;
  z-index: 7006 !important;
  box-shadow: none;
  background: transparent;
  width: 100% !important;
  min-width: 100%;
  max-width: none;
  padding: 10px 0px;
  max-height: min(420px, calc(100vh - 260px));
  overflow: auto; }
/* line 1108, _header.scss */
.autocomplete-suggestion-link {
  position: relative;
  display: block;
  padding: 7px 20px 7px 86px;
  color: #111827;
  min-height: 72px; }
  /* line 1114, _header.scss */
  .autocomplete-suggestion-link:hover {
    color: #0a2f83;
    /*background: $ds-color-page;*/ }
/* line 1119, _header.scss */
.autocomplete-suggestion-thumb {
  position: absolute;
  top: 7px;
  left: 14px;
  width: 58px;
  height: 58px;
  background: #fff center center no-repeat;
  background-size: contain; }
/* line 1128, _header.scss */
.autocomplete-suggestion-title {
  display: block;
  font-size: 12px;
  line-height: 18px; }
/* line 1133, _header.scss */
.autocomplete-suggestion-price {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #111827; }
/* line 1141, _header.scss */
.autocomplete-no-suggestion {
  padding: 12px 20px; }

@media (max-width: 767px) {
  /* line 1147, _header.scss */
  .mobile-header-search {
    position: relative;
    z-index: 3201; }
    /* line 1151, _header.scss */
    .mobile-header-search .search-form {
      position: relative; }
    /* line 1155, _header.scss */
    .mobile-header-search .search-input {
      width: 100%;
      height: 44px;
      padding: 0px 84px 0px 16px !important;
      border-radius: 14px; }
    /* line 1162, _header.scss */
    .mobile-header-search .search-button,
    .mobile-header-search .search-voice-trigger {
      position: absolute;
      top: 50% !important;
      border: 0px;
      background: transparent;
      transform: translateY(-50%) !important; }
    /* line 1171, _header.scss */
    .mobile-header-search .search-button {
      right: 8px !important;
      padding: 8px;
      color: #0a2f83;
      font-size: 22px; }
    /* line 1178, _header.scss */
    .mobile-header-search .search-voice-trigger {
      right: 44px !important;
      padding: 8px;
      color: #6b7280; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
@media (max-width: 767px) {
  /* line 4, _mobile-header.scss */
  .site-header {
    --mobile-header-main-height: 115px;
    --mobile-header-categories-height: 52px;
    padding-top: calc(var(--mobile-header-main-height) + var(--mobile-header-categories-height)); }

  /* line 10, _mobile-header.scss */
  .site-header-service {
    padding: 10px 0px; }
    /* line 13, _mobile-header.scss */
    .site-header-service-inner {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px 14px;
      align-items: start; }
    /* line 20, _mobile-header.scss */
    .site-header-service-logo {
      text-align: center; }
      /* line 23, _mobile-header.scss */
      .site-header-service-logo img {
        max-width: 230px;
        margin: 0px auto; }
    /* line 29, _mobile-header.scss */
    .site-header-service-contact, .site-header-service-address {
      font-size: 12px;
      line-height: 1.35;
      text-align: center; }
    /* line 36, _mobile-header.scss */
    .site-header-service-links {
      grid-column: 1 / -1;
      justify-content: center;
      gap: 8px; }
      /* line 41, _mobile-header.scss */
      .site-header-service-links a {
        min-height: 32px;
        padding: 6px 10px;
        font-size: 12px; }

  /* line 49, _mobile-header.scss */
  .site-header-main {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 3270;
    min-height: var(--mobile-header-main-height);
    padding: 10px 0px 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 8px 20px rgba(15, 23, 42, 0.08);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px); }
    /* line 62, _mobile-header.scss */
    .site-header-main-inner {
      display: block; }

  /* line 67, _mobile-header.scss */
  .site-header-catalog-button {
    min-height: 46px;
    padding: 0px 14px;
    gap: 8px;
    font-size: 0px; }
    /* line 73, _mobile-header.scss */
    .site-header-catalog-button .hamburger {
      width: 20px; }

  /* line 78, _mobile-header.scss */
  .site-header-search {
    order: -1;
    grid-column: 1 / -1; }
    /* line 82, _mobile-header.scss */
    .site-header-search .search-input {
      height: 44px;
      padding: 0px 88px 0px 16px;
      font-size: 14px;
      border-radius: 16px; }
    /* line 89, _mobile-header.scss */
    .site-header-search .search-button {
      right: 10px;
      font-size: 22px; }
    /* line 94, _mobile-header.scss */
    .site-header-search .search-voice-trigger {
      right: 48px; }

  /* line 99, _mobile-header.scss */
  .site-header-categories {
    position: fixed;
    left: 0px;
    right: 0px;
    top: var(--mobile-header-main-height);
    z-index: 3260;
    display: block;
    min-height: var(--mobile-header-categories-height);
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #e5eaf2;
    box-shadow: 0px 8px 16px rgba(15, 23, 42, 0.05);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px); }
    /* line 113, _mobile-header.scss */
    .site-header-categories-scroll {
      overflow-x: auto !important;
      overflow-y: visible !important;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none; }
      /* line 119, _mobile-header.scss */
      .site-header-categories-scroll::-webkit-scrollbar {
        display: none; }
    /* line 124, _mobile-header.scss */
    .site-header-categories-items {
      justify-content: flex-start;
      gap: 10px;
      min-height: 50px;
      width: auto;
      white-space: nowrap;
      padding: 0px 14px; }
    /* line 133, _mobile-header.scss */
    .site-header-categories .container {
      padding-right: 0px;
      padding-left: 0px; }
    /* line 138, _mobile-header.scss */
    .site-header-categories-link {
      min-height: 34px;
      padding: 0px 12px;
      border-radius: 999px;
      font-size: 13px;
      line-height: 16px; }
      /* line 145, _mobile-header.scss */
      .site-header-categories-link.is-active, .site-header-categories-link.is-accent {
        background: #eef4ff; }
    /* line 151, _mobile-header.scss */
    .site-header-categories-submenu {
      display: none; }

  /* line 157, _mobile-header.scss */
  .user_icons-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center; }
  /* line 164, _mobile-header.scss */
  .user_icons-items {
    display: grid !important;
    grid-template-columns: minmax(0px, 1fr) 38px 38px 38px;
    gap: 8px;
    align-items: center;
    width: auto;
    margin: 0px; }
  /* line 173, _mobile-header.scss */
  .user_icons-item-menu {
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: visible;
    display: block !important;
    pointer-events: none; }
  /* line 182, _mobile-header.scss */
  .user_icons-item-menu > .user_icons-icon-menu {
    display: none !important; }
  /* line 186, _mobile-header.scss */
  .user_icons-item-menu.is-open {
    pointer-events: auto; }
  /* line 190, _mobile-header.scss */
  .user_icons-item-logo {
    grid-column: 1;
    display: inline-flex !important;
    justify-content: flex-start;
    min-width: 0px; }
    /* line 196, _mobile-header.scss */
    .user_icons-item-logo .logo img {
      width: auto;
      max-width: 48vw;
      max-height: 42px; }
  /* line 203, _mobile-header.scss */
  .user_icons-item:not(.user_icons-item-menu):not(.user_icons-item-logo) {
    display: none !important; }
  /* line 207, _mobile-header.scss */
  .user_icons-main .user_icons-items .user_icons-item.user_icons-item-compares, .user_icons-main .user_icons-items .user_icons-item.user_icons-item-favorites, .user_icons-main .user_icons-items .user_icons-item.user_icons-item-mobile-contact {
    display: inline-flex !important;
    justify-content: center;
    min-width: 0px; }
    /* line 214, _mobile-header.scss */
    .user_icons-main .user_icons-items .user_icons-item.user_icons-item-compares .user_icons-icon, .user_icons-main .user_icons-items .user_icons-item.user_icons-item-favorites .user_icons-icon, .user_icons-main .user_icons-items .user_icons-item.user_icons-item-mobile-contact .user_icons-icon {
      min-width: 38px;
      min-height: 38px;
      border: 1px solid #dfe8f5;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.92);
      color: #526071;
      box-shadow: 0px 4px 12px rgba(15, 23, 42, 0.05); }
      /* line 223, _mobile-header.scss */
      .user_icons-main .user_icons-items .user_icons-item.user_icons-item-compares .user_icons-icon svg,
      .user_icons-main .user_icons-items .user_icons-item.user_icons-item-compares .user_icons-icon .far, .user_icons-main .user_icons-items .user_icons-item.user_icons-item-favorites .user_icons-icon svg,
      .user_icons-main .user_icons-items .user_icons-item.user_icons-item-favorites .user_icons-icon .far, .user_icons-main .user_icons-items .user_icons-item.user_icons-item-mobile-contact .user_icons-icon svg,
      .user_icons-main .user_icons-items .user_icons-item.user_icons-item-mobile-contact .user_icons-icon .far {
        width: 20px;
        height: 20px; }
      /* line 229, _mobile-header.scss */
      .user_icons-main .user_icons-items .user_icons-item.user_icons-item-compares .user_icons-icon .bage, .user_icons-main .user_icons-items .user_icons-item.user_icons-item-favorites .user_icons-icon .bage, .user_icons-main .user_icons-items .user_icons-item.user_icons-item-mobile-contact .user_icons-icon .bage {
        top: -4px;
        right: -4px; }
  /* line 237, _mobile-header.scss */
  .user_icons-main .user_icons-items .user_icons-item.user_icons-item-mobile-contact .user_icons-icon {
    border: 1px solid rgba(15, 61, 145, 0.18);
    color: #0a2f83; }
  /* line 242, _mobile-header.scss */
  .user_icons-main .user_icons-items .user_icons-item.user_icons-item-mobile-contact .user_icons-icon.is-active {
    border-color: #0a2f83;
    background: #0a2f83;
    color: #fff; }
  /* line 249, _mobile-header.scss */
  .user_icons-icon {
    min-width: 38px;
    min-height: 38px;
    font-size: 19px; }
  /* line 255, _mobile-header.scss */
  .user_icons-icon-menu {
    border-radius: 14px;
    background: #0a2f83;
    color: #fff !important; }
  /* line 261, _mobile-header.scss */
  .user_icons .site-header-cart {
    display: none !important; }
  /* line 265, _mobile-header.scss */
  .user_icons-popup {
    position: fixed;
    inset: 0px;
    z-index: 7000;
    padding: 0px;
    background: rgba(15, 23, 42, 0.45);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: none; }
  /* line 278, _mobile-header.scss */
  .user_icons-item:not(.is-open):hover .user_icons-popup {
    pointer-events: none;
    opacity: 0;
    visibility: hidden; }
  /* line 286, _mobile-header.scss */
  .user_icons-item.is-open .user_icons-popup {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: none; }
  /* line 294, _mobile-header.scss */
  .user_icons-popup .popup {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 94vw;
    max-width: 380px;
    height: 100%;
    max-height: 100dvh;
    overflow: auto;
    padding: 0px;
    border: 0px;
    border-radius: 0px 18px 18px 0px;
    transform: translateX(-105%);
    transition: 0.2s ease; }
    /* line 310, _mobile-header.scss */
    .user_icons-popup .popup:before, .user_icons-popup .popup:after {
      display: none; }
  /* line 316, _mobile-header.scss */
  .user_icons-item.is-open .user_icons-popup .popup {
    transform: translateX(0px); }
  /* line 320, _mobile-header.scss */
  .user_icons-popup .popup-shade {
    position: fixed;
    z-index: 1;
    inset: 0px;
    cursor: pointer; }
  /* line 329, _mobile-header.scss */
  .user_icons-item-compares .user_icons-popup, .user_icons-item-favorites .user_icons-popup {
    background: rgba(15, 23, 42, 0.48); }
  /* line 333, _mobile-header.scss */
  .user_icons-item-compares .user_icons-popup .popup, .user_icons-item-favorites .user_icons-popup .popup {
    position: fixed;
    inset: 0px;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0px;
    background: #fff;
    transform: translateY(18px);
    opacity: 0;
    visibility: hidden; }
  /* line 350, _mobile-header.scss */
  .user_icons-item-compares.is-open .user_icons-popup .popup, .user_icons-item-favorites.is-open .user_icons-popup .popup {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible; }
  /* line 356, _mobile-header.scss */
  .user_icons-item-compares .popup-title, .user_icons-item-favorites .popup-title {
    position: sticky;
    top: 0px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    margin: 0px;
    padding: 0px 18px;
    border-bottom: 1px solid #e5eaf2;
    background: rgba(255, 255, 255, 0.96);
    color: #111827;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600; }
  /* line 374, _mobile-header.scss */
  .user_icons-item-compares .popup-close, .user_icons-item-favorites .popup-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f7fb;
    color: #111827; }
  /* line 382, _mobile-header.scss */
  .user_icons-item-compares .js-popup-compares,
  .user_icons-item-compares .js-popup-favorites, .user_icons-item-favorites .js-popup-compares,
  .user_icons-item-favorites .js-popup-favorites {
    flex: 1 1 auto;
    min-height: 0px;
    padding: 16px 18px calc(24px + env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  /* line 392, _mobile-header.scss */
  .user_icons-item-compares .dropdown_products, .user_icons-item-favorites .dropdown_products {
    max-height: none;
    margin: 0px;
    padding: 0px;
    overflow: visible; }

  /* line 401, _mobile-header.scss */
  .site-header-catalog-col .nav-collections,
  .nav-collections--dropdown {
    display: none !important;
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: hidden !important; }

  /* line 409, _mobile-header.scss */
  .mobile-header-search {
    display: block;
    width: 100%; }
    /* line 413, _mobile-header.scss */
    .mobile-header-search .search-form {
      position: relative; }
    /* line 417, _mobile-header.scss */
    .mobile-header-search .search-input {
      height: 44px;
      padding: 0px 84px 0px 16px;
      border: 1px solid #e5eaf2;
      border-radius: 14px;
      background: #fbfcff;
      font-size: 14px; }
    /* line 426, _mobile-header.scss */
    .mobile-header-search .search-button,
    .mobile-header-search .search-voice-trigger {
      position: absolute;
      top: 50%;
      border: 0px;
      background: transparent;
      transform: translateY(-50%);
      line-height: 0px; }
    /* line 436, _mobile-header.scss */
    .mobile-header-search .search-button {
      right: 8px;
      padding: 8px;
      color: #0a2f83;
      font-size: 22px; }
    /* line 443, _mobile-header.scss */
    .mobile-header-search .search-voice-trigger {
      right: 44px;
      padding: 8px;
      color: #6b7280; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
@media (max-width: 767px) {
  /* line 4, _mobile-catalog.scss */
  .user_icons-item-menu .js-popup-menu {
    background: #fff; }
    /* line 7, _mobile-catalog.scss */
    .user_icons-item-menu .js-popup-menu .popup-scroll {
      position: relative;
      height: 100%;
      padding: 0px 14px calc(96px + env(safe-area-inset-bottom));
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
    /* line 15, _mobile-catalog.scss */
    .user_icons-item-menu .js-popup-menu .popup-title {
      position: sticky;
      top: 0px;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 58px;
      margin: 0px -14px 12px;
      padding: 0px 14px;
      border-bottom: 1px solid #e5eaf2;
      background: rgba(255, 255, 255, 0.96);
      backdrop-filter: saturate(180%) blur(12px);
      color: #111827;
      font-size: 18px;
      font-weight: 700;
      line-height: 22px; }
    /* line 34, _mobile-catalog.scss */
    .user_icons-item-menu .js-popup-menu .popup-close {
      width: 40px;
      min-width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #f3f6fb;
      color: #111827; }
    /* line 43, _mobile-catalog.scss */
    .user_icons-item-menu .js-popup-menu .popup-content-search {
      margin: 0px 0px 14px !important;
      border: 0px; }
    /* line 49, _mobile-catalog.scss */
    .user_icons-item-menu .js-popup-menu .search--popup .search-input {
      height: 46px;
      padding: 0px 82px 0px 16px;
      border: 1px solid #e5eaf2;
      border-radius: 14px;
      background: #f8fafc;
      font-size: 14px; }
    /* line 58, _mobile-catalog.scss */
    .user_icons-item-menu .js-popup-menu .search--popup .search-button,
    .user_icons-item-menu .js-popup-menu .search--popup .search-voice-trigger {
      top: 50%;
      transform: translateY(-50%); }
    /* line 65, _mobile-catalog.scss */
    .user_icons-item-menu .js-popup-menu .js-popup-nav-sidebar {
      margin: 0px !important;
      padding: 0px 0px 12px;
      border-bottom: 1px solid #e5eaf2; }
    /* line 71, _mobile-catalog.scss */
    .user_icons-item-menu .js-popup-menu .nav-sidebar {
      font-size: 14px;
      line-height: 18px; }
      /* line 75, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar > ul {
        margin: 0px;
        padding: 0px; }
        /* line 79, _mobile-catalog.scss */
        .user_icons-item-menu .js-popup-menu .nav-sidebar > ul > li {
          margin: 0px !important; }
      /* line 84, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar ul li {
        margin: 0px; }
      /* line 88, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar a {
        position: relative;
        display: block;
        min-height: 0px;
        padding: 11px 36px 11px 0px !important;
        border: 0px;
        border-bottom: 1px solid #edf2f7;
        border-radius: 0px;
        background: transparent;
        color: #111827;
        font-weight: 600;
        text-decoration: none; }
      /* line 102, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar li.is-active > a,
      .user_icons-item-menu .js-popup-menu .nav-sidebar a:hover {
        border-color: #edf2f7;
        background: transparent;
        color: #111827; }
      /* line 109, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar a:focus {
        outline: none;
        background: transparent;
        color: #111827; }
      /* line 115, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar a:focus-visible {
        outline: 2px solid rgba(47, 125, 240, 0.28);
        outline-offset: -2px; }
      /* line 120, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar li.is-active > a {
        background: transparent;
        font-weight: 700; }
      /* line 125, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar .nav-thumb {
        position: absolute;
        left: 0px;
        top: 50%;
        display: block;
        width: 32px;
        height: 32px;
        margin-top: -16px;
        border-radius: 8px;
        background: #f8fafc;
        box-shadow: inset 0 0 0 1px #edf2f7;
        object-fit: contain; }
      /* line 139, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar .nav-thumb--placeholder {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0a2f83;
        font-size: 13px;
        font-weight: 800; }
      /* line 148, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar .nav-thumb--promo {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0a2f83;
        background: #eef5ff; }
      /* line 156, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar .nav-thumb svg {
        display: block;
        width: 20px;
        height: 20px; }
      /* line 162, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar .nav-l0 {
        padding-left: 44px !important; }
      /* line 166, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar .nav-arrow-toggle {
        position: absolute;
        top: 50%;
        right: 0px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        min-height: 0px;
        color: #6b7280;
        transform: translate(0px, -50%); }
      /* line 180, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar li.is-open > a .nav-arrow-toggle {
        color: #0a2f83;
        transform: translate(0px, -50%) rotate(90deg); }
      /* line 185, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar li > ul {
        display: none;
        margin: 0px;
        padding: 0px 0px 0px 14px !important;
        border-left: 0px; }
      /* line 192, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar li.is-open > ul {
        display: block;
        max-height: 60vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
      /* line 199, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .nav-sidebar li li a {
        min-height: 0px;
        padding-left: 0px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        background: transparent;
        color: #6b7280;
        font-size: 13px;
        font-weight: 500; }
    /* line 211, _mobile-catalog.scss */
    .user_icons-item-menu .js-popup-menu .popup-content-links {
      display: grid;
      gap: 8px;
      margin: 14px 0px !important;
      padding: 12px 0px 0px !important;
      border-top: 1px solid #e5eaf2;
      background: transparent; }
      /* line 219, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .popup-content-links li {
        margin: 0px; }
      /* line 223, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .popup-content-links a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 44px;
        padding: 0px 12px;
        border: 1px solid #e5eaf2;
        border-radius: 14px;
        background: #fff;
        color: #111827;
        font-weight: 700;
        box-shadow: 0 8px 18px rgba(17, 24, 39, 0.04); }
        /* line 236, _mobile-catalog.scss */
        .user_icons-item-menu .js-popup-menu .popup-content-links a:after {
          content: '';
          display: block;
          width: 7px;
          height: 7px;
          border-top: 2px solid currentColor;
          border-right: 2px solid currentColor;
          opacity: 0.45;
          transform: rotate(45deg); }
      /* line 248, _mobile-catalog.scss */
      .user_icons-item-menu .js-popup-menu .popup-content-links .popup-content-link.is-current a,
      .user_icons-item-menu .js-popup-menu .popup-content-links a:hover {
        border-color: rgba(47, 125, 240, 0.35);
        background: #f3f7ff;
        color: #0a2f83; }
    /* line 256, _mobile-catalog.scss */
    .user_icons-item-menu .js-popup-menu .popup-content-contacts {
      margin: 12px 0px 0px;
      padding: 12px;
      border-radius: 8px;
      background: #f8fafc;
      color: #6b7280;
      font-size: 13px;
      line-height: 18px; }

  /* line 268, _mobile-catalog.scss */
  body.is-mobile-catalog-open .site-header-main {
    height: 100dvh;
    min-height: 100dvh;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none; }
  /* line 277, _mobile-catalog.scss */
  body.is-mobile-catalog-open .site-header-categories {
    display: none !important; }
  /* line 281, _mobile-catalog.scss */
  body.is-mobile-catalog-open .user_icons-main,
  body.is-mobile-catalog-open .user_icons-items,
  body.is-mobile-catalog-open .user_icons-item-menu,
  body.is-mobile-catalog-open .user_icons-item-menu .user_icons-popup {
    height: 100dvh;
    min-height: 100dvh; }
  /* line 289, _mobile-catalog.scss */
  body.is-mobile-catalog-open .user_icons-item-menu .user_icons-popup {
    width: 100vw;
    max-width: 100vw;
    background: #fff; }
  /* line 295, _mobile-catalog.scss */
  body.is-mobile-catalog-open .user_icons-item-menu .js-popup-menu {
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0px;
    overflow: hidden; }
  /* line 304, _mobile-catalog.scss */
  body.is-mobile-catalog-open .user_icons-item-menu .js-popup-menu .popup-scroll {
    height: 100dvh;
    padding-bottom: calc(24px + env(safe-area-inset-bottom)); }
  /* line 309, _mobile-catalog.scss */
  body.is-mobile-catalog-open .user_icons-item-menu .js-popup-menu .popup-title {
    min-height: 54px;
    margin-bottom: 10px; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
@media (max-width: 767px) {
  /* line 4, _mobile-contact.scss */
  .mobile-contact-sheet {
    position: fixed;
    inset: 0px;
    z-index: 99990;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, visibility 0.18s ease; }
    /* line 13, _mobile-contact.scss */
    .mobile-contact-sheet.is-open {
      pointer-events: auto;
      opacity: 1;
      visibility: visible; }
      /* line 18, _mobile-contact.scss */
      .mobile-contact-sheet.is-open .mobile-contact-sheet-card {
        transform: translateY(0px); }

  /* line 24, _mobile-contact.scss */
  .mobile-contact-sheet-shade {
    position: absolute;
    inset: 0px;
    background: rgba(15, 23, 42, 0.48); }

  /* line 30, _mobile-contact.scss */
  .mobile-contact-sheet-card {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-height: 86dvh;
    padding: 18px 18px calc(20px + env(safe-area-inset-bottom));
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 24px 24px 0px 0px;
    background: #fff;
    box-shadow: 0px -18px 42px rgba(15, 23, 42, 0.18);
    transform: translateY(105%);
    transition: transform 0.22s ease; }

  /* line 46, _mobile-contact.scss */
  .mobile-contact-sheet-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px; }

  /* line 54, _mobile-contact.scss */
  .mobile-contact-sheet-title {
    color: #111827;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600; }

  /* line 61, _mobile-contact.scss */
  .mobile-contact-sheet-caption {
    margin-top: 4px;
    color: #6b7280;
    font-size: 14px;
    line-height: 18px; }

  /* line 68, _mobile-contact.scss */
  .mobile-contact-sheet-close {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 0px;
    border-radius: 50%;
    background: #f5f7fb;
    color: #111827;
    font-size: 18px; }

  /* line 79, _mobile-contact.scss */
  .mobile-contact-phones {
    display: grid;
    gap: 10px; }

  /* line 84, _mobile-contact.scss */
  .mobile-contact-phone,
  .mobile-contact-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px;
    border: 1px solid #e5eaf2;
    border-radius: 18px;
    background: #fff;
    color: #111827;
    text-decoration: none;
    box-shadow: 0px 8px 22px rgba(15, 23, 42, 0.04); }
    /* line 97, _mobile-contact.scss */
    .mobile-contact-phone > .far,
    .mobile-contact-phone > .fas,
    .mobile-contact-info-item > .far,
    .mobile-contact-info-item > .fas {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 40px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(15, 61, 145, 0.08);
      color: #0a2f83;
      font-size: 16px; }
    /* line 111, _mobile-contact.scss */
    .mobile-contact-phone small,
    .mobile-contact-phone span,
    .mobile-contact-info-item small,
    .mobile-contact-info-item span {
      display: block; }
    /* line 116, _mobile-contact.scss */
    .mobile-contact-phone small,
    .mobile-contact-info-item small {
      margin-bottom: 2px;
      color: #6b7280;
      font-size: 12px;
      line-height: 15px; }
    /* line 123, _mobile-contact.scss */
    .mobile-contact-phone strong,
    .mobile-contact-info-item strong {
      color: #111827;
      font-size: 17px;
      line-height: 21px;
      font-weight: 600; }

  /* line 131, _mobile-contact.scss */
  .mobile-contact-messengers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 14px 0px; }
    /* line 138, _mobile-contact.scss */
    .mobile-contact-messengers .messengers-items {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 0px; }
    /* line 145, _mobile-contact.scss */
    .mobile-contact-messengers .messengers-item a,
    .mobile-contact-messengers .mobile-contact-messenger {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 38px;
      padding: 0px 13px;
      border: 1px solid rgba(15, 61, 145, 0.14);
      border-radius: 999px;
      background: rgba(15, 61, 145, 0.07);
      color: #0a2f83;
      font-size: 14px;
      line-height: 18px;
      font-weight: 600;
      text-decoration: none; }
    /* line 162, _mobile-contact.scss */
    .mobile-contact-messengers .mobile-contact-messenger-whatsapp {
      border-color: rgba(31, 140, 63, 0.18);
      background: rgba(31, 140, 63, 0.09);
      color: #188038; }
    /* line 168, _mobile-contact.scss */
    .mobile-contact-messengers .mobile-contact-messenger-telegram {
      border-color: rgba(0, 136, 204, 0.18);
      background: rgba(0, 136, 204, 0.09);
      color: #0088cc; }

  /* line 175, _mobile-contact.scss */
  .mobile-contact-info {
    display: grid;
    gap: 10px; }

  /* line 180, _mobile-contact.scss */
  .mobile-contact-info-item {
    align-items: flex-start; }
    /* line 183, _mobile-contact.scss */
    .mobile-contact-info-item div {
      min-width: 0px; }
    /* line 187, _mobile-contact.scss */
    .mobile-contact-info-item span:not(.far):not(.fas) {
      margin-top: 3px;
      color: #6b7280;
      font-size: 14px;
      line-height: 18px; }

  /* line 195, _mobile-contact.scss */
  .mobile-contact-map-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin-top: 10px;
    padding: 0px 14px;
    border-radius: 999px;
    background: rgba(15, 61, 145, 0.08);
    color: #0a2f83;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-decoration: none; }

  /* line 212, _mobile-contact.scss */
  body.is-mobile-contact-open .site-header-categories {
    display: none !important; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* line 3, _mobile-nav.scss */
.mobile-bottom-nav {
  display: none; }

@media (max-width: 767px) {
  /* line 8, _mobile-nav.scss */
  body {
    padding-bottom: 86px; }

  /* line 12, _mobile-nav.scss */
  .mobile-bottom-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 3300;
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 2px;
    padding: 8px;
    border: 1px solid rgba(180, 202, 236, 0.64);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.9));
    box-shadow: 0px 18px 44px rgba(15, 23, 42, 0.18), 0px 0px 0px 1px rgba(255, 255, 255, 0.78) inset;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px); }
    /* line 29, _mobile-nav.scss */
    .mobile-bottom-nav-item {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-width: 0px;
      min-height: 58px;
      padding: 5px 4px 7px;
      border: 1px solid transparent;
      border-radius: 22px;
      outline: none;
      background: transparent;
      color: #5b6677;
      box-shadow: none;
      cursor: pointer;
      font-family: "Manrope", sans-serif;
      font-size: 10px;
      font-weight: 600;
      line-height: 1.1;
      text-decoration: none;
      -webkit-appearance: none;
      appearance: none;
      transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease; }
      /* line 54, _mobile-nav.scss */
      .mobile-bottom-nav-item:hover {
        color: #0a2f83;
        background: rgba(232, 240, 255, 0.72); }
      /* line 59, _mobile-nav.scss */
      .mobile-bottom-nav-item.is-active, .mobile-bottom-nav-item.is-open {
        border-color: rgba(17, 57, 146, 0.14);
        background: rgba(232, 240, 255, 0.76);
        color: #0a2f83;
        box-shadow: 0px 8px 18px rgba(17, 57, 146, 0.12); }
    /* line 68, _mobile-nav.scss */
    .mobile-bottom-nav-icon {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      margin-bottom: 4px;
      border: 1px solid rgba(180, 202, 236, 0.62);
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.82);
      color: currentColor;
      box-shadow: 0px 5px 14px rgba(15, 23, 42, 0.07);
      transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease; }
      /* line 83, _mobile-nav.scss */
      .mobile-bottom-nav-icon.svg-inline--fa {
        width: 34px;
        height: 34px;
        padding: 7px; }
      /* line 89, _mobile-nav.scss */
      .mobile-bottom-nav-icon svg,
      .mobile-bottom-nav-icon .far {
        width: 18px;
        height: 18px; }
    /* line 96, _mobile-nav.scss */
    .mobile-bottom-nav-item.is-active .mobile-bottom-nav-icon, .mobile-bottom-nav-item.is-open .mobile-bottom-nav-icon {
      border-color: rgba(17, 57, 146, 0.2);
      background: #0a2f83;
      color: #fff;
      box-shadow: 0px 9px 18px rgba(17, 57, 146, 0.24); }
    /* line 104, _mobile-nav.scss */
    .mobile-bottom-nav .js-mobile-catalog-trigger {
      color: #0a2f83; }
      /* line 107, _mobile-nav.scss */
      .mobile-bottom-nav .js-mobile-catalog-trigger .mobile-bottom-nav-icon {
        border-color: rgba(17, 57, 146, 0.22);
        background: rgba(232, 240, 255, 0.95);
        color: #0a2f83; }
      /* line 113, _mobile-nav.scss */
      .mobile-bottom-nav .js-mobile-catalog-trigger.is-open .mobile-bottom-nav-icon {
        background: #0a2f83;
        color: #fff; }
    /* line 119, _mobile-nav.scss */
    .mobile-bottom-nav-label {
      display: block;
      max-width: 100%;
      overflow: hidden;
      color: currentColor;
      text-overflow: ellipsis;
      white-space: nowrap; }
    /* line 128, _mobile-nav.scss */
    .mobile-bottom-nav-bage,
    .mobile-bottom-nav .bage {
      position: absolute;
      top: 4px;
      right: calc(50% - 26px);
      left: auto;
      min-width: 17px;
      height: 17px;
      padding: 0px 4px;
      border: 2px solid rgba(255, 255, 255, 0.94);
      background: #0a2f83;
      color: #fff;
      font-size: 9px;
      line-height: 13px;
      transform: none; }

  /* line 146, _mobile-nav.scss */
  body.is-mobile-catalog-open .mobile-bottom-nav {
    z-index: 7002; }

  /* line 150, _mobile-nav.scss */
  body.is-mobile-contact-open .mobile-bottom-nav {
    display: none !important; } }
/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* Navigation: desktop dropdowns, sidebar navigation and hamburger controls. */
/* Base navigation */
/* 4. Header / Navigation */
/* line 7, _navigation.scss */
.nav-loader {
  text-align: center;
  font-size: 30px;
  color: #0a2f83;
  padding: 10px 0px; }

/* line 13, _navigation.scss */
.nav-l0 {
  padding-left: 44px !important; }

/* line 16, _navigation.scss */
.nav-thumb {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  object-fit: contain; }

/* line 25, _navigation.scss */
.nav-collections {
  font-size: 14px;
  line-height: 18px; }
  /* line 28, _navigation.scss */
  .nav-collections--sidebar {
    position: relative;
    z-index: 3010;
    top: 0px;
    left: 0px;
    margin: -72px 20px 40px 0px; }
    /* line 35, _navigation.scss */
    .nav-collections--sidebar li {
      position: relative;
      height: auto; }
    /* line 39, _navigation.scss */
    .nav-collections--sidebar ul > li > ul {
      top: -8px; }
  /* line 43, _navigation.scss */
  .nav-collections--dropdown {
    position: absolute;
    z-index: 3200;
    top: 100%;
    left: 10px;
    width: 270px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0s 0.16s;
    transform: translate(0px, 10px); }
    /* line 55, _navigation.scss */
    .nav-collections--dropdown:not(.is-active), .nav-collections--dropdown.is-catalog-closing {
      opacity: 0 !important;
      visibility: hidden !important;
      pointer-events: none !important; }
  /* line 62, _navigation.scss */
  .nav-collections a {
    position: relative;
    display: block;
    padding: 9px 20px;
    color: #111827; }
  /* line 68, _navigation.scss */
  .nav-collections ul,
  .nav-collections li {
    display: block; }
  /* line 72, _navigation.scss */
  .nav-collections ul {
    position: relative;
    background: #fff;
    padding: 6px 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
    /* line 77, _navigation.scss */
    .nav-collections ul > li > ul {
      position: absolute;
      z-index: 3200;
      left: 100%;
      top: 0px;
      width: 100%;
      min-height: 100%;
      opacity: 0;
      visibility: hidden;
      transition: visibility 0s 0.4s, opacity 0.4s, transform 0.4s;
      transform: translate(10px, 0px); }
    /* line 95, _navigation.scss */
    .nav-collections ul li:hover > a, .nav-collections ul li.is-active > a {
      color: #0a2f83;
      z-index: 2; }
    /* line 101, _navigation.scss */
    .nav-collections ul li:hover > ul {
      z-index: 3200;
      opacity: 1;
      visibility: visible;
      transform: translate(0px, 0px);
      transition-delay: 0s; }
    /* line 110, _navigation.scss */
    .nav-collections ul li.is-active > a {
      font-weight: 600; }
  /* line 117, _navigation.scss */
  .nav-collections-toggle .nav-arrow-toggle {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    padding: 8px 0px;
    width: 30px; }
    /* line 123, _navigation.scss */
    .nav-collections-toggle .nav-arrow-toggle svg {
      display: block;
      margin: 0px auto; }
  /* line 128, _navigation.scss */
  .nav-collections-toggle--next {
    padding-right: 40px !important; }
    /* line 130, _navigation.scss */
    .nav-collections-toggle--next .nav-arrow-toggle {
      right: 5px; }
  /* line 134, _navigation.scss */
  .nav-collections-toggle--back {
    padding-left: 40px !important; }
    /* line 136, _navigation.scss */
    .nav-collections-toggle--back .nav-arrow-toggle {
      left: 5px; }
  /* line 141, _navigation.scss */
  .nav-collections.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0px, 0px);
    transition-delay: 0s; }
  /* line 149, _navigation.scss */
  .nav-collections--sidebar .nav-collections-submenu {
    width: 740px; }
  /* line 154, _navigation.scss */
  .nav-collections--dropdown .nav-collections-submenu {
    width: 680px; }
  /* line 160, _navigation.scss */
  .nav-collections--sidebar .nav-collections-submenu, .nav-collections--dropdown .nav-collections-submenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: start;
    padding: 15px 10px 0px; }
    /* line 167, _navigation.scss */
    .nav-collections--sidebar .nav-collections-submenu > li, .nav-collections--dropdown .nav-collections-submenu > li {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 14px; }
      /* line 174, _navigation.scss */
      .nav-collections--sidebar .nav-collections-submenu > li > a, .nav-collections--dropdown .nav-collections-submenu > li > a {
        padding: 0px !important; }
        /* line 176, _navigation.scss */
        .nav-collections--sidebar .nav-collections-submenu > li > a .nav-arrow-toggle, .nav-collections--dropdown .nav-collections-submenu > li > a .nav-arrow-toggle {
          display: none; }
      /* line 180, _navigation.scss */
      .nav-collections--sidebar .nav-collections-submenu > li > ul, .nav-collections--dropdown .nav-collections-submenu > li > ul {
        position: static;
        top: 0px;
        left: 0px;
        opacity: unset;
        visibility: unset;
        padding: 0px 0px 0px 15px;
        box-shadow: none;
        transform: none;
        font-size: 12px;
        line-height: 16px;
        min-height: auto;
        transition: none; }
        /* line 193, _navigation.scss */
        .nav-collections--sidebar .nav-collections-submenu > li > ul > li, .nav-collections--dropdown .nav-collections-submenu > li > ul > li {
          margin: 5px 0px 0px 0px; }
          /* line 195, _navigation.scss */
          .nav-collections--sidebar .nav-collections-submenu > li > ul > li > a, .nav-collections--dropdown .nav-collections-submenu > li > ul > li > a {
            padding: 0px !important; }

/* Dropdown navigation */
@media (min-width: 768px) {
  /* line 208, _navigation.scss */
  .site-header-catalog-col .nav-collections--dropdown {
    left: 0px;
    width: calc(100vw - 32px);
    max-width: 1080px;
    top: calc(100% - 1px);
    padding-top: 1px;
    transform: translate(0px, 0px); }
    /* line 217, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown:not(.is-active) > ul,
    .site-header-catalog-col .nav-collections--dropdown:not(.is-active) > ul > li > ul {
      visibility: hidden !important;
      pointer-events: none !important; }
    /* line 224, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown > ul {
      display: grid;
      grid-template-columns: minmax(250px, 300px) minmax(0px, 1fr);
      max-height: calc(100vh - 170px);
      min-height: 430px;
      padding: 12px;
      border: 1px solid #e5eaf2;
      border-radius: 14px;
      background: #fff;
      box-shadow: 0px 22px 60px rgba(15, 23, 42, 0.14);
      overflow: hidden; }
    /* line 237, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown > ul > li {
      grid-column: 1;
      position: static; }
      /* line 241, _navigation.scss */
      .site-header-catalog-col .nav-collections--dropdown > ul > li > a {
        display: flex;
        align-items: center;
        min-height: 46px;
        margin: 2px 0px;
        padding: 10px 42px 10px 48px !important;
        border-radius: 14px;
        font-weight: 600;
        color: #111827;
        transition: background 0.2s ease, color 0.2s ease; }
      /* line 256, _navigation.scss */
      .site-header-catalog-col .nav-collections--dropdown > ul > li:hover > a, .site-header-catalog-col .nav-collections--dropdown > ul > li.is-catalog-hover > a, .site-header-catalog-col .nav-collections--dropdown > ul > li.is-active > a {
        background: #eef4ff;
        color: #0a2f83; }
      /* line 262, _navigation.scss */
      .site-header-catalog-col .nav-collections--dropdown > ul > li:hover > ul {
        z-index: 0 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translate(10px, 0px) !important;
        pointer-events: none !important; }
      /* line 270, _navigation.scss */
      .site-header-catalog-col .nav-collections--dropdown > ul > li > ul {
        left: 312px;
        top: 12px;
        bottom: 12px;
        width: calc(100% - 324px);
        min-height: calc(100% - 24px);
        padding: 22px 24px;
        border-left: 1px solid #e5eaf2;
        box-shadow: none;
        background: linear-gradient(180deg, #fbfdff 0%, #fff 100%);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #c7d9f6 transparent; }
      /* line 285, _navigation.scss */
      .site-header-catalog-col .nav-collections--dropdown > ul > li.is-catalog-hover > ul, .site-header-catalog-col .nav-collections--dropdown > ul > li.is-active > ul {
        z-index: 3200;
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        transition-delay: 0s;
        pointer-events: auto; }
      /* line 295, _navigation.scss */
      .site-header-catalog-col .nav-collections--dropdown > ul > li:not(.is-catalog-hover):not(.is-active) > ul {
        z-index: 0 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translate(10px, 0px) !important;
        pointer-events: none !important; }
    /* line 304, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown.is-active > ul > li.is-catalog-hover > ul, .site-header-catalog-col .nav-collections--dropdown.is-active > ul > li.is-active > ul {
      z-index: 3200 !important;
      opacity: 1 !important;
      visibility: visible !important;
      transform: translate(0px, 0px) !important;
      pointer-events: auto !important; }
    /* line 314, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown:not(.is-active) > ul,
    .site-header-catalog-col .nav-collections--dropdown:not(.is-active) > ul > li,
    .site-header-catalog-col .nav-collections--dropdown:not(.is-active) > ul > li > ul,
    .site-header-catalog-col .nav-collections--dropdown:not(.is-active) .nav-collections-submenu {
      opacity: 0 !important;
      visibility: hidden !important;
      pointer-events: none !important; }
    /* line 324, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-thumb {
      left: 14px;
      width: 26px;
      height: 26px;
      margin-top: -13px; }
    /* line 331, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-arrow-toggle {
      right: 10px;
      color: #6b7280; }
    /* line 336, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown > ul > li > ul,
    .site-header-catalog-col .nav-collections--dropdown .nav-collections-submenu {
      display: grid;
      grid-template-columns: repeat(2, minmax(0px, 1fr));
      align-content: start;
      gap: 12px 16px;
      padding: 18px 22px !important; }
      /* line 344, _navigation.scss */
      .site-header-catalog-col .nav-collections--dropdown > ul > li > ul > li,
      .site-header-catalog-col .nav-collections--dropdown .nav-collections-submenu > li {
        flex: none;
        max-width: none;
        min-width: 0px;
        padding: 0px; }
    /* line 352, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-group {
      display: flex;
      flex-direction: column;
      min-height: auto;
      padding: 10px;
      border: 1px solid #e5eaf2;
      border-radius: 14px;
      background: #fff;
      box-shadow: 0px 4px 12px rgba(24, 32, 56, 0.04); }
    /* line 363, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card {
      display: grid;
      align-items: center;
      width: 100%;
      min-width: 0px;
      text-align: left; }
    /* line 371, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card--group {
      grid-template-columns: 36px minmax(0px, 1fr);
      gap: 10px;
      min-height: 38px;
      padding: 0px !important;
      color: #111827;
      font-weight: 600; }
    /* line 380, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card--child {
      grid-template-columns: 28px minmax(0px, 1fr);
      gap: 8px;
      min-height: 34px;
      padding: 5px 6px !important;
      border-radius: 9px;
      color: #111827; }
    /* line 389, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card--grandchild {
      grid-template-columns: 20px minmax(0px, 1fr);
      gap: 7px;
      min-height: 28px;
      padding: 3px 6px !important;
      border-radius: 7px;
      color: #6b7280; }
    /* line 398, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card-thumb {
      position: relative;
      display: block;
      flex: 0 0 auto;
      margin: 0px;
      padding: 0px !important;
      border-radius: 8px;
      background: #f5f7fb;
      overflow: hidden; }
    /* line 409, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card-image,
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card-thumb img,
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card-thumb source {
      position: absolute;
      inset: 0px;
      width: 100% !important;
      height: 100% !important;
      object-fit: contain; }
    /* line 419, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card-placeholder {
      position: absolute;
      inset: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #0a2f83;
      font-size: 18px;
      font-weight: 600; }
    /* line 430, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card--group .nav-subcollection-card-thumb {
      width: 36px;
      height: 36px; }
    /* line 435, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card--child .nav-subcollection-card-thumb {
      width: 28px;
      height: 28px; }
    /* line 440, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card--grandchild .nav-subcollection-card-thumb {
      width: 20px;
      height: 20px;
      border-radius: 6px; }
    /* line 446, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card--group .nav-subcollection-card-title {
      font-size: 13px;
      line-height: 17px;
      font-weight: 600; }
    /* line 452, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card--child .nav-subcollection-card-title {
      font-size: 12px;
      line-height: 15px;
      font-weight: 500; }
    /* line 458, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card--grandchild .nav-subcollection-card-title {
      font-size: 11px;
      line-height: 14px;
      font-weight: 500; }
    /* line 464, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-children,
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-grandchildren {
      position: static !important;
      display: grid;
      width: auto !important;
      min-height: 0px !important;
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
      transition: none !important;
      background: transparent;
      box-shadow: none; }
    /* line 478, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-children {
      grid-template-columns: 1fr;
      gap: 4px;
      margin: 8px 0px 0px !important;
      padding: 8px 0px 0px !important;
      border-top: 1px solid #e5eaf2 !important; }
    /* line 486, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-grandchildren {
      grid-template-columns: 1fr;
      gap: 2px;
      margin: 2px 0px 2px 36px !important;
      padding: 0px !important;
      border: 0px !important; }
    /* line 494, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-children > li,
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-grandchildren > li {
      margin: 0px !important;
      padding: 0px !important; }
    /* line 500, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card--child:hover,
    .site-header-catalog-col .nav-collections--dropdown .nav-subcollection-card--grandchild:hover {
      background: #eef4ff;
      color: #0a2f83; }
    /* line 507, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown.is-catalog-controlled > ul > li:not(.is-catalog-hover) > ul {
      z-index: 0 !important;
      opacity: 0 !important;
      visibility: hidden !important;
      transform: translate(10px, 0px) !important;
      pointer-events: none !important; }
    /* line 515, _navigation.scss */
    .site-header-catalog-col .nav-collections--dropdown.is-catalog-controlled > ul > li.is-catalog-hover > ul {
      z-index: 3200 !important;
      opacity: 1 !important;
      visibility: visible !important;
      transform: translate(0px, 0px) !important;
      pointer-events: auto !important; } }
/* Sidebar navigation */
/* line 529, _navigation.scss */
.container--nav_layout_sidebar--index .nav-collections--sidebar {
  margin-top: 0px; }

@media (min-width: 1200px) {
  /* line 534, _navigation.scss */
  .nav-collections--sidebar .nav-collections-submenu {
    width: 875px; } }
@media (min-width: 1200px) {
  /* line 539, _navigation.scss */
  .nav-collections--dropdown .nav-collections-submenu {
    width: 860px; } }
/* line 544, _navigation.scss */
.nav-sidebar {
  font-size: 14px;
  line-height: 18px; }
  /* line 549, _navigation.scss */
  .nav-sidebar.js-popup-nav-sidebar > ul {
    display: block !important; }
    /* line 552, _navigation.scss */
    .nav-sidebar.js-popup-nav-sidebar > ul > .is-active {
      order: 0; }
    /* line 556, _navigation.scss */
    .nav-sidebar.js-popup-nav-sidebar > ul > li {
      margin: 0px !important; }
      /* line 559, _navigation.scss */
      .nav-sidebar.js-popup-nav-sidebar > ul > li.is-active.is-open > ul {
        display: block !important; }
  /* line 566, _navigation.scss */
  .nav-sidebar .nav-l0 {
    padding-left: 34px !important; }
  /* line 569, _navigation.scss */
  .nav-sidebar .nav-thumb {
    left: 0px; }
  /* line 572, _navigation.scss */
  .nav-sidebar:not(.js-popup-nav-sidebar) > ul {
    display: flex !important;
    flex-direction: column; }
    /* line 575, _navigation.scss */
    .nav-sidebar:not(.js-popup-nav-sidebar) > ul > .is-active {
      order: -1; }
    /* line 578, _navigation.scss */
    .nav-sidebar:not(.js-popup-nav-sidebar) > ul > li {
      margin: 15px 0px 0px !important; }
      /* line 580, _navigation.scss */
      .nav-sidebar:not(.js-popup-nav-sidebar) > ul > li > ul {
        padding-left: 0px !important; }
      /* line 583, _navigation.scss */
      .nav-sidebar:not(.js-popup-nav-sidebar) > ul > li.is-active.is-open > ul {
        display: flex !important;
        flex-direction: column; }
        /* line 586, _navigation.scss */
        .nav-sidebar:not(.js-popup-nav-sidebar) > ul > li.is-active.is-open > ul > .is-active {
          order: -1; }
  /* line 592, _navigation.scss */
  .nav-sidebar a {
    display: block;
    color: #111827;
    position: relative; }
  /* line 597, _navigation.scss */
  .nav-sidebar ul {
    position: relative; }
    /* line 599, _navigation.scss */
    .nav-sidebar ul li {
      margin: 10px 0px 0px; }
      /* line 601, _navigation.scss */
      .nav-sidebar ul li > ul {
        display: none;
        padding-left: 5px;
        font-size: 13px;
        line-height: 16px; }
      /* line 609, _navigation.scss */
      .nav-sidebar ul li:hover > a, .nav-sidebar ul li.is-active > a {
        color: #0a2f83; }
      /* line 614, _navigation.scss */
      .nav-sidebar ul li.is-active > a {
        font-weight: 600; }
      /* line 620, _navigation.scss */
      .nav-sidebar ul li.is-open > a .nav-arrow-toggle {
        transform: translate(0px, -50%) rotate(90deg); }
      /* line 624, _navigation.scss */
      .nav-sidebar ul li.is-open > ul {
        display: block; }
  /* line 631, _navigation.scss */
  .nav-sidebar .nav-collections-toggle--next .nav-arrow-toggle {
    right: 0px; }
  /* line 637, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar .nav-l0 {
    display: flex;
    align-items: center;
    min-height: 42px;
    margin: 2px 0px;
    padding: 9px 36px 9px 42px !important;
    border-radius: 14px;
    color: #111827;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease; }
  /* line 649, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar .nav-thumb {
    left: 10px;
    width: 24px;
    height: 24px;
    margin-top: -12px; }
  /* line 656, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar .nav-arrow-toggle {
    right: 4px;
    width: 28px;
    color: #6b7280; }
  /* line 662, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar > ul {
    gap: 4px; }
  /* line 666, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar > ul > li {
    margin: 0px !important; }
  /* line 670, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar > ul > li.is-active > .nav-l0,
  .nav-sidebar.js-inner-nav-sidebar > ul > li.is-open > .nav-l0,
  .nav-sidebar.js-inner-nav-sidebar > ul > li > .nav-l0:hover {
    background: #eef4ff;
    color: #0a2f83; }
  /* line 677, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar > ul > li > ul {
    margin: 4px 0px 10px;
    padding: 0px 0px 0px 34px !important;
    border-left: 1px solid #e5eaf2; }
  /* line 683, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar li.is-open > ul {
    display: grid !important;
    gap: 5px; }
  /* line 688, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar li li {
    margin: 0px; }
  /* line 692, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar li li > a {
    min-height: 34px;
    padding: 7px 10px !important;
    border-radius: 9px;
    color: #111827;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500; }
  /* line 702, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar li li > a:hover,
  .nav-sidebar.js-inner-nav-sidebar li li.is-active > a {
    background: #eef4ff;
    color: #0a2f83; }
  /* line 708, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar li li > .nav-subcollection-card {
    display: grid;
    grid-template-columns: 34px minmax(0px, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 5px 8px 5px 5px !important;
    border-radius: 10px;
    background: #fff;
    color: #111827; }
  /* line 720, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar li li > .nav-subcollection-card:hover,
  .nav-sidebar.js-inner-nav-sidebar li li.is-active > .nav-subcollection-card {
    background: #eef4ff;
    color: #0a2f83; }
  /* line 726, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar li li > .nav-subcollection-card .nav-subcollection-card-thumb {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #f5f7fb;
    overflow: hidden; }
  /* line 736, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar li li > .nav-subcollection-card .nav-subcollection-card-image,
  .nav-sidebar.js-inner-nav-sidebar li li > .nav-subcollection-card .nav-subcollection-card-thumb img,
  .nav-sidebar.js-inner-nav-sidebar li li > .nav-subcollection-card .nav-subcollection-card-thumb source {
    position: absolute;
    inset: 0px;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain; }
  /* line 746, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar li li > .nav-subcollection-card .nav-subcollection-card-placeholder {
    position: absolute;
    inset: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a2f83;
    font-size: 16px;
    font-weight: 600; }
  /* line 757, _navigation.scss */
  .nav-sidebar.js-inner-nav-sidebar li li > .nav-subcollection-card .nav-subcollection-card-title {
    display: block;
    min-width: 0px;
    color: inherit;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600; }

@media (max-width: 767px) {
  /* line 770, _navigation.scss */
  body.is-mobile-catalog-open .popup-content-links,
  body.is-mobile-catalog-open .popup-content-contacts {
    display: none !important; }
  /* line 775, _navigation.scss */
  body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar {
    padding: 0px 14px 24px;
    font-size: 15px;
    line-height: 20px; }
    /* line 780, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar > ul {
      display: grid !important;
      gap: 8px;
      padding: 0px; }
    /* line 786, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar li {
      margin: 0px !important; }
    /* line 790, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar a {
      display: flex;
      align-items: center;
      min-height: 52px;
      padding: 10px 42px 10px 52px;
      border: 1px solid #e5eaf2;
      border-radius: 14px;
      background: #fff;
      color: #111827;
      font-weight: 600;
      box-shadow: 0px 4px 12px rgba(24, 32, 56, 0.04); }
    /* line 803, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar .nav-l0 {
      padding-left: 52px !important; }
    /* line 807, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar .nav-thumb {
      left: 12px;
      width: 28px;
      height: 28px;
      margin-top: -14px; }
    /* line 814, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar .nav-arrow-toggle {
      right: 9px;
      width: 34px;
      height: 34px;
      padding: 8px;
      border-radius: 50%;
      color: #6b7280;
      background: #f5f7fb; }
    /* line 824, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar li.is-active > a,
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar li.is-open > a {
      border-color: #c7d9f6;
      background: #eef4ff;
      color: #0a2f83; }
    /* line 831, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar li > ul {
      display: none;
      margin: 8px 0px 4px;
      padding: 0px 0px 0px 12px;
      border-left: 2px solid #eef4ff;
      font-size: 14px;
      line-height: 19px; }
    /* line 840, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar li.is-open > ul {
      display: grid;
      gap: 7px; }
    /* line 845, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar li li a {
      min-height: 44px;
      padding: 9px 38px 9px 20px;
      border-radius: 8px;
      background: #fbfcff;
      font-weight: 600; }
    /* line 853, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar li li > .nav-subcollection-card {
      display: grid;
      grid-template-columns: 48px minmax(0px, 1fr);
      column-gap: 12px;
      align-items: center;
      min-height: 64px;
      padding: 8px 42px 8px 12px !important;
      background: #fff; }
    /* line 863, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar li li > .nav-subcollection-card .nav-subcollection-card-thumb {
      position: relative;
      display: block;
      width: 48px;
      height: 48px;
      border-radius: 8px;
      background: #f5f7fb;
      overflow: hidden; }
    /* line 873, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar li li > .nav-subcollection-card .nav-subcollection-card-image,
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar li li > .nav-subcollection-card .nav-subcollection-card-thumb img,
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar li li > .nav-subcollection-card .nav-subcollection-card-thumb source {
      position: absolute;
      inset: 0px;
      width: 100% !important;
      height: 100% !important;
      object-fit: contain; }
    /* line 883, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar li li > .nav-subcollection-card .nav-subcollection-card-placeholder {
      position: absolute;
      inset: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #0a2f83;
      font-size: 20px;
      font-weight: 600; }
    /* line 894, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar li li > .nav-subcollection-card .nav-subcollection-card-title {
      display: block;
      color: #111827;
      font-size: 14px;
      line-height: 18px;
      font-weight: 600; }
    /* line 902, _navigation.scss */
    body.is-mobile-catalog-open .nav-sidebar.js-popup-nav-sidebar li li .nav-arrow-toggle {
      width: 30px;
      height: 30px;
      right: 7px;
      background: transparent; } }
/* Hamburger control */
/* line 913, _navigation.scss */
.hamburger {
  display: inline-block;
  width: 20px;
  height: 16px;
  color: #fff; }
  /* line 918, _navigation.scss */
  .hamburger > span {
    position: absolute;
    width: 100%;
    height: 2px;
    transition: 0.4s; }
    /* line 923, _navigation.scss */
    .hamburger > span:nth-child(1) {
      top: 0px; }
    /* line 926, _navigation.scss */
    .hamburger > span:nth-child(2) {
      top: calc(50% - 1px); }
    /* line 929, _navigation.scss */
    .hamburger > span:nth-child(3) {
      bottom: 0px; }
    /* line 932, _navigation.scss */
    .hamburger > span:before, .hamburger > span:after {
      content: "";
      position: absolute;
      width: 50%;
      height: 100%;
      background: currentColor;
      transition: 0.4s; }
    /* line 941, _navigation.scss */
    .hamburger > span:before {
      left: 0px; }
    /* line 944, _navigation.scss */
    .hamburger > span:after {
      right: 0px; }

/* 1. Settings / Design system tokens */
/* Breakpoints mirror this theme's Bootstrap grid. In this theme `lg` starts at 1025px. */
/* Shared design-system layer: semantic scales and component contracts. */
/* 5. Footer */
/* line 5, _footer.scss */
.footer-subscribe {
  padding: 28px 0px;
  background-color: #0a2f83;
  color: #fff; }
  /* line 9, _footer.scss */
  .footer-subscribe-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin: 0px 0px 5px; }
  /* line 15, _footer.scss */
  .footer-subscribe-policy {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0px 0px; }
  /* line 20, _footer.scss */
  .footer-subscribe-form {
    padding: 6px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0px 14px 28px rgba(10, 47, 131, 0.22); }
  /* line 26, _footer.scss */
  .footer-subscribe-description {
    font-size: 14px;
    line-height: 18px; }
  /* line 30, _footer.scss */
  .footer-subscribe-yamarket {
    font-size: 12px;
    line-height: 16px;
    text-align: center; }
    /* line 34, _footer.scss */
    .footer-subscribe-yamarket img {
      margin: 0px auto; }
    /* line 37, _footer.scss */
    .footer-subscribe-yamarket span {
      display: block;
      margin: 5px 0px 0px; }
  /* line 42, _footer.scss */
  .footer-subscribe a {
    color: #fff;
    text-decoration: underline; }
    /* line 45, _footer.scss */
    .footer-subscribe a:hover {
      color: #fff !important; }
/* line 50, _footer.scss */
.footer-menu {
  padding: 36px 0px 12px;
  background-color: #fff;
  color: #6b7280;
  border-top: 1px solid #e5eaf2; }
  /* line 55, _footer.scss */
  .footer-menu a {
    color: #374151; }
    /* line 57, _footer.scss */
    .footer-menu a:hover {
      color: #0a2f83; }
  /* line 61, _footer.scss */
  .footer-menu-block {
    margin: 0px 0px 28px; }
  /* line 64, _footer.scss */
  .footer-menu-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0px 0px 14px; }
    /* line 70, _footer.scss */
    .footer-menu-title--second {
      margin: 20px 0px 0px; }
    /* line 73, _footer.scss */
    .footer-menu-title .logo {
      margin: 0px 0px 10px; }
      /* line 75, _footer.scss */
      .footer-menu-title .logo img {
        max-width: 200px; }
  /* line 80, _footer.scss */
  .footer-menu-items {
    font-size: 14px;
    line-height: 20px; }
  /* line 84, _footer.scss */
  .footer-menu-item {
    margin: 0px 0px 11px; }
    /* line 86, _footer.scss */
    .footer-menu-item:last-child {
      margin: 0px; }
    /* line 89, _footer.scss */
    .footer-menu-item--social {
      margin-top: 10px; }
    /* line 92, _footer.scss */
    .footer-menu-item--icon {
      position: relative;
      padding-left: 25px; }
      /* line 95, _footer.scss */
      .footer-menu-item--icon svg {
        position: absolute;
        left: 0px;
        top: 3px;
        color: #0a2f83; }
    /* line 103, _footer.scss */
    .footer-menu-item--phone > a {
      display: inline-block;
      font-size: 17px;
      line-height: 22px;
      font-weight: 600;
      color: #111827; }
    /* line 110, _footer.scss */
    .footer-menu-item--phone span {
      display: inline-block;
      font-size: 12px;
      line-height: 16px;
      border-bottom: 1px dotted currentColor;
      cursor: pointer;
      transition: color 0.2s linear; }
      /* line 117, _footer.scss */
      .footer-menu-item--phone span:hover {
        color: #0a2f83; }
/* line 124, _footer.scss */
.footer-copyright {
  font-size: 12px;
  line-height: 16px;
  padding: 18px 0px;
  background-color: #111827;
  color: #fff;
  border-top: none; }
  /* line 131, _footer.scss */
  .footer-copyright a {
    color: #fff;
    text-decoration: underline; }
    /* line 134, _footer.scss */
    .footer-copyright a:hover {
      color: #0a2f83; }
  /* line 138, _footer.scss */
  .footer-copyright-small {
    display: block;
    font-size: 11px;
    line-height: 14px;
    max-width: 880px;
    margin: 5px 0px 0px; }

/* line 147, _footer.scss */
.payments {
  margin: 0px -5px; }
  /* line 149, _footer.scss */
  .payments li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px; }
    /* line 153, _footer.scss */
    .payments li img {
      width: auto;
      height: 18px; }

@media (max-width: 767px) {
  /* line 162, _footer.scss */
  .footer-subscribe-yamarket {
    margin: 20px 0px 0px; }
  /* line 166, _footer.scss */
  .footer-subscribe-description {
    font-size: 14px;
    margin: 20px 0px 0px; } }
@media (max-width: 1024px) {
  /* line 174, _footer.scss */
  .payments {
    margin: 0px 0px 10px; } }
/* line 179, _footer.scss */
.scroll-top {
  position: fixed;
  bottom: 20px;
  z-index: 100;
  border: none;
  background-color: #0a2f83;
  border-radius: 50%;
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #111827;
  font-size: 18px;
  line-height: 40px;
  padding: 0px; }
  /* line 194, _footer.scss */
  .scroll-top--left {
    left: 20px; }
  /* line 197, _footer.scss */
  .scroll-top--right {
    right: 20px; }
  /* line 200, _footer.scss */
  .scroll-top:hover {
    color: #fff;
    background-color: #111827; }
