/** Shopify CDN: Minification failed

Line 30:2 Unexpected "<"

**/
.collection--empty .title-wrapper {
      text-align: center;
      position: relative;
      margin-top: 3.5rem; /* Espacio superior reducido ligeramente */
      margin-bottom: 7rem; /* Espacio inferior aumentado ligeramente (más grande que antes) */
    }

/* SPINNER ANIMADO MODERNO */
    .collection--empty .title-wrapper::after {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      margin: 0 auto;
      border: 4px solid rgba(0, 0, 0, 0.2);
      border-top: 4px solid #000;
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
  </style>
</head>
<body>
  <div class="collection--empty">