@import url("https://use.typekit.net/vrw4ila.css");
.product-catalogue-list-item {
  max-width: 500px;
  margin-bottom: 40px; }
  .product-catalogue-list-item .thumbnail-feature-product {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border: none;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px; }
    .product-catalogue-list-item .thumbnail-feature-product .thumb-default {
      height: 100%;
      transition: all 0.4s ease 0.1s;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .product-catalogue-list-item .thumbnail-feature-product .thumb-default img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: 50% 50%; }
    .product-catalogue-list-item .thumbnail-feature-product .thumb-secondary {
      transition: all 0.4s ease 0.1s;
      height: 100%;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .product-catalogue-list-item .thumbnail-feature-product .thumb-secondary img {
        height: 100%;
        width: 100%;
        object-position: 50% 50%;
        object-fit: contain; }
    .product-catalogue-list-item .thumbnail-feature-product:hover .thumb-default {
      opacity: 0; }
    .product-catalogue-list-item .thumbnail-feature-product:hover .thumb-secondary {
      opacity: 1; }
  .product-catalogue-list-item .details h3 {
    height: 70px;
    font-size: 1.65em;
    margin-bottom: 15px; }
    .product-catalogue-list-item .details h3 a:hover {
      color: #1B1B1B;
      text-decoration: none; }
  .product-catalogue-list-item .details p {
    height: 90px; }

.related-products {
  border-top: 2px solid #1B1B1B;
  margin-top: 60px;
  padding: 70px 0; }
  .related-products.no-padding {
    padding: 0;
    border-top: 0; }
    .related-products.no-padding h2 {
      display: none; }
  .related-products.alignfull {
    border-top: none; }
    .related-products.alignfull .row:nth-child(1) {
      border-top: 2px solid #1B1B1B; }
  .related-products .row {
    max-width: 1140px;
    margin: 30px auto; }
  .related-products h2 {
    border-bottom: 40px; }
  .related-products.no-line {
    border-top: none;
    padding: 30px 0;
    margin-top: 0; }

.archive .product-catalogue-list-item {
  max-width: 25%;
  min-width: 25%; }
