/*
Theme Name: Clearance Crate Thailand
Theme URI: https://clearancecrate.com/
Author: Clearance Crate migration
Description: Thai WooCommerce storefront rebuilt from the approved Clearance Crate visual system.
Version: 1.5.14
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: clearancecrate-th
*/

/* Hide single-choice checkout steps only after WooCommerce has confirmed both
   defaults. The controls remain mounted and selected for checkout validation. */
body.ccth-checkout-defaults-ready .wp-block-woocommerce-checkout-shipping-methods-block,
body.ccth-checkout-defaults-ready .wp-block-woocommerce-checkout-payment-block {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.single-product .woocommerce-tabs .reviews_tab,
body.single-product .woocommerce-Tabs-panel--reviews,
body.single-product #tab-reviews {
  display: none !important;
}

@font-face {
  font-family: "CC Manrope";
  src: url("manrope-v141.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400 800;
}

:root {
  --cc-navy: #102b52;
  --cc-navy-dark: #071b36;
  --cc-yellow: #ffd21c;
  --cc-coral: #f15a44;
  --cc-teal: #168c8c;
  --cc-ink: #172235;
  --cc-muted: #657185;
  --cc-line: #d9e0e8;
  --cc-surface: #ffffff;
  --cc-canvas: #e9edf1;
  --cc-soft: #f5f7fa;
  --cc-radius: 6px;
  --cc-shell: min(1344px, calc(100% - 48px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cc-ink);
  background: var(--cc-surface);
  font-family: "CC Manrope", "Noto Sans Thai", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0;
}

body.ccth-menu-open,
body.ccth-filter-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text,
.ccth-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ccth-skip:focus {
  z-index: 10000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 16px;
  clip: auto;
  background: #fff;
}

.ccth-shell {
  width: var(--cc-shell);
  margin-inline: auto;
}

.ccth-main {
  min-height: 60vh;
}

.ccth-header {
  position: relative;
  z-index: 1000;
}

.ccth-announcement {
  min-height: 37px;
  color: #fff;
  background: var(--cc-navy);
  font-size: 12px;
}

.ccth-announcement .ccth-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 37px;
  gap: 24px;
}

.ccth-announcement strong {
  margin-right: 10px;
  color: var(--cc-yellow);
}

.ccth-announcement a {
  font-weight: 800;
  white-space: nowrap;
}

.ccth-header__main {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--cc-line);
  box-shadow: 0 3px 14px rgba(7, 27, 54, 0.05);
}

.ccth-header__row {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  min-height: 76px;
  gap: 28px;
}

.ccth-logo {
  display: flex;
  align-items: center;
  width: 180px;
  height: 48px;
}

.ccth-logo img,
.ccth-logo .custom-logo {
  width: 180px;
  height: auto;
}

.ccth-logo .custom-logo-link {
  display: flex;
}

.ccth-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ccth-nav-list a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  color: var(--cc-navy);
}

.ccth-nav-list a:hover,
.ccth-nav-list .current-menu-item > a {
  color: var(--cc-navy-dark);
  background: var(--cc-soft);
}

.ccth-nav-list li:nth-last-child(2) a {
  color: var(--cc-navy-dark);
  background: var(--cc-yellow);
}

.ccth-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.ccth-icon-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--cc-navy);
  background: transparent;
  border: 1px solid var(--cc-line);
  border-radius: 50%;
  cursor: pointer;
}

.ccth-icon-button:hover {
  background: var(--cc-soft);
}

.ccth-search-icon {
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.ccth-search-icon::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  margin: 12px 0 0 10px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.ccth-account-icon::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translateY(-5px);
}

.ccth-account-icon::after {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 18px;
  height: 10px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.ccth-cart-icon::before {
  content: "";
  width: 17px;
  height: 14px;
  border: 2px solid currentColor;
  border-top: 0;
  transform: skew(-5deg);
}

.ccth-cart-icon > span {
  position: absolute;
  top: -5px;
  right: -4px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  color: var(--cc-navy-dark);
  background: var(--cc-yellow);
  border-radius: 10px;
  font-size: 10px;
  font-weight: 800;
}

.ccth-menu-toggle {
  display: none;
}

.ccth-menu-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  margin: 2px 0;
  background: currentColor;
}

.ccth-search-panel {
  border-top: 1px solid var(--cc-line);
  background: #fff;
}

.ccth-search-panel[hidden] {
  display: none;
}

.ccth-search-panel form {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 16px 0;
}

.ccth-search-panel input {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--cc-line);
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.ccth-search-panel button {
  padding: 0 24px;
  color: #fff;
  background: var(--cc-navy);
  border: 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.ccth-mobile-drawer {
  position: fixed;
  z-index: 1200;
  inset: 0 0 0 auto;
  width: min(380px, 100%);
  padding: 24px;
  overflow-y: auto;
  background: #fff;
  box-shadow: -12px 0 42px rgba(7, 27, 54, 0.22);
}

.ccth-mobile-drawer[hidden] {
  display: none;
}

.ccth-mobile-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--cc-line);
  font-size: 20px;
}

.ccth-menu-close {
  font-size: 28px;
}

.ccth-mobile-drawer .ccth-nav-list {
  display: block;
  padding: 18px 0;
}

.ccth-mobile-drawer .ccth-nav-list a {
  justify-content: space-between;
  min-height: 52px;
  padding: 0 4px;
  border-bottom: 1px solid var(--cc-line);
  background: transparent;
  font-size: 15px;
}

.ccth-mobile-clearance {
  display: flex;
  justify-content: center;
  padding: 14px;
  color: var(--cc-navy-dark);
  background: var(--cc-yellow);
  border-radius: var(--cc-radius);
  font-weight: 800;
}

.ccth-market {
  background: var(--cc-canvas);
}

.ccth-hero {
  padding: 18px 0 0;
  background: linear-gradient(135deg, #e6ebf2, #f8fafc);
}

.ccth-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(480px, 0.9fr);
  gap: 18px;
}

.ccth-hero__lead {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(300px, 1.25fr);
  min-height: 510px;
  overflow: hidden;
  color: #fff;
  background: var(--cc-navy);
  border-radius: var(--cc-radius);
}

.ccth-hero__lead::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  height: 8px;
  background: var(--cc-yellow);
}

.ccth-hero__copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 48px 0 48px 48px;
}

.ccth-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cc-teal);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.ccth-hero .ccth-eyebrow,
.ccth-story-band .ccth-eyebrow {
  color: var(--cc-yellow);
}

.ccth-hero__copy h1 {
  margin: 18px 0 20px;
  color: #fff;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.98;
}

.ccth-hero__copy p {
  max-width: 360px;
  margin: 0 0 26px;
  color: #dbe6f2;
  font-size: 18px;
}

.ccth-hero__copy small {
  display: block;
  margin-top: 20px;
  color: #9fb2ca;
}

.ccth-hero__lead > img {
  align-self: end;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: screen;
}

.ccth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
}

.ccth-button span {
  margin-left: 16px;
}

.ccth-button--yellow {
  color: var(--cc-navy-dark);
  background: var(--cc-yellow);
}

.ccth-button--outline {
  color: #fff;
  border: 1px solid #8296ae;
}

.ccth-quick-panel {
  display: flex;
  flex-direction: column;
  min-height: 510px;
  padding: 28px;
  background: #fff;
  border-radius: var(--cc-radius);
}

.ccth-quick-panel > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.ccth-quick-panel header div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex: 1;
}

.ccth-quick-panel h2 {
  margin: 0;
  color: var(--cc-navy);
  font-size: 25px;
}

.ccth-quick-panel header div > span {
  color: var(--cc-muted);
  font-size: 12px;
}

.ccth-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex: 1;
  gap: 12px;
}

.ccth-quick-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 190px;
  padding: 18px;
  overflow: hidden;
  color: #fff;
  background: var(--cc-navy);
  border-radius: 5px;
}

.ccth-quick-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(7, 27, 54, 0.86) 100%);
}

.ccth-quick-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ccth-quick-card span,
.ccth-quick-card strong,
.ccth-quick-card em {
  position: relative;
  z-index: 2;
}

.ccth-quick-card span {
  color: var(--cc-yellow);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.ccth-quick-card strong {
  max-width: 190px;
  margin-top: 4px;
  font-size: 15px;
}

.ccth-quick-card em {
  margin-top: 5px;
  color: #dbe6f2;
  font-size: 11px;
  font-style: normal;
}

.ccth-category-rail {
  background: #fff;
  border-bottom: 1px solid var(--cc-line);
}

.ccth-category-rail .ccth-shell {
  display: flex;
  align-items: stretch;
  min-height: 66px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ccth-category-rail strong,
.ccth-category-rail a {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 24px;
  border-right: 1px solid var(--cc-line);
  color: var(--cc-navy);
  font-size: 12px;
  font-weight: 800;
}

.ccth-category-rail strong {
  padding-left: 0;
  color: var(--cc-coral);
}

.ccth-product-shelf {
  padding: 70px 0 80px;
}

.ccth-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.ccth-section-heading h2 {
  margin: 6px 0 0;
  color: var(--cc-navy);
  font-size: 34px;
  line-height: 1.2;
}

.ccth-section-heading > a {
  color: var(--cc-navy);
  font-weight: 800;
}

.ccth-product-grid,
.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ccth-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ccth-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(16, 43, 82, 0.1);
}

.ccth-product-card__media {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f6f8fa;
}

.ccth-product-card__media img {
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
  transition: transform 240ms ease;
}

.ccth-product-card:hover .ccth-product-card__media img {
  transform: scale(1.035);
}

.ccth-product-card__badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  color: #fff;
  background: var(--cc-navy);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
}

.ccth-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.ccth-product-card__brand {
  overflow: hidden;
  color: var(--cc-teal);
  font-size: 10px;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ccth-product-card h3 {
  display: -webkit-box;
  min-height: 45px;
  margin: 8px 0 16px;
  overflow: hidden;
  color: var(--cc-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ccth-product-card__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  color: var(--cc-navy);
  font-size: 18px;
  font-weight: 800;
}

.ccth-product-card__price del {
  color: #8a94a3;
  font-size: 12px;
  font-weight: 500;
}

.ccth-product-card__price ins {
  color: var(--cc-coral);
  text-decoration: none;
}

.ccth-product-card__stock {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  color: var(--cc-muted);
  font-size: 10px;
}

.ccth-product-card__stock span {
  width: 7px;
  height: 7px;
  background: var(--cc-teal);
  border-radius: 50%;
}

.ccth-empty-state {
  padding: 50px;
  color: var(--cc-muted);
  text-align: center;
  background: #fff;
  border: 1px dashed var(--cc-line);
}

.ccth-story-band {
  padding: 80px 0;
  color: #fff;
  background: var(--cc-navy);
}

.ccth-story-band__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 70px;
}

.ccth-story-band h2 {
  margin: 16px 0 22px;
  color: #fff;
  font-size: 42px;
  line-height: 1.18;
}

.ccth-story-band p {
  max-width: 540px;
  margin-bottom: 28px;
  color: #c4d1df;
  font-size: 16px;
}

.ccth-story-collage {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, 190px);
  gap: 12px;
}

.ccth-story-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.ccth-story-collage img:first-child {
  grid-row: 1 / 3;
}

.ccth-trust-strip {
  background: var(--cc-yellow);
}

.ccth-trust-strip .ccth-shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ccth-trust-strip div {
  display: flex;
  flex-direction: column;
  min-height: 110px;
  justify-content: center;
  padding: 20px 28px;
  border-right: 1px solid rgba(16, 43, 82, 0.2);
}

.ccth-trust-strip div:first-child {
  border-left: 1px solid rgba(16, 43, 82, 0.2);
}

.ccth-trust-strip strong {
  color: var(--cc-navy);
  font-size: 14px;
}

.ccth-trust-strip span {
  margin-top: 3px;
  color: #4d5260;
  font-size: 11px;
}

.ccth-shop-hero {
  padding: 58px 0;
  color: #fff;
  background: var(--cc-navy);
}

.ccth-shop-hero h1 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 44px;
}

.ccth-shop-hero .term-description {
  max-width: 700px;
  color: #c4d1df;
}

.ccth-shop-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 34px;
  padding-top: 46px;
  padding-bottom: 80px;
}

.ccth-shop-sidebar {
  position: sticky;
  top: 96px;
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
}

.ccth-shop-sidebar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  color: #fff;
  background: var(--cc-navy);
}

.ccth-filter-close {
  display: none;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 28px;
}

.ccth-filter-widget,
.ccth-shop-sidebar .widget {
  padding: 20px;
  border-bottom: 1px solid var(--cc-line);
}

.ccth-filter-widget:last-child,
.ccth-shop-sidebar .widget:last-child {
  border-bottom: 0;
}

.ccth-filter-widget h2,
.ccth-shop-sidebar .widget-title {
  margin: 0 0 14px;
  color: var(--cc-navy);
  font-size: 14px;
}

.ccth-filter-widget ul,
.ccth-shop-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ccth-filter-widget li,
.ccth-shop-sidebar li {
  margin: 9px 0;
}

.ccth-filter-widget a,
.ccth-shop-sidebar a {
  display: flex;
  justify-content: space-between;
  color: var(--cc-muted);
  font-size: 12px;
}

.ccth-shop-toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 54px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--cc-line);
  color: var(--cc-muted);
  font-size: 12px;
}

.ccth-shop-toolbar .woocommerce-ordering {
  margin: 0;
}

.ccth-shop-toolbar select {
  min-height: 40px;
  padding: 0 38px 0 12px;
  background: #fff;
  border: 1px solid var(--cc-line);
}

.ccth-filter-toggle {
  display: none;
}

.woocommerce-pagination {
  margin-top: 38px;
}

.woocommerce-pagination ul {
  display: flex;
  gap: 6px;
  padding: 0;
  list-style: none;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  display: grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid var(--cc-line);
}

.woocommerce-pagination .current {
  color: #fff;
  background: var(--cc-navy);
}

.ccth-single {
  padding-top: 42px;
  padding-bottom: 80px;
}

.ccth-single div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 50px;
}

.ccth-single .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
}

.ccth-single .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.ccth-single .woocommerce-product-gallery__image {
  display: grid;
  place-items: center;
  min-height: 560px;
  background: var(--cc-soft);
  border: 1px solid var(--cc-line);
}

.ccth-single .woocommerce-product-gallery__image img {
  max-height: 560px;
  object-fit: contain;
}

.ccth-single .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}

.ccth-single .flex-control-thumbs li {
  border: 1px solid var(--cc-line);
}

.ccth-single .summary {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.ccth-single-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--cc-teal);
  font-size: 10px;
  font-weight: 800;
}

.ccth-single .product_title {
  margin: 0 0 18px;
  color: var(--cc-navy);
  font-size: 36px;
  line-height: 1.25;
}

.ccth-single .price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--cc-coral);
  font-size: 28px;
  font-weight: 800;
}

.ccth-single .price del {
  color: #8791a0;
  font-size: 16px;
}

.ccth-single .price ins {
  text-decoration: none;
}

.ccth-single .woocommerce-product-details__short-description {
  color: var(--cc-muted);
}

.ccth-single form.cart {
  display: flex;
  gap: 10px;
  margin: 28px 0;
}

.ccth-single .quantity input {
  width: 72px;
  min-height: 52px;
  border: 1px solid var(--cc-line);
  text-align: center;
}

.ccth-single .single_add_to_cart_button,
.woocommerce button.button,
.woocommerce a.button {
  min-height: 52px;
  padding: 0 28px;
  color: var(--cc-navy-dark);
  background: var(--cc-yellow);
  border: 0;
  border-radius: 4px;
  font-weight: 800;
  cursor: pointer;
}

.ccth-single .product_meta {
  display: grid;
  gap: 7px;
  padding-top: 22px;
  border-top: 1px solid var(--cc-line);
  color: var(--cc-muted);
  font-size: 12px;
}

.ccth-single .woocommerce-tabs,
.ccth-single .related {
  grid-column: 1 / -1;
}

.ccth-single .woocommerce-tabs {
  margin-top: 35px;
  padding-top: 32px;
  border-top: 1px solid var(--cc-line);
}

.ccth-single .woocommerce-tabs .tabs {
  display: flex;
  gap: 24px;
  padding: 0;
  list-style: none;
}

.ccth-single .woocommerce-tabs .tabs a {
  color: var(--cc-navy);
  font-weight: 800;
}

.ccth-single .woocommerce-Tabs-panel {
  color: var(--cc-muted);
}

.ccth-single .woocommerce-Tabs-panel img {
  margin: 18px auto;
}

.ccth-page,
.ccth-empty {
  padding-top: 74px;
  padding-bottom: 90px;
}

.ccth-brands {
  padding-top: 54px;
  padding-bottom: 90px;
}

.ccth-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ccth-brand-grid a {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  min-height: 100px;
  padding: 20px;
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
}

.ccth-brand-grid a:hover {
  border-color: var(--cc-teal);
}

.ccth-brand-grid a > span {
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--cc-navy);
  border-radius: 50%;
  font-weight: 800;
}

.ccth-brand-grid strong {
  color: var(--cc-navy);
}

.ccth-brand-grid em {
  color: var(--cc-muted);
  font-size: 11px;
  font-style: normal;
}

.ccth-contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  padding-top: 74px;
  padding-bottom: 90px;
}

.ccth-contact h1 {
  margin: 10px 0 20px;
  color: var(--cc-navy);
  font-size: 46px;
}

.ccth-contact__intro > p {
  color: var(--cc-muted);
  font-size: 16px;
}

.ccth-contact__facts {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.ccth-contact__facts div {
  display: flex;
  flex-direction: column;
  padding: 18px;
  background: var(--cc-soft);
  border-left: 4px solid var(--cc-yellow);
}

.ccth-contact__facts span {
  margin-top: 4px;
  color: var(--cc-muted);
  font-size: 12px;
}

.ccth-contact-form {
  padding: 34px;
  background: var(--cc-soft);
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
}

.ccth-contact-form h2 {
  margin: 0 0 22px;
  color: var(--cc-navy);
}

.ccth-contact-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  color: var(--cc-navy);
  font-size: 12px;
  font-weight: 700;
}

.ccth-contact-form input,
.ccth-contact-form textarea {
  width: 100%;
  padding: 13px;
  background: #fff;
  border: 1px solid var(--cc-line);
  border-radius: 4px;
}

.ccth-contact-form button {
  min-height: 50px;
  padding: 0 28px;
  color: var(--cc-navy-dark);
  background: var(--cc-yellow);
  border: 0;
  border-radius: 4px;
  font-weight: 800;
  cursor: pointer;
}

.ccth-form-success,
.ccth-form-error {
  padding: 12px;
  border-left: 4px solid var(--cc-teal);
  background: #e9f7f3;
}

.ccth-form-error {
  border-color: var(--cc-coral);
  background: #fff0ed;
}

.ccth-content {
  max-width: 900px;
}

.ccth-content > h1,
.ccth-empty h1 {
  margin: 8px 0 28px;
  color: var(--cc-navy);
  font-size: 46px;
}

.ccth-content__body {
  color: #3d4b5f;
}

.ccth-content__body h2,
.ccth-content__body h3 {
  margin-top: 36px;
  color: var(--cc-navy);
}

.ccth-content__body a {
  color: var(--cc-teal);
  text-decoration: underline;
}

.ccth-empty {
  text-align: center;
}

.ccth-footer {
  padding: 62px 0 0;
  color: #c7d2df;
  background: var(--cc-navy-dark);
}

.ccth-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 56px;
}

.ccth-footer__brand img {
  width: 210px;
  filter: brightness(0) invert(1);
}

.ccth-footer__brand p {
  max-width: 360px;
  margin-top: 24px;
  color: #91a4ba;
}

.ccth-footer h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 14px;
}

.ccth-footer__grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
}

.ccth-footer__grid a {
  margin: 5px 0;
  color: #aebed0;
  font-size: 12px;
}

.ccth-footer__grid a:hover {
  color: var(--cc-yellow);
}

.ccth-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 52px;
  padding: 20px 0;
  border-top: 1px solid #264363;
  color: #7890aa;
  font-size: 11px;
}

@media (max-width: 1180px) {
  :root {
    --cc-shell: min(1100px, calc(100% - 36px));
  }

  .ccth-header__row {
    grid-template-columns: 170px 1fr auto;
    gap: 12px;
  }

  .ccth-nav-list a {
    padding-inline: 9px;
    font-size: 12px;
  }

  .ccth-hero__grid {
    grid-template-columns: 1fr;
  }

  .ccth-hero__lead,
  .ccth-quick-panel {
    min-height: 460px;
  }

  .ccth-product-grid,
  .products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :root {
    --cc-shell: calc(100% - 28px);
  }

  .ccth-announcement span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ccth-desktop-nav {
    display: none;
  }

  .ccth-header__row {
    grid-template-columns: 40px 1fr auto;
    min-height: 66px;
  }

  .ccth-menu-toggle {
    display: inline-grid;
  }

  .ccth-logo {
    justify-self: center;
    width: 160px;
  }

  .ccth-logo img,
  .ccth-logo .custom-logo {
    width: 160px;
  }

  .ccth-account-icon {
    display: none;
  }

  .ccth-story-band__grid,
  .ccth-single div.product,
  .ccth-contact {
    grid-template-columns: 1fr;
  }

  .ccth-shop-layout {
    grid-template-columns: 1fr;
  }

  .ccth-shop-sidebar {
    position: fixed;
    z-index: 1300;
    inset: 0 auto 0 0;
    width: min(360px, 92vw);
    overflow-y: auto;
    background: #fff;
    transform: translateX(-105%);
    transition: transform 180ms ease;
  }

  .ccth-shop-sidebar.is-open {
    transform: translateX(0);
  }

  .ccth-filter-close,
  .ccth-filter-toggle {
    display: inline-flex;
  }

  .ccth-filter-toggle {
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    color: var(--cc-navy);
    background: #fff;
    border: 1px solid var(--cc-line);
  }

  .ccth-trust-strip .ccth-shell,
  .ccth-footer__grid,
  .ccth-brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  :root {
    --cc-shell: calc(100% - 22px);
  }

  .ccth-announcement {
    font-size: 10px;
  }

  .ccth-announcement strong {
    display: none;
  }

  .ccth-announcement a {
    font-size: 0;
  }

  .ccth-announcement a span {
    font-size: 16px;
  }

  .ccth-search-toggle {
    display: none;
  }

  .ccth-header__row {
    grid-template-columns: 40px 1fr 40px;
  }

  .ccth-hero {
    padding-top: 10px;
  }

  .ccth-hero__lead {
    grid-template-columns: 1fr;
    min-height: 610px;
  }

  .ccth-hero__copy {
    align-self: start;
    padding: 34px 28px 0;
  }

  .ccth-hero__copy h1 {
    font-size: 50px;
  }

  .ccth-hero__copy p {
    font-size: 15px;
  }

  .ccth-hero__lead > img {
    position: absolute;
    right: -8%;
    bottom: 0;
    width: 115%;
    height: 53%;
    object-position: center top;
  }

  .ccth-quick-panel {
    min-height: 0;
    padding: 20px;
  }

  .ccth-quick-panel > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ccth-quick-panel header div {
    width: 100%;
  }

  .ccth-quick-grid {
    grid-template-columns: 1fr;
  }

  .ccth-quick-card {
    min-height: 190px;
  }

  .ccth-category-rail strong,
  .ccth-category-rail a {
    min-height: 56px;
    padding: 0 18px;
  }

  .ccth-product-shelf {
    padding: 48px 0 58px;
  }

  .ccth-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .ccth-section-heading h2 {
    font-size: 28px;
  }

  .ccth-product-grid,
  .products.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ccth-product-card__body {
    padding: 13px;
  }

  .ccth-product-card__media img {
    padding: 9px;
  }

  .ccth-product-card h3 {
    min-height: 42px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .ccth-product-card__price {
    gap: 4px;
    font-size: 15px;
  }

  .ccth-product-card__price del {
    width: 100%;
    font-size: 10px;
  }

  .ccth-story-band {
    padding: 56px 0;
  }

  .ccth-story-band h2 {
    font-size: 32px;
  }

  .ccth-story-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px 130px;
  }

  .ccth-story-collage img:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .ccth-trust-strip .ccth-shell {
    grid-template-columns: 1fr 1fr;
  }

  .ccth-trust-strip div {
    min-height: 96px;
    padding: 16px 12px;
  }

  .ccth-shop-hero {
    padding: 42px 0;
  }

  .ccth-shop-hero h1 {
    font-size: 34px;
  }

  .ccth-shop-layout {
    padding-top: 24px;
  }

  .ccth-shop-toolbar {
    grid-template-columns: auto 1fr;
    gap: 10px;
  }

  .ccth-shop-toolbar > div:nth-child(2) {
    text-align: right;
  }

  .ccth-shop-toolbar > div:last-child {
    grid-column: 1 / -1;
  }

  .ccth-shop-toolbar select {
    width: 100%;
  }

  .ccth-single {
    padding-top: 18px;
  }

  .ccth-single div.product {
    gap: 28px;
  }

  .ccth-single .woocommerce-product-gallery__image {
    min-height: 380px;
  }

  .ccth-single .product_title {
    font-size: 28px;
  }

  .ccth-single form.cart {
    align-items: stretch;
  }

  .ccth-single .single_add_to_cart_button {
    flex: 1;
    padding-inline: 12px;
  }

  .ccth-content > h1,
  .ccth-empty h1 {
    font-size: 36px;
  }

  .ccth-footer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ccth-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .ccth-brand-grid {
    grid-template-columns: 1fr;
  }

  .ccth-contact {
    gap: 36px;
    padding-top: 50px;
  }

  .ccth-contact h1 {
    font-size: 36px;
  }

  .ccth-contact-form {
    padding: 22px;
  }
}

.ccth-page-hero {
  padding: 76px 0 64px;
  color: #fff;
  background: var(--cc-navy);
}

.ccth-page-hero span {
  display: block;
  margin-bottom: 12px;
  color: var(--cc-yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ccth-page-hero h1 {
  max-width: 850px;
  margin: 0;
  color: inherit;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
}

.ccth-policy-page {
  padding: 64px 0 96px;
  background: var(--cc-soft);
}

.ccth-policy-page__content {
  max-width: 900px;
  padding: 44px;
  color: var(--cc-ink);
  background: #fff;
  border: 1px solid var(--cc-line);
}

.ccth-policy-page__content h2 {
  margin: 0 0 20px;
  font-size: 28px;
}

.ccth-policy-page__content p {
  margin: 0 0 18px;
  color: var(--cc-muted);
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 640px) {
  .ccth-page-hero {
    padding: 48px 0 42px;
  }

  .ccth-policy-page {
    padding: 28px 0 56px;
  }

  .ccth-policy-page__content {
    padding: 24px 20px;
  }
}

/* === FLAT MATCHED CSS V1.4.1 === */
/* Image-led Clearance Crate header and mega menu. */
#header.ct-header { display: none !important; }
.cc-site-header { --cc-navy:#102b52; --cc-ink:#10213f; --cc-yellow:#ffca28; --cc-line:#e4e9ef; background:#fff; color:var(--cc-ink); font-family:inherit; position:sticky; top:0; z-index:1000; }
body.admin-bar .cc-site-header { top:32px; }
.cc-site-header *, .cc-site-header *::before, .cc-site-header *::after { box-sizing:border-box; }
.cc-site-header__inner { margin:0 auto; max-width:1440px; padding-left:clamp(20px, 4vw, 62px); padding-right:clamp(20px, 4vw, 62px); width:100%; }
.cc-site-header__notice { background:var(--cc-navy); color:#e9eff8; font-size:12px; line-height:1; }
.cc-site-header__notice .cc-site-header__inner { align-items:center; display:flex; gap:20px; justify-content:center; min-height:34px; }
.cc-site-header__notice strong { color:var(--cc-yellow); font-size:11px; letter-spacing:.12em; }
.cc-site-header__notice a { color:#fff; font-weight:800; text-decoration:underline; text-underline-offset:4px; }
.cc-site-header__notice a b { color:var(--cc-yellow); font-size:15px; margin-left:4px; }
.cc-site-header__main { background:#fff; border-bottom:1px solid var(--cc-line); box-shadow:0 1px 0 rgba(16,43,82,.03); }
.cc-site-header__main .cc-site-header__inner { align-items:center; display:flex; gap:clamp(16px, 2vw, 32px); min-height:78px; }
.cc-site-header__brand { flex:0 0 auto; line-height:0; max-width:202px; }
.cc-site-header__brand .custom-logo-link { display:block; }
.cc-site-header__brand img { display:block; height:auto; max-height:49px; max-width:202px; width:auto; }
.cc-site-header__brand > a { align-items:center; color:var(--cc-navy); display:flex; font-size:20px; font-weight:900; letter-spacing:-.06em; line-height:1; text-decoration:none; white-space:nowrap; }
.cc-site-header__brand > a span { color:var(--cc-yellow); font-size:25px; margin-right:6px; }
.cc-site-header__brand > a b { color:#f16a23; font-weight:900; margin-left:4px; }
.cc-site-header__nav { align-items:center; display:flex; flex:1 1 auto; gap:clamp(15px, 1.7vw, 28px); min-width:0; }
.cc-site-header__nav > a, .cc-site-header__mega-toggle { align-items:center; background:transparent; border:0; color:#3d4e68; cursor:pointer; display:inline-flex; font-family:inherit; font-size:13px; font-weight:800; gap:5px; line-height:1; padding:10px 0; text-decoration:none; white-space:nowrap; }
.cc-site-header__nav > a:hover, .cc-site-header__mega-toggle:hover { color:#135fc1; }
.cc-site-header__mega-toggle { color:var(--cc-navy); font-weight:900; }
.cc-site-header__chevron { color:#d28b00; display:block; flex:0 0 16px; height:16px; margin:0; overflow:visible; width:16px; }
.cc-site-header__chevron path { fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.9; }
.cc-site-header__mega-toggle[aria-expanded="true"] .cc-site-header__chevron { transform:rotate(180deg); }
.cc-site-header__clearance-link { background:var(--cc-yellow) !important; color:var(--cc-navy) !important; padding:11px 14px !important; }
.cc-site-header__actions { align-items:center; display:flex; gap:14px; margin-left:auto; }
.cc-site-header__search { align-items:center; background:#f5f7fa; border:1px solid #e3e8ef; display:flex; height:38px; min-width:190px; padding-left:11px; }
.cc-site-header__search label { flex:1; margin:0; }
.cc-site-header__search input { background:transparent; border:0; box-shadow:none; color:var(--cc-ink); font-size:12px; height:36px; min-width:0; outline:0; padding:0; width:100%; }
.cc-site-header__search button { background:transparent; border:0; color:var(--cc-navy); cursor:pointer; font-size:24px; height:36px; line-height:1; padding:0 10px; }
.cc-site-header__icon-link { align-items:center; color:var(--cc-navy); display:flex; gap:5px; font-size:11px; font-weight:800; position:relative; text-decoration:none; }
.cc-site-header__icon-link svg { fill:none; height:22px; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.8; width:22px; }
.cc-site-header__cart em { align-items:center; background:var(--cc-yellow); border-radius:50%; color:var(--cc-navy); display:flex; font-size:9px; font-style:normal; font-weight:900; height:16px; justify-content:center; margin-left:-9px; margin-top:-19px; min-width:16px; }
.cc-site-header__mobile-toggle { background:transparent; border:0; cursor:pointer; display:none; height:38px; padding:7px 4px; width:34px; }
.cc-site-header__mobile-toggle i { background:var(--cc-navy); display:block; height:2px; margin:4px 0; width:22px; }
.cc-mega-menu { background:rgba(255,255,255,.985); border-bottom:1px solid #dce3eb; box-shadow:0 24px 44px rgba(16,43,82,.18); left:0; position:absolute; top:100%; width:100%; }
.cc-mega-menu[hidden], .cc-mega-menu__panel[hidden], .cc-mobile-menu[hidden] { display:none !important; }
.cc-mega-menu__inner { display:grid; gap:18px 20px; grid-template-columns:190px minmax(480px, 1fr) 264px; margin:0 auto; max-width:1440px; padding:28px clamp(20px, 4vw, 62px) 24px; }
.cc-mega-menu__intro { background:var(--cc-navy); color:#fff; display:flex; flex-direction:column; justify-content:space-between; min-height:288px; padding:24px 22px; }
.cc-mega-menu__intro p, .cc-mega-menu__lists p, .cc-mega-menu__brands p { color:#cd9700; font-size:10px; font-weight:900; letter-spacing:.12em; margin:0 0 12px; }
.cc-mega-menu__intro h2 { color:#fff; font-size:28px; letter-spacing:-.065em; line-height:.98; margin:0; }
.cc-mega-menu__intro a { color:#fff; font-size:12px; font-weight:800; text-decoration:none; }
.cc-mega-menu__intro a b, .cc-mega-menu__promo a b { color:var(--cc-yellow); font-size:17px; margin-left:5px; }
.cc-mega-menu__cards { display:grid; gap:12px; grid-template-columns:repeat(2, minmax(0, 1fr)); }
.cc-mega-menu__card { background:#eef2f6; color:var(--cc-navy); min-height:138px; overflow:hidden; position:relative; text-decoration:none; }
.cc-mega-menu__card::after { background:linear-gradient(135deg, #143865 0%, #102b52 100%); content:""; inset:0 auto 0 0; position:absolute; width:46%; z-index:1; }
.cc-mega-menu__card img { height:100%; object-fit:cover; object-position:right center; padding:0; position:absolute; right:0; top:0; width:54%; }
.cc-mega-menu__card:nth-child(2) img { object-position:right center; width:59%; }
.cc-mega-menu__card span { bottom:15px; color:#fff; display:grid; gap:4px; left:16px; position:absolute; right:57%; z-index:2; }
.cc-mega-menu__card small { font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.cc-mega-menu__card strong { font-size:15px; letter-spacing:-.035em; line-height:1.04; max-width:155px; }
.cc-mega-menu__card b { bottom:0; color:var(--cc-yellow); font-size:19px; position:absolute; right:0; }
.cc-mega-menu__promo { background-color:var(--cc-navy); background-image:linear-gradient(90deg, rgba(11,38,77,.98) 0%, rgba(11,38,77,.65) 50%, rgba(11,38,77,.05) 100%), var(--cc-promo-image); background-position:center; background-size:cover; color:#fff; display:flex; flex-direction:column; min-height:288px; padding:24px; }
.cc-mega-menu__promo p { color:var(--cc-yellow); font-size:10px; font-weight:900; letter-spacing:.12em; margin:0 0 24px; }
.cc-mega-menu__promo h2 { color:#fff; font-size:32px; letter-spacing:-.07em; line-height:.88; margin:0; }
.cc-mega-menu__promo h2 em { color:var(--cc-yellow); font-style:normal; }
.cc-mega-menu__promo > span { font-size:11px; margin-top:auto; opacity:.9; }
.cc-mega-menu__promo a { color:#fff; font-size:12px; font-weight:900; margin-top:10px; text-decoration:none; }
.cc-mega-menu__lists { border-top:1px solid var(--cc-line); display:grid; gap:32px; grid-column:1 / 4; grid-template-columns:repeat(2, minmax(0, 1fr)); padding:20px 0 0 210px; }
.cc-mega-menu__lists > div { display:grid; gap:7px; }
.cc-mega-menu__lists p { margin:0 0 2px; }
.cc-mega-menu__lists a { align-items:center; color:#3d4e68; display:flex; font-size:12px; font-weight:750; justify-content:space-between; text-decoration:none; }
.cc-mega-menu__lists a:hover { color:#1262bc; }
.cc-mega-menu__lists b { color:#d28b00; font-size:17px; font-weight:500; }
.cc-mega-menu__brands { align-items:center; background:#f3f6f9; display:flex; gap:24px; grid-column:1 / 4; justify-content:space-between; margin-top:2px; padding:14px 18px; }
.cc-mega-menu__brands p { margin:0 0 3px; }
.cc-mega-menu__brands strong { color:var(--cc-navy); font-size:15px; letter-spacing:-.04em; }
.cc-mega-menu__brands nav { align-items:center; display:flex; gap:9px; }
.cc-mega-menu__brands nav a { align-items:center; background:#fff; display:flex; height:39px; justify-content:center; padding:7px 13px; width:84px; }
.cc-mega-menu__brands img { max-height:20px; max-width:58px; object-fit:contain; }
.cc-mega-menu__brands span { color:var(--cc-navy); font-size:12px; font-weight:900; }
.cc-mobile-menu { background:#fff; bottom:0; box-shadow:18px 0 52px rgba(8,27,57,.28); display:flex; flex-direction:column; left:0; max-width:430px; overflow-x:hidden; overflow-y:auto; padding:22px 20px 18px; position:fixed; top:0; width:min(90vw,430px); z-index:2147483645; }
.cc-mobile-menu__head { align-items:center; color:var(--cc-navy); display:flex; flex:0 0 auto; font-size:clamp(23px,6vw,29px); font-weight:900; justify-content:space-between; letter-spacing:-.065em; line-height:1; margin-bottom:21px; min-height:48px; }
.cc-mobile-menu__head button { align-items:center; background:transparent; border:0; border-radius:0; color:var(--cc-navy); cursor:pointer; display:inline-flex; flex:0 0 46px; height:46px; justify-content:center; line-height:1; padding:9px; width:46px; }
.cc-mobile-menu__head button svg { display:block; fill:none; height:28px; stroke:currentColor; stroke-linecap:round; stroke-width:2.8; width:28px; }
.cc-mobile-menu__search { align-items:stretch; display:flex; flex:0 0 auto; height:54px; margin:0 0 20px; }
.cc-mobile-menu__search label { display:block; flex:1; min-width:0; }
.cc-mobile-menu__search input { border:1px solid #dce3eb; border-radius:10px 0 0 10px; box-sizing:border-box; display:block; font-size:16px; height:54px!important; line-height:1; padding:0 15px; width:100%; }
.cc-mobile-menu__search button { background:var(--cc-navy); border:0; border-radius:0 10px 10px 0; box-sizing:border-box; color:#fff; cursor:pointer; flex:0 0 112px; font-size:16px; font-weight:850; height:54px!important; line-height:1; min-height:54px!important; padding:0 14px; }
.cc-mobile-menu__clearance { align-items:center; background:var(--cc-yellow); border-radius:10px; color:var(--cc-navy); display:flex; flex:0 0 auto; font-size:18px; font-weight:900; justify-content:space-between; margin:0 0 16px; min-height:60px; padding:0 18px; text-decoration:none; }
.cc-mobile-menu__clearance b { font-size:24px; font-weight:500; }
.cc-mobile-menu details { border-bottom:1px solid var(--cc-line); border-top:1px solid var(--cc-line); flex:0 0 auto; margin-top:-1px; padding:0; }
.cc-mobile-menu summary { align-items:center; color:var(--cc-navy); cursor:pointer; display:flex; font-size:18px; font-weight:900; justify-content:space-between; line-height:1.2; list-style:none; min-height:64px; }
.cc-mobile-menu summary::-webkit-details-marker { display:none; }
.cc-mobile-menu summary::after { color:#c88900; content:"+"; font-size:27px; font-weight:400; line-height:1; }
.cc-mobile-menu details[open] summary::after { content:"–"; }
.cc-mobile-menu details a { border-top:1px solid #edf1f5; color:#42516a; display:block; font-size:15px; font-weight:750; padding:13px 12px; text-decoration:none; }
.cc-mobile-menu details a:last-child { margin-bottom:12px; }
.cc-mobile-menu__account { align-items:center; border-bottom:1px solid var(--cc-line); color:var(--cc-navy); display:flex; flex:0 0 auto; font-size:17px; font-weight:850; min-height:58px; text-decoration:none; }
.cc-mobile-menu__foot { background:var(--cc-navy); border-radius:12px; color:#fff; display:flex; flex:0 0 auto; flex-direction:column; gap:9px; margin-top:auto; padding:16px 17px; }
.cc-mobile-menu__foot span { color:#b8c9df; font-size:12px; font-weight:700; }
.cc-mobile-menu__foot a { align-items:center; color:#fff; display:flex; font-size:15px; font-weight:850; justify-content:space-between; text-decoration:none; }
.cc-mobile-menu__foot b { color:var(--cc-yellow); font-size:21px; font-weight:500; }
html.cc-mobile-menu-open { overflow:hidden; }

/* Keep the open desktop mega menu above every page and footer section. */
.cc-site-header {
	isolation: isolate;
	z-index: 2147483000 !important;
}

.cc-site-header__main {
	position: relative;
	z-index: 1;
}

.cc-site-header .cc-mega-menu {
	z-index: 2147483001 !important;
}

/* A cart drawer is an active modal, so it must sit above the persistent
 * custom header (and its desktop mega menu), including its page dimmer. */
#woo-cart-panel.ct-panel {
	z-index: 2147483646 !important;
}

/* WooCommerce uses PhotoSwipe for the full-screen product-image viewer.
 * It is a true modal and must cover the persistent site header entirely. */
.pswp {
	z-index: 2147483647 !important;
}

/* The mobile product-filter drawer is a real modal.  Keep both its dimmer
 * and the panel above the persistent header while it is open. */
@media (max-width: 1080px) {
	#woo-filters-panel.ct-panel {
		z-index: 2147483646 !important;
	}
}

/* Blocksy clips all overflowing children of this wrapper by default.
 * The desktop mega menu must be allowed to extend beyond it. */
#main-container:has(.cc-site-header) {
	overflow: visible !important;
}
@media (max-width:1250px) {
	.cc-site-header__nav { gap:16px; }
	.cc-site-header__search { min-width:150px; }
	.cc-site-header__icon-link span { display:none; }
}
@media (max-width:1080px) {
	.cc-site-header__mobile-toggle { display:block; }
	.cc-site-header__nav { display:none; }
	.cc-site-header__main .cc-site-header__inner { min-height:68px; }
	.cc-site-header__brand { margin-right:auto; }
	.cc-site-header__search { min-width:min(330px, 38vw); }
	.cc-mega-menu { display:none !important; }
}
@media (max-width:700px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden !important;
	}

	body.admin-bar .cc-site-header { top:46px; }
	.cc-site-header__notice .cc-site-header__inner { gap:8px; min-height:30px; padding-left:14px; padding-right:14px; }
	.cc-site-header__notice span { display:none; }
	.cc-site-header__notice a { font-size:11px; margin-left:auto; }
	.cc-site-header__brand { max-width:165px; }
	.cc-site-header__brand img { max-height:39px; max-width:165px; }
	.cc-site-header__actions { gap:9px; }
	.cc-site-header__search, .cc-site-header__account { display:none; }
	.cc-site-header__cart svg { height:25px; width:25px; }
	.cc-site-header__cart em { margin-left:-10px; }
}

/* Optically normalize the real SVG brand marks in the desktop mega menu.
 * Wordmarks and icon marks have very different native proportions, so each
 * uses a proportional scale rather than being stretched into one rectangle. */
@media (min-width:1081px) {
	/* Product pages use a 1440px content rail without an inner side inset.
	 * Match the header and its mega menu to that same rail. */
	.cc-site-header__main .cc-site-header__inner,
	.cc-mega-menu__inner {
		max-width: 1440px;
		padding-left: 0;
		padding-right: 0;
	}

	.cc-mega-menu__brands nav { gap:10px; }
	.cc-mega-menu__brands nav a {
		height:50px;
		overflow:hidden;
		padding:8px 12px;
		width:102px;
	}
	.cc-mega-menu__brands img {
		display:block;
		height:30px;
		max-height:none;
		max-width:none;
		object-fit:contain;
		width:72px;
	}
	.cc-mega-menu__brands img[alt="Apple"] { height:34px; width:34px; }
	.cc-mega-menu__brands img[alt="Beats"] { height:34px; width:38px; }
	.cc-mega-menu__brands img[alt="Bose"] { height:auto; transform:scale(1.34); width:66px; }
	.cc-mega-menu__brands img[alt="LG"] { height:auto; transform:scale(1.2); width:62px; }
	.cc-mega-menu__brands img[alt="Samsung"] { height:auto; transform:scale(1.24); width:70px; }
	.cc-mega-menu__brands img[alt="SANSUI"] { height:auto; transform:scale(1.32); width:66px; }
}

/* === FLAT MATCHED CSS V1.4.1 === */
:root { --cm-ink:#10213d; --cm-blue:#185aa7; --cm-yellow:#ffca28; --cm-paper:#f4f6f8; --cm-line:#dce3eb; --cm-muted:#647187; }
body.home .site-main .entry-content.is-layout-constrained, body.home .site-main .entry-content.is-layout-constrained > .cc-market { margin:0 !important; max-width:none !important; padding:0 !important; width:100% !important; }
.cc-market { background:#e9edf1; color:var(--cm-ink); overflow:hidden; }
.cc-market * { box-sizing:border-box; }
.cc-market__container { margin-inline:auto; max-width:1500px; padding-inline:clamp(14px,3vw,42px); }
.cc-market a { text-decoration:none !important; }
.cc-market-notice { background:#0b213e; color:#fff; }
.cc-market-notice .cc-market__container { align-items:center; display:flex; font-size:11px; gap:18px; justify-content:center; min-height:32px; }
.cc-market-notice span { color:var(--cm-yellow); font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.cc-market-notice strong { font-weight:600; }.cc-market-notice a { color:#fff !important; font-weight:800; text-decoration:underline !important; text-underline-offset:3px; }
.cc-market-hero { background:linear-gradient(135deg,#e6ebf2,#f8fafc); padding-top:18px; }
.cc-market-mosaic { display:grid; gap:10px; grid-template-columns:2fr repeat(2,1fr); grid-template-rows:210px 210px; }
.cc-market-clearance { background:linear-gradient(128deg,#102a50,#1b579d); color:#fff !important; grid-row:span 2; overflow:hidden; padding:32px; position:relative; }
.cc-market-clearance:after { border:1px solid rgba(255,255,255,.3); content:""; inset:13px; pointer-events:none; position:absolute; }
.cc-market-clearance > div { position:relative; z-index:2; }.cc-market-clearance p,.cc-market-shelf header p,.cc-market-departments header p,.cc-market-brands header p,.cc-market-last p { font-size:10px; font-weight:900; letter-spacing:.13em; margin:0 0 11px; text-transform:uppercase; }
.cc-market-clearance p { color:var(--cm-yellow); }.cc-market-clearance h1 { color:#fff; font-family:inherit; font-size:clamp(42px,5.4vw,74px); letter-spacing:-.07em; line-height:.84; margin:0; }.cc-market-clearance h1 em { color:var(--cm-yellow); font-style:normal; }
.cc-market-clearance > div span { display:inline-block; font-size:13px; font-weight:800; margin-top:29px; }.cc-market-clearance > div span b { color:var(--cm-yellow); font-size:20px; margin-left:8px; }
.cc-market-clearance figure { bottom:-3%; height:73%; margin:0; position:absolute; right:2%; transform:rotate(-5deg); width:48%; z-index:1; }.cc-market-clearance figure img { height:100%; object-fit:contain; width:100%; }.cc-market-clearance small { bottom:22px; color:#c7dbf7; font-size:10px; font-weight:700; position:absolute; right:22px; z-index:2; }
.cc-market-tile { background:#fff; border:1px solid #dfe6ee; color:var(--cm-ink) !important; display:flex; flex-direction:column; overflow:hidden; padding:17px; position:relative; }.cc-market-tile h3 { font-size:17px; letter-spacing:-.035em; line-height:1.05; margin:0; max-width:75%; position:relative; z-index:1; }.cc-market-tile > div { align-items:center; background:#f1f4f8; bottom:0; display:flex; justify-content:center; position:absolute; right:0; top:0; width:54%; }.cc-market-tile > div:after { border:1px solid rgba(16,48,88,.12); content:""; inset:9px; position:absolute; }.cc-market-tile > div img { height:100%; object-fit:contain; padding:14px; position:relative; width:100%; z-index:1; }.cc-market-tile > div i { color:#1b579d; font-size:29px; font-style:normal; }.cc-market-tile > span { bottom:17px; color:#34598c; font-size:11px; font-weight:800; left:17px; position:absolute; z-index:1; }.cc-market-tile > span b { color:#bd8700; font-size:17px; margin-left:4px; }
.cc-market-category-nav { background:#fff; border-bottom:1px solid var(--cm-line); }.cc-market-category-nav .cc-market__container { display:flex; overflow:auto; padding-inline:max(14px,calc((100vw - 1500px)/2 + 42px)); }.cc-market-category-nav a { border-right:1px solid #edf0f3; color:#334257 !important; flex:0 0 auto; font-size:11px; font-weight:750; padding:15px 14px; white-space:nowrap; }.cc-market-category-nav a:hover { color:#0b56b7 !important; }.cc-market-category-nav .is-clearance { background:var(--cm-yellow); color:#152849 !important; font-weight:900; }
.cc-market-shelf { background:#fff; padding:26px 0; }.cc-market-shelf--gray { background:#f6f7f8; }.cc-market-shelf--today { padding-top:35px; }.cc-market-shelf header,.cc-market-brands header { align-items:end; display:flex; justify-content:space-between; margin-bottom:19px; }.cc-market-shelf header p,.cc-market-departments header p,.cc-market-brands header p { color:#b88200; }.cc-market-shelf h2,.cc-market-departments h2,.cc-market-brands h2,.cc-market-last h2 { color:var(--cm-ink); font-family:inherit; font-size:clamp(23px,2.5vw,32px); letter-spacing:-.05em; line-height:1.04; margin:0; }.cc-market-shelf header > a,.cc-market-brands header > a { color:#20589f !important; font-size:12px; font-weight:800; text-decoration:underline !important; text-underline-offset:3px; }.cc-market-shelf header > a b,.cc-market-brands header > a b { color:#b88200; font-size:20px; margin-left:4px; }
.cc-market-products { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); }.cc-market-product { background:#fff; border:1px solid #edf0f3; min-width:0; padding:11px; }.cc-market-shelf--gray .cc-market-product { border-color:#e3e7eb; }.cc-market-product__image { align-items:center; display:flex; height:180px; justify-content:center; overflow:hidden; position:relative; }.cc-market-product__image img { height:100%; object-fit:contain; padding:8px; width:100%; }.cc-market-product__image span { background:#173b6c; color:#fff; font-size:8px; font-weight:900; left:0; letter-spacing:.06em; padding:4px 6px; position:absolute; text-transform:uppercase; top:0; z-index:1; }.cc-market-product__copy { padding:9px 2px 1px; }.cc-market-product__copy small { color:#6e7b8d; display:block; font-size:9px; font-weight:850; letter-spacing:.05em; margin-bottom:5px; text-transform:uppercase; }.cc-market-product__copy > a { color:#24334a !important; display:-webkit-box; font-size:12px; font-weight:720; line-height:1.32; min-height:2.64em; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2; }.cc-market-product__copy strong { color:#be8500; display:block; font-size:16px; margin:8px 0 4px; }.cc-market-product__copy strong del { color:#8490a0; font-size:10px; font-weight:500; margin-right:4px; }.cc-market-product__copy strong ins { color:inherit; text-decoration:none; }.cc-market-product__copy em { color:#65748b; font-size:9px; font-style:normal; font-weight:700; }
.cc-market-departments { padding:27px 0; }.cc-market-departments header { margin-bottom:16px; }.cc-market-department-grid { display:grid; gap:10px; grid-template-columns:repeat(5,1fr); }.cc-market-department-grid .cc-market-tile { height:220px; }.cc-market-department-grid .cc-market-tile h3 { font-size:19px; }.cc-market-more { background:#102b52; color:#fff !important; display:flex; flex-direction:column; justify-content:space-between; padding:18px; }.cc-market-more span { color:#f9ca27; font-size:10px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }.cc-market-more strong { font-size:21px; letter-spacing:-.045em; line-height:1.05; }.cc-market-more b { color:#f9ca27; font-size:22px; }
.cc-market-brands { background:#eef2f6; padding:35px 0; }.cc-market-brands header { margin-bottom:18px; }.cc-market-brand-grid { display:grid; gap:8px; grid-template-columns:repeat(8,1fr); }.cc-market-brand { background:#fff; border-top:4px solid #1b579d; color:#25374f !important; min-height:90px; padding:13px; position:relative; }.cc-market-brand:hover { border-top-color:#d09a00; }.cc-market-brand strong { display:block; font-size:15px; font-weight:900; letter-spacing:-.045em; line-height:1.1; }.cc-market-brand span { color:#718096; display:block; font-size:9px; font-weight:700; line-height:1.2; margin-top:7px; }.cc-market-brand b { bottom:10px; color:#b88200; font-size:15px; position:absolute; right:11px; }
.cc-market-last { background:linear-gradient(119deg,#0d2851,#195ba8); color:#fff; text-align:center; }.cc-market-last .cc-market__container { padding-block:clamp(60px,8vw,105px); }.cc-market-last p { color:#ffcb28; }.cc-market-last h2 { color:#fff; margin:auto; max-width:680px; }.cc-market-last a { background:#ffca28; color:#152747 !important; display:inline-flex; font-size:13px; font-weight:900; gap:19px; margin-top:25px; padding:15px 19px; }.cc-market-last a span { font-size:18px; }
@media (max-width:1050px) { .cc-market-mosaic { grid-template-columns:1.8fr 1fr 1fr; }.cc-market-products { grid-template-columns:repeat(6,minmax(190px,1fr)); overflow:auto; padding-bottom:4px; }.cc-market-product__image { height:190px; }.cc-market-department-grid { grid-template-columns:repeat(3,1fr); }.cc-market-brand-grid { grid-template-columns:repeat(4,1fr); } }
@media (max-width:700px) { .cc-market-notice .cc-market__container { font-size:9px; gap:9px; min-height:27px; }.cc-market-notice strong { display:none; }.cc-market-hero { padding-top:9px; }.cc-market-mosaic { grid-template-columns:repeat(2,1fr); grid-template-rows:245px 160px 160px; }.cc-market-clearance { grid-column:span 2; grid-row:auto; padding:24px; }.cc-market-clearance h1 { font-size:48px; }.cc-market-clearance > div span { margin-top:17px; }.cc-market-clearance figure { height:90%; right:4%; width:38%; }.cc-market-clearance small { bottom:14px; right:15px; }.cc-market-tile { padding:13px; }.cc-market-tile h3 { font-size:14px; }.cc-market-tile > div { width:50%; }.cc-market-tile > span { bottom:13px; font-size:9px; left:13px; }.cc-market-category-nav a { font-size:10px; padding:12px 11px; }.cc-market-shelf { padding:22px 0; }.cc-market-shelf--today { padding-top:27px; }.cc-market-shelf header,.cc-market-brands header { align-items:start; flex-direction:column; gap:10px; }.cc-market-shelf h2,.cc-market-departments h2,.cc-market-brands h2 { font-size:25px; }.cc-market-products { grid-template-columns:repeat(6,minmax(145px,1fr)); }.cc-market-product { padding:8px; }.cc-market-product__image { height:140px; }.cc-market-product__copy > a { font-size:10px; }.cc-market-product__copy strong { font-size:14px; }.cc-market-departments { padding:23px 0; }.cc-market-department-grid { grid-template-columns:repeat(2,1fr); }.cc-market-department-grid .cc-market-tile { height:166px; }.cc-market-department-grid .cc-market-tile h3 { font-size:15px; }.cc-market-more { min-height:166px; }.cc-market-more strong { font-size:17px; }.cc-market-brand-grid { grid-template-columns:repeat(2,1fr); }.cc-market-brand { min-height:77px; }.cc-market-last h2 { font-size:33px; }.cc-market-last .cc-market__container { padding-block:66px; } }
.cc-market-product__copy>a{display:-webkit-box!important;line-clamp:2!important;max-height:2.64em!important;min-height:2.64em!important;overflow:hidden!important;text-overflow:ellipsis!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}

/* === FLAT MATCHED CSS V1.4.1 === */
/* Photography-led finishing layer for the Clearance Crate marketplace home. */
.cc-market-tile > div {
  background: #edf1f5;
}

/* On a phone the product shelf is a deliberate swipe row, not six squeezed
   desktop columns. A complete card stays readable, with the next deal visible
   as a cue that shoppers can keep swiping. */
@media (max-width: 700px) {
  body.home .cc-market-shelf .cc-market__container {
    min-width: 0;
  }

  body.home .cc-market-shelf .cc-market-products {
    display: grid;
    gap: 0;
    grid-auto-columns: minmax(245px, 78vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    margin-inline: -2px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 10px;
    scroll-padding-inline: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
		max-width: 100%;
		min-width: 0;
		width: 100%;
  }

  body.home .cc-market-shelf .cc-market-products::-webkit-scrollbar {
    display: none;
  }

  body.home .cc-market-shelf .cc-market-product {
    min-width: 0;
    scroll-snap-align: start;
  }

  body.home .cc-market-shelf .cc-market-product__image {
    aspect-ratio: 4 / 3;
    height: auto;
  }
}

.cc-market-tile > div:after {
  border: 0;
}

.cc-market-tile > div img {
  filter: saturate(.88) contrast(1.02);
  padding: 0;
}

/* Brand directory: every card is a mark/wordmark, never a product image. */
.cc-market-brands { background: #102b52; padding: 58px 0 62px; }
.cc-market-brands header { align-items: end; display: flex; justify-content: space-between; margin-bottom: 25px; }
.cc-market-brands header p { color: #ffca28; font-size: 10px; font-weight: 900; letter-spacing: .13em; margin: 0 0 10px; text-transform: uppercase; }
.cc-market-brands header h2 { color: #fff; font-size: clamp(30px, 3vw, 43px); letter-spacing: -.07em; line-height: .95; margin: 0; }
.cc-market-brands header > a { color: #fff !important; font-size: 12px; font-weight: 850; text-decoration: underline !important; text-underline-offset: 4px; }
.cc-market-brands header > a b { color: #ffca28; font-size: 18px; margin-left: 5px; }
.cc-market-brand-grid { display: grid; gap: 10px; grid-template-columns: repeat(auto-fill, minmax(158px, 1fr)); }
.cc-market-brand { background: #fff; border: 0; border-radius: 0; box-shadow: none; color: #102b52 !important; display: flex; flex-direction: column; justify-content: space-between; min-height: 142px; padding: 16px; transition: background .18s ease, transform .18s ease; }
.cc-market-brand__logo { display: block; flex: 1; height: 66px; min-height: 66px; overflow: hidden; position: relative; width: 100%; }
.cc-market-brand__logo img { display: block; height: 52px; left: 50%; max-height: 56px; max-width: 148px; object-fit: contain; position: absolute; top: 50%; transform: translate(-50%, -50%); transform-origin: center center; width: auto; }
.cc-market-brand__logo > strong { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: nowrap; }
.cc-market-brand__logo strong { color: #102b52; font-size: 30px; font-weight: 900; letter-spacing: -.07em; line-height: 1; text-align: center; }
.cc-market-brand--apple .cc-market-brand__logo img { height: 52px; max-width: 70px; transform: translate(-50%, -50%) scale(.90); }
.cc-market-brand--beats .cc-market-brand__logo img { height: 52px; max-width: 72px; transform: translate(-50%, -50%) scale(.88); }
.cc-market-brand--bose .cc-market-brand__logo img { height: auto; max-width: 132px; transform: translate(-50%, -50%) scale(1.92); width: 132px; }
.cc-market-brand--lg .cc-market-brand__logo img { height: 38px; max-width: 108px; transform: translate(-50%, -50%) scale(1.82); width: 108px; }
.cc-market-brand--samsung .cc-market-brand__logo img { height: auto; max-width: 132px; transform: translate(-50%, -50%) scale(1.72); width: 132px; }
.cc-market-brand--sansui .cc-market-brand__logo img { height: auto; max-width: 122px; transform: translate(-50%, -50%) scale(1.92); width: 122px; }
.cc-market-brand__copy { align-items: end; border-top: 1px solid #e7ecf1; display: grid; gap: 0 7px; grid-template-columns: 1fr auto; padding-top: 10px; }
.cc-market-brand__copy strong { color: #102b52; font-size: 11px; grid-column: 1; line-height: 1; margin-bottom: 8px; }
.cc-market-brand__copy em { color: #66768b; font-size: 8px; font-style: normal; font-weight: 800; grid-column: 1; letter-spacing: .02em; }
.cc-market-brand__copy b { color: #bc8500; font-size: 15px; grid-column: 2; grid-row: 1 / span 2; }
.cc-market-brand:hover { background: #ffca28; transform: translateY(-3px); }
.cc-market-brand:hover .cc-market-brand__copy { border-top-color: rgba(16,43,82,.18); }

/* Standalone clearance showcase: a feature story and a compact department board. */
.cc-market-mosaic {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(560px, 1.08fr) minmax(500px, .92fr);
  grid-template-rows: minmax(510px, 1fr);
}

.cc-market-clearance {
  background-color: #102b52;
  background-image: linear-gradient(90deg, #0b274d 0%, #10325c 43%, rgba(16, 43, 82, .42) 62%, rgba(16, 43, 82, 0) 78%), var(--cc-market-hero-image);
  background-position: center, right 16px center;
  background-repeat: no-repeat;
  background-size: cover, 63% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 510px;
  padding: 48px;
}

.cc-market-clearance:after { border-color: rgba(255, 255, 255, .22); }
.cc-market-clearance > div { max-width: 54%; }
.cc-market-clearance > div strong { color: #d8e3f2; display: block; font-size: 13px; font-weight: 650; line-height: 1.45; margin-top: 17px; max-width: 210px; }
.cc-market-clearance > div span { background: #ffca28; color: #102b52; margin-top: 25px; padding: 12px 15px; }
.cc-market-clearance small { bottom: 27px; color: #dbe7f7; right: 31px; }

.cc-market-quick-panel {
  background: #fff;
  border: 1px solid #dce3eb;
  display: flex;
  flex-direction: column;
  min-height: 510px;
  padding: 20px;
}

.cc-market-quick-panel > header { align-items: flex-end; border-bottom: 1px solid #e5eaf0; display: flex; justify-content: space-between; margin-bottom: 14px; padding-bottom: 15px; }
.cc-market-quick-panel > header p { color: #b88200; font-size: 9px; font-weight: 900; letter-spacing: .13em; margin: 0 0 7px; text-transform: uppercase; }
.cc-market-quick-panel > header h2 { color: #102b52; font-size: clamp(23px, 2vw, 30px); letter-spacing: -.055em; line-height: 1; margin: 0; }
.cc-market-quick-panel > header > span { color: #607188; font-size: 10px; font-weight: 800; }
.cc-market-featured-grid { display: grid; flex: 1; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }

.cc-market-featured-tile { background: #f2f5f8; border: 1px solid #e0e6ed; color: #102b52 !important; min-height: 0; overflow: hidden; position: relative; }
.cc-market-featured-tile__media { display: block; inset: 0; position: absolute; }
.cc-market-featured-tile__media::after { background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.87) 42%, rgba(255,255,255,.04) 75%); content: ""; inset: 0; position: absolute; }
.cc-market-featured-tile__media img { display: block; height: 100%; object-fit: cover; object-position: right center; width: 100%; }
.cc-market-featured-tile__copy { display: flex; flex-direction: column; height: 100%; justify-content: center; max-width: 65%; padding: 17px; position: relative; z-index: 1; }
.cc-market-featured-tile__copy small { color: #b88200; font-size: 8px; font-weight: 900; letter-spacing: .11em; margin-bottom: 8px; text-transform: uppercase; }
.cc-market-featured-tile__copy strong { color: #102b52; font-size: clamp(17px, 1.55vw, 23px); letter-spacing: -.055em; line-height: .98; }
.cc-market-featured-tile__copy em { background: #102b52; color: #fff; font-size: 9px; font-style: normal; font-weight: 850; margin-top: 15px; padding: 8px 9px; width: fit-content; }
.cc-market-featured-tile__copy em b { color: #ffca28; font-size: 13px; margin-left: 5px; }
.cc-market-featured-tile:hover .cc-market-featured-tile__copy em { background: #1b579d; }

/* Product shelves: one deliberate row, with the full product visible in every image frame. */
.cc-market-shelf .cc-market-products { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.cc-market-shelf .cc-market-product__image { align-items: center; aspect-ratio: 4 / 3; background: #fff; height: auto; overflow: visible; }
.cc-market-shelf .cc-market-product__image img { height: 100% !important; max-height: 100%; max-width: 100%; object-fit: contain !important; object-position: center; padding: 12px; width: 100% !important; }
.cc-market-shelf--today .cc-market-product:nth-child(n + 7) { display: none; }

/* Department studio: four coherent home-goods posters and one clear destination. */
.cc-market-departments { background: #eef2f6; padding: 48px 0 52px; }
.cc-market-departments header { align-items: end; display: flex; justify-content: space-between; margin-bottom: 20px; }
.cc-market-departments header p { color: #b88200; font-size: 10px; font-weight: 900; letter-spacing: .13em; margin: 0 0 10px; text-transform: uppercase; }
.cc-market-departments header h2 { color: #102b52; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.065em; line-height: .95; margin: 0; }
.cc-market-department-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(205px, 1.06fr); }
.cc-market-department-grid .cc-market-tile { background: #dfe6ed; border: 0; box-shadow: 0 9px 20px rgba(25, 48, 77, .08); display: block; height: 218px; overflow: hidden; padding: 0; position: relative; }
.cc-market-department-grid .cc-market-tile > div { background: #dfe6ed; bottom: 0; display: block; left: 0; margin: 0; position: absolute; right: 0; top: 0; width: 100%; }
.cc-market-department-grid .cc-market-tile > div::after { background: linear-gradient(90deg, rgba(10, 38, 74, .91) 0%, rgba(10, 38, 74, .71) 38%, rgba(10, 38, 74, .04) 74%); border: 0; content: ""; inset: 0; position: absolute; z-index: 1; }
.cc-market-department-grid .cc-market-tile > div img { display: block; filter: saturate(.88) contrast(1.02); height: 100%; object-fit: cover; object-position: right center; padding: 0; width: 100%; }
.cc-market-department-grid .cc-market-tile h3 { color: #fff; font-size: clamp(18px, 1.45vw, 24px); left: 18px; letter-spacing: -.055em; line-height: .98; margin: 0; max-width: 59%; position: absolute; top: 18px; z-index: 2; }
.cc-market-department-grid .cc-market-tile > span { background: #ffca28; bottom: 17px; color: #102b52; font-size: 10px; font-weight: 900; left: 18px; padding: 8px 9px; position: absolute; z-index: 2; }
.cc-market-department-grid .cc-market-tile > span b { color: #102b52; font-size: 14px; margin-left: 5px; }
.cc-market-department-grid .cc-market-more { background: #102b52; box-shadow: 0 9px 20px rgba(25, 48, 77, .10); min-height: 218px; padding: 20px; }
.cc-market-department-grid .cc-market-more span { color: #ffca28; }
.cc-market-department-grid .cc-market-more strong { font-size: clamp(22px, 1.75vw, 30px); max-width: 180px; }

@media (max-width: 700px) {
  .cc-market-mosaic {
    /* Reset the original two-column mobile mosaic before stacking it. */
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }

  /* The original hero spans two columns.  Keep both blocks in the one
     explicit mobile column so CSS Grid cannot create a blank extra track. */
  .cc-market-clearance,
  .cc-market-quick-panel {
    grid-column: 1 / -1;
    min-width: 0;
    width: 100%;
  }

  .cc-market-clearance {
    background-size: cover, 72% auto;
    min-height: 330px;
    padding: 24px;
  }

  .cc-market-clearance > div { max-width: 62%; }
  .cc-market-clearance > div strong { font-size: 11px; margin-top: 11px; }
  .cc-market-clearance small { bottom: 17px; font-size: 8px; right: 18px; }
  .cc-market-quick-panel { min-height: 440px; padding: 15px; }
  .cc-market-quick-panel > header { margin-bottom: 11px; padding-bottom: 11px; }
  .cc-market-quick-panel > header h2 { font-size: 22px; }
  .cc-market-quick-panel > header > span { display: none; }
  .cc-market-featured-grid { gap: 8px; }
  .cc-market-featured-tile__copy { max-width: 72%; padding: 12px; }
  .cc-market-featured-tile__copy small {
    font-size: 7px;
    margin-bottom: 6px;
  }
  .cc-market-featured-tile__copy strong { font-size: 15px; }
  .cc-market-featured-tile__copy em {
    font-size: 8px;
    margin-top: 10px;
    padding: 7px 8px;
  }

  .cc-market-departments { padding: 32px 0; }
  .cc-market-departments header { margin-bottom: 15px; }
  .cc-market-departments header h2 { font-size: 29px; }
  .cc-market-department-grid { gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cc-market-department-grid .cc-market-tile { height: 174px; }
  .cc-market-department-grid .cc-market-tile h3 { font-size: 17px; left: 13px; top: 13px; }
  .cc-market-department-grid .cc-market-tile > span { bottom: 12px; font-size: 8px; left: 13px; padding: 7px 8px; }
  .cc-market-department-grid .cc-market-more { grid-column: span 2; min-height: 145px; }

  .cc-market-brand {
    grid-template-columns: 64px minmax(0, 1fr);
    min-height: 100px;
    padding: 8px;
  }

  .cc-market-brand > .cc-market-brand__copy strong {
    font-size: 14px;
  }

  .cc-market-brands { padding: 34px 0; }
  .cc-market-brands header { margin-bottom: 16px; }
  .cc-market-brands header h2 { font-size: 30px; }
  .cc-market-brand-grid { gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cc-market-brand { min-height: 130px; padding: 13px; }
  .cc-market-brand__logo { min-height: 58px; }
  .cc-market-brand__logo img { height: 42px; max-width: 115px; }
}

/* Phones need a readable department story, not compressed two-column cards. */
@media (max-width: 520px) {
  /* Keep every home section on one exact mobile alignment grid. */
  body.home .cc-market__container {
    max-width: none;
    padding-inline: 16px;
    width: 100%;
  }

  body.home .cc-market-mosaic,
  body.home .cc-market-quick-panel {
    box-sizing: border-box;
    inline-size: 100%;
    margin-inline: 0;
    max-inline-size: 100%;
    min-inline-size: 0;
  }

  .cc-market-quick-panel {
    min-height: 0;
    padding: 16px;
  }

  .cc-market-quick-panel > header {
    margin-bottom: 14px;
    padding-bottom: 13px;
  }

  .cc-market-quick-panel > header h2 {
    font-size: 25px;
    line-height: 1.03;
  }

  .cc-market-featured-grid {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .cc-market-featured-tile {
    min-height: 166px;
  }

  .cc-market-featured-tile__media::after {
    background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 52%, rgba(255,255,255,.18) 78%);
  }

  .cc-market-featured-tile__copy {
    max-width: 76%;
    padding: 16px;
  }

  .cc-market-featured-tile__copy small {
    font-size: 8px;
    margin-bottom: 7px;
  }

  .cc-market-featured-tile__copy strong {
    font-size: 22px;
    line-height: .98;
    overflow-wrap: normal;
    word-break: normal;
  }

  .cc-market-featured-tile__copy em {
    font-size: 10px;
    margin-top: 13px;
    padding: 9px 11px;
  }
}

/* Phone shelves use a real two-column product grid instead of a swipe rail. */
@media (max-width: 700px) {
  body.home .cc-market-shelf .cc-market-products {
    display: grid;
    gap: 0;
    grid-auto-columns: unset;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: 0;
    overflow: visible;
    padding: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: none;
  }

  body.home .cc-market-shelf .cc-market-product {
    min-width: 0;
    scroll-snap-align: none;
  }
}

/* === FLAT MATCHED CSS V1.4.1 === */
/* Product-card offer refresh timer. */
.cc-card-countdown {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	box-sizing: border-box;
	width: 100%;
	margin-top: 12px;
	padding: 9px 14px 9px 10px;
	border: 1px solid #1c416f;
	border-left: 4px solid #ffc72c;
	border-radius: 3px;
	background: #102b52;
	color: #fff;
	line-height: 1.1;
	white-space: nowrap;
}

.cc-card-countdown em {
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .065em;
	text-transform: uppercase;
}

.cc-card-countdown span {
	flex: 0 0 auto;
	padding: 2px 3px 2px 8px;
	border-left: 1px solid rgba(255, 255, 255, .26);
	color: #ffc72c;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .07em;
}

.cc-card-stock {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 8px 12px;
	box-sizing: border-box;
	width: 100%;
	margin-top: 8px;
	padding: 9px 10px 10px;
	border: 1px solid #e3e9f0;
	border-left: 3px solid #f5aa12;
	border-radius: 3px;
	background: #f7f9fc;
	color: #536983;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1;
	text-transform: uppercase;
}

.cc-card-stock em {
	font-style: normal;
}

.cc-card-stock strong {
	color: #b76500;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: none;
}

.cc-card-stock strong b {
	font-size: 16px;
	line-height: .8;
}

.cc-card-stock__meter {
	grid-column: 1 / -1;
	height: 4px;
	overflow: hidden;
	border-radius: 999px;
	background: #dce4ee;
}

.cc-card-stock__meter i {
	display: block;
	width: calc(var(--cc-stock-level) * 10%);
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #ffcb2f, #e87e11);
}

/* Today's Clearance already receives the shared stock meter above. */
.cc-today-product__copy > .cc-today-product__stock {
	display: none !important;
}

.cc-market-product .cc-card-countdown,
.cc-today-product .cc-card-countdown {
	margin-top: 9px;
}

/* Let a shelf keep its visual rhythm at every desktop/tablet width. */
.cc-market-product,
.cc-today-product {
	container-type: inline-size;
}

.cc-card-countdown {
	min-width: 0;
}

.cc-card-countdown em {
	min-width: 0;
}

@container (max-width: 300px) {
	.cc-card-countdown {
		gap: 6px;
		padding-right: 7px;
	}

	.cc-card-countdown em {
		flex: 1 1 auto;
		font-size: 0;
		overflow: hidden;
	}

	.cc-card-countdown em::after {
		content: 'Refresh';
		font-size: 10px;
	}

	.cc-card-countdown span {
		font-size: 11px;
		letter-spacing: .045em;
		padding-left: 6px;
	}
}

/* === WooCommerce storefront templates V1.5.0 === */
.ccth-shop-results ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.ccth-shop-results ul.products::before,
.ccth-shop-results ul.products::after {
	display: none !important;
	content: none !important;
}

.ccth-shop-results .woocommerce-info {
	padding: 24px;
	border: 1px solid var(--cc-line);
	background: #f7f9fb;
	color: var(--cc-muted);
}

.cc-product-detail {
	color: var(--cc-navy);
}

.cc-product-detail *,
.cc-product-detail *::before,
.cc-product-detail *::after {
	box-sizing: border-box;
}

.cc-product-detail__crumbs {
	margin-bottom: 34px;
	color: #5e6c81;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.cc-product-detail__crumbs a {
	color: #1855be;
	text-decoration: none;
}

.cc-product-detail__crumbs .woocommerce-breadcrumb {
	margin: 0;
}

.cc-product-detail__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, .96fr) minmax(330px, .72fr);
	align-items: start;
	gap: clamp(24px, 3vw, 46px);
}

.cc-product-gallery {
	position: sticky;
	top: 130px;
	min-width: 0;
}

.cc-product-gallery__sale {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	padding: 7px 13px;
	border-radius: 999px;
	background: #f05a18;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.cc-product-gallery__stage {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #fff;
}

.cc-product-gallery__stage img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 14px;
	object-fit: contain;
	object-position: center;
}

.cc-product-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.cc-product-gallery__thumbs button {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	min-width: 0;
	padding: 3px;
	overflow: hidden;
	border: 1px solid #d7dee8;
	border-radius: 0;
	background: #fff;
	cursor: pointer;
}

.cc-product-gallery__thumbs button.is-active {
	border-color: #173b6c;
	box-shadow: inset 0 0 0 1px #173b6c;
}

.cc-product-gallery__thumbs img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cc-product-info {
	min-width: 0;
	padding-top: 6px;
}

.cc-product-info__labels {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 17px;
}

.cc-product-info__labels > span {
	padding: 7px 13px;
	border-radius: 999px;
	background: #fff1e9;
	color: #b94612;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.cc-product-info__labels small,
.cc-product-info__labels small a {
	color: #607089;
	font-size: 12px;
	font-weight: 750;
	text-decoration: none;
}

.cc-product-info .product_title {
	margin: 0 0 18px;
	color: #0b213e;
	font-size: clamp(25px, 2.1vw, 36px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
}

.cc-product-info__brand {
	margin: 0 0 17px;
	color: #65748a;
	font-size: 12px;
}

.cc-product-info__brand strong {
	color: #173b6c;
}

.cc-product-info .woocommerce-product-details__short-description,
.cc-product-info__description {
	color: #5a687d;
	font-size: 14px;
	line-height: 1.65;
}

.cc-product-info .woocommerce-product-details__short-description {
	padding-bottom: 18px;
	border-bottom: 1px solid #e1e6ed;
}

.cc-product-info__attributes {
	display: grid;
	gap: 11px;
	margin: 20px 0;
}

.cc-product-info__attributes > div {
	display: grid;
	grid-template-columns: minmax(90px, .35fr) 1fr;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #e6eaf0;
	font-size: 12px;
}

.cc-product-info__attributes strong {
	color: #173b6c;
}

.cc-product-info__attributes span {
	color: #58677c;
}

.cc-product-info__description {
	position: relative;
	max-height: 330px;
	overflow: auto;
	padding: 0 12px 0 20px;
	border-left: 3px solid #ffca28;
}

.cc-product-info__description ul {
	padding-left: 20px;
}

.cc-purchase-panel {
	position: sticky;
	top: 130px;
	padding: 24px;
	border: 1px solid #cdd7e3;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 42, 77, .08);
}

.cc-purchase-panel__eyebrow {
	display: block;
	margin-bottom: 6px;
	color: #68768b;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.cc-purchase-panel__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0 0 10px;
	color: #bd480c;
	font-size: clamp(31px, 2.7vw, 44px);
	font-weight: 900;
	line-height: 1;
}

.cc-purchase-panel__price del {
	color: #919caf;
	font-size: 17px;
	font-weight: 650;
}

.cc-purchase-panel__price ins {
	color: inherit;
	text-decoration: none;
}

.cc-purchase-panel__saving {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 17px;
	color: #66758a;
	font-size: 11px;
}

.cc-purchase-panel__saving strong {
	padding: 6px 9px;
	border-radius: 4px;
	background: #ffca28;
	color: #0b213e;
	font-weight: 900;
}

.cc-purchase-panel__stock {
	padding: 14px 0 18px;
	border-bottom: 1px solid #dfe5ec;
	color: #b13a23;
	font-size: 12px;
	font-weight: 750;
}

.cc-purchase-panel__stock.is-available {
	color: #008b56;
}

.cc-purchase-panel__stock .stock {
	margin: 0;
}

.cc-purchase-panel__cart form.cart {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 10px;
	margin: 18px 0 0;
}

.cc-purchase-panel__cart form.cart .quantity {
	min-width: 0;
}

.cc-purchase-panel__cart form.cart .quantity input {
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 0 8px;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	background: #fff;
	color: #173b6c;
	font-weight: 800;
	text-align: center;
}

.cc-purchase-panel__cart .single_add_to_cart_button {
	width: 100%;
	min-height: 56px;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: #173b6c !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	cursor: pointer;
}

.cc-purchase-panel__cart .ccth-buy-now {
	grid-column: 1 / -1;
	width: 100%;
	min-height: 56px;
	margin: 0;
	border: 0;
	border-radius: 8px;
	background: #ffca28;
	color: #0b213e;
	font-size: 15px;
	font-weight: 900;
	cursor: pointer;
}

.ccth-shop-sidebar .widget_recent_entries,
.ccth-shop-sidebar .widget_recent_comments {
	display: none;
}

.cc-purchase-panel__cart .variations {
	grid-column: 1 / -1;
	width: 100%;
	margin: 0 0 8px;
	border: 0;
}

.cc-purchase-panel__cart .variations tr,
.cc-purchase-panel__cart .variations th,
.cc-purchase-panel__cart .variations td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
}

.cc-purchase-panel__cart .variations th {
	margin: 12px 0 6px;
	color: #173b6c;
	font-size: 12px;
	text-align: left;
}

.cc-purchase-panel__cart .variations select {
	width: 100%;
	height: 44px;
	padding: 0 12px;
	border: 1px solid #cbd5e1;
	background: #fff;
}

.cc-purchase-panel__cart .single_variation_wrap,
.cc-purchase-panel__cart .woocommerce-variation-add-to-cart {
	display: contents;
}

.cc-purchase-panel__cart .woocommerce-variation {
	grid-column: 1 / -1;
}

.cc-purchase-panel__assurances {
	margin-top: 20px;
	border-top: 1px solid #dce4ee;
}

.cc-purchase-panel__assurance {
	padding: 16px 0;
	border-bottom: 1px solid #e3e8ef;
}

.cc-purchase-panel__assurance:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.cc-purchase-panel__assurance h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 7px;
	color: #188a67;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}

.cc-purchase-panel__assurance h2::before {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	background: currentColor;
	content: "";
	-webkit-mask: center / contain no-repeat;
	mask: center / contain no-repeat;
}

.cc-purchase-panel__assurance--payment h2::before {
	-webkit-mask-image: url("icon-shield-check-v159.svg");
	mask-image: url("icon-shield-check-v159.svg");
}

.cc-purchase-panel__assurance--privacy h2::before {
	-webkit-mask-image: url("icon-lock-keyhole-v159.svg");
	mask-image: url("icon-lock-keyhole-v159.svg");
}

.cc-purchase-panel__assurance--shipping h2::before {
	-webkit-mask-image: url("icon-truck-v159.svg");
	mask-image: url("icon-truck-v159.svg");
}

.cc-purchase-panel__assurance p {
	margin: 0;
	color: #5f6875;
	font-size: 12px;
	line-height: 1.55;
}

.cc-purchase-panel__payment-logos {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 12px;
	object-fit: contain;
	object-position: left center;
}

.cc-product-detail__below {
	margin-top: 58px;
}

.cc-product-detail__below .woocommerce-tabs {
	padding: 30px;
	border: 1px solid #dce3eb;
	background: #fff;
}

.cc-product-detail__below .woocommerce-tabs .tabs {
	display: flex;
	gap: 24px;
	margin: 0 0 24px;
	padding: 0 0 14px;
	border-bottom: 1px solid #dce3eb;
	list-style: none;
}

.cc-product-detail__below .woocommerce-tabs .tabs a {
	color: #173b6c;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.cc-product-detail__below .woocommerce-Tabs-panel {
	color: #55647a;
	font-size: 14px;
	line-height: 1.7;
}

.cc-product-detail__below .related {
	margin-top: 44px;
}

.cc-product-detail__below .related > h2 {
	margin: 0 0 20px;
	color: #0b213e;
	font-size: 28px;
}

.cc-product-detail__below .related ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 14px;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 1180px) {
	.ccth-shop-results ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.cc-product-detail__grid {
		grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr);
	}

	.cc-purchase-panel {
		position: static;
		grid-column: 2;
	}

	.cc-product-info {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.cc-product-gallery {
		position: static;
	}
}

@media (max-width: 900px) {
	.ccth-shop-results ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.cc-product-detail__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.cc-product-gallery,
	.cc-product-info,
	.cc-purchase-panel {
		grid-column: 1;
		grid-row: auto;
	}

	.cc-product-gallery__stage {
		aspect-ratio: 4 / 3;
	}

	.cc-purchase-panel {
		position: static;
	}

	.cc-product-detail__below .related ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 700px) {
	.ccth-single {
		padding-top: 22px;
		padding-bottom: 54px;
	}

	.cc-product-detail__crumbs {
		margin-bottom: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.cc-product-detail__grid {
		gap: 22px;
	}

	.cc-product-gallery__stage {
		aspect-ratio: 1 / 1;
	}

	.cc-product-gallery__stage img {
		padding: 4px;
	}

	.cc-product-gallery__thumbs {
		gap: 6px;
		overflow-x: auto;
	}

	.cc-product-info .product_title {
		font-size: 25px;
	}

	.cc-product-info__description {
		max-height: none;
		overflow: visible;
	}

	.cc-purchase-panel {
		padding: 18px;
		border-radius: 10px;
	}

	.cc-purchase-panel__cart form.cart {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.cc-product-detail__below {
		margin-top: 36px;
	}

	.cc-product-detail__below .woocommerce-tabs {
		padding: 18px;
	}

	.cc-product-detail__below .woocommerce-tabs .tabs {
		gap: 14px;
		overflow-x: auto;
	}
}

@container (max-width: 225px) {
	.cc-card-countdown {
		gap: 4px;
		padding-right: 5px;
	}

	.cc-card-countdown em::after {
		font-size: 9px;
	}

	.cc-card-countdown span {
		font-size: 10px;
		letter-spacing: .025em;
		padding-left: 5px;
	}
}

@media (max-width: 689px) {
	.cc-card-countdown {
		margin-top: 8px;
		gap: 8px;
		padding: 8px 7px 8px 9px;
	}

	.cc-card-countdown em {
		font-size: 9px;
	}

	.cc-card-countdown span {
		padding-left: 7px;
		font-size: 11px;
	}

	.cc-card-stock {
		margin-top: 7px;
		padding: 8px 8px 9px;
		font-size: 10px;
	}
}

/* Two-column phone cards need a compact, non-overflowing timer treatment. */
@media (max-width: 689px) {
	.cc-card-countdown {
		gap: 5px;
		overflow: hidden;
		padding-right: 6px;
	}

	.cc-card-countdown em {
		font-size: 0;
		min-width: 0;
	}

	.cc-card-countdown em::after {
		content: 'Refresh';
		font-size: 9px;
	}

	.cc-card-countdown span {
		font-size: 10px;
		letter-spacing: .035em;
		padding-left: 6px;
	}
}

/* Archive and related-product loops intentionally use the same card anatomy as
 * the homepage shelves. Keeping this here makes the visual language survive
 * theme loop variations while the shared countdown script supplies the live
 * offer and inventory elements. */
.woocommerce ul.products li.product.cc-market-product {
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column;
	gap: 0;
	min-width: 0;
	margin: 0 !important;
	padding: 11px !important;
	border: 1px solid #edf0f3 !important;
	border-radius: 0 !important;
	background: #fff;
	box-shadow: none !important;
	container-type: inline-size;
}

.woocommerce ul.products li.product.cc-market-product .cc-market-product__image {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto !important;
	min-height: 0;
	margin: 0 !important;
	overflow: visible;
	background: #fff;
}

.woocommerce ul.products li.product.cc-market-product .cc-market-product__image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	max-height: 100%;
	padding: 12px;
	box-sizing: border-box;
	object-fit: contain !important;
	object-position: center;
	transform: none !important;
}

.woocommerce ul.products li.product.cc-market-product .cc-market-product__image > span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 4px 6px;
	background: #173b6c;
	color: #fff;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.woocommerce ul.products li.product.cc-market-product .cc-market-product__copy {
	padding: 9px 2px 1px;
}

.woocommerce ul.products li.product.cc-market-product .cc-market-product__copy small {
	display: block;
	margin-bottom: 5px;
	color: #6e7b8d;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
}

.woocommerce ul.products li.product.cc-market-product .cc-market-product__copy > a {
	display: -webkit-box;
	overflow: hidden;
	min-height: 2.64em;
	color: #24334a !important;
	font-size: 12px;
	font-weight: 720;
	line-height: 1.32;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.woocommerce ul.products li.product.cc-market-product .cc-market-product__copy > strong {
	display: block;
	margin: 8px 0 4px;
	color: #be8500;
	font-size: 16px;
	line-height: 1.15;
}

.woocommerce ul.products li.product.cc-market-product .cc-market-product__copy > strong del {
	margin-right: 4px;
	color: #8490a0;
	font-size: 10px;
	font-weight: 500;
}

.woocommerce ul.products li.product.cc-market-product .cc-market-product__copy > strong ins {
	color: inherit;
	text-decoration: none;
}

.woocommerce ul.products li.product.cc-market-product .cc-card-countdown,
.woocommerce ul.products li.product.cc-market-product .cc-card-stock {
	flex: 0 0 auto;
}

/* All storefront card titles use the agreed two-line rhythm. */
body.home .cc-market-product__copy > a {
	min-height: 2.64em;
	-webkit-line-clamp: 2;
}

@media (max-width: 700px) {
	.woocommerce ul.products li.product.cc-market-product {
		padding: 8px !important;
	}

	.woocommerce ul.products li.product.cc-market-product .cc-market-product__image {
		aspect-ratio: 1 / 1;
	}

	.woocommerce ul.products li.product.cc-market-product .cc-market-product__image img {
		padding: 8px;
	}

	.woocommerce ul.products li.product.cc-market-product .cc-market-product__copy > a {
		font-size: 10px;
	}

	.woocommerce ul.products li.product.cc-market-product .cc-market-product__copy > strong {
		font-size: 14px;
	}
}
