

.larts {
  display: block;
}

.larts .tiles-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1rem 1rem;
  background-color: none;
}

.larts .tile-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.larts .tiles-tile {
  display: flex;
  flex-direction: column;
  border: 1px solid rgb(197, 197, 197);
  text-align: center;
  min-width: 225px;
  max-width: 300px;
  width: 250px;
  margin: 5px;
  height: 95%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.larts .tile-prodbox {
  padding: 0px;
  margin: 0px;
  height: 100%;
}
.larts .tile-prodbox:hover {
  background-color: rgb(235, 235, 235);
}

.larts .tile-pricebox {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  Xbackground-color: rgb(101, 105, 66);
  height: 50px;
  width: 100%;
  border-top: 1px solid lightsteelblue;
}

.larts .tile-prod-link {
  xbackground-color: aqua;
  width: 100%;
  text-decoration: none;
}

.larts .tile-thumb-box {
  height: 140px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 5px;
}
.larts .tile-thumb {
  max-height:100%;
  max-width:100%;
  margin: 0 auto;  
}

.larts .tile-price {
  padding: 5px;
  margin: 0px;
  font-size: 1.5em;
}
.larts .tile-button {
  padding: 5px;
  margin: 0px 2px;
  font-size: 1em;
  color: black;
  height: 2em;
  background-color: rgb(240, 240, 240);
  margin-left: auto;
}
.tile-button:hover {
  color: black;
  background-color: lightsteelblue;
}
.larts .tile-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.larts .tile-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
  text-align: center;
  margin-bottom: 5px;
}

.larts .tile-details {
  color: black;
}
.larts .tile-period {
  xdisplay: block;
  text-align: center;
}
/* offer pointer*/

#larts-pointer {
  width: 160px;
  height: 30px;
  position: absolute;
  background: red;
  margin: 0px;
  margin-top: 20px;
  z-index: 22;
  text-align: center;
}
#larts-pointer:after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid red;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.larts-pointer-cnt {
  margin: 0px;
  padding: 0px;
  position: relative;
  top: -0.0em;
  left: 0em;
  font-size: 1.2em;
  color: white;
}

.larts-ribbon-container {
	position: absolute;
	margin-top: -11px;
	margin-left: 155px;
}



