/* Comparor: shared tokens and components. Loaded after the Bootstrap bundle. */
:root {
  --cmp-blue: #0d6efd;
  --cmp-blue-dark: #0855c9;
  --cmp-ink: #172333;
  --cmp-muted: #627084;
  --cmp-line: #e3e9f1;
  --cmp-paper: #fff;
  --cmp-bg: #f6f8fb;
  --cmp-soft: #edf4ff;
  --cmp-radius: 18px;
  --cmp-shadow: 0 8px 30px rgb(24 45 78 / 5%);
}
body.comparor-ui { background: var(--cmp-bg); color: var(--cmp-ink); font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; font-size: 15px; line-height: 1.55; }
.comparor-ui h1, .comparor-ui h2, .comparor-ui h3, .comparor-ui h4, .comparor-ui h5 { font-family: inherit; font-weight: 700; letter-spacing: -.025em; color: var(--cmp-ink); }
.comparor-ui h1 { font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.18; }
.comparor-ui a { text-underline-offset: 3px; }
.comparor-ui :focus-visible { outline: 3px solid #80b5ff; outline-offset: 4px; }
.comparor-ui .container { max-width: 1320px; }
.comparor-ui .container-main { min-height: 50vh; margin-bottom: 64px; }
.comparor-ui .container-main > .row > .col { min-width: 0; }
.comparor-ui .btn { border-radius: 10px; padding: .65rem 1rem; font-weight: 600; line-height: 1.35; box-shadow: none; }
.comparor-ui .btn-sm, .comparor-ui .btn-xs { padding: .4rem .65rem; }
.comparor-ui .btn-primary { background: var(--cmp-blue); border-color: var(--cmp-blue); }
.comparor-ui .btn-primary:hover { background: var(--cmp-blue-dark); border-color: var(--cmp-blue-dark); }
.comparor-ui .btn-light { background: var(--cmp-soft); color: #174b8a; border-color: #dae7f9; }
.comparor-ui .form-control, .comparor-ui .form-select { border-radius: 10px; border-color: #d8e1ed; min-height: 42px; font-family: inherit; }
.comparor-ui .form-control:focus, .comparor-ui .form-select:focus { border-color: var(--cmp-blue); box-shadow: 0 0 0 3px rgb(13 110 253 / 12%); }
.comparor-ui .card, .comparor-ui .content-box, .comparor-ui .box, .comparor-ui .product { border: 1px solid var(--cmp-line); border-radius: var(--cmp-radius); box-shadow: var(--cmp-shadow); }
.comparor-ui .content-box, .comparor-ui .box { padding: 24px; margin-bottom: 20px; }
.comparor-ui .card-header { padding: 16px 20px; background: #fff; border-bottom: 1px solid var(--cmp-line); font-weight: 700; border-radius: var(--cmp-radius) var(--cmp-radius) 0 0; }
.comparor-ui .card-body { padding: 20px; }
.comparor-ui .alert { border-radius: 12px; border-width: 1px; padding: 16px 20px; }
.comparor-ui .badge { border-radius: 6px; font-weight: 600; }
.comparor-ui .border-h3 { border: 0; padding: 12px 0 20px; }
.comparor-ui .modal-content { border: 1px solid var(--cmp-line); border-radius: 20px; box-shadow: 0 25px 90px #152b4c33; }
.cmp-skip { position: fixed; left: 16px; top: -100px; z-index: 10000; padding: 12px 20px; color: white; background: var(--cmp-blue); border-radius: 10px; }
.cmp-skip:focus { top: 16px; color: white; }
.comparor-ui .cmp-header { position: relative; z-index: 1030; background: white; border-bottom: 1px solid var(--cmp-line); box-shadow: none; color: var(--cmp-ink); }
.cmp-topbar { background: #f4f7fc; color: #66768c; font-size: 11px; letter-spacing: .015em; }
.cmp-topbar > div { display: flex; justify-content: space-between; padding-top: 7px; padding-bottom: 7px; }
.cmp-header__main { display: flex; align-items: center; gap: 28px; padding-top: 23px; padding-bottom: 23px; }
.cmp-logo { flex-shrink: 0; }
.cmp-logo img { object-fit: contain; width: 190px; height: auto; }
.cmp-header__main > .cmp-search { flex: 1; }
.cmp-search { position: relative; display: flex; align-items: center; gap: 12px; background: white; border: 1px solid #d9e3f0; border-radius: 13px; padding: 6px 6px 6px 18px; min-width: 0; transition: border-color .18s, box-shadow .18s; }
.cmp-search:focus-within { border-color: var(--cmp-blue); box-shadow: 0 0 0 4px rgb(13 110 253 / 8%); }
.cmp-search > i { color: #8a9bb3; }
.cmp-search input { width: 0; flex: 1; min-width: 0; border: 0; background: transparent; outline: none; padding: 8px 0; font: inherit; color: var(--cmp-ink); }
.cmp-search .btn { min-width: 44px; min-height: 44px; }
.cmp-search-category { position: relative; flex: 0 0 auto; padding-left: 11px; border-left: 1px solid var(--cmp-line); }
.cmp-search-category__trigger { display: flex; width: 220px; min-height: 40px; align-items: center; gap: 9px; padding: 4px 8px 4px 5px; border: 0; border-radius: 10px; color: #425770; background: transparent; font: inherit; text-align: left; transition: color .18s, background .18s; }
.cmp-search-category__trigger:hover, .cmp-search-category.is-open .cmp-search-category__trigger { color: var(--cmp-blue); background: #f2f7ff; }
.cmp-search-category__trigger-icon { display: grid; width: 31px; height: 31px; flex: 0 0 31px; place-items: center; border-radius: 9px; color: var(--cmp-blue); background: var(--cmp-soft); font-size: 14px; }
.cmp-search-category__trigger-label { min-width: 0; flex: 1; overflow: hidden; font-size: 11.5px; font-weight: 650; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.cmp-search-category__chevron { flex: 0 0 auto; color: #91a0b3; font-size: 9px; transition: transform .2s; }
.cmp-search-category.is-open .cmp-search-category__chevron { transform: rotate(180deg); }
.cmp-search-category__menu[hidden] { display: none!important; }
.cmp-search-category__menu { position: absolute; z-index: 1200; top: calc(100% + 13px); right: 0; width: min(460px, calc(100vw - 24px)); max-height: min(650px, calc(100vh - 145px)); padding: 10px; overflow-x: hidden; overflow-y: auto; border: 1px solid #dbe5f1; border-radius: 17px; background: #fff; box-shadow: 0 24px 70px rgb(20 49 86 / 20%); overscroll-behavior: contain; }
.cmp-search-category__menu::before { position: absolute; top: -6px; right: 26px; width: 11px; height: 11px; border-top: 1px solid #dbe5f1; border-left: 1px solid #dbe5f1; background: #f5f9ff; content: ''; transform: rotate(45deg); }
.cmp-search-category__menu-head { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 11px; margin: -10px -10px 10px; padding: 15px 15px 14px; border-bottom: 1px solid #e4ebf4; border-radius: 17px 17px 0 0; background: radial-gradient(circle at 88% 5%,#dbeaff 0,transparent 44%),linear-gradient(135deg,#f8fbff,#eef5ff); }
.cmp-search-category__menu-mark { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 11px; color: #fff; background: var(--cmp-blue); box-shadow: 0 7px 18px rgb(13 110 253 / 20%); font-size: 14px; }
.cmp-search-category__menu-head strong, .cmp-search-category__menu-head small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cmp-search-category__menu-head strong { color: #243953; font-size: 13px; line-height: 1.3; }
.cmp-search-category__menu-head small { margin-top: 2px; color: #75869b; font-size: 9.5px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.cmp-search-category__menu-head button { display: grid; width: 31px; height: 31px; place-items: center; padding: 0; border: 1px solid #d9e5f3; border-radius: 9px; color: #73849a; background: rgb(255 255 255 / 76%); font-size: 12px; }
.cmp-search-category__menu-head button:hover { color: var(--cmp-blue); background: #fff; }
.cmp-search-category__shortcuts, .cmp-search-category__options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.cmp-search-category__shortcuts { padding-bottom: 12px; }
.cmp-search-category__option { position: relative; display: flex; min-width: 0; min-height: 47px; align-items: center; gap: 9px; padding: 6px 30px 6px 7px; border: 1px solid transparent; border-radius: 11px; color: #4b6079; background: transparent; font: inherit; font-size: 11.5px; font-weight: 600; line-height: 1.25; text-align: left; transition: border-color .16s, color .16s, background .16s, transform .16s; }
.cmp-search-category__option:hover, .cmp-search-category__option:focus-visible { z-index: 1; border-color: #cfe0f7; color: var(--cmp-blue); background: #f4f8fe; transform: translateY(-1px); }
.cmp-search-category__option[aria-pressed='true'] { border-color: #bcd6fa; color: #075cca; background: #edf5ff; }
.cmp-search-category__option--shortcut { border-color: #e2e9f2; background: #fbfcfe; }
.cmp-search-category__option--wide { grid-column: 1/-1; }
.cmp-search-category__option > span:nth-child(2) { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cmp-search-category__option-icon { display: grid; width: 33px; height: 33px; flex: 0 0 33px; place-items: center; border-radius: 9px; color: #3c6fa8; background: #edf4fd; font-size: 14px; }
.cmp-search-category__option:hover .cmp-search-category__option-icon, .cmp-search-category__option[aria-pressed='true'] .cmp-search-category__option-icon { color: #fff; background: var(--cmp-blue); }
.cmp-search-category__check { position: absolute; right: 10px; color: var(--cmp-blue); font-size: 9px; opacity: 0; transform: scale(.6); transition: opacity .16s, transform .16s; }
.cmp-search-category__option[aria-pressed='true'] .cmp-search-category__check { opacity: 1; transform: scale(1); }
.cmp-search-category__section-title { margin: 0 4px 7px; padding-top: 11px; border-top: 1px solid #e8edf4; color: #8997a8; font-size: 9px; font-weight: 750; letter-spacing: .09em; line-height: 1.3; text-transform: uppercase; }
.cmp-header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 7px; }
.cmp-icon-button { position: relative; display: inline-flex; justify-content: center; align-items: center; gap: 4px; width: 44px; height: 44px; border: 1px solid var(--cmp-line); border-radius: 12px; color: var(--cmp-ink); background: white; text-decoration: none; flex-shrink: 0; font-size: 18px; }
.cmp-icon-button__badge { position: absolute; top: -5px; right: -5px; display: grid; min-width: 17px; height: 17px; padding: 0 4px; place-items: center; border: 2px solid #fff; border-radius: 999px; color: #fff; background: var(--cmp-blue); box-shadow: 0 2px 6px rgb(20 49 86 / 20%); font-size: 8px; font-weight: 800; line-height: 1; }
.cmp-icon-button:hover { color: var(--cmp-blue); background: var(--cmp-soft); }
.cmp-menu-toggle { display: none; }
.cmp-navigation { display: flex; align-items: center; gap: 30px; padding-bottom: 14px; padding-top: 0; }
.cmp-navigation a, .cmp-navigation button { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; font: inherit; font-size: 13px; font-weight: 600; text-decoration: none; color: #536177; border: 0; background: none; padding: 6px 0; }
.cmp-navigation button { margin-right: 0; color: var(--cmp-ink); }
.cmp-navigation i { width: 14px; margin-right: 0; flex: 0 0 14px; text-align: center; }
.cmp-navigation a:hover, .cmp-navigation a[aria-current] { color: var(--cmp-blue); }
.cmp-navigation .cmp-navigation__ai { margin-left: 0; padding: 6px 13px; border-radius: 8px; color: var(--cmp-blue); background: var(--cmp-soft); }
.cmp-departments { --bs-offcanvas-width: 440px; width: min(var(--bs-offcanvas-width), calc(100vw - 18px)); border: 0; color: var(--cmp-ink); background: #f8fafd; box-shadow: 18px 0 60px rgb(16 38 68 / 20%); }
.cmp-departments__header { position: relative; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 22px 22px 20px; border-bottom: 1px solid #dce6f2; background: radial-gradient(circle at 88% 8%, #d7e9ff 0, transparent 42%), linear-gradient(135deg,#f7fbff,#edf5ff); }
.cmp-departments__header .offcanvas-title { margin: 0 0 3px; font-size: 1.18rem; line-height: 1.25; }
.cmp-departments__header p { margin: 0; color: #6b7b90; font-size: 11.5px; line-height: 1.45; }
.cmp-departments__mark { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 13px; background: var(--cmp-blue); color: #fff; box-shadow: 0 8px 20px rgb(13 110 253 / 22%); font-size: 18px; }
.cmp-departments__close { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid #d9e5f3; border-radius: 11px; background: rgb(255 255 255 / 78%); color: #506178; font-size: 16px; transition: color .18s, background .18s, transform .18s; }
.cmp-departments__close:hover { color: var(--cmp-blue); background: #fff; transform: rotate(3deg); }
.cmp-departments .offcanvas-body { padding: 0; overflow-x: hidden; background: #f8fafd; }
.cmp-departments__tools { padding: 19px 20px 18px; border-bottom: 1px solid #e3eaf3; background: #fff; }
.cmp-departments__search { display: flex; align-items: center; min-height: 44px; margin-bottom: 17px; padding: 0 8px 0 14px; border: 1px solid #d8e3f0; border-radius: 12px; background: #fbfcfe; color: #8392a7; transition: border-color .18s, box-shadow .18s, background .18s; }
.cmp-departments__search:focus-within { border-color: #8fbcff; background: #fff; box-shadow: 0 0 0 4px rgb(13 110 253 / 8%); }
.cmp-departments__search > i { margin-right: 10px; font-size: 14px; }
.cmp-departments__search input { min-width: 0; flex: 1; padding: 10px 0; border: 0; outline: 0; background: transparent; color: var(--cmp-ink); font: inherit; font-size: 13px; }
.comparor-ui .cmp-departments__search input:focus-visible { outline: 0; outline-offset: 0; }
.cmp-departments__search input::placeholder { color: #8a98aa; }
.cmp-departments__search input::-webkit-search-cancel-button { display: none; }
.cmp-departments__search button { display: grid; place-items: center; width: 29px; height: 29px; padding: 0; border: 0; border-radius: 8px; background: transparent; color: #8291a5; opacity: 0; pointer-events: none; transform: scale(.86); transition: opacity .18s, transform .18s, background .18s; }
.cmp-departments__search button.is-visible { opacity: 1; pointer-events: auto; transform: scale(1); }
.cmp-departments__search button:hover { background: var(--cmp-soft); color: var(--cmp-blue); }
.cmp-departments__section-label { margin: 0 0 9px; color: #8794a6; font-size: 9px; font-weight: 750; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; }
.cmp-departments__shortcuts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.cmp-departments__shortcuts a { display: flex; min-width: 0; min-height: 68px; padding: 11px 7px 9px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid #e2e9f2; border-radius: 12px; background: #fff; color: #4c5e75; text-align: center; text-decoration: none; transition: border-color .18s, color .18s, transform .18s, box-shadow .18s; }
.cmp-departments__shortcuts a:hover { border-color: #b6d2f8; color: var(--cmp-blue); transform: translateY(-2px); box-shadow: 0 7px 18px rgb(31 78 137 / 9%); }
.cmp-departments__shortcuts i { color: var(--cmp-blue); font-size: 16px; }
.cmp-departments__shortcuts span { max-width: 100%; overflow: hidden; font-size: 9.5px; font-weight: 650; line-height: 1.25; text-overflow: ellipsis; }
.cmp-departments__catalog { padding: 18px 16px 28px; }
.cmp-departments__catalog > .cmp-departments__section-label { margin-left: 6px; }
.cmp-department-list, .cmp-department-children { margin: 0; padding: 0; list-style: none; }
.cmp-department-item { margin-bottom: 5px; border: 1px solid transparent; border-radius: 13px; background: #fff; transition: border-color .18s, box-shadow .18s; }
.cmp-department-item:hover, .cmp-department-item.is-selected { border-color: #d6e5f7; box-shadow: 0 5px 16px rgb(30 70 120 / 6%); }
.cmp-department-item--all { margin-bottom: 11px; border-color: #dce8f7; background: linear-gradient(135deg,#fff,#f3f8ff); }
.cmp-department-row, .cmp-department-link { display: flex; min-width: 0; align-items: center; }
.cmp-department-row { padding-right: 8px; }
.cmp-department-link { flex: 1; gap: 11px; min-height: 51px; padding: 7px 8px; color: #34475f; font-size: 12.5px; font-weight: 620; line-height: 1.35; text-decoration: none; }
.cmp-department-item--all > .cmp-department-link { padding-right: 14px; color: #20466f; }
.cmp-department-link:hover, .cmp-department-link[aria-current] { color: var(--cmp-blue); }
.cmp-department-link > span:nth-child(2) { min-width: 0; flex: 1; }
.cmp-department-icon { display: grid; place-items: center; width: 35px; height: 35px; flex: 0 0 35px; border-radius: 10px; background: #eef5ff; color: #356aa7; font-size: 15px; transition: color .18s, background .18s; }
.cmp-department-link:hover .cmp-department-icon, .cmp-department-link[aria-current] .cmp-department-icon { background: var(--cmp-blue); color: #fff; }
.cmp-department-link__arrow { margin-left: auto; color: #a2afbf; font-size: 10px; }
.cmp-department-expand { display: grid; place-items: center; width: 31px; height: 31px; flex: 0 0 31px; padding: 0; border: 0; border-radius: 9px; background: transparent; color: #7c8ca0; font-size: 10px; transition: color .18s, background .18s; }
.cmp-department-expand:hover { color: var(--cmp-blue); background: var(--cmp-soft); }
.cmp-department-expand i { transition: transform .2s; }
.cmp-department-expand[aria-expanded='true'] i { transform: rotate(180deg); }
.cmp-department-collapse { margin: 0 10px 10px 51px; border-left: 1px solid #dbe6f3; }
.cmp-department-children { padding: 3px 0 3px 10px; }
.cmp-department-children .cmp-department-children { margin-left: 12px; padding-left: 8px; border-left: 1px solid #e4eaf2; }
.cmp-department-child { display: flex; align-items: baseline; gap: 8px; padding: 6px 8px; border-radius: 8px; color: #68798f; font-size: 11.5px; line-height: 1.4; text-decoration: none; }
.cmp-department-child:hover, .cmp-department-child.is-selected { color: var(--cmp-blue); background: #f1f6fd; }
.cmp-department-child__dot { width: 4px; height: 4px; flex: 0 0 4px; border-radius: 50%; background: #afbdcd; transform: translateY(-2px); }
.cmp-department-child:hover .cmp-department-child__dot, .cmp-department-child.is-selected .cmp-department-child__dot { background: var(--cmp-blue); }
.cmp-departments--searching .cmp-department-collapse { display: block!important; }
.cmp-departments__empty { margin: 28px 8px 0; padding: 22px 18px; border: 1px dashed #cfdae8; border-radius: 13px; color: #6c7c90; background: #fff; text-align: center; font-size: 12px; }
.cmp-departments__empty i { display: block; margin-bottom: 9px; color: #9aabc0; font-size: 18px; }
.cmp-breadcrumb-bar { width: 100%; border-top: 1px solid #f0f3f7; background: #fbfcfe; }
.cmp-breadcrumbs { display: flex; align-items: center; min-height: 29px; padding: 4px 12px; }
.cmp-breadcrumbs .breadcrumb { display: flex; width: 100%; margin: 0; padding: 0; flex-wrap: nowrap; align-items: center; gap: 0; overflow: hidden; font-size: 10.5px; font-weight: 400; line-height: 1.5; background: transparent; }
.cmp-breadcrumbs a { color: #6b7b91; text-decoration: none; }
.cmp-breadcrumbs a:hover { color: var(--cmp-blue); }
.cmp-breadcrumbs [aria-current] { color: #243a58; }
.cmp-breadcrumbs .breadcrumb-item + .breadcrumb-item::before { float: none; flex: 0 0 auto; margin: 0 7px; padding: 0; color: #a5b0c0; font-size: inherit; font-weight: inherit; line-height: inherit; }
.cmp-home { padding-top: 30px; }
.cmp-hero { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(0,1fr); align-items: center; gap: 50px; padding: 54px; border-radius: 26px; background: radial-gradient(ellipse at 90% 18%, #cde3ff 0, transparent 52%), linear-gradient(125deg,#edf4ff,#f8fbff 55%,#e1edff); border: 1px solid #dce8f9; overflow: visible; }
.cmp-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; color: #497196; }
.cmp-status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cmp-blue); box-shadow: 0 0 0 4px #0d6efd12; }
.comparor-ui .cmp-hero h1 { margin: 20px 0; font-size: clamp(2.5rem,4.1vw,3.65rem); line-height: 1.07; letter-spacing: -.05em; font-weight: 750; }
.cmp-hero h1 em { color: var(--cmp-blue); font-style: normal; }
.cmp-hero__copy > p { color: #5c708a; max-width: 520px; font-size: 16px; line-height: 1.7; margin-bottom: 25px; }
.cmp-hero .cmp-search { box-shadow: 0 8px 25px #3268a410; }
.cmp-hero .cmp-search-category__trigger { width: 178px; }
.cmp-hero__links { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 20px; }
.cmp-hero__links a { color: #536c8d; font-size: 11px; text-decoration: none; }
.cmp-hero__links a:hover { color: var(--cmp-blue); }
.cmp-hero__showcase { position: relative; width: 290px; justify-self: center; transform: rotate(3deg); }
.cmp-hero__showcase .cmp-product-card { box-shadow: 0 20px 60px #254b7e20; }
.cmp-hero__showcase .cmp-product-card__image { height: 185px; }
.cmp-hero__showcase .cmp-votes { display: none; }
.cmp-showcase-label { position: absolute; z-index: 2; top: -18px; left: -22px; background: var(--cmp-blue); color: white; padding: 9px 16px; border-radius: 9px; font-size: 12px; font-weight: 650; transform: rotate(-3deg); box-shadow: 0 6px 20px #0d6efd24; }
.cmp-showcase-note { position: absolute; right: -25px; bottom: -18px; background: #fff; padding: 12px 16px; font-size: 11px; color: #386452; border-radius: 10px; transform: rotate(-3deg); box-shadow: 0 8px 25px #203d6315; }
.cmp-showcase-note i { color: #198754; margin-right: 5px; }
.cmp-benefits { display: flex; justify-content: space-around; gap: 20px; padding: 26px 15px; border-bottom: 1px solid var(--cmp-line); color: #596d88; font-size: 12px; }
.cmp-benefits span { display: flex; align-items: center; gap: 10px; }
.cmp-benefits i { color: var(--cmp-blue); font-size: 18px; }
.cmp-section { margin-top: 48px; }
.cmp-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.cmp-section-heading h2 { font-size: 25px; margin: 0 0 6px; }
.cmp-section-heading p { color: var(--cmp-muted); font-size: 13px; margin: 0; }
.cmp-section-heading > a { color: var(--cmp-blue); text-decoration: none; font-weight: 650; font-size: 12px; white-space: nowrap; }
.cmp-listing-header { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 16px 24px; padding: 20px 22px; margin-bottom: 12px; border: 1px solid var(--cmp-line); border-radius: var(--cmp-radius); background: linear-gradient(135deg,#fff 0%,#f7faff 100%); box-shadow: 0 8px 28px #244d7b0d; }
.cmp-listing-header__title { display: flex; min-width: 0; align-items: center; gap: 14px; }
.cmp-listing-header__title > div { min-width: 0; }
.cmp-listing-header__title h1 { margin: 0; color: var(--cmp-ink); font-size: clamp(1.45rem,2.2vw,2rem); font-weight: 750; line-height: 1.18; letter-spacing: -.025em; }
.cmp-listing-header__title p { max-width: 760px; margin: 7px 0 0; color: var(--cmp-muted); font-size: 12px; line-height: 1.55; }
.cmp-listing-header__icon { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border: 1px solid #d5e5fb; border-radius: 13px; color: var(--cmp-blue); background: var(--cmp-soft); font-size: 18px; }
.cmp-listing-header__summary { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.cmp-listing-count { display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border: 1px solid #d9e6f7; border-radius: 999px; color: #36516f; background: #f6f9fd; font-size: 11px; font-weight: 700; white-space: nowrap; }
.cmp-listing-pagination { flex: 0 0 auto; }
.cmp-listing-pagination .pagination { flex-wrap: nowrap; }
.cmp-listing-pagination-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 12px; }
.cmp-listing-pagination-total { color: #60758d; font-size: 12px; font-weight: 650; line-height: 1.4; white-space: nowrap; }
.cmp-listing-filters { display: flex; grid-column: 1/-1; align-items: center; flex-wrap: wrap; gap: 8px; padding-top: 13px; border-top: 1px solid var(--cmp-line); color: var(--cmp-muted); font-size: 11px; }
.cmp-listing-filters > span:first-child { font-weight: 700; }
.cmp-listing-chip { padding: 5px 9px; border: 1px solid var(--cmp-line); border-radius: 8px; color: var(--cmp-ink); background: #fff; }
.cmp-listing-filters > a { margin-left: auto; color: var(--cmp-blue); font-weight: 650; text-decoration: none; }
.cmp-listing-context { margin-top: 0; }
.cmp-order-filter a { display: flex; align-items: center; gap: 7px; color: #52677f; text-decoration: none; }
.cmp-order-filter a:hover, .cmp-order-filter a.filter_selected { color: var(--cmp-blue); }
.cmp-category-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; }
.cmp-category { display: flex; flex-direction: column; gap: 12px; padding: 20px 14px; background: #fff; border: 1px solid var(--cmp-line); border-radius: 14px; text-decoration: none; color: #31445c; position: relative; transition: border-color .18s,transform .18s; }
.cmp-category:hover { border-color: #aacbff; transform: translateY(-3px); color: var(--cmp-blue); }
.cmp-category strong { font-size: 12px; font-weight: 600; }
.cmp-category__icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--cmp-soft); color: var(--cmp-blue); font-size: 21px; }
.cmp-category > i { position: absolute; top: 25px; right: 16px; color: #a9b7c8; font-size: 9px; }
.cmp-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.comparor-ui .cmp-product-card { display: flex; flex-direction: column; position: relative; padding: 0; margin: 0; min-width: 0; height: 100%; overflow: hidden; background: #fff; border: 1px solid var(--cmp-line); border-radius: var(--cmp-radius); transition: box-shadow .18s,border-color .18s; }
.comparor-ui .cmp-product-card:hover { border-color: #b6d1f6; box-shadow: 0 12px 32px #1d51851a; }
.cmp-product-card__image { display: flex; align-items: center; justify-content: center; position: relative; height: 215px; padding: 22px; background: #fff; color: #a9b7c8; font-size: 42px; }
.cmp-product-card__image img { width: 100%; height: 100%; object-fit: contain; aspect-ratio: auto; }
.cmp-discount { position: absolute; left: 14px; top: 14px; border: 1px solid #ccead9; background: #ecf9f0; color: #177c47; font: 700 12px 'Segoe UI',sans-serif; border-radius: 6px; padding: 5px 8px; }
.cmp-product-card__body { display: flex; flex-direction: column; flex: 1; padding: 17px; border-top: 1px solid #f1f4f8; }
.cmp-merchant { display: flex; align-items: center; gap: 6px; font-size: 11px; color: #708198; margin-bottom: 9px; min-height: 18px; }
.cmp-merchant img[hidden], .cmp-store-card img[hidden] { display: none; }
.comparor-ui .cmp-product-card h3.product-title { margin: 0 0 12px; height: auto; min-height: 40px; max-height: none; font-size: 14px; line-height: 1.45; font-weight: 650; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.cmp-product-card .product-title a { color: #233750; text-decoration: none; }
.cmp-product-card .product-title a:hover { color: var(--cmp-blue); }
.cmp-product-card__description { font-size: 11px; line-height: 1.5; color: var(--cmp-muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 14px; }
.cmp-product-card__bottom { margin-top: auto; }
.cmp-product-card__pricing { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 8px; margin: 2px 0 12px; }
.cmp-product-card__pricing > small { width: 100%; font-size: 10px; color: #77869a; }
.cmp-product-card__pricing strong { font-size: 23px; color: var(--cmp-ink); font-weight: 750; letter-spacing: -.04em; }
.cmp-product-card__pricing strong small { font-size: 12px; letter-spacing: 0; }
.cmp-product-card__pricing del { font-size: 11px; color: #8794a7; }
.cmp-card-cta { display: flex; align-items: center; justify-content: space-between; gap: 8px; border-radius: 9px; background: var(--cmp-soft); padding: 10px 13px; font-size: 12px; font-weight: 650; color: var(--cmp-blue); text-decoration: none; }
.cmp-card-cta:hover { color: white; background: var(--cmp-blue); }
.cmp-votes { display: flex; gap: 10px; align-items: center; padding-top: 12px; color: #7b8da3; font-size: 11px; }
.cmp-votes button { border: 0; background: transparent; padding: 3px 6px; color: inherit; }
.cmp-votes .likeselected, .cmp-votes .dislikeselected { color: var(--cmp-blue); }
.cmp-caption { color: #718096; font-size: 11px; margin-top: 16px; }
.cmp-assistant-promo { display: flex; align-items: center; gap: 28px; background: #142b4c; border-radius: 22px; padding: 35px; margin: 48px 0; color: #fff; }
.cmp-assistant-promo__icon { flex-shrink: 0; display: grid; place-items: center; height: 74px; width: 74px; border: 1px solid #516e98; border-radius: 20px; color: #91bdff; font-size: 30px; }
.cmp-assistant-promo .cmp-eyebrow { color: #8cbaff; }
.comparor-ui .cmp-assistant-promo h2 { font-size: 25px; color: white; margin: 8px 0; }
.cmp-assistant-promo p { max-width: 640px; font-size: 13px; color: #b2c4dc; margin: 0; }
.cmp-assistant-promo .btn { margin-left: auto; flex-shrink: 0; font-size: 12px; }
.cmp-editorial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.cmp-article-card { overflow: hidden; border: 1px solid var(--cmp-line); border-radius: var(--cmp-radius); background: #fff; }
.cmp-article-card a { text-decoration: none; color: inherit; }
.cmp-article-card img { width: 100%; height: 195px; object-fit: cover; }
.cmp-article-card a > div { padding: 22px; }
.cmp-article-card h3 { font-size: 18px; line-height: 1.4; margin: 12px 0 20px; }
.cmp-article-card__link { font-size: 12px; font-weight: 650; color: var(--cmp-blue); }
.comparor-ui #productos:not(.coupon-results) > .row { --bs-gutter-x: 12px; row-gap: 12px; margin-top: 12px; margin-bottom: 20px; }
.comparor-ui #productos:not(.coupon-results) > .row > [class*='col'] { padding: 0 6px!important; }
.comparor-ui .col-side { width: 260px; }
.comparor-ui #filters { overflow: hidden; }
.comparor-ui .cmp-filter-panel-header { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; overflow: visible; }
.comparor-ui .cmp-filter-toggle-all { position: relative; display: grid; width: 32px; height: 32px; flex: 0 0 32px; padding: 0; place-items: center; border: 1px solid #cbdcf1; border-radius: 10px; color: var(--cmp-blue); background: #fff; box-shadow: 0 4px 12px #2c67ad12; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.comparor-ui .cmp-filter-toggle-all > i { font-size: 12px; line-height: 1; }
.comparor-ui .cmp-filter-toggle-all:hover, .comparor-ui .cmp-filter-toggle-all:focus-visible { border-color: var(--cmp-blue); color: #fff; background: var(--cmp-blue); transform: translateY(-1px); }
.comparor-ui .cmp-filter-toggle-all:focus-visible { outline: 3px solid #0d6efd2e; outline-offset: 2px; }
.comparor-ui .cmp-filter-toggle-all::after { position: absolute; z-index: 10; top: calc(100% + 8px); right: 0; padding: 6px 9px; border-radius: 7px; color: #fff; background: #172b47; box-shadow: 0 7px 18px #132b4e28; content: attr(data-tooltip); font-size: 10px; font-weight: 600; line-height: 1.2; white-space: nowrap; pointer-events: none; opacity: 0; transform: translateY(-3px); transition: opacity .15s ease, transform .15s ease; }
.comparor-ui .cmp-filter-toggle-all:hover::after, .comparor-ui .cmp-filter-toggle-all:focus-visible::after { opacity: 1; transform: translateY(0); }
.comparor-ui .accordion-button { font-family: inherit; font-size: 13px; font-weight: 600; padding: 16px; background: white; color: #2d4667; box-shadow: none; }
.comparor-ui .accordion-button:not(.collapsed) { background: #f5f8fd; color: #184e91; }
.comparor-ui .accordion-body { padding: 16px; font-size: 14px; }
.comparor-ui .accordion-item { border-color: var(--cmp-line); }
.comparor-ui .accordion-body .nav-item { width: 100%; min-width: 0; overflow: hidden; }
.comparor-ui .accordion-body .nav-item > a,
.comparor-ui .accordion-body .groupfilter > a { display: flex; width: 100%; max-width: 100%; min-width: 0; align-items: center; gap: 7px; overflow: hidden; font-size: 14px; line-height: 1.45; white-space: nowrap; }
.comparor-ui .accordion-body .nav-item > a > i,
.comparor-ui .accordion-body .groupfilter > a > i { flex: 0 0 auto; font-size: 13px; }
.comparor-ui .accordion-body .cmp-filter-label { display: block; width: 0; min-width: 0; flex: 1 1 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.comparor-ui .accordion-body .groupfilter { display: flex; min-width: 0; align-items: center; }
.comparor-ui .accordion-body .groupfilter > .ifilter { flex: 0 0 auto; margin-right: 5px; }
.comparor-ui .cmp-filter-more { display: flex; min-width: 0; align-items: center; justify-content: center; gap: 8px; white-space: nowrap; }
.comparor-ui .cmp-filter-more span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.comparor-ui .cmp-price-filter { padding: 14px; border: 1px solid #d7e5f8; border-radius: 15px; background: linear-gradient(145deg,#f7faff,#edf5ff); box-shadow: inset 0 1px 0 #fff; }
.comparor-ui .cmp-price-filter__summary { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid #d9e6f6; text-align: left; }
.comparor-ui .cmp-price-filter__summary > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.comparor-ui .cmp-price-filter__summary small { margin-bottom: 2px; color: #718399; font-size: 9px; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.comparor-ui .cmp-price-filter__summary strong { color: var(--cmp-ink); font-size: 14px; line-height: 1.3; }
.comparor-ui .cmp-price-filter__icon { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 10px; color: var(--cmp-blue); background: white; box-shadow: 0 4px 12px #2c67ad17; font-size: 14px; }
.comparor-ui .cmp-price-filter .double-range { position: relative; height: 32px; margin: 17px 2px 0; }
.comparor-ui .cmp-price-filter .range-track,
.comparor-ui .cmp-price-filter .range-track-fill { position: absolute; top: 13px; right: 0; left: 0; height: 6px; border-radius: 999px; }
.comparor-ui .cmp-price-filter .range-track { background: #cfdbeb; box-shadow: inset 0 1px 2px #284b741a; }
.comparor-ui .cmp-price-filter .range-track-fill { background: linear-gradient(90deg,#4397ff,var(--cmp-blue)); box-shadow: 0 2px 6px #0d6efd35; }
.comparor-ui .cmp-price-filter input[type='range'] { position: absolute; top: 4px; left: 0; z-index: 2; width: 100%; height: 24px; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; pointer-events: none; appearance: none; -webkit-appearance: none; }
.comparor-ui .cmp-price-filter input[type='range'].on-top { z-index: 3; }
.comparor-ui .cmp-price-filter input[type='range']::-webkit-slider-runnable-track { height: 6px; background: transparent; }
.comparor-ui .cmp-price-filter input[type='range']::-webkit-slider-thumb { width: 22px; height: 22px; margin-top: -8px; border: 4px solid white; border-radius: 50%; background: var(--cmp-blue); box-shadow: 0 2px 7px #173c6a42; cursor: grab; pointer-events: auto; appearance: none; -webkit-appearance: none; }
.comparor-ui .cmp-price-filter input[type='range']::-moz-range-track { height: 6px; background: transparent; }
.comparor-ui .cmp-price-filter input[type='range']::-moz-range-thumb { width: 14px; height: 14px; border: 4px solid white; border-radius: 50%; background: var(--cmp-blue); box-shadow: 0 2px 7px #173c6a42; cursor: grab; pointer-events: auto; }
.comparor-ui .cmp-price-filter input[type='range']:focus-visible::-webkit-slider-thumb { outline: 3px solid #8bbcff; outline-offset: 2px; }
.comparor-ui .cmp-price-filter input[type='range']:active::-webkit-slider-thumb { cursor: grabbing; transform: scale(1.06); }
.comparor-ui .cmp-price-filter__scale { display: flex; justify-content: space-between; margin: -2px 1px 13px; color: #7d8da0; font-size: 9px; font-weight: 600; }
.comparor-ui .cmp-price-filter__fields { display: grid; grid-template-columns: minmax(0,1fr) 12px minmax(0,1fr); align-items: end; gap: 5px; }
.comparor-ui .cmp-price-filter__fields label { min-width: 0; color: #64768d; font-size: 9px; font-weight: 700; text-align: left; text-transform: uppercase; }
.comparor-ui .cmp-price-filter__input { display: flex; height: 40px; margin-top: 5px; align-items: center; border: 1px solid #ccdaeb; border-radius: 10px; background: white; transition: border-color .15s,box-shadow .15s; }
.comparor-ui .cmp-price-filter__input:focus-within { border-color: #77acfa; box-shadow: 0 0 0 3px #0d6efd16; }
.comparor-ui .cmp-price-filter__input input { width: 100%; min-width: 0; height: 38px; padding: 0 4px 0 10px; border: 0; outline: 0; background: transparent; color: var(--cmp-ink); font-size: 12px; font-weight: 700; }
.comparor-ui .cmp-price-filter__input b { padding-right: 9px; color: #6f8198; font-size: 10px; }
.comparor-ui .cmp-price-filter__separator { width: 8px; height: 1px; margin-bottom: 20px; background: #99aac0; }
.comparor-ui .cmp-price-filter .applyfilter { margin-top: 12px; }
.comparor-ui .cmp-price-filter__apply { display: flex; min-height: 42px; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; color: white; background: var(--cmp-blue); box-shadow: 0 7px 16px #0d6efd29; font-size: 12px; font-weight: 700; text-decoration: none; transition: background-color .15s,transform .15s,box-shadow .15s; }
.comparor-ui .cmp-price-filter__apply:hover { color: white; background: var(--cmp-blue-dark); box-shadow: 0 9px 19px #0b55c033; transform: translateY(-1px); }
.comparor-ui .cmp-price-filter__divider { margin: 16px 0; color: #bbcadb; }
.comparor-ui .pagination { gap: 5px; flex-wrap: wrap; }
.comparor-ui .page-link { border-radius: 9px!important; border-color: var(--cmp-line); color: #526881; min-width: 36px; text-align: center; font-size: 12px; padding: 8px 10px; }
.comparor-ui .active > .page-link { color: white; background: var(--cmp-blue); border-color: var(--cmp-blue); }
.comparor-ui .search-bubble, .comparor-ui .filter-list .badge { border: 1px solid var(--cmp-line); background: white!important; padding: 8px 11px; font-weight: 500; font-size: 12px; margin: 0 5px 7px 0; border-radius: 8px; }
.comparor-ui .nav-tabs { gap: 5px; border-bottom: 1px solid var(--cmp-line); padding-bottom: 10px; }
.comparor-ui .nav-tabs .nav-link, .comparor-ui main .nav-pills .nav-link { border: 0; border-radius: 9px; padding: 10px 14px; font-size: 13px; font-weight: 600; color: #5e728e; }
.comparor-ui .nav-tabs .nav-link.active, .comparor-ui main .nav-pills .nav-link.active { color: var(--cmp-blue); background: var(--cmp-soft); }
.comparor-ui .product:not(.cmp-product-card):not(.voucher) { padding: 24px; }
.comparor-ui .product h1.cmp-product-detail-title { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 9px; font-size: clamp(1.12rem,1.7vw,1.55rem); line-height: 1.34; }
.cmp-product-detail-title > a { flex: 0 0 auto; padding-top: 2px; }
.cmp-product-detail-title > span { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.comparor-ui .product .headline { font-size: 14px; line-height: 1.7; color: var(--cmp-muted); font-weight: 400; }
.comparor-ui .storebox { border: 1px solid var(--cmp-line); border-radius: 14px; overflow: hidden; margin-bottom: 18px; }
.comparor-ui .storebox .offer { padding: 18px; border-bottom: 1px solid var(--cmp-line); }
.comparor-ui .store-title { line-height: 1.45!important; height: auto!important; }
.cmp-detail-content { min-width: 0; }
.cmp-detail-content > .product { margin-top: 0!important; }
.cmp-detail-promo { width: 100%; margin: 0 0 20px; overflow: hidden; }
.cmp-detail-promo img { display: block; width: 100%; height: auto; }
.cmp-detail-gallery .sticky { position: sticky; top: 20px; }
.cmp-detail-gallery #image-carousel img { height: 350px; object-fit: contain; }
.cmp-detail-gallery .carousel-control-prev, .cmp-detail-gallery .carousel-control-next { top: 45%; bottom: auto; width: 32px; height: 32px; border-radius: 50%; background: #243e5c; }
.cmp-product-gallery-item { position: relative; display: block; cursor: zoom-in; }
.cmp-gallery-zoom-hint { position: absolute; right: 12px; bottom: 12px; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.75); border-radius: 10px; color: #fff; background: rgba(15,35,60,.78); box-shadow: 0 6px 18px rgba(15,35,60,.2); backdrop-filter: blur(5px); pointer-events: none; transition: transform .18s ease, background .18s ease; }
.cmp-product-gallery-item:hover .cmp-gallery-zoom-hint { transform: scale(1.06); background: #1667d9; }
.cmp-image-viewer[hidden] { display: none!important; }
.cmp-image-viewer { position: fixed; inset: 0; z-index: 11000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.cmp-image-viewer__backdrop { position: absolute; inset: 0; background: rgba(5,15,30,.88); backdrop-filter: blur(8px); }
.cmp-image-viewer__panel { position: relative; display: grid; grid-template-rows: auto minmax(0,1fr) auto; grid-template-columns: minmax(0,1fr); box-sizing: border-box; width: min(1180px, calc(100vw - 40px)); max-width: 100%; height: min(900px, calc(100vh - 40px)); min-width: 0; overflow: hidden; isolation: isolate; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: #0a1728; box-shadow: 0 28px 80px rgba(0,0,0,.48); }
.cmp-image-viewer__topbar { position: relative; z-index: 5; display: flex; box-sizing: border-box; width: 100%; min-width: 0; align-items: center; justify-content: space-between; gap: 14px; min-height: 58px; padding: 10px 12px 10px 18px; overflow: hidden; color: #eaf2ff; border-bottom: 1px solid rgba(255,255,255,.11); background: rgba(10,23,40,.98); }
.cmp-image-viewer__counter { min-width: 0; overflow: hidden; font-size: 13px; font-weight: 700; letter-spacing: .02em; text-overflow: ellipsis; white-space: nowrap; }
.cmp-image-viewer__tools { display: flex; flex: 0 0 auto; align-items: center; gap: 7px; }
.cmp-image-viewer__button { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: #fff; background: rgba(255,255,255,.08); transition: background .16s ease, border-color .16s ease, transform .16s ease; }
.cmp-image-viewer__button:hover:not(:disabled), .cmp-image-viewer__button:focus-visible { color: #fff; border-color: rgba(88,166,255,.8); background: #1667d9; transform: translateY(-1px); }
.cmp-image-viewer__button:disabled { opacity: .35; cursor: default; }
.cmp-image-viewer__zoom-value { min-width: 54px; color: #c8d8ed; font-size: 12px; font-weight: 700; text-align: center; }
.cmp-image-viewer__stage-wrap { position: relative; min-width: 0; min-height: 0; overflow: hidden; isolation: isolate; }
.cmp-image-viewer__viewport { position: absolute; inset: 0; width: auto; height: auto; overflow: hidden; overscroll-behavior: contain; }
.cmp-image-viewer__viewport.is-draggable { cursor: grab; touch-action: none; }
.cmp-image-viewer__viewport.is-panning { cursor: grabbing; }
.cmp-image-viewer__canvas { display: flex; box-sizing: border-box; align-items: center; justify-content: center; min-width: 100%; min-height: 100%; padding: 24px 70px; }
.cmp-image-viewer__image { display: block; max-width: none; max-height: none; border-radius: 4px; background: #fff; box-shadow: 0 16px 45px rgba(0,0,0,.35); user-select: none; -webkit-user-drag: none; }
.cmp-image-viewer__nav { position: absolute; z-index: 2; top: 50%; width: 46px; height: 46px; margin-top: -23px; border-radius: 50%; background: rgba(10,23,40,.82); backdrop-filter: blur(5px); }
.cmp-image-viewer__prev { left: 15px; }
.cmp-image-viewer__next { right: 15px; }
.cmp-image-viewer__thumbs { position: relative; z-index: 4; display: flex; box-sizing: border-box; width: 100%; min-width: 0; max-width: 100%; gap: 9px; min-height: 94px; padding: 11px 16px; overflow-x: auto; overflow-y: hidden; border-top: 1px solid rgba(255,255,255,.11); background: rgba(10,23,40,.98); scrollbar-width: thin; }
.cmp-image-viewer__thumb { flex: 0 0 70px; width: 70px; height: 70px; padding: 4px; overflow: hidden; border: 2px solid transparent; border-radius: 10px; background: #fff; opacity: .68; transition: opacity .16s ease, border-color .16s ease, transform .16s ease; }
.cmp-image-viewer__thumb:hover { opacity: 1; transform: translateY(-1px); }
.cmp-image-viewer__thumb.is-active { border-color: #4c9aff; opacity: 1; box-shadow: 0 0 0 3px rgba(76,154,255,.2); }
.cmp-image-viewer__thumb img { width: 100%; height: 100%; object-fit: contain; }
body.cmp-image-viewer-open { overflow: hidden; }
.cmp-related-heading { position: relative; display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 18px; margin: 34px 0 12px; padding: 13px 16px; overflow: hidden; border: 1px solid var(--cmp-line); border-radius: 14px; background: linear-gradient(135deg,#fff 0%,#f5f9ff 100%); box-shadow: 0 7px 24px rgba(36,77,123,.055); }
.cmp-related-heading::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: linear-gradient(90deg,var(--cmp-blue),#67aaf9 34%,transparent 82%); content: ''; opacity: .72; }
.cmp-related-heading__title { display: flex; min-width: 0; align-items: center; gap: 12px; }
.cmp-related-heading__icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border: 1px solid #d5e5fb; border-radius: 12px; color: var(--cmp-blue); background: var(--cmp-soft); font-size: 16px; }
.cmp-related-heading h2 { min-width: 0; margin: 0; color: var(--cmp-ink); font-size: clamp(1.05rem,1.7vw,1.3rem); font-weight: 750; line-height: 1.25; letter-spacing: -.018em; }
.cmp-related-heading__count { flex: 0 0 auto; color: var(--cmp-muted); font-size: 12px; white-space: nowrap; }
.cmp-related-heading__count strong { color: var(--cmp-ink); font-size: 14px; font-weight: 750; }
@media (min-width: 992px) {
  .cmp-detail-layout { flex-wrap: nowrap; }
  .cmp-detail-gallery { flex: 0 0 324px; width: 324px; max-width: 324px; }
  .cmp-detail-gallery > .sticky { width: 300px; }
  .cmp-detail-content { flex: 1 1 auto; width: calc(100% - 324px); max-width: none; }
}
.comparor-ui .product > .tab-content { padding-top: 5px; }
.cmp-product-tab { margin-top: 16px; }
.cmp-product-tab__body { padding: 0; }
.cmp-product-richtext { color: #40536a; font-size: 14px; line-height: 1.82; overflow-x: auto; overflow-wrap: anywhere; }
.cmp-product-richtext > :first-child { margin-top: 0; }
.cmp-product-richtext > :last-child { margin-bottom: 0; }
.cmp-product-richtext h1, .cmp-product-richtext h2, .cmp-product-richtext h3, .cmp-product-richtext h4 { margin-top: 1.25em; margin-bottom: .55em; line-height: 1.32; }
.cmp-product-richtext h1 { font-size: 22px; }
.cmp-product-richtext h2 { font-size: 20px; }
.cmp-product-richtext h3 { font-size: 17px; }
.cmp-product-richtext h4 { font-size: 15px; }
.cmp-product-richtext p { margin-bottom: 1em; }
.cmp-product-richtext ul, .cmp-product-richtext ol { display: grid; gap: 7px; padding-left: 21px; }
.cmp-product-richtext img { max-width: 100%; height: auto; border-radius: 12px; }
.cmp-product-description .cmp-product-richtext table { width: 100%!important; min-width: 560px; margin: 18px 0 22px; overflow: hidden; border: 1px solid #dbe5f0!important; border-radius: 13px; border-collapse: separate; border-spacing: 0; background: #fff; box-shadow: 0 9px 24px rgb(31 56 91 / 7%); line-height: 1.5; }
.cmp-product-description .cmp-product-richtext table th,
.cmp-product-description .cmp-product-richtext table td { height: auto!important; padding: 12px 14px!important; border: 0!important; border-right: 1px solid #e5ebf3!important; border-bottom: 1px solid #e5ebf3!important; text-align: left; vertical-align: top; }
.cmp-product-description .cmp-product-richtext table th { color: #18395f; background: #edf5ff; font-size: 12px; font-weight: 750; letter-spacing: .025em; }
.cmp-product-description .cmp-product-richtext table tbody tr:nth-child(even) td { background: #f8fafd; }
.cmp-product-description .cmp-product-richtext table tbody tr:hover td { background: #eef6ff; }
.cmp-product-description .cmp-product-richtext table tr > :last-child { border-right: 0!important; }
.cmp-product-description .cmp-product-richtext table tr:last-child > * { border-bottom: 0!important; }
.cmp-product-description .cmp-product-richtext table caption { padding: 0 0 9px; color: #52657b; font-size: 12px; font-weight: 650; caption-side: top; }
.cmp-product-description .cmp-product-richtext table a { color: #125fbe; font-weight: 650; text-decoration: none; }
.cmp-product-description .cmp-product-richtext table a:hover { text-decoration: underline; }
.cmp-product-content-section { margin-top: 20px; overflow: hidden; border: 1px solid #e1e8f1; border-radius: 13px; background: #fff; }
.cmp-product-content-section > header { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-bottom: 1px solid #e5ebf3; background: #f8fafd; }
.cmp-product-content-section > header > span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 9px; color: #1c6dd2; background: #e8f2ff; font-size: 12px; }
.cmp-product-content-section > header h3 { margin: 0; font-size: 16px; line-height: 1.35; }
.cmp-product-content-section > .cmp-product-richtext { padding: 17px 18px; }
.cmp-feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 16px; }
.cmp-feature-card { display: flex; min-width: 0; align-items: flex-start; gap: 11px; padding: 14px; border: 1px solid #dce8f5; border-radius: 12px; background: #f8fbff; }
.cmp-feature-card__icon { display: grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; border-radius: 8px; color: #18794e; background: #e5f7ee; font-size: 11px; }
.cmp-feature-card--negative .cmp-feature-card__icon { color: #ad3c3c; background: #ffeded; }
.cmp-feature-card h4 { margin: 2px 0 4px; font-size: 13px; line-height: 1.35; }
.cmp-feature-card .cmp-product-richtext { font-size: 12px; line-height: 1.6; }
.cmp-spec-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 14px; padding: 0; background: transparent; }
.cmp-spec-card { width: 100%; min-width: 0; overflow: hidden; grid-column: 1 / -1; border: 1px solid #dfe7f0; border-radius: 13px; background: #fff; box-shadow: 0 5px 16px rgb(28 55 90 / 4%); }
.cmp-spec-card:first-child, .cmp-spec-card--wide { grid-column: 1 / -1; }
.cmp-spec-card__header { display: flex; min-height: 56px; align-items: center; gap: 10px; padding: 13px 16px; border-bottom: 1px solid #e2e9f2; background: #f4f8fd; }
.cmp-spec-card__header > span { display: grid; width: 31px; height: 31px; flex: 0 0 31px; place-items: center; border-radius: 9px; color: #246dbf; background: #e4f0ff; font-size: 12px; }
.cmp-spec-card__header h3 { margin: 0; color: #29415e; font-size: 13px; line-height: 1.35; letter-spacing: .025em; text-transform: uppercase; }
.cmp-spec-card__rows--two-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.cmp-spec-row { display: grid; grid-template-columns: minmax(180px,42%) minmax(0,1fr); min-height: 66px; align-items: center; border-bottom: 1px solid #e8edf3; }
.cmp-spec-row:last-child { border-bottom: 0; }
.cmp-spec-card__rows--two-columns .cmp-spec-row { grid-template-columns: minmax(125px,43%) minmax(0,1fr); border-right: 1px solid #e8edf3; }
.cmp-spec-card__rows--two-columns .cmp-spec-row:nth-child(even) { border-right: 0; }
.cmp-spec-row__label, .cmp-spec-row__value { min-width: 0; padding: 13px 15px; }
.cmp-spec-row__label { display: flex; align-items: flex-start; gap: 10px; color: #263b55; }
.cmp-spec-row__label--help { align-items: center; gap: 6px; }
.cmp-spec-row__label > div { min-width: 0; }
.cmp-spec-row__label strong, .cmp-spec-row__label small { display: block; }
.cmp-spec-row__label strong { font-size: 12px; line-height: 1.4; }
.cmp-spec-row__label small { margin-top: 4px; color: #718198; font-size: 10px; font-weight: 400; line-height: 1.45; }
.cmp-spec-info { display: inline-grid; width: 22px; height: 22px; flex: 0 0 22px; margin: -2px 0; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #3b74b7; background: #edf5ff; font-size: 11px; line-height: 1; cursor: help; transition: color .15s ease, background .15s ease; }
.cmp-spec-info:hover, .cmp-spec-info:focus-visible { color: #fff; background: var(--cmp-blue); outline: 0; }
.cmp-spec-tooltip { position: fixed; z-index: 1300; width: max-content; max-width: min(340px,calc(100vw - 24px)); padding: 10px 12px; border: 1px solid #ffffff26; border-left: 3px solid #5ba0ff; border-radius: 10px; color: #fff; background: linear-gradient(135deg,#13253c,#1c385b); box-shadow: 0 14px 34px #08152652; font-size: 11px; font-weight: 500; line-height: 1.5; pointer-events: none; animation: cmp-spec-tooltip-in .14s ease-out; }
.cmp-spec-tooltip::after { position: absolute; top: 100%; left: 50%; border: 6px solid transparent; border-top-color: #172f4c; content: ''; transform: translateX(-50%); }
.cmp-spec-tooltip.is-below::after { top: auto; bottom: 100%; border-top-color: transparent; border-bottom-color: #172f4c; }
@keyframes cmp-spec-tooltip-in { from { opacity: 0; transform: translateY(3px); } to { opacity: 1; transform: translateY(0); } }
.cmp-spec-row__icon { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 8px; color: #3775bd; background: #edf5ff; font-size: 11px; }
.cmp-spec-row__value { border-left: 1px solid #e8edf3; color: #42566e; font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }
.cmp-spec-links, .cmp-spec-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.cmp-spec-links a { display: inline-flex; align-items: center; padding: 6px 9px; border: 1px solid #d9e7f8; border-radius: 8px; color: #1764c0; background: #f3f8ff; font-size: 11px; font-weight: 650; line-height: 1.3; text-decoration: none; }
.cmp-spec-links a:hover { border-color: #b7d2f4; background: #eaf3ff; }
.cmp-international-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(78px,1fr)); gap: 7px; }
.cmp-international-item { display: flex; min-width: 0; align-items: center; gap: 7px; padding: 7px 8px; border: 1px solid #e0e8f2; border-radius: 9px; color: #405a78; background: #fbfcfe; font-size: 10px; font-weight: 650; text-decoration: none; }
.cmp-international-item img { flex: 0 0 28px; border-radius: 50%; box-shadow: 0 1px 4px #263e5d24; }
.cmp-spec-note { display: flex; align-items: center; gap: 8px; color: #49705c; }
.cmp-spec-note i { color: #25915c; }
.cmp-spec-colors { height: 16px; overflow: hidden; border: 3px solid #fff; border-radius: 999px; background: #edf1f6; box-shadow: 0 0 0 1px #dfe6ef; }
.cmp-spec-colors .progress { height: 10px; border-radius: 0; }
.cmp-spec-chip { display: inline-flex; min-height: 27px; align-items: center; padding: 5px 9px; border: 1px solid #dce5f0; border-radius: 8px; color: #52667e; background: #f8fafc; font-size: 10px; font-weight: 650; line-height: 1.25; }
.cmp-spec-chip--link { color: #1764c0; background: #f2f7ff; text-decoration: none; }
.cmp-spec-chip--link:hover { border-color: #b8d3f5; color: #0a58ca; background: #e8f2ff; }
.cmp-spec-chip--more { justify-content: center; min-width: 30px; color: #1764c0; cursor: pointer; font-family: inherit; }
.cmp-spec-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.cmp-spec-brand img { display: block; max-width: 110px; height: 38px; object-fit: contain; object-position: left center; }
.cmp-spec-brand small { color: #738398; font-size: 10px; line-height: 1.45; }
.cmp-spec-code { display: inline-block; max-width: 100%; padding: 4px 7px; border: 1px solid #e0e7ef; border-radius: 6px; color: #334a65; background: #f8fafc; font-family: ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; font-size: 10px; overflow-wrap: anywhere; }
.comparor-ui .store .offer { margin: 0; padding: 20px 4px; border-bottom: 1px solid var(--cmp-line); }
.comparor-ui .store .offergold, .comparor-ui .store .offerpremium { background: #eff6ff; border: 1px solid #cfe2ff; border-radius: 12px; padding: 20px 12px; margin-bottom: 8px; }
.comparor-ui .store .store-title { max-height: none!important; overflow: visible; font-size: 14px; }
.comparor-ui .store .cmp-price-info { display: inline-grid; width: 22px; height: 22px; margin-left: 2px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #3973b6; background: #edf5ff; font-size: 11px; line-height: 1; vertical-align: middle; cursor: help; transition: color .15s ease, background .15s ease, transform .15s ease; }
.comparor-ui .store .cmp-price-info:hover, .comparor-ui .store .cmp-price-info:focus-visible { color: #fff; background: var(--cmp-blue); outline: 0; transform: translateY(-1px); }
.comparor-ui .product .headline { overflow-wrap: anywhere; }
.comparor-ui .cmp-breadcrumbs li, .comparor-ui .cmp-breadcrumbs li span { background: transparent; border: 0; }
.comparor-ui .cmp-breadcrumbs .breadcrumb-item { display: flex; align-items: center; min-width: 0; max-width: min(44vw, 520px); height: auto; padding: 0; overflow: hidden; white-space: nowrap; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
.comparor-ui .cmp-breadcrumbs .breadcrumb-item:first-child { flex: 0 0 auto; }
.comparor-ui .cmp-breadcrumbs .breadcrumb-item a, .comparor-ui .cmp-breadcrumbs .breadcrumb-item span { display: block; min-width: 0; margin: 0; padding: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
.comparor-ui #filters { border-radius: var(--cmp-radius); }
.comparor-ui[data-bs-ads-module='account'] main .row { row-gap: 20px; }
.comparor-ui[data-bs-ads-module='account'] .form-group { margin-bottom: 14px; }
.cmp-store-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin: 20px 0; }
.cmp-store-directory-head { margin-bottom: 20px; }
.cmp-store-directory-head .cmp-section-heading { margin-bottom: 0; }
.cmp-store-directory-empty { margin: 24px 0; padding: 50px 24px; border: 1px dashed #ccd9e8; border-radius: 18px; background: #fff; color: var(--cmp-muted); text-align: center; }
.cmp-store-directory-empty > i { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 15px; border-radius: 15px; background: var(--cmp-soft); color: var(--cmp-blue); font-size: 22px; }
.cmp-store-directory-empty h2 { margin-bottom: 7px; font-size: 19px; }
.cmp-store-directory-empty p { margin-bottom: 18px; font-size: 12px; }
.cmp-store-card { border: 1px solid var(--cmp-line); border-radius: var(--cmp-radius); background: white; overflow: hidden; }
.cmp-store-card__logo { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 115px; padding: 20px; text-decoration: none; background: white; border-bottom: 1px solid var(--cmp-line); }
.cmp-store-card__logo img { max-width: 180px; width: 100%; height: 65px; object-fit: contain; }
.cmp-store-card__logo img.cmp-store-card__favicon { width: 24px; height: 24px; }
.cmp-store-card__body { padding: 20px; }
.cmp-store-card__body h2 { font-size: 18px; }
.cmp-store-card__body p { color: var(--cmp-muted); font-size: 12px; }
.cmp-store-card__meta { display: flex; align-items: center; gap: 8px; margin-top: 15px; font-size: 10px; }
.cmp-store-card__meta a { color: var(--cmp-muted); overflow-wrap: anywhere; text-decoration: none; }
.cmp-article-meta { font-size: 11px; color: var(--cmp-muted); margin: 10px 0; }
.cmp-article-preview { font-size: 13px; color: var(--cmp-muted); line-height: 1.6; }
.comparor-ui .breadcrumb-blue, .comparor-ui .breadcrumb-light-blue { background: #edf4ff; color: #244e83; font-size: 15px; padding: 13px 16px; border-radius: 9px; }
.comparor-ui .table { --bs-table-striped-bg: #f6f9fd; font-size: 13px; color: var(--cmp-ink); }
.comparor-ui .table th { font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: #677b97; background: #f4f7fc; }
.comparor-ui .table td, .comparor-ui .table th { padding: 15px 12px; vertical-align: middle; border-color: var(--cmp-line); }
.cmp-table-scroll { max-width: 100%; overflow-x: auto; border-radius: 12px; }
.cmp-filter-toggle { display: none; }
.comparor-ui .cmp-footer { background: #142338; color: #a8bad0; padding: 48px 20px 24px; margin-top: 48px; box-shadow: none; }
.cmp-footer > .container-fluid { max-width: 1320px; }
.comparor-ui .cmp-footer li { font-size: 12px; line-height: 2.25; }
.cmp-footer .text-white { font-size: 14px!important; font-weight: 650; }
.cmp-footer img.w-75 { max-width: 175px; }
.cmp-footer a:hover { color: #fff; }
.cmp-footer a { overflow-wrap: anywhere; }
.comparor-ui #chatTooltip { max-width: 260px; border-radius: 12px; padding: 14px 30px 14px 16px; font-size: 12px; line-height: 1.5; background: #1c324e; }
.comparor-ui .cmp-robot-icon { display: block; width: 32px; height: 32px; flex: 0 0 auto; color: #fff; filter: drop-shadow(0 1px 1px #071a3545); transition: transform .2s ease; }
.comparor-ui .chat-widget-btn:hover .cmp-robot-icon { transform: translateY(-1px); }
.comparor-ui .header-bot-icon .cmp-robot-icon { width: 22px; height: 22px; filter: none; }
@media (max-width: 1100px) {
  .cmp-header__main { gap: 18px; }
  .cmp-header__main .cmp-search-category__trigger { width: 170px; }
  .cmp-navigation { gap: 20px; }
  .cmp-hero { padding: 38px; gap: 25px; }
  .cmp-hero__showcase { width: 250px; }
  .cmp-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .cmp-store-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .comparor-ui .col-side { width: 220px; }
  .comparor-ui #productos:not(.coupon-results) > .row > .col-md-3 { width: 33.333%; }
}
@media (max-width: 767.98px) {
  .comparor-ui .container { padding-left: 18px; padding-right: 18px; }
  .cmp-topbar { display: none; }
  .cmp-header__main { flex-wrap: wrap; gap: 12px; padding-top: 16px; padding-bottom: 14px; }
  .cmp-menu-toggle { display: inline-flex; width: 36px; height: 36px; border: 0; }
  .cmp-logo img { width: 155px; }
  .cmp-header__main > .cmp-search { order: 5; flex-basis: 100%; }
  .cmp-header-actions { margin-left: auto; gap: 5px; }
  .cmp-header-actions .cmp-icon-button { width: 36px; height: 36px; }
  .cmp-icon-button__badge { top: -4px; right: -4px; }
  .cmp-search-category { position: static; padding-left: 8px; }
  .cmp-search-category__trigger, .cmp-header__main .cmp-search-category__trigger, .cmp-hero .cmp-search-category__trigger { width: 41px; padding-right: 5px; }
  .cmp-search-category__trigger-label, .cmp-search-category__chevron { display: none; }
  .cmp-search-category__menu { top: calc(100% + 9px); right: 0; left: 0; width: auto; max-height: min(620px, calc(100vh - 160px)); }
  .cmp-search-category__menu::before { right: 67px; }
  .cmp-navigation { gap: 20px; overflow-x: auto; scrollbar-width: none; padding-bottom: 12px; }
  .cmp-navigation button { display: none; }
  .cmp-navigation a { font-size: 11px; }
  .cmp-navigation .cmp-navigation__ai { margin-left: 0; }
  .cmp-departments { width: min(100vw, 410px); }
  .cmp-departments__header { padding: 18px 17px; }
  .cmp-departments__tools { padding: 16px; }
  .cmp-departments__catalog { padding: 16px 12px 24px; }
  .cmp-departments__shortcuts { gap: 6px; }
  .cmp-departments__shortcuts a { min-height: 64px; padding-left: 4px; padding-right: 4px; }
  .cmp-home { padding-top: 18px; }
  .cmp-hero { grid-template-columns: 1fr; padding: 30px 23px; border-radius: 20px; gap: 30px; }
  .comparor-ui .cmp-hero h1 { font-size: clamp(2.1rem,7.5vw,3.3rem); margin: 16px 0; }
  .cmp-hero__copy > p { font-size: 14px; }
  .cmp-eyebrow { font-size: 9px; }
  .cmp-hero__showcase { width: min(270px,90%); margin: 12px 0 22px; }
  .cmp-benefits { flex-wrap: wrap; justify-content: flex-start; font-size: 11px; gap: 14px; padding: 23px 6px; }
  .cmp-benefits span { flex: 1 0 45%; }
  .cmp-section { margin-top: 32px; }
  .cmp-section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .cmp-section-heading h2 { font-size: 23px; }
  .cmp-section-heading p { font-size: 12px; }
  .cmp-category-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
  .cmp-category { padding: 14px 10px; }
  .cmp-category strong { font-size: 11px; }
  .cmp-category > i { display: none; }
  .cmp-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .comparor-ui #productos:not(.coupon-results) > .row { --bs-gutter-x: 8px; row-gap: 8px; }
  .comparor-ui #productos:not(.coupon-results) > .row > [class*='col'] { padding-right: 4px!important; padding-left: 4px!important; }
  .cmp-product-card__image { height: 155px; padding: 15px; }
  .cmp-product-card__body { padding: 12px; }
  .comparor-ui .cmp-product-card h3.product-title { font-size: 12px; }
  .cmp-product-card__pricing strong { font-size: 20px; }
  .cmp-card-cta { font-size: 11px; padding: 9px; }
  .cmp-merchant { font-size: 10px; }
  .cmp-assistant-promo { flex-wrap: wrap; gap: 18px; padding: 26px; }
  .cmp-assistant-promo__icon { width: 50px; height: 50px; font-size: 23px; border-radius: 14px; }
  .cmp-assistant-promo .btn { margin: 0; }
  .cmp-editorial-grid { grid-template-columns: 1fr; }
  .cmp-store-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .cmp-store-directory-head { margin-bottom: 18px; }
  .cmp-store-card__body { padding: 12px; }
  .cmp-store-card__body h2 { font-size: 15px; overflow-wrap: anywhere; }
  .cmp-store-card__logo { min-height: 90px; padding: 15px; }
  .comparor-ui .col-side { width: 100%; }
  .comparor-ui #productos:not(.coupon-results) > .row > .col-md-3 { width: 50%; }
  .comparor-ui .content-box, .comparor-ui .product:not(.cmp-product-card):not(.voucher) { padding: 16px; }
  .comparor-ui .container-main { margin-bottom: 32px; }
  .comparor-ui .cmp-footer { padding: 35px 10px; }
  .cmp-filter-toggle { display: block; width: 100%; margin: 10px 0 15px; }
  .comparor-ui #filters.cmp-filters-open { display: block!important; margin-bottom: 20px; }
  .cmp-breadcrumbs { min-height: 29px; padding-top: 4px; padding-bottom: 4px; }
  .cmp-detail-gallery #image-carousel img { height: 230px; }
  .cmp-detail-gallery .sticky { position: static; }
  .cmp-image-viewer { padding: 0; }
  .cmp-image-viewer__panel { width: 100vw; height: 100vh; border: 0; border-radius: 0; }
  .cmp-image-viewer__canvas { padding: 18px 54px; }
  .cmp-image-viewer__nav { width: 42px; height: 42px; }
  .cmp-image-viewer__prev { left: 8px; }
  .cmp-image-viewer__next { right: 8px; }
  .cmp-image-viewer__thumbs { min-height: 82px; padding: 8px 12px; }
  .cmp-image-viewer__thumb { flex-basis: 62px; width: 62px; height: 62px; }
  .cmp-related-heading { min-height: 62px; margin-top: 26px; padding: 11px 13px; }
  .cmp-related-heading__icon { width: 36px; height: 36px; flex-basis: 36px; border-radius: 10px; font-size: 14px; }
  .comparor-ui .product .nav-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
  .comparor-ui .product .nav-tabs .nav-item { flex: 0 0 auto; }
  .cmp-product-tab__body { padding: 0; }
  .cmp-product-richtext { font-size: 13px; line-height: 1.72; }
  .cmp-feature-grid, .cmp-spec-grid, .cmp-spec-card__rows--two-columns { grid-template-columns: 1fr; }
  .cmp-feature-grid { padding: 10px; }
  .cmp-spec-card__rows--two-columns .cmp-spec-row { border-right: 0; }
  .cmp-spec-card { grid-column: 1; }
  .cmp-spec-row { grid-template-columns: 1fr; align-items: stretch; }
  .cmp-spec-row__label { padding-bottom: 8px; }
  .cmp-spec-row__value { padding-top: 0; border-left: 0; }
  .comparor-ui #chatTooltip { display: none!important; }
}
@media (prefers-reduced-motion: reduce) {
  .comparor-ui *, .comparor-ui *::before, .comparor-ui *::after { scroll-behavior: auto!important; transition-duration: 0s!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
}
@media (max-width: 767.98px) {
  .cmp-listing-header { grid-template-columns: 1fr; gap: 14px; padding: 16px; }
  .cmp-listing-header__icon { width: 38px; height: 38px; flex-basis: 38px; border-radius: 11px; font-size: 15px; }
  .cmp-listing-header__title h1 { font-size: 1.4rem; }
  .cmp-listing-header__summary { justify-content: space-between; flex-wrap: wrap; gap: 10px; }
  .cmp-listing-pagination { max-width: 100%; overflow-x: auto; }
  .cmp-listing-pagination-bottom { align-items: flex-start; flex-direction: column; }
  .cmp-listing-filters > a { margin-left: 0; }
}
.cmp-error-page{max-width:760px;margin:48px auto 72px;padding:48px;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 20px 55px rgba(15,23,42,.08)}
.cmp-error-page__icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 18px;border-radius:22px;background:linear-gradient(135deg,#eff6ff,#ecfdf5);color:#1769aa;font-size:30px}.cmp-error-page>span{display:block;margin-bottom:8px;color:#64748b;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.cmp-error-page h1{margin:0;color:#0f172a;font-size:clamp(2rem,5vw,3.4rem);line-height:1.05}.cmp-error-page>p{max-width:590px;margin:18px auto 26px;color:#64748b;font-size:1.05rem;line-height:1.65}.cmp-error-page__actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.cmp-error-page__actions .btn{display:inline-flex;align-items:center;gap:8px}.cmp-error-page__search{max-width:520px;margin:28px auto 0;padding-top:24px;border-top:1px solid #e5e7eb;text-align:left}.cmp-error-page__search label{display:block;margin-bottom:8px;color:#334155;font-weight:700}.cmp-error-page__search>div{display:flex}.cmp-error-page__search input{min-width:0;flex:1;height:44px;padding:0 14px;border:1px solid #cbd5e1;border-right:0;border-radius:12px 0 0 12px}.cmp-error-page__search button{border-radius:0 12px 12px 0}@media(max-width:575.98px){.cmp-error-page{margin:24px auto 48px;padding:32px 20px}}
