/*! tailwindcss v4.1.10 | 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;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --radius-4xl: 2rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --spacing-gutter: var(--gutter);
    --spacing-gutter-half: var(--gutter-half);
    --spacing-section-padding: var(--section-padding);
    --font-primary: 'NeueHaasUnicaPro';
    --font-light: 'NeueHaasUnicaProLight';
    --font-medium: 'NeueHaasUnicaProMedium';
    --font-secondary: 'Georgia';
    --color-body: #eeeeee;
    --color-grey: #262626;
    --color-dark-grey: #1b1b1b;
  }
}
@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;
  }
  :-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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-\[1rem\] {
    margin-top: 1rem;
  }
  .mt-gutter {
    margin-top: var(--spacing-gutter);
  }
  .mb-gutter {
    margin-bottom: var(--spacing-gutter);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .flex-\[1\] {
    flex: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-\[auto_auto_auto_auto\] {
    grid-template-columns: auto auto auto auto;
  }
  .flex-col {
    flex-direction: column;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-\[6rem\] {
    gap: 6rem;
  }
  .gap-gutter {
    gap: var(--spacing-gutter);
  }
  .gap-x-gutter {
    column-gap: var(--spacing-gutter);
  }
  .gap-y-\[5rem\] {
    row-gap: 5rem;
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .text-center {
    text-align: center;
  }
  .font-light {
    font-family: var(--font-light);
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .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,);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .max-xl\:gap-gutter {
    @media (width < 80rem) {
      gap: var(--spacing-gutter);
    }
  }
  .max-lg\:col-span-3 {
    @media (width < 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .max-lg\:grid-cols-2 {
    @media (width < 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-lg\:grid-cols-3 {
    @media (width < 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .max-md\:col-span-0 {
    @media (width < 48rem) {
      grid-column: span 0 / span 0;
    }
  }
  .max-md\:col-span-1 {
    @media (width < 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .max-md\:col-span-2 {
    @media (width < 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .max-md\:col-span-3 {
    @media (width < 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .max-md\:grid-cols-2 {
    @media (width < 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-md\:grid-cols-3 {
    @media (width < 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .max-sm\:grid-cols-1 {
    @media (width < 40rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
}
@layer theme {
  html,body {
    min-height: 100dvh;
  }
  html {
    font-size: 62.5%;
  }
  :root {
    --gutter: 3rem;
    --gutter-half: calc(var(--gutter) / 2);
    --container-width: 119rem;
    --section-padding: 5rem;
  }
  body {
    font-family: var(--font-primary);
    font-size: 1.6rem;
  }
  .container {
    margin: auto !important;
    width: 100%;
    max-width: calc(var(--container-width) + (var(--gutter) * 2)) !important;
    padding-inline: var(--gutter) !important;
  }
}
@layer theme {
  @font-face {
    font-family: 'NeueHaasUnicaProLight';
    src: url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Light.eot');
    src: url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Light.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Light.woff2') format('woff2'), url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Light.woff') format('woff'), url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Light.ttf') format('truetype'), url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Light.svg#NeueHaasUnicaPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'NeueHaasUnicaPro';
    src: url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Regular.eot');
    src: url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Regular.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Regular.woff2') format('woff2'), url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Regular.woff') format('woff'), url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Regular.ttf') format('truetype'), url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Regular.svg#NeueHaasUnicaPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'NeueHaasUnicaProMedium';
    src: url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Medium.eot');
    src: url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Medium.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Medium.woff2') format('woff2'), url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Medium.woff') format('woff'), url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Medium.ttf') format('truetype'), url('/wp-content/themes/havenluxespa/fonts/NeueHaasUnicaPro-Medium.svg#NeueHaasUnicaPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Georgia';
    src: url('/wp-content/themes/havenluxespa/fonts/Georgia.eot');
    src: url('/wp-content/themes/havenluxespa/fonts/Georgia.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/havenluxespa/fonts/Georgia.woff2') format('woff2'), url('/wp-content/themes/havenluxespa/fonts/Georgia.woff') format('woff'), url('/wp-content/themes/havenluxespa/fonts/Georgia.ttf') format('truetype'), url('/wp-content/themes/havenluxespa/fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  body {
    font-family: var(--font-primary);
    font-size: 1.6rem;
  }
}
@layer theme {
  body {
    background-color: var(--color-body);
  }
}
@layer theme {
  .nav-icon {
    position: relative;
    display: flex;
    height: 3rem;
    width: 4rem;
    cursor: pointer;
    align-items: center;
  }
  .nav-icon span, .nav-icon::before, .nav-icon::after {
    height: .4rem;
    background-color: var(--color-white);
    --tw-content: "";
    content: var(--tw-content);
  }
  .nav-icon span {
    width: 100%;
  }
  .nav-icon::before, .nav-icon::after {
    position: absolute;
    left: calc(var(--spacing) * 0);
    width: 60%;
  }
  .nav-icon::before {
    top: calc(var(--spacing) * 0);
  }
  .nav-icon::after {
    bottom: calc(var(--spacing) * 0);
  }
  .nav-icon.active span {
    display: none;
    opacity: 0%;
  }
  .nav-icon.active::before, .nav-icon.active::after {
    top: 50%;
    bottom: none;
    left: 50%;
    width: 100%;
    --tw-translate-x: calc(50% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .nav-icon.active::before {
    rotate: calc(45deg * -1);
  }
  .nav-icon.active::after {
    rotate: 45deg;
  }
}
h3 {
  font-size: 2.8rem;
  @media (width < 80rem) {
    font-size: 2.6rem;
  }
  @media (width < 64rem) {
    font-size: 2.4rem;
  }
  @media (width < 48rem) {
    font-size: 2.2rem;
  }
}
h5 {
  font-size: 2.2rem;
  @media (width < 80rem) {
    font-size: 2.1rem;
  }
  @media (width < 64rem) {
    font-size: 2rem;
  }
  @media (width < 48rem) {
    font-size: 1.9rem;
  }
}
h6 {
  font-size: 2rem;
  --tw-leading: 1.2;
  line-height: 1.2;
  @media (width < 80rem) {
    font-size: 1.9rem;
  }
  @media (width < 64rem) {
    font-size: 1.8rem;
  }
  @media (width < 48rem) {
    font-size: 1.7rem;
  }
}
.btn {
  display: inline-flex;
  height: 5.4rem;
  align-items: center;
  justify-content: center;
  column-gap: .5rem;
  border-style: var(--tw-border-style);
  border-width: 1px;
  padding-inline: 4rem;
  padding-block: 1rem;
  font-family: var(--font-medium);
  font-size: 1.6rem;
  --tw-leading: 1;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  @media (width < 80rem) {
    height: 4.8rem;
  }
  @media (width < 80rem) {
    padding-inline: 2rem;
  }
  @media (width < 80rem) {
    font-size: 1.5rem;
  }
}
.btn.btn-black {
  border-color: var(--color-black);
  background-color: var(--color-black);
  color: var(--color-white);
}
.btn.btn-black.btn-o {
  background-color: transparent;
  color: var(--color-black);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-black);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}
header {
  position: relative;
  display: flex;
  min-height: 18rem;
  align-items: center;
  background-color: var(--color-grey);
  padding-block: var(--spacing-gutter-half);
  @media (width < 80rem) {
    min-height: auto;
  }
}
header .container {
  display: flex;
  align-items: flex-end;
  gap: var(--spacing-gutter-half);
}
header .logo {
  display: flex;
}
header .logo img {
  max-width: 14.7rem;
  @media (width < 80rem) {
    max-width: 11rem;
  }
  @media (width < 40rem) {
    max-width: 9rem;
  }
}
.header-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spacing-gutter-half);
}
.header-btn {
  display: flex;
  height: 4.4rem;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  border-style: var(--tw-border-style);
  border-width: .1rem;
  border-color: var(--color-white);
  padding-inline: var(--spacing-gutter-half);
  font-size: 1.3rem;
  white-space: nowrap;
  color: var(--color-white);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-white);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-black);
    }
  }
}
.header-btn span {
  display: flex;
  --tw-leading: 1;
  line-height: 1;
}
.header-btn svg {
  display: block;
  width: 1.2rem;
  --tw-leading: 1;
  line-height: 1;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.header-btn svg path {
  fill: var(--color-white);
}
.header-btn:hover svg path {
  fill: var(--color-black);
}
nav {
  @media (width < 80rem) {
    position: absolute;
  }
  @media (width < 80rem) {
    top: 100%;
  }
  @media (width < 80rem) {
    left: calc(var(--spacing) * 0);
  }
  @media (width < 80rem) {
    display: none;
  }
  @media (width < 80rem) {
    width: 100%;
  }
  @media (width < 80rem) {
    background-color: var(--color-grey);
  }
  @media (width >= 80rem) {
    display: flex !important;
  }
  @media (width >= 80rem) {
    align-items: center;
  }
  @media (width >= 80rem) {
    column-gap: var(--spacing-gutter-half);
  }
}
nav a {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  --tw-leading: 1;
  line-height: 1;
  color: var(--color-white);
  text-transform: uppercase;
  @media (width < 80rem) {
    border-top-style: var(--tw-border-style);
    border-top-width: .1rem;
  }
  @media (width < 80rem) {
    border-color: var(--color-white);
  }
  @media (width < 80rem) {
    padding-inline: var(--spacing-gutter);
  }
  @media (width < 80rem) {
    padding-block: var(--spacing-gutter-half);
  }
}
.hero-section {
  height: 60rem;
  background-image: url('/wp-content/themes/havenluxespa/images/hero-bg-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width < 80rem) {
    height: 55rem;
  }
  @media (width < 64rem) {
    height: 50rem;
  }
  @media (width < 48rem) {
    height: 45rem;
  }
  @media (width < 40rem) {
    height: 40rem;
  }
}
main {
  padding-block: var(--spacing-section-padding);
}
.section {
  padding-block: var(--spacing-section-padding);
}
.section-header {
  position: relative;
  padding-bottom: 2rem;
}
.section-header:not(:last-child) {
  margin-bottom: var(--spacing-gutter);
}
.section-header::after {
  position: absolute;
  bottom: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  height: .1rem;
  width: 100%;
  max-width: clamp(8rem, 14rem, 25%);
  background-color: var(--color-dark-grey);
  --tw-content: "";
  content: var(--tw-content);
}
.section-header p {
  font-family: var(--font-secondary);
  font-size: 1.7rem;
  --tw-leading: 1;
  line-height: 1;
  text-transform: uppercase;
}
article .section-header p {
  font-size: 1.5rem;
}
.section-header h3, .section-header h5 {
  --tw-leading: 1;
  line-height: 1;
  text-transform: uppercase;
}
.section-header.text-center::after {
  left: 50%;
  --tw-translate-x: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
article > :not(:last-child) {
  margin-bottom: 2rem;
}
article h6:not(:last-child) {
  margin-bottom: 1.5rem;
}
.article-image {
  aspect-ratio: 1.6 / 1;
}
.article-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.testimonial-slider-wrap {
  background-image: url('/wp-content/themes/havenluxespa/images/testimonial-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-inline: var(--spacing-gutter);
  padding-block: 8rem;
  @media (width < 48rem) {
    padding-block: 5rem;
  }
}
.slider-arrows {
  position: absolute;
  top: 50%;
  left: calc(var(--spacing) * 0);
  z-index: 99;
  display: flex;
  width: 100%;
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-gutter);
  @media (width < 48rem) {
    position: static;
  }
  @media (width < 48rem) {
    margin-top: var(--spacing-gutter);
  }
  @media (width < 48rem) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @media (width < 48rem) {
    justify-content: center;
  }
}
.slider-arrows svg {
  width: 2rem;
}
.slider-arrow {
  cursor: pointer;
}
.testimonial {
  margin: auto;
  max-width: 90rem;
  padding-inline: var(--spacing-gutter);
  @media (width < 48rem) {
    padding: calc(var(--spacing) * 0);
  }
}
.testimonial-slider .swiper-slide {
  opacity: 0 !important;
  visibility: hidden !important;
}
.testimonial-slider .swiper-slide.swiper-slide-visible.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible !important;
}
.product-slider-wrap {
  position: relative;
  @media (width < 96rem) {
    padding-inline: 4rem;
  }
  @media (width < 48rem) {
    padding-inline: calc(var(--spacing) * 0);
  }
}
.product-slider {
  overflow: hidden;
}
.product figure {
  aspect-ratio: 1 / 1;
}
.product figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product h6 {
  margin-top: var(--spacing-gutter);
  text-align: center;
  text-transform: uppercase;
}
.product-slider-wrap .slider-arrows .slider-arrow.prev {
  @media (width >= 96rem) {
    --tw-translate-x: -6rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.product-slider-wrap .slider-arrows .slider-arrow.next {
  @media (width >= 96rem) {
    --tw-translate-x: 6rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.footer-content {
  background-color: var(--color-grey);
  padding-block: 5rem;
}
.footer-content p {
  --tw-leading: 1.2;
  line-height: 1.2;
}
footer p, footer a {
  font-size: 1.6rem;
  color: var(--color-white);
}
.footer-logo img {
  width: 22rem;
  @media (width < 64rem) {
    width: auto;
  }
}
.footer-headding:not(:last-child) {
  margin-bottom: var(--spacing-gutter);
}
.footer-headding {
  font-family: var(--font-medium);
  color: var(--color-white);
  text-transform: uppercase;
}
.adress p:not(:last-child) {
  margin-bottom: var(--spacing-gutter-half);
}
.footer-links {
  gap: var(--spacing-gutter);
  @media (width >= 64rem) {
    columns: 2;
  }
}
.footer-links li:not(:last-child) {
  margin-bottom: 1rem;
}
.footer-links li {
  display: flex;
}
.footer-links li a {
  display: flex;
  align-items: center;
  --tw-leading: 1;
  line-height: 1;
  white-space: nowrap;
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.social-media {
  display: flex;
  align-items: center;
  column-gap: var(--spacing-gutter);
}
.social-media a svg {
  height: 1.8rem;
}
.social-media a svg path {
  fill: var(--color-white);
}
.copyright {
  background-color: var(--color-dark-grey);
  padding-block: 1.5rem;
}
.copyright a {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --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;
      --tw-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-leading: initial;
    }
  }
}
