/** Shopify CDN: Minification failed

Line 84:0 Unexpected "}"

**/
/* ── Work Tabbed Collections ── */

:root {
  --tc-font-heading: 'Shuttleblock', 'Bebas Neue', Impact, sans-serif;
  --tc-font-ui:      'Shuttleblock Condensed', sans-serif;
  --tc-accent:       #ff8200;
  --tc-text-dark:    #1a1a1a;
  --tc-text-muted:   #6b6b6b;
  --tc-tab-active-bg: #2d2d2d;
  --tc-border:       rgba(0, 0, 0, 0.15);
}

.ocs-hp-tabbed-collections-section {
  overflow-x: hidden;
}

.hp-tabbed-collections {
  width: calc(100% - 20px);
  max-width: 1390px;
  margin: 30px auto;
}

.hp-tabbed-collections__header {
  text-align: center;
  margin-bottom: 4px;
}
.hp-tabbed-collections__heading {
  font-family: var(--tc-font-heading);
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  color: var(--tc-accent);
}

/* ── Tabs ── */
.hp-tabbed-collections__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--tc-border);
}
.hp-tabbed-collections__tab {
  font-family: var(--tc-font-ui);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tc-text-muted);
  background: none;
  border: none;
  padding: 14px 16px;
  cursor: pointer;
  position: relative;
  text-align: center;
  transition: color 0.3s ease, background 0.2s ease;
  margin-bottom: -1px;
}
.hp-tabbed-collections__tab::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  transition: background 0.3s ease;
}
.hp-tabbed-collections__tab.active {
  color: var(--tc-accent);
  background: none;
  font-size: 20px;
  font-weight: 800;
  -webkit-text-stroke: 0.4px currentColor;
}
}
.hp-tabbed-collections__tab.active::after {
  background: var(--tc-accent);
}
.hp-tabbed-collections__tab:hover {
  color: var(--tc-accent);
  background: none;
}

/* ── Panels ── */
.hp-tabbed-collections__panel        { display: none; }
.hp-tabbed-collections__panel.active { display: block; }

/* ── Grid layout ── */
.hp-tabbed-collections__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: stretch;
}

/* ── Product Item ── */
.hp-tabbed-collections__product-item {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.hp-tabbed-collections__product-item .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hp-tabbed-collections__product-item .cardData {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hp-tabbed-collections__product-item .card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hp-tabbed-collections__product-item .card-title__holder {
  display: flex;
  flex-direction: column;
}
.hp-tabbed-collections__product-item .card-retailers--empty {
  display: none;
}
.hp-tabbed-collections__product-item .msrp {
  margin-top: auto;
  padding-top: 12px;
}

/* ── Swiper track ── */
.hp-tabbed-collections__swiper-track {
  width: 100%;
}
.hp-tabbed-collections__swiper-track .swiper-container {
  overflow: hidden;
  touch-action: pan-y;
}
.hp-tabbed-collections__swiper-track .swiper-slide .hp-tabbed-collections__product-item {
  width: 100%;
  flex: none;
}

/* ── Equal height swiper cards ── */
.hp-tabbed-collections__swiper-track .swiper-wrapper {
  align-items: stretch !important;
}
.hp-tabbed-collections__swiper-track .swiper-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
}
.hp-tabbed-collections__swiper-track .swiper-slide .card-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hp-tabbed-collections__swiper-track .swiper-slide .cardData {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hp-tabbed-collections__swiper-track .swiper-slide .card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hp-tabbed-collections__swiper-track .swiper-slide .card-title__holder {
  display: flex;
  flex-direction: column;
}
.hp-tabbed-collections__swiper-track .swiper-slide .card-retailers--empty {
  display: none;
}
.hp-tabbed-collections__swiper-track .swiper-slide .msrp {
  margin-top: auto;
  padding-top: 12px;
}

/* ── Controls row ── */
.hp-tabbed-collections__swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
  padding: 4px 0;
}
.hp-tabbed-collections__swiper-controls:has(.swiper-pagination-lock) {
  display: none;
}
.hp-tc-swiper-btn {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555;
  background: none;
  border: none;
  padding: 0;
  transition: color 0.2s;
}
.hp-tc-swiper-btn:hover { color: #111; }
.hp-tc-swiper-btn.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* Pagination dots */
.hp-tabbed-collections__swiper-controls .swiper-pagination {
  position: static !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
  width: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}
.hp-tabbed-collections__swiper-controls .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  opacity: 1;
  margin: 0 !important;
  display: inline-block !important;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.2s;
}
.hp-tabbed-collections__swiper-controls .swiper-pagination-bullet-active {
  background: var(--tc-accent);
  transform: scale(1.3);
}

/* ── Manual Tiles ── */
.hp-tabbed-collections__tile {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.hp-tabbed-collections__tile-link {
  display: block;
  position: relative;
  text-decoration: none;
}
.hp-tabbed-collections__tile-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.hp-tabbed-collections__tile:hover .hp-tabbed-collections__tile-img { transform: scale(1.03); }
.hp-tabbed-collections__tile-placeholder {
  width: 100%;
  height: 200px;
  background: #e8e4de;
}
.hp-tabbed-collections__tile-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
  z-index: 1;
  pointer-events: none;
}
.hp-tabbed-collections__tile-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 16px;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.hp-tabbed-collections__tile-link,
.hp-tabbed-collections__tile-link * {
  color: #ffffff !important;
}
.hp-tabbed-collections__tile-title {
  font-family: var(--tc-font-heading);
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

/* ── Empty State ── */
.hp-tabbed-collections__empty {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  color: var(--tc-text-muted);
  font-family: var(--tc-font-ui);
  font-size: 0.9rem;
}

/* ── View All ── */
.hp-tabbed-collections__view-all { text-align: center; margin-top: 20px; }
.hp-tabbed-collections__view-all-btn {
  display: inline-block;
  font-family: var(--tc-font-ui);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  padding: 10px 32px;
  text-decoration: none;
  border-radius: 3px;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.hp-tabbed-collections__view-all-btn:hover {
  background: #ff8200;
  border-color: #ff8200;
  color: #fff;
}

/* ── Tablet (600px+) ── */
@media (min-width: 600px) {
  .hp-tabbed-collections__tabs {
    grid-template-columns: repeat(4, 1fr);
  }
  .hp-tabbed-collections__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .hp-tabbed-collections__grid--tiles {
    grid-template-columns: repeat(4, 1fr);
  }
  .hp-tabbed-collections__tile-img,
  .hp-tabbed-collections__tile-placeholder { height: 260px; }
  .hp-tabbed-collections__tile-title { font-size: 1.5rem; }
}

/* ── Desktop (1000px+) ── */
@media (min-width: 1000px) {
  .hp-tabbed-collections { margin: 50px auto; }
  .hp-tabbed-collections__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .hp-tabbed-collections__tile-img,
  .hp-tabbed-collections__tile-placeholder { height: 320px; }
  .hp-tabbed-collections__tile-title { font-size: 1.7rem; }
  .hp-tabbed-collections__tile-content { padding: 20px; }
  .hp-tabbed-collections__tabs { margin-bottom: 28px; }
  .hp-tabbed-collections__tab { font-size: 14px; padding: 16px 20px; }
  .hp-tabbed-collections__view-all { margin-top: 28px; }
}

/* ── Card Image Offset (clears SKU + badge row) ── */
.hp-tabbed-collections .card-image-wrapper {
  margin-top: 40px;
}

/* ── Card content padding ── */
.hp-tabbed-collections .card__content {
  padding: 12px 12px 0;
}

/* ── Card Spacing ── */
.hp-tabbed-collections .card__content {
  padding: 12px 12px 0;
}
.hp-tabbed-collections .cta.btn {
  margin: 0 0 14px;
  align-self: center;
}

/* ── Card Badges ── */
.hp-tabbed-collections .card-box {
  position: relative;
}
.hp-tabbed-collections .card-badges {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  pointer-events: none;
}
.hp-tabbed-collections .card-badge {
  display: inline-block;
  padding: 4px 9px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 4px;
  line-height: 1.3;
  white-space: nowrap;
}
.hp-tabbed-collections .card-badge--new {
  background-color: #941114;
  color: #ffffff;
}
.hp-tabbed-collections .card-badge--bestseller {
  background-color: #1a1a1a;
  color: #ffffff;
}