@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.product-carousel-wrap .col-xs-12 > h2 {
  border-bottom: 2px solid #dddddd;
  padding-bottom: 10px; }

.product-carousel-wrap .product-carousel {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: scroll;
  overflow-y: hidden; }
  @media (max-width: 1024px) {
    .product-carousel-wrap .product-carousel {
      overflow-x: scroll;
      overflow-y: hidden;
      flex-wrap: nowrap; } }
  .product-carousel-wrap .product-carousel .commerce-product-card {
    flex: 1;
    width: 100%;
    min-width: 20%;
    max-width: 200px; }
    .product-carousel-wrap .product-carousel .commerce-product-card .field_full_product_name {
      font-weight: 300; }
    @media (max-width: 1024px) {
      .product-carousel-wrap .product-carousel .commerce-product-card {
        flex: none;
        width: 45%;
        max-width: none; } }
