/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .col-12 {
    grid-column: 12;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@view-transition {
  navigation: auto;
}
.hero {
  view-transition-name: hero;
}
html {
  font-size: 20px;
}
html, body {
  padding: 0px;
  margin: 0px;
}
body {
  background: #F7F4EC;
}
.neuton, .neuton * {
  font-family: Neuton, serif;
}
html .elementor-kit-4 {
  --lh-tight: 1;
  --fw-bold: 700;
  --base-font-size: 20px;
}
html .elementor-kit-4 h1, html .elementor-kit-4 h2, html .elementor-kit-4 h3, html .elementor-kit-4 h4, html .elementor-kit-4 .h1, html .elementor-kit-4 .h2, html .elementor-kit-4 .h3, html .elementor-kit-4 .h4 {
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
}
html .elementor-kit-4 h1, html .elementor-kit-4 .h1 {
  font-size: clamp( calc(var(--base-font-size) * 3), 4.5vw, calc(var(--base-font-size) * 5) );
  @media (max-width: 768px) {
    font-size: clamp( calc(var(--base-font-size) * 2), 6vw, calc(var(--base-font-size) * 3) );
  }
}
html .elementor-kit-4 h2, html .elementor-kit-4 .h2 {
  font-size: clamp( calc(var(--base-font-size) * 1.75), 4vw, calc(var(--base-font-size) * 3.25) );
}
html .elementor-kit-4 h3, html .elementor-kit-4 .h3 {
  font-size: clamp( calc(var(--base-font-size) * 1.5), 4vw, calc(var(--base-font-size) * 2.75) );
  font-family: Neuton, serif;
  letter-spacing: 0.15px;
}
html .elementor-kit-4 h4, html .elementor-kit-4 .h4 {
  font-size: clamp( calc(var(--base-font-size) * 1.25), 4vw, calc(var(--base-font-size) * 2.5) );
  font-family: Neuton, serif;
  letter-spacing: 0.15px;
}
html .elementor-kit-4 h5, html .elementor-kit-4 .h5 {
  font-size: clamp( calc(var(--base-font-size) * 1.25), 4vw, calc(var(--base-font-size) * 2) );
  font-family: Neuton, serif;
  letter-spacing: 0.15px;
}
.cky-notice-btn-wrapper {
  gap: 1rem;
}
button.cky-btn {
  padding: 10px 20px !important;
  font-size: 16px !important;
}
.sub, .sub * {
  font-family: Neuton;
  font-size: clamp( calc(var(--base-font-size) * 1.5), 4vw, calc(var(--base-font-size) * 2) );
  font-style: italic;
  font-weight: 400;
  line-height: 44px;
}
.container {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.e-con.section {
  padding: 5rem 5%;
  @media (max-width: 768px) {
    padding: 3rem 5%;
  }
}
.e-con.small-section {
  padding: 3rem 5%;
}
.e-con.large-section {
  padding: 8rem 5%;
  @media (max-width: 768px) {
    padding: 4rem 5%;
  }
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0,0,0,.5);
  z-index: 1;
}
.overlay > * {
  position: relative;
  z-index: 2;
}
.hb-hero-banner {
  padding: 360px 5% 80px 5% !important;
  @media (max-width: 768px) {
    padding: 240px 5% 60px 5% !important;
  }
}
.hb-hero-banner h1 {
  line-height: 1 !important;
  margin-bottom: 1rem;
}
.elementor a.custom-text-button {
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  color: #000000;
}
.eyebrow {
  font-family: "Sofia Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.27px;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}
.large-quote {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "Neuton", Sans-serif;
  gap: 0px;
  line-height: 1.25;
  .large {
    font-size: clamp(64px, 5vw, 100px);
    font-weight: 700;
    @media (max-width: 768px) {
      font-size: 32px;
      margin-right: 0px;
    }
  }
  .small {
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 700;
    margin-left: 2rem;
    @media (max-width: 768px) {
      font-size: 26px;
      margin-left: 0px;
      margin-right: -2rem;
    }
  }
  img {
    display: inline-block;
    width: 2.35rem !important;
    @media (max-width: 768px) {
      width: 1rem !important;
    }
  }
}
.dark-blue {
  color: var(--e-global-color-primary);
}
.slidefade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease-out, transform 1.25s ease-out;
}
.slidefade.in-view, body.e-preview--show-hidden-elements .slidefade {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.product-browser-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  h5 {
    font-family: Neuton, serif;
    font-size: 1.25rem !important;
    margin-bottom: 1rem;
  }
}
.sidebar {
  width: 250px;
  flex-shrink: 0;
}
.search-box {
  position: relative;
  margin-bottom: 30px;
}
.search-box input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-family: inherit;
}
.filter-section {
  margin-bottom: 25px;
}
.filter-section h3 {
  font-size: 1.1rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.checkbox-group label {
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 0.95rem;
}
.checkbox-group input {
  margin-right: 10px;
}
.main-content {
  flex-grow: 1;
}
.header-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
  @media (max-width: 767px) {
    flex-direction: column;
  }
}
.product-count {
  font-weight: bold;
  font-size: 1.2rem;
}
.active-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.filter-tag {
  background: white;
  border: 1px solid #dcbfa4;
  color: #8a6d50;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.filter-tag:hover {
  background-color: #fff0e0;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
}
.product-card {
  background: transparent;
  text-align: center;
}
.product-image {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  object-fit: cover;
  margin-bottom: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.product-title {
  font-size: 1.35rem !important;
  margin: 0px 0px .5rem 0px !important;
  font-weight: normal !important;
}
.product-specs {
  font-size: 0.9rem;
  color: #555;
  margin: 2px 0;
}
.product-ref {
  font-size: 0.8rem;
  color: #777;
  margin-top: 5px;
}
.pagination {
  margin-top: 30px;
  text-align: center;
}
.pagination button {
  background: white !important;
  border: 1px solid #dcbfa4;
  color: var(--e-global-color-primary) !important;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 20px 10px 20px !important;
  &.active {
    background-color: var(--e-global-color-bad7ed4) !important;
    color: #fff !important;
  }
}
.gform-theme--foundation .gform_fields {
  gap: 1.5rem;
}
.gfield input[type="submit"].gform_button {
  font-family: "Sofia Sans", Sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  color: #FFFFFF !important;
  border-radius: 32px 32px 32px 32px !important;
  padding: 15px 25px 15px 25px !important;
}
.elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background-color: #476E88;
    transition: width 0.4s ease-in-out;
    z-index: -1;
  }
  & .elementor-button-content-wrapper, & .elementor-button-text {
    position: relative;
    z-index: 10;
  }
  &:hover::before, &:focus::before {
    width: 100%;
  }
  &:hover, &:focus {
    color: #fff;
  }
}
.gfield input[type="text"], .gfield input[type="email"], .gfield input[type="url"], .gfield input[type="tel"], .gfield input[type="number"], .gfield input[type="password"], .gfield textarea, .gfield select {
  border: 1px solid var(--e-global-color-bad7ed4) !important;
}
.gform_button {
  background: var(--e-global-color-primary);
}
.e-n-tab-title .e-n-tab-title-text {
  cursor: pointer;
}
.e-n-tab-title[aria-selected="true"] .e-n-tab-title-text, .e-n-tab-title:hover .e-n-tab-title-text {
  font-weight: 700 !important;
}
html body div input[type="submit"].gform_button {
  background-color: var(--e-global-color-primary) !important;
  font-family: "Sofia Sans", Sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  color: #FFFFFF !important;
  border-radius: 32px 32px 32px 32px !important;
  padding: 15px 25px 15px 25px !important;
}
.break-on-desktop {
  display: inline;
}
@media screen and (min-width: 769px) {
  .break-on-desktop {
    display: block;
    height: 0;
  }
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
