/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
.products--full {
  margin-top: 50px;
  margin-bottom: 50px; }
  .products--full .field--name-field-category {
    font-size: 1.5rem;
    line-height: 1.625rem;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase; }
  .products--full .field--name-field-produtc-tags {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-transform: uppercase; }
    .products--full .field--name-field-produtc-tags .field__item {
      margin-right: 20px; }
  .products--full .field--name-field-intro-text {
    margin-bottom: 20px; }
  .products--full .field--name-field-media-image .field__item {
    display: flex;
    justify-content: center; }
    .products--full .field--name-field-media-image .field__item img {
      margin-top: -30px;
      margin-bottom: 20px; }
  .products--full .field--name-field-product-image {
    margin-top: 70px;
    margin-bottom: 40px;
    flex: 0 0 75%;
    max-width: 75%;
    background-color: #ced4da;
    margin-left: auto;
    margin-right: auto; }
  .products--full .sticky-image {
    position: relative; }
    @media (min-width: 728px) {
      .products--full .sticky-image {
        position: sticky;
        top: 30px; }
        .toolbar-fixed .products--full .sticky-image {
          top: 50px; }
        .toolbar-tray-open .products--full .sticky-image {
          top: 90px; } }

.product-not-available {
  width: 185px;
  display: flex;
  border-radius: 21px;
  background: #f2efed;
  padding: 7px;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  letter-spacing: 0.22px;
  font-weight: 400; }
  .product-not-available span {
    flex: 1; }

.back-to {
  align-items: center;
  display: flex;
  padding-top: 35px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000000;
  letter-spacing: 0.6px;
  font-weight: 400; }
