/* Add custom CSS styles below */ 
.product-card {
  transition: transform .25s ease, box-shadow .25s ease !important;
  transform-origin: center !important;
}
.product-card:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 16px 32px rgba(127, 103, 170, 0.25) !important;
  z-index: 5 !important;
  position: relative !important;
}
/* Add custom CSS styles below */ 
.s-button-primary-outline {
    fill: var(--color-primary);
    color: #ffffff;
}
.s-button-outline {
    border-color: rgb(255 255 255);
    border-width: 1px;
    background: linear-gradient(
        to bottom,
        #432e794d 0%,
        rgba(39, 25, 64, 0) 100%
    );
    backdrop-filter: blur(15px);
}

.container {
    width: 90%;
    margin: 0 auto;
}
.text-store-text-primary {
    color: #5d5497;
}
@media (min-width: 768px) {
    .md\:block {
        display: none;
    }
}

.s-add-product-toast__actions salla-button .s-button-btn.s-button-gray-outline {
    --tw-border-opacity: 1;
    border-color: #e5e7eb;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    color: #ffffff;
}