/** Shopify CDN: Minification failed

Line 19:14 Expected identifier but found whitespace
Line 19:16 Unexpected "{"
Line 19:25 Expected ":"
Line 19:51 Expected ":"
Line 20:17 Expected identifier but found whitespace
Line 20:19 Unexpected "{"
Line 20:28 Expected ":"
Line 20:57 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:product-tabs (INDEX:52) */
.kz-tabs {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

.kz-tabs__section-title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.kz-tabs__nav {
  display: flex;
  gap: 0;
  border-bottom: 2px solid rgba(var(--color-foreground), 0.1);
  margin-bottom: 2rem;
}

.kz-tabs__btn {
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  color: rgba(var(--color-foreground), 0.6);
  margin-bottom: -2px;
  transition: color 0.2s, border-color 0.2s;
}

.kz-tabs__btn--active,
.kz-tabs__btn:hover {
  color: rgb(var(--color-foreground));
  border-bottom-color: rgb(var(--color-button));
}

.kz-tabs__panel {
  display: none;
}

.kz-tabs__panel--active {
  display: block;
}
/* END_SECTION:product-tabs */