#cybermonday .text-hide.category-text > .view.active:after{
  background: -moz-linear-gradient(top,rgba(246,246,246,0) 0,rgba(246,246,246,0) 30%,rgba(246,246,246,1) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(246,246,246,0)),color-stop(30%,rgba(246,246,246,0)),color-stop(100%,rgba(246,246,246,1)));
  background: -webkit-linear-gradient(top,rgba(246,246,246,0) 0,rgba(246,246,246,0) 30%,rgba(246,246,246,1) 100%);
  background: -o-linear-gradient(top,rgba(246,246,246,0) 0,rgba(246,246,246,0) 30%,rgba(246,246,246,1) 100%);
  background: -ms-linear-gradient(top,rgba(246,246,246,0) 0,rgba(246,246,246,0) 30%,rgba(246,246,246,1) 100%);
}

#cybermonday .text-hide.category-text > .view > .content > p{
  margin: 0px;
}
#cybermonday .text-hide.category-text > .view > .content > ul{
  padding-inline-start: 40px !important;
}
#cybermonday .text-hide.category-text > .view > .content > * + *{
  padding-top: 1em;
}
#cybermonday .text-hide.category-text div.trigger{
  text-align: left;
  border-top: 0;
  color: #0066c0;
  font-size: 13px;
  margin-top: 5px;
}
#cybermonday .text-hide.category-text div.trigger:before{
  content: "";
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #333333 transparent transparent transparent;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
#cybermonday .text-hide.category-text .active.show + div.trigger:before{
  transform: rotate(-180deg);
}

#cybermonday .banner-grid > .grid > div.cell-horizontal {
  height: inherit;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

#cybermonday .product_cell .img_cell{
  width: 200px;
}

#cybermonday .cell-horizontal.cell-1 img{
  max-height: 150px;
}

@media (max-width: 576px) {
  #cybermonday .banner-grid > .grid > div.cell-horizontal {
    width: 100%;
  }
}