/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */

}



* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/* Alle Elemente mit Attribut img-src und initial-load != 1 */
*[img-src][initial-load]:not([initial-load="1"]),
*[img-src]:not([initial-load]) {
  animation: skeleton-loading 1s linear infinite alternate;
  background-color: #e5e9ec;
  animation-delay: calc(var(--skeleton-delay, 0s));
}

/* Optional: Automatisch für jedes Element einen anderen Delay setzen */
*[img-src][initial-load]:not([initial-load="1"]),
*[img-src]:not([initial-load]) {
  --skeleton-delay: calc(0.1s * var(--skeleton-index, 0));
}

/* Beispiel: Mit JS oder serverseitig jedem Element ein style="--skeleton-index: N" geben,
   oder mit nth-child: */
*[img-src][initial-load]:not([initial-load="1"]):nth-child(1),
*[img-src]:not([initial-load]):nth-child(1) { --skeleton-index: 0; }
*[img-src][initial-load]:not([initial-load="1"]):nth-child(2),
*[img-src]:not([initial-load]):nth-child(2) { --skeleton-index: 1; }
*[img-src][initial-load]:not([initial-load="1"]):nth-child(3),
*[img-src]:not([initial-load]):nth-child(3) { --skeleton-index: 2; }
/* ...usw. für beliebig viele Elemente */

@keyframes skeleton-loading {
  0% {
    background-color: #e5e9ec78;
  }
  100% {
    background-color: #e5e9ec;
  }
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b, strong {
  font-weight: 600;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Outfit";

  src: url("../fonts/Outfit-Light.ttf");

  font-weight: 300;
}

@font-face {
  font-family: "Outfit";

  src: url("../fonts/Outfit-Regular.ttf");

  font-weight: 400;
}

@font-face {
  font-family: "Outfit";

  src: url("../fonts/Outfit-Medium.ttf");

  font-weight: 500;
}

@font-face {
  font-family: "Outfit";

  src: url("../fonts/Outfit-SemiBold.ttf");

  font-weight: 600;
}

@font-face {
  font-family: "Outfit";

  src: url("../fonts/Outfit-Bold.ttf");

  font-weight: 700;
}

@font-face {
  font-family: "Outfit";

  src: url("../fonts/Outfit-ExtraBold.ttf");

  font-weight: 800;
}

@font-face {
  font-family: "Outfit";

  src: url("../fonts/Outfit-Black.ttf");

  font-weight: 900;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.ttf");
  font-weight: 200;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.ttf");
  font-weight: 800;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.ttf");
  font-weight: 900;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}


*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}


@media (max-width: 640px) {
  .container {
    max-width: 640px;
  }

  .accordion-header {
    display: none !important;
  }

  .h-16 {
    height: 3rem !important;
  }

  .group\/accordion:not(.open) {
    display: none;
  }

  .group\/accordion.open {
    padding-top: 0 !important;
  }

  .collapsible {
    padding-bottom: 0 !important;
  }

  .text-5xl {
    font-size: 2rem !important;
    line-height: 3.25rem !important;
  }

  .fp_phm_image {
    max-width: 50%;
  }
}

.flex {
  display: flex;
}

.phm-box {
  padding: 2rem 3rem;
  box-shadow: 0rem 1rem 2rem #00000005;
  border: solid 1px #00000017;
  border-radius: 0.2rem;
}

@media (max-width: 950px) {
  .phm-box {
    padding: 1rem 1.5rem;
  }

  .colors_wrapper {
    display: none;
  }

  .category_wrapper_archive {
    display: none;
  }
}


@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1516px) {
  .container {
    max-width: 1516px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.\!-top-1 {
  top: -0.25rem !important;
}

.-left-6 {
  left: -1.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.right-4 {
  right: 1rem;
}

.left-4 {
  left: 1rem;
}

.right-\[-999px\] {
  right: -999px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-ml-4 {
  margin-left: -1rem;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}


.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-8 {
  height: 2rem;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[52px\] {
  height: 52px;
}

.h-full {
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.min-h-\[240px\] {
  min-height: 240px;
}

.min-h-\[320px\] {
  min-height: 320px;
}

.min-h-\[350px\] {
  min-height: 350px;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-24 {
  width: 6rem;
}

.w-8 {
  width: 2rem;
}

.w-\[320px\] {
  width: 320px;
}

.w-\[52px\] {
  width: 52px;
}

.w-full {
  width: 100%;
}

.max-w-\[1116px\] {
  max-width: 1116px;
}

.max-w-\[240px\] {
  max-width: 240px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-full {
  max-width: 100%;
}

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

.-translate-x-4 {
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-13 {
  grid-template-columns: repeat(13, minmax(0, 1fr));
}

.grid-cols-14 {
  grid-template-columns: repeat(14, minmax(0, 1fr));
}

.grid-cols-15 {
  grid-template-columns: repeat(15, minmax(0, 1fr));
}

.grid-cols-16 {
  grid-template-columns: repeat(16, minmax(0, 1fr));
}

.grid-cols-17 {
  grid-template-columns: repeat(17, minmax(0, 1fr));
}

.grid-cols-18 {
  grid-template-columns: repeat(18, minmax(0, 1fr));
}

.grid-cols-19 {
  grid-template-columns: repeat(19, minmax(0, 1fr));
}

.grid-cols-20 {
  grid-template-columns: repeat(20, minmax(0, 1fr));
}

.grid-cols-21 {
  grid-template-columns: repeat(21, minmax(0, 1fr));
}

.grid-cols-22 {
  grid-template-columns: repeat(22, minmax(0, 1fr));
}

.grid-cols-23 {
  grid-template-columns: repeat(23, minmax(0, 1fr));
}

.grid-cols-24 {
  grid-template-columns: repeat(24, minmax(0, 1fr));
}

.grid-cols-25 {
  grid-template-columns: repeat(25, minmax(0, 1fr));
}

.grid-cols-26 {
  grid-template-columns: repeat(26, minmax(0, 1fr));
}

.grid-cols-27 {
  grid-template-columns: repeat(27, minmax(0, 1fr));
}

.grid-cols-28 {
  grid-template-columns: repeat(28, minmax(0, 1fr));
}

.grid-cols-29 {
  grid-template-columns: repeat(29, minmax(0, 1fr));
}

.grid-cols-30 {
  grid-template-columns: repeat(30, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-y-0> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-0\.5> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-12> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-3> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y> :not([hidden])~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-brand-gray-200> :not([hidden])~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 232 235 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded-full {
  border-radius: 9999px;
  overflow:hidden;
}

.rounded-md {
  border-radius: 0.375rem;
  overflow:hidden;
}

.rounded-none {
  border-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-brand-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 232 235 / var(--tw-border-opacity));
}

.border-brand-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.border-brand-red {
  --tw-border-opacity: 1;
  border-color: rgb(232 43 50 / var(--tw-border-opacity));
}

.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 29 48 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-r-brand-gray-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.bg-brand-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 222 225 / var(--tw-bg-opacity));
}

.bg-brand-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 232 235 / var(--tw-bg-opacity));
}

.bg-brand-gray-300 {
  --tw-bg-opacity: 0.3;
  background-color: rgb(229 232 235 / var(--tw-bg-opacity));
}

.bg-brand-red {
  --tw-bg-opacity: 1;
  background-color: rgb(232 43 50 / var(--tw-bg-opacity));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 29 48 / var(--tw-bg-opacity));
}

.hover\:bg-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 29 48 / var(--tw-bg-opacity));
}

.hover\:border-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 29 48 / var(--tw-border-opacity));
}

.hover\:border-brand-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(232 43 50 / var(--tw-border-opacity));
}

.bg-dark-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 35 57 / var(--tw-bg-opacity));
}

.bg-dark-100\/10 {
  background-color: rgb(0 35 57 / 0.1);
}

.bg-dark\/60 {
  background-color: rgb(0 29 48 / 0.6);
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-g1 {
  background-image: linear-gradient(90deg, rgba(0, 29, 48, 0.7) 0%, rgba(0, 29, 48, 0) 100%);
}

.bg-g1-flip {
  background-image: linear-gradient(-90deg, rgba(0, 29, 48, 0.7) 30%, rgba(0, 29, 48, 0) 100%);
}

.bg-g2 {
  background-image: linear-gradient(180deg, rgba(0, 29, 48, 0) 0%, rgba(0, 29, 48, 0.7) 100%);
}

.fill-brand-red {
  fill: #E82B32;
}

.fill-white {
  fill: #fff;
}

.stroke-brand-gray {
  stroke: #80919C;
}

.stroke-dark {
  stroke: #001D30;
}

.stroke-white {
  stroke: #fff;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-3 {
  padding: 0rem 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.p-12 {
  padding: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-20 {
  padding-top: 5rem;
}

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

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

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

.font-outfit {
  font-family: Outfit, sans-serif;
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

.mwst-text {
  font-size: 0.8rem;
  font-weight: 400;
  opacity: 0.6;
  color: #002339;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 3.25rem;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-l {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.leading-tight {
  line-height: 1.25;
}

.text-brand-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 232 235 / var(--tw-text-opacity));
}

.text-brand-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(127 141 151 / var(--tw-text-opacity));
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(0 29 48 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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);
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 5px !important;
  background: #e5e8eb !important;
  border: 0 !important;
  opacity: 1 !important;
  border-radius: 0 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e82b32 !important;
  width: 32px !important;
}

.product_hero_image {
  min-height: 30vh;
}

.mobile-bottom-nav{
  display:none;
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #navbar .profile-button{
    display:none;
  }
  .mobile-bottom-nav{
    display:flex;
    flex-direction:row;
    padding-bottom:2rem;
  }
  .menu_wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }

    .h-16 {
      height: 3rem;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }

    .h-16 {
      height: 3rem;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1516px) {
    .lg\:container {
      max-width: 1516px;
    }
  }


.placeholder\:text-white\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder\:text-white\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}

.before\:relative::before {
  content: var(--tw-content);
  position: relative;
}

.before\:mx-2::before {
  content: var(--tw-content);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.before\:content-\[url\(https\:\/\/cdn\.phm-innotech\.de\/images\/arrow-forward\.png\)\]::before {
  content: url("https://cdn.phm-innotech.de/images/arrow-forward.png");
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-brand-gray::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(128 145 156 / var(--tw-bg-opacity));
}

.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0;
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.first\:before\:hidden:first-child::before {
  content: var(--tw-content);
  display: none;
}

.last\:font-normal:last-child {
  font-weight: 400;
}

.hover\:bg-brand-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 43 50 / var(--tw-bg-opacity));
}

.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(0 29 48 / var(--tw-text-opacity));
}

.hover\:text-brand-red:hover {
  --tw-text-opacity: 1;
  color: rgb(232 43 50 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 35 57 / var(--tw-bg-opacity));
}

.hover\:bg-brand-red\/80:hover {
  background-color: rgb(232 43 50 / 0.8);
}

.hover\:bg-stone-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group\/sub:hover .group-hover\/sub\:visible {
  visibility: visible;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group\/sub:hover .group-hover\/sub\:ml-0 {
  margin-left: 0px;
}

.group:hover .group-hover\:ml-0 {
  margin-left: 0px;
}

.group\/sub:hover .group-hover\/sub\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 29 48 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 29 48 / var(--tw-border-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:fill-dark {
  fill: #001D30;
}

.group:hover .group-hover\:stroke-dark {
  stroke: #001D30;
}

.group:hover .group-hover\:stroke-white {
  stroke: #fff;
}

.group\/sub:hover .group-hover\/sub\:font-medium {
  font-weight: 500;
}

.group:hover .group-hover\:font-medium {
  font-weight: 500;
}

.group:hover .group-hover\:text-dark {
  --tw-text-opacity: 1;
  color: rgb(0 29 48 / var(--tw-text-opacity));
}

.group\/sub:hover .group-hover\/sub\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:after\:opacity-100::after {
  opacity: 1;
}

.group\/menu.active .group-\[\.active\]\/menu\:visible {
  visibility: visible;
}

.group\/sub.link-active .group-\[\.link-active\]\/sub\:visible {
  visibility: visible;
}

.group.link-active .group-\[\.link-active\]\:visible {
  visibility: visible;
}

.group\/menu.active .group-\[\.active\]\/menu\:right-0 {
  right: 0px;
}

.group.menu-active .group-\[\.menu-active\]\:right-0 {
  right: 0px;
}

.group\/submenu.submenu-active .group-\[\.submenu-active\]\/submenu\:right-0 {
  right: 0px;
}

.group\/sub.link-active .group-\[\.link-active\]\/sub\:ml-0 {
  margin-left: 0px;
}

.group.link-active .group-\[\.link-active\]\:ml-0 {
  margin-left: 0px;
}

.group\/sub.link-active .group-\[\.link-active\]\/sub\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.link-active .group-\[\.link-active\]\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/accordion.open .group-\[\.open\]\/accordion\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.swiper-button-disabled .group-\[\.swiper-button-disabled\]\:cursor-not-allowed {
  cursor: not-allowed;
}

.group.swiper-button-disabled .group-\[\.swiper-button-disabled\]\:bg-transparent {
  background-color: transparent;
}

.group\/sub.link-active .group-\[\.link-active\]\/sub\:stroke-brand-red {
  stroke: #E82B32;
}

.group.link-active .group-\[\.link-active\]\:stroke-brand-red {
  stroke: #E82B32;
}

.group\/accordion.open .group-\[\.open\]\/accordion\:stroke-brand-red {
  stroke: #E82B32;
}

.group.swiper-button-disabled .group-\[\.swiper-button-disabled\]\:stroke-dark {
  stroke: #001D30;
}

.group.swiper-button-disabled .group-\[\.swiper-button-disabled\]\:stroke-white {
  stroke: #fff;
}

.group\/accordion.open .group-\[\.open\]\/accordion\:text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(232 43 50 / var(--tw-text-opacity));
}

.group\/menu.active .group-\[\.active\]\/menu\:opacity-100 {
  opacity: 1;
}

.group\/sub.link-active .group-\[\.link-active\]\/sub\:opacity-100 {
  opacity: 1;
}

.group.link-active .group-\[\.link-active\]\:opacity-100 {
  opacity: 1;
}

.group.swiper-button-disabled .group-\[\.swiper-button-disabled\]\:opacity-30 {
  opacity: 0.3;
}

.sub-group {
  display: none;
  padding-left: 2rem;
}

.sub-sub-group {
  display: none;
  padding-left: 4rem;
}

.header-logo{
  min-width:5rem;
}

.menu-white-bar{
  box-shadow: 0 0.2rem 0.3rem #00000012;
}

.menu-button-open{
  border: 0.15rem solid #002339;
  border-radius:0.3rem;
  box-shadow: 0 0.3rem 0.6rem 0 #00000029;
}

.menu-button-open svg{
  padding: 0.2rem;
}

#search-action-icon{
  position:absolute;
  right:1rem;
  top:50%;
  transform: translateY(-50%);
  display:none;
}

#overlay-search-action-icon{
  position:absolute;
  right:1rem;
  top:50%;
  transform: translateY(-50%);
  display:none;
}

#header_text_search{
  background-color:#F8FAFA;
  border:0.1rem solid #00233940;
  border-radius:0.3rem;
  transition: all 0.1s ease-in-out;
}

.top-bar-link-wrapper{
  grid-column: span 1;
}

.cart_number_bubble {
  position: absolute;
  display: flex;
  top: -40%;
  left: 70%;
  background-color: #E62D38;
  border-radius: 100%;
  aspect-ratio: 1/1;
  height: fit-content;
  width: fit-content;
  padding: 0.4rem;
  justify-content: center;
  align-items: center;
  line-height: 0;
  color: white;
  font-weight: 500;
  font-size:0.9rem;
}

#header_text_search:focus{
  border:0.1rem solid #002339;
  transition: all 0.1s ease-in-out;
  outline:none;
}

.top-bar-text-link{
  font-size:1rem;
}

.top-bar-link {
  font-size:0.9rem;
}

.top-bar-link:not(:first-child)::before {
  content: "";
  width: 0.1rem;
  height: 100%;
  background-color: #F8FAFA47;
  display: flex;
  position: absolute;
  left: -1rem;
}

.search-open-wrapper{
  display:none;
}

@media (max-width: 1024px) {
  .top-bar-ad{
    display:none;
  }
  .top-bar-link-wrapper{
    grid-column: span 2;
  }
  .menu-phone-contact-wrapper{
    display:none;
  }
}

@media (max-width: 768px) {
  .menu-search-wrapper{
    display:none;
  }
  .menu-and-search-wrapper{
    order:1;
  }
  .menu-logo-wrapper{
    order:2;
  }
  .menu-account-cart-wrapper{
    order:3;
  }
  .menu-account-cart-wrapper p{
    display:none;
  }
  .top-bar-link{
    font-size:0.75rem;
  }
  .top-bar-items-wrapper{
    padding: 0rem 1rem;
  }
  .menu-button-open {
    border: none;
    border-radius: 0rem;
    box-shadow: none;
    padding:0!important;
  }
  .menu-button-open p{
    display:none;
  }

  .menu-white-bar svg{
    height:1.3rem;
    width:auto;
  }

  .menu-button-open svg{
    padding: 0rem;
  }

  .search-open-wrapper{
    display:flex;
  }
  .header-logo {
    min-width: 3rem;
  }
  .cart_number_bubble {
    position: absolute;
    display: flex;
    top: -40%;
    left: 50%;
    background-color: #E62D38;
    border-radius: 100%;
    aspect-ratio: 1/1;
    height: fit-content;
    width: fit-content;
    padding: 0.4rem;
    justify-content: center;
    align-items: center;
    line-height: 0;
    color: white;
    font-weight: 500;
    font-size:0.7rem;
  }
}

@media not all and (min-width: 1280px) {
  .max-xl\:items-center {
    align-items: center;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:max-h-\[calc\(100vh-50px\)\] {
    max-height: calc(100vh - 50px);
  }

  .max-lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .max-lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .max-lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .max-lg\:pt-12 {
    padding-top: 3rem;
  }

  .max-lg\:pt-16 {
    padding-top: 4rem;
  }

  .max-lg\:pt-6 {
    padding-top: 1.5rem;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:max-h-\[320px\] {
    max-height: 320px;
  }

  .max-md\:max-h-\[calc\(100vh-50px\)\] {
    max-height: calc(100vh - 50px);
  }

  .max-md\:max-h-full {
    max-height: 100%;
  }

  .max-md\:overflow-hidden {
    overflow: hidden;
  }

  .max-md\:overflow-y-auto {
    overflow-y: auto;
  }

  .max-md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

.h-\[160px\] {
  height: 160px;
}

@media only screen and (min-width: 40px) and (max-width: 640px) {
  .text-xl {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .product-inner-content a.rounded-full {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 1rem 0px !important;
    margin-top: 0.5rem !important;
  }

  .text-xs {
    font-size: 0.55rem;
    line-height: 0.7rem;
  }
}

@media (min-width: 640px) {
  .sm\:h-\[340px\] {
    height: 340px;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:min-h-\[485px\] {
    min-height: 485px;
  }

  .sm\:min-h-\[340px\] {
    min-height: 340px;
  }

  .sm\:min-h-\[500px\] {
    min-height: 500px;
  }

  .sm\:min-h-\[550px\] {
    min-height: 550px;
  }

  .sm\:w-\[340px\] {
    width: 340px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:space-y-10> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-12> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-8> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-\[17px\] {
    font-size: 17px;
  }

  .sm\:text-\[40px\] {
    font-size: 40px;
  }

  .sm\:text-\[50px\] {
    font-size: 50px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 768px) {
  .md\:w-\[270px\] {
    width: 270px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[340px\] {
    height: 340px;
  }

  .lg\:max-h-\[calc\(100vh-200px\)\] {
    max-height: calc(100vh - 200px);
  }

  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }

  .lg\:min-h-\[675px\] {
    min-height: 675px;
  }

  .lg\:w-\[280px\] {
    width: 280px;
  }

  .lg\:w-\[390px\] {
    width: 390px;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:translate-y-10 {
    --tw-translate-y: 2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:space-y-10> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-16> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-8> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:px-4 {
    padding: 0rem 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-\[15px\] {
    font-size: 15px;
  }

  .lg\:text-\[60px\] {
    font-size: 60px;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:shadow-3xl {
    --tw-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    --tw-shadow-colored: 0 10px 15px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1280px) {
  .xl\:w-\[400px\] {
    width: 400px;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }
}

@media (min-width: 1516px) {
  .\32xl\:w-\[490px\] {
    width: 490px;
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:px-6 {
    padding: 0rem 1.5rem;
  }

  .\32xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem;
  }

  .\32xl\:pt-10 {
    padding-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  @media not all and (min-width: 1024px) {
    .md\:max-lg\:\[\&\:nth-child\(2n\)\]\:border-r-0:nth-child(2n) {
      border-right-width: 0px;
    }
  }
}

@media (min-width: 1024px) {
  @media not all and (min-width: 1280px) {
    .lg\:max-xl\:\[\&\:nth-child\(3n\)\]\:border-r-0:nth-child(3n) {
      border-right-width: 0px;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:\[\&\:nth-child\(4n\)\]\:border-r-0:nth-child(4n) {
    border-right-width: 0px;
  }
}

.link-active span {
  color: rgb(232 43 50 / var(--tw-text-opacity));
}

.color-red {
  --tw-text-opacity: 1;
  color: rgb(232 43 50 / var(--tw-text-opacity));
}

.color-white {
  color: white;
}

.color-dark{
  color: #001d30;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-13 {
  grid-column: span 13 / span 13;
}

.col-span-14 {
  grid-column: span 14 / span 14;
}

.lg\:col-span-2 {
  grid-column: span 2 / span 2;
}

.lg\:col-span-3 {
  grid-column: span 3 / span 3;
}

.size_dropdown {
  padding: 15px 15px;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}


.mt-4 {
  margin-top: 4rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.cart_bar_red {
  transition: all 0.2s ease-in-out;
}

.cart_bar_red:hover {
  height: 3.5rem !important;
  transition: all 0.2s ease-in-out;
}

.cart_banner {
  width: fit-content;
  position: absolute;
  right: 0;
}

.category_hero_image {
  min-height: 100%;
}

.lds-ring {
  /* change color here */
  color: #e5e8eb;
}

.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}

.lds-ring {
  display: flex;
  width: auto;
  height: 100%;
  aspect-ratio: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  margin: 0.2rem;
  border: 0.2rem solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.category_text a {
  color: #e62d38;
}

.category_text h2 {
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 130%;
}

.single_product_price {
  color: #4D915E;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 115%;
}

.profile-button {
  cursor: pointer;
  padding: 1.25rem;
  position: relative;
}

.profile-button:hover .pm_content {
  opacity: 1;
  height: 50px;
  transition: opacity 0.4s ease-in-out, height 0.3s ease-in-out;
  padding: 0.5rem 2rem;
  line-height: 35px;
}

.profile-button:hover .profile_menu {
  transform: translateY(0px);
  transition: transform 0.3s ease-in-out, height 0.3s ease-in-out;
  height: fit-content;
}

.profile_menu {
  opacity: 1;
  width: fit-content;
  height: 0px;
  transform: translateY(-20px);
  position: absolute;
  overflow: hidden;
  top: 100%;
  right: 0;
  background-color: white;
  color: black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0rem 0rem;
  transition: opacity 0.4s ease-in-out, transform 0.3s ease-in-out, height 0.3s ease-in-out;
  z-index: 99;
}

.pm_content {
  opacity: 0;
  min-width: max-content;
  width: 100%;
  height: 5px;
  padding: 0rem 2rem;
  transition: opacity 0.4s ease-in-out, height 0.3s ease-in-out;
  color: black;
  background-color: white;
  display: block;
}

.pm_content:hover {
  transition: all 0.2s ease-in-out;
  background-color: #0023390a;
}

.h_heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: #004973;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.popup-content {
  background-color: #fff;
  padding: 2rem 2rem;
  border-radius: 2px;
  text-align: center;
  max-width: 90%;
  width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-image {
  margin-top: -4.5rem;
  width: 5rem;
}

.popup-text {
  line-height: 2rem;
  font-size: 1.2rem;
  font-weight: 300;
  color: #00111c;
  margin-top: 1.5rem;
}

.popup-text p:not(:first-of-type) {
  margin-top: 1rem;
}

.popup-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
}

.popup-content button {
  margin-top: 20px;
  padding: 0.5rem 2rem;
  background-color: #E82A32;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}

.custom-bullets {
  list-style-type: none;
  /* Deaktiviert die Standard-Bullet Points */
  list-style-image: url("https://cdn.phm-innotech.de/images/bullet-white.png");
  padding-left: 1rem;

}


.custom-bullets li {
  margin-bottom: 0.7rem;
  padding-left: 0.5rem;
}

.custom-bullets-red {
  list-style-type: none;
  /* Deaktiviert die Standard-Bullet Points */
  list-style-image: url("https://cdn.phm-innotech.de/images/bullet-red.png");
  padding-left: 1rem;

}


.custom-bullets-red li {
  margin-bottom: 0.7rem;
  padding-left: 0.5rem;
  word-break: break-word;
  hyphens: auto;
}

.check-bullets {
  list-style-type: none;
  /* Deaktiviert die Standard-Bullet Points */
  list-style-image: url("https://cdn.phm-innotech.de/images/check-icon.png");
  padding-left: 3rem;
}

.check-bullets li {
  margin-bottom: 0.7rem;
  padding-left: 0.5rem;
}

.box-product-image {
  margin: -2rem 0 0 0;
  max-width: 110%;
}

.box-container {
  position: relative;
  /* Erforderlich, um den Button relativ zum Container zu positionieren */
}


.pr-4 {
  padding-right: 1rem;
}

.text-s {
  font-size: 0.9rem;
  line-height: 1.2rem;
}


.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.rsa-date-div-white {
  background: #fff;
  position: relative;
  border: 4px solid black;
  border-radius:10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.2rem;
}

.rsa-date-div-white::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: black;
  z-index: -1;
  border-radius:12px;
}

.rsa-date-div-white::after {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  background: #fff;
  z-index: -1;
  border-radius:10px;
}

.rsa-date-div-yellow {
  background: #FFDD00;
  position: relative;
  border: 4px solid black;
  border-radius:10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.2rem;
}

.rsa-date-div-yellow::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: black;
  z-index: -1;
  border-radius:12px;
}

.rsa-date-div-yellow::after {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  background: #FFDD00;
  z-index: -1;
  border-radius:10px;
}

.custom-summary {
  background-color: #F8FAFA;
  /* Hintergrundfarbe der Box */
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  /* Optional: Anpassen der Breite */
  max-width: 800px;
  /* Optional: Maximale Breite */
  margin: 0 auto;
  /* Zentriert die Box */
}



.custom-summary summary {
  font-weight: 500;
  color: #002339;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  /* Entfernt das native Dreieck */
}

.custom-summary summary::-webkit-details-marker {
  display: none;
  /* Entfernt das Dreieck vor dem <summary>-Text in Safari */
}

.summary-arrow {
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid #002339;
  border-bottom: 2px solid #002339;
  transform: rotate(45deg);
  /* Pfeil zeigt nach unten */
  transition: transform 0.3s ease;
}

.custom-summary[open] .summary-arrow {
  transform: rotate(-135deg);
  /* Pfeil zeigt nach oben */
}

.custom-summary p {
  margin-top: 1rem;
  line-height: 2rem;
  color: #002339;
  font-weight: 300
}

@media (min-width: 1024px) {
  .lg\:w-700 {
    width: 700px;
  }
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(232 43 50 / calc(var(--tw-text-opacity) * 100%));
}

.divider-red {
  width: 10%;
  height: 5px;
  background-color: #E82B32;
}

.img-contain {
  object-fit: contain;
}

.border-red {
  border-color: #e82b32;
}

.hide_on_scroll{
  transition: all 0.2s ease-in;
}

@media (max-width:1020px){

  .text-3xl {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  .top-bar-user-company{
    display:none;
  }
}

.flying-bubble {
  position: absolute;      /* So we can control its exact position */
  pointer-events: none;    /* Avoid interfering with cursor */
  transition: transform 0.8s ease, opacity 0.8s ease;
  will-change: transform, opacity;
  z-index: 9999;           /* Make sure it flies on top */
}

/* Abgerundete Ecken für Grid-Items */
.rounded-lg {
  border-radius: 0.5rem;
  overflow:hidden;
}

/* Feste Höhe 64 (entspricht 16rem) für die Bilder */
.h-64 {
  height: 16rem;
}

/* Transition für Transform-Eigenschaften (falls nicht bereits vorhanden) */
.transition-transform {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Skalierungseffekt bei Hover, angewendet via der custom Klasse 'group-hover-scale-110' */
.group:hover .group-hover-scale-110 {
  transform: scale(1.10);
}

/* Skalierungseffekt bei Hover, angewendet via der custom Klasse 'group-hover-scale-100' */
.group:hover .group-hover-scale-100 {
  transform: scale(1);
}

@media (min-width: 1024px) {
  .group:hover .lg\:group-hover-scale-105 {
    transform: scale(1.05);
  }
}



/* Custom Hintergrundfarbe für das Overlay:
   Standard: #002339 mit 80% Opacity */
.bg-custom-blue {
  background-color: rgba(0, 35, 57, 0.8);
}

/* Beim Hover (von der Eltern-Gruppe) soll der Hintergrund eine höhere Deckkraft haben (90%) */
.group:hover .group-hover-bg-custom-blue {
  background-color: rgba(0, 35, 57, 0.9);
}

/* Neue Klasse für ein responsives 3er-Grid */
.responsive-grid-3 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem; /* entspricht in Tailwind etwa gap-8 */
}

@media (min-width: 640px) {
  .responsive-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .responsive-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Klasse, um ein 16:9 (Querformat) Seitenverhältnis zu erzwingen */
.aspect-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 9/16 = 0,5625 → 56.25% */
}

.aspect-video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Standard: Mobile-Ansicht – horizontales Scrollen mit Snap */
.home-cards-wrapper {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* für sanftes Scrollen auf iOS */
  scroll-snap-type: x mandatory;
  gap: 1rem;  /* Abstand zwischen den Karten */
  padding-bottom: 1rem;
}

/* Jedes Karten-Element als flex-item mit fester Breite und Höhe */
.home-cards-wrapper a {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 240px;
  height: 330px;
}

/* Innere Box der Karte */
.home-cards-wrapper a > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Ab 1024px: 3er Grid */
@media (min-width: 792px) {
  .home-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    overflow-x: visible;
    scroll-snap-type: none;
  }

  .home-cards-wrapper a {
    width: auto;
    height: auto;
  }
}

/* Ab 1520px: 6er Grid */
@media (min-width: 1520px) {
  .home-cards-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
}
