/** Shopify CDN: Minification failed

Line 97:0 Unexpected "}"

**/
/* Base styles */
[id^="Details-Mobile-filter"] > summary,
#Details-Mobile-SortBy-template--22542030668083__product-grid > div {
  font-size: 0.9375rem;
  padding: 0.75rem 1rem;
  margin: 5px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: relative;
  color: white;
  background: #1a1a2e;
  background-clip: padding-box;
}

/* Creating border gradient container */
[id^="Details-Mobile-filter"] > summary::before,
#Details-Mobile-SortBy-template--22542030668083__product-grid > div::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
}

/* Availability - Data Stream Blue */
#Details-Mobile-filter\.v\.availability-template--22542030668083__product-grid > summary::before {
  background: linear-gradient(120deg, #00ffff, #0077ff);
}

/* Price - Digital Currency Green */
#Details-Mobile-filter\.v\.price-template--22542030668083__product-grid > summary::before {
  background: linear-gradient(120deg, #00ff9d, #00cc66);
}

/* Size - Dimensional Scale Gold */
#Details-Mobile-filter\.v\.option\.size-template--22542030668083__product-grid > summary::before {
  background: linear-gradient(120deg, #ffd700, #ff9d00);
}

/* Product rating count - Energy Pulse Orange */
#Details-Mobile-filter\.p\.m\.reviews\.rating_count-template--22542030668083__product-grid > summary::before {
  background: linear-gradient(120deg, #ff7b00, #ff3300);
}

/* Color - Spectrum Analysis */
#Details-Mobile-filter\.p\.m\.custom\.color-template--22542030668083__product-grid > summary::before {
  background: linear-gradient(120deg, 
    #ff0000 0%, 
    #ff8800 20%, 
    #00ff88 40%, 
    #0088ff 60%, 
    #8800ff 80%, 
    #ff0088 100%
  );
}

/* More filters - Neural Network Purple */
#Details-Mobile-filter\.p\.tag-template--22542030668083__product-grid > summary::before {
  background: linear-gradient(120deg, #bf00ff, #8000ff);
}

/* Sort By - Quantum State Blue */
#Details-Mobile-SortBy-template--22542030668083__product-grid > div::before {
  background: linear-gradient(120deg, #4444ff, #0000ff);
}

/* Enhanced text contrast */
[id^="Details-Mobile-filter"] > summary,
#Details-Mobile-SortBy-template--22542030668083__product-grid > div {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Subtle glow effect */
[id^="Details-Mobile-filter"] > summary::after,
#Details-Mobile-SortBy-template--22542030668083__product-grid > div::after {
  content: '';
  position: absolute;
  inset: -1px;
  z-index: -2;
  border-radius: 13px;
  filter: blur(8px);
  opacity: 0.15;
  background: inherit;
}

}

