<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* form */
/* blocks */
/* select */
/* checkbox and radio */
/* rgba */
/* shadow */
/* custom grid */
/* tabs */
/* rating */
/* carousels */
/* color schemes */
.p-thumbnails {
  display: inline-block;
  margin: 0; }

.p-thumbnails.hide-previews {
  display: none; }

.p-thumbnails li {
  width: 25%;
  padding: 5px;
  display: inline-block; }

.p-thumbnails li img {
  border: 1px solid #DDD;
  cursor: pointer; }

/* controls */
.product-image-container {
  position: relative; }

.p-control {
  color: #CCC;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -19px;
  z-index: 999; }

.product-image-container:hover .p-control {
  color: #777; }

.p-control:before {
  display: inline-block;
  font-size: 18px;
  text-rendering: auto; }

.p-control.next {
  left: auto;
  right: 0; }

/* default product listing */
#page ul.product_list.grid &gt; li .product-container .product-image-container {
  margin-bottom: 0; }

/* mobile */
@media (max-width: 414px) {
  .p-thumbnails {
    display: none; } }

/*# sourceMappingURL=front.css.map */
</pre></body></html>