/** Shopify CDN: Minification failed

Line 23:2 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.cart-drawer__footer 
    .subtotal {
      align-items: end;
      
      .theme-money {
        margin-left: auto;
      }

      .cart-policies {
        font-family: var(--base-font-family);
        font-size: 15px;
        margin-left: 4px;
      }
    }
  }
.contents { display: contents; }
  
  .placeholder__item {
    background-color: #f0f0f0;
    animation: pulse 1.5s infinite;
    aspect-ratio: 1 / 1;
  }

  @keyframes pulse {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
  }
  
  .last-seen-products .hometitle.slider-nav {
    display: flex;
    justify-content: center;
  }

/* CSS from snippet stylesheet tags */
.product-label--campaign-code + .product-label--bundle,
  .dynamic-campaign-code + .bundle-badge {
    display: none;
  }