<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.thumbnail-product-small {
  background: #fff;
  position: relative;
  padding: 48px;
  border-radius: 16px;
  transition: 200ms ease all;
  box-shadow: inset 0 0 0 1px #E6E6E6;
  cursor: pointer;
  padding: 0 !important;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (prefers-reduced-motion: reduce) {
  .thumbnail-product-small {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .thumbnail-product-small {
    padding: 32px;
  }
}
.thumbnail-product-small:hover {
  box-shadow: inset 0 0 0 1px #000;
}
.thumbnail-product-small &gt; .thumb-small-content {
  padding: 24px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.thumbnail-product-small &gt; .thumb-small-content &gt; .thumb-small-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  color: #1b1b1b;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
  padding: 6px 0;
  line-height: 20px;
}
.thumbnail-product-small &gt; .thumb-small-content &gt; .thumb-small-meta {
  white-space: nowrap;
  font-family: var(--default-font-family);
  color: #4B5563;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .thumbnail-product-small &gt; .thumb-small-content &gt; .thumb-small-meta .code span {
    display: none;
  }
}
.thumbnail-product-small &gt; .thumb-small-content &gt; .thumb-small-meta .stock-info {
  font-size: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.thumbnail-product-small &gt; .thumb-small-content &gt; .thumb-small-meta .stock-info:before {
  content: "|";
  order: 1;
  color: #4B5563;
  padding: 0 8px;
  font-family: var(--default-font-family);
  color: #4B5563;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
}
.thumbnail-product-small &gt; .thumb-small-content &gt; .thumb-small-meta .stock-info:after {
  order: 2;
  content: "•";
  padding-right: 4px;
  font-family: var(--default-font-family);
  color: #00B67A;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
}
.thumbnail-product-small &gt; .thumb-small-content &gt; .thumb-small-meta .stock-info span {
  order: 3;
  font-family: var(--default-font-family);
  color: #00B67A;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
}
.thumbnail-product-small &gt; .thumb-small-content &gt; .thumb-small-meta .stock-info.out-of-stock:after,
.thumbnail-product-small &gt; .thumb-small-content &gt; .thumb-small-meta .stock-info.out-of-stock span {
  color: #4B5563;
}
.thumbnail-product-small &gt; .thumb-small-content &gt; .thumb-small-order {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.thumbnail-product-small &gt; .thumb-small-content &gt; .thumb-small-order &gt; .thumb-small-prices {
  white-space: nowrap;
  text-align: left;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  color: #1b1b1b;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.thumbnail-product-small &gt; .thumb-small-content &gt; .thumb-small-order &gt; .thumb-small-prices &gt; .thumb-small-price {
  margin-right: 12px;
}
.thumbnail-product-small &gt; .thumb-small-content &gt; .thumb-small-order &gt; .thumb-small-prices &gt; .thumb-small-vat {
  display: block;
  font-family: var(--default-font-family);
  color: #6E747C;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
}
.thumbnail-product-small &gt; .thumb-small-content &gt; .thumb-small-order &gt; .thumb-small-prices &gt; .thumb-small-vat.inline {
  display: inline-block;
}
.thumbnail-product-small &gt; figure {
  overflow: hidden;
  padding: 0 0 66.67%;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.thumbnail-product-small &gt; figure &gt; picture {
  width: calc(100% - 2px);
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: auto;
  left: 1px;
  border-radius: 16px 16px 0 0;
}
.thumbnail-product-small &gt; figure &gt; picture img {
  max-width: 100%;
}
</pre></body></html>