#gap-1147247546 {
  padding-top: 40px;
}

#section_396144414 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#gap-1093895901 {
  padding-top: 20px;
}

#gap-2015716294 {
  padding-top: 30px;
}

#section_276663816 {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 550px) {
  #section_276663816 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Product card hover interaction (desktop) */
.products .product-small .box {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  border-radius: 12px;
  border: 1px solid transparent;
  background: #fff;
}

.products .product-small .box-image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

.products .product-small .box-image img {
  transition: transform 260ms ease;
}

.products .product-small .product-title a {
  transition: color 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .products .product-small .box:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    border-color: rgba(137, 95, 69, 0.22);
  }

  .products .product-small .box:hover .box-image img {
    transform: scale(1.045);
  }

  .products .product-small .box:hover .product-title a {
    color: #895f45;
  }
}
