/** Shopify CDN: Minification failed

Line 330:0 Expected "}" to go with "{"

**/
/* ============================================
   TCL Brand CSS v4 — Matching us.tcl.com
   ============================================ */

/* --- CSS Variables / Design Tokens --- */
:root {
  --tcl-red: #B73337;
  --tcl-red-hover: #9a2a2e;
  --tcl-dark: #0a0a0a;
  --tcl-text: #1a1a1a;
  --tcl-text-light: #666;
  --tcl-bg: #fff;
  --tcl-bg-light: #f5f5f5;
  --tcl-border: #e5e5e5;
  --tcl-page-width: 1280px;
  --tcl-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --tcl-font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* --- Global Resets --- */
body {
  font-family: var(--tcl-font) !important;
  color: var(--tcl-text) !important;
  background: var(--tcl-bg) !important;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--tcl-font-heading) !important;
  letter-spacing: 0.02em;
}

/* ============================================
   TOP BAR — Secondary Navigation
   ============================================ */
.tcl-secondary-nav {
  background: var(--tcl-red);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 6px 0;
  text-align: center;
  position: relative;
  z-index: 100;
}

.tcl-secondary-nav__inner {
  max-width: var(--tcl-page-width);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.tcl-secondary-nav a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tcl-secondary-nav a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* ============================================
   ANNOUNCEMENT BAR — Rotating Messages
   ============================================ */
.tcl-announcement-bar {
  background: var(--tcl-dark);
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
}

.tcl-announcement-bar__slider {
  display: flex;
  transition: transform 0.5s ease;
}

.tcl-announcement-bar__slide {
  min-width: 100%;
  text-align: center;
}

.tcl-announcement-bar__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 4px 8px;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.tcl-announcement-bar__nav:hover { opacity: 1; }
.tcl-announcement-bar__nav--prev { left: 20px; }
.tcl-announcement-bar__nav--next { right: 20px; }

/* ============================================
   HEADER — Override Horizon Theme Header
   ============================================ */
.header {
  background: #fff !important;
  border-bottom: 1px solid var(--tcl-border) !important;
  padding: 0 !important;
}

.header__heading-link {
  display: flex;
  align-items: center;
}

.header__heading-logo-image {
  max-height: 40px !important;
  width: auto !important;
}

/* Override header sticky behavior */
.shopify-section-header-sticky {
  position: sticky !important;
  top: 0;
  z-index: 99;
}

/* Navigation links */
.header__menu-item,
.header__menu-item span,
header nav a {
  color: var(--tcl-dark) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
  padding: 0 12px !important;
}

.header__menu-item:hover,
header nav a:hover {
  color: var(--tcl-red) !important;
}

/* Header icons (search, cart) */
.header__icon {
  color: var(--tcl-dark) !important;
}

.header__icon:hover {
  color: var(--tcl-red) !important;
}

/* ============================================
   HERO SECTION
   ============================================ */
.tcl-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.tcl-hero__slide {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.tcl-hero__content {
  position: relative;
  z-index: 2;
  max-width: var(--tcl-page-width);
  margin: 0 auto;
  padding: 80px 40px;
  color: #fff;
}

.tcl-hero__label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  opacity: 0.9;
}

.tcl-hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tcl-hero__subtitle {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 28px;
  opacity: 0.9;
  max-width: 500px;
}

.tcl-hero__cta {
  display: inline-block;
  padding: 14px 36px;
  background: var(--tcl-red);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  transition: background 0.3s;
}

.tcl-hero__cta:hover {
  background: var(--tcl-red-hover);
  color: #fff;
}

/* ============================================
   TRENDING NOW — Tab-Based Product Slider
   ============================================ */
.tcl-trending {
  padding: 60px 20px;
  max-width: var(--tcl-page-width);
  margin: 0 auto;
}

.tcl-trending__header {
  text-align: center;
  margin-bottom: 12px;
}

.tcl-trending__title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--tcl-dark);
}

.tcl-trending__subtitle {
  font-size: 15px;
  color: var(--tcl-text-light);
  margin-bottom: 24px;
  text-align: center;
}

.tcl-trending__tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.tcl-trending__tab {
  padding: 10px 24px;
  border: 1px solid var(--tcl-border);
  background: #fff;
  color: var(--tcl-text);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 0;
}

.tcl-trending__tab:hover,
.tcl-trending__tab.active {
  background: var(--tcl-dark);
  color: #fff;
  border-color: var(--tcl-dark);
}

.tcl-trending__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tcl-trending__view-all {
  text-align: center;
  margin-top: 32px;
}

.tcl-trending__view-all a {
  display: inline-block;
  padding: 12px 32px;
  border: 2px solid var(--tcl-dark);
  color: var(--tcl-dark);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.tcl-trending__view-all a:hover {
  background: var(--tcl-dark);
