.ProductShortInfo {
    background-color: #f3f3f1;
    padding: 30px 0;
    max-width: 1530px;
    margin: 0 auto 40px;
  }
  
  @media (min-width: 768px) {
    .ProductShortInfo-table {
      display: table;
      width: 100%;
    }
    .ProductShortInfo-tableCell {
      display: table-cell;
      float: none;
    }
    .ProductShortInfo-tableCell--image {
      vertical-align: top;
    }
  }
  
  .ProductShortInfo-tabs {
    text-align: center;
    border-bottom: 2px solid #e2e2e0;
    padding: 0;
  }
  
  .ProductShortInfo-tab {
    display: inline-block;
    font: bold 15px/1 "woodfordbourne", sans-serif;
    padding: 25px 0;
    margin: 0 25px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    bottom: -2px;
    opacity: .5;
  }
  
  .ProductShortInfo-tab.is-selected {
    border-bottom: 3px solid #e6412b;
    opacity: 1;
  }
  
  .ProductShortInfo-tabContent {
    display: none;
    font: 200 18px/1.38 "univers w01",sans-serif;
    padding: 10px 0;
  }
  
  .ProductShortInfo-tabContent.is-selected {
    display: block;
  }
  
  .ProductShortInfo-image {
    max-width: 100%;
    max-height: 250px;
    display: block;
    margin: 0 auto;
  }
  
  @media (min-width: 768px) {
    .ProductShortInfo-image {
      max-height: 400px;
    }
  }
  /* TEMP CAMPAIGN IMAGE CSS */
  .ProdcutShortInfo-campaignImage {
     position: absolute;
     top: 0;
     right: 0;
  }
  @media (max-width: 769px){
     .ProdcutShortInfo-campaignImage {
        max-width: 90px;
     }
  }
  .ProductShortInfo-advantages-list {
     padding-left: 0;
  }
  .ProductShortInfo-advantagesTerm {
    font: bold 15px/1 "woodfordbourne", sans-serif;
    text-transform: uppercase;
    margin-bottom: .4em;
  }
  .ProductShortInfo-advantages ul {
     padding-left: 0;
  }
  .ProductShortInfo-advantagesDefinition {
    margin-left: 0;
    margin-bottom: 1em;
  }
  
  .ProductShortInfo-advantagesDefinition p {
    margin: 0 0 .5em !important;
  }
  
  
  /* EXPAND COLLAPSE */
  .ProductShortInfo .open-icon {
      display: block;
      content: '';
      background-image: url("/images/18.6c5fabb615f14a4bd27515/1508316210518/arrow-down.svg");
      background-size: cover;
      margin-top: 15px;
      width: 21px;
      height: 21px;
      margin-left: auto;
      margin-right: auto;
      cursor: pointer;
  }
  .ProductShortInfo .close-icon {
      display: block;
      content: '';
      background-image: url("/images/18.6c5fabb615f14a4bd27514/1508316210480/arrow-up.svg");
      background-size: cover;
      margin-top: 15px;
      width: 21px;
      height: 21px;
      cursor: pointer;
      margin-left: auto;
      margin-right: auto;
  }
  
  .expandCollapseComponent-content {
    max-height: none;
    position: relative; }
  
  .expandCollapseComponent-container--isHidden .expandCollapseComponent-content {
    max-height: 170px;
    overflow: hidden;
    position: relative; }
    .expandCollapseComponent-container--isHidden .expandCollapseComponent-content:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background-image: linear-gradient(to bottom, rgba(243, 243, 241, 0) 0%, #f3f3f1 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0); }
  
  .expandCollapseComponent-container--isHidden .expandCollapseComponent-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  
  .expandCollapseComponent-container--isHidden .expandCollapseComponent-btn {
    position: relative; }
  
  .expandCollapseComponent-btn {
    display: block;
    width: 100%;
    border: 0;
    background-color: transparent; }
    .expandCollapseComponent-btn:focus {
      outline: none; }
  
  .expandCollapseComponent-icon {
    width: 25px;
    height: 25px;
    fill: #448cc9; }
  
  .expandCollapseComponent-txt {
    display: block;
    width: 100%;
    text-align: center;
    color: #707070; }
  
  .expandCollapseComponent p {
    margin-bottom: 0; }
  
  @media print {
  
    .expandCollapseComponent-container--isHidden .expandCollapseComponent-content {
      max-height: none;
      overflow: visible; }
  
    .expandCollapseComponent-container--isHidden .expandCollapseComponent-content:after {
      background: none;
      height: auto; } }
