.gallery {
    /* Helvetica/Arial-type font stack */
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans",
    "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed",
    "Liberation Sans";
}
.gallery-tile {
    background-color: white;
    box-shadow: -2px 2px 4px rgba(40, 40, 40, 0.6);
    margin-top: 0.35em;
    padding-top: 0.5em;
    height: 825px;
    position: relative;
    top: 0; left: 0;
}
.thumb-gallery.gallery-tile {
    height: 350px;
}
.gallery-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 560px;
}
.thumb-gallery .gallery-img {
    background-size: contain;
    height: 275px;
}
.gallery-label {
    display: block;
    text-align: center;
    text-transform: uppercase;
}

#gallerymenu {
    font-size: 1vw;
    text-align: center;
}
#gallerymenu .link-wrapper {
    background-color: #D61E2A;
    border-radius: 4px;
    box-shadow: 2px 0 6px #600;
    display: inline-block;
    margin: 0;
    padding: 4px;
    vertical-align: top;
    width: 20%;
}
#gallerymenu a.menu-item {
    align-items: center; /* align vertical (display: flex) */
    border: thin dashed white;
    color: white;
    display: flex;
    font-weight: bolder;
    height: 4.5em;
    justify-content: center; /* align horizontal (display: flex) */
    overflow: hidden;
    padding: 3px;
    width: 100%;
}
#gallerymenu.stuck {
    position: fixed;
    top: 0; left: 0;
    margin: 0; width: 100%;
    z-index: 1000;
}

.pagination {
    display: inline-block;
    background-color: white;
    border: 1px solid white;
    border-radius: 8px;
    box-shadow: 1px 1px 4px rgba(40, 40, 40, 0.6);
    cursor: pointer;
    margin: 20px 120px;
    padding: 2px;
    white-space: normal;
    width: 100px;
}

.gallery.loading:after {
    content: "Loading more designs...";
    display: block;
    clear: both;
    margin: 1em auto;
    padding-top: 60px;
    background-image: url('https://d2ynhpzeiwwiom.cloudfront.net/static/storefront/ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
}

iframe.cart-widget {
    display: block;
    border: 0;
    overflow: hidden;
    width: 97.5%;
    height: 225px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0.5em;
    left: 0.25em;
}
