/* ========================================================================= *
 * For All Environment                                                       *
 * ========================================================================= */
  /* Header styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .menu-icons {
    /* none */
  }
    .menu-icons .cart-button {
      background: #FFAA28;
    }

  /* Article styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .article {
    /* none */
  }
    .article ul {
      list-style: none;
    }
    .article .columns {
      margin-bottom: 15px;
    }
    .article img {
      width: 100%;
      border-radius: 10px;
    }

  .item {
    /* none */
  }
    .item strong {
      color: #FFAA28;
    }

  form {
    margin: 0;
  }

  select {
    max-width: 100%;
  }

  input[type="image"] {
    display: block;
  }


/* ========================================================================= *
 * Smaller Than Tablet                                                       *
 * ========================================================================= */
@media (max-width: 749px) {
  /* Header styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .header {
    background-image: url('../img/bg-sp.jpg');
  }

  .cart-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  /* Article styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .item {
    border-bottom: dashed 3px #00A73C;
    padding-bottom: 10px;
  }
}


/* ========================================================================= *
 * Larger Than Tablet                                                        *
 * ========================================================================= */
@media (min-width: 750px) {
  /* Base styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  body {
    background-image: url('../img/bg.jpg');
  }

  /* Article styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .item {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 5px;
  }

  h2,
  .description {
    color: #FFF;
  }

  h2 {
    text-shadow: 0 0 5px #000;
  }
}