/* Fonts */
/* Colors */
/* Font Weights */
/* Spaces */
/* Sizes */
/* Breakpoints */
/* Container Width */
.product-labels-wrapper {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0; }
  .product-labels-wrapper .product-labels {
    position: relative; }
  .product-labels-wrapper .product-label {
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
    font-size: 11px; }
    @media (min-width: 1024px) {
      .product-labels-wrapper .product-label {
        font-size: 16px; } }
  .product-labels-wrapper .label-text {
    position: relative; }
    .product-labels-wrapper .label-text:before {
      float: left;
      margin-right: 3px; }

.gallery-placeholder .product-labels-wrapper.fotorama-labels {
  right: 0 !important;
  width: calc(100% - 90px) !important; }

/*# sourceMappingURL=main.css.map */
