html {
  font-size: 16px !important;
  background: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-gutter: stable;
}

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Roboto Condensed, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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 */
}

/*
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: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-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; /* 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,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 480px) {

  .\!container {
    max-width: 480px !important;
  }

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

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.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;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[-9999px\] {
  left: -9999px;
}
.right-0 {
  right: 0px;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[101px\] {
  top: 101px;
}
.top-auto {
  top: auto;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-hero-video {
  aspect-ratio: 1920 / 820;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-10 {
  height: 2.5rem;
}
.h-32 {
  height: 8rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[62px\] {
  height: 62px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[1000px\] {
  max-height: 1000px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-\[calc\(100vh-100px\)\] {
  max-height: calc(100vh - 100px);
}
.min-h-\[24rem\] {
  min-height: 24rem;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-32 {
  width: 8rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-center {
  transform-origin: center;
}
.-translate-x-1\/2 {
  --tw-translate-x: -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));
}
.-translate-x-6 {
  --tw-translate-x: -1.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));
}
.-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));
}
.-translate-y-6 {
  --tw-translate-y: -1.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));
}
.translate-x-full {
  --tw-translate-x: 100%;
  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));
}
.rotate-\[-90deg\] {
  --tw-rotate: -90deg;
  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));
}
@keyframes numberGlow {

  0%, 100% {
    opacity: 0.15;
  }

  50% {
    opacity: 0.30;
  }
}
.animate-number-glow {
  animation: numberGlow 4s ease-in-out infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.columns-3 {
  -moz-columns: 3;
       columns: 3;
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
.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));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.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-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-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-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 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-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));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.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-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.\!font-sans {
  font-family: Roboto Condensed, sans-serif !important;
}
.font-heading {
  font-family: Oswald, sans-serif;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: Roboto Condensed, sans-serif;
}
.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.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: 1;
}
.text-\[14rem\] {
  font-size: 14rem;
}
.text-\[32px\] {
  font-size: 32px;
}
.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-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none {
  line-height: 1;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(200 16 46 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.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);
}
.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);
}
.backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-saturate-\[180\%\] {
  --tw-backdrop-saturate: saturate(180%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  font-family: Roboto Condensed, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1.625 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1)) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Oswald, sans-serif !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

h1 {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
h2 {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
h3 {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
h4 {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
h5 {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
h6 {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}


.hentry {
  margin-bottom: 0px !important;
}

.content-area {
  margin-bottom: 0px !important;
}

.hentry .entry-content a {
  font-weight: 500;
  text-decoration-line: none !important;
}

.hentry .wp-post-image {
  margin-bottom: 0px !important;
}

a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
a:not(.btn):hover,
.products .product.group:hover h2.woocommerce-loop-product__title a {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

/*--- BOUTONS ---*/

.wp-block-button {
  border-style: none;
  background-color: transparent;
  padding: 0px;
}

/* Red button for white bg */
.hentry .entry-content .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.single_add_to_cart_button,
.gform_wrapper .gform_button,
.gform_wrapper .gform_button:visited,
.btn {
    position: relative;
    display: inline-block;
    background-color: #C8102E !important;
    color: white !important;
    padding: 0.5rem 1rem !important;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    text-decoration: none !important;
    cursor: pointer !important;
    border: none !important;
    border-radius: 0.375rem !important;
    transition: all 0.3s ease-in-out !important;
    margin-left: 0;
    height: auto;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    white-space: nowrap !important;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.hentry .entry-content .wp-block-button .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.single_add_to_cart_button:hover,
.gform_wrapper .gform_button:hover,
.btn:hover {
    color: white !important;
    background-color: #C8102E !important; 
}

.hentry .entry-content .wp-block-button .wp-block-button__link::before,
.editor-styles-wrapper .wp-block-button .wp-block-button__link::before,
.woocommerce a.button::before,
.woocommerce button.button::before,
.single_add_to_cart_button::before,
.gform_wrapper .gform_button::before,
.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
    pointer-events: none;
    border-radius: 0.375rem;
}

.hentry .entry-content .wp-block-button .wp-block-button__link:hover::before,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover::before,
.woocommerce a.button:hover::before,
.woocommerce button.button:hover::before,
.single_add_to_cart_button:hover::before,
.gform_wrapper .gform_button:hover::before,
.btn:hover::before,

.products .product.group:hover .woocommerce a.button::before,
.products .product.group:hover .woocommerce button.button::before,
.products .product.group:hover .single_add_to_cart_button::before,
.products .product.group:hover .btn::before {
    transform: scaleX(1);
}

/* Black button for white bg - Next & Previous Buttons */
.gform_wrapper .gform_next_button,
.gform_wrapper .gform_next_button:visited,
.gform_wrapper .gform_previous_button,
.gform_wrapper .gform_previous_button:visited {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: #000 !important;
    color: white !important;
    padding: 0.5rem 1rem !important;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    text-decoration: none !important;
    cursor: pointer !important;
    border: none !important;
    border-radius: 0.375rem !important;
    transition: opacity 0.2s ease-in-out !important;
    margin-left: 0;
    height: auto;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    white-space: nowrap !important;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.gform_wrapper .gform_next_button:hover,
.gform_wrapper .gform_previous_button:hover {
    opacity: 0.80;
}

/* Red button for black bg */
.btn-hero {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(200 16 46 / var(--tw-bg-opacity, 1));
  background-clip: padding-box;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none !important;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-hero:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
    pointer-events: none;
    border-radius: 0.375rem;
}

.btn-hero:hover::before {
    transform: scaleX(1);
}

/* Black button for black bg */
.copy-button {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  background-color: transparent !important;
  font-size: 1.125rem;
  color: #ffffff !important;
  font-weight: 500; 
  text-transform: uppercase;
  letter-spacing: 0.025rem; 
  padding: 0.5rem 1rem; 
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  background-clip: padding-box;
  border-radius: 0.375rem; 
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.copy-button:hover {
  color: #fff!important;
  border-color: #fff !important;
  background-color: transparent !important;
}

.copy-button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
    pointer-events: none;
    border-radius: 0.375rem;
}

.copy-button:hover::before {
    transform: scaleX(1);
}

/* Transparent button for black bg */
#gform_wrapper_2 .gform_button,
#gform_wrapper_3 .gform_button {
    position: relative;
    display: inline-block;
    background-color: transparent !important;
    color: white !important;
    padding: 0.5rem 0.75rem !important;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    text-decoration: none !important;
    cursor: pointer !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 0.375rem !important;
    transition: all 0.3s ease-in-out !important;
    margin-left: 0;
    height: auto;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    white-space: nowrap !important;
}

#gform_wrapper_2 .gform_button:hover,
#gform_wrapper_3 .gform_button:hover {
    color: white !important;
    background-color: transparent !important; 
    border-color: white !important; 
}

#gform_wrapper_2 .gform_button::before,
#gform_wrapper_3 .gform_button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
    pointer-events: none;
    border-radius: 0.375rem;
}

#gform_wrapper_2 .gform_button:hover::before,
#gform_wrapper_3 .gform_button:hover::before {
    transform: scaleX(1);
}

.full-uniform-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 90%;
  align-self: center;
  background-color: transparent !important;
  color: white !important;
  padding: 0.5rem 1rem !important;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  text-decoration: none !important;
  cursor: pointer !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0.375rem !important;
  transition: all 0.3s ease-in-out !important;
  margin-left: 0;
  height: auto;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  white-space: nowrap !important;
  overflow: hidden;
}

.full-uniform-button:hover {
  color: white !important;
  background-color: transparent !important; 
  border-color: white !important;
}

.full-uniform-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.full-uniform-button:hover::before {
  transform: scaleX(1);
}

/*--- FORMS ---*/
#page .woocommerce-product-search input.search-field,
#page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),
#page .input-text, /* Classe WooCommerce pour les champs de checkout etc. */
#page input[type="text"],
#page input[type="email"],
#page input[type="url"],
#page input[type="password"],
#page input[type="search"],
#page input[type="number"],
#page input[type="tel"],
#page textarea {
  background-color: #fff !important;
  border: 1px solid #d1d5db !important;
  padding: 0.5rem 0.75rem !important; /* Écrase le .618em et le 8px. Correspond à py-2 px-3 */
  color: #1f2937 !important;
  font-weight: 400 !important; /* Écrase la graisse de Storefront */
  font-size: 1rem !important; /* Écrase les 15px de GF */
  font-family: Roboto Condensed, sans-serif !important;
  box-shadow: none !important;
  border-radius: 0.375rem !important;
  -webkit-appearance: none !important; /* Crucial */ width: 100%; outline: 2px solid transparent; outline-offset: 2px;
  margin: 0;
}

#page .woocommerce-product-search input.search-field:focus-visible,
#page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):focus-visible,
#page .input-text:focus-visible,
#page input[type="text"]:focus-visible,
#page input[type="email"]:focus-visible,
#page input[type="url"]:focus-visible,
#page input[type="password"]:focus-visible,
#page input[type="search"]:focus-visible,
#page input[type="number"]:focus-visible,
#page input[type="tel"]:focus-visible,
#page textarea:focus-visible {
    border-color: #000000 !important;
    box-shadow: 0 0 0 2px #fff, 
                0 0 0 4px #000000 !important;
    outline: none !important;
}

#page ::-moz-placeholder {
    color: #6b7280 !important;
    opacity: 1; /* Pour certains navigateurs */
}

#page ::placeholder {
    color: #6b7280 !important;
    opacity: 1; /* Pour certains navigateurs */
}

body textarea {
  height: auto;
}

label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

input[type=checkbox] + label, input[type=radio] + label {
    margin:0 0 0 0 !important;
}

/*--- FOCUS ---*/

:where(a, button:not(#mobile-menu-toggle), input, textarea, .button.alt):focus-visible {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: 0 0 0 2px #fff,
              0 0 0 4px #000000 !important;
}

#mega-menu-panel :where(a, button, input, textarea):focus-visible {
  border-radius: 0.25rem;
}

:where(a, button, input, textarea, .button.alt):focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

#page-header-tailwind nav ul#menu-principal {
  margin: 0px;
  display: flex;
  list-style-type: none;
  align-items: center;
  padding: 0px;
  height: auto !important;
}

#page-header-tailwind nav ul#menu-principal > li {
  margin: 0px;
  padding: 0px;
  height: auto !important;
  align-self: center !important;
}

#page-header-tailwind #mobile-menu-toggle {
  border-style: none;
  background-color: transparent;
  padding: 0px;
  outline: none !important;
}

/*--- MEGA MENU ---*/

.mega-menu-trigger > a {
  display: inline-flex !important;
  align-items: center !important;
}

#mega-menu-panel {
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
  transition: clip-path 0.3s ease-in-out, visibility 0s 0.3s;
}
#mega-menu-panel.is-open {
  clip-path: inset(0 0 0 0);
  visibility: visible;
  transition-delay: 0s;
}
#mega-menu-panel > div {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}
#mega-menu-panel.is-open > div {
  transform: translateY(0);
}

#mega-menu-panel .current-menu-item .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

#mega-menu-content li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#mega-menu-content a {
  display: block;
}

#mega-menu-content .megamenu-item .aspect-ratio-1-1 {
   aspect-ratio: 1 / 1;
}
#mega-menu-content .megamenu-item img {
  border-radius: 0.375rem;
}
#mega-menu-content a:focus-visible {
    border-radius: 0.375rem !important; 
}

#primary-navigation .mega-menu-trigger > a {
    position: relative;
    padding-right: 1.25rem !important;
}

#primary-navigation .mega-menu-trigger > a::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.3s ease-in-out;
}

#primary-navigation .mega-menu-trigger > a[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
}

/*--- MENU MOBILE ---*/

.icon {
  width: 32px; 
  height: 32px;
}
.icon-menu {
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 0% 20%, 0% 40%, 100% 40%, 100% 60%, 0% 60%, 0% 80%, 100% 80%, 100% 100%, 0% 100%);
}
@media (hover: hover) {
  #mobile-menu-toggle:hover .icon-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(128 128 128 / var(--tw-bg-opacity, 1));
  }
}
body.mobile-menu-open .icon-menu {
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}
body.mobile-menu-open #mobile-menu-toggle .icon-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity, 1));
}

#mobile-menu-toggle {
  position: relative;
}

#mobile-menu-toggle:focus-visible::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  box-shadow: 0 0 0 2px #fff,
              0 0 0 4px #000000;
}

#mobile-menu-toggle:focus:not(:focus-visible)::before {
  box-shadow: none !important;
  content: none !important;
}

body.mobile-menu-open {
  overflow: hidden;
}
body.mobile-menu-open #mobile-menu-panel {
  transform: none;
}
#mobile-menu-panel::-webkit-scrollbar {
  display: none;
}
#mobile-menu-panel {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
}

.body-scroll-locked {
  overscroll-behavior: contain;
}

/*--- LIEN ACTIF - MENU DESKTOP & MOBILE ---*/

#page-header-tailwind nav li.current-menu-item > a,
#page-header-tailwind nav li.current-menu-ancestor > a,
#page-header-tailwind nav li.current_page_item > a,
#page-header-tailwind nav li.current_page_ancestor > a,

#mobile-menu-panel li.current-menu-item > a,
#mobile-menu-panel li.current-menu-ancestor > a,
#mobile-menu-panel li.current_page_item > a,
#mobile-menu-panel li.current_page_ancestor > a {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

/*--- RECHERCHE ---*/

body.search-panel-open #search-panel {
  transform: none;
}
body.search-panel-open #search-toggle-button {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
@media (hover: hover) {
  #search-toggle-button:hover {
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity, 1));
  }
}

#search-panel .woocommerce-product-search {
  display: flex;
    margin-bottom: 0 !important;
}

/* Black button with white border on hover for search */
#search-panel .woocommerce-product-search button[type="submit"] {
    position: relative;
    display: inline-block;
    background-color: #000 !important;
    color: white !important;
    padding: 0.5rem 0.75rem !important;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 500;
    text-decoration: none !important;
    cursor: pointer !important;
    border: 2px solid transparent !important;
    border-radius: 0.375rem !important;
    background-clip: padding-box !important;
    transition: all 0.3s ease-in-out !important;
    margin-left: 0.5rem !important;
    height: auto;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    white-space: nowrap !important;
}

#search-panel .woocommerce-product-search button[type="submit"]:hover {
    color: white !important;
    background-color: #000 !important; 
    border-color: white !important;
}

#search-panel .woocommerce-product-search button[type="submit"]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
    pointer-events: none;
    border-radius: 0.375rem;
}

#search-panel .woocommerce-product-search button[type="submit"]:hover::before {
    transform: scaleX(1);
}

/*--- ||\\//|| ||\\|| ||\\//|| CONTENU ||\\//|| ||\\|| ||\\//|| ---*/

.is-layout-flex {
  gap: 1rem;
}

.is-layout-grid {
  gap: 1rem;
}

.wp-block-spacer {
  margin: 0px;
}

.alignfull {
  position: relative;
  left: 50%;
  max-width: none;
  --tw-translate-x: -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));
  width: var(--scrollbar-comp-vw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.fading-div {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fading-div.visible {
    opacity: 1;
}

.no-js .fading-div {
  opacity: 1;
}

.site-main {
    margin-bottom: 0 !important;
}

/*--- HERO ---*/

.hero-section {
  position: relative;
  display: grid;
  height: calc(100vh - 62px);
  overflow: hidden;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

  .hero-section {
    height: calc(100vh - 100px);
  }
}

.hero-section {
  place-items: center;
}

.hero-section > * {
  grid-area: 1 / 1 / 2 / 2;
}

.aspect-hero-video {
  min-height: 100% !important;
  min-width: 100% !important;
}

.hero-section.hidden {
  pointer-events: none;
  opacity: 0;
}

#vimeo-video iframe {
  height: 100%;
  width: 100%;
}

body.mobile-menu-open #hero-content-overlay,
body.search-panel-open #hero-content-overlay {
  pointer-events: auto;
}

.video-cover--is-behind {
  z-index: 5 !important;
}

/*--- SPORTS GRID---*/

.title-box,
.title-box * {
  cursor: default !important;
}

.sports-grid .grid-item {
  position: relative;
  z-index: 0;
  isolation: isolate;
  width: 100%;
  cursor: pointer;
}

.sports-grid .grid-item.revealed {
  cursor: default;
}

.sports-grid .grid-item::before {
  content: '';
  display: block;
  padding-top: 75%;
}

/* slide-in info panel */
.sports-grid .grid-item .card-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transform: translate3d(-100%, 0, 0);
  transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  will-change: transform;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.75em 0 1em;
  overflow: hidden;
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  cursor: default;
}

.sports-grid .grid-item:hover .card-info,
.sports-grid .grid-item.revealed .card-info {
  transform: translate3d(0, 0, 0);
}

/* dropdown */
.product-dropdown-wrapper {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin: 0 0 1em;
  flex-grow: 1;
  min-height: 0;
  content-visibility: auto;
  contain: layout style paint;
  transform: translateZ(0);
  will-change: opacity;
}

.product-dropdown-wrapper::before,
.product-dropdown-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1.2em;
  z-index: 1;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.product-dropdown-wrapper::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
}

.product-dropdown-wrapper::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.product-dropdown {
  list-style: none;
  padding: 1em 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-height: 100%;
  overflow-y: auto;
  scroll-behavior: smooth;
  will-change: transform;
  contain: content;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.product-dropdown li {
  text-align: center; /* Center the inline-block child */
}

.product-dropdown li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s;
  display: inline-block;
  padding: 0 0.5em;
}

.product-dropdown li a:hover {
  color: #808080;
}

.product-dropdown::-webkit-scrollbar {
  width: 6px;
}

.product-dropdown::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

.product-dropdown::-webkit-scrollbar-track {
  background: transparent;
}

.grid-final-box,
.grid-final-box * {
  cursor: default !important;
}

.grid-final-box {
  position: relative;
  background-color: #fff;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1em;
}

.grid-final-box::before {
  content: '';
  display: block;
  padding-top: 75%;
}

#sport-results {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 2px solid #000000;
  max-height: 150px;
  overflow-y: auto;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.12),
              0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: none;
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: rgba(255,255,255,0.3) transparent; /* For Firefox */
}

#sport-results::-webkit-scrollbar {
  width: 6px;
}

#sport-results::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.3);
  border-radius: 4px;
}

#sport-results::-webkit-scrollbar-track {
  background: transparent;
}

#sport-results div {
  padding: 8px 12px;
  border-bottom: 1px solid #cbd5e1;
  text-align: left;
  cursor: pointer !important;
  transition: background-color 0.2s ease-in-out;
}

#sport-results div:last-child {
  border-bottom: none;
}

#sport-results div:hover {
  background-color: #f3f4f6;
}

/*--- CUSTOM GEAR ---*/

.custom-gear-left {
  position: relative;
  width: 100%;
  height: 584px;
  overflow: hidden;
}

.custom-gear-left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.custom-gear-left img.active {
  opacity: 1;
  z-index: 2;
}

.no-js .custom-gear-left img {
  opacity: 1;
}

/*--- FOOTER ---*/

/* Overrides WordPress nav widget */
.widget_nav_menu ul li::before {
  content: none !important;
  display: none !important;
  float: none !important;
  margin: 0 !important;
  width: 0 !important;
}

.widget_nav_menu ul li {
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
}

.widget_nav_menu ul {
  padding-left: 0 !important;
  margin-left: 0 !important;
  list-style: none;
}

.footer-column .widget {
  margin-bottom: 0px;
}
.footer-column > :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));
}
.footer-column #block-8 .wp-block-heading,
.footer-column #block-11 .wp-block-heading,
.footer-column #block-12 .wp-block-heading,
.footer-column #block-14 .wp-block-heading {
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.footer-column #block-15 .wp-block-heading,
.footer-column #block-17 .wp-block-heading,
.footer-column #block-18 .wp-block-heading,
.footer-column #block-19 .wp-block-heading {
  margin-top: -1.5rem;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.footer-column #block-9 p,
.footer-column #block-16 p {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer-column #block-10,
.footer-column #nav_menu-4,
.footer-column #nav_menu-5 {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer-column #block-10 a,
.footer-column #nav_menu-4 a,
.footer-column #nav_menu-5 a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-column #block-10 a:hover,
.footer-column #nav_menu-4 a:hover,
.footer-column #nav_menu-5 a:hover {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.footer-column #block-10 i,
.footer-column #block-12 i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#gform_wrapper_2 .gfield_description:not(#validation_message_2_1),
#gform_wrapper_3 .gfield_description:not(#validation_message_3_1) {
  padding-top: 0px;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

/*--- SUBFOOTER ---*/

#site-footer .border-t a,
#subheader .language-selector-container a {
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#site-footer .border-t a:hover,
#subheader .language-selector-container a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1)) !important;
}
#mobile-menu-panel .language-selector-mobile a {
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#mobile-menu-panel .language-selector-mobile a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1)) !important;
}
.wpml-ls-legacy-list-horizontal {
    border: 0 !important;
    padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 5px 0 6px !important;
}

/*--- WOOCOMMERCE ---*/

ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
  margin-bottom: 0px;
}

ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 0px;
  font-family: Roboto Condensed, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

/* Product images in product loops and related products */
.woocommerce ul.products li.product img,
.woocommerce div.related ul.products li.product img {
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce ul.products li.product:hover img,
.woocommerce div.related ul.products li.product:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

/* Single product gallery images */
.woocommerce-product-gallery__image img {
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce-product-gallery__image:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

/* dans ton CSS Tailwind @layer components */
.woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.woocommerce-pagination .page-numbers .current {
  font-weight: 600;
}

/* ==========================================================================
   Custom WooCommerce Product Grid
   ========================================================================== */

/* 1. Applique une grille responsive au conteneur des produits.
   -------------------------------------------------------------------------- */
.woocommerce ul.products[class*="columns-"] {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {

  .woocommerce ul.products[class*="columns-"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .woocommerce ul.products[class*="columns-"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* 2. Réinitialise les styles par défaut des produits individuels.
   -------------------------------------------------------------------------- */
.woocommerce ul.products[class*="columns-"] li.product {
  float: none;
  margin: 0px;
  width: auto;
}

/* 3. Supprime le pseudo-élément 'clearfix' de Storefront.
   -------------------------------------------------------------------------- */
.woocommerce ul.products::before {
  --tw-content: none;
  content: var(--tw-content);
}


/* ==========================================================================
   Custom Product Tag Filters
   ========================================================================== */
.tag-filter-label {
  display: inline-flex;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tag-filter-label:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

/* Hide the default checkbox */
.tag-filter-checkbox {
  position: absolute;
  height: 0px;
  width: 0px;
  opacity: 0;
}

.tag-filter-name {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/* Style for when the checkbox is checked */
.tag-filter-checkbox:checked + .tag-filter-name {
  --tw-text-opacity: 1;
  color: rgb(200 16 46 / var(--tw-text-opacity, 1)); /* Change to your primary color */
}

.tag-filter-checkbox:checked ~ .tag-filter-label, /* Not a direct sibling, need to target parent */
.tag-filter-checkbox:checked + span {
  /* This requires a slightly different approach or a JS class toggle if you want to change parent border */
}

/* Better approach: Style parent label when checkbox inside is checked */
.tag-filter-label:has(> .tag-filter-checkbox:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(200 16 46 / var(--tw-border-opacity, 1));
  background-color: rgb(200 16 46 / 0.2); /* Change to your primary color */
}

/* Style for the loading overlay */
.loading-overlay {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

/*--- GRAVITY FORMS ---*/

/* Étape 1: Masquer le bouton radio natif. C'est la seule chose qui ne change pas. */
.gform_wrapper .gfield-choice-input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Étape 2: Créer notre fausse case à cocher.
 * On utilise un sélecteur très spécifique pour garantir la priorité.
 * On définit CHAQUE propriété manuellement pour annuler les styles du thème.
*/
.gform_wrapper .gfield_radio .gchoice label::before {
  content: '';
  display: inline-block;
  vertical-align: middle; /* Aligne la boîte verticalement avec le milieu du texte */
  
  /* Dimensions et espacement */
  width: 1.25rem;  /* w-5 */
  height: 1.25rem; /* h-5 */
  margin-right: 0.75rem; /* mr-3 */
  
  /* Style de la boîte NON COCHÉE */
  background-color: white; /* bg-white */
  border: 2px solid black; /* border-2 border-black */
  border-radius: 0.25rem; /* rounded */

  /* Annulation des styles conflictuels du thème */
  background-image: none;
  padding: 0;
  transform: none;
  
  transition: all 150ms; /* transition-all duration-150 */
}

/* Étape 3: Style de la case lorsqu'elle est COCHÉE. */
.gform_wrapper .gfield-choice-input[type="radio"]:checked + label::before {
  /* On utilise les variables CSS de Tailwind pour les couleurs */
  background-color: #C8102E;
  border-color: #C8102E;
  
  /* La coche blanche (SVG) */
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/* Étape 4: Style du label lui-même (pour l'alignement). */
.gform_wrapper .gfield_radio .gchoice label {
  /* On s'assure que le label n'est pas en flex pour éviter les problèmes */
  display: inline;
}


.gfield--type-html:has(+ .gfield--type-product) {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .woocommerce-tabs {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
  }
}

.single-product .storefront-product-pagination {
  display: none;
}

.hero-section.single-product .storefront-product-pagination {
  pointer-events: none;
  opacity: 0;
}

.single-product div.product form.cart {
    margin-bottom: 0 !important;
    padding: 1em 0 0 !important;
}

form {
    margin-bottom: 0 !important;
}

body.single-product .gform_wrapper.gravity-theme .gfield_description {
   padding-top: 0 !important;
}

/* Error Message format */

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gform_wrapper.gravity-theme .gfield_error .ginput_container_image_choice .gfield-choice-image-wrapper::before {
    border-radius: 0.375rem !important;
}


/* Form 74 & 77 */

#field_74_6,
#field_77_6 {

  /* La grille responsive */
  .gfield_radio {
    display: grid;
  }
  .gfield_radio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gfield_radio {
    gap: 1rem;
  }
  @media (min-width: 480px) { /* 480px */
    .gfield_radio {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (min-width: 640px) { /* 640px */
    .gfield_radio {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (min-width: 768px) { /* 768px */
    .gfield_radio {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px) { /* 1024px */
    .gfield_radio {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  
  /* Le style du texte sur l'image */
  .gfield-choice-input[type="radio"] {
    display: none;
  }

.hero-section.gfield-choice-input[type="radio"] {
    pointer-events: none;
  }

.hero-section.gfield-choice-input[type="radio"] {
    opacity: 0;
  }
  .gfield-image-choice-wrapper-inner {
    position: absolute;
  }
  .gfield-image-choice-wrapper-inner {
    bottom: 0px;
  }
  .gfield-image-choice-wrapper-inner {
    left: 0px;
  }
  .gfield-image-choice-wrapper-inner {
    right: 0px;
  }
  .gfield-image-choice-wrapper-inner {
    margin: 0px;
  }
  .gfield-image-choice-wrapper-inner {
    display: flex;
  }
  .gfield-image-choice-wrapper-inner {
    justify-content: center;
  }
  .gform-field-label--type-inline {
    z-index: 10;
  }
  .gform-field-label--type-inline {
    max-width: 90%;
  }
  .gform-field-label--type-inline {
    cursor: pointer;
  }
  .gform-field-label--type-inline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .gform-field-label--type-inline {
    border-radius: 0px;
  }
  .gform-field-label--type-inline {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .gform-field-label--type-inline {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .gform-field-label--type-inline {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .gform-field-label--type-inline {
    text-align: center;
  }
  .gform-field-label--type-inline {
    font-family: Oswald, sans-serif;
  }
  .gform-field-label--type-inline {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  .gform-field-label--type-inline {
    font-size: clamp(0.875rem, 0.25vw + 0.8rem, 1rem) !important;
  }

}

#field_74_6 .gchoice label::before,
#field_77_6 .gchoice label::before,
#field_74_9 .gchoice label::before,
#field_77_9 .gchoice label::before {
  display: none !important;
  content: none !important;
}

#field_74_6 .gchoice,
#field_77_6 .gchoice {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  cursor: pointer !important;
}

#field_74_6 .gfield-choice-image-wrapper,
#field_77_6 .gfield-choice-image-wrapper {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 0.375rem !important; /* rounded-md */
  margin-block-end: 0 !important;
}

#field_74_6 .gfield-choice-image,
#field_77_6 .gfield-choice-image {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 0.375rem !important; /* rounded-md */
  transition: transform 0.2s ease-in-out !important;
}

#field_74_6 .gchoice:hover .gfield-choice-image,
#field_77_6 .gchoice:hover .gfield-choice-image {
  transform: scale(1.05) !important;
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:has(input:checked))::after {
  --tw-bg-opacity: 1;
  background-color: rgb(200 16 46 / var(--tw-bg-opacity, 1));
}

#field_74_6 .gchoice:has(input:checked) .gfield-choice-image-wrapper::after,
#field_77_6 .gchoice:has(input:checked) .gfield-choice-image-wrapper::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  box-shadow: inset 0 0 0 1px #C8102E !important;
  background-color: rgba(200, 16, 46, 0.2) !important;
  border-radius: 0.375rem !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/*
 * =================================================================================================
 * CSS CIBLÉ pour les champs #field_74_9 (EN) et #field_77_9 (FR)
 * =================================================================================================
 */

/* Lays out the choices with a 1rem gap, wrapping when needed */
#field_74_9 .gfield_radio,
#field_77_9 .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Contains each choice and resets the theme's extra padding */
#field_74_9 .gfield_radio .gchoice,
#field_77_9 .gfield_radio .gchoice {
  display: flex;
  padding: 0px;
}

/* Hides the default radio button accessibly */
#field_74_9 .gfield-choice-input[type="radio"],
#field_77_9 .gfield-choice-input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* 
 * Base style for the label, mimicking .tag-filter-label and .tag-filter-name
 * It's now a rounded button with gray text and border.
*/
#field_74_9 .gfield_radio .gchoice label,
#field_77_9 .gfield_radio .gchoice label {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover state: mimics the hover on .tag-filter-label */
#field_74_9 .gfield_radio .gchoice label:hover,
#field_77_9 .gfield_radio .gchoice label:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

/* 
 * Checked state: mimics the combined effect of the :checked and :has selectors
 * The label's border, background, and text color all change.
*/
#field_74_9 .gfield-choice-input[type="radio"]:checked + label,
#field_77_9 .gfield-choice-input[type="radio"]:checked + label {
  --tw-border-opacity: 1;
  border-color: rgb(200 16 46 / var(--tw-border-opacity, 1));
  background-color: rgb(200 16 46 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(200 16 46 / var(--tw-text-opacity, 1));
}

/* Accessibility focus state remains for keyboard navigation */
#field_74_9 .gfield-choice-input[type="radio"]:focus-visible + label,
#field_77_9 .gfield-choice-input[type="radio"]:focus-visible + label {
  border-radius: 0.375rem;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

/*
 * =================================================================================================
 * Spacing Between Gravity Form Fields for Forms 74 & 77
 * =================================================================================================
 */

#gform_wrapper_74 .gfield,
#gform_wrapper_77 .gfield {
  margin-bottom: 1.5rem;
}

/*--- PAGE DE PRODUIT SINGLE ---*/

/*
 * Ajoute un espace en haut des pages de produit uniquement
 */
body.single-product #primary {
    margin-top: 1.5rem; /* Ajustez cette valeur au besoin */
}

/*
 * Masque la galerie d'images sur la page produit.

.single-product .woocommerce-product-gallery__wrapper {
    visibility: hidden;
} */

/*
 * Supprimer la bordure supérieure par défaut du formulaire d'ajout au panier
 * sur la page de produit, car nous l'avons déplacée manuellement.
 */
.single-product div.product .product_meta {
    border-top: none !important;
    padding-top: 0.5rem !important; /* On réduit aussi le padding pour un meilleur alignement */
}

.single-product div.product .product_meta a {
    font-weight: 500 !important;
    text-decoration: none !important;
}

.single-product div.product p.price {
    font-size: 1rem;
    margin: 1rem 0;
}

body.single-product .single_add_to_cart_button {
    display: none !important;
}

.ginput_product_price_label {
    display: none !important;
}

.single-product .gform-field-label.ginput_product_price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(200 16 46 / var(--tw-text-opacity, 1));
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 1rem;
  line-height: 1.5rem;
}

/* Style pour la nouvelle ligne de séparation sur la page produit */
.product-summary-separator {
    margin: 0 0 2em; /* Ajoute de l'espace vertical */
    border: 0;
    border-top: 1px solid #e0e0e0; /* Couleur et épaisseur de la ligne */
}

/*
 * Ajoute un espace au-dessus du bouton "Order Now" sur la page produit.
 */
.single-product div.summary a.btn {
    margin-top: 2rem;
}

/*
 * Cible le conteneur principal des onglets avec une plus grande spécificité
 * et force la suppression de la bordure supérieure.
 */
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-top: none !important;
}

/* Cible la liste <ul> */
.single-product div.product ul.tabs.wc-tabs {
  order: 1;
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding: 0px;
  width: 100% !important;
  float: none !important;
}

/* Cible chaque élément <li> */
.single-product div.product ul.tabs.wc-tabs li {
  margin: 0px;
  list-style-type: none;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  margin-bottom: -1px !important;
}

/* Cible les liens <a> à l'intérieur des onglets */
.single-product div.product ul.tabs.wc-tabs li a {
  display: inline-block;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.single-product div.product ul.tabs.wc-tabs li a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/*
 * Règle très spécifique pour cibler et cacher la flèche (>) de l'onglet ACTIF.
 * Storefront applique ce style uniquement sur le lien actif, d'où la nécessité de cibler `li.active`.
 */
.single-product div.product .woocommerce-tabs ul.tabs li.active a::after {
  content: none !important; /* La méthode la plus directe pour supprimer un pseudo-élément */
}

/* Style visuel de l'onglet actif */
.single-product div.product ul.tabs.wc-tabs li.active a {
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(200 16 46 / var(--tw-text-opacity, 1));
}

/* Cible les panneaux de contenu des onglets */
.single-product div.product .woocommerce-Tabs-panel {
  order: 2;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  width: 100% !important;
  float: none !important;
}

.woocommerce-tabs ul.tabs {
    border-top: none !important;
}

.woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

/* Correctif pour permettre à .alignfull de fonctionner sur les pages produit */
.single-product div.product {
  overflow: visible !important;
}

/* Related Products */
/*
 * Style pour les titres des sections Produits Apparentés et Upsells
 * (Votre code original ciblait déjà les deux, c'est parfait)
 */
.related > h2:first-child,
.upsells > h2:first-child {
    font-size: 1.875em !important;
    margin-bottom: 1.5em !important;
}

/*
 * Grille et alignement pour la liste des produits
 * dans les sections Produits Apparentés et Upsells
 */
.related.products ul.products,
.upsells.products ul.products {
  justify-items: center; /* Centre les articles dans la grille */
}
@media (min-width: 1024px) {

  .related.products ul.products,
.upsells.products ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.related.products ul.products,
.upsells.products ul.products {      /* Affiche 4 colonnes sur les grands écrans */
}

/*
 * Espacement (padding) pour le conteneur des sections
 * Produits Apparentés et Upsells sur la page produit
 */
.single-product .related.products,
.single-product .upsells.products {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {

  .single-product .related.products,
.single-product .upsells.products {
    padding-bottom: 6rem;
  }
}

/*
 * Correction pour le thème Storefront en pleine largeur
 * Cette règle s'appliquera automatiquement aux deux sections
 * car elles utilisent toutes les deux une grille à 4 colonnes.
 */
.storefront-full-width-content .site-main ul.products.columns-4 li.product {
  width: 100% !important;
  margin-right: 0 !important;
}

/*
================================================================================
STYLES SELECTOR
================================================================================
*/

.style-search {
    width: 100%;
}

input.style-search {
    margin-bottom: 1rem !important;
}

.style-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
}

.style-card {
    display: block; 
    text-decoration: none; 
    color: inherit;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    background: #f3f4f6;
}

.style-card:hover {
    background: #e2e8f0;
}

.style-card img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

#styleGrid .style-card {
    opacity: 0;
    filter: blur(6px);
    transform: scale(0.96);
    transition: opacity 1s ease-out, filter 1s ease-out, transform 1s ease-out;
}

#styleGrid .style-card.loaded {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}

/* ==========================================================================
   Magnific Popup - Final Layout with Dark Glassmorphism Theme
   ========================================================================== */

/* 1. Core Styles & Figure Container */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75) !important;
    -webkit-backdrop-filter: blur(10px) saturate(180%) !important;
    backdrop-filter: blur(10px) saturate(180%) !important;
    
    /* Forcing opacity to be irrelevant */
    opacity: 1 !important;
}

.mfp-wrap { z-index: 1043; overflow-y: auto; overscroll-behavior: contain; }
.mfp-container { padding: 20px 8px; box-sizing: border-box; }
.mfp-content { vertical-align: middle; }
.mfp-figure {
    line-height: 1.5 !important;
    background: transparent !important;
}
.mfp-figure:after { display: none !important; }

/* 2. The Image */
img.mfp-img {
    display: block;
    max-width: 80vw !important;
    max-height: 75vh !important;
    margin: 0 auto 1rem auto !important;
    box-shadow: none;
}

/* 3. The Controls Container */
.mfp-bottom-bar {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

/* 4. The Counter */
.mfp-counter {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    order: 2;
}

/* Add this to your button's CSS */
.copy-button {
    order: 1;
}

.mfp-title:empty { display: none; }

/* ==========================================================================
   Standard Magnific Popup Controls
   ========================================================================== */
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    font-size: 36px !important;
    z-index: 1046;
}
.mfp-close:hover { opacity: 1; }

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(1) !important;
    }
}

/* ==========================================================================
   Magnific Popup - Sizing Chart FINAL OVERRIDE
   ========================================================================== */

/**
 * On conserve vos règles pour la TAILLE du conteneur de l'iframe.
 * On enlève la couleur de fond ici, car la règle ci-dessus s'en occupe.
 */
.mfp-iframe-holder .mfp-iframe-scaler {
    height: 90vh;
    max-height: none;
    padding: 15px;
    box-sizing: border-box;
}

/**
 * On s'assure que l'iframe remplit bien son conteneur.
 */
.mfp-iframe-holder iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* ==========================================================================
   SOLUTION FINALE : Appliquer le fond directement à l'iframe
   ========================================================================== */

/**
 * On cible directement l'iframe généré par Magnific Popup
 * et on lui assigne le fond blanc. Cela résout le problème de la 
 * transparence du contenu HTML chargé à l'intérieur.
 */
.mfp-iframe-holder .mfp-content iframe {
    background-color: #ffffff;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:\!text-secondary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:absolute:focus {
  position: absolute;
}
.focus\:left-4:focus {
  left: 1rem;
}
.focus\:top-4:focus {
  top: 1rem;
}
.focus\:z-\[100000\]:focus {
  z-index: 100000;
}
.focus\:rounded-sm:focus {
  border-radius: 0.125rem;
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:p-4:focus {
  padding: 1rem;
}
.focus\:text-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-primary:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.group:focus .group-focus\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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:focus .group-focus\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.aria-expanded\:bg-gray-200[aria-expanded="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
body.admin-bar .admin-bar\:top-\[32px\] {
  top: 32px;
}
@media (min-width: 640px) {

  .sm\:inline {
    display: inline;
  }

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

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

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

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

  .sm\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {

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

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

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

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

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

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

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-h-none {
    max-height: none;
  }

  .lg\:w-\[27\%\] {
    width: 27%;
  }

  .lg\:w-\[29\%\] {
    width: 29%;
  }

  .lg\:w-\[42\%\] {
    width: 42%;
  }

  .lg\:w-\[44\%\] {
    width: 44%;
  }

  .lg\:w-\[46\%\] {
    width: 46%;
  }

  .lg\:max-w-\[calc\(33\.333\%-1rem\)\] {
    max-width: calc(33.333% - 1rem);
  }

  .lg\:max-w-none {
    max-width: none;
  }

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

  .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\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

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

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

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

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

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

  .lg\:\[grid-template-columns\:repeat\(auto-fit\2c minmax\(25rem\2c 1fr\)\)\] {
    grid-template-columns: repeat(auto-fit,minmax(25rem,1fr));
  }
}
@media (max-width: 782px) {

  body.admin-bar .wp-admin\:admin-bar\:top-\[46px\] {
    top: 46px;
  }
}
@media(min-width:1648px) {

  .\[\@media\(min-width\:1648px\)\]\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}