@media all and (min-width: 768px) {
}body .xm-product-tile {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  background: #FFF;
  border-radius: 0.5em;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: 100%;
  transition: all ease-in-out 0.3s;
  padding: 1.5em;
}
body .xm-product-tile:hover {
  box-shadow: 3px 3px 15px #00000029;
  border-radius: 10px;
}
body .xm-product-tile:hover .box {
  box-shadow: none;
}
body .xm-product-tile .box {
  display: flex;
  flex-direction: column;
  flex: 1;
}
body .xm-product-tile img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 0.5em;
}
body .xm-product-tile .name {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  color: #CBA258;
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0;
  margin: 1.5em 0;
}
body .xm-product-tile .short-description {
  margin-bottom: 1.5em;
  text-align: left;
}
body .xm-product-tile .specs {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5em;
  text-align: left;
}
body .xm-product-tile .specs li {
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  position: relative;
}
body .xm-product-tile .specs li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #A4BECD;
  font-weight: 700;
}
body .xm-product-tile .specs .tt {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted currentColor;
}
body .xm-product-tile .specs .tt::after {
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #152F4E;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.45;
  padding: 0.55rem 0.8rem;
  border-radius: 8px;
  white-space: normal;
  width: 220px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 200;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  text-align: left;
}
body .xm-product-tile .specs .tt::before {
  content: '';
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #152F4E;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 200;
}
body .xm-product-tile .specs .tt:hover::after,
body .xm-product-tile .specs .tt:hover::before {
  opacity: 1;
}
body .xm-product-tile .price-btn-wrap {
  margin-top: auto;
}
body .xm-product-tile .price {
  display: block;
  margin-bottom: 1.2em;
  margin-top: auto;
}
body .xm-product-tile .price .wcsatt-sub-options,
body .xm-product-tile .price .wcsatt-sub-discount {
  display: none;
}
body .xm-product-tile .price bdi {
  font-size: 1.2em;
}
body .xm-product-tile.product-type-simple .price .amount {
  display: block;
}
