<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.folder-reviews-wrap {
  background: #fff;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 20px 0 30px;
  color: #666; }

.folder-reviews-title {
  font-size: 22px;
  color: #000; }

.folder-reviews-total {
  padding: 12px 0; }

.folder-reviews-item {
  margin: 0 0 1em; }
  .folder-reviews-item .folder-reviews-item-top {
    border: 1px solid #e5e5e5;
    line-height: 17px;
    font-size: 12px;
    color: #333;
    padding: 16px 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .folder-reviews-item .folder-reviews-item-title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0 11px 0 0; }
  .folder-reviews-item .folder-reviews-item-date {
    font-size: 11px;
    color: #999;
    margin: 0 12px 0 0; }
  .folder-reviews-item .folder-reviews-item-rating {
    width: 65px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2013%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d7d7d7%22%20d%3D%22M5.999%2C-0.001%20C5.999%2C-0.001%207.977%2C3.770%207.977%2C3.770%20C7.977%2C3.770%2011.999%2C4.583%2011.999%2C4.583%20C11.999%2C4.583%209.199%2C7.725%209.199%2C7.725%20C9.199%2C7.725%209.707%2C11.998%209.707%2C11.998%20C9.707%2C11.998%205.999%2C10.170%205.999%2C10.170%20C5.999%2C10.170%202.292%2C11.998%202.292%2C11.998%20C2.292%2C11.998%202.800%2C7.725%202.800%2C7.725%20C2.800%2C7.725%200.000%2C4.583%200.000%2C4.583%20C0.000%2C4.583%204.022%2C3.770%204.022%2C3.770%20C4.022%2C3.770%205.999%2C-0.001%205.999%2C-0.001%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 repeat-x;
    margin: 5px 12px 5px 0;
    position: relative; }
    .folder-reviews-item .folder-reviews-item-rating:before {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      display: block;
      content: '';
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2013%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23feb401%22%20d%3D%22M5.999%2C-0.001%20C5.999%2C-0.001%207.977%2C3.770%207.977%2C3.770%20C7.977%2C3.770%2011.999%2C4.583%2011.999%2C4.583%20C11.999%2C4.583%209.199%2C7.725%209.199%2C7.725%20C9.199%2C7.725%209.707%2C11.998%209.707%2C11.998%20C9.707%2C11.998%205.999%2C10.170%205.999%2C10.170%20C5.999%2C10.170%202.292%2C11.998%202.292%2C11.998%20C2.292%2C11.998%202.800%2C7.725%202.800%2C7.725%20C2.800%2C7.725%200.000%2C4.583%200.000%2C4.583%20C0.000%2C4.583%204.022%2C3.770%204.022%2C3.770%20C4.022%2C3.770%205.999%2C-0.001%205.999%2C-0.001%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 repeat-x; }
    .folder-reviews-item .folder-reviews-item-rating.folder-reviews-item-rating-1:before {
      width: 12px; }
    .folder-reviews-item .folder-reviews-item-rating.folder-reviews-item-rating-2:before {
      width: 25px; }
    .folder-reviews-item .folder-reviews-item-rating.folder-reviews-item-rating-3:before {
      width: 39px; }
    .folder-reviews-item .folder-reviews-item-rating.folder-reviews-item-rating-4:before {
      width: 52px; }
    .folder-reviews-item .folder-reviews-item-rating.folder-reviews-item-rating-5:before {
      width: 65px; }
  .folder-reviews-item .folder-reviews-item-link {
    margin: 5px 0 5px auto;
    line-height: 1; }
    .folder-reviews-item .folder-reviews-item-link a {
      color: #e97f02;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none; }
  .folder-reviews-item .folder-reviews-item-text {
    margin: 0;
    font-size: 13px;
    color: #666;
    padding: 14px; }

.product-popup-wrap {
  position: relative;
  margin: 1px 0 0;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }

.product-popup-title {
  font-size: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative; }
  .product-popup-title svg {
    width: 100%;
    height: 100%;
    max-width: 16px;
    max-height: 16px; }

.product-popup-body {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin: 0 0 15px;
  width: 435px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
  background: #fff;
  border-radius: 9px;
  padding: 30px;
  transform: translateX(-50%);
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left; }
  @media (max-width: 480px) {
  .product-popup-body {
    width: 250px;
    left: 50%;
    padding: 10px;
    margin-left: 40px !important; } }

.popup-title {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  padding: 0 0 11px; }

.popup-body {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 300;
  max-height: 374px;
  overflow-y: auto;
  padding: 0 11px 0 0;
  line-height: 1.5; }
  .popup-body::-webkit-scrollbar {
    width: 1px; }
  .popup-body::-webkit-scrollbar-thumb {
    box-shadow: none;
    background-color: #ff3451;
    border-radius: 0.4rem; }
  .popup-body::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: #e5e5e5;
    border-radius: 0.4rem; }
  .popup-body p {
    margin: 10px 0; }
    .popup-body p:first-child {
      margin-top: 0; }
    .popup-body p:last-child {
      margin-bottom: 0; }
  .popup-body img {
    max-width: 100%; }

.product-popup-title {
  font-size: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative; }
  .product-popup-title:before {
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -8px;
    border-style: solid;
    border-width: 9px 8px 0 8px;
    border-color: #fff transparent transparent;
    display: none;
    content: '';
    z-index: 3; }
  .product-popup-title svg {
    width: 100%;
    height: 100%;
    fill: #d1d1d1; }
  .product-popup-title:hover svg, .product-popup-title.active svg, .product-popup-title:hover svg path, .product-popup-title.active svg path {
    fill: #f04040; }
    .product-popup-title:hover:before, .product-popup-title.active:before {
      display: block; }

.sand .shop2-product {
  display: flex; }
  @media (max-width: 650px) {
    .sand .shop2-product {
      flex-direction: column; } }
  .sand .shop2-product .product-side-l {
    width: 50%;
    flex: auto; }
    @media (max-width: 650px) {
    .sand .shop2-product .product-side-l {
      width: 100%; } }
  .sand .shop2-product .product-side-r {
    width: 50%;
    overflow: visible; }
    @media (max-width: 650px) {
    .sand .shop2-product .product-side-r {
      width: 100%; } }
  .sand .shop2-product &gt; .shop2-clear-container {
    display: none; }

.site-main.zindex_top {
  z-index: 99999;
  position: relative; }

form.zindex_top {
  z-index: 2; }

.shop2-filter {
  z-index: 2; }
</pre></body></html>