@charset "UTF-8";
/* mixins.sass */
/* Global sass mixins */
/* Modal window */
/* Modal window open */
/* Short content fix - keep the footer at the bottom */
/* Box Shadow */
/* Button */
/* Button Colors */
/* CSS transitions */
/* Icons */
/* Calculate Aspect Ratios */
/* Image Hover Effect */
/* Containers for items in standard article etc. */
/* Toggle Arrows */
/* variables.sass */
/* All global variables and settings - this should be on every page!! */
/******* Viewport Widths *******/
/******* Spacing *******/
/******* Colors *******/
/* Variable formatting: $color[Description] */
/* Admin */
/* Forms */
/* Borders */
/* Icons */
/* Header */
/* Footer */
/* Front Page */
/* Advertorials */
/* Announcement */
/* Poll */
/* Game Details */
/* Reviews */
/* Image Galleries */
/* Scrollbars */
/* Modals */
/* Cover Gallery */
/* Summary Embeds */
/******* Images *******/
/******* Typography *******/
/* Font family stack */
/* Variable formatting: $font[Description] */
/* Common font sizes */
/* Common font weights */
/***********/
/* STYLES */
/***********/
.page-node-type-product main {
  padding-bottom: 0;
}
.page-node-type-product .ds-main {
  padding-bottom: 30px;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .page-node-type-product .ds-landing {
    padding: 0 15px;
  }
}
.page-node-type-product .blurred-header-left {
  flex: 0 270px;
}
@media screen and (max-width: 800px) {
  .page-node-type-product .blurred-header-left {
    flex: auto;
  }
}
.page-node-type-product .page-title {
  margin-bottom: 30px;
}

.game-info > *, .game-info .field__wrapper {
  margin: 10px 0;
}
.game-info .views-element-container {
  margin: 0;
}
.game-info h2 {
  font-family: "Biennale", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .game-info h2 {
    display: none;
  }
}
.game-info > div, .game-info .field__wrapper {
  line-height: 1.2;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .game-info .field--label-inline .field__label, .game-info .field--label-inline .field__items,
  .game-info .field__wrapper .field__label {
    float: none;
  }
}
.game-info .field__wrapper .field__label, .game-info .field__wrapper .field__items {
  padding-right: 0.5em;
  float: left;
}
@media screen and (max-width: 800px) {
  .game-info .field__wrapper .field__label, .game-info .field__wrapper .field__items {
    float: none;
  }
}
.game-info .field__item {
  display: inline-block;
}
.game-info .field__item::after {
  content: ", ";
}
.game-info .field__item:last-child::after {
  content: none;
}
.game-info .product-links {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .game-info .product-links {
    flex-direction: column;
  }
  .game-info .product-links div {
    margin-top: 10px;
  }
}
.game-info .button {
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 800px) {
  .game-info .button {
    margin-right: 0;
  }
}

/***********/
/* STYLES */
/***********/
.game-info .button:link, .game-info .button:visited {
  color: white;
}