<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.gifa-product-thumbnails {
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #FFF4CB; }
  @media only screen and (min-width: 768px) {
    .gifa-product-thumbnails {
      padding-top: 80px;
      background-color: #ffffff; } }
  .gifa-product-thumbnails__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px; }
  .gifa-product-thumbnails__list {
    display: none;
    margin-left: -8px;
    margin-right: -8px;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .gifa-product-thumbnails__list {
        display: -ms-flexbox;
        display: flex; } }
  .gifa-product-thumbnails__item {
    -ms-flex: 1 0;
        flex: 1 0;
    position: relative;
    height: 284px;
    padding-left: 8px;
    padding-right: 8px;
    list-style: none; }
  .gifa-product-thumbnails__img {
    display: block;
    width: 100%;
    height: 100%; }
  .gifa-product-thumbnails__img {
    -o-object-fit: cover;
       object-fit: cover; }
  .gifa-product-thumbnails__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .gifa-product-thumbnails__footer {
        margin-top: 80px; } }
</pre></body></html>