/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.section-products > .row {
  margin: 0; }

.section-products .product-tile {
  border-top: 1px solid #000;
  border-right: 0; }
  .section-products .product-tile .tile-body {
    height: 100%; }
    .section-products .product-tile .tile-body .wishlist-tile {
      bottom: 5px;
      bottom: 0.3125rem; }
    @media (max-width: 543.98px) {
      .section-products .product-tile .tile-body {
        bottom-bottom: 20px;
        bottom-bottom: 1.25rem; } }
  .section-products .product-tile .product-tile-image-link {
    height: auto; }

.section-products .region {
  padding: 0; }
  .section-products .region:last-of-type .product-tile {
    border-right: 1px solid #000; }
  @media (max-width: 543.98px) {
    .section-products .region:nth-child(2) .product-tile {
      border-right: 1px solid #000; }
    .section-products .region:not(:nth-child(-n+2)) .product-tile {
      border-top: 0; } }

/*# sourceMappingURL=productTile.css.map*/