.H5APP_GridX 
{  margin-bottom: 50px;
}

.H5APP_GridX>.grid_wrapper
{ display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start;
  grid-gap: 10px;
  padding:0 0 10px 0;

}

.H5APP_GridX .grid-item.grid-item-page
{ aspect-ratio:2 / 1;
  grid-column:span 2;
  
}


.H5APP_GridX .grid-item.grid-item-page.item-width-1
{ aspect-ratio:1 / 1;
  grid-column:span 1;
}



.H5APP_GridX .special-offer
{ position:absolute;
  width:40px;
  height:80px;
  background:#ca161d;
  color:#fff;
  text-align:center;
  box-sizing:border-box;
  padding-top:20px;
  z-index:10;
  right:0px;
  top:0px;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 54%);
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 54%);
}



.H5APP_GridX .grid_item_wrapper div.content h1
{ font-size:30px;
  line-height:30px; 
  color:#efeee8;
}


.H5APP_GridX .grid_item_wrapper.FullWidth div.content h1
{ font-size:40px;
  line-height:40px; 
  color:#efeee8;
}




@media (max-width: 840px) {
  .H5APP_GridX>.grid_wrapper
  { display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: start;
    grid-gap: 10px;
    padding:0 0 10px 0;

  }
  .H5APP_GridX .grid-item.grid-item-page
  { 
  }

  .H5APP_GridX .grid-item-page h1
  { font-size:30px;
    line-height:34px;
    word-break: break-all;
  }

  .H5APP_GridX .item-width-1  div.content h1
  { font-size:20px;
    line-height:24px;
    word-break: break-all;
  }
  
  .H5APP_GridX .product-item  
  { grid-column:span 2;
  }
  
  

}







.H5APP_GridX .grid_item_wrapper div.content p
{ font-size:16px;
  line-height:18px;
  color:#efeee8;
}



.H5APP_GridX .grid_item_wrapper *.link
{ position:relative;
  display:block;



  font-size:14px;
  text-transform:uppercase;
  color:#efeee8;
}
.H5APP_GridX .grid_item_wrapper *.link .icon-arrow-right
{font-size:12px;
}



.H5APP_GridX .grid-item .blend
{ position:absolute;
  width:100%;
  height:100%;
  background: url(/bd_xml_series/47/blend.png);
   opacity:0.25;
  background-size : 100% 100%;
  left:0px;
  top:0px;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;

}
.H5APP_GridX .grid-item
{ overflow:hidden;
}





.H5APP_GridX .grid-item:hover .blend
{ opacity:0.5;
}





.bd-gradient
{ display:block;
  position : absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
}
.bd-gradient:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(rgba(0,0,0, 0) 0%,rgba(0,0,0, 0) 80%,rgba(0,0,0, 1) 100%);
  background-image:  -moz-linear-gradient(rgba(0,0,0, 0) 0%,rgba(0,0,0, 0) 80%,rgba(0,0,0, 1) 100%);
  background-image:  -o-linear-gradient(rgba(0,0,0, 0) 0%,rgba(0,0,0, 0) 80%,rgba(0,0,0, 1) 100%);
  background-image:  -ms-linear-gradient(rgba(0,0,0, 0) 0%,rgba(0,0,0, 0) 80%,rgba(0,0,0, 1) 100%);
  background-image:  linear-gradient(rgba(0,0,0, 0) 10%,rgba(0,0,0, 0) 80%,rgba(0,0,0, 1) 100%);

  z-index: 10;
  top: 0;
}

.bd-rgradient
{ display:block;
  position : absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
}

.bdh-debug .bd-rgradient:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-radial-gradient(ellipse at center, rgba(0,0,0, 0.2) 0%,rgba(0,0,0, 0.2) 60%,rgba(0,0,0, 0.5) 100%);
  background-image:  -moz-radial-gradient(ellipse at center, rgba(0,0,0, 0.2) 0%,rgba(0,0,0.2, 0) 60%,rgba(0,0,0, 0.5) 100%);
  background-image:  -o-radial-gradient(ellipse at center, rgba(0,0,0, 0.2) 0%,rgba(0,0,0, 0.2) 60%,rgba(0,0,0, 0.5) 100%);
  background-image:  -ms-radial-gradient(ellipse at center, rgba(0,0,0, 0.2) 0%,rgba(0,0,0, 0.2) 60%,rgba(0,0,0, 0.5) 100%);
  background-image:  radial-gradient(ellipse at center, rgba(0,0,0, 0.2) 0%,rgba(0,0,0, 0.2) 60%,rgba(0,0,0, 0.5) 100%);

  z-index: 10;
  top: 0;
}


.bd-rgradient:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-radial-gradient(ellipse at center, rgba(0,0,0, 0.0) 0%,rgba(0,0,0, 0.2) 60%,rgba(0,0,0, 0.5) 100%);
  background-image:  -moz-radial-gradient(ellipse at center, rgba(0,0,0, 0.0) 0%,rgba(0,0,0.2, 0) 60%,rgba(0,0,0, 0.5) 100%);
  background-image:  -o-radial-gradient(ellipse at center, rgba(0,0,0, 0.0) 0%,rgba(0,0,0, 0.2) 60%,rgba(0,0,0, 0.5) 100%);
  background-image:  -ms-radial-gradient(ellipse at center, rgba(0,0,0, 0.0) 0%,rgba(0,0,0, 0.2) 60%,rgba(0,0,0, 0.5) 100%);
  background-image:  radial-gradient(ellipse at center, rgba(0,0,0, 0.0) 0%,rgba(0,0,0, 0.2) 60%,rgba(0,0,0, 0.5) 100%);

  z-index: 10;
  top: 0;
}
