
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src:
    url("/static/common/fonts/noto-sans-cyr-ext-normal.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/static/common/fonts/noto-sans-cyr-normal.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/static/common/fonts/noto-sans-cyr-ext-700.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/static/common/fonts/noto-sans-cyr-700.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/static/common/fonts/noto-sans-latin-ext-normal.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/static/common/fonts/noto-sans-latin-normal.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/static/common/fonts/noto-sans-latin-ext-700.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/static/common/fonts/noto-sans-latin-700.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




html, body {

}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body, p, a, span, div, dl, dt, dd, ul, ol, li, pre, form, label, fieldset, input, blockquote, th, td, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  color: #363637;
  font-size:  1.7rem;
  font-weight: normal;
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.body_wrap.home {
  max-width: 90rem;
  margin: 0 auto;
}

.header_wrap {
  max-width: 90rem;
  margin: 0 auto;
  margin-bottom: 2.8rem; 
}

.logo {
  display: flex;
  justify-content: center;
}

.content_wrap {
  max-width: 120rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.content_wrap h1 {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0 6rem;
}

.content p {
  margin: 0 0 2.8rem;
  line-height: 1.6em;
  font-family: "Noto Sans";
}

.content strong {
  color: #414141;
  font-weight: bold;
}

.content em {
  font-style: italic;
}

.content img {
  display: block;
}

.content img[style*="display: block;"] {
	max-width: 100%;
	max-height: 100%;
  margin: 0 0 1.5rem;
}

.content img[style*="float:left;"], .content img[style*="float: left;"] {
	max-width: 100%;
	max-height: 100%;
  margin: 0 1.5rem 1rem 0 !important;
}

.content img[style*="float:right;"], .content img[style*="float: right;"] {
	max-width: 100%;
	max-height: 100%;
  margin: 0 0 1rem 1.5rem !important;
}

.content a, .content a:hover, .content a:visited {
  color: #800080;
  font-weight: bold;
  text-decoration: underline;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.1rem;
  font-weight: bold;
}

.content ul, .content ol {
  display: block;
  margin: 0 0 1.4rem;
}

.content ul li {
  position: relative;
  display: block;
  margin: 0 0 1.4rem;
  padding: 0 0 0 2rem;
}

.content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.5em;
  height: 0.5em;
  background: black;
  border-radius: 50%;
}

.content ol li {
  position: relative;
  display: block;
  margin: 0 0 1.4rem;
  padding: 0 0 0 2rem;
}

.content ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.5em;
  height: 0.5em;
  background: black;
  border-radius: 50%;
}

.form .form_row {
  margin: 0 0 2.8rem;
}

.form label {
  display: block;
  margin: 0 0 1rem;
}

.form input {
  display: block;
  width: 100%;  
  max-width: 100%;
  padding: 0 0 0 1rem;
  line-height: 4rem;
  font-size: 1.5rem;
  
}

.form textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.5rem;
  resize: vertical;
}

.form .errorlist li {
  display: block;
  padding: 0.5rem 0 0 0.5rem;
  color: red;
  font-size: 1.3rem;
}

.form #turnstile-container {
  margin: 0 0 2.4rem;
}

.form button {
  width: 20rem;
  height: 4rem;
  line-height: 3rem;
  text-align: center;
  border: 0 none;
  background: #800080;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.form button:hover {
  border: 2px solid #800080;
  background: #fff;
  color: #000;
}

.search_wrap {
  margin: 0 auto;
  margin-bottom: 5rem;
}

.search-form-wrap {
  padding: 2rem 2rem;
  background: linear-gradient(135deg, #69359d 0%, #b266ff 100%);
  background: #00803e;
  background: #800080;
  background: linear-gradient(to left, #A229A2 0%, #800080 50%, #A229A2 100%) no-repeat;
  border-radius: 0.4rem;
}

.search {
  display: flex;
  gap: 2rem;
  max-width: 90rem;
  margin: 0 auto;
}

.search-input-wrap {
  position: relative;
  width: 50rem;
}

.search-input-wrap input {
  display: block;
  width: 100%;
  padding: 0 4rem 0 1rem;
  line-height: 4rem;
  font-size: 1.5rem;
  border: 0 none;
  border-radius: 0.2rem;
}

.search-input-wrap img {
  position: absolute;
  top: 7px;
  right: 6px;
  bottom: 0;
  width: 25px;
  height: 25px;
  opacity: 0.9;
}

.search-select-wrap {
  --ss-main-height: 100%;
  --ss-border-color: #999;
  --ss-border-radius: 0.5rem;
}

.search-select-wrap {
  min-width: 25rem;
}

.search-select-wrap .ss-single::before {
  content: "в";
  margin: 0 5px 0 0;
}

.search-now {
  width: 20rem;
}

.search-now input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  line-height: 4rem;
  text-align: center;
  border: 1px solid #6f6161;
  background: #8dce00;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  transition: 
    background 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out,
    text-shadow 0.2s ease-in-out;
}

.search-now input:hover {
  background: #9edb1f;  
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.4);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.footer {
  padding: 0 0 2rem;
}

.footer-menu {
  display: flex;
  justify-content: center;
  margin: 0 0 1rem;
}

.footer-menu-item {
  margin: 0 1.5rem;
}

.footer-menu-item a, .footer-menu-item a:visited {
  font-size: 1.4rem;
  color: #888;
}

.footer-message {
  padding: 0 2rem;
  margin: 0 0 1.4rem;
  text-align: center;
}

.footer-message p, .footer-message a {
  font-size: 1.4rem;
  color: #888;
}

.footer-message a {
  text-decoration: underline;
}

.footer-copyright {
  padding: 0 2rem;
  margin: 0 0 1rem;
  text-align: center;
}

.footer-copyright p {
  font-size: 1.4rem;
  color: #888;
}

.home .header_wrap {
  margin: 25rem 0 2rem;
}

.home .search_wrap {
  margin: 0 0 8rem;
}

.home .logo img {
  max-width: 50rem;
}

.page .logo img {
  max-width: 25rem;
}

.page .header_wrap {
  margin: 0 auto;
  margin-top: 2.8rem;
  margin-bottom: 2.3rem;
}

.vendor-block {
  margin-bottom: 5rem;
}

.vendor-header {
  display: flex;
  padding: 2rem 1rem 2rem 2rem;
  margin: 0 0 3rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.vendor-image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 2rem 0 0;
}

.vendor-image img {
  max-width: 4rem;
  height: auto;
}

.vendor-name {
}

.vendor-name p, .vendor-name span {
  font-size: 2.2rem;
  font-weight: bold;
}

.vendor-name span {
  display: inline-block;
}

.vendor-name p > span:first-letter {
  text-transform: uppercase;
}

.product-list {
  display: flex;
  flex-direction: column;
  margin: 0 0 0.5rem;
  padding: 0 2rem;
}

.product-row a, .product-row a:visited {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 1.2rem 1rem 1rem 1rem;
  border-bottom: 1px solid #e1e1e1;
}

.product-row:hover {
  background: #f3f3f3;
}

a.product-link {
  text-decoration: none;
}

.product-title {
  margin: 0 4rem 0 0;
  /*color: #0074D9; */
  color: #800080;
  font-size: 1.7rem;
  font-weight: bold;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 630px;
  white-space: nowrap;
  font-family: "Noto Sans"
}

.product-title:hover {
  overflow: visible;
  text-overflow: initial;
  white-space: wrap;  
}

.product-price-wrap {
  display: flex;
  min-width: 255px;
  align-items: center;
}

.product-price-label {
  display: inline-block;
}

.product-price {
  display: inline-block;
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  text-wrap: nowrap;
}

.product-price-sep {
  display: inline-block;
  margin: 0 8px;
  color: #888;
}

.product-price-euro {
  font-size: 1.5rem;
  color: #888;
}

.product-button {
  display: inline-block;
  padding: 0.4rem 2.4rem 0.4rem 0.8rem;
  background: #88c502;
  color: #fff;
  border-radius: 0.4rem;
  margin-left: 3rem;
  background:  #88c502 url("/static/common/images/external_link.svg") no-repeat;
  background-size: 15px 15px;
  background-position: 95% 50%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
}

.product-list div.product-row:first-of-type {
  background: #f3f3f3;
}

.product-list div.product-row:first-of-type a {
  padding-left: 6rem;
  border: 0 none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: url("/static/common/images/sale.svg") no-repeat;
  background-size: 30px 20px;
  background-position: 12px 54%;
}

.product-list div.product-row:first-of-type .product-button {
  background-color: #912291;
}

.product-list div.product-row:last-of-type a {
  border-bottom: 0 none;
}

.content-header {
  max-width: 120rem;
  margin: 0 auto;
  padding: 3rem 2rem;
  background: #614e78;
  background: #929aab;
  background: #a38db5;
  background: #999;
  background: transparent none;
  margin-bottom: 5rem;
  border-radius: 1rem;
  border: 1px solid #ccc;
}

.content-header.search-header {
   padding: 3rem 2rem 3rem 4.4rem;
   background: url("/static/common/images/looking-glass-black.svg") no-repeat 1.4% 52%;
   background-size: 20px 20px;
}

.content-header h1, .content-header h2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-family: "Noto Sans";
  font-size: 2rem;
  font-weight: bold;
  color: #4d4d4d;
}

.loading-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loading-results img {
  height: 150px;
  width: 150px;
  max-height: 100%;
  max-width: 100%;
}

.loading-results-text {
  display: flex;
  justify-content: center;
  padding: 2rem 2rem;
}

.loading-results-text h2 {
  color: #800080;
  font-size: 22px;
  font-weight: bold;
  transform-origin: center;
  animation: pulse 1.6s ease-in-out infinite;
  will-change: transform;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.08); }
}

.top-results-wrap {
  margin: 0 0 6rem;
  border: 1px solid #800080;
  border-radius: 1rem;
  /# background: url("/static/common/images/sale.svg") no-repeat 3% 60%;
  background-size: 120px 88px; %/
}

.top-results-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 2rem 2.5rem 9.5rem;
  margin: 0 0 2rem;
  border-radius: 1rem;
  background-image: url("/static/common/images/sale.svg"), linear-gradient(to left, #A229A2 0%, #800080 95%, #800080 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: 2rem 50%, center;
  background-size: 50px 35px, auto;

}

.top-results-title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.top-results-title .last_updated {
  display: none;
  padding: 0.8rem;
  margin-left: 4rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #4f3535;
  background: #72d5d5;
  border-radius: 1rem;
  box-shadow: 0 0 0 1px rgba(0,0,0,.06), 0 6px 16px rgba(0,0,0,.20);
}

.top-results-inner {
  padding: 2rem 2rem 2rem 2rem;
}

.top-offer {
  display: flex;
  align-items: center;
}

div.top-offer:not(:first-of-type) {
  display: flex;
  margin: 1rem 0 0;
}

.top-results .product-vendor {
  max-width: 750px;
  padding: 0 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-results .product-vendor a {
  color: #800080;
  font-weight: bold;
  font-family: "Noto Sans";
}

.top-results .product-vendor span {
  color: #888;
  line-height: 2.4rem;
  font-family: "Noto Sans";
}

.top-results .product-price-wrap {
  margin-left: auto;
  padding-right: 20px;
}

.top-results .product-price-label {
  padding-right: 5px;
}

.top-results .product-more {
  min-width: 160px;
  margin: 0 10px 0 0;
}

.top-results .product-more a, .top-results .product-more a:hover, .top-results .product-more a:visited {
  display: block;
  padding: 0.4rem 0.4rem 0.4rem 2rem;
  background: #912291;
  color: #fff;
  text-align: center;
  border-radius: 0.4rem;
  background: #88c502 url("/static/common/images/looking-glass.svg") no-repeat;
  background-size: 15px 15px;
  background-position: 5% 50%;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
}

.top-results .product-link {
}

.top-results .product-link a, .top-results .product-link a:hover, .top-results .product-link a:visited {
  display: block;
  padding: 0.4rem 2.3rem 0.4rem 0.8rem;
  background: #912291;
  color: #fff;
  border-radius: 0.4rem;
  background: #88c502 url("/static/common/images/external_link.svg") no-repeat;
  background-size: 15px 15px;
  background-position: 93% 50%;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
}

.top-results .product-link a, .top-results .product-link a:hover, .top-results .product-link a:visited {
  background-color: #912291;
}

.no-results {
  padding: 0 0 2rem;
  text-align: center;
}

.no-results p {
  font-family: "Noto Sans";
  font-size: 2rem;
  font-weight: bold;
}

.sub-title {
  margin: 0 0 3rem;
}

.sub-title h2 {
  font-size: 2.6rem;
  font-weight: bold;
}

.products-wrap {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.product-card {
    flex: 0 0 38.6rem;
    display: flex;
    gap: 2rem;
    border: 1px solid #eee;
    border: 1px solid #ccc;
    padding: 2rem;
    border-radius: .5rem;
}
.product-card img {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    border-radius: 0.5rem;
}

.product-info a, .product-info a:hover, .product-info a:visited {
    font-weight: bold;
    font-size: 1.8rem;
    color: #912291;
}

.product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
}

.product-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.4rem;
}

.product-info p {
    font-size: 1.5rem;
}

.product-slab {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.product-slab .product-image {
    flex: 0 0 33%;
    min-width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-slab .product-image img {
    max-width: 180px;
    max-height: 180px;
    height: auto;
}

.product-slab .product-info-full {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.product-slab .product-info-full h1 {
    margin: 0;
}

.product-slab .product-info-full .hidden-text {
    display: none;
}

dl.specs {
 display: grid;
 grid-template-columns: 1fr 2fr;
 column-gap: 4rem;
 row-gap: .5rem;
}

dl.specs dt {
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "Noto Sans";
}

dl.specs dd {
    font-size: 1.6rem;
    margin: 0;
}

.product-slab .product-info-full a, .product-slab .product-info-full a:hover, .product-slab .product-info-full a:visited {
    color: #800080;
}

.product-slab + .top-results-wrap {
    margin-top: 5rem;
}

.search-expand {
    display: none;
}

.top-results-inner div.loading-results:first-of-type {
    display: none;
}

#terms-bar {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: fixed; left: 0; right: 0; bottom: 0;
    z-index: 2147483647;
    padding: 3rem 2rem;
    background: #800080;
    color: #fff;
    transform: translateY(100%);
    transition: transform .3s ease;
}

#terms-bar.show {
    transform: translateY(0);
}

#terms-bar p {
    font-size: 1.6rem;
    color: #fff;
}

#terms-bar a {
    font-size: 1.6rem;
    color: #fff;
    text-decoration: underline;
}

#terms-ok {
    width: 20rem;
    line-height: 4rem;
    appearance: none;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    border: 1px solid #6f6161;
    border-radius: 0.5rem;
    background: #8dce00;
    cursor: pointer;
    white-space: nowrap;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
}

#terms-ok:hover {
    background: #9edb1f;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.4);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.disclaimer-wrap {
    display: flex;
    justify-content: center;
    margin: 0 0 2rem;
}

.disclaimer {
    display: flex;
    max-width: 50rem;
    padding: 2rem 1rem;
    background: #72d5d5;
    border-radius: 1rem;
}

.disclaimer p {
    text-align: center;
    color: #4f3535;
    font-size: 1.4rem;
}

.ib-backdrop{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    backdrop-filter:blur(2px);
    opacity:0;
    transition:opacity .2s ease;
    z-index:9998;
    pointer-events:none;
}

.ib-backdrop.show{
    opacity:1;
    pointer-events:auto;
}

.ib-lock{
    overflow:hidden
}

.ib-bubble{position:fixed;
    max-width:280px;
    background:#fff;
    color:#111;
    border-radius:12px;
    padding:12px 12px 10px;
    border:1px solid rgba(0,0,0,.1);
    box-shadow:0 12px 30px rgba(0,0,0,.25);
    z-index:10003;
    opacity:0;
    transform:translateY(6px) scale(.985);
    transition:opacity .18s ease, transform .18s ease;
}

.ib-bubble.show{
    opacity:1;
    transform:translateY(0) scale(1);
}

.ib-inner{
    display:flex;
    flex-direction:column;
    align-items: center;
    gap:8px;
}

.ib-text  {
    font-size: 1.6rem;
}

.ib-text p  {
    display: block;
    margin: 0 0 1rem;
    font-size: 1.6rem;
}

.ib-text span  {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 0.5rem;
    font-size: 1.6rem;
}

.ib-text span img {
    width: 25px
}

.ib-text strong {
    font-weight: bold;
}

.ib-ok{
    width: 10rem;
    max-width: 100%;
    font-size: 1.6rem;
    appearance:none;border:0;
    border-radius:1rem;
    padding:6px 12px;
    background:#8dce00;color:#fff;
    cursor:pointer;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
}

.ib-bubble::after{
    content:"";
    position:absolute;
    width:0;
    height:0;
    border-style:solid;
}

.ib-top::after   {
    bottom:-10px;
    left:calc(50% - 10px);
    border-width:10px 10px 0 10px;
    border-color:#fff transparent transparent transparent;
}

.ib-bottom::after{
    top:-10px;
    left:calc(50% - 10px);
    border-width:0 10px 10px 10px;
    border-color:transparent transparent #fff transparent;
}
.ib-left::after  {
    right:-10px;
    top:calc(50% - 10px);
    border-width:10px 0 10px 10px;
    border-color:transparent transparent transparent #fff;
}
.ib-right::after {
    left:-10px;top:calc(50% - 10px);
    border-width:10px 10px 10px 0;
    border-color:transparent #fff transparent transparent;
}

.ib-spot {
    position: relative;
    z-index: 10002;
    pointer-events:none;
    user-select: none;
}

.ib-spot::after {
    content:""; position:absolute; inset:-5px; border-radius:8px;
    border: 1px solid #444; box-shadow:0 0 0 4px rgba(255,255,255,.35);
    pointer-events:none;
}

.ib-mobile{
    display:none!important;
}

.ib-desktop{
    display: initial !important;
}

.product-description {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 2rem 2rem 2.4rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.product-description h2 {
  font-size: 2.3rem;
  font-weight: bold;
}

.home-sections {
    margin: 0 0 4rem;
}

.home-sections-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.home-sections-list a, .home-sections-list a:hover, .home-sections-list a:visited {
    display: block;
    padding: 1rem 2rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    font-family: "Noto Sans";
    font-size: 1.4rem;
    text-decoration: none;
    color: #800080;
}

.home-sections-list a:hover {
    background: #800080;
    color: #fff;
    border: 1px solid #800080;
}

.page-sections {
    margin: 5rem 0 0;
}

.page-sections-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-sections-list a, .page-sections-list a:hover, .page-sections-list a:visited {
    display: block;
    padding: 1rem 2rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    font-family: "Noto Sans";
    font-size: 1.4rem;
    text-decoration: none;
    color: #800080;
}

.page-sections-list a:hover {
    background: #800080;
    color: #fff;
    border: 1px solid #800080;
}

.price-ranges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 0 0 6rem;
}

.vendor-range {

}

.vendor-range a, .vendor-range a:hover, .vendor-range a:visited {
    display: flex;
    align-items: center;
    padding: 2rem 2rem;
    border: 1px solid #363637;
    border-radius: 1rem;
    text-decoration: none;
}

.vendor-range a:hover {
    border: 1px solid #ccc;
}

.vendor-range-name {
    color: #888;
    color: #5e055e;
    font-weight: bold;
    font-family: "Noto Sans";
    font-size: 1.4rem;
}

.vendor-range-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.2rem 0.5rem 0;
    font-weight: bold;
    color: #800080;
}

.vendor-range a:hover div {

}

.vendor-range-min {
    color: #7da030;
    font-weight: bold;
    font-size: 1.4rem;
}

.vendor-range-max {
    color: #e82f2f;
    color: #f07979;
    font-weight: bold;
    font-size: 1.4rem;
}

.vendor-range-currency {
    padding: 0.2rem 0 0;
    color: #888;
    font-size: 1.4rem;
}

#results_raw {
    margin-top: 5rem;
}

.home-billboard {
    position: relative;
    max-width: 100%;
    padding: 2rem 24rem;
    margin: 0 0 6.5rem;
    background: #7f0f8f;
    background: #b89cc0;
    background: #a09cc0;
    background: linear-gradient(to left, #A229A2 0%, #800080 50%, #A229A2 100%) no-repeat;
    background: linear-gradient(to left, #3f3a69 0%, #6E0377 50%, #3f3a69 100%) no-repeat;
    background: linear-gradient(to left, #6d66a9 0%, #6E0377 50%, #6d66a9 100%) no-repeat;
    border-radius: 4rem;
    text-align: center;
    box-shadow: 0 10px 12px rgba(0,0,0,.25);
}

.home-billboard h1 {
    margin: 0;
    font-size: 2rem;
    font-family: Noto Sans;
    color: #433c58;
    color: #fff;
    line-height: 30px;
    text-shadow: 0 1px 2px rgba(0,0,0,.25), 0 4px 10px rgba(0,0,0,.25)
}

.home-billboard-bckg {
    position: absolute;
    top: 12px;
    left: 30px;
    width: 150px;
    height: 150px;
}

.home-billboard-bckg2 {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 150px;
    height: 150px;
}

.home-billboard-bckg img {
    filter: drop-shadow(0 14px 18px rgba(0,0,0,.55));
}

.home-billboard-bckg2 img {
    filter: drop-shadow(0 14px 18px rgba(0,0,0,.55));
}



/*** MOBILE ***/


@media all and (max-width: 1200px) {
    .body_wrap {
        padding: 0 1.5rem;
    }
}

@media all and (max-width: 768px) {

    .body_wrap {
        padding: initial;
    }

    .search_wrap {
        padding: 0 1.5rem;
        margin: 0 0 2.5rem;
    }

    .search-form-wrap {
        padding: 2rem 1.5rem;
        border-radius: 1rem;
    }

    .search {
        flex-wrap: wrap;
        gap: 20;
    }

    .search-input-wrap {
        width: 100%;
    }

    .search-input-wrap input {
        font-size: 1.4rem;
        border-radius: 0.5rem;
    }

    .search-select-wrap {
        position: relative;
        width: 100%;
        --ss-main-height: 40px;
        z-index: 100;
    }

    .ss-single {
        font-size: 1.4rem;
    }

    .search-now {
        position: relative;
        width: 100%;
        z-index: 0;
    }

    .search-now input {
        font-size: 1.5rem;
    }

    .content_wrap {
        padding: 0 1.5rem;
        margin: 0 0 3rem;
    }

    .content_wrap h1 {
        font-size: 2rem;
        margin: 0 0 3rem;
    }

    .content-header {
        padding: 2rem;
        margin: 0 0 2.5rem;
        background-position: 2.2% 1.8rem;
    }

    .content-header span {
        font-size: 1.4rem;
    }

    .content-header.search-header {
        padding: 2rem 2rem 2rem 3rem;
        background-position: 2.2% 1.8rem;
    }

    .content-header.search-header h1 span {
        display: none;
    }

    .content-header h1, .content-header h2 {
        font-size: 1.4rem;
        margin: 0;
    }

    .top-results-wrap {
        margin: 0 0 2.5rem;
        border: 1px solid #ebebeb;
    }

    .top-results-title {
        min-height: 6rem;
        padding: 2rem 1.5rem 2rem 4rem;
        margin: 0 0 0rem;
        background-size: 25px 18px, auto;
        background-position: 0.5rem 50%, center;
        border-bottom: 1px solid #fff;
    }

    .top-results-title h2 {
        font-size: 1.7rem;
        font-family: "Noto Sans"
    }

    .top-results-title .last_updated {
        margin: 0;
        max-width: 8rem;
        font-size: 1.2rem;
        text-align: center;
    }

    .top-offer, div.top-offer:not(:first-of-type) {
        flex-wrap: wrap;
        margin: 0 0 2rem;
        background: #f4f4f4;
        padding: 1rem 1.5rem;
        border-radius: 1rem;
    }

    .top-results-inner {
        padding: 1.5rem 1.5rem 1rem;
        background-image: linear-gradient(to left, #A229A2 0%, #800080 50%, #800080 100%);
        background-repeat: no-repeat;
        background-size: auto;
        border-radius: 1rem;
    }

    .top-results .product-vendor {
        max-width: 100%;
        padding: 0;
        margin: 0;
        font-size: 1.2rem;
        overflow: initial;
        white-space: initial;
    }

    .top-results .product-vendor a, .top-results .product-vendor span {
        font-size: 1.4rem;
    }

    .top-results .product-vendor span {
        color: #363637;
        font-size: 1.3rem;
        line-height: 1.8rem;
        font-weight: bold;
    }

    .top-results .product-price-wrap {
        justify-content: center;
        gap: 0.4rem;
        margin: 1rem 0 1.4rem;
        padding: 0 1.5rem;
        width: 100%;
    }

    .product-price {
        margin: 0;
    }

    .top-results .product-price-wrap span {
        font-size: 1.4rem;
    }

    .product-price-sep {
        margin: 0;
    }

    .top-results .product-more {
        width: 100%;
        min-width: initial;
        margin: 0 0 0.5rem;
    }

    .top-results .product-more a, .top-results .product-more a:hover, .top-results .product-more a:visited {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 3rem;
        padding: 0.4rem 0.3rem 0.4rem 0.3rem;
        font-size: 1.4rem;
    }

    .top-results .product-link {
        margin: 0;
        width: 100%;
    }

    .top-results .product-link a, .top-results .product-link a:hover, .top-results .product-link a:visited {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 3rem;
        padding: 0.4rem 0.6rem 0.4rem 0.6rem;
        font-size: 1.4rem;
        background-position: 97% center;
    }

    .vendor-block {
        margin: 0 0 2.5rem;
    }

    .vendor-header {
        padding: 2rem 1.5rem;
        margin: 0 0 0rem;
        background: #333;
    }

    .vendor-name {
        display: flex;
        align-items: center;
    }

    .vendor-name p, .vendor-name span {
        font-size: 1.6rem;
        color: #fff;
    }

    .product-list {
        padding: 0 1.5rem;
        margin: 0;
    }

    .product-list div.product-row:first-of-type a {
        padding: 1.2rem 1rem 1rem 1rem;
        background-image: none;
    }

    .product-row:not(:last-of-type) {
        margin: 0 0 0.5rem;
    }

    .product-row:hover {
        background: transparent none;
    }

    .product-list div.product-row:last-of-type a {
        border-bottom: 1px solid #e1e1e1;
    }

    .product-row a, .product-row a:visited {
        flex-wrap: wrap;
        border: 0 none;
        border-bottom: 1px solid #e1e1e1;
    }

    .product-title, .product-title:hover {
        display: flex;
        width: 100%;
        font-size: 1.4rem;
        overflow: visible;
        text-overflow: initial;
        white-space: wrap;
        color: #363637;

        line-clamp: 3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* number of lines */
    }

    .product-list div.product-row:first-of-type .product-title {
        padding: 0 0 0 4rem;
        color: #800080;
        background-image: url("/static/common/images/sale.svg");
        background-size: 25px 18px;
        background-position: 0.5rem 0.5rem;
        background-repeat: no-repeat;
    }

    .product-price-wrap {
        justify-content: center;
        gap: 0.4rem;
        margin: 1rem 0 1.4rem;
        padding: 0 1.5rem;
        width: 100%;
        min-width: initial;
    }

    .product-price-label {
      color: #888;
    }

    .product-price-wrap span {
        font-size: 1.4rem;
    }

    .product-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 1.5rem;
        min-height: 3rem;
        font-size: 1.4rem;
        padding: 0.4rem 0.6rem 0.4rem 0.6rem;
        background-position: 97% center;
    }

    .price-ranges {
        gap: 1rem;
        margin: 0 0 2.5rem;
    }

    .vendor-range {
        width: 100%;
    }

    .vendor-range a, .vendor-range a:hover, .vendor-range a:visited {
        justify-content: center;
        padding: 1.5rem;
        font-size: 1.3rem;
    }

    .vendor-range a:hover {
        border: 1px solid #888;
    }

    .vendor-range div, .vendor-range span {
        font-size: 1.3rem;

    }

    #results_raw {
        display: none;
    }

    .home .header_wrap {
        margin-top: 4rem;
        margin-bottom: 2.3rem;
    }

    .home .logo img {
        max-width: 25rem;
    }

    .home .search_wrap {
        margin: 0 0 4rem;
    }

    .footer-message {
        padding: 1.5rem;
    }

    .product-slab {
        flex-wrap: wrap;
    }

    .product-slab .product-image {
        flex: 0 0 auto;
        min-width: initial;
        width: 100%;
    }

    .product-slab .product-image img {
        max-width: 90px;
        max-height: 90px;
        height: auto;
    }

    .product-slab .product-info-full {
        width: 100%;
        gap: 1rem;
    }

    .product-slab .product-info-full h1 {
        font-size: 2rem;
    }

    .product-slab .product-info-full p {
        font-size: 1.4rem;
    }

    .product-slab .product-info-full span {
        font-size: 1.4rem;
        line-height: 1.2em;
    }

    .product-slab .product-info-full a, .product-slab .product-info-full a:hover, .product-slab .product-info-full a:visited {
        font-size: 1.4rem;
        color: #800080;
    }

    dl.specs dt, dl.specs dd {
      font-size: 1.3rem;
    }

    .product-slab + .top-results-wrap {
        margin-top: 2.5rem;
    }

    .sub-title {
        margin: 0 0 2.5rem;
    }

    .sub-title h2 {
        font-size: 2rem;
    }

    .products-wrap {
        flex-direction: column;
        gap: 1.5rem;
    }

    .product-card {
      flex: 0 0 auto;
      gap: 1.5rem;
    }

    .product-card img {
        max-width: 90px;
        max-height: 90px;
    }

    .content p {
        font-size: 1.4rem;
        margin: 0 0 1.5rem;
        line-height: 1.6rem;
    }

    .form label {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .content a, .content a:hover, .content a:visited {
        font-size: 1.4rem;
    }

    .content ul li, .content ol li {
        margin: 0 0 1.5rem;
        padding: 0 0 0 1.5rem;
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .content h2, .content h3, .content h4, .content h5, .content h6 {
        margin: 0 0 1.5rem;
    }

    .content img[style*="display: block;"] {
        max-width: 100%;
        max-height: 100%;
        margin: 0 0 1.5rem;
    }

    .content img[style*="float:left;"], .content img[style*="float: left;"] {
        max-width: 100%;
        max-height: 100%;
        margin: 0 0 1.5rem !important;
    }

    .content img[style*="float:right;"], .content img[style*="float: right;"] {
        max-width: 100%;
        max-height: 100%;
        margin: 0 0 1.5rem !important;
    }

    .loading-results-text {
        padding: 2rem 2rem 0;
    }

    .loading-results-text h2 {
        font-size: 1.4rem;
        color: #fff;
    }

    .loading-results img {
        filter: hue-rotate(180deg);
        width: 100px;
        height: 100px;
    }

    .page.product-item .search-expand {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem 2rem;
        background: linear-gradient(to left, #A229A2 0%, #800080 50%, #A229A2 100%) no-repeat;
        color: #fff;
        border-radius: 1rem;
        cursor: pointer;
    }

    .page.product-item .search-form-wrap {
        display: none;
    }

    .top-results .no-results p {
      font-size: 1.4rem;
      color: #fff;
    }

    .top-results-inner div.loading-results:first-of-type {
        display: flex;
    }

    .top-results-inner div.loading-results:last-of-type {
        display: none;
    }

    #terms-bar {
        flex-direction: column;
        gap: 2rem;
        padding: 2.5rem 2rem;
    }

    #terms-bar p {
        text-align: center;
        font-size: 1.4rem;
        line-height: 2rem;
        color: #fff;
    }

    #terms-bar a {
        font-size: 1.4rem;
        color: #fff;
        text-decoration: underline;
    }

    #terms-ok {
        font-size: 1.2rem;
    }

    .disclaimer-wrap {
        padding: 0 1.5rem;
    }

    .ib-mobile{
        display:initial !important;
    }

    .ib-desktop{
        display:none !important;
    }

    .ib-spot {
        position: relative;
        z-index: 10002;
        pointer-events:none;
        user-select: none;
    }

    .product-description {
        gap: 1rem;
        padding: 2rem 1.5rem;
    }

    .product-description h2 {
        font-size: 2rem;
    }

    .product-description p {
        font-size: 1.4rem;
    }

    .home-sections {
        max-width: 400px;
        margin: 0 0 4rem;
        margin: 0 auto;
    }

    .home-sections-list {
        flex-direction: column;
    }

    .home-sections-list li {
        width: 100%;
    }

    .home-sections-list li a {
        text-align: center;
    }

    .page-sections {
        max-width: 400px;
        margin: 0 auto;
        margin-top: 3rem;
    }

    .page-sections-list {
        flex-direction: column;
    }

    .page-sections-list li {
        width: 100%;
    }

    .page-sections-list li a {
        text-align: center;
    }

    .home-billboard {
        padding: 1.5rem;
        margin: 0 0 4rem;
        border-radius: 2rem;
        box-shadow: none;
    }

    .home-billboard h1 {
        margin: 0;
        font-size: 1.4rem;
        line-height: 20px;
    }

    .home-billboard-bckg {
        display: none;
        top: -22px;
        left: 60px;
        width: 100px;
        height: 40px;
        background:  url("/static/common/images/caterpillar.png") no-repeat top left;
        background-size: contain;
    }

    .home-billboard-bckg2 {
        display: none;
    }
}