/** Shopify CDN: Minification failed

Line 56:141 Unterminated string token
Line 98:0 Expected ")" to go with "("

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.custom-css{
    margin-right: auto;
    margin-left: auto;
    width: 630px;
    height: 217px;
    background: #F1F5F6;
    border: 1px solid #E5E8EC;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

/* Slideshow Image Overlay Effect */
.slideshow-slide {
    position: relative;
}

/* Dark overlay on slideshow images for better text readability */
.slideshow-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 2;
    pointer-events: none;
}

/* Ensure content appears above the overlay */
.slideshow-slide .slide-content {
    position: relative;
    z-index: 3;
}
.image-slideshow img {
  filter: brightness(0.6);
}
.laber-newsletter {
  background-image: url("/cdn/shop/files/Un...[the rest of the value has been truncated to save space]

/* Remove leading zero from quantity input */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Format quantity display to remove leading zeros */
.quantity-input input[type="number"],
.qty input[type="number"] {
  text-align: center;
}

.quantity-input input[type="number"]::placeholder {
  color: inherit;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .custom-css{padding: 10px;}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .custom-css{padding: 10px;}
}
