:root {
  /* Brand Colors (Orange System) */
  --primary: #FF7A00;
  --primary_light: #FF9A1F;
  --primary_dark: #CC5500;

  --accent: #FFB347;
  --accent_alt: #FF8C1A;

  /* Blacks (warmer to match orange) */
  --black_aa: #0E0E0E;
  --black_alt: #171717;
  --black_text: #1C1C1C;

  /* Whites / Neutrals */
  --white: #FFFFFF;
  --white_alt: #F7F5F2;
  --grey_light: #E8E6E3;
  --grey_mid: #BDB8B2;

  /* Borders / UI */
  --border_color: #2A2A2A;

  /* Layout */
  --vertical_rythm: 7px;

  /* Typography */
  --font_family_heading: 'Aeonik', sans-serif;
  --font_family_body: 'TT Commons Pro', sans-serif;
  --font_family_button: var(--font_family_heading);
  --font_family_content: var(--font_family_body);

  /* Backward-compatible aliases */
  --header_font: var(--font_family_heading);
  --body_font: var(--font_family_body);

  --h1_font_size: 35px;
  --h1_line_height: 42px;

  --h2_font_size: 42px;
  --h2_line_height: 49px;

  --h3_font_size: 24px;
  --h3_line_height: 28px;

  --h4_font_size: 20px;
  --h4_line_height: 28px;

  --h5_font_size: 18px;
  --h5_line_height: 21px;

  --h6_font_size: 16px;
  --h6_line_height: 21px;

  --p_font_size: 18px;
  --p_line_height: 28px;

  --button_font_size: 18px;
  --button_line_height: 18px;

  --button_sm_font_size: 12px;
  --button_sm_line_height: 22px;

  --psmall_font_size: 16px;
  --psmall_line_height: 21px;

  --ptiny_font_size: 14px;
  --ptiny_line_height: 21px;

  /* Components */
  --otslr_top_bar: var(--white_alt);

  /* Gradients */
  --primary_gradient: linear-gradient(180deg, #FF9A1F 0%, #FF7A00 50%, #CC5500 100%);

  --container-large: 1728px;
--container-medium: 1350px;
--container-small: 850px;
--default-container-width: 100%;
}

.otslr-orange {
    color: var(--primary);
}

/* Aeonik Thin */
@font-face {
  font-family: 'Aeonik';
  src: url('static/fonts/aeonik/Aeonik-Thin.woff2') format('woff2'),
       url('static/fonts/aeonik/Aeonik-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('static/fonts/aeonik/Aeonik-ThinItalic.woff2') format('woff2'),
       url('static/fonts/aeonik/Aeonik-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Aeonik Air */
@font-face {
  font-family: 'Aeonik';
  src: url('static/fonts/aeonik/Aeonik-Air.woff2') format('woff2'),
       url('static/fonts/aeonik/Aeonik-Air.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('static/fonts/aeonik/Aeonik-AirItalic.woff2') format('woff2'),
       url('static/fonts/aeonik/Aeonik-AirItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Aeonik Light */
@font-face {
  font-family: 'Aeonik';
  src: url('static/fonts/aeonik/Aeonik-Light.woff2') format('woff2'),
       url('static/fonts/aeonik/Aeonik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('static/fonts/aeonik/Aeonik-LightItalic.woff2') format('woff2'),
       url('static/fonts/aeonik/Aeonik-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Aeonik Regular */
@font-face {
  font-family: 'Aeonik';
  src: url('static/fonts/aeonik/Aeonik-Regular.woff2') format('woff2'),
       url('static/fonts/aeonik/Aeonik-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('static/fonts/aeonik/Aeonik-RegularItalic.woff2') format('woff2'),
       url('static/fonts/aeonik/Aeonik-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Aeonik Medium */
@font-face {
  font-family: 'Aeonik';
  src: url('static/fonts/aeonik/Aeonik-Medium.woff2') format('woff2'),
       url('static/fonts/aeonik/Aeonik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('static/fonts/aeonik/Aeonik-MediumItalic.woff2') format('woff2'),
       url('static/fonts/aeonik/Aeonik-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Aeonik Bold */
@font-face {
  font-family: 'Aeonik';
  src: url('static/fonts/aeonik/Aeonik-Bold.woff2') format('woff2'),
       url('static/fonts/aeonik/Aeonik-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('static/fonts/aeonik/Aeonik-BoldItalic.woff2') format('woff2'),
       url('static/fonts/aeonik/Aeonik-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Aeonik Black */
@font-face {
  font-family: 'Aeonik';
  src: url('static/fonts/aeonik/Aeonik-Black.woff2') format('woff2'),
       url('static/fonts/aeonik/Aeonik-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('static/fonts/aeonik/Aeonik-BlackItalic.woff2') format('woff2'),
       url('static/fonts/aeonik/Aeonik-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* TT Commons Pro Regular */
@font-face {
  font-family: 'TT Commons Pro';
  src: url('static/fonts/tt-commons/woff2/TT_Commons_Pro_Regular.woff2') format('woff2'),
       url('static/fonts/tt-commons/woff/TT_Commons_Pro_Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* TT Commons Pro Italic */
@font-face {
  font-family: 'TT Commons Pro';
  src: url('static/fonts/tt-commons/woff2/TT_Commons_Pro_Italic.woff2') format('woff2'),
       url('static/fonts/tt-commons/woff/TT_Commons_Pro_Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* TT Commons Pro Bold */
@font-face {
  font-family: 'TT Commons Pro';
  src: url('static/fonts/tt-commons/woff2/TT_Commons_Pro_Bold.woff2') format('woff2'),
       url('static/fonts/tt-commons/woff/TT_Commons_Pro_Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* TT Commons Pro Bold Italic */
@font-face {
  font-family: 'TT Commons Pro';
  src: url('static/fonts/tt-commons/woff2/TT_Commons_Pro_Bold_Italic.woff2') format('woff2'),
       url('static/fonts/tt-commons/woff/TT_Commons_Pro_Bold_Italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* TT Commons Pro Light */
@font-face {
  font-family: 'TT Commons Pro';
  src: url('static/fonts/tt-commons/woff2/TT_Commons_Pro_Light.woff2') format('woff2'),
       url('static/fonts/tt-commons/woff/TT_Commons_Pro_Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* TT Commons Pro Light Italic */
@font-face {
  font-family: 'TT Commons Pro';
  src: url('static/fonts/tt-commons/woff2/TT_Commons_Pro_Light_Italic.woff2') format('woff2'),
       url('static/fonts/tt-commons/woff/TT_Commons_Pro_Light_Italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* TT Commons Pro Extra Light */
@font-face {
  font-family: 'TT Commons Pro';
  src: url('static/fonts/tt-commons/woff2/TT_Commons_Pro_ExtraLight.woff2') format('woff2'),
       url('static/fonts/tt-commons/woff/TT_Commons_Pro_ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}


/*layout*/
* {
  box-sizing: border-box;
}

.container {
  width: var(--default-container-width);
  max-width: var(--container-medium);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container_padding);
  padding-right: var(--container_padding);
}


/*typography*/
html {
  font-family: var(--font_family_body);
}

body {
  font-family: var(--font_family_body);
  font-size: var(--p_font_size);
  line-height: var(--p_line_height);
  color: var(--black_text);
  background: var(--white);
}

p,
li,
ul li,
ol li,
blockquote,
figcaption,
label,
input,
textarea,
select {
  font-family: var(--font_family_content);
}

a,
.entry-content a,
.site-main a {
  font-family: var(--font_family_content);
}

.entry-content,
.site-main,
.site-main p,
.site-main li,
.site-main span,
.site-main small {
  font-family: var(--font_family_content);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font_family_heading);
  color: var(--black_text);
  margin-top: 0;
}

button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-block-button__link,
.otslr-button,
.otslr-button--search {
  font-family: var(--font_family_button);
}

.site-title,
.site-title a,
.site-navigation a,
.menu a,
nav a {
  font-family: var(--font_family_heading);
}

h1 {
  font-size: var(--h1_font_size);
  line-height: var(--h1_line_height);
}

h2 {
  font-size: var(--h2_font_size);
  line-height: var(--h2_line_height);
}

h3 {
  font-size: var(--h3_font_size);
  line-height: var(--h3_line_height);
}

h4 {
  font-size: var(--h4_font_size);
  line-height: var(--h4_line_height);
}

h5 {
  font-size: var(--h5_font_size);
  line-height: var(--h5_line_height);
}

h6 {
  font-size: var(--h6_font_size);
  line-height: var(--h6_line_height);
}

p {
  margin-top: 0;
  margin-bottom: var(--vertical_rythm);
}

ul li, ol li {
  margin-bottom: var(--vertical_rythm);
}


/* Buttons */
.otslr-button,
a.otslr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font_family_button);
  font-size: var(--button_font_size);
  line-height: var(--button_line_height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  background: var(--primary);
  color: var(--white);
}

.otslr-button:hover,
a.otslr-button:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font_family_button);
  font-size: var(--button_font_size);
  line-height: var(--button_line_height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  background: var(--primary_dark);
  color: var(--white);
}

.otslr-button--primary,
a.otslr-button--primary {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.otslr-button--primary:hover,
.otslr-button--primary:focus-visible,
a.otslr-button--primary:hover,
a.otslr-button--primary:focus-visible {
  background: var(--primary_dark);
  border-color: var(--primary_dark);
  color: var(--white);
}

.otslr-button--secondary,
a.otslr-button--secondary {
  background: transparent;
  color: var(--white);
  border-color: var(--primary);
}

.otslr-button--secondary:hover,
.otslr-button--secondary:focus-visible,
a.otslr-button--secondary:hover,
a.otslr-button--secondary:focus-visible {
  background: var(--primary_dark);
  color: var(--white);
  border-color: var(--primary);
}

.otslr-button:focus-visible,
a.otslr-button:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}



/* Carousel Cycle baseline styles */
.carousel-cycle {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-cycle__slide {
  width: 100%;
}

.carousel-cycle__slide img {
  display: block;
  width: 100%;
  height: auto;
}

.carousel-cycle__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

.carousel-cycle__prev,
.carousel-cycle__next {
  cursor: pointer;
  user-select: none;
}

.carousel-cycle__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.carousel-cycle__pager > span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
}

.carousel-cycle__pager .cycle-pager-active {
  background: var(--primary);
}

/* HEADER STYLES */
.carousel-cycle__header {
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--white);
  font-family: var(--font_family_heading);
  font-size: var(--h2_font_size);
  line-height: var(--h2_line_height);
  max-width: 50%;
}


/* ===========================
   Top Bar
   =========================== */
.top-bar-with-woocommerce-cart {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid var(--grey_light);
    font-size: var(--ptiny_font_size);
}

.top-bar-with-woocommerce-cart > div,
.top-bar-with-woocommerce-cart {
    width: 100%;
}

.top-bar-with-woocommerce-cart .otslr-utility-nav {
    list-style: none;
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.top-bar-with-woocommerce-cart .otslr-utility-nav a {
    color: var(--black_text);
    text-decoration: none;
    font-family: var(--font_family_body);
    font-size: var(--ptiny_font_size);
    font-weight: 500;
    transition: color 0.2s ease;
}

.top-bar-with-woocommerce-cart .otslr-utility-nav a:hover {
    color: var(--primary);
}

/* ===========================
   Main Header
   =========================== */
header.site-header-with-nav {
    width: 100%;
}

header.site-header-with-nav > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 24px;
}

.site-header__left-side {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-shrink: 0;
}

/* Navigation */
.site-navigation ul {
    display: flex;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navigation ul li {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

#primary-menu {
    margin-left: 14px;
}

#primary-menu li a {
    color: var(--black_text);
    text-decoration: none;
    font-family: var(--font_family_heading);
    font-size: var(--psmall_font_size);
    line-height: var(--psmall_line_height);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

#primary-menu li a:hover,
#primary-menu li a:focus-visible {
    color: var(--primary);
    background: rgba(255, 122, 0, 0.06);
}

#primary-menu li.current-menu-item a {
    color: var(--primary);
}

/* Right side icons */
.site-header__right-side {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.site-header__right-side .otslr-utility-nav {
    list-style: none;
    display: flex;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.site-header__right-side .otslr-utility-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--white_alt);
    border: 1px solid var(--grey_light);
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.15s ease;
}

.site-header__right-side .otslr-utility-nav a:hover {
    border-color: var(--primary);
    background: rgba(255, 122, 0, 0.06);
    transform: translateY(-1px);
}

.site-header__right-side .otslr-utility-nav img {
    width: 20px;
    height: 20px;
}

/* Cart icon with count badge */
.cc-cart-icon {
    position: relative;
}

.cc-cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--primary);
    color: var(--white);
    font-family: var(--font_family_heading);
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    pointer-events: none;
    animation: cc-cartPop 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes cc-cartPop {
    0%   { transform: scale(0); }
    60%  { transform: scale(1.25); }
    100% { transform: scale(1); }
}

/* ===========================
   Product Search (cc-search)
   =========================== */
.cc-search {
    position: relative;
    flex: 1 1 320px;
    max-width: 480px;
}

.cc-search__field {
    position: relative;
    display: flex;
    align-items: center;
}

.cc-search__input {
    width: 100%;
    height: 44px;
    padding: 0 44px 0 16px;
    border: 1px solid var(--grey_light);
    border-radius: 999px;
    font-family: var(--font_family_body);
    font-size: var(--psmall_font_size);
    color: var(--black_text);
    background: var(--white_alt);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.cc-search__input::placeholder {
    color: var(--grey_mid);
}

.cc-search__input:focus {
    border-color: var(--primary);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.12);
}

.cc-search__btn {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: var(--primary);
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.cc-search__btn:hover {
    background: var(--primary_dark);
}

.cc-search__btn img {
    filter: brightness(0) invert(1);
}

/* Dropdown */
.cc-search__dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: var(--white);
    border: 1px solid var(--grey_light);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(14, 14, 14, 0.10);
    max-height: 380px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    padding: 6px;
}

.cc-search__dropdown.is-open {
    display: block;
}

.cc-search__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.15s ease;
}

.cc-search__item:hover,
.cc-search__item:focus-visible {
    background: var(--white_alt);
}

.cc-search__item-img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid var(--grey_light);
    flex-shrink: 0;
}

.cc-search__item-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.cc-search__item-title {
    font-family: var(--font_family_heading);
    font-size: var(--psmall_font_size);
    font-weight: 600;
    color: var(--black_text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cc-search__item-price {
    font-family: var(--font_family_body);
    font-size: var(--ptiny_font_size);
    color: var(--primary_dark);
    font-weight: 600;
}

.cc-search__no-results {
    padding: 16px;
    text-align: center;
    color: var(--grey_mid);
    font-size: var(--psmall_font_size);
}

/* ===========================
   Header responsive
   =========================== */
@media (max-width: 1024px) {
    header.site-header-with-nav > .container {
        flex-wrap: wrap;
        gap: 14px;
    }

    .cc-search {
        order: 10;
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    /* Hide top bar text links on mobile */
    .top-bar-with-woocommerce-cart {
        display: none;
    }

    /* Stack the header into rows */
    header.site-header-with-nav > .container {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "icons-placeholder logo icons"
            "search search search"
            "nav nav nav";
        align-items: center;
        gap: 8px 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* Logo row — centered */
    .site-header__left-side {
        display: contents;
    }

    .site-header__logo-wrapper {
        grid-area: logo;
        display: flex;
        justify-content: center;
    }

    .site-header__logo-wrapper img {
        width: 160px !important;
    }

    /* Right-side icons */
    .site-header__right-side {
        grid-area: icons;
        justify-content: flex-end;
    }

    .site-header__right-side .otslr-utility-nav {
        gap: 8px;
    }

    .site-header__right-side .otslr-utility-nav a {
        width: 36px;
        height: 36px;
    }

    .site-header__right-side .otslr-utility-nav img {
        width: 18px;
        height: 18px;
    }

    /* Search — full width row */
    .cc-search {
        grid-area: search;
        order: unset;
        flex: unset;
        max-width: 100%;
    }

    .cc-search__input {
        height: 40px;
        font-size: var(--ptiny_font_size);
    }

    /* Nav — full width, centered row */
    .site-header__navigation-wrapper {
        grid-area: nav;
        width: 100%;
    }

    .site-navigation {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .site-navigation ul {
        flex-wrap: nowrap;
        gap: 0;
        justify-content: center;
        padding-bottom: 2px;
    }

    #primary-menu {
        margin-left: 0;
    }

    #primary-menu li a {
        font-size: var(--ptiny_font_size);
        padding: 6px 8px;
        white-space: nowrap;
    }
}


/* ===========================
   Phone Bar
   =========================== */
.cc-phone-bar-wrapper {
    margin-bottom: 0;
}

.cc-phone-bar {
    background: var(--black_alt);
    text-align: center;
    padding: 10px 16px;
    border-radius: 18px 18px 0 0;
}

.cc-phone-bar__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--white_alt);
    text-decoration: none;
    font-family: var(--font_family_heading);
    font-size: var(--psmall_font_size);
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: color 0.2s ease;
}

.cc-phone-bar__link:hover {
    color: var(--primary_light);
}

.cc-phone-bar__link img {
    filter: brightness(0) invert(1);
    opacity: 0.85;
}


/* ===========================
   Hero
   =========================== */
.hero-section {
    overflow: hidden;
}

.hero-section .container {
    margin-top: 0;
}

.hero__bg {
    position: relative;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 0 0 18px 18px;
    display: flex;
    align-items: stretch;
    min-height: 520px;
}

.hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(14, 14, 14, 0.82) 0%, rgba(14, 14, 14, 0.45) 50%, transparent 100%);
    border-radius: inherit;
    pointer-events: none;
}

.hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding: 48px 42px;
    width: 55%;
}

.hero__content > div {
    max-width: 520px;
}

.hero__content h1 {
    color: var(--white);
    font-family: var(--font_family_heading);
    font-size: clamp(42px, 5vw, 77px);
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 16px;
}

.hero__content p {
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--font_family_body);
    font-size: clamp(16px, 2vw, 22px);
    line-height: 1.45;
    font-weight: 400;
    margin-bottom: 28px;
}

.hero__content .otslr-button {
    margin-right: 10px;
    margin-bottom: 8px;
}

/* Hero responsive */
@media (max-width: 1024px) {
    .cc-phone-bar {
        border-radius: 14px 14px 0 0;
    }

    .hero__bg {
        min-height: 420px;
        border-radius: 0 0 14px 14px;
    }

    .hero__content {
        width: 65%;
        padding: 36px 28px;
    }
}

@media (max-width: 767px) {
    .cc-phone-bar-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }

    .cc-phone-bar {
        border-radius: 0;
    }

    .hero__bg {
        min-height: 360px;
        border-radius: 0;
        background-position: center;
    }

    .hero__bg::after {
        background: linear-gradient(180deg, rgba(14, 14, 14, 0.75) 0%, rgba(14, 14, 14, 0.50) 60%, transparent 100%);
    }

    .hero-section .container {
        padding-left: 0;
        padding-right: 0;
    }

    .hero__content {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 32px 20px;
    }

    .hero__content > div {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero__content h1 {
        font-size: 36px;
        line-height: 1.15;
        margin-bottom: 12px;
    }

    .hero__content p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .hero__content .otslr-button {
        padding: 10px 20px;
        font-size: var(--button_sm_font_size);
    }

    .cc-phone-bar {
        padding: 8px 12px;
        border-radius: 0;
    }

    .cc-phone-bar__link {
        font-size: var(--ptiny_font_size);
        gap: 6px;
    }

    .cc-phone-bar__link img {
        width: 14px;
        height: 14px;
    }
}


/* front-page sections (excluding hero) */
section {
  padding: 64px 0;
}

.section-header {
  width: var(--default-container-width);
  max-width: var(--container-small);
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.section-header h2 {
  color: var(--black_text);
  margin-bottom: 14px;
}

.section-header p {
  color: var(--black_alt);
  font-size: var(--psmall_font_size);
  line-height: var(--p_line_height);
  margin: 0;
}

/* ===========================
   Welcome Section
   =========================== */
.cc-welcome {
  padding: 80px 0 64px;
}

.cc-welcome .section-header h2 {
  font-size: clamp(28px, 4vw, var(--h2_font_size));
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 18px;
}

.cc-welcome .section-header p {
  font-size: var(--p_font_size);
  line-height: var(--p_line_height);
  color: var(--grey_mid);
  max-width: 600px;
  margin: 0 auto;
}

.cc-welcome__badge {
  display: inline-block;
  font-family: var(--font_family_heading);
  font-size: var(--ptiny_font_size);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  background: rgba(255, 122, 0, 0.08);
  border: 1px solid rgba(255, 122, 0, 0.18);
  border-radius: 999px;
  padding: 5px 16px;
  margin-bottom: 16px;
}

.cc-welcome__divider {
  width: 48px;
  height: 3px;
  background: var(--primary_gradient);
  border-radius: 2px;
  margin: 24px auto 0;
}

/* ===========================
   Scroll Animations
   =========================== */
.cc-animate-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.cc-animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger children when visible */
.cc-animate-on-scroll.is-visible .cc-welcome__badge {
  animation: cc-fadeInUp 0.5s 0.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cc-animate-on-scroll.is-visible h2 {
  animation: cc-fadeInUp 0.5s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cc-animate-on-scroll.is-visible p {
  animation: cc-fadeInUp 0.5s 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cc-animate-on-scroll.is-visible .cc-welcome__divider {
  animation: cc-scaleIn 0.5s 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes cc-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cc-scaleIn {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .cc-animate-on-scroll,
  .cc-animate-on-scroll.is-visible .cc-welcome__badge,
  .cc-animate-on-scroll.is-visible h2,
  .cc-animate-on-scroll.is-visible p,
  .cc-animate-on-scroll.is-visible .cc-welcome__divider {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ===========================
   Featured Product
   =========================== */
.cc-featured-product {
  padding: 0 0 80px;
}

.cc-featured-product__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  background: var(--white_alt);
  border: 1px solid var(--grey_light);
  border-radius: 18px;
  overflow: hidden;
}

.cc-featured-product__image {
  overflow: hidden;
  height: 100%;
}

.cc-featured-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.cc-featured-product__inner:hover .cc-featured-product__image img {
  transform: scale(1.04);
}

.cc-featured-product__info {
  padding: 40px 40px 40px 0;
}

.cc-featured-product__info .cc-welcome__badge {
  margin-bottom: 14px;
}

.cc-featured-product__info h2 {
  font-family: var(--font_family_heading);
  font-size: clamp(24px, 3vw, var(--h2_font_size));
  line-height: 1.15;
  font-weight: 900;
  color: var(--black_text);
  margin-bottom: 12px;
}

.cc-featured-product__price {
  font-family: var(--font_family_heading);
  font-size: var(--h3_font_size);
  font-weight: 700;
  color: var(--primary_dark);
  margin-bottom: 16px;
}

.cc-featured-product__price del {
  color: var(--grey_mid);
  font-weight: 400;
  font-size: 0.85em;
}

.cc-featured-product__price ins {
  text-decoration: none;
}

.cc-featured-product__desc {
  color: var(--black_alt);
  font-size: var(--psmall_font_size);
  line-height: var(--p_line_height);
  margin-bottom: 24px;
}

.cc-featured-product__desc p:last-child {
  margin-bottom: 0;
}

.cc-featured-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1024px) {
  .cc-featured-product__inner {
    gap: 32px;
  }

  .cc-featured-product__info {
    padding: 32px 32px 32px 0;
  }
}

@media (max-width: 767px) {
  .cc-featured-product {
    padding: 0 0 48px;
  }

  .cc-featured-product__inner {
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 14px;
  }

  .cc-featured-product__image {
    max-height: 320px;
  }

  .cc-featured-product__info {
    padding: 24px;
    text-align: center;
  }

  .cc-featured-product__actions {
    justify-content: center;
  }
}

.testimonials {
  background: var(--black_aa);
  padding: 80px 0;
}

.testimonials .section-header h2 {
  color: var(--white);
}

.testimonials .cc-welcome__badge {
  background: rgba(255, 122, 0, 0.12);
  border-color: rgba(255, 122, 0, 0.25);
}

.testimonial-cards {
  max-width: var(--container-medium);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.testimonial-card {
  background: var(--black_alt);
  border: 1px solid var(--border_color);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(255, 122, 0, 0.08);
}

.testimonial-card__stars {
  color: var(--primary);
  font-size: 18px;
  letter-spacing: 2px;
}

.testimonial-card blockquote {
  font-family: var(--font_family_content);
  font-size: var(--psmall_font_size);
  line-height: var(--p_line_height);
  color: var(--grey_mid);
  margin: 0;
  font-style: italic;
  flex: 1;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--border_color);
}

.testimonial-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary_gradient);
  color: var(--white);
  font-family: var(--font_family_heading);
  font-size: var(--ptiny_font_size);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testimonial-card__author span {
  font-family: var(--font_family_heading);
  font-weight: 700;
  font-size: var(--psmall_font_size);
  color: var(--white_alt);
}

/* ===========================
   Made in the USA
   =========================== */
.cc-made-in-usa {
  padding: 80px 0;
}

.cc-made-in-usa__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.cc-made-in-usa__image {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--grey_light);
}

.cc-made-in-usa__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.cc-made-in-usa__inner:hover .cc-made-in-usa__image img {
  transform: scale(1.03);
}

.cc-made-in-usa__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cc-made-in-usa__content .cc-welcome__badge {
  margin-bottom: 14px;
}

.cc-made-in-usa__content h2 {
  font-family: var(--font_family_heading);
  font-size: clamp(26px, 3vw, var(--h2_font_size));
  line-height: 1.15;
  font-weight: 900;
  color: var(--black_text);
  margin-bottom: 14px;
}

.cc-made-in-usa__content p {
  color: var(--black_alt);
  font-size: var(--psmall_font_size);
  line-height: var(--p_line_height);
  margin-bottom: 24px;
}

.cc-made-in-usa__features {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
}

.cc-made-in-usa__feature {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font_family_heading);
  font-size: var(--ptiny_font_size);
  font-weight: 700;
  color: var(--black_text);
  letter-spacing: 0.02em;
}

.cc-made-in-usa__feature-icon {
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .cc-made-in-usa__inner {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .cc-made-in-usa {
    padding: 48px 0;
  }

  .cc-made-in-usa__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cc-made-in-usa__image {
    border-radius: 14px;
    max-height: 280px;
  }

  .cc-made-in-usa__content {
    align-items: center;
    text-align: center;
  }

  .cc-made-in-usa__features {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}

@media (max-width: 1024px) {
  .testimonial-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  section {
    padding: 44px 0;
  }

  .section-header {
    text-align: left;
  }

  .testimonials {
    padding: 48px 0;
  }

  .testimonials .section-header {
    text-align: center;
  }

  .testimonial-cards {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .testimonial-card {
    padding: 22px;
  }
}


/* ===========================
   Default Page
   =========================== */
.cc-page {
  padding: 48px 0 64px;
}

.cc-page__header {
  margin-bottom: 28px;
}

.cc-page__header h1 {
  font-family: var(--font_family_heading);
  font-size: clamp(28px, 4vw, var(--h1_font_size));
  font-weight: 900;
}

.cc-page__content {
  max-width: var(--container-medium);
}

/* WooCommerce page overrides (cart, checkout, account) */
.woocommerce .cc-page__content {
  max-width: 100%;
}


/* Footer */
.site-footer {
  margin-top: 64px;
  padding: 56px 0 20px;
  background: var(--black_aa);
  color: var(--white);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(240px, 1.3fr) 1fr 1fr minmax(240px, 1.2fr);
  gap: 28px;
  align-items: start;
}

.site-footer__col h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-family: var(--font_family_heading);
  font-size: var(--h4_font_size);
  line-height: var(--h4_line_height);
}

.site-footer__col p,
.site-footer__col li,
.site-footer__col a {
  color: var(--white_alt);
  font-family: var(--font_family_content);
  font-size: var(--psmall_font_size);
  line-height: var(--psmall_line_height);
}

.site-footer__logo {
  display: inline-block;
  margin-bottom: 14px;
}

.site-footer__logo img {
  width: 180px;
  height: auto;
}

.site-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links li {
  margin-bottom: 8px;
}

.site-footer__links a {
  text-decoration: none;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: var(--primary_light);
}

.site-footer__cta {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer__newsletter {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 8px;
}

.site-footer__newsletter input {
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--primary);
  background: transparent;
  color: var(--white);
  padding: 0 14px;
}

.site-footer__newsletter input::placeholder {
  color: var(--grey_mid);
}

.site-footer__bottom {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer__bottom p {
  margin: 0;
  color: var(--grey_mid);
  font-size: var(--ptiny_font_size);
  line-height: var(--ptiny_line_height);
}

@media (max-width: 1100px) {
  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 767px) {
  .site-footer {
    margin-top: 44px;
    padding-top: 42px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .site-footer__bottom {
    flex-direction: column;
    gap: 8px;
  }
}


/* ===========================
   WooCommerce Single Product
   =========================== */

.cc-single-product {
  padding-bottom: 64px;
}

/* Breadcrumbs Bar */
.cc-single-product__breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--grey_light);
  margin-bottom: 32px;
}

.cc-breadcrumbs,
.cc-breadcrumbs a,
.cc-breadcrumbs span {
  font-family: var(--font_family_content);
  font-size: var(--ptiny_font_size);
  line-height: var(--ptiny_line_height);
  color: var(--grey_mid);
}

.cc-breadcrumbs a {
  color: var(--black_text);
  text-decoration: none;
}

.cc-breadcrumbs a:hover {
  color: var(--primary);
}

.cc-single-product__item-number {
  font-family: var(--font_family_content);
  font-size: var(--ptiny_font_size);
  line-height: var(--ptiny_line_height);
  color: var(--grey_mid);
  white-space: nowrap;
}

/* Two-Column Layout */
.cc-single-product__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* Gallery */
.cc-single-product__main-image {
  background: var(--white_alt);
  border: 1px solid var(--grey_light);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.cc-single-product__main-image img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.cc-single-product__thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.cc-single-product__thumb {
  width: 72px;
  height: 72px;
  border: 2px solid var(--grey_light);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  background: var(--white);
  transition: border-color 0.2s ease;
}

.cc-single-product__thumb:hover {
  border-color: var(--primary_light);
}

.cc-single-product__thumb--active {
  border-color: var(--primary);
}

.cc-single-product__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Product Info */
.cc-single-product__title {
  font-family: var(--font_family_heading);
  font-size: var(--h1_font_size);
  line-height: var(--h1_line_height);
  font-weight: 700;
  margin-bottom: 14px;
}

.cc-single-product__price {
  font-family: var(--font_family_heading);
  font-size: var(--h2_font_size);
  line-height: var(--h2_line_height);
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 14px;
}

.cc-single-product__price del {
  color: var(--grey_mid);
  font-size: var(--h4_font_size);
  margin-right: 8px;
}

.cc-single-product__price ins {
  text-decoration: none;
}

.cc-single-product__short-desc {
  font-family: var(--font_family_content);
  font-size: var(--p_font_size);
  line-height: var(--p_line_height);
  color: var(--black_alt);
  margin-bottom: 21px;
}

/* Meta (SKU, Stock) */
.cc-single-product__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 21px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--grey_light);
}

.cc-single-product__meta-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cc-meta-label {
  font-family: var(--font_family_content);
  font-size: var(--psmall_font_size);
  font-weight: 700;
  color: var(--black_text);
}

.cc-meta-value {
  font-family: var(--font_family_content);
  font-size: var(--psmall_font_size);
  color: var(--black_alt);
}

.cc-stock {
  font-family: var(--font_family_content);
  font-size: var(--psmall_font_size);
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
}

.cc-stock--in-stock {
  background: #e8f5e9;
  color: #2e7d32;
}

.cc-stock--out-of-stock {
  background: #fbe9e7;
  color: #c62828;
}

/* Add to Cart area */
.cc-single-product__add-to-cart {
  margin-bottom: 21px;
}

.cc-single-product__add-to-cart .quantity {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
}

.cc-single-product__add-to-cart .quantity input[type="number"] {
  width: 64px;
  height: 48px;
  text-align: center;
  border: 1px solid var(--grey_light);
  border-radius: 8px;
  font-size: var(--p_font_size);
  font-family: var(--font_family_content);
}

.cc-single-product__add-to-cart .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font_family_button);
  font-size: var(--button_font_size);
  line-height: var(--button_line_height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  background: var(--primary);
  color: var(--white);
}

.cc-single-product__add-to-cart .single_add_to_cart_button:hover {
  background: var(--primary_dark);
}

/* Categories / Tags */
.cc-single-product__categories,
.cc-single-product__tags {
  font-family: var(--font_family_content);
  font-size: var(--psmall_font_size);
  line-height: var(--psmall_line_height);
  color: var(--black_alt);
  margin-bottom: 7px;
}

.cc-single-product__categories a,
.cc-single-product__tags a {
  color: var(--primary);
  text-decoration: none;
}

.cc-single-product__categories a:hover,
.cc-single-product__tags a:hover {
  color: var(--primary_dark);
}

/* Tabs */
.cc-single-product__tabs {
  margin-top: 48px;
}

.cc-single-product__tabs .woocommerce-tabs {
  border-top: 1px solid var(--grey_light);
}

.cc-single-product__tabs .woocommerce-tabs ul.tabs {
  list-style: none;
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid var(--grey_light);
}

.cc-single-product__tabs .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
}

.cc-single-product__tabs .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 14px 24px;
  font-family: var(--font_family_heading);
  font-size: var(--psmall_font_size);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--grey_mid);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.cc-single-product__tabs .woocommerce-tabs ul.tabs li a:hover {
  color: var(--black_text);
}

.cc-single-product__tabs .woocommerce-tabs ul.tabs li.active a {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.cc-single-product__tabs .woocommerce-tabs .panel {
  padding: 28px 0;
  font-family: var(--font_family_content);
  font-size: var(--p_font_size);
  line-height: var(--p_line_height);
}

.cc-single-product__tabs .woocommerce-tabs .panel h2 {
  font-size: var(--h3_font_size);
  margin-bottom: 14px;
}

/* Related Products */
.cc-single-product__related {
  margin-top: 48px;
}

.cc-single-product__related > section > h2,
.cc-single-product__related .related > h2 {
  font-family: var(--font_family_heading);
  font-size: var(--h3_font_size);
  line-height: var(--h3_line_height);
  margin-bottom: 21px;
}

.cc-single-product__related .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 21px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cc-single-product__related .products li.product {
  background: var(--white);
  border: 1px solid var(--grey_light);
  border-radius: 12px;
  overflow: hidden;
  padding: 16px;
  transition: box-shadow 0.2s ease;
}

.cc-single-product__related .products li.product:hover {
  box-shadow: 0 8px 22px rgba(14, 14, 14, 0.08);
}

.cc-single-product__related .products li.product img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 12px;
}

.cc-single-product__related .products li.product a {
  text-decoration: none;
  color: var(--black_text);
}

.cc-single-product__related .products li.product .price {
  font-family: var(--font_family_heading);
  font-weight: 700;
  color: var(--primary);
  font-size: var(--h5_font_size);
}

.cc-single-product__related .products li.product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-family: var(--font_family_button);
  font-size: var(--button_sm_font_size);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
  margin-top: 8px;
  transition: background 0.2s ease;
}

.cc-single-product__related .products li.product .button:hover {
  background: var(--primary_dark);
}

/* Responsive */
@media (max-width: 1024px) {
  .cc-single-product__top {
    gap: 32px;
  }

  .cc-single-product__related .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cc-single-product__breadcrumbs {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .cc-single-product__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cc-single-product__title {
    font-size: var(--h3_font_size);
    line-height: var(--h3_line_height);
  }

  .cc-single-product__price {
    font-size: var(--h3_font_size);
    line-height: var(--h3_line_height);
  }

  .cc-single-product__tabs .woocommerce-tabs ul.tabs {
    flex-direction: column;
  }

  .cc-single-product__tabs .woocommerce-tabs ul.tabs li a {
    padding: 12px 16px;
    border-bottom: none;
    border-left: 3px solid transparent;
  }

  .cc-single-product__tabs .woocommerce-tabs ul.tabs li.active a {
    border-bottom: none;
    border-left-color: var(--primary);
  }

  .cc-single-product__related .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .cc-single-product__tabs,
  .cc-single-product__related {
    margin-top: 32px;
  }
}

/* ==========================================================================
   My Account — Page Shell
   ========================================================================== */

.cc-account {
  background: var(--black_aa);
  min-height: 60vh;
  padding-bottom: 80px;
}

.cc-account__breadcrumbs {
  padding-top: 24px;
  padding-bottom: 0;
}

.cc-breadcrumbs,
.cc-breadcrumbs span,
.cc-breadcrumbs a {
  font-family: var(--font_family_body);
  font-size: var(--ptiny_font_size);
  line-height: var(--ptiny_line_height);
  color: var(--grey_mid);
}

.cc-breadcrumbs a:hover {
  color: var(--primary);
  text-decoration: none;
}

.cc-breadcrumbs .breadcrumb_last {
  color: var(--white_alt);
}

.cc-account__wrapper {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  align-items: start;
  padding-top: 40px;
}

.cc-account__sidebar {
  position: sticky;
  top: 100px;
}

.cc-account__content {
  min-width: 0;
}

.cc-account__login {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 40px;
}

/* ==========================================================================
   My Account — Sidebar Navigation
   ========================================================================== */

.cc-account-nav {}

.cc-account-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cc-account-nav__item {
  margin: 0;
}

.cc-account-nav__link {
  display: block;
  padding: 10px 16px;
  border-radius: 8px;
  font-family: var(--font_family_body);
  font-size: var(--psmall_font_size);
  line-height: var(--psmall_line_height);
  font-weight: 500;
  color: var(--grey_mid);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: background 0.15s ease, color 0.15s ease;
}

.cc-account-nav__link:hover {
  background: rgba(255, 122, 0, 0.10);
  color: var(--primary_light);
  text-decoration: none;
}

.cc-account-nav__link.is-active {
  background: rgba(255, 122, 0, 0.15);
  color: var(--primary);
  font-weight: 700;
  border-left: 3px solid var(--primary);
  padding-left: 13px;
}

/* ==========================================================================
   My Account — Dashboard
   ========================================================================== */

.cc-dashboard {}

.cc-dashboard__greeting {
  font-family: var(--font_family_heading);
  font-size: var(--h3_font_size);
  line-height: var(--h3_line_height);
  color: var(--white);
  margin-bottom: 12px;
}

.cc-dashboard__greeting strong {
  color: var(--primary);
}

.cc-dashboard__intro {
  font-family: var(--font_family_body);
  font-size: var(--psmall_font_size);
  line-height: var(--psmall_line_height);
  color: var(--grey_mid);
  margin-bottom: 32px;
  max-width: 600px;
}

.cc-dashboard__intro a {
  color: var(--primary_light);
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.15s ease, color 0.15s ease;
}

.cc-dashboard__intro a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}

.cc-dashboard__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cc-dashboard__card {
  display: block;
  padding: 24px;
  background: var(--black_alt);
  border: 1px solid var(--border_color);
  border-radius: 12px;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.cc-dashboard__card:hover {
  border-color: var(--primary);
  background: rgba(255, 122, 0, 0.05);
  transform: translateY(-2px);
  text-decoration: none;
}

.cc-dashboard__card h4 {
  font-family: var(--font_family_heading);
  font-size: var(--h5_font_size);
  line-height: var(--h5_line_height);
  color: var(--white);
  margin: 0 0 6px;
}

.cc-dashboard__card p {
  font-family: var(--font_family_body);
  font-size: var(--ptiny_font_size);
  line-height: var(--ptiny_line_height);
  color: var(--grey_mid);
  margin: 0;
}

/* ==========================================================================
   My Account — Login / Register Forms
   ========================================================================== */

.cc-login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

/* Single-panel (registration disabled) */
.cc-login .cc-login__form-wrap:only-child {
  grid-column: 1 / -1;
  max-width: 480px;
}

.cc-login__form-wrap {
  background: var(--black_alt);
  border: 1px solid var(--border_color);
  border-radius: 16px;
  padding: 36px 32px;
}

.cc-login__heading {
  font-family: var(--font_family_heading);
  font-size: var(--h3_font_size);
  line-height: var(--h3_line_height);
  color: var(--white);
  margin: 0 0 28px;
}

/* Form rows & inputs */
.cc-form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.cc-form-row label {
  font-family: var(--font_family_body);
  font-size: var(--ptiny_font_size);
  line-height: var(--ptiny_line_height);
  font-weight: 600;
  color: var(--white_alt);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cc-form-row label .required {
  color: var(--primary);
  margin-left: 2px;
}

.cc-input {
  width: 100%;
  padding: 11px 16px;
  background: var(--black_aa);
  border: 1px solid var(--border_color);
  border-radius: 8px;
  font-family: var(--font_family_body);
  font-size: var(--psmall_font_size);
  line-height: var(--psmall_line_height);
  color: var(--white);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.cc-input::placeholder {
  color: var(--grey_mid);
}

.cc-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.18);
}

/* Inline row (checkbox row) */
.cc-form-row--inline {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

/* Checkbox */
.cc-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.cc-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
}

.cc-checkbox span {
  font-family: var(--font_family_body);
  font-size: var(--ptiny_font_size);
  line-height: var(--ptiny_line_height);
  color: var(--grey_mid);
}

/* Password note */
.cc-form-note {
  font-family: var(--font_family_body);
  font-size: var(--ptiny_font_size);
  line-height: var(--ptiny_line_height);
  color: var(--grey_mid);
  background: rgba(255, 122, 0, 0.07);
  border-left: 3px solid var(--primary);
  border-radius: 0 6px 6px 0;
  padding: 10px 14px;
  margin-bottom: 20px;
}

/* Lost password link */
.cc-login__lost-pw {
  margin-top: 16px;
  margin-bottom: 0;
  text-align: center;
}

.cc-login__lost-pw a {
  font-family: var(--font_family_body);
  font-size: var(--ptiny_font_size);
  color: var(--grey_mid);
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.cc-login__lost-pw a:hover {
  color: var(--primary_light);
  text-decoration-color: var(--primary_light);
}

/* Full-width button inside login forms */
.cc-login__form .otslr-button {
  width: 100%;
  justify-content: center;
}

/* WooCommerce notices inside account pages */
.cc-account .woocommerce-notices-wrapper .woocommerce-message,
.cc-account .woocommerce-notices-wrapper .woocommerce-info {
  background: rgba(255, 122, 0, 0.10);
  border-top: 3px solid var(--primary);
  color: var(--white_alt);
  border-radius: 0 0 8px 8px;
  padding: 14px 20px;
  font-family: var(--font_family_body);
  font-size: var(--psmall_font_size);
}

.cc-account .woocommerce-notices-wrapper .woocommerce-error {
  background: rgba(220, 38, 38, 0.10);
  border-top: 3px solid #dc2626;
  color: var(--white_alt);
  border-radius: 0 0 8px 8px;
  padding: 14px 20px;
  font-family: var(--font_family_body);
  font-size: var(--psmall_font_size);
}

/* ==========================================================================
   My Account — Responsive
   ========================================================================== */

@media (max-width: 900px) {
  .cc-account__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 24px;
  }

  .cc-account__sidebar {
    position: static;
  }

  .cc-account-nav__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border_color);
    margin-bottom: 24px;
  }

  .cc-account-nav__link {
    padding: 8px 14px;
  }

  .cc-account-nav__link.is-active {
    border-left: none;
    border-bottom: 3px solid var(--primary);
    padding-left: 14px;
    padding-bottom: 5px;
    border-radius: 8px 8px 0 0;
  }

  .cc-dashboard__cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .cc-login {
    grid-template-columns: 1fr;
  }

  .cc-login__form-wrap {
    padding: 28px 20px;
  }

  .cc-dashboard__cards {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   WooCommerce Account — Fields, Inputs, Selects, Form Layout
   Covers: edit-address, edit-account, and any WC endpoint using
   .input-text / .form-row / .woocommerce-input-wrapper
   ========================================================================== */

/* ── Field wrapper grid ────────────────────────────────────────────────── */

.cc-account__content .woocommerce-address-fields__field-wrapper,
.cc-account__content .woocommerce-EditAccountForm {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 0;
}

/* Full-width rows */
.cc-account__content .form-row-wide,
.cc-account__content .form-row.form-row-wide {
  grid-column: 1 / -1;
}

/* Half-width rows */
.cc-account__content .form-row-first {
  grid-column: 1;
}

.cc-account__content .form-row-last {
  grid-column: 2;
}

/* ── form-row <p> reset ────────────────────────────────────────────────── */

.cc-account__content .form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
  padding: 0;
}

/* ── Labels ────────────────────────────────────────────────────────────── */

.cc-account__content .form-row label,
.cc-account__content .form-row .gform-field-label {
  font-family: var(--font_family_body);
  font-size: var(--ptiny_font_size);
  line-height: var(--ptiny_line_height);
  font-weight: 600;
  color: var(--white_alt);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.cc-account__content .form-row label .required {
  color: var(--primary);
  margin-left: 2px;
}

.cc-account__content .form-row label .optional {
  color: var(--grey_mid);
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  margin-left: 4px;
}

/* Screen-reader labels that should still be visible (address line 2) */
.cc-account__content .form-row label.screen-reader-text {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  overflow: visible !important;
  position: static !important;
  white-space: normal !important;
  width: auto !important;
}

/* ── Input wrapper ─────────────────────────────────────────────────────── */

.cc-account__content .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

/* ── Text inputs ───────────────────────────────────────────────────────── */

.cc-account__content .input-text,
.cc-account__content input[type="text"],
.cc-account__content input[type="email"],
.cc-account__content input[type="password"],
.cc-account__content input[type="tel"],
.cc-account__content input[type="number"] {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: var(--black_aa);
  border: 1px solid var(--border_color);
  border-radius: 8px;
  font-family: var(--font_family_body);
  font-size: 16px;
  line-height: 56px;
  color: var(--white);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.cc-account__content .input-text::placeholder,
.cc-account__content input[type="text"]::placeholder,
.cc-account__content input[type="email"]::placeholder,
.cc-account__content input[type="password"]::placeholder,
.cc-account__content input[type="tel"]::placeholder,
.cc-account__content input[type="number"]::placeholder {
  color: var(--grey_mid);
  opacity: 1;
}

.cc-account__content .input-text:focus,
.cc-account__content input[type="text"]:focus,
.cc-account__content input[type="email"]:focus,
.cc-account__content input[type="password"]:focus,
.cc-account__content input[type="tel"]:focus,
.cc-account__content input[type="number"]:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.18);
}

/* ── Native selects (hidden by Select2 but still styled as fallback) ───── */

.cc-account__content select {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 40px 0 16px;
  background: var(--black_aa);
  border: 1px solid var(--border_color);
  border-radius: 8px;
  font-family: var(--font_family_body);
  font-size: 16px;
  color: var(--white);
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23BDB8B2' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px;
}

.cc-account__content select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.18);
}

/* ── Select2 — trigger button ──────────────────────────────────────────── */

.cc-account__content .select2-container--default .select2-selection--single {
  height: 56px;
  background: var(--black_aa);
  border: 1px solid var(--border_color);
  border-radius: 8px;
  display: flex;
  align-items: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.cc-account__content .select2-container--default.select2-container--open .select2-selection--single,
.cc-account__content .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.18);
  outline: none;
}

.cc-account__content .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 40px 0 16px;
  font-family: var(--font_family_body);
  font-size: 16px;
  line-height: 56px;
  color: var(--white);
}

.cc-account__content .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--grey_mid);
}

.cc-account__content .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px;
  right: 12px;
  width: 24px;
}

.cc-account__content .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--grey_mid) transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  margin-top: -3px;
}

.cc-account__content .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--primary) transparent;
  border-width: 0 5px 6px 5px;
}

/* ── Select2 — dropdown panel ──────────────────────────────────────────── */

.cc-account__content + * .select2-dropdown,
.select2-dropdown {
  background: var(--black_alt);
  border: 1px solid var(--primary);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.select2-dropdown .select2-search--dropdown {
  padding: 10px 12px;
  background: var(--black_alt);
  border-bottom: 1px solid var(--border_color);
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
  height: 40px;
  padding: 0 12px;
  background: var(--black_aa);
  border: 1px solid var(--border_color);
  border-radius: 6px;
  font-family: var(--font_family_body);
  font-size: 14px;
  color: var(--white);
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.select2-dropdown .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(255, 122, 0, 0.18);
}

.select2-dropdown .select2-results__options {
  max-height: 240px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--border_color) transparent;
}

.select2-dropdown .select2-results__option {
  padding: 10px 16px;
  font-family: var(--font_family_body);
  font-size: 15px;
  color: var(--white_alt);
  cursor: pointer;
  transition: background 0.1s ease, color 0.1s ease;
}

.select2-dropdown .select2-results__option--highlighted {
  background: rgba(255, 122, 0, 0.15) !important;
  color: var(--primary_light) !important;
}

.select2-dropdown .select2-results__option[aria-selected="true"] {
  background: rgba(255, 122, 0, 0.25);
  color: var(--primary);
  font-weight: 600;
}

/* ── Validation states ─────────────────────────────────────────────────── */

.cc-account__content .form-row.woocommerce-invalid .input-text,
.cc-account__content .form-row.woocommerce-invalid input,
.cc-account__content .form-row.woocommerce-invalid .select2-selection--single {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15) !important;
}

.cc-account__content .form-row.woocommerce-validated .input-text,
.cc-account__content .form-row.woocommerce-validated input,
.cc-account__content .form-row.woocommerce-validated .select2-selection--single {
  border-color: #22c55e !important;
}

/* ── Submit / Save button ──────────────────────────────────────────────── */

.cc-account__content .button[type="submit"],
.cc-account__content p > .button,
.cc-account__content .woocommerce-address-fields p > .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font_family_button);
  font-size: var(--button_font_size);
  line-height: var(--button_line_height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  cursor: pointer;
  background: var(--primary);
  color: var(--white);
  margin-top: 8px;
  transition: background 0.2s ease;
}

.cc-account__content .button[type="submit"]:hover,
.cc-account__content p > .button:hover {
  background: var(--primary_dark);
  color: var(--white);
}

.cc-account__content .button[type="submit"]:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* ── Responsive ────────────────────────────────────────────────────────── */

@media (max-width: 680px) {
  .cc-account__content .woocommerce-address-fields__field-wrapper,
  .cc-account__content .woocommerce-EditAccountForm {
    grid-template-columns: 1fr;
  }

  .cc-account__content .form-row-first,
  .cc-account__content .form-row-last {
    grid-column: 1;
  }
}

/* ==========================================================================
   Shop Archive — Layout + Cards
   ========================================================================== */

.cc-shop {
  background:
    radial-gradient(circle at 85% 8%, rgba(255, 122, 0, 0.15), transparent 28%),
    radial-gradient(circle at 12% 78%, rgba(255, 140, 26, 0.12), transparent 26%),
    var(--black_aa);
  min-height: 70vh;
  padding-bottom: 80px;
}

.cc-shop__breadcrumbs {
  padding-top: 24px;
}

.cc-shop__header {
  padding-top: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cc-shop__title {
  margin: 0 0 10px;
  font-family: var(--font_family_heading);
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.05;
  color: var(--white);
  letter-spacing: 0.01em;
}

.cc-shop__description {
  max-width: 760px;
  font-family: var(--font_family_body);
  font-size: var(--psmall_font_size);
  line-height: var(--p_line_height);
  color: var(--grey_mid);
}

.cc-shop__description p:last-child {
  margin-bottom: 0;
}

.cc-shop__content {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding-top: 32px;
}

/* Sidebar */
.cc-shop__sidebar {
  position: sticky;
  top: 94px;
  align-self: start;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 20px 18px;
  backdrop-filter: blur(6px);
}

.cc-shop__filter-group {
  margin-bottom: 18px;
}

.cc-shop__filter-heading,
.cc-shop__sidebar .widget-title {
  margin: 0 0 10px;
  font-family: var(--font_family_heading);
  font-size: var(--h6_font_size);
  line-height: var(--h6_line_height);
  color: var(--white_alt);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cc-shop__category-list,
.cc-shop__sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cc-shop__category-list li,
.cc-shop__sidebar .widget ul li {
  margin: 0;
}

.cc-shop__category-list li a,
.cc-shop__sidebar .widget ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  font-family: var(--font_family_body);
  font-size: 15px;
  line-height: 1.3;
  color: var(--grey_mid);
  text-decoration: none;
  transition: background 0.14s ease, color 0.14s ease;
}

.cc-shop__category-list li a:hover,
.cc-shop__sidebar .widget ul li a:hover {
  background: rgba(255, 122, 0, 0.12);
  color: var(--primary_light);
}

.cc-shop__category-list li.active a {
  background: rgba(255, 122, 0, 0.16);
  color: var(--primary);
  font-weight: 700;
}

.cc-shop__cat-count {
  color: var(--grey_mid);
  font-size: 13px;
  opacity: 0.9;
}

.cc-shop__sidebar .widget {
  margin: 16px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Toolbar */
.cc-shop__products {
  min-width: 0;
}

.cc-shop__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.cc-shop__result-count .woocommerce-result-count {
  margin: 0;
  color: var(--grey_mid);
  font-family: var(--font_family_body);
  font-size: 14px;
  line-height: 1.3;
}

.cc-shop__ordering .woocommerce-ordering {
  margin: 0;
}

.cc-shop__ordering .orderby {
  min-width: 230px;
  height: 42px;
  padding: 0 40px 0 12px;
  border-radius: 8px;
  border: 1px solid var(--border_color);
  background-color: var(--black_alt);
  color: var(--white_alt);
  font-family: var(--font_family_body);
  font-size: 14px;
  line-height: 42px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='%23BDB8B2' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.cc-shop__ordering .orderby:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.18);
}

/* Product grid */
.cc-shop__products ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cc-shop__products ul.products::before,
.cc-shop__products ul.products::after {
  display: none;
}

.cc-shop__products ul.products li.product.cc-product-card {
  width: auto;
  float: none;
  margin: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.cc-shop__products ul.products li.product.cc-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 122, 0, 0.65);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

.cc-product-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  min-height: 100%;
}

.cc-product-card__image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

.cc-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.cc-product-card__link:hover .cc-product-card__image img {
  transform: scale(1.04);
}

.cc-product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--primary);
  color: var(--white);
  font-family: var(--font_family_heading);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cc-product-card__info {
  padding: 14px 14px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.cc-product-card__title {
  margin: 0;
  font-family: var(--font_family_heading);
  font-size: 18px;
  line-height: 1.25;
  color: var(--white);
}

.cc-product-card__excerpt {
  margin: 0;
  font-family: var(--font_family_body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--grey_mid);
}

.cc-product-card__price,
.cc-product-card__price .price {
  margin-top: auto;
  font-family: var(--font_family_heading);
  font-size: 22px;
  line-height: 1.2;
  color: var(--primary_light);
}

.cc-product-card__price del,
.cc-product-card__price .price del {
  color: var(--grey_mid);
  opacity: 0.8;
  font-size: 14px;
  margin-right: 6px;
}

.cc-product-card__price ins,
.cc-product-card__price .price ins {
  text-decoration: none;
}

.cc-product-card__actions {
  padding: 0 14px 14px;
}

.cc-product-card__actions .cc-product-card__button,
.cc-product-card__actions .button {
  width: 100%;
  justify-content: center;
}

/* No products */
.cc-shop__products ul.products li.cc-shop__no-products {
  grid-column: 1 / -1;
  margin: 0;
  padding: 26px;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.cc-shop__products ul.products li.cc-shop__no-products p {
  margin: 0;
  color: var(--grey_mid);
  font-family: var(--font_family_body);
}

/* Pagination */
.cc-shop__pagination {
  margin-top: 28px;
}

.cc-shop__pagination .woocommerce-pagination ul.page-numbers {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
}

.cc-shop__pagination .woocommerce-pagination ul.page-numbers li {
  border: none;
  margin: 0;
}

.cc-shop__pagination .woocommerce-pagination ul.page-numbers li .page-numbers {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font_family_heading);
  font-size: 14px;
  color: var(--white_alt);
  background: rgba(255, 255, 255, 0.02);
  text-decoration: none;
}

.cc-shop__pagination .woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.cc-shop__pagination .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

/* Responsive */
@media (max-width: 1120px) {
  .cc-shop__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cc-shop__sidebar {
    position: static;
  }

  .cc-shop__products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .cc-shop__header {
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .cc-shop__toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .cc-shop__ordering .orderby {
    min-width: 0;
    width: 100%;
  }

  .cc-shop__products ul.products {
    grid-template-columns: 1fr;
  }
}
}