/*
Theme Name: Centrolift
Theme URI: https://centrolift.com.br
Description: Centrolift — Industrial lifting equipment marketplace. Redesigned with modern WooCommerce marketplace aesthetics.
Author: Centrolift
Author URI: https://centrolift.com.br
Version: 1.0.0
License: Proprietary
Text Domain: centrolift
Domain Path: /languages
*/

/* ============================================================
   Centrolift CSS Custom Properties (Variables)
   ============================================================ */

:root {
  --cl-orange: #F28524;
  --cl-orange-hover: #F5A623;
  --cl-orange-light: #FFF3E6;
  --cl-orange-dark: #D97016;
  --cl-green: #14B869;
  --cl-green-hover: #10A55A;
  --cl-green-light: #E8F8F0;
  --cl-anthracite: #232323;
  --cl-mech-grey: #707070;
  --cl-white: #FFFFFF;
  --cl-studio: #F0F2F5;
  --cl-studio-dark: #E2E5EB;
  --cl-gray-darker: #222222;
  --cl-gray-dark: #333333;
  --cl-gray: #666666;
  --cl-gray-light: #999999;
  --cl-gray-lighter: #E5E5E5;
  --cl-success: #14B869;
  --cl-warning: #F5A623;
  --cl-danger: #E74C3C;
  --cl-info: #3498DB;
  --cl-font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --cl-font-size: 16px;
  --cl-font-size-sm: 14px;
  --cl-font-size-xs: 12px;
  --cl-font-size-lg: 18px;
  --cl-font-size-h1: 36px;
  --cl-font-size-h2: 28px;
  --cl-font-size-h3: 22px;
  --cl-font-size-h4: 18px;
  --cl-radius-sm: 8px;
  --cl-radius: 12px;
  --cl-radius-lg: 20px;
  --cl-radius-xl: 28px;
  --cl-radius-round: 50%;
  --cl-shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
  --cl-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.06);
  --cl-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  --cl-shadow-md: 0 6px 20px rgba(0, 0, 0, 0.10);
  --cl-shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.12);
  --cl-shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.15);
  --cl-shadow-orange: 0 4px 14px rgba(242, 133, 36, 0.3);
  --cl-transition-fast: 0.15s ease;
  --cl-transition-base: 0.25s ease;
  --cl-transition-slow: 0.4s ease;
  --cl-spacing-xs: 4px;
  --cl-spacing-sm: 8px;
  --cl-spacing: 16px;
  --cl-spacing-md: 24px;
  --cl-spacing-lg: 32px;
  --cl-spacing-xl: 48px;
  --cl-spacing-2xl: 64px;
  --cl-container-width: 1200px;
  --cl-container-padding: 15px;
}

/* ============================================================
   @font-face — Inter
   ============================================================ */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/inter-v13-latin-300.woff2') format('woff2'),
       url('../fonts/inter-v13-latin-300.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-v13-latin-regular.woff2') format('woff2'),
       url('../fonts/inter-v13-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-v13-latin-500.woff2') format('woff2'),
       url('../fonts/inter-v13-latin-500.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter-v13-latin-600.woff2') format('woff2'),
       url('../fonts/inter-v13-latin-600.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter-v13-latin-700.woff2') format('woff2'),
       url('../fonts/inter-v13-latin-700.woff') format('woff');
}

/* ============================================================
   @keyframes
   ============================================================ */

@keyframes cl-skeleton {
  0% { background-position: 100% 50%; }
  100% { background-position: 0 50%; }
}

@keyframes cl-spin {
  to { transform: rotate(360deg); }
}

/* ============================================================
   Normalize / Reset
   ============================================================ */

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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

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

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid var(--cl-studio-dark);
}

pre {
  overflow: auto;
  font-family: monospace, monospace;
  font-size: 1em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid var(--cl-studio-dark);
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border-radius: var(--cl-radius-sm);
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

::selection {
  background-color: var(--cl-orange);
  color: var(--cl-white);
}

:focus-visible {
  outline: 2px solid var(--cl-orange);
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
}

button::-moz-focus-inner {
  border: 0;
}

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

/* ============================================================
   Layout — Grid System + Page Structure
   ============================================================ */

.cl-container {
  max-width: var(--cl-container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--cl-container-padding);
  padding-right: var(--cl-container-padding);
}

.cl-container-fluid {
  width: 100%;
  padding-left: var(--cl-container-padding);
  padding-right: var(--cl-container-padding);
}

.cl-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

[class*="cl-col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cl-row--flush {
  margin-left: 0;
  margin-right: 0;
}
.cl-row--flush>[class*="cl-col-"] {
  padding-left: 0;
  padding-right: 0;
}

.cl-row--tight {
  margin-left: -8px;
  margin-right: -8px;
}
.cl-row--tight>[class*="cl-col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.cl-col-xs-1  { flex: 0 0 auto; width: 8.33333333%; }
.cl-col-xs-2  { flex: 0 0 auto; width: 16.66666667%; }
.cl-col-xs-3  { flex: 0 0 auto; width: 25%; }
.cl-col-xs-4  { flex: 0 0 auto; width: 33.33333333%; }
.cl-col-xs-5  { flex: 0 0 auto; width: 41.66666667%; }
.cl-col-xs-6  { flex: 0 0 auto; width: 50%; }
.cl-col-xs-7  { flex: 0 0 auto; width: 58.33333333%; }
.cl-col-xs-8  { flex: 0 0 auto; width: 66.66666667%; }
.cl-col-xs-9  { flex: 0 0 auto; width: 75%; }
.cl-col-xs-10 { flex: 0 0 auto; width: 83.33333333%; }
.cl-col-xs-11 { flex: 0 0 auto; width: 91.66666667%; }
.cl-col-xs-12 { flex: 0 0 auto; width: 100%; }

@media (min-width: 768px) {
  .cl-col-sm-1  { flex: 0 0 auto; width: 8.33333333%; }
  .cl-col-sm-2  { flex: 0 0 auto; width: 16.66666667%; }
  .cl-col-sm-3  { flex: 0 0 auto; width: 25%; }
  .cl-col-sm-4  { flex: 0 0 auto; width: 33.33333333%; }
  .cl-col-sm-5  { flex: 0 0 auto; width: 41.66666667%; }
  .cl-col-sm-6  { flex: 0 0 auto; width: 50%; }
  .cl-col-sm-7  { flex: 0 0 auto; width: 58.33333333%; }
  .cl-col-sm-8  { flex: 0 0 auto; width: 66.66666667%; }
  .cl-col-sm-9  { flex: 0 0 auto; width: 75%; }
  .cl-col-sm-10 { flex: 0 0 auto; width: 83.33333333%; }
  .cl-col-sm-11 { flex: 0 0 auto; width: 91.66666667%; }
  .cl-col-sm-12 { flex: 0 0 auto; width: 100%; }
}

@media (min-width: 992px) {
  .cl-col-md-1  { flex: 0 0 auto; width: 8.33333333%; }
  .cl-col-md-2  { flex: 0 0 auto; width: 16.66666667%; }
  .cl-col-md-3  { flex: 0 0 auto; width: 25%; }
  .cl-col-md-4  { flex: 0 0 auto; width: 33.33333333%; }
  .cl-col-md-5  { flex: 0 0 auto; width: 41.66666667%; }
  .cl-col-md-6  { flex: 0 0 auto; width: 50%; }
  .cl-col-md-7  { flex: 0 0 auto; width: 58.33333333%; }
  .cl-col-md-8  { flex: 0 0 auto; width: 66.66666667%; }
  .cl-col-md-9  { flex: 0 0 auto; width: 75%; }
  .cl-col-md-10 { flex: 0 0 auto; width: 83.33333333%; }
  .cl-col-md-11 { flex: 0 0 auto; width: 91.66666667%; }
  .cl-col-md-12 { flex: 0 0 auto; width: 100%; }
}

@media (min-width: 1200px) {
  .cl-col-lg-1  { flex: 0 0 auto; width: 8.33333333%; }
  .cl-col-lg-2  { flex: 0 0 auto; width: 16.66666667%; }
  .cl-col-lg-3  { flex: 0 0 auto; width: 25%; }
  .cl-col-lg-4  { flex: 0 0 auto; width: 33.33333333%; }
  .cl-col-lg-5  { flex: 0 0 auto; width: 41.66666667%; }
  .cl-col-lg-6  { flex: 0 0 auto; width: 50%; }
  .cl-col-lg-7  { flex: 0 0 auto; width: 58.33333333%; }
  .cl-col-lg-8  { flex: 0 0 auto; width: 66.66666667%; }
  .cl-col-lg-9  { flex: 0 0 auto; width: 75%; }
  .cl-col-lg-10 { flex: 0 0 auto; width: 83.33333333%; }
  .cl-col-lg-11 { flex: 0 0 auto; width: 91.66666667%; }
  .cl-col-lg-12 { flex: 0 0 auto; width: 100%; }
}

@media (min-width: 1400px) {
  .cl-col-xl-1  { flex: 0 0 auto; width: 8.33333333%; }
  .cl-col-xl-2  { flex: 0 0 auto; width: 16.66666667%; }
  .cl-col-xl-3  { flex: 0 0 auto; width: 25%; }
  .cl-col-xl-4  { flex: 0 0 auto; width: 33.33333333%; }
  .cl-col-xl-5  { flex: 0 0 auto; width: 41.66666667%; }
  .cl-col-xl-6  { flex: 0 0 auto; width: 50%; }
  .cl-col-xl-7  { flex: 0 0 auto; width: 58.33333333%; }
  .cl-col-xl-8  { flex: 0 0 auto; width: 66.66666667%; }
  .cl-col-xl-9  { flex: 0 0 auto; width: 75%; }
  .cl-col-xl-10 { flex: 0 0 auto; width: 83.33333333%; }
  .cl-col-xl-11 { flex: 0 0 auto; width: 91.66666667%; }
  .cl-col-xl-12 { flex: 0 0 auto; width: 100%; }
}

@media (max-width: 767px) {
  .cl-hidden-xs { display: none !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cl-hidden-sm { display: none !important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cl-hidden-md { display: none !important; }
}

@media (min-width: 1200px) {
  .cl-hidden-lg { display: none !important; }
}

.cl-visible-xs { display: none !important; }
@media (max-width: 767px) {
  .cl-visible-xs { display: block !important; }
}

.cl-visible-sm { display: none !important; }
@media (min-width: 768px) and (max-width: 991px) {
  .cl-visible-sm { display: block !important; }
}

.cl-visible-md { display: none !important; }
@media (min-width: 992px) and (max-width: 1199px) {
  .cl-visible-md { display: block !important; }
}

.cl-visible-lg { display: none !important; }
@media (min-width: 1200px) {
  .cl-visible-lg { display: block !important; }
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  background-color: var(--cl-white);
}

.site-content {
  flex: 1 0 auto;
  padding-top: 0;
  padding-bottom: 64px;
}

.cl-content-area {
  width: 100%;
}

@media (min-width: 992px) {
  .cl-has-sidebar .cl-content-area {
    width: 100%;
    padding-right: 48px;
  }
}

.sidebar-primary .cl-widget,
.sidebar-secondary .cl-widget {
  margin-bottom: 48px;
}

.cl-page-header {
  background-color: var(--cl-studio);
  padding: 24px 0;
  margin-bottom: 48px;
}

.cl-page-header.cl-page-header--has-bg {
  background-size: cover;
  background-position: center;
  position: relative;
}

.cl-page-header.cl-page-header--has-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(35, 35, 35, 0.5);
}

.cl-page-header.cl-page-header--has-bg .cl-container {
  position: relative;
  z-index: 1;
}

.cl-page-header__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--cl-anthracite);
  margin: 0 0 4px 0;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .cl-page-header__title {
    font-size: 28px;
  }
}

.cl-page-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .cl-page-header__inner .cl-page-header__title {
    font-size: 28px;
  }
}

.cl-breadcrumbs {
  font-size: 12px;
  color: var(--cl-gray-light);
  margin-bottom: 8px;
}

.cl-breadcrumbs a {
  color: var(--cl-gray-light);
  transition: color 0.15s ease;
}

.cl-breadcrumbs a:hover,
.cl-breadcrumbs a:focus {
  color: var(--cl-orange);
}

.cl-breadcrumbs .cl-breadcrumbs__sep {
  margin: 0 8px;
  color: var(--cl-gray-lighter);
}

.cl-breadcrumbs .cl-breadcrumbs__current {
  color: var(--cl-anthracite);
  font-weight: 500;
}

.cl-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 992px) {
  .cl-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.cl-section--studio {
  background-color: var(--cl-studio);
}

.cl-section--dark {
  background-color: var(--cl-anthracite);
  color: var(--cl-white);
}

.cl-section--sm {
  padding-top: 32px;
  padding-bottom: 32px;
}

.cl-section--flush {
  padding-top: 0;
  padding-bottom: 0;
}

.cl-clearfix::after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================================
   Typography — Headings, Text, Links, Lists
   ============================================================ */

html {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--cl-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--cl-mech-grey);
  background-color: var(--cl-white);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--cl-font-family);
  font-weight: 700;
  line-height: 1.3;
  color: var(--cl-anthracite);
  margin-top: 0;
  margin-bottom: 16px;
}

h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; margin-bottom: 8px; }
h6 { font-size: 14px; margin-bottom: 8px; }

@media (max-width: 767px) {
  h1 { font-size: 26px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }
  h4 { font-size: 16px; }
}

p {
  margin: 0 0 16px 0;
}

p:empty {
  display: none;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--cl-orange);
  text-decoration: none;
  transition: color 0.15s ease;
}

a:hover,
a:focus {
  color: var(--cl-orange-hover);
  text-decoration: underline;
}

a:active {
  color: #E67E22;
}

.cl-link--invert {
  color: var(--cl-white);
}

.cl-link--invert:hover,
.cl-link--invert:focus {
  color: var(--cl-orange);
}

.cl-link--plain {
  text-decoration: none !important;
}

.cl-link--plain:hover,
.cl-link--plain:focus {
  color: var(--cl-orange);
  text-decoration: none !important;
}

blockquote {
  margin: 32px 0;
  padding: 16px 16px 16px 24px;
  border-left: 4px solid var(--cl-orange);
  background-color: var(--cl-studio);
  border-radius: 0 8px 8px 0;
  font-size: 18px;
  font-style: italic;
  color: var(--cl-anthracite);
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote cite {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: var(--cl-gray-light);
}

blockquote cite::before {
  content: '\2014\00a0';
}

blockquote.cl-blockquote--primary {
  border-left-color: var(--cl-orange);
  background-color: var(--cl-orange-light);
}

ul, ol {
  padding-left: 24px;
  margin: 0 0 16px 0;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

ul li, ol li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.cl-list--unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cl-list--unstyled li {
  margin-bottom: 0;
}

.cl-list--inline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cl-list--inline li {
  margin-bottom: 0;
}

.cl-list--check {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cl-list--check li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.cl-list--check li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--cl-green);
  font-weight: 700;
}

hr {
  margin: 32px 0;
  border: 0;
  border-top: 1px solid var(--cl-studio-dark);
}

hr.cl-hr--sm {
  margin: 16px 0;
}

hr.cl-hr--lg {
  margin: 64px 0;
}

hr.cl-hr--primary {
  border-top-color: var(--cl-orange);
}

.text-primary { color: var(--cl-orange) !important; }
.text-secondary { color: var(--cl-green) !important; }
.text-success { color: #14B869 !important; }
.text-warning { color: #F5A623 !important; }
.text-danger { color: #E74C3C !important; }
.text-info { color: #3498DB !important; }
.text-white { color: var(--cl-white) !important; }
.text-anthracite { color: var(--cl-anthracite) !important; }
.text-mech-grey { color: var(--cl-mech-grey) !important; }

.text-light { font-weight: 300 !important; }
.text-regular { font-weight: 400 !important; }
.text-medium { font-weight: 500 !important; }
.text-semibold { font-weight: 600 !important; }
.text-bold { font-weight: 700 !important; }

.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-capitalize { text-transform: capitalize; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.text-xs { font-size: 12px; }
.text-sm { font-size: 14px; }
.text-base { font-size: 16px; }
.text-lg { font-size: 18px; }
.text-xl { font-size: 22px; }
.text-2xl { font-size: 26px; }
.text-3xl { font-size: 32px; }

.text-muted { color: var(--cl-gray-light); }
.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Duplicate .cl-page-header from typography.scss merged above in layout section */

/* ============================================================
   Elements — Buttons, Forms, Badges, Cards, Alerts, Pagination, Tooltip
   ============================================================ */

/* --- BUTTONS --- */

.cl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--cl-font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 10px 24px;
  transition: all 0.15s ease;
  user-select: none;
  outline: none;
  background-color: var(--cl-studio);
  color: var(--cl-anthracite);
  border-color: var(--cl-studio-dark);
}

.cl-btn:focus-visible {
  outline: 2px solid var(--cl-orange);
  outline-offset: 2px;
}

.cl-btn:disabled,
.cl-btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.cl-btn:hover,
.cl-btn:focus {
  background-color: var(--cl-studio-dark);
  border-color: var(--cl-studio-dark);
  color: var(--cl-anthracite);
}

.cl-btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--cl-font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 10px 24px;
  transition: all 0.15s ease;
  user-select: none;
  outline: none;
  background-color: var(--cl-orange);
  color: var(--cl-white);
  border-color: var(--cl-orange);
}

.cl-btn--primary:focus-visible {
  outline: 2px solid var(--cl-orange);
  outline-offset: 2px;
}

.cl-btn--primary:disabled,
.cl-btn--primary.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.cl-btn--primary:hover,
.cl-btn--primary:focus {
  background-color: var(--cl-orange-hover);
  border-color: var(--cl-orange-hover);
  color: var(--cl-white);
}

.cl-btn--primary:active {
  background-color: #E67E22;
  border-color: #E67E22;
}

.cl-btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--cl-font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 10px 24px;
  transition: all 0.15s ease;
  user-select: none;
  outline: none;
  background-color: var(--cl-green);
  color: var(--cl-white);
  border-color: var(--cl-green);
}

.cl-btn--secondary:focus-visible {
  outline: 2px solid var(--cl-orange);
  outline-offset: 2px;
}

.cl-btn--secondary:disabled,
.cl-btn--secondary.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.cl-btn--secondary:hover,
.cl-btn--secondary:focus {
  background-color: #13AF64;
  border-color: #13AF64;
  color: var(--cl-white);
}

.cl-btn--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--cl-font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 10px 24px;
  transition: all 0.15s ease;
  user-select: none;
  outline: none;
  background-color: transparent;
  color: var(--cl-orange);
  border-color: var(--cl-orange);
}

.cl-btn--outline:focus-visible {
  outline: 2px solid var(--cl-orange);
  outline-offset: 2px;
}

.cl-btn--outline:disabled,
.cl-btn--outline.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.cl-btn--outline:hover,
.cl-btn--outline:focus {
  background-color: var(--cl-orange);
  color: var(--cl-white);
}

.cl-btn--white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--cl-font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 10px 24px;
  transition: all 0.15s ease;
  user-select: none;
  outline: none;
  background-color: var(--cl-white);
  color: var(--cl-anthracite);
  border-color: var(--cl-white);
}

.cl-btn--white:focus-visible {
  outline: 2px solid var(--cl-orange);
  outline-offset: 2px;
}

.cl-btn--white:disabled,
.cl-btn--white.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.cl-btn--white:hover,
.cl-btn--white:focus {
  background-color: var(--cl-studio);
  border-color: var(--cl-studio);
}

.cl-btn--danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--cl-font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 10px 24px;
  transition: all 0.15s ease;
  user-select: none;
  outline: none;
  background-color: #E74C3C;
  color: var(--cl-white);
  border-color: #E74C3C;
}

.cl-btn--danger:focus-visible {
  outline: 2px solid var(--cl-orange);
  outline-offset: 2px;
}

.cl-btn--danger:disabled,
.cl-btn--danger.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.cl-btn--danger:hover,
.cl-btn--danger:focus {
  background-color: #D74738;
  border-color: #D74738;
  color: var(--cl-white);
}

.cl-btn--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--cl-font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 10px 24px;
  transition: all 0.15s ease;
  user-select: none;
  outline: none;
  background: none;
  border-color: transparent;
  color: var(--cl-orange);
  padding-left: 0;
  padding-right: 0;
}

.cl-btn--link:focus-visible {
  outline: 2px solid var(--cl-orange);
  outline-offset: 2px;
}

.cl-btn--link:disabled,
.cl-btn--link.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.cl-btn--link:hover,
.cl-btn--link:focus {
  color: var(--cl-orange-hover);
  background: none;
  border-color: transparent;
}

.cl-btn--lg {
  padding: 14px 36px;
  font-size: 16px;
  border-radius: 12px;
}

.cl-btn--sm {
  padding: 6px 16px;
  font-size: 12px;
  border-radius: 6px;
}

.cl-btn--block {
  display: flex;
  width: 100%;
}

.cl-btn--round {
  border-radius: 50px;
}

.cl-btn--icon {
  padding: 10px;
  min-width: 42px;
  min-height: 42px;
}

.cl-btn--icon.cl-btn--lg {
  padding: 14px;
  min-width: 54px;
  min-height: 54px;
}

.cl-btn--icon.cl-btn--sm {
  padding: 6px;
  min-width: 32px;
  min-height: 32px;
}

.cl-btn--loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}

.cl-btn--loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: cl-spin 0.6s linear infinite;
}

/* --- FORMS --- */

.cl-form-group {
  margin-bottom: 16px;
}

.cl-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--cl-anthracite);
  font-size: 14px;
}

.cl-form-group .cl-form-group__note {
  font-size: 12px;
  color: var(--cl-gray-light);
  margin-top: 4px;
}

.cl-form-group--inline {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cl-form-group--inline label {
  margin-bottom: 0;
  white-space: nowrap;
}

.cl-input,
.cl-textarea,
.cl-select {
  display: block;
  width: 100%;
  font-family: var(--cl-font-family);
  font-size: 14px;
  line-height: 1.6;
  color: var(--cl-anthracite);
  background-color: var(--cl-white);
  border: 1px solid var(--cl-studio-dark);
  border-radius: 8px;
  padding: 10px 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cl-input::-webkit-input-placeholder,
.cl-textarea::-webkit-input-placeholder,
.cl-select::-webkit-input-placeholder {
  color: var(--cl-gray-light);
}

.cl-input::-moz-placeholder,
.cl-textarea::-moz-placeholder,
.cl-select::-moz-placeholder {
  color: var(--cl-gray-light);
}

.cl-input:-ms-input-placeholder,
.cl-textarea:-ms-input-placeholder,
.cl-select:-ms-input-placeholder {
  color: var(--cl-gray-light);
}

.cl-input::placeholder,
.cl-textarea::placeholder,
.cl-select::placeholder {
  color: var(--cl-gray-light);
}

.cl-input:hover,
.cl-textarea:hover,
.cl-select:hover {
  border-color: #CBCED4;
}

.cl-input:focus,
.cl-textarea:focus,
.cl-select:focus {
  border-color: var(--cl-orange);
  box-shadow: 0 0 0 3px rgba(242, 133, 36, 0.15);
  outline: none;
}

.cl-input:disabled,
.cl-input[readonly],
.cl-textarea:disabled,
.cl-textarea[readonly],
.cl-select:disabled,
.cl-select[readonly] {
  background-color: var(--cl-studio);
  opacity: 0.7;
  cursor: not-allowed;
}

.cl-input.cl-input--error,
.cl-textarea.cl-input--error,
.cl-select.cl-input--error {
  border-color: #E74C3C;
}

.cl-input.cl-input--error:focus,
.cl-textarea.cl-input--error:focus,
.cl-select.cl-input--error:focus {
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.15);
}

.cl-input.cl-input--success,
.cl-textarea.cl-input--success,
.cl-select.cl-input--success {
  border-color: #14B869;
}

.cl-input.cl-input--success:focus,
.cl-textarea.cl-input--success:focus,
.cl-select.cl-input--success:focus {
  box-shadow: 0 0 0 3px rgba(20, 184, 105, 0.15);
}

.cl-textarea {
  min-height: 120px;
  resize: vertical;
}

.cl-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23707070' d='M6 6.4L1.4 1.8.6 2.6l4.6 4.6c.4.4 1.1.4 1.5 0l4.6-4.6-.8-.8L6 6.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.cl-checkbox,
.cl-radio {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: var(--cl-mech-grey);
  margin-bottom: 8px;
}

.cl-checkbox input[type="checkbox"],
.cl-checkbox input[type="radio"],
.cl-radio input[type="checkbox"],
.cl-radio input[type="radio"] {
  appearance: none;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 2px solid var(--cl-studio-dark);
  background-color: var(--cl-white);
  margin-top: 2px;
  transition: all 0.15s ease;
  cursor: pointer;
}

.cl-checkbox input[type="checkbox"]:hover,
.cl-checkbox input[type="radio"]:hover,
.cl-radio input[type="checkbox"]:hover,
.cl-radio input[type="radio"]:hover {
  border-color: var(--cl-orange);
}

.cl-checkbox input[type="checkbox"]:focus-visible,
.cl-checkbox input[type="radio"]:focus-visible,
.cl-radio input[type="checkbox"]:focus-visible,
.cl-radio input[type="radio"]:focus-visible {
  outline: 2px solid var(--cl-orange);
  outline-offset: 2px;
}

.cl-checkbox input[type="checkbox"]:checked,
.cl-checkbox input[type="radio"]:checked,
.cl-radio input[type="checkbox"]:checked,
.cl-radio input[type="radio"]:checked {
  background-color: var(--cl-orange);
  border-color: var(--cl-orange);
}

.cl-checkbox input[type="checkbox"],
.cl-radio input[type="checkbox"] {
  border-radius: 4px;
}

.cl-checkbox input[type="checkbox"]:checked,
.cl-radio input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFF' d='M13.3 4.5L6.7 11 3.4 7.7 2.6 8.5l4.1 4.1 7.4-7.4z'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.cl-checkbox input[type="radio"],
.cl-radio input[type="radio"] {
  border-radius: 50%;
}

.cl-checkbox input[type="radio"]:checked,
.cl-radio input[type="radio"]:checked {
  background-image: radial-gradient(circle, var(--cl-white) 35%, var(--cl-orange) 40%);
}

.cl-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cl-form-row .cl-form-group {
  flex: 1;
  min-width: 200px;
}

.cl-search-form {
  position: relative;
}

.cl-search-form .cl-search-form__input {
  padding-right: 50px;
  height: 44px;
}

.cl-search-form .cl-search-form__btn {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cl-white);
  background-color: var(--cl-orange);
  border-radius: 6px;
  transition: background-color 0.15s ease;
}

.cl-search-form .cl-search-form__btn:hover {
  background-color: var(--cl-orange-hover);
}

.cl-search-form .cl-search-form__btn svg {
  width: 18px;
  height: 18px;
}

/* --- BADGES --- */

.cl-badge {
  display: inline-flex;
  align-items: center;
  font-family: var(--cl-font-family);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 50px;
  background-color: var(--cl-studio);
  color: var(--cl-anthracite);
  white-space: nowrap;
}

.cl-badge--primary {
  background-color: var(--cl-orange);
  color: var(--cl-white);
}

.cl-badge--secondary {
  background-color: var(--cl-green);
  color: var(--cl-white);
}

.cl-badge--success {
  background-color: #14B869;
  color: var(--cl-white);
}

.cl-badge--warning {
  background-color: #F5A623;
  color: var(--cl-white);
}

.cl-badge--danger {
  background-color: #E74C3C;
  color: var(--cl-white);
}

.cl-badge--info {
  background-color: #3498DB;
  color: var(--cl-white);
}

.cl-badge--outline {
  background-color: transparent;
  border: 1px solid currentColor;
}

.cl-badge--lg {
  padding: 8px 16px;
  font-size: 14px;
}

.cl-badge--sm {
  padding: 2px 8px;
  font-size: 10px;
}

.cl-badge--dot::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 6px;
}

/* --- STOCK STATUS --- */

.cl-stock {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.cl-stock::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}

.cl-stock--available {
  color: var(--cl-green);
}

.cl-stock--available::before {
  background-color: var(--cl-green);
}

.cl-stock--query {
  color: #F5A623;
}

.cl-stock--query::before {
  background-color: #F5A623;
}

.cl-stock--out {
  color: #E74C3C;
}

.cl-stock--out::before {
  background-color: #E74C3C;
}

.cl-stock--preorder {
  color: #3498DB;
}

.cl-stock--preorder::before {
  background-color: #3498DB;
}

/* --- CARDS --- */

.cl-card {
  border-radius: 12px;
  overflow: hidden;
  background: var(--cl-white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease;
  padding: 24px;
}

.cl-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.cl-card--sm {
  padding: 16px;
}

.cl-card--lg {
  padding: 48px;
}

.cl-card--hover-lift {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.cl-card--hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
}

.cl-card--border {
  border: 1px solid var(--cl-studio-dark);
  box-shadow: none;
  background: var(--cl-white);
}

.cl-card--border:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

.cl-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--cl-studio-dark);
}

.cl-card__body {
  margin-bottom: 16px;
}

.cl-card__body:last-child {
  margin-bottom: 0;
}

.cl-card__footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--cl-studio-dark);
}

/* --- SECTION HEADERS --- */

.cl-section__header {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .cl-section__header {
    margin-bottom: 32px;
  }
}

.cl-section__header.cl-section__header--center {
  text-align: center;
}

.cl-section__header.cl-section__header--between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.cl-section__kicker {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--cl-orange);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.cl-section__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--cl-anthracite);
  margin: 0 0 8px 0;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .cl-section__title {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .cl-section__title {
    font-size: 30px;
  }
}

.cl-section__desc {
  font-size: 16px;
  color: var(--cl-mech-grey);
  margin: 0 0 16px 0;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .cl-section__desc {
    font-size: 18px;
  }
}

.cl-section__action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--cl-orange);
  text-decoration: none;
  transition: color 0.15s ease;
}

.cl-section__action:hover,
.cl-section__action:focus {
  color: var(--cl-orange-hover);
  text-decoration: none;
}

.cl-section__action svg {
  width: 16px;
  height: 16px;
}

/* --- ALERTS --- */

.cl-alert {
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.cl-alert--info {
  background-color: rgba(52, 152, 219, 0.1);
  color: #2F89C5;
  border: 1px solid rgba(52, 152, 219, 0.2);
}

.cl-alert--success {
  background-color: rgba(20, 184, 105, 0.1);
  color: #13AF64;
  border: 1px solid rgba(20, 184, 105, 0.2);
}

.cl-alert--warning {
  background-color: rgba(245, 166, 35, 0.1);
  color: #DD9520;
  border: 1px solid rgba(245, 166, 35, 0.2);
}

.cl-alert--danger {
  background-color: rgba(231, 76, 60, 0.1);
  color: #DB4839;
  border: 1px solid rgba(231, 76, 60, 0.2);
}

.cl-alert .cl-alert__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

.cl-alert .cl-alert__content {
  flex: 1;
}

.cl-alert .cl-alert__title {
  font-weight: 600;
  margin-bottom: 4px;
}

.cl-alert .cl-alert__dismiss {
  flex-shrink: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.cl-alert .cl-alert__dismiss:hover {
  opacity: 1;
}

/* --- PAGINATION --- */

.cl-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 48px 0;
}

.cl-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--cl-mech-grey);
  background-color: var(--cl-white);
  border: 1px solid var(--cl-studio-dark);
  border-radius: 8px;
  transition: all 0.15s ease;
}

.cl-pagination .page-numbers:hover {
  color: var(--cl-orange);
  border-color: var(--cl-orange);
  text-decoration: none;
}

.cl-pagination .page-numbers.current {
  background-color: var(--cl-orange);
  border-color: var(--cl-orange);
  color: var(--cl-white);
}

.cl-pagination .page-numbers.dots {
  border-color: transparent;
  background: none;
}

.cl-pagination .page-numbers.dots:hover {
  color: var(--cl-mech-grey);
  border-color: transparent;
}

.cl-pagination .page-numbers.prev svg,
.cl-pagination .page-numbers.next svg {
  width: 16px;
  height: 16px;
}

/* --- TOOLTIP --- */

.cl-tooltip {
  position: relative;
}

.cl-tooltip:hover .cl-tooltip__content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -8px);
}

.cl-tooltip__content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--cl-anthracite);
  color: var(--cl-white);
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 8px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease;
  z-index: 100;
}

.cl-tooltip__content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: var(--cl-anthracite);
}

/* ============================================================
   Header — Topbar, Main Header, Navigation Bar, Mobile
   ============================================================ */

/* --- Top Bar --- */

.topbar {
  background-color: var(--cl-anthracite);
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  display: none;
}

@media (min-width: 992px) {
  .topbar {
    display: block;
  }
}

.topbar a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.15s ease;
}

.topbar a:hover,
.topbar a:focus {
  color: var(--cl-white);
  text-decoration: none;
}

.topbar .cl-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}

.topbar__left,
.topbar__right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.topbar__left .cl-widget,
.topbar__right .cl-widget {
  margin: 0;
}

.topbar__text {
  display: flex;
  align-items: center;
  gap: 6px;
}

.topbar__text svg {
  width: 14px;
  height: 14px;
}

/* --- Header Main --- */

.header-main {
  background-color: var(--cl-white);
  padding: 16px 0;
  border-bottom: 1px solid var(--cl-studio-dark);
}

.header-main__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.header-logo {
  flex-shrink: 0;
}

.header-logo a {
  display: block;
}

.header-logo img {
  max-height: 60px;
  width: auto;
  display: block;
}

.header-logo--dark {
  display: none;
}

.header-logo__text {
  font-size: 24px;
  font-weight: 700;
  color: var(--cl-anthracite);
}

.header-logo__text span {
  color: var(--cl-orange);
}

.header-search {
  flex: 1;
  max-width: 500px;
  min-width: 280px;
  position: relative;
}

@media (min-width: 992px) {
  .header-search {
    min-width: 350px;
  }
}

.header-search__form {
  position: relative;
}

.header-search__input {
  display: block;
  width: 100%;
  height: 46px;
  font-family: var(--cl-font-family);
  font-size: 14px;
  color: var(--cl-anthracite);
  background-color: var(--cl-studio);
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 0 120px 0 16px;
  transition: all 0.15s ease;
}

.header-search__input::-webkit-input-placeholder { color: var(--cl-gray-light); }
.header-search__input::-moz-placeholder          { color: var(--cl-gray-light); }
.header-search__input:-ms-input-placeholder      { color: var(--cl-gray-light); }
.header-search__input::placeholder               { color: var(--cl-gray-light); }

.header-search__input:focus {
  background-color: var(--cl-white);
  border-color: var(--cl-orange);
  box-shadow: 0 0 0 3px rgba(242, 133, 36, 0.1);
  outline: none;
}

.header-search__category {
  position: absolute;
  right: 52px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 12px;
  color: var(--cl-gray-light);
  cursor: pointer;
  appearance: none;
  padding: 0 8px;
  border-left: 1px solid var(--cl-studio-dark);
  height: 24px;
  line-height: 24px;
}

.header-search__category:focus {
  outline: none;
}

.header-search__btn {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cl-orange);
  color: var(--cl-white);
  border-radius: 8px;
  transition: background-color 0.15s ease;
}

.header-search__btn:hover {
  background-color: var(--cl-orange-hover);
}

.header-search__btn svg {
  width: 20px;
  height: 20px;
}

.header-extras {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.header-extras__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  color: var(--cl-anthracite);
  transition: all 0.15s ease;
  cursor: pointer;
}

.header-extras__item:hover,
.header-extras__item:focus {
  color: var(--cl-orange);
  background-color: var(--cl-studio);
  text-decoration: none;
}

.header-extras__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--cl-studio);
  border-radius: 50%;
  flex-shrink: 0;
}

.header-extras__icon svg {
  width: 20px;
  height: 20px;
  color: var(--cl-anthracite);
}

.header-extras__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  background-color: var(--cl-orange);
  color: var(--cl-white);
  font-size: 10px;
  font-weight: 700;
  border-radius: 50px;
  line-height: 1;
}

.header-extras__label {
  display: none;
}

@media (min-width: 1200px) {
  .header-extras__label {
    display: block;
    font-size: 12px;
    line-height: 1.3;
  }

  .header-extras__label .header-extras__label-top {
    color: var(--cl-gray-light);
    font-weight: 400;
    display: block;
  }

  .header-extras__label .header-extras__label-bottom {
    font-weight: 600;
    color: var(--cl-anthracite);
    display: block;
  }
}

.header-extras__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 280px;
  background-color: var(--cl-white);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  padding: 24px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.15s ease;
}

.header-extras__dropdown::before {
  content: '';
  position: absolute;
  top: -6px;
  right: 20px;
  width: 12px;
  height: 12px;
  background-color: var(--cl-white);
  transform: rotate(45deg);
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.04);
}

.header-extras__item:hover .header-extras__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --- Header Navigation Bar --- */

.header-nav {
  background-color: var(--cl-white);
  border-bottom: 1px solid var(--cl-studio-dark);
  position: sticky;
  top: 0;
  z-index: 200;
  height: 50px;
  display: none;
}

@media (min-width: 992px) {
  .header-nav {
    display: block;
  }
}

.header-nav .cl-container {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-nav__inner {
  display: flex;
  align-items: center;
  height: 50px;
}

.header-nav.sticky-active {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* --- Mobile Header --- */

.header-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

@media (min-width: 992px) {
  .header-mobile {
    display: none;
  }
}

.header-mobile__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.header-mobile__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--cl-anthracite);
  position: relative;
  border-radius: 2px;
  transition: all 0.15s ease;
}

.header-mobile__toggle span::before,
.header-mobile__toggle span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--cl-anthracite);
  border-radius: 2px;
  transition: all 0.15s ease;
}

.header-mobile__toggle span::before { top: -7px; }
.header-mobile__toggle span::after  { top: 7px; }

.header-mobile__toggle.is-active span {
  background-color: transparent;
}

.header-mobile__toggle.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.header-mobile__toggle.is-active span::after {
  top: 0;
  transform: rotate(-45deg);
}

.header-mobile__search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: var(--cl-anthracite);
}

.header-mobile__search svg {
  width: 20px;
  height: 20px;
}

.header-mobile__search-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--cl-white);
  padding: 16px;
  border-top: 1px solid var(--cl-studio-dark);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
  z-index: 300;
}

.header-mobile__search-panel.is-open {
  display: block;
}

/* --- Panels (Wishlist / Cotação) --- */

.header-extras__panel {
  position: fixed;
  top: 0;
  right: -380px;
  width: 380px;
  max-width: 100vw;
  height: 100vh;
  background-color: var(--cl-white);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  z-index: 400;
  transition: right 0.4s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.header-extras__panel.is-open {
  right: 0;
}

.header-extras__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid var(--cl-studio-dark);
  position: sticky;
  top: 0;
  background-color: var(--cl-white);
  z-index: 1;
}

.header-extras__panel-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--cl-anthracite);
}

.header-extras__panel-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--cl-anthracite);
  transition: all 0.15s ease;
}

.header-extras__panel-close:hover {
  background-color: var(--cl-studio);
  color: #E74C3C;
}

.header-extras__panel-close svg {
  width: 18px;
  height: 18px;
}

.header-extras__panel-body {
  flex: 1;
  padding: 16px;
}

.header-extras__panel-footer {
  padding: 16px;
  border-top: 1px solid var(--cl-studio-dark);
  position: sticky;
  bottom: 0;
  background-color: var(--cl-white);
}

.cl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 399;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.cl-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* ============================================================
   Footer
   ============================================================ */

.site-footer {
  background-color: var(--cl-anthracite);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
  margin-top: auto;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.15s ease;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--cl-orange);
  text-decoration: none;
}

.site-footer p {
  margin-bottom: 8px;
}

.footer-widgets {
  padding: 60px 0 40px 0;
}

@media (max-width: 767px) {
  .footer-widgets {
    padding: 48px 0 16px 0;
  }
}

.footer-widget {
  margin-bottom: 48px;
}

.footer-widget .widget-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--cl-white);
  margin: 0 0 24px 0;
  position: relative;
  padding-bottom: 8px;
}

.footer-widget .widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--cl-orange);
  border-radius: 1px;
}

.footer-widget ul,
.footer-widget .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget ul li,
.footer-widget .menu li {
  margin-bottom: 8px;
}

.footer-widget ul li:last-child,
.footer-widget .menu li:last-child {
  margin-bottom: 0;
}

.footer-widget ul li a,
.footer-widget .menu li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 0;
}

.footer-widget ul li a::before,
.footer-widget .menu li a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid var(--cl-orange);
  transition: none;
}

.footer-widget ul li a:hover,
.footer-widget .menu li a:hover {
  transform: translateX(3px);
  transition: transform 0.15s ease;
}

.footer-widget.cl-widget--contact .cl-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}

.footer-widget.cl-widget--contact .cl-footer__contact-item svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--cl-orange);
  margin-top: 3px;
}

.footer-widget.cl-widget--newsletter .cl-newsletter__desc {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-widget.cl-widget--newsletter .cl-newsletter__form {
  display: flex;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
}

.footer-widget.cl-widget--newsletter .cl-newsletter__form input[type="email"] {
  flex: 1;
  height: 44px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--cl-white);
  font-size: 14px;
  border-radius: 8px 0 0 8px;
}

.footer-widget.cl-widget--newsletter .cl-newsletter__form input[type="email"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.4); }
.footer-widget.cl-widget--newsletter .cl-newsletter__form input[type="email"]::-moz-placeholder          { color: rgba(255, 255, 255, 0.4); }
.footer-widget.cl-widget--newsletter .cl-newsletter__form input[type="email"]:-ms-input-placeholder      { color: rgba(255, 255, 255, 0.4); }
.footer-widget.cl-widget--newsletter .cl-newsletter__form input[type="email"]::placeholder               { color: rgba(255, 255, 255, 0.4); }

.footer-widget.cl-widget--newsletter .cl-newsletter__form input[type="email"]:focus {
  border-color: var(--cl-orange);
  outline: none;
}

.footer-widget.cl-widget--newsletter .cl-newsletter__form button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background-color: var(--cl-orange);
  color: var(--cl-white);
  font-weight: 600;
  font-size: 14px;
  border-radius: 0 8px 8px 0;
  transition: background-color 0.15s ease;
  height: 44px;
}

.footer-widget.cl-widget--newsletter .cl-newsletter__form button:hover {
  background-color: var(--cl-orange-hover);
}

.footer-widgets__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.footer-widgets__grid>* {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .footer-widgets__grid>* { width: 50%; }
}

@media (min-width: 992px) {
  .footer-widgets__grid>* { width: 25%; }
}

.footer-links {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0;
  text-align: center;
}

.footer-links .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.footer-links .menu li {
  margin-bottom: 0;
}

.footer-links .menu li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-links .menu li a:hover {
  color: var(--cl-orange);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom .cl-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-bottom__copyright a {
  color: var(--cl-orange);
  opacity: 0.8;
}

.footer-bottom__copyright a:hover {
  opacity: 1;
}

.footer-bottom__payment {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-bottom__payment img {
  height: 24px;
  width: auto;
  opacity: 0.6;
  transition: opacity 0.15s ease;
}

.footer-bottom__payment img:hover {
  opacity: 1;
}

.cl-social-links {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.cl-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.15s ease;
}

.cl-social-links a svg {
  width: 16px;
  height: 16px;
}

.cl-social-links a:hover {
  background-color: var(--cl-orange);
  color: var(--cl-white);
  transform: translateY(-2px);
}

.cl-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: var(--cl-orange);
  color: var(--cl-white);
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  cursor: pointer;
}

.cl-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cl-back-to-top:hover {
  background-color: var(--cl-orange-hover);
  transform: translateY(-3px);
}

.cl-back-to-top svg {
  width: 20px;
  height: 20px;
}

/* ============================================================
   Navigation — Main Menu, Mega Menu, Mobile, Tabs, Breadcrumbs
   ============================================================ */

/* --- Main Menu --- */

.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 50px;
}

.main-menu>.menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-menu>.menu-item>a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--cl-anthracite);
  text-decoration: none;
  position: relative;
  transition: color 0.15s ease;
  white-space: nowrap;
}

.main-menu>.menu-item>a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  background-color: var(--cl-orange);
  transform: scaleX(0);
  transition: transform 0.25s ease;
  border-radius: 1px 1px 0 0;
}

.main-menu>.menu-item>a:hover,
.main-menu>.menu-item>a:focus {
  color: var(--cl-orange);
}

.main-menu>.menu-item:hover>a,
.main-menu>.menu-item.current-menu-item>a,
.main-menu>.menu-item.current_page_parent>a {
  color: var(--cl-orange);
}

.main-menu>.menu-item:hover>a::after,
.main-menu>.menu-item.current-menu-item>a::after,
.main-menu>.menu-item.current_page_parent>a::after {
  transform: scaleX(1);
}

.main-menu>.menu-item.menu-item-has-children>a::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 6px;
  margin-top: -4px;
  transition: transform 0.15s ease;
}

.main-menu>.menu-item:hover.menu-item-has-children>a::before {
  transform: rotate(-135deg);
  margin-top: 2px;
}

/* --- Dropdowns --- */

.main-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: var(--cl-white);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 100;
}

.main-menu .sub-menu .menu-item {
  position: relative;
  display: block;
}

.main-menu .sub-menu .menu-item>a {
  display: block;
  padding: 10px 24px;
  font-size: 14px;
  color: var(--cl-mech-grey);
  text-decoration: none;
  transition: all 0.15s ease;
}

.main-menu .sub-menu .menu-item>a:hover,
.main-menu .sub-menu .menu-item>a:focus {
  color: var(--cl-orange);
  background-color: var(--cl-studio);
  padding-left: 28px;
}

.main-menu .sub-menu .menu-item.current-menu-item>a {
  color: var(--cl-orange);
  font-weight: 600;
}

.main-menu .sub-menu .sub-menu {
  top: -8px;
  left: 100%;
  margin-left: 4px;
}

.main-menu .menu-item:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --- Mega Menu --- */

.cl-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--cl-white);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  padding: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 100;
  display: flex;
  gap: 48px;
}

.cl-mega-menu__column {
  flex: 1;
  min-width: 180px;
}

.cl-mega-menu__column .cl-mega-menu__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--cl-anthracite);
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--cl-orange);
  display: inline-block;
  min-width: 60px;
}

.cl-mega-menu__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cl-mega-menu__links li {
  margin-bottom: 8px;
}

.cl-mega-menu__links li:last-child {
  margin-bottom: 0;
}

.cl-mega-menu__links li a {
  font-size: 14px;
  color: var(--cl-mech-grey);
  text-decoration: none;
  display: block;
  padding: 4px 0;
  transition: all 0.15s ease;
}

.cl-mega-menu__links li a:hover,
.cl-mega-menu__links li a:focus {
  color: var(--cl-orange);
  padding-left: 6px;
}

.cl-mega-menu__banner {
  flex: 0 0 280px;
  border-radius: 12px;
  overflow: hidden;
}

.cl-mega-menu__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-item.cl-mega-menu-parent {
  position: static;
}

.menu-item.cl-mega-menu-parent:hover .cl-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --- Department Menu --- */

.cl-department-menu {
  background-color: var(--cl-orange);
  border-radius: 8px 8px 0 0;
  font-weight: 600;
  color: var(--cl-white);
  position: relative;
}

.cl-department-menu .cl-department-menu__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  height: 50px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.cl-department-menu .cl-department-menu__hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  width: 18px;
}

.cl-department-menu .cl-department-menu__hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--cl-white);
  border-radius: 1px;
}

.cl-department-menu .cl-department-menu__dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--cl-white);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  z-index: 100;
}

.cl-department-menu .cl-department-menu__item {
  border-bottom: 1px solid var(--cl-studio);
}

.cl-department-menu .cl-department-menu__item:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

.cl-department-menu .cl-department-menu__item>a {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  color: var(--cl-anthracite);
  text-decoration: none;
  transition: all 0.15s ease;
}

.cl-department-menu .cl-department-menu__item>a:hover,
.cl-department-menu .cl-department-menu__item>a:focus {
  color: var(--cl-orange);
  background-color: var(--cl-studio);
}

/* --- Mobile Off-Canvas Menu --- */

.cl-mobile-menu {
  position: fixed;
  top: 0;
  left: -320px;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  background-color: var(--cl-white);
  z-index: 400;
  transition: left 0.4s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.cl-mobile-menu.is-open {
  left: 0;
}

.cl-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: var(--cl-orange);
  color: var(--cl-white);
  flex-shrink: 0;
}

.cl-mobile-menu__title {
  font-size: 16px;
  font-weight: 600;
}

.cl-mobile-menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--cl-white);
  border-radius: 50%;
  transition: background-color 0.15s ease;
}

.cl-mobile-menu__close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.cl-mobile-menu__close svg {
  width: 18px;
  height: 18px;
}

.cl-mobile-menu__body {
  flex: 1;
  padding: 16px 0;
  overflow-y: auto;
}

.cl-mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cl-mobile-nav li {
  border-bottom: 1px solid var(--cl-studio);
}

.cl-mobile-nav li:last-child {
  border-bottom: none;
}

.cl-mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 500;
  color: var(--cl-anthracite);
  text-decoration: none;
  transition: all 0.15s ease;
}

.cl-mobile-nav a:hover {
  color: var(--cl-orange);
  background-color: var(--cl-studio);
}

.cl-mobile-nav .cl-mobile-nav__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--cl-mech-grey);
  transition: all 0.15s ease;
}

.cl-mobile-nav .cl-mobile-nav__toggle svg {
  width: 14px;
  height: 14px;
  transition: transform 0.15s ease;
}

.cl-mobile-nav .cl-mobile-nav__toggle.is-active svg {
  transform: rotate(180deg);
}

.cl-mobile-nav .cl-mobile-nav__sub {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background-color: var(--cl-studio);
}

.cl-mobile-nav .cl-mobile-nav__sub.is-open {
  display: block;
}

.cl-mobile-nav .cl-mobile-nav__sub li {
  border-bottom: 1px solid #E9EBEE;
}

.cl-mobile-nav .cl-mobile-nav__sub li a {
  padding-left: 48px;
  font-weight: 400;
  font-size: 14px;
}

.cl-mobile-nav .cl-mobile-nav__sub .cl-mobile-nav__sub {
  background-color: #E9EBEE;
}

.cl-mobile-nav .cl-mobile-nav__sub .cl-mobile-nav__sub li a {
  padding-left: 64px;
}

.cl-mobile-menu__footer {
  padding: 16px;
  border-top: 1px solid var(--cl-studio-dark);
  flex-shrink: 0;
}

.cl-mobile-menu__footer .cl-btn {
  width: 100%;
}

/* --- Hamburger Toggle --- */

.cl-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.cl-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--cl-anthracite);
  border-radius: 2px;
  transition: all 0.15s ease;
}

.cl-hamburger:hover span {
  background-color: var(--cl-orange);
}

.cl-hamburger.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.cl-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.cl-hamburger.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* --- Category Lists --- */

.cl-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cl-category-list li {
  border-bottom: 1px solid var(--cl-studio);
}

.cl-category-list li:last-child {
  border-bottom: none;
}

.cl-category-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--cl-anthracite);
  text-decoration: none;
  transition: all 0.15s ease;
}

.cl-category-list a:hover,
.cl-category-list a:focus {
  color: var(--cl-orange);
  background-color: var(--cl-studio);
  padding-left: 24px;
}

.cl-category-list .cl-category-list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--cl-studio);
  border-radius: 8px;
  flex-shrink: 0;
}

.cl-category-list .cl-category-list__icon img {
  max-width: 20px;
  max-height: 20px;
}

.cl-category-list .cl-category-list__count {
  margin-left: auto;
  font-size: 12px;
  color: var(--cl-gray-light);
  background-color: var(--cl-studio);
  padding: 2px 8px;
  border-radius: 50px;
}

/* --- Tab Navigation --- */

.cl-nav-tabs {
  display: flex;
  gap: 4px;
  border-bottom: 2px solid var(--cl-studio-dark);
  margin-bottom: 24px;
}

.cl-nav-tabs.cl-nav-tabs--center {
  justify-content: center;
}

.cl-nav-tabs .cl-nav-tabs__item {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--cl-mech-grey);
  cursor: pointer;
  position: relative;
  transition: color 0.15s ease;
  white-space: nowrap;
  border: none;
  background: none;
}

.cl-nav-tabs .cl-nav-tabs__item::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--cl-orange);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.cl-nav-tabs .cl-nav-tabs__item:hover {
  color: var(--cl-orange);
}

.cl-nav-tabs .cl-nav-tabs__item.active {
  color: var(--cl-orange);
}

.cl-nav-tabs .cl-nav-tabs__item.active::after {
  transform: scaleX(1);
}

/* --- Breadcrumb Navigation --- */

.cl-breadcrumbs-nav {
  font-size: 12px;
  color: var(--cl-gray-light);
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.cl-breadcrumbs-nav a {
  color: var(--cl-gray-light);
  transition: color 0.15s ease;
}

.cl-breadcrumbs-nav a:hover,
.cl-breadcrumbs-nav a:focus {
  color: var(--cl-orange);
}

.cl-breadcrumbs-nav .cl-breadcrumbs-nav__separator {
  color: var(--cl-gray-lighter);
  margin: 0 4px;
  user-select: none;
}

.cl-breadcrumbs-nav .cl-breadcrumbs-nav__current {
  color: var(--cl-anthracite);
  font-weight: 500;
}

/* ============================================================
   Responsive — All Media Queries
   ============================================================ */

/* Breakpoint: max-width 479px (XS down) */
@media (max-width: 479px) {
  .cl-hidden-xs-down {
    display: none !important;
  }

  .cl-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  [class*="cl-col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cl-row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .cl-section__title {
    font-size: 20px;
  }

  .cl-card {
    padding: 16px;
  }
}

/* Breakpoint: min-width 480px (XS up) */
@media (min-width: 480px) {
  .cl-visible-xs-up {
    display: block !important;
  }
}

/* Breakpoint: max-width 767px (SM down) */
@media (max-width: 767px) {
  .cl-hidden-sm-down {
    display: none !important;
  }

  .cl-col-sm-down-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .cl-col-sm-down-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .header-logo img {
    max-height: 44px;
  }

  .header-search {
    display: none;
  }

  .header-extras__label {
    display: none;
  }

  .header-extras__item {
    padding: 4px;
  }

  .header-extras__icon {
    width: 36px;
    height: 36px;
  }

  .header-extras__icon svg {
    width: 18px;
    height: 18px;
  }

  .footer-widgets {
    padding: 48px 0 16px 0;
  }

  .footer-widget {
    margin-bottom: 32px;
  }

  .footer-widget .widget-title {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .footer-widgets__grid>* {
    width: 100%;
  }

  .footer-links .menu {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .cl-container {
    flex-direction: column;
    gap: 8px;
  }

  .cl-page-header {
    padding: 16px 0;
  }

  .cl-page-header .cl-page-header__title {
    font-size: 20px;
  }

  .cl-section__header.cl-section__header--between {
    flex-direction: column;
    align-items: flex-start;
  }

  .cl-hero {
    min-height: 280px;
  }

  .cl-hero__content {
    padding: 32px;
  }

  .cl-hero__title {
    font-size: 24px;
  }

  .cl-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .cl-card {
    padding: 16px;
  }

  .cl-btn--lg {
    padding: 12px 28px;
    font-size: 14px;
  }

  .cl-form-row {
    flex-direction: column;
    gap: 0;
  }

  .header-extras__panel {
    width: 100%;
    right: -100%;
  }
}

/* Breakpoint: min-width 768px (SM up) */
@media (min-width: 768px) {
  .cl-visible-sm-up {
    display: block !important;
  }

  .cl-products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .footer-widgets__grid>* {
    width: 50%;
  }

  .header-search {
    display: block;
  }
}

/* Breakpoint: max-width 991px (MD down) */
@media (max-width: 991px) {
  .cl-hidden-md-down {
    display: none !important;
  }

  .header-nav {
    display: none;
  }

  .header-main__inner {
    flex-wrap: wrap;
    gap: 8px;
  }

  .header-search {
    order: 3;
    width: 100%;
    max-width: none;
    margin-top: 8px;
  }

  .cl-has-sidebar .cl-content-area {
    padding-right: 0;
    margin-bottom: 48px;
  }

  .cl-mega-menu {
    flex-wrap: wrap;
    gap: 32px;
    padding: 32px;
  }

  .cl-mega-menu__banner {
    flex: 0 0 100%;
    max-height: 200px;
  }

  .cl-col-md-down-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .cl-col-md-down-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .cl-single-sidebar {
    margin-top: 48px;
  }
}

/* Breakpoint: min-width 992px (MD up) */
@media (min-width: 992px) {
  .cl-visible-md-up {
    display: block !important;
  }

  .header-mobile {
    display: none;
  }

  .header-nav {
    display: block;
  }

  .topbar {
    display: block;
  }

  .cl-products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .cl-page-header {
    padding: 24px 0;
  }

  .cl-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-widgets__grid>* {
    width: 25%;
  }

  .header-search {
    min-width: 300px;
  }

  .header-extras__label {
    display: block;
  }
}

/* Breakpoint: max-width 1199px (LG down) */
@media (max-width: 1199px) {
  .cl-hidden-lg-down {
    display: none !important;
  }

  .main-menu>.menu-item>a {
    padding: 0 8px;
    font-size: 13px;
  }

  .cl-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cl-mega-menu__column {
    min-width: 140px;
  }
}

/* Breakpoint: min-width 1200px (LG up) */
@media (min-width: 1200px) {
  .cl-visible-lg-up {
    display: block !important;
  }

  .cl-products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .cl-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-extras__label {
    display: block;
  }

  .cl-section__title {
    font-size: 30px;
  }

  .cl-card--lg {
    padding: 48px;
  }
}

/* Breakpoint: max-width 1399px (XL down) */
@media (max-width: 1399px) {
  .cl-hidden-xl-down {
    display: none !important;
  }
}

/* Breakpoint: min-width 1400px (XL up) */
@media (min-width: 1400px) {
  .cl-visible-xl-up {
    display: block !important;
  }

  .cl-products-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .cl-section__title {
    font-size: 32px;
  }
}

/* Orientation: landscape with short height */
@media (orientation: landscape) and (max-height: 500px) {
  .cl-mobile-menu__body {
    padding: 8px 0;
  }

  .cl-mobile-nav a {
    padding: 10px 24px;
  }
}

/* High-DPI / Retina */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}

/* Print styles */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .topbar,
  .header-nav,
  .header-mobile__toggle,
  .header-extras,
  .site-footer,
  .cl-back-to-top {
    display: none !important;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================================
   Skin — Theming Overrides & Utility Classes
   ============================================================ */

/* --- Light Skin Variant --- */
.cl-light-skin {
  --cl-orange: #F28524;
  --cl-orange-hover: #F5A623;
  --cl-orange-light: rgba(242, 133, 36, 0.1);
  --cl-anthracite: #FFFFFF;
  --cl-mech-grey: rgba(255, 255, 255, 0.7);
  --cl-white: #232323;
  --cl-studio: #2A2A2A;
  --cl-studio-dark: #3A3A3A;
  --cl-gray-darker: #FFFFFF;
  --cl-gray-dark: #CCCCCC;
  --cl-gray: #999999;
  --cl-gray-light: #777777;
  --cl-gray-lighter: #444444;
  --cl-success: #14B869;
  --cl-warning: #F5A623;
  --cl-danger: #E74C3C;
  --cl-info: #3498DB;
  --cl-shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.25);
  --cl-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.3);
  --cl-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  --cl-shadow-md: 0 6px 20px rgba(0, 0, 0, 0.4);
  --cl-shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.45);
  --cl-shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* --- Dark Skin Variant --- */
.cl-dark-skin {
  --cl-orange: #F28524;
  --cl-orange-hover: #F5A623;
  --cl-orange-light: rgba(242, 133, 36, 0.15);
  --cl-anthracite: #FFFFFF;
  --cl-mech-grey: #B0B0B0;
  --cl-white: #1A1A1A;
  --cl-studio: #252525;
  --cl-studio-dark: #363636;
  --cl-gray-darker: #FFFFFF;
  --cl-gray-dark: #D0D0D0;
  --cl-gray: #A0A0A0;
  --cl-gray-light: #808080;
  --cl-gray-lighter: #4A4A4A;
}

/* --- Accent Color Overrides --- */
.cl-accent-green {
  --cl-orange: #14B869;
  --cl-orange-hover: #10A55A;
  --cl-orange-light: #E8F8F0;
}

.cl-accent-blue {
  --cl-orange: #3498DB;
  --cl-orange-hover: #2980B9;
  --cl-orange-light: #EBF5FB;
}

.cl-accent-red {
  --cl-orange: #E74C3C;
  --cl-orange-hover: #C0392B;
  --cl-orange-light: #FDEDEC;
}

/* --- Utility Classes using Custom Properties --- */
.cl-bg-primary { background-color: var(--cl-orange); }
.cl-bg-primary-light { background-color: var(--cl-orange-light); }
.cl-bg-dark { background-color: var(--cl-anthracite); }
.cl-bg-studio { background-color: var(--cl-studio); }
.cl-bg-white { background-color: var(--cl-white); }
.cl-text-primary { color: var(--cl-orange); }
.cl-text-dark { color: var(--cl-anthracite); }
.cl-text-body { color: var(--cl-mech-grey); }
.cl-border-primary { border-color: var(--cl-orange); }
.cl-shadow-orange { box-shadow: var(--cl-shadow-orange); }
