/** Shopify CDN: Minification failed

Line 42:0 Unexpected "/"

**/
#product-grid li.column {
  padding-right: 3.5px;
}

p {
  font-size: 12.5px;
  letter-spacing: 0.02em;
}
.h1 {
  font-size: 2.625rem;
  font-weight: 500 !important;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.h2 {
  font-size: 2.25rem;
  font-weight: 500 !important;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-bottom: 0.5rem;
}
.h3 {
  font-size: 1.875rem;
  font-weight: 500 !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}
.h4 {
  font-size: 1.5rem;
  font-weight: 500 !important;
  line-height: 1.25;
  letter-spacing: -0.005em;
  margin-bottom: 0.5rem;
}
/ .h5 {
  font-size: 1.25rem;
  font-weight: 500 !important;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.h6 {
  font-size: 1rem;
  font-weight: 500 !important;
  line-height: 1.35;
  letter-spacing: 0.005em;
  margin-bottom: 0.5rem;
}
.product-card-title {
  font-size: 13.5px;
  letter-spacing: 0.02em;
}
.amount {
  font-size: 13.5px;
  letter-spacing: 0.02em;
}
.product-description {
  font-size: 12.5px;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .h1 {
    font-size: 1.75rem;
  }
  .h2 {
    font-size: 1.5rem;
  }
  .h3 {
    font-size: 1.375rem;
  }
  .h4 {
    font-size: 1.25rem;
  }
  .h5 {
    font-size: 1.125rem;
  }
  .h6 {
    font-size: 1rem;
  }
}

.products.carousel.flickity-enabled.flickity-resize .carousel__slide {
  min-height: 100%;
  padding-right: 3.5px;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .section-header {
    display: flex;
    flex-direction: row; /* Change from column to row */
    align-items: flex-end; /* Align both sides to bottom */
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 1rem;
  }
  
  .section-header--content {
    flex: 1;
    min-width: 0; /* Allows content to shrink if needed */
  }
  
  .section-header--button {
    width: auto; /* Change from 100% to auto */
    display: flex;
    align-items: flex-end; /* Align to bottom to match left content */
    margin-top: 0; /* Remove top margin */
    margin-bottom: 8px; /* Add small bottom margin to lift it up */
    margin-left: auto; /* Push to right side */
    flex-shrink: 0; /* Prevent shrinking */
    align-self: flex-end; /* Ensure button container aligns to bottom */
  }
}

/* Smaller mobile screens */
@media screen and (min-width: 320px) and (max-width: 480px) {
  .section-header {
    gap: 0.5rem;
  }
  
  .section-header--button {
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start; /* Top align buttons on small screens too */
  }
}

.facets .thb-filter ul.list-color label:after {
  top: 4px !important;
  left: 4px !important;
  right: 4px !important;
  bottom: 4px !important;
  border-radius: 0 !important;
}






