@font-face {
  font-family: 'Clash Display';
src: url('/wp-content/themes/Katzkin/fonts/ClashDisplay-Light.woff2') format('woff2');
  font-weight: 300; /* Light */
  font-style: normal;
}
@font-face {
  font-family: 'Clash Display';
src: url('/wp-content/themes/Katzkin/fonts/ClashDisplay-Regular.woff2') format('woff2');
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: 'Clash Display';
src: url('/wp-content/themes/Katzkin/fonts/ClashDisplay-Semibold.woff2') format('woff2');
  font-weight: 600; /* SemiBold */
  font-style: normal;
}
@font-face {
  font-family: 'Clash Display';
src: url('/wp-content/themes/Katzkin/fonts/ClashDisplay-Semibold.woff2') format('woff2');
  font-weight: 700; /* Bold */
  font-style: normal;
}

:root {
  --primary-font: "Figtree", sans-serif;
  --secondary-font: "Clash Display", sans-serif;
  --tertiary-font: "Inter", sans-serif;

  --white: 255 255 255;
  --black: 0 0 0;
  --color-1: 51 46 43;
  --color-2: 87 87 87;
  --color-3: 255 255 255;
  --color-4: 255 255 255;
  --color-5: 255 255 255;
  --color-6: 0 0 0;
  --color-7: 51 46 43;
  --color-8: 87 87 87;
  --color-9: 246 246 246;

  --page-width: 1440px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--primary-font) !important;
}

h1, h2, h3 { font-family: var(--secondary-font) !important; }

h1 *, h2 *, h3 * { font-family: inherit !important; }

.row-type h1 { font-size: 51px; }
.row-type h2 { font-size: 39px; }
.row-type h3 { font-size: 22px; }

img { border-radius: 8px; }

.row-type-1 {
  background-color: rgb(var(--color-3)) !important;
  color: rgb(var(--color-1)) !important;
}

.row-type-2 {
  background-color: rgb(var(--color-6)) !important;
  color: rgb(var(--color-4)) !important;
  background-image: linear-gradient(0deg, rgb(var(--color-6) / 0.13), rgb(var(--color-6) / 0.13)), url(/wp-content/themes/Katzkin/images/diamond-background.png);
}

.row-type-3 {
  background-color: rgb(var(--color-9)) !important;
  color: rgb(var(--color-7)) !important;
}

.row-type .half, .row-type #standard-page-content, .row-type #breadcrumbs,
.row-type p, .row-type strong, .row-type span,
.row-type h1, .row-type h2, .row-type h3 {
  color: inherit !important;
}

.row-type a {
  border-bottom-color: inherit !important;
  color: inherit !important;
}

.row-type .hero-link-static, .row-type .hero-link-static-right, .row-type .leather-link {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.row-type .hero-link-static, .row-type .hero-link-static-right, .row-type .leather-link,
.row-type input[type="submit"], .row-type .btn1, .row-type #backbutton, .row-type #dyoctabutton, .row-type .step4-stepbox-buttons a,
.row-type-1 .button {
  border-radius: 12px;
  cursor: pointer;
  box-sizing: initial;
}

.row-type-1 .hero-link-static, .row-type-1 .hero-link-static-right, .row-type-1 .leather-link,
.row-type-1 input[type="submit"], .row-type-1 .btn1, .row-type-1 .designChooseThisDesign, .row-type-1 #backbutton, .row-type-1 #dyoctabutton,
.row-type-1 .step4-stepbox-buttons a,
.row-type-1 .button {
  background-color: rgb(var(--color-1)) !important;
  color: rgb(var(--color-3)) !important;
}

.row-type-2 .hero-link-static, .row-type-2 .hero-link-static-right, .row-type-2 .leather-link,
.row-type-2 input[type="submit"], .row-type-2 .btn1, .row-type-2 .designChooseThisDesign, .row-type-2 #backbutton, .row-type-2 #dyoctabutton,
.row-type-2 .step4-stepbox-buttons a,
.row-type-2 .button {
  background-color: rgb(var(--color-4)) !important;
  color: rgb(var(--color-6)) !important;
}

.row-type-3 .hero-link-static, .row-type-3 .hero-link-static-right, .row-type-3 .leather-link,
.row-type-3 input[type="submit"], .row-type-3 .btn1, .row-type-3 .designChooseThisDesign, .row-type-3 #backbutton, .row-type-3 #dyoctabutton,
.row-type-3 .step4-stepbox-buttons a,
.row-type-3 .button {
  background-color: rgb(var(--color-1)) !important;
  color: rgb(var(--color-3)) !important;
}

.row-type .hero-link-static::after, .row-type .hero-link-static-right::after, .row-type .leather-link::after {
  display: none;
}

.row-type .col_1_2, .row-type .col_3_4, .row-type .col_1_4 { color: inherit; }

.row-type #standard-page-content a.downloadlink {
  background-position: bottom;
}

.row-type #standard-page-content a.downloadlink:hover {
  background-position: initial;
}

input {
  background: transparent;
  border-radius: 8px;
  border: 1px solid currentColor;
  padding: 8px 12px;
}

@keyframes marquee {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
  
.marquee {
  display: flex;
  width: fit-content;
  animation: marquee 30s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  height: 0;
}

.chevron-left {
  width: 10px;
  height: 10px;
  border: solid #8E8E8E;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
}

.chevron-right {
  width: 10px;
  height: 10px;
  border: solid #8E8E8E;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
}

.cursor-pointer {
  cursor: pointer;
}

.header-container {
  position: fixed;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  top: 0;
  width: 100%;
  margin: auto;
}

.header-main {
  z-index: 10;
  display: flex;
  padding: 14px 40px;
  gap: 24px;
  background-color: rgb(var(--color-3));
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
}

.header-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-logo a {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: rgb(var(--white));
}

.menu-button {
  display: none;
  width: 32px;
  height: 32px;
  padding: 6px 4px;
  flex-direction: column;
  gap: 4px;
  align-items: end;
  justify-content: center;
}

.menu-button * {
  background-color: rgb(var(--color-6));
  width: 100%;
  height: 3px;
}

.menu-button *:nth-child(3) {
  width: 80%;
}

#chk-menu {
  display: none;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 600;
}

.menu {
  position: relative;
}

.nav-menu a, .nav-menu label {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

span.why-katzkin-nav { display: none; }

.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  padding: 20px;
  white-space: nowrap;
  min-width: 200px;
  background-color: rgb(var(--color-3));
}

.detail label { position: relative; }

.detail input,
.detail-content {
  display: none;
}

.header-actions {
  display: flex;
  gap: 8px;
  color: rgb(var(--color-1) / 0.75);
}

.language-dropdown {
  width: 92px;
  height: 36px;
  border: 1px solid rgb(var(--color-2) / 0.25) !important;
}

.language-dropdown .dropdown {
  padding-left: 38px;
  font-size: 14px;
}

.globe-icon {
  position: absolute;
  left: 12px;
  stroke: currentColor;
  fill: none;
}

.dropdown-wrapper {
  position: relative;
  display: flex;
  border: 1px solid rgb(var(--color-2));
  border-radius: 8px;
  align-items: center;
  color: inherit;
  gap: 8px;
}

.dropdown {
  padding-left: 16px;
  width: 100%;
  height: 100%;
  appearance: none;
  border: none;
  border-radius: 8px;
  color: inherit;
  z-index: 1;
  font-size: 16px;
  background-color: transparent;
}

.dropdown-wrapper:after {
  color: currentColor;
  position: absolute;
  right: 16px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 20%;
  aspect-ratio: 1/1;
  transform: rotate(45deg) translateY(-40%);
}

.dropdown option {
  background-color: rgb(var(--color-3));
}

.consultation-button,
.design-button {
  height: 36px;
  border-radius: 8px;
  backdrop-filter: blur(1.5px);
  line-height: 140%;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box !important;
}

a.consultation-button {
  padding: 8px 12px;
  border: 1px solid rgb(var(--color-2) / 0.25) !important;
  color: rgb(var(--color-1) / 0.75) !important;
  font-weight: 500;
}

a.design-button {
  padding: 12px 20px;
  font-weight: 600;
}

.select {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  border: 1px solid rgb(var(--color-2) / 0.5);
  border-radius: 4px;
}

.select-content {
  width: 100%;
  height: 100%;
  display: flex;
}

.select-dropdown {
  display: none;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 4px);
  border: 1px solid rgb(var(--color-2)/ 0.5);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-color: rgb(var(--color-3));
}

.select-dropdown *:hover {
  background-color: rgb(var(--color-2));
}

.announcement-banner {
  color: rgb(var(--white));
  background-color: rgb(var(--black) / 0.8);
  width: 100%;
  display: flex;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.banner-content {
  flex-grow: 1;
  overflow: hidden;
  margin: 0 10px;
}

.announcement-marquee {
  display: flex;
  width: fit-content;
}

.banner-nav-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.announcement {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  color: rgb(var(--color-4));
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 0 20px;
}

.grid-row-1 { grid-template-rows: auto; }
.grid-row-2 { grid-template-rows: repeat(2, auto); }
.grid-row-3 { grid-template-rows: repeat(3, auto); }
.grid-row-4 { grid-template-rows: repeat(4, auto); }
.grid-row-5 { grid-template-rows: repeat(5, auto); }
.grid-row-6 { grid-template-rows: repeat(6, auto); }
.grid-row-7 { grid-template-rows: repeat(7, auto); }
.grid-row-8 { grid-template-rows: repeat(8, auto); }
.grid-row-9 { grid-template-rows: repeat(9, auto); }
.grid-row-10 { grid-template-rows: repeat(10, auto); }
.grid-row-11 { grid-template-rows: repeat(11, auto); }
.grid-row-12 { grid-template-rows: repeat(12, auto); }

.grid-col-2 { grid-template-columns: 1fr max-content; }
.grid-col-3 { grid-template-columns: repeat(2, 1fr) max-content; }
.grid-col-4 { grid-template-columns: repeat(3, 1fr) max-content; }
.grid-col-5 { grid-template-columns: repeat(4, 1fr) max-content; }

.main-container {
  display: flex;
  flex-direction: column;
  margin-top: 112px;
}

.start-here-btn, .start-here2-btn {
  background-size: contain !important;
  background-position: center !important;
}

.hover-scale {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.1);
}

img[src*="start-now-button"] {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img[src*="start-now-button"]:hover {
  transform: scale(1.1);
}

.hero2-link.start-here2-btn {  
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero2-link.start-here2-btn:hover {
  transform: scale(1.1);
}

/* Blog page */
.blog #page-content {
  padding-top: 60px;
}

.blog {
  background-color: rgb(var(--color-3)) !important;
  color: rgb(var(--color-1)) !important;
}

.blog a:link, .blog a:visited {
  border-bottom-color: inherit !important;
  cursor: pointer;
  color: inherit !important;
}

.blog a.btn1, .blog .navigation a {
  border-radius: 12px;
  background-color: rgb(var(--color-1)) !important;
  color: rgb(var(--color-3)) !important;
}

/* What do you drive page */
a.vehicle-link span {
  border-bottom-right-radius: 8px;
}

.row-type-1 .vehicle-link span, .row-type-1 .vehicle-link span::after {
  background-color: rgb(var(--color-1)) !important;
  color: rgb(var(--color-3)) !important;
}

.row-type-2 .vehicle-link span, .row-type-2 .vehicle-link span::after {
  background-color: rgb(var(--color-4)) !important;
  color: rgb(var(--color-6)) !important;
}

.row-type-3 .vehicle-link span, .row-type-3 .vehicle-link span::after {
  background-color: rgb(var(--color-1)) !important;
  color: rgb(var(--color-3)) !important;
}

.reviews .new-title-bar h1 {
  background: rgba(0, 0, 0, .3);
  width: fit-content;
  margin: auto !important;
  padding: 0 10px;
}

/* warranty-registration */
body.warranty-registration > .row {
  background-color: #414142 !important;
}

body.warranty-registration input {
  background-color: rgb(var(--white));
}

.row-type span.wpcf7-not-valid-tip {
  color: #dc3232 !important;
}

/* Gallery */
body.gallery { margin: 0; }

.gallery #home-top-banner {
  color: inherit;
}

.gallery .new-gallery-search form input[type="submit"] {
  background-color: rgb(var(--color-4)) !important;
  color: rgb(var(--color-6)) !important;
}

.gallery #home-top-banner.alt-positioning img {
  width: 30px;
  margin: 0 8px;
}

/* Brand */
body.brand .filter-wrap, body.brand .white {
  color: inherit;
}

body.brand .nice-select {
  background-color: rgb(var(--color-4)) !important;
  color: rgb(var(--color-6)) !important;
}

body.brand .nice-select::after {
  border-color: currentColor;
}

body.brand .nice-select ul {
  background-color: inherit;
  color: inherit;
}

body.brand .nice-select .option:hover, body.brand .nice-select .option.focus, body.brand .nice-select .option.selected.focus {
  background-color: lightgray;
}

/* Contact */
.contact #zendesk_field_114099736353 {
  padding: 0 4px 0 10px !important;
}

.contact #zendesk_field_114099737993, .contact #zendesk_field_114099755954 {
  padding: 0 4px !important;
}

.contact #zendesk_field_114099737993 label, .contact #zendesk_field_114099755954 label {
  font-size: 15px;
}

.contact #zrf-form p select {
  font-size: 18px;
  height: 44px;
}

.contact #zen_files {
  border: none;
  padding-left: 0;
  color: inherit !important;
}

/* ppc -> katzkin-vs-seat-covers */
.ppc-katzkin-vs-seat-covers .orangerevtext {
  background-color: black !important;
}

@media (min-width: 721px) {
  .menu:hover .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

/* what-is-automotive-upholstery */
.what-is-automotive-upholstery .start-here-btn, .hide-on-desk.start-here-btn {
  margin-bottom: 20px !important;
}

/* why-katzkin */
.why-katzkin .main-container > div:nth-child(1) h1 {
  text-align: left;
}

@media (max-width: 720px) {
  .row-type h1 { font-size: 30px; }
  .row-type h2 { font-size: 21px; }
  .row-type h3 { font-size: 17px; }

  .row-type .hero-link-static, .row-type .hero-link-static-right,
  .row-type .hero-link-static.at-bottom, .row-type .hero-link-static-right.at-bottom {
    padding: 10px !important;
    text-align: center;
  }

  .row-type .hero-link-static.at-bottom span {
    float: none;
  }

  .katzkin-vs-seat-covers .row-type.hide-on-desk img[src*="start-now-button"],
  .product-options img[src*="start-now-button"] {
    margin-left: calc((100% - 182px) / 2);
  }

  .header-main {
    flex-direction: column;
    padding: 0;
    max-height: 100vh;
  }

  .header-logo {
    border-bottom: 1px solid rgb(var(--color-2) / 0.2);
    padding: 16px;
    height: 65px;
  }

  .menu-button {
    display: flex;
  }

  #chk-menu:checked ~ .header-logo label div {
    display: none;
  }

  #chk-menu:checked ~ .header-logo label::before,
  #chk-menu:checked ~ .header-logo label::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    width: 30px;
    height: 3px;
    background-color: rgb(var(--color-6));
    transform-origin: center;
  }

  #chk-menu:checked ~ .header-logo label::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  #chk-menu:checked ~ .header-logo label::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  #chk-menu:checked ~ .header-menu {
    display: flex;
  }

  .header-menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    font-size: 18px;
    overflow-y: scroll;
  }

  .nav-menu {
    flex-direction: column;
    align-items: start;
    padding: 0 24px;
  }

  .menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  span.why-katzkin-nav { display: inline; }
  a.why-katzkin-nav { display: none; }

  .sub-menu {
    padding: 0;
    background-color: inherit;
    color: rgb(var(--color-2));
    position: static;
    flex-direction: column;
    gap: 16px;
    font-weight: 400;
    border: none
  }

  .detail input:checked ~ .detail-content {
    display: flex;
  }

  .detail label::after {
    content: "+";
    position: absolute;
    right: 0;
    font-weight: bold;
    transition: 0.2s;
    color: rgb(var(--color-2));
    font-size: 24px;
  }

  .detail input:checked ~ label::after {
    content: "_";
    bottom: 8px;
  }

  .header-actions {
    flex-direction: column;
    padding: 0 16px 16px 16px;
  }

  .language-dropdown {
    margin: 0 0 24px 8px;
  }

  .consultation-button,
  .design-button {
    height: 57px;
  }

  .consultation-button {
    order: 1;
  }

  .announcement-banner {
    height: 40px;
    padding: 0;
  }

  .banner-content { margin: 0; }
  .banner-nav-button { display: none; }

  .announcement {
    font-size: 14px;
    line-height: 140%;
  }

  .sm-grid-row-1 { grid-template-rows: auto; }
  .sm-grid-row-2 { grid-template-rows: repeat(2, auto); }
  .sm-grid-row-3 { grid-template-rows: repeat(3, auto); }
  .sm-grid-row-4 { grid-template-rows: repeat(4, auto); }
  .sm-grid-row-5 { grid-template-rows: repeat(5, auto); }
  .sm-grid-row-6 { grid-template-rows: repeat(6, auto); }
  .sm-grid-row-7 { grid-template-rows: repeat(7, auto); }
  .sm-grid-row-8 { grid-template-rows: repeat(8, auto); }
  .sm-grid-row-9 { grid-template-rows: repeat(9, auto); }
  .sm-grid-row-10 { grid-template-rows: repeat(10, auto); }
  .sm-grid-row-11 { grid-template-rows: repeat(11, auto); }
  .sm-grid-row-12 { grid-template-rows: repeat(12, auto); }

  .sm-grid-col-2 { grid-template-columns: 1fr max-content; }
  .sm-grid-col-3 { grid-template-columns: repeat(2, 1fr) max-content; }
  .sm-grid-col-4 { grid-template-columns: repeat(3, 1fr) max-content; }
  .sm-grid-col-5 { grid-template-columns: repeat(4, 1fr) max-content; }

  .main-container {
    margin-top: 105px;
  }
}

