
@media (max-width: 575px) {
  .cookie-consent {
    width: calc(100% - 24px) !important;
    bottom: 72px !important;
    padding: 14px 16px !important;
    border-radius: 14px !important;
  }

  .cookie-consent__content {
    flex-direction: row !important;
    gap: 10px !important;
  }

  .cookie-consent__content i {
    font-size: 20px !important;
    margin-top: 2px;
  }

  .cookie-consent__text {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .cookie-consent__text strong {
    font-size: 14px !important;
    margin-bottom: 3px !important;
  }

  .cookie-consent__actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .cookie-consent__actions .btn-primary,
  .cookie-consent__actions .btn-outline {
    min-height: 40px !important;
    padding: 0 10px !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }
}

.disc a[href*="google.com/maps"],
.disc a[href*="maps.app.goo.gl"],
.disc a[href*="goo.gl/maps"],
.accordion-body a[href*="google.com/maps"],
.accordion-body a[href*="maps.app.goo.gl"],
.accordion-body a[href*="goo.gl/maps"],
.page-content a[href*="google.com/maps"],
.page-content a[href*="maps.app.goo.gl"],
.page-content a[href*="goo.gl/maps"],
.container-privacy-policy a[href*="google.com/maps"],
.container-privacy-policy a[href*="maps.app.goo.gl"],
.container-privacy-policy a[href*="goo.gl/maps"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px !important;
  border: 1px solid #17466f !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #17466f 0%, #2c7aa7 100%) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 12px 24px rgba(23, 70, 111, .18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.disc a[href*="google.com/maps"]:hover,
.disc a[href*="google.com/maps"]:focus-visible,
.disc a[href*="maps.app.goo.gl"]:hover,
.disc a[href*="maps.app.goo.gl"]:focus-visible,
.disc a[href*="goo.gl/maps"]:hover,
.disc a[href*="goo.gl/maps"]:focus-visible,
.accordion-body a[href*="google.com/maps"]:hover,
.accordion-body a[href*="google.com/maps"]:focus-visible,
.accordion-body a[href*="maps.app.goo.gl"]:hover,
.accordion-body a[href*="maps.app.goo.gl"]:focus-visible,
.accordion-body a[href*="goo.gl/maps"]:hover,
.accordion-body a[href*="goo.gl/maps"]:focus-visible,
.page-content a[href*="google.com/maps"]:hover,
.page-content a[href*="google.com/maps"]:focus-visible,
.page-content a[href*="maps.app.goo.gl"]:hover,
.page-content a[href*="maps.app.goo.gl"]:focus-visible,
.page-content a[href*="goo.gl/maps"]:hover,
.page-content a[href*="goo.gl/maps"]:focus-visible,
.container-privacy-policy a[href*="google.com/maps"]:hover,
.container-privacy-policy a[href*="google.com/maps"]:focus-visible,
.container-privacy-policy a[href*="maps.app.goo.gl"]:hover,
.container-privacy-policy a[href*="maps.app.goo.gl"]:focus-visible,
.container-privacy-policy a[href*="goo.gl/maps"]:hover,
.container-privacy-policy a[href*="goo.gl/maps"]:focus-visible {
  background: linear-gradient(135deg, #123a5b 0%, #236689 100%) !important;
  border-color: #123a5b !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(18, 58, 91, .24);
}

.disc a[href*="google.com/maps"]::before,
.disc a[href*="maps.app.goo.gl"]::before,
.disc a[href*="goo.gl/maps"]::before,
.accordion-body a[href*="google.com/maps"]::before,
.accordion-body a[href*="maps.app.goo.gl"]::before,
.accordion-body a[href*="goo.gl/maps"]::before,
.page-content a[href*="google.com/maps"]::before,
.page-content a[href*="maps.app.goo.gl"]::before,
.page-content a[href*="goo.gl/maps"]::before,
.container-privacy-policy a[href*="google.com/maps"]::before,
.container-privacy-policy a[href*="maps.app.goo.gl"]::before,
.container-privacy-policy a[href*="goo.gl/maps"]::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}

.list-product-card .list-compare-btn {
  display: none !important;
}

.single-shopping-card-one .thumbnail-preview,
.single-shopping-card-one .product-card-media,
.product-thumb.zoom {
  position: relative;
}

.single-shopping-card-one .product-card-media {
  min-width: 0;
}

.single-shopping-card-one .product-card-media .thumbnail-preview {
  display: block;
}

.product-discount-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(198, 40, 40, 0.88);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
  backdrop-filter: blur(6px);
}

.product-discount-badge--detail {
  top: 18px;
  right: 18px;
  min-height: 32px;
  padding: 0 12px;
  font-size: 11px;
}

.single-shopping-card-one .image-and-action-area-wrapper {
  position: relative;
}

.single-shopping-card-one .energy-group-stack {
  top: 62px;
}

.single-shopping-card-one .product-card-favorite-btn.favorite-toggle[data-favorite-tooltip] {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 8 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border: 1px solid rgba(226, 232, 240, .95) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .94) !important;
  color: #17466f !important;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .14) !important;
  backdrop-filter: blur(8px);
  line-height: 1 !important;
  transform: none !important;
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.single-shopping-card-one .product-card-favorite-btn.favorite-toggle[data-favorite-tooltip] i {
  color: inherit !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

.single-shopping-card-one .product-card-favorite-btn.favorite-toggle[data-favorite-tooltip]:hover,
.single-shopping-card-one .product-card-favorite-btn.favorite-toggle[data-favorite-tooltip]:focus-visible,
.single-shopping-card-one .product-card-favorite-btn.favorite-toggle[data-favorite-tooltip].active {
  border-color: #17466f !important;
  background: #17466f !important;
  color: #fff !important;
  box-shadow: 0 16px 28px rgba(23, 70, 111, .22) !important;
  transform: translateY(-1px) !important;
}

.single-shopping-card-one .product-card-favorite-btn.favorite-toggle[data-favorite-tooltip]::before {
  display: none !important;
}

.single-shopping-card-one .product-card-favorite-btn.favorite-toggle[data-favorite-tooltip]::after {
  left: 0 !important;
  top: calc(100% + 8px) !important;
  bottom: auto !important;
  transform: translateY(-3px) !important;
}

.single-shopping-card-one .product-card-favorite-btn.favorite-toggle[data-favorite-tooltip]:hover::after,
.single-shopping-card-one .product-card-favorite-btn.favorite-toggle[data-favorite-tooltip]:focus-visible::after {
  transform: translateY(0) !important;
}

.shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card > .product-card-media > .product-card-favorite-btn {
  top: 12px !important;
  left: 12px !important;
}

@media (min-width: 992px) {
  .shop-grid-sidebar:not(.panel-materials-page) .shop-grid-sidebar-area > .container {
    width: 100%;
    max-width: none;
    padding-left: clamp(12px, 1.35vw, 28px);
    padding-right: clamp(12px, 1.35vw, 28px);
  }

  .shop-grid-sidebar:not(.panel-materials-page) .shop-grid-sidebar-area > .container > .row {
    display: grid;
    grid-template-columns: clamp(280px, 17vw, 340px) minmax(0, 1fr);
    column-gap: clamp(18px, 1.35vw, 28px);
    row-gap: 24px;
    align-items: start;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .shop-grid-sidebar:not(.panel-materials-page) .shop-grid-sidebar-area > .container > .row > .catalog-sidebar-column,
  .shop-grid-sidebar:not(.panel-materials-page) .shop-grid-sidebar-area > .container > .row > .col-lg-9,
  .shop-grid-sidebar:not(.panel-materials-page) .shop-grid-sidebar-area > .container > .row > .col-xl-10,
  .shop-grid-sidebar:not(.panel-materials-page) .shop-grid-sidebar-area > .container > .row > .col-xxl-10 {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    flex: initial;
    justify-self: stretch;
  }

  .shop-grid-sidebar:not(.panel-materials-page) .shop-grid-sidebar-area > .container > .row > .catalog-sidebar-column {
    grid-column: 1;
  }

  .shop-grid-sidebar:not(.panel-materials-page) .shop-grid-sidebar-area > .container > .row > .col-lg-9,
  .shop-grid-sidebar:not(.panel-materials-page) .shop-grid-sidebar-area > .container > .row > .col-xl-10,
  .shop-grid-sidebar:not(.panel-materials-page) .shop-grid-sidebar-area > .container > .row > .col-xxl-10 {
    grid-column: 2;
  }

  .shop-grid-sidebar:not(.panel-materials-page) .shop-grid-sidebar-area .filter-select-area {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card > .product-card-media > .thumbnail-preview .product-discount-badge {
  top: 12px;
  left: auto;
  right: 12px;
  min-height: 26px;
  padding: 0 9px;
  font-size: 10px;
}

.shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list #product-list {
  --bs-gutter-x: 15px !important;
  --bs-gutter-y: 15px !important;
}

.shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card {
  padding: 15px !important;
  background: linear-gradient(180deg, #f7f9fb 0%, #f1f4f7 100%) !important;
  border-color: #e4ebf2 !important;
  border-radius: 16px !important;
}

.shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card > .product-card-media {
  display: flex !important;
  min-width: 0 !important;
}

.shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card > .product-card-media > .thumbnail-preview {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 180px !important;
  min-height: 180px !important;
  padding: 10px !important;
  background: #fff !important;
  border: 1px solid #e4ebf2 !important;
  border-radius: 14px !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65), 0 10px 22px rgba(15, 23, 42, .035) !important;
  overflow: hidden !important;
}

.shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card > .product-card-media > .thumbnail-preview > img {
  display: block !important;
  width: 138% !important;
  height: 138% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  transform: none !important;
  transform-origin: center !important;
  filter: drop-shadow(0 10px 16px rgba(15, 23, 42, .08)) !important;
}

.single-shopping-card-one .price-area,
.product-price-highlight {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px 14px;
}

.single-shopping-card-one .price-current-wrap,
.product-price-highlight .product-price-main-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px 14px;
}

.single-shopping-card-one .price-current-wrap .current,
.single-shopping-card-one .price-current-wrap .product-price-value,
.product-price-highlight .product-price-value {
  color: #d63b32;
  font-weight: 800;
  line-height: 1;
}

.price-tax-suffix {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .06);
  color: #475569;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.price-tax-suffix--small {
  min-height: 18px;
  padding: 0 5px;
  font-size: 10px;
}

.single-shopping-card-one .price-area.has-discount .price-previous-wrap,
.product-price-highlight .product-price-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.single-shopping-card-one .price-area .previous,
.product-price-highlight .old-price {
  color: #94a3b8;
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: rgba(148, 163, 184, .8);
}

.price-discount-note {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(214, 59, 50, .08);
  color: #c62828;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}

.shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .price-area {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 12px 0 14px !important;
}

.shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .price-current-wrap,
.shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .price-previous-wrap {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  margin: 0 !important;
}

.shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .price-current-wrap .current {
  font-size: clamp(20px, 1.8vw, 25px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .price-previous-wrap .previous {
  font-size: 15px !important;
  line-height: 1 !important;
  color: #64748b !important;
  opacity: 1 !important;
}

.favorite-toggle[data-favorite-tooltip] {
  position: relative !important;
}

.favorite-toggle[data-favorite-tooltip]::after {
  content: attr(data-favorite-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9px);
  z-index: 20;
  display: block;
  padding: 7px 10px;
  border-radius: 9px;
  background: #102f4d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 5px);
  transition: opacity .18s ease, transform .18s ease;
}

.favorite-toggle[data-favorite-tooltip]:hover::after,
.favorite-toggle[data-favorite-tooltip]:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .price-discount-note {
  min-height: 22px;
  padding: 0 7px;
  font-size: 10px;
}

.product-price-highlight {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.product-price-highlight .product-price-main-row {
  width: 100%;
}

.product-price-highlight .product-price-value {
  font-size: clamp(24px, 2.8vw, 34px);
}

.product-price-highlight .old-price {
  font-size: 17px;
}

.product-price-highlight .product-price-note {
  margin-top: 0;
}

.product-tax-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #475569;
}

.product-tax-meta .product-tax-note strong {
  color: #0f172a;
}

.product-tax-meta .product-tax-separator {
  color: #cbd5e1;
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition {
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
  overflow: hidden;
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition + .catalog-sidebar-card--definition {
  margin-top: 2px;
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .sidebar-card-head {
  padding: 12px 14px 8px;
  background: transparent;
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .sidebar-card-head .title {
  margin: 0;
  color: #243648;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .sidebar-card-head .title .sidebar-card-title-icon {
  display: none !important;
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .filterbox-body {
  margin-top: 0;
  padding: 0 14px 12px;
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .catalog-filter-definition {
  margin: 0;
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .catalog-filter-options {
  display: grid;
  gap: 6px;
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .catalog-filter-option {
  margin: 0;
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .catalog-filter-option-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 50px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .catalog-filter-option:hover .catalog-filter-option-box {
  border-color: #8fb7d5;
  box-shadow: 0 6px 14px rgba(23, 70, 111, .06);
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .catalog-filter-option input:checked + .catalog-filter-option-box {
  border-color: #17466f;
  background: #f8fbff;
  box-shadow: 0 8px 16px rgba(23, 70, 111, .08);
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .catalog-filter-option-label {
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .catalog-filter-option input:checked + .catalog-filter-option-box .catalog-filter-option-label {
  color: #17466f;
}

.shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .catalog-filter-checkbox {
  flex: 0 0 auto;
}


@media (max-width: 991px) {
  .shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .sidebar-card-head {
    padding: 10px 12px 6px;
  }

  .shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .filterbox-body {
    padding: 0 12px 10px;
  }

  .shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .sidebar-card-head .title {
    font-size: 14px;
  }

  .shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .catalog-filter-option-box {
    min-height: 46px;
    padding: 0 10px;
  }

  .shop-grid-sidebar .sidebar-filter-main .catalog-sidebar-card--definition .catalog-filter-option-label {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .shop-grid-sidebar .sidebar-filter-main form {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 110px;
  }

  .shop-grid-sidebar .sidebar-filter-main .filter-submit-panel {
    position: fixed;
    left: var(--filter-submit-left, 24px);
    bottom: 18px;
    width: var(--filter-submit-width, 280px);
    z-index: 24;
    margin-top: auto;
    padding: 10px 10px 6px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.96);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .shop-grid-sidebar .sidebar-filter-main .filter-submit-panel.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .shop-grid-sidebar .sidebar-filter-main .filter-submit-button {
    width: 100%;
    justify-content: center;
  }

  .shop-grid-sidebar .sidebar-filter-main .filter-reset-link {
    display: block;
    margin-top: 4px;
    text-align: center;
  }
}

body.compare-drawer-open {
  overflow: auto;
}

.compare-drawer {
  position: fixed;
  inset: 0;
  z-index: 4200;
  pointer-events: none;
}

.compare-drawer__handle {
  position: fixed;
  right: 18px;
  top: 50%;
  width: max-content;
  max-width: none;
  min-width: 0;
  transform: translateY(-50%);
  transform-origin: center center;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px 0 16px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #17466f 0%, #2c7aa7 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .22);
  pointer-events: auto;
  transition: transform .25s ease, opacity .25s ease;
}

.compare-drawer__handle:hover {
  transform: translateY(-50%) translateX(-4px);
}

body.floating-drawers-both .compare-drawer:not(.quote-board-drawer) .compare-drawer__handle {
  top: calc(50% - 38px);
}

body.floating-drawers-both .quote-board-drawer .compare-drawer__handle {
  top: calc(50% + 38px);
}

.compare-drawer__handle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  font-size: 16px;
}

.compare-drawer__handle-icon svg,
.compare-drawer__state-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.compare-drawer__state-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}

.compare-drawer__handle-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.compare-drawer__handle-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff;
  color: #17466f;
  font-size: 13px;
  font-weight: 800;
}

.compare-drawer:not(.quote-board-drawer) .compare-drawer__handle {
  right: 0;
  width: 58px;
  max-width: 58px;
  min-width: 58px;
  min-height: 208px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 14px 8px;
  border-radius: 18px 0 0 18px;
}

.compare-drawer:not(.quote-board-drawer) .compare-drawer__handle-text {
  max-width: none;
  max-height: 148px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  letter-spacing: 0;
}

body.floating-drawers-both .compare-drawer:not(.quote-board-drawer) .compare-drawer__handle {
  top: calc(50% - 112px);
}

.compare-drawer__backdrop {
  position: fixed;
  inset: 0;
  background: transparent !important;
  backdrop-filter: none !important;
  pointer-events: none !important;
}

.compare-drawer__panel {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, calc(100vw - 16px));
  height: 100vh;
  padding: 28px 20px 20px;
  background: #fff;
  box-shadow: -20px 0 44px rgba(15, 23, 42, .18);
  display: flex;
  flex-direction: column;
  gap: 18px;
  pointer-events: auto;
}

.compare-drawer__panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-right: 8px;
}

.compare-drawer__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(23, 70, 111, .08);
  color: #17466f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.compare-drawer__title {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.2;
}

.compare-drawer__subtitle {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

.compare-drawer__close {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 999px;
  background: rgba(15, 23, 42, .06);
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.compare-drawer__panel-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}

.compare-drawer__state {
  display: grid;
  gap: 10px;
  justify-items: start;
  padding: 18px;
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
  background: #f8fafc;
}

.compare-drawer__state strong {
  color: #0f172a;
  font-size: 16px;
}

.compare-drawer__state p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.compare-drawer__state-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(23, 70, 111, .08);
  color: #17466f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.compare-drawer__state-icon svg {
  width: 28px;
  height: 28px;
}

.compare-drawer__items {
  display: grid;
  gap: 14px;
}

.compare-drawer__item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
}

.compare-drawer__item-thumb {
  width: 90px;
  height: 90px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.compare-drawer__item-thumb img {
  max-width: 74px;
  max-height: 74px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.compare-drawer__item-content {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.compare-drawer__item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.compare-drawer__item-title {
  margin: 0;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.compare-drawer__item-title-link {
  color: inherit;
  text-decoration: none;
}

.compare-drawer__item-title-link:hover {
  color: #17466f;
}

.compare-drawer__item-remove {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 12px;
  background: rgba(239, 68, 68, .08);
  color: #dc2626;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.compare-drawer__item-meta {
  display: grid;
  gap: 4px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

.compare-drawer__item-price {
  color: #dc2626;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.compare-drawer__item-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.compare-drawer__item-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #17466f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.compare-drawer__panel-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 12px;
  padding-top: 6px;
}

.quote-board-drawer__footer {
  grid-template-columns: 1fr;
}

.computer-build-drawer .compare-drawer__handle,
.computer-build-drawer .compare-drawer__compare-btn {
  background: linear-gradient(135deg, #0f3f46 0%, #187a8b 100%);
  box-shadow: 0 18px 40px rgba(15, 63, 70, .24);
}

.computer-build-drawer .compare-drawer__eyebrow,
.computer-build-drawer .compare-drawer__item-link {
  color: #187a8b;
}

.computer-build-drawer .compare-drawer__state-icon {
  color: #187a8b;
  background: rgba(24, 122, 139, .1);
}

.compare-drawer__clear,
.compare-drawer__compare-btn {
  min-height: 48px;
  border-radius: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.compare-drawer__clear {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
}

.compare-drawer__compare-btn {
  border: 1px solid transparent;
  background: linear-gradient(135deg, #17466f 0%, #2c7aa7 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(23, 70, 111, .2);
}

.compare-drawer__clear:disabled,
.compare-drawer__compare-btn.is-disabled {
  opacity: .55;
  pointer-events: none;
  box-shadow: none;
}

.compare-drawer.is-hidden .compare-drawer__handle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.compare-drawer.is-open .compare-drawer__handle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.wa-chat-widget {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 2600;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}

.wa-chat-widget,
.wa-chat-widget * {
  box-sizing: border-box;
}

body.compare-drawer-open .wa-chat-widget,
body.compare-drawer-open .ok-ai-widget {
  z-index: 1180 !important;
}

body.wa-chat-open ._hj-widget-container {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

body.wa-chat-fullscreen-open {
  overflow: hidden;
}

@keyframes waWidgetBurst {
  0% { opacity: 0; transform: translateY(22px) scale(.72); }
  55% { opacity: 1; transform: translateY(-10px) scale(1.08); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes waWidgetRing {
  0% { transform: scale(.58); opacity: .55; }
  100% { transform: scale(1.4); opacity: 0; }
}

@keyframes waTypingCaret {
  0%, 45% { opacity: 1; }
  46%, 100% { opacity: .16; }
}

.wa-chat-widget__teaser {
  position: relative;
  width: min(360px, calc(100vw - 32px));
  padding: 16px 18px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #eef5fb 100%);
  border: 1px solid rgba(23, 70, 111, .14);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .16);
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease;
  animation: waWidgetBurst .9s cubic-bezier(.2,.8,.2,1) both;
}

.wa-chat-widget__teaser::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background: #eef5fb;
  border-right: 1px solid rgba(23, 70, 111, .14);
  border-bottom: 1px solid rgba(23, 70, 111, .14);
  transform: rotate(45deg);
}

.wa-chat-widget__teaser-shell {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  max-width: 100%;
  color: #17466f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.wa-chat-widget__teaser-message {
  display: inline-block;
  max-width: 100%;
  color: #17466f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  word-break: break-word;
}

.wa-chat-widget__teaser-cursor {
  width: 2px;
  height: 1.1em;
  border-radius: 999px;
  background: #17466f;
  animation: waTypingCaret .9s step-end infinite;
}

.wa-chat-widget__teaser-emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
}

.wa-chat-widget__teaser-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(23, 70, 111, .08);
  color: #17466f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wa-chat-widget__teaser-title {
  display: block;
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.35;
}

.wa-chat-widget__teaser-text {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.65;
}

.wa-chat-widget__panel {
  position: relative;
  width: min(520px, calc(100vw - 32px));
  padding: 150px 18px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #eef5fb 100%);
  border: 1px solid rgba(23, 70, 111, .14);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .18);
  overflow: visible;
}

.wa-chat-widget__close,
.wa-chat-widget__fullscreen,
.wa-chat-widget__restart-top {
  position: absolute;
  top: 12px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 999px;
  background: rgba(15, 23, 42, .05);
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}

.wa-chat-widget__icon {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.wa-chat-widget__close .wa-chat-widget__icon,
.wa-chat-widget__fullscreen .wa-chat-widget__icon,
.wa-chat-widget__restart-top .wa-chat-widget__icon {
  width: 20px;
  height: 20px;
}

.wa-chat-widget__close[data-tooltip]::before,
.wa-chat-widget__fullscreen[data-tooltip]::before,
.wa-chat-widget__restart-top[data-tooltip]::before,
.wa-chat-widget__attach[data-tooltip]::before,
.wa-chat-widget__back[data-tooltip]::before,
.wa-chat-widget__close[data-tooltip]::after,
.wa-chat-widget__fullscreen[data-tooltip]::after,
.wa-chat-widget__restart-top[data-tooltip]::after,
.wa-chat-widget__attach[data-tooltip]::after,
.wa-chat-widget__back[data-tooltip]::after {
  position: absolute;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  z-index: 40;
}

.wa-chat-widget__close[data-tooltip]::before,
.wa-chat-widget__fullscreen[data-tooltip]::before,
.wa-chat-widget__restart-top[data-tooltip]::before {
  content: "";
  top: calc(100% + 4px);
  border: 6px solid transparent;
  border-bottom-color: #0f172a;
  transform: translate(-50%, -3px);
}

.wa-chat-widget__close[data-tooltip]::after,
.wa-chat-widget__fullscreen[data-tooltip]::after,
.wa-chat-widget__restart-top[data-tooltip]::after {
  content: attr(data-tooltip);
  top: calc(100% + 15px);
  width: max-content;
  max-width: 190px;
  padding: 9px 11px;
  border-radius: 9px;
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .22);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -5px);
}

.wa-chat-widget__close[data-tooltip]:hover::before,
.wa-chat-widget__close[data-tooltip]:focus-visible::before,
.wa-chat-widget__fullscreen[data-tooltip]:hover::before,
.wa-chat-widget__fullscreen[data-tooltip]:focus-visible::before,
.wa-chat-widget__restart-top[data-tooltip]:hover::before,
.wa-chat-widget__restart-top[data-tooltip]:focus-visible::before,
.wa-chat-widget__close[data-tooltip]:hover::after,
.wa-chat-widget__close[data-tooltip]:focus-visible::after,
.wa-chat-widget__fullscreen[data-tooltip]:hover::after,
.wa-chat-widget__fullscreen[data-tooltip]:focus-visible::after,
.wa-chat-widget__restart-top[data-tooltip]:hover::after,
.wa-chat-widget__restart-top[data-tooltip]:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.wa-chat-widget__close {
  right: 12px;
}

.wa-chat-widget__fullscreen {
  right: 54px;
}

.wa-chat-widget__restart-top {
  right: 96px;
}

.wa-chat-widget__close:hover,
.wa-chat-widget__close:focus,
.wa-chat-widget__fullscreen:hover,
.wa-chat-widget__fullscreen:focus,
.wa-chat-widget__restart-top:hover,
.wa-chat-widget__restart-top:focus {
  background: rgba(15, 23, 42, .1);
}

.wa-chat-widget__restart-top:disabled {
  cursor: wait;
  opacity: .58;
}

.wa-chat-widget__avatar {
  position: absolute;
  top: -116px;
  left: 10px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: none;
  overflow: visible;
  z-index: 2;
  animation: waWidgetBurst 1s cubic-bezier(.2,.8,.2,1) both;
}

.wa-chat-widget__avatar::after {
  display: none;
}

.wa-chat-widget__assistant-image {
  display: block;
  width: 260px;
  max-width: none;
  height: auto;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(15, 23, 42, .16));
  transform: translateY(7px);
}

.wa-chat-widget__assistant-image--mini {
  width: 104px;
  max-height: 104px;
  filter: drop-shadow(0 8px 14px rgba(15, 23, 42, .14));
  transform: translateY(-5px);
}

.wa-chat-widget.is-fullscreen {
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding: clamp(10px, 2vw, 16px);
  align-items: stretch;
  justify-content: stretch;
  background: rgba(15, 23, 42, .45);
  z-index: 2147483000;
}

.wa-chat-widget.is-fullscreen .wa-chat-widget__trigger {
  display: none;
}

.wa-chat-widget.is-fullscreen .wa-chat-widget__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  min-height: 0;
  padding: 92px clamp(12px, 2vw, 18px) clamp(12px, 2vw, 18px);
  border-radius: 18px;
  overflow: hidden;
}

.wa-chat-widget.is-fullscreen .wa-chat-widget__avatar {
  top: 8px;
  left: 18px;
  width: 138px;
  height: 78px;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 0;
  animation: none;
}

.wa-chat-widget.is-fullscreen .wa-chat-widget__assistant-image {
  width: 138px;
  transform: translateY(8px);
}

.wa-chat-widget.is-fullscreen .wa-chat-widget__body {
  position: static;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  max-height: none;
  width: 100%;
  padding-right: 4px;
}

.wa-chat-widget.is-fullscreen .wa-chat-widget__head {
  position: absolute;
  top: 20px;
  left: 170px;
  right: 146px;
  z-index: 3;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wa-chat-widget.is-fullscreen .wa-chat-widget__progress {
  position: absolute;
  top: 62px;
  left: 170px;
  z-index: 3;
}

.wa-chat-widget.is-fullscreen .wa-chat-widget__title {
  order: 1;
  font-size: 17px;
  line-height: 1.25;
}

.wa-chat-widget.is-fullscreen .wa-chat-widget__eyebrow {
  order: 2;
  flex: 0 0 auto;
  margin-bottom: 0;
}

.wa-chat-widget.is-fullscreen .wa-chat-widget__messages {
  flex: 1 1 auto;
}

.wa-chat-widget__assistant {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 62px;
  filter: drop-shadow(0 10px 20px rgba(15, 23, 42, .12));
}

.wa-chat-widget__assistant-face {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  border-radius: 11px 11px 10px 10px;
  background: linear-gradient(180deg, #f7fbff 0%, #cdd9e5 55%, #aebdcc 100%);
  border: 1px solid rgba(23, 70, 111, .24);
  box-shadow: inset 0 -2px 6px rgba(15, 23, 42, .12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wa-chat-widget__assistant-face::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  right: 4px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 196, 255, .95) 0%, rgba(109, 232, 255, .92) 100%);
  box-shadow: 0 0 0 1px rgba(255,255,255,.28), 0 0 14px rgba(24, 196, 255, .45);
}

.wa-chat-widget__assistant-face::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 14px;
  height: 4px;
  margin-left: -7px;
  border-radius: 999px;
  background: rgba(23, 70, 111, .15);
  box-shadow: inset 0 -1px 0 rgba(23, 70, 111, .2);
}

.wa-chat-widget__assistant-hair {
  position: absolute;
  top: 2px;
  left: 50%;
  width: 38px;
  height: 36px;
  margin-left: -19px;
  border-radius: 18px 18px 14px 14px;
  background: linear-gradient(180deg, #203446 0%, #122231 100%);
  border: 1px solid rgba(125, 149, 171, .42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

.wa-chat-widget__assistant-hair::before,
.wa-chat-widget__assistant-hair::after {
  content: "";
  position: absolute;
  top: 13px;
  width: 11px;
  height: 14px;
  background: linear-gradient(180deg, #d7e5f3 0%, #93a7ba 100%);
  border: 1px solid rgba(23, 70, 111, .22);
  border-radius: 8px;
}

.wa-chat-widget__assistant-hair::before {
  left: -6px;
}

.wa-chat-widget__assistant-hair::after {
  right: -6px;
}

.wa-chat-widget__assistant-eye {
  position: absolute;
  top: 8px;
  left: 7px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #0f2e49;
  box-shadow: 0 0 10px rgba(24, 196, 255, .35);
  z-index: 2;
}

.wa-chat-widget__assistant-eye--right {
  left: auto;
  right: 7px;
}

.wa-chat-widget__assistant-mouth {
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-left: -6px;
  border-radius: 999px;
  background: rgba(24, 196, 255, .65);
  box-shadow: 0 0 8px rgba(24, 196, 255, .3);
  z-index: 2;
}

.wa-chat-widget__assistant-headset {
  position: absolute;
  top: 18px;
  width: 8px;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(180deg, #7fdcff 0%, #23a9db 100%);
  box-shadow: 0 0 0 2px rgba(23, 70, 111, .14), 0 0 12px rgba(24, 196, 255, .18);
}

.wa-chat-widget__assistant-headset--left {
  left: 7px;
}

.wa-chat-widget__assistant-headset--right {
  right: 7px;
}

.wa-chat-widget__assistant-mic {
  position: absolute;
  top: 30px;
  right: 3px;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: #89a2b8;
  transform: rotate(-30deg);
  transform-origin: left center;
}

.wa-chat-widget__assistant-mic::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #16b5ea;
  box-shadow: 0 0 10px rgba(24, 196, 255, .35);
}

.wa-chat-widget__assistant-neck {
  position: absolute;
  top: 37px;
  left: 50%;
  width: 9px;
  height: 7px;
  margin-left: -4.5px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(180deg, #cfd9e3 0%, #8ea4b7 100%);
}

.wa-chat-widget__assistant-body {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 46px;
  height: 24px;
  margin-left: -23px;
  border-radius: 18px 18px 10px 10px;
  background: linear-gradient(180deg, #17384f 0%, #0f2434 100%);
  border: 1px solid rgba(125, 149, 171, .32);
}

.wa-chat-widget__assistant-body::before,
.wa-chat-widget__assistant-body::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(24, 196, 255, .95) 0%, rgba(36, 122, 167, .4) 70%, rgba(36, 122, 167, 0) 100%);
}

.wa-chat-widget__assistant-body::before {
  left: 7px;
}

.wa-chat-widget__assistant-body::after {
  right: 7px;
}

.wa-chat-widget__assistant--mini {
  width: 36px;
  height: 40px;
}

.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-face {
  top: 5px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
}

.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-hair {
  top: 1px;
  width: 24px;
  height: 23px;
  margin-left: -12px;
}

.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-hair::before,
.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-hair::after {
  top: 8px;
  width: 6px;
  height: 8px;
}

.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-eye {
  top: 6px;
  left: 4px;
  width: 3px;
  height: 3px;
}

.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-eye--right {
  left: auto;
  right: 4px;
}

.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-mouth {
  bottom: 4px;
  width: 8px;
  margin-left: -4px;
}

.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-headset {
  top: 12px;
  width: 6px;
  height: 8px;
}

.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-headset--left {
  left: 5px;
}

.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-headset--right {
  right: 5px;
}

.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-mic {
  top: 20px;
  right: 3px;
  width: 9px;
}

.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-mic::after {
  width: 4px;
  height: 4px;
  top: -1px;
}

.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-neck {
  top: 23px;
  width: 5px;
  height: 5px;
  margin-left: -2.5px;
}

.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-body {
  width: 28px;
  height: 15px;
  margin-left: -14px;
}

.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-body::before,
.wa-chat-widget__assistant--mini .wa-chat-widget__assistant-body::after {
  top: 4px;
  width: 8px;
  height: 8px;
}

.wa-chat-widget__body {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto auto auto auto;
  gap: 10px;
  height: min(620px, calc(100vh - 205px));
  min-height: 340px;
  max-height: min(620px, calc(100vh - 205px));
  min-width: 0;
  overflow: hidden;
  padding-right: 2px;
}

.wa-chat-widget__messages {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 0;
  overflow-y: auto;
  padding-right: 2px;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(23, 70, 111, .35) transparent;
}

.wa-chat-widget__messages::-webkit-scrollbar {
  width: 5px;
}

.wa-chat-widget__messages::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(23, 70, 111, .3);
}

.wa-chat-widget__head {
  display: grid;
  gap: 7px;
}

.wa-chat-widget__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(23, 70, 111, .08);
  color: #17466f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wa-chat-widget__title {
  font-size: 18px;
  line-height: 1.3;
  color: #0f172a;
}

.wa-chat-widget__text {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.wa-chat-widget__progress {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #17466f;
  border: 1px solid rgba(23, 70, 111, .12);
  font-size: 12px;
  font-weight: 700;
}

.wa-chat-widget__message {
  display: flex;
  width: 100%;
  min-width: 0;
}

.wa-chat-widget__message--assistant {
  justify-content: flex-start;
}

.wa-chat-widget__message--user {
  justify-content: flex-end;
}

.wa-chat-widget__bubble {
  width: fit-content;
  max-width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ffffff;
  color: #253548;
  border: 1px solid rgba(23, 70, 111, .1);
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.wa-chat-widget__bubble--rich {
  width: min(100%, 720px);
  white-space: normal;
}

.wa-chat-widget__rich-p {
  margin: 0 0 10px;
  color: inherit;
  font-size: inherit;
  line-height: 1.58;
}

.wa-chat-widget__rich-p:last-child {
  margin-bottom: 0;
}

.wa-chat-widget__rich-heading {
  display: block;
  margin: 4px 0 8px;
  color: #123a5b;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.wa-chat-widget__rich-list {
  margin: 0 0 10px 18px;
  padding: 0;
  color: inherit;
  line-height: 1.55;
}

.wa-chat-widget__rich-list:last-child {
  margin-bottom: 0;
}

.wa-chat-widget__rich-list li + li {
  margin-top: 4px;
}

.wa-chat-widget__bubble code {
  padding: 1px 5px;
  border-radius: 6px;
  background: rgba(23, 70, 111, .08);
  color: #123a5b;
  font-size: .94em;
}

.wa-chat-widget__table-wrap {
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
  overflow-x: auto;
  border: 1px solid rgba(23, 70, 111, .14);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.wa-chat-widget__table-wrap:first-child {
  margin-top: 0;
}

.wa-chat-widget__table-wrap:last-child {
  margin-bottom: 0;
}

.wa-chat-widget__table {
  width: 100%;
  min-width: 560px;
  border-collapse: separate;
  border-spacing: 0;
  color: #253548;
  font-size: 12px;
  line-height: 1.42;
}

.wa-chat-widget__table th,
.wa-chat-widget__table td {
  padding: 8px 10px;
  border-right: 1px solid rgba(23, 70, 111, .1);
  border-bottom: 1px solid rgba(23, 70, 111, .1);
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.wa-chat-widget__table th:last-child,
.wa-chat-widget__table td:last-child {
  border-right: none;
}

.wa-chat-widget__table tbody tr:last-child td {
  border-bottom: none;
}

.wa-chat-widget__table th {
  background: #eef7ff;
  color: #123a5b;
  font-weight: 900;
}

.wa-chat-widget__table tbody tr:nth-child(even) td {
  background: #f8fbff;
}

.wa-chat-widget__bubble--thinking {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
  color: #17466f;
  font-weight: 800;
}

.wa-chat-widget__thinking-pulse {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.wa-chat-widget__thinking-pulse span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #16b5ea;
  animation: waChatThinkingDot 1s ease-in-out infinite;
}

.wa-chat-widget__thinking-pulse span:nth-child(2) {
  animation-delay: .14s;
}

.wa-chat-widget__thinking-pulse span:nth-child(3) {
  animation-delay: .28s;
}

.wa-chat-widget__thinking-text {
  min-width: 0;
}

@keyframes waChatThinkingDot {
  0%, 80%, 100% {
    opacity: .38;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

.wa-chat-widget__message--user .wa-chat-widget__bubble {
  background: #e7f7df;
  color: #153415;
  border-color: rgba(39, 124, 48, .18);
  box-shadow: 0 8px 18px rgba(39, 124, 48, .08);
}

.wa-chat-widget__bubble--question {
  background: #17466f;
  color: #ffffff;
  border-color: rgba(23, 70, 111, .18);
  box-shadow: 0 10px 22px rgba(23, 70, 111, .18);
}

.wa-chat-widget__bubble--final {
  width: 100%;
  background: #ffffff;
}

.wa-chat-widget__bubble--quota {
  width: 100%;
  border-color: rgba(23, 70, 111, .16);
  box-shadow: 0 12px 26px rgba(15, 23, 42, .08);
}

.wa-chat-widget__credit-meta {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(15, 23, 42, .08);
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.wa-chat-widget__quota-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(23, 70, 111, .1);
}

.wa-chat-widget__quota-action {
  min-height: 40px;
  flex: 1 1 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.wa-chat-widget__quota-action:hover,
.wa-chat-widget__quota-action:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.wa-chat-widget__quota-action--primary {
  background: #17466f;
  border: 1px solid #17466f;
  color: #ffffff;
}

.wa-chat-widget__quota-action--primary:hover,
.wa-chat-widget__quota-action--primary:focus {
  background: #123a5b;
  border-color: #123a5b;
  color: #ffffff;
}

.wa-chat-widget__quota-action--secondary {
  background: #ffffff;
  border: 1px solid rgba(23, 70, 111, .22);
  color: #17466f;
}

.wa-chat-widget__quota-action--secondary:hover,
.wa-chat-widget__quota-action--secondary:focus {
  background: #eef7ff;
  border-color: rgba(23, 70, 111, .38);
  color: #123a5b;
}

.wa-chat-widget__bubble-title {
  display: block;
  margin-bottom: 6px;
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.wa-chat-widget__example {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  line-height: 1.45;
}

.wa-chat-widget__description {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  line-height: 1.45;
}

.wa-chat-widget__bubble--note {
  background: #fff8e6;
  color: #7a4b00;
  border-color: rgba(180, 105, 0, .18);
}

.wa-chat-widget__bubble--with-products,
.wa-chat-widget__bubble--with-docs {
  width: min(100%, 760px);
}

.wa-chat-widget__cards {
  display: grid;
  gap: 8px;
  width: 100%;
}

.wa-chat-widget__docs {
  display: grid;
  gap: 8px;
  width: 100%;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(23, 70, 111, .1);
  white-space: normal;
}

.wa-chat-widget__docs-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #123a5b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .01em;
}

.wa-chat-widget__doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.wa-chat-widget__doc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 calc(50% - 4px);
  min-width: min(142px, 100%);
  min-height: 38px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(23, 70, 111, .16);
  background: #17466f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(23, 70, 111, .12);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.wa-chat-widget__doc-button i {
  flex: 0 0 auto;
  font-size: 15px;
}

.wa-chat-widget__doc-button span {
  min-width: 0;
}

.wa-chat-widget__card {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(23, 70, 111, .12);
  color: #253548;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}

.wa-chat-widget__card-title,
.wa-chat-widget__doc-label {
  min-width: 0;
  color: #123a5b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.wa-chat-widget__card-meta {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.wa-chat-widget__card-text {
  margin: 0;
  color: #475569;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.wa-chat-widget__card-link,
.wa-chat-widget__doc a,
.wa-chat-widget__doc button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border: none;
  border-radius: 9px;
  background: #17466f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.wa-chat-widget__doc button {
  cursor: pointer;
}

.wa-chat-widget__card-link:hover,
.wa-chat-widget__card-link:focus,
.wa-chat-widget__doc-button:hover,
.wa-chat-widget__doc-button:focus {
  background: #123a5b;
  border-color: #123a5b;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.wa-chat-widget__product-carousel {
  width: 100%;
  margin-top: 12px;
  padding: 10px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid rgba(23, 70, 111, .12);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .07);
  white-space: normal;
}

.wa-chat-widget__product-carousel:first-child {
  margin-top: 0;
}

.wa-chat-widget__product-carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  color: #123a5b;
}

.wa-chat-widget__product-carousel-head strong,
.wa-chat-widget__product-carousel-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.wa-chat-widget__product-carousel-head span {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #17466f;
  font-size: 11px;
}

.wa-chat-widget__product-carousel-body {
  position: relative;
  min-width: 0;
}

.wa-chat-widget__product-track {
  display: flex;
  gap: 10px;
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1px 2px 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(23, 70, 111, .35) transparent;
}

.wa-chat-widget__product-track::-webkit-scrollbar {
  height: 6px;
}

.wa-chat-widget__product-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(23, 70, 111, .28);
}

.wa-chat-widget__product-card {
  position: relative;
  flex: 0 0 min(268px, calc(100% - 18px));
  display: grid;
  grid-template-rows: 126px 1fr;
  min-width: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(23, 70, 111, .13);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
  scroll-snap-align: start;
}

.wa-chat-widget__product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  height: 126px;
  padding: 12px;
  background: linear-gradient(135deg, #f8fbff 0%, #edf5fb 100%);
  color: #8aa0b5;
  text-decoration: none;
}

.wa-chat-widget__product-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.wa-chat-widget__product-image.is-missing i {
  font-size: 24px;
}

.wa-chat-widget__product-favorite {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(23, 70, 111, .14);
  background: rgba(255, 255, 255, .94);
  color: #17466f;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.wa-chat-widget__product-favorite:hover,
.wa-chat-widget__product-favorite:focus,
.wa-chat-widget__product-favorite.active {
  background: #fff0f0;
  color: #d92d2d;
  transform: translateY(-1px);
}

.wa-chat-widget__product-body {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 10px;
}

.wa-chat-widget__product-title {
  min-width: 0;
  color: #163b5d;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.32;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.wa-chat-widget__product-title:hover,
.wa-chat-widget__product-title:focus {
  color: #0b76ad;
  text-decoration: none;
}

.wa-chat-widget__product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.wa-chat-widget__product-tag {
  min-width: 0;
  max-width: 100%;
  padding: 4px 7px;
  border-radius: 999px;
  background: #eef7ff;
  color: #42566d;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.wa-chat-widget__product-meta {
  display: grid;
  gap: 5px;
  color: #475569;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.35;
}

.wa-chat-widget__product-meta span {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.wa-chat-widget__product-price {
  color: #d92d2d;
  font-size: 13px;
  font-weight: 900;
}

.wa-chat-widget__product-reason {
  margin: 0;
  color: #5f7188;
  font-size: 11.5px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.wa-chat-widget__product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.wa-chat-widget__product-action {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1 1 calc(50% - 6px);
  min-width: 0;
  padding: 0 9px;
  border-radius: 9px;
  border: 1px solid rgba(23, 70, 111, .18);
  background: #ffffff;
  color: #17466f;
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.wa-chat-widget__product-action:hover,
.wa-chat-widget__product-action:focus {
  background: #eef7ff;
  color: #123a5b;
  text-decoration: none;
  transform: translateY(-1px);
}

.wa-chat-widget__product-action--primary {
  border-color: #17466f;
  background: #17466f;
  color: #ffffff;
}

.wa-chat-widget__product-action--primary:hover,
.wa-chat-widget__product-action--primary:focus {
  background: #123a5b;
  color: #ffffff;
}

.wa-chat-widget__product-action--ghost {
  background: #f8fbff;
}

.wa-chat-widget__product-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 42px;
  border: 1px solid rgba(23, 70, 111, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: #17466f;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
  cursor: pointer;
  transform: translateY(-50%);
}

.wa-chat-widget__product-nav--prev {
  left: -5px;
}

.wa-chat-widget__product-nav--next {
  right: -5px;
}

.wa-chat-widget__product-nav:hover,
.wa-chat-widget__product-nav:focus {
  background: #17466f;
  color: #ffffff;
}

.wa-chat-widget__choices {
  display: grid;
  gap: 8px;
  max-height: 232px;
  overflow-y: auto;
  padding-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(23, 70, 111, .35) transparent;
}

.wa-chat-widget__choices[hidden] {
  display: none;
}

.wa-chat-widget__choice {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid rgba(23, 70, 111, .14);
  border-radius: 10px;
  background: #ffffff;
  color: #17466f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.wa-chat-widget__choice:hover,
.wa-chat-widget__choice:focus,
.wa-chat-widget__choice.is-selected {
  border-color: #17466f;
  background: #eef7ff;
  color: #123a5b;
  transform: translateY(-1px);
}

.wa-chat-widget__choice--expert {
  border-color: rgba(16, 185, 129, .35);
  color: #047857;
}

.wa-chat-widget__choice--submit {
  text-align: center;
  justify-content: center;
  background: #17466f;
  color: #ffffff;
}

.wa-chat-widget__choice--submit:hover,
.wa-chat-widget__choice--submit:focus {
  background: #123a5b;
  color: #ffffff;
}

.wa-chat-widget__choice:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.wa-chat-widget__input-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 12px;
  background: #f8fafc;
  box-shadow: 0 -8px 18px rgba(238, 245, 251, .82);
}

.wa-chat-widget__input-row[hidden] {
  display: none;
}

.wa-chat-widget__file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.wa-chat-widget__attach {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(23, 70, 111, .22);
  border-radius: 10px;
  background: #ffffff;
  color: #17466f;
  font-size: 16px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.wa-chat-widget__attach .wa-chat-widget__icon {
  width: 22px;
  height: 22px;
}

.wa-chat-widget__attach[data-tooltip]::before,
.wa-chat-widget__back[data-tooltip]::before {
  content: "";
  bottom: calc(100% + 4px);
  border: 6px solid transparent;
  border-top-color: #0f172a;
  transform: translate(-50%, 3px);
}

.wa-chat-widget__attach[data-tooltip]::after,
.wa-chat-widget__back[data-tooltip]::after {
  content: attr(data-tooltip);
  bottom: calc(100% + 15px);
  width: max-content;
  max-width: 170px;
  padding: 8px 10px;
  border-radius: 9px;
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .22);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, 5px);
}

.wa-chat-widget__attach[data-tooltip]:hover::before,
.wa-chat-widget__attach[data-tooltip]:focus-visible::before,
.wa-chat-widget__back[data-tooltip]:hover::before,
.wa-chat-widget__back[data-tooltip]:focus-visible::before,
.wa-chat-widget__attach[data-tooltip]:hover::after,
.wa-chat-widget__attach[data-tooltip]:focus-visible::after,
.wa-chat-widget__back[data-tooltip]:hover::after,
.wa-chat-widget__back[data-tooltip]:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.wa-chat-widget__attach:hover,
.wa-chat-widget__attach:focus {
  border-color: rgba(23, 70, 111, .44);
  background: #eef7ff;
  color: #123a5b;
  transform: translateY(-1px);
}

.wa-chat-widget__attach:disabled {
  cursor: not-allowed;
  opacity: .58;
  transform: none;
}

.wa-chat-widget__file-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid rgba(23, 70, 111, .14);
  border-radius: 10px;
  background: #ffffff;
  color: #253548;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: 0 6px 14px rgba(15, 23, 42, .05);
}

.wa-chat-widget__file-status[hidden] {
  display: none;
}

.wa-chat-widget__file-info {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.wa-chat-widget__file-icon {
  width: 16px;
  height: 16px;
  color: #17466f;
}

.wa-chat-widget__file-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wa-chat-widget__file-size {
  flex: 0 0 auto;
  color: #64748b;
  font-size: 11px;
}

.wa-chat-widget__file-remove {
  flex: 0 0 auto;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(23, 70, 111, .16);
  border-radius: 8px;
  background: #f8fafc;
  color: #17466f;
  font-size: 11px;
  font-weight: 800;
}

.wa-chat-widget__file-remove:hover,
.wa-chat-widget__file-remove:focus {
  background: #eef7ff;
  border-color: rgba(23, 70, 111, .34);
  color: #123a5b;
}

.wa-chat-widget__input {
  min-width: 0;
  height: 44px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #ffffff;
  color: #0f172a;
  font-size: 13px;
  padding: 0 12px;
  outline: none;
  box-shadow: none;
}

.wa-chat-widget__input:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.wa-chat-widget__next,
.wa-chat-widget__back,
.wa-chat-widget__restart,
.wa-chat-widget__final-cta {
  min-height: 40px;
  border: none;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.wa-chat-widget__next {
  padding: 0 15px;
  background: #17466f;
  color: #ffffff;
}

.wa-chat-widget__error {
  color: #b42318;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.wa-chat-widget__consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(23, 70, 111, .12);
  color: #253548;
  font-size: 12px;
  line-height: 1.45;
}

.wa-chat-widget__consent input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #17466f;
}

.wa-chat-widget__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 0;
}

.wa-chat-widget__back,
.wa-chat-widget__restart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  background: rgba(15, 23, 42, .06);
  color: #17466f;
}

.wa-chat-widget__back .wa-chat-widget__icon {
  width: 17px;
  height: 17px;
}

.wa-chat-widget__restart {
  margin-left: auto;
  background: #ffffff;
  border: 1px solid rgba(23, 70, 111, .2);
}

.wa-chat-widget__restart:hover,
.wa-chat-widget__restart:focus {
  background: #eef7ff;
  color: #123a5b;
}

.wa-chat-widget__back[hidden],
.wa-chat-widget__restart[hidden] {
  display: none;
}

.wa-chat-widget__final-copy {
  display: grid;
  gap: 8px;
}

.wa-chat-widget__final-copy p {
  margin: 0;
}

.wa-chat-widget__final-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 18px;
}

.wa-chat-widget__final-list li {
  color: #253548;
  font-size: 13px;
  line-height: 1.45;
}

.wa-chat-widget__final-actions {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.wa-chat-widget__final-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  background: #17466f;
  color: #ffffff;
}

.wa-chat-widget__final-cta:hover,
.wa-chat-widget__final-cta:focus {
  color: #ffffff;
  background: #123a5b;
}

.wa-chat-widget__final-cta--secondary {
  background: #10b981;
}

.wa-chat-widget__final-cta--secondary:hover,
.wa-chat-widget__final-cta--secondary:focus {
  background: #0f8d66;
}

.wa-chat-widget__final-cta--ghost {
  background: #ffffff;
  color: #17466f;
  border: 1px solid rgba(23, 70, 111, .2);
}

.wa-chat-widget__final-cta--ghost:hover,
.wa-chat-widget__final-cta--ghost:focus {
  background: #eef7ff;
  color: #123a5b;
}

.wa-chat-widget__final-cta--expert {
  background: #0f766e;
}

.wa-chat-widget__final-cta--expert:hover,
.wa-chat-widget__final-cta--expert:focus {
  background: #115e59;
}

.wa-chat-widget__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #17466f 0%, #2c7aa7 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(23, 70, 111, .24);
}

.wa-chat-widget__cta:hover {
  color: #fff;
  background: linear-gradient(135deg, #123a5b 0%, #236689 100%);
}

.wa-chat-widget__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 22px 0 84px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #17466f 0%, #2c7aa7 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(23, 70, 111, .28);
  animation: waWidgetBurst 1s cubic-bezier(.2,.8,.2,1) .08s both;
}

.wa-chat-widget.is-open .wa-chat-widget__trigger {
  display: none;
}

.wa-chat-widget__trigger-icon {
  position: absolute;
  left: -6px;
  top: 50%;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  transform: translateY(calc(-50% - 20px));
}

.wa-chat-widget__trigger-icon::after {
  display: none;
}

.wa-chat-widget__trigger-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 220px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

.wa-chat-widget__trigger-typing {
  display: inline-block;
  min-width: 0;
  word-break: break-word;
}

.wa-chat-widget__trigger-cursor {
  width: 2px;
  height: 1.1em;
  border-radius: 999px;
  background: currentColor;
  animation: waTypingCaret .9s step-end infinite;
  flex: 0 0 auto;
}

.wa-chat-widget__trigger-emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .compare-drawer__handle {
    top: 50%;
    right: 10px;
    bottom: auto;
    transform: translateY(-50%);
    min-height: 52px;
    padding: 0 16px 0 14px;
    border-radius: 16px;
  }

  .compare-drawer__handle:hover {
    transform: translateY(-50%);
  }

  body.floating-drawers-both .compare-drawer:not(.quote-board-drawer) .compare-drawer__handle {
    top: calc(50% - 34px);
  }

  body.floating-drawers-both .quote-board-drawer .compare-drawer__handle {
    top: calc(50% + 34px);
  }

  .compare-drawer__handle-icon {
    width: 30px;
    height: 30px;
  }

  .compare-drawer__handle-text {
    max-width: none;
    white-space: nowrap;
    line-height: 1;
  }

  .compare-drawer:not(.quote-board-drawer) .compare-drawer__handle {
    right: 0;
    width: 52px;
    max-width: 52px;
    min-width: 52px;
    min-height: 188px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 12px 7px;
    border-radius: 16px 0 0 16px;
  }

  .compare-drawer:not(.quote-board-drawer) .compare-drawer__handle:hover {
    transform: translateY(-50%);
  }

  .compare-drawer:not(.quote-board-drawer) .compare-drawer__handle-text {
    max-width: none;
    max-height: 130px;
    font-size: 13px;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    letter-spacing: 0;
  }

  body.floating-drawers-both .compare-drawer:not(.quote-board-drawer) .compare-drawer__handle {
    top: calc(50% - 102px);
  }

  .compare-drawer__panel {
    width: min(100vw, 100%);
    padding: 22px 16px 16px;
  }

  .compare-drawer__title {
    font-size: 21px;
  }

  .compare-drawer__item {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
  }

  .compare-drawer__item-thumb {
    width: 74px;
    height: 74px;
  }

  .compare-drawer__item-thumb img {
    max-width: 60px;
    max-height: 60px;
  }

  .compare-drawer__panel-footer {
    grid-template-columns: 1fr;
  }

  .compare-drawer.is-hidden .compare-drawer__handle {
    transform: translateY(-50%);
  }

  .compare-drawer.is-open .compare-drawer__handle {
    transform: translateY(-50%);
  }

  .wa-chat-widget {
    left: max(6px, env(safe-area-inset-left));
    right: max(6px, env(safe-area-inset-right));
    bottom: calc(76px + env(safe-area-inset-bottom));
    align-items: stretch;
  }

  .wa-chat-widget.is-fullscreen {
    left: 0;
    right: auto;
    bottom: auto;
    padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
  }

  .wa-chat-widget__teaser {
    width: min(320px, calc(100vw - 24px));
    padding: 14px 16px 16px;
  }

  .wa-chat-widget__teaser-shell,
  .wa-chat-widget__teaser-message {
    font-size: 14px;
    line-height: 1.55;
  }

  .wa-chat-widget__panel {
    width: 100%;
    height: auto;
    min-height: min(560px, calc(100vh - 96px));
    min-height: min(560px, calc(100dvh - 96px));
    max-height: calc(100vh - 96px);
    max-height: calc(100dvh - 96px);
    padding: 0;
    border-radius: 22px 22px 18px 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
    box-shadow: 0 24px 55px rgba(15, 23, 42, .26);
  }

  .wa-chat-widget.is-fullscreen .wa-chat-widget__panel {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    padding: 0;
    border-radius: 18px;
  }

  .wa-chat-widget__panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 126px;
    background:
      radial-gradient(circle at 24% 20%, rgba(255,255,255,.28) 0%, rgba(255,255,255,0) 34%),
      linear-gradient(135deg, #0d2135 0%, #17466f 58%, #0c7c94 100%);
    pointer-events: none;
  }

  .wa-chat-widget__close,
  .wa-chat-widget__fullscreen,
  .wa-chat-widget__restart-top {
    z-index: 4;
    top: 12px;
    background: rgba(255,255,255,.92);
    color: #0f172a;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .16);
  }

  .wa-chat-widget__close {
    right: 12px;
  }

  .wa-chat-widget__fullscreen {
    right: 58px;
  }

  .wa-chat-widget__restart-top {
    right: 104px;
  }

  .wa-chat-widget__body {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto auto auto auto auto;
    flex: 1 1 auto;
    height: auto;
    min-height: 260px;
    max-height: none;
    margin: -10px 8px 8px;
    padding: 14px 12px 12px;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(23, 70, 111, .1);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .12);
    overscroll-behavior: contain;
  }

  .wa-chat-widget.is-fullscreen .wa-chat-widget__body {
    position: relative;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto auto auto auto auto;
    flex: 1 1 auto;
    width: auto;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: -10px 8px 8px;
    padding: 14px 12px 12px;
    border-radius: 18px;
    background: rgba(255,255,255,.97);
    border: 1px solid rgba(23, 70, 111, .1);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .12);
  }

  .wa-chat-widget__choices {
    max-height: 172px;
  }

  .wa-chat-widget__input-row {
    grid-template-columns: 42px minmax(0, 1fr) 44px;
    gap: 6px;
    padding: 6px;
    border-radius: 14px;
  }

  .wa-chat-widget__attach,
  .wa-chat-widget__input {
    height: 42px;
  }

  .wa-chat-widget__next {
    position: relative;
    width: 42px;
    min-height: 42px;
    padding: 0;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .wa-chat-widget__next::before {
    content: "";
    width: 18px;
    height: 18px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M2.7 3.4a1 1 0 0 1 1.08-.17l17 8a1 1 0 0 1 0 1.8l-17 8A1 1 0 0 1 2.35 20l1.6-6.38L12.5 12 3.95 10.38 2.35 4a1 1 0 0 1 .35-.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M2.7 3.4a1 1 0 0 1 1.08-.17l17 8a1 1 0 0 1 0 1.8l-17 8A1 1 0 0 1 2.35 20l1.6-6.38L12.5 12 3.95 10.38 2.35 4a1 1 0 0 1 .35-.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .wa-chat-widget__assistant-image {
    width: 132px;
    transform: translateY(10px);
    filter: drop-shadow(0 14px 22px rgba(2, 6, 23, .3));
  }

  .wa-chat-widget__assistant-image--mini {
    width: 72px;
    max-height: 72px;
    transform: translateY(-3px);
  }

  .wa-chat-widget__avatar {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    width: 100%;
    height: 118px;
    justify-content: flex-start;
    padding-left: 18px;
    overflow: hidden;
    border-radius: 0;
    animation: none;
  }

  .wa-chat-widget.is-fullscreen .wa-chat-widget__avatar {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 112px;
    justify-content: flex-start;
    padding-left: 18px;
    overflow: hidden;
    border-radius: 0;
    animation: none;
  }

  .wa-chat-widget.is-fullscreen .wa-chat-widget__assistant-image {
    width: 126px;
    transform: translateY(10px);
  }

  .wa-chat-widget__head {
    gap: 6px;
  }

  .wa-chat-widget.is-fullscreen .wa-chat-widget__head {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 2;
    min-height: 0;
    display: grid;
    gap: 5px;
    align-items: start;
    margin-left: 0;
  }

  .wa-chat-widget__eyebrow {
    background: #e8f3fb;
    color: #17466f;
  }

  .wa-chat-widget__title {
    font-size: 16px;
  }

  .wa-chat-widget.is-fullscreen .wa-chat-widget__title {
    order: 0;
    font-size: 16px;
    line-height: 1.28;
  }

  .wa-chat-widget.is-fullscreen .wa-chat-widget__eyebrow {
    order: 0;
    width: fit-content;
    margin-bottom: 0;
  }

  .wa-chat-widget.is-fullscreen .wa-chat-widget__progress {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
  }

  .wa-chat-widget.is-fullscreen .wa-chat-widget__messages {
    flex: initial;
    min-height: 0;
  }

  .wa-chat-widget__bubble {
    font-size: 12px;
    line-height: 1.5;
    padding: 9px 11px;
  }

  .wa-chat-widget__bubble--with-products,
  .wa-chat-widget__bubble--with-docs {
    width: 100%;
  }

  .wa-chat-widget__product-carousel {
    padding: 9px;
    border-radius: 12px;
  }

  .wa-chat-widget__product-card {
    flex-basis: min(256px, calc(100% - 10px));
    grid-template-rows: 112px 1fr;
  }

  .wa-chat-widget__product-image {
    height: 112px;
    padding: 10px;
  }

  .wa-chat-widget__product-body {
    padding: 9px;
  }

  .wa-chat-widget__product-actions {
    gap: 5px;
  }

  .wa-chat-widget__product-action {
    flex-basis: calc(50% - 5px);
    min-height: 31px;
    padding: 0 8px;
    font-size: 11px;
  }

  .wa-chat-widget__doc-actions {
    gap: 7px;
  }

  .wa-chat-widget__doc-button {
    min-width: min(132px, 100%);
    min-height: 36px;
    padding: 0 10px;
  }

  .wa-chat-widget__progress {
    min-height: 24px;
    font-size: 11px;
  }

  .wa-chat-widget__input {
    font-size: 12px;
  }

  .wa-chat-widget__trigger {
    min-height: 44px;
    padding: 0 16px 0 60px;
    align-self: flex-end;
  }

  .wa-chat-widget__trigger-icon {
    left: -2px;
    top: 50%;
    width: 64px;
    height: 64px;
    transform: translateY(calc(-50% - 20px));
  }

  .wa-chat-widget__trigger-text {
    max-width: 148px;
    font-size: 14px;
  }

  .wa-chat-widget__trigger-emoji {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .wa-chat-widget__input-row {
    grid-template-columns: 40px minmax(0, 1fr) 42px;
  }

  .wa-chat-widget__next {
    grid-column: auto;
    width: 40px;
  }
}

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.42 !important;
    min-height: calc(1.42em * 2) !important;
    max-height: calc(1.42em * 2) !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .quantity-edit {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 56px !important;
    align-items: stretch !important;
    gap: 0 !important;
    min-height: 48px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .quantity-edit .input {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 100% !important;
    padding: 0 10px !important;
    display: block !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 48px !important;
    color: #0f172a !important;
    caret-color: #17466f !important;
    -webkit-text-fill-color: #0f172a !important;
    opacity: 1 !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .quantity-edit .button-wrapper-action {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    width: 56px !important;
    min-width: 56px !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-left: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .quantity-edit .button-wrapper-action .button {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .quantity-edit .button-wrapper-action .button + .button {
    border-left: 1px solid #e2e8f0 !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .rts-btn.add-to-bag {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .rts-btn.add-to-bag:hover,
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .rts-btn.add-to-bag:focus-visible {
    background: #17466f !important;
    background-image: none !important;
    border-color: #17466f !important;
    color: #fff !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .rts-btn.add-to-bag:hover .btn-text,
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .rts-btn.add-to-bag:hover .btn-icon i,
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .rts-btn.add-to-bag:focus-visible .btn-text,
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .rts-btn.add-to-bag:focus-visible .btn-icon i {
    color: #fff !important;
  }

@media (min-width: 992px) {
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card {
    display: grid !important;
    grid-template-columns: minmax(165px, 190px) minmax(0, 1fr) !important;
    align-items: stretch !important;
    column-gap: 15px !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card > .product-card-media {
    height: 100% !important;
    min-height: 250px !important;
    align-self: stretch !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card > .product-card-media > .thumbnail-preview {
    height: 100% !important;
    min-height: 250px !important;
    align-self: stretch !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card > .product-card-media > .thumbnail-preview > img {
    width: 126% !important;
    height: 126% !important;
    max-width: none !important;
    max-height: none !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card > .body-content {
    padding: 0 !important;
    min-width: 0 !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action {
    display: grid !important;
    grid-template-columns: 108px minmax(0, 1fr) 48px !important;
    gap: 10px !important;
    align-items: center !important;
    width: 100% !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .quantity-edit {
    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
    margin: 0 !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .quantity-edit .input {
    padding: 0 8px !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .quantity-edit .button-wrapper-action .button {
    height: 48px !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .rts-btn.add-to-bag {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 0 12px !important;
    white-space: nowrap !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    background: transparent !important;
    background-image: none !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .list-compare-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    border: 1.5px solid #17466f !important;
    background: transparent !important;
    color: #17466f !important;
    box-shadow: none !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .list-favorite-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    border: 1.5px solid #17466f !important;
    background: #fff !important;
    color: #17466f !important;
    box-shadow: none !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .list-compare-btn::before,
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .list-compare-btn::after,
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .list-favorite-btn::before {
    display: none !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .list-compare-btn i,
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .list-favorite-btn i {
    color: inherit !important;
    font-size: 17px !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .list-compare-btn:hover,
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .list-compare-btn.active,
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .list-favorite-btn:hover,
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .list-favorite-btn.active {
    background: #17466f !important;
    color: #fff !important;
    border-color: #17466f !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .rts-btn.add-to-bag .btn-text {
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .rts-btn.add-to-bag .btn-icon,
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .rts-btn.add-to-bag .btn-icon i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 991px) {
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action {
    display: grid !important;
    grid-template-columns: 104px minmax(0, 1fr) 46px !important;
    gap: 10px !important;
    align-items: center !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .quantity-edit {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .rts-btn.add-to-bag {
    min-height: 46px !important;
    font-size: 14px !important;
    padding: 0 10px !important;
    background: transparent !important;
    background-image: none !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .list-compare-btn {
    display: inline-flex !important;
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card .cart-counter-action .list-favorite-btn {
    display: inline-flex !important;
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    border: 1.5px solid #17466f !important;
    background: #fff !important;
    color: #17466f !important;
  }
}

@media (max-width: 767px) {
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card > .product-card-media > .thumbnail-preview {
    height: 166px !important;
    min-height: 166px !important;
    padding: 9px !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card > .product-card-media > .product-card-favorite-btn {
    top: 10px !important;
    left: 10px !important;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list.with-list .product-list-col > .list-product-card > .product-card-media > .thumbnail-preview > img {
    width: 136% !important;
    height: 136% !important;
    max-width: none !important;
    max-height: none !important;
  }
}

.ui-autocomplete .ui-menu-item-more {
  padding-top: 0 !important;
}

.ui-autocomplete .autocomplete-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 4px 6px 8px;
  padding: 11px 14px;
  border: 1px solid rgba(23, 70, 111, .18);
  border-radius: 10px;
  background: rgba(23, 70, 111, .06);
  color: #17466f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.ui-autocomplete .autocomplete-more-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-autocomplete .autocomplete-more-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #17466f;
  color: #fff;
  font-size: 12px;
}

.ui-autocomplete .ui-menu-item-more.ui-state-active .autocomplete-more,
.ui-autocomplete .ui-menu-item-more:hover .autocomplete-more {
  background: #17466f;
  border-color: #17466f;
  color: #fff;
}

.ui-autocomplete .ui-menu-item-more.ui-state-active .autocomplete-more-icon,
.ui-autocomplete .ui-menu-item-more:hover .autocomplete-more-icon {
  background: #fff;
  color: #17466f;
}
