@charset "UTF-8";


.before-order-form {
  padding: 1em;
  gap: 1em;
  display: flex;
  align-items: center;
}
.before-order-form .before-order-form-arrow {
  aspect-ratio: 1;
  height: 3em;
  background-color: #fff;
  position: relative;
}
.before-order-form .before-order-form-arrow::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #C8102E;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.711 12.539"><path d="M80.431,133.457a1.046,1.046,0,0,1,0,1.479l-5.223,5.223a1.046,1.046,0,1,1-1.479-1.479l3.44-3.44H65.07a1.045,1.045,0,1,1,0-2.089h12.1l-3.44-3.44a1.046,1.046,0,1,1,1.479-1.479l5.223,5.223Z" transform="translate(-64.025 -127.925)" fill="white"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 50%;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg);
}


.flyout-form-tel-wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  right: 0px;
  bottom: 40px;
  z-index: 9999;
  height: 60px;
  border-radius: 50px 0 0 50px;
  transform: translateX(calc(100% - 80px));
  transition: all 0.6s;
}

.flyout-form-tel-wrapper.on {
  transform: translateX(0px);
  background-color: #fff;
}

.flyout-form-tel-opener {
  cursor: pointer;
  height: 60px;
  width: 60px;
  background-color: #1c227c;
  border-radius: 50px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 122.88 122.27'><path fill='%23ffffff' d='M33.84,50.25c4.13,7.45,8.89,14.6,15.07,21.12c6.2,6.56,13.91,12.53,23.89,17.63c0.74,0.36,1.44,0.36,2.07,0.11c0.95-0.36,1.92-1.15,2.87-2.1c0.74-0.74,1.66-1.92,2.62-3.21c3.84-5.05,8.59-11.32,15.3-8.18c0.15,0.07,0.26,0.15,0.41,0.21l22.38,12.87c0.07,0.04,0.15,0.11,0.21,0.15c2.95,2.03,4.17,5.16,4.2,8.71c0,3.61-1.33,7.67-3.28,11.1c-2.58,4.53-6.38,7.53-10.76,9.51c-4.17,1.92-8.81,2.95-13.27,3.61c-7,1.03-13.56,0.37-20.27-1.69c-6.56-2.03-13.17-5.38-20.39-9.84l-0.53-0.34c-3.31-2.07-6.89-4.28-10.4-6.89C31.12,93.32,18.03,79.31,9.5,63.89C2.35,50.95-1.55,36.98,0.58,23.67c1.18-7.3,4.31-13.94,9.77-18.32c4.76-3.84,11.17-5.94,19.47-5.2c0.95,0.07,1.8,0.62,2.25,1.44l14.35,24.26c2.1,2.72,2.36,5.42,1.21,8.12c-0.95,2.21-2.87,4.25-5.49,6.15c-0.77,0.66-1.69,1.33-2.66,2.03c-3.21,2.33-6.86,5.02-5.61,8.18L33.84,50.25z'/></svg>");
  background-repeat: no-repeat;
  background-size: 40% auto; /* or cover / 40px etc */
  background-position: center;
  margin-left: -1px;
  margin-right: 20px;
}
.flyout-form-tel-opener .hide-desktop {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 760px) {
  .flyout-form-tel-opener .hide-desktop {
    display: none;
  }
}

.flyout-form-tel-container {
  text-align: center;
  color: #16100e;
  padding: 20px;
  padding-left: 0;
}
.flyout-form-tel-container h3 {
  margin-bottom: 0;
}

html {
  font-size: 18px;
  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.3;
  }
}
.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-rem-6 {
  gap: 6rem;
}

.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 * (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 * (1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (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 * (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 * (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 * (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 * (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: rgba(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: rgba(255, 255, 255, 0.6);
}

.bg-white\/70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white\/90 {
  background-color: rgba(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-right {
  text-align: right;
}

.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.25rem;
}

.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 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), 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;
  font-size: 1rem !important;
  line-height: 1.4;
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38/var(--tw-text-opacity, 1)) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto Condensed, sans-serif;
  color: rgb(0 0 0/var(--tw-text-opacity, 1));
}

.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-decoration: none !important;
  cursor: pointer !important;
  border: none !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;
}

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

/* 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;
  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: 1rem;
  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,
#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;
  padding: 0.5rem 0.75rem; /* Écrase le .618em et le 8px. Correspond à py-2 px-3 */
  color: #000;
  font-weight: 400; /* É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;
  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: 80%;
}

/* 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 0em 1em 2em;
  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: 0 !important;
}

#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;
  color: #000;
}

#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 * (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;
  font-weight: 900;
}

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

/* 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 */
  /* Le style du texte sur l'image */
}
#field_74_6 .gfield_radio,
#field_77_6 .gfield_radio {
  display: grid;
}
#field_74_6 .gfield_radio,
#field_77_6 .gfield_radio {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#field_74_6 .gfield_radio,
#field_77_6 .gfield_radio {
  gap: 1rem;
}
@media (min-width: 480px) {
  #field_74_6,
  #field_77_6 { /* 480px */ }
  #field_74_6 .gfield_radio,
  #field_77_6 .gfield_radio {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  #field_74_6,
  #field_77_6 { /* 640px */ }
  #field_74_6 .gfield_radio,
  #field_77_6 .gfield_radio {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  #field_74_6,
  #field_77_6 { /* 768px */ }
  #field_74_6 .gfield_radio,
  #field_77_6 .gfield_radio {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  #field_74_6,
  #field_77_6 { /* 1024px */ }
  #field_74_6 .gfield_radio,
  #field_77_6 .gfield_radio {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
#field_74_6 .gfield-choice-input[type=radio],
#field_77_6 .gfield-choice-input[type=radio] {
  display: none;
}
#field_74_6 .hero-section.gfield-choice-input[type=radio],
#field_77_6 .hero-section.gfield-choice-input[type=radio] {
  pointer-events: none;
}
#field_74_6 .hero-section.gfield-choice-input[type=radio],
#field_77_6 .hero-section.gfield-choice-input[type=radio] {
  opacity: 0;
}
#field_74_6 .gfield-image-choice-wrapper-inner,
#field_77_6 .gfield-image-choice-wrapper-inner {
  position: absolute;
}
#field_74_6 .gfield-image-choice-wrapper-inner,
#field_77_6 .gfield-image-choice-wrapper-inner {
  bottom: 0px;
}
#field_74_6 .gfield-image-choice-wrapper-inner,
#field_77_6 .gfield-image-choice-wrapper-inner {
  left: 0px;
}
#field_74_6 .gfield-image-choice-wrapper-inner,
#field_77_6 .gfield-image-choice-wrapper-inner {
  right: 0px;
}
#field_74_6 .gfield-image-choice-wrapper-inner,
#field_77_6 .gfield-image-choice-wrapper-inner {
  margin: 0px;
}
#field_74_6 .gfield-image-choice-wrapper-inner,
#field_77_6 .gfield-image-choice-wrapper-inner {
  display: flex;
}
#field_74_6 .gfield-image-choice-wrapper-inner,
#field_77_6 .gfield-image-choice-wrapper-inner {
  justify-content: center;
}
#field_74_6 .gform-field-label--type-inline,
#field_77_6 .gform-field-label--type-inline {
  z-index: 10;
}
#field_74_6 .gform-field-label--type-inline,
#field_77_6 .gform-field-label--type-inline {
  max-width: 90%;
}
#field_74_6 .gform-field-label--type-inline,
#field_77_6 .gform-field-label--type-inline {
  cursor: pointer;
}
#field_74_6 .gform-field-label--type-inline,
#field_77_6 .gform-field-label--type-inline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#field_74_6 .gform-field-label--type-inline,
#field_77_6 .gform-field-label--type-inline {
  border-radius: 0px;
}
#field_74_6 .gform-field-label--type-inline,
#field_77_6 .gform-field-label--type-inline {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity, 1));
}
#field_74_6 .gform-field-label--type-inline,
#field_77_6 .gform-field-label--type-inline {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#field_74_6 .gform-field-label--type-inline,
#field_77_6 .gform-field-label--type-inline {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#field_74_6 .gform-field-label--type-inline,
#field_77_6 .gform-field-label--type-inline {
  text-align: center;
}
#field_74_6 .gform-field-label--type-inline,
#field_77_6 .gform-field-label--type-inline {
  font-family: Oswald, sans-serif;
}
#field_74_6 .gform-field-label--type-inline,
#field_77_6 .gform-field-label--type-inline {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity, 1));
}
#field_74_6 .gform-field-label--type-inline,
#field_77_6 .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: rgba(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 rgba(0, 0, 0, 0));
  --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 .product {
  padding-top: 2.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.5rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(200 16 46/var(--tw-text-opacity, 1));
  font-weight: 900;
}

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

/*
 * 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: 0.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 rgba(0, 0, 0, 0));
}

.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 * (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;
  }
  .md\:max-w-50 {
    max-width: calc(50% - 1rem);
  }
}
@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\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .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\:pl-2 {
    padding-left: 2rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:\[grid-template-columns\:repeat\(auto-fit\,minmax\(25rem\,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));
  }
}
body, button, input, textarea {
  color: #fff;
  font-family: Roboto Condensed, sans-serif; /* 4 */
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
  color: #000;
}

.h1 {
  font-size: clamp(40px, 40px + 60px * (100vw - 375px) / 1065px, 100px);
  line-height: 1;
}

.text-75 {
  font-size: clamp(36px, 36px + 39px * (100vw - 375px) / 1065px, 75px);
  line-height: 1;
}

.text-25 {
  font-size: clamp(20px, 20px + 5px * (100vw - 375px) / 1065px, 25px);
  line-height: 1;
}

.text-40 {
  font-size: clamp(40px, 40px + 0px * (100vw - 375px) / 1065px, 40px);
  line-height: 1;
}

.h2 {
  font-size: clamp(20px, 20px + 30px * (100vw - 375px) / 1065px, 50px);
  line-height: 1;
}

h2 + h3, .beta + h3 {
  border-top: none;
  padding-top: 0;
}

.h3 {
  font-size: clamp(24px, 24px + 6px * (100vw - 375px) / 1065px, 30px);
  line-height: 1;
}

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

.text-shadow-15-50 {
  text-shadow: 0 1em 3em rgba(0, 0, 0, 0.5019607843);
}

.text-shadow-3-20 {
  text-shadow: 0 0.1em 0.7em rgba(0, 0, 0, 0.5019607843);
}

.primary-navigaton-wrapper {
  padding-top: 2vw;
  padding-bottom: 2vw;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1803921569);
}

.accueilbg {
  position: absolute;
  z-index: -1;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='161.25' height='180.289' viewBox='0 0 161.25 180.289'%3E%3Cpath d='M0-3.289H161.25L0,177Z' transform='translate(0 3.289)' fill='%23c8102e'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  pointer-events: none;
}
.accueilbg_1 {
  left: 0;
  top: 0;
  width: 10%;
}
.accueilbg_2 {
  left: 0;
  bottom: 0;
  width: 40%;
  transform: scaleY(-1);
}
.accueilbg_3 {
  right: 0;
  bottom: 0;
  width: 10%;
  transform: scaleY(-1) scaleX(-1);
}
.accueilbg_4 {
  aspect-ratio: 1920/2854;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='2854' viewBox='0 0 1920 2854'%3E%3Cg transform='translate(0 -2376)' clip-path='url(%23clip-path)'%3E%3Cpath d='M0,3279,980,2186h535L535,3279ZM980,2186l980-1093L2940,0h535L2495,1093,1515,2186Z' transform='translate(-1010 2376)' opacity='0.05'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='1920' height='2854' transform='translate(0 2376)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  right: 0;
  bottom: 0;
  width: 100%;
}
.accueilbg_5 {
  right: 0;
  bottom: 0;
  width: 40%;
  transform: scaleY(-1) scaleX(-1);
}
.accueilbg_6 {
  aspect-ratio: 1920/2854;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='2854' viewBox='0 0 1920 2854'%3E%3Cg transform='translate(0 -2376)' clip-path='url(%23clip-path)'%3E%3Cpath d='M0,3279,980,2186h535L535,3279ZM980,2186l980-1093L2940,0h535L2495,1093,1515,2186Z' transform='translate(-1010 2376)' opacity='0.05'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='1920' height='2854' transform='translate(0 2376)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  right: 0;
  bottom: -40vw;
  width: 100%;
}
.accueilbg_7 {
  right: 0;
  bottom: 0;
  width: 10%;
  transform: scaleY(-1) scaleX(-1);
}
.accueilbg_8 {
  aspect-ratio: 1920/2854;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='2854' viewBox='0 0 1920 2854'%3E%3Cg transform='translate(0 -2376)' clip-path='url(%23clip-path)'%3E%3Cpath d='M0,3279,980,2186h535L535,3279ZM980,2186l980-1093L2940,0h535L2495,1093,1515,2186Z' transform='translate(-1010 2376)' opacity='0.05'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='1920' height='2854' transform='translate(0 2376)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  right: 0;
  top: -27vw;
  width: 100%;
}
.accueilbg_9 {
  aspect-ratio: 1920/2854;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='2854' viewBox='0 0 1920 2854'%3E%3Cg transform='translate(0 -2376)' clip-path='url(%23clip-path)'%3E%3Cpath d='M0,3279,980,2186h535L535,3279ZM980,2186l980-1093L2940,0h535L2495,1093,1515,2186Z' transform='translate(-1010 2376)' opacity='0.05'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='1920' height='2854' transform='translate(0 2376)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  right: 0;
  top: -90vw;
  width: 100%;
}

.bg-mnm {
  z-index: 1;
  aspect-ratio: 126/686;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='126.227' height='686.17' viewBox='0 0 126.227 686.17'%3E%3Cg transform='translate(0 686.17) rotate(-90)' opacity='0.08'%3E%3Cpath d='M176.732,126.226H136.211l-31.02-61.214-8.433-17.6L72.565,126.226H27.853L61.575,12.118,35.659,0h81.3l33.289,65.575L169.147,0,207.6,21.753Z' transform='translate(225.131)' fill='%23090909'/%3E%3Cpath d='M212.63,126.226H153.954l26.512-90.119L123.908,63.644,83.746,35.5l-25.91,90.724H0L33.087,12.118,7.4,0H94.518l41.713,21.818L191.488,0H205.17l38.262,20.674Z' fill='%23090909'/%3E%3Cpath d='M262.434,126.226H203.589l26.159-87.585L173.216,66.114,133.082,37.991l-26.621,88.236H48.677L82.353,12.118,56.655,0h87.136l41.716,24.358L240.752,0h13.717l38.253,23.2Z' transform='translate(393.449)' fill='%23090909'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: absolute;
  top: 1rem;
  right: 0;
  width: 6%;
  z-index: -1;
  pointer-events: none;
}

.box-acc_1 {
  position: relative;
  overflow: visible;
}
.box-acc_1 .chiffre-box_1 {
  width: 29%;
}
.box-acc_1 .rounded-full {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.box-acc_1 .triangle {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 10%;
  aspect-ratio: 1;
  background-color: white;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@media (min-width: 1024px) {
  .box-acc_1:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5rem;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.975' height='35.995' viewBox='0 0 41.975 35.995'%3E%3Cpath d='M41.1 84.04a3 3 0 0 0 0-4.245L26.1 64.8a3 3 0 0 0-4.245 4.245l9.885 9.876H3a3 3 0 1 0 0 6h28.736L21.869 94.8a3 3 0 0 0 4.245 4.245L41.106 84.049Z' transform='translate(0 -63.925)' fill='%23c8102e' opacity='0.15'/%3E%3C/svg%3E");
    transform: translateY(-50%) translateX(-50%);
  }
  .box-acc_1:nth-child(3):after {
    display: none;
  }
}

@media (min-width: 768px) {
  .box-acc_2:nth-child(2n+1):not(:nth-child(13)) {
    transform: translateY(-2rem);
  }
}
.box-acc_2 img {
  left: 30px;
  position: relative;
}
.box-acc_2 .title-bg {
  width: 30px;
  top: 0;
  left: 0;
  bottom: 10px;
}
.box-acc_2 .title-bg:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 15px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.box-acc_2 .title-text {
  padding-top: 10px;
  left: 30px;
}

.grid-final-box {
  mask-image: linear-gradient(-45deg, transparent 0 20px, black 20px);
}
@media (min-width: 768px) {
  .grid-final-box {
    grid-column: span 2/span 2;
  }
}

.sport-search {
  background-size: auto 64%;
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  padding-left: 3rem !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.475' height='26.48' viewBox='0 0 26.475 26.48'%3E%3Cpath d='M21.512 10.756A10.73 10.73 0 0 1 19.444 17.1l6.547 6.552A1.656 1.656 0 1 1 23.648 26L17.1 19.444a10.758 10.758 0 1 1 4.411-8.688ZM10.756 18.2A7.447 7.447 0 1 0 3.31 10.756a7.447 7.447 0 0 0 7.447 7.447Z' opacity='0.25'/%3E%3C/svg%3E");
}

.red-bg {
  background-color: #C8102E;
}

.red-text {
  color: #C8102E;
}

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

.features-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2.5rem;
  background: #000;
  color: #fff;
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}
.features-box > * {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .features-box > * {
    flex: 1 1 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}
@media (min-width: 1024px) {
  .features-box > * {
    flex: 1 1 calc(33.333% - 2rem);
    max-width: calc(33.333% - 2rem);
  }
}
@media (min-width: 1280px) {
  .features-box > * {
    flex: 1 1 calc(25% - 2rem);
    max-width: calc(25% - 2rem);
  }
}
@media (min-width: 1600px) {
  .features-box > * {
    flex: 1 1 calc(14.2857% - 2rem);
    max-width: calc(14.2857% - 2rem);
  }
}

/* ==========================================================================
   Custom Product Tag Filters
   ========================================================================== */
/* ==========================================================================
   Custom Product Tag Filters
   ========================================================================== */
.tag-filter-label {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid rgb(229, 231, 235);
  background-color: rgb(255, 255, 255);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  gap: 0.75rem;
  font-size: clamp(16px, 16px + 4px * (100vw - 375px) / 1065px, 20px);
  /* Icon on the left using mask-image from inline style (--tag-icon) */
  /* Hide icon if no --tag-icon defined */
  /* Checked state: style parent label when checkbox inside is checked */
}
.tag-filter-label:hover {
  border-color: rgb(156, 163, 175);
}
.tag-filter-label::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  background-color: currentColor;
  mask-image: var(--tag-icon);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: var(--tag-icon);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.tag-filter-label:not([style*="--tag-icon"])::before {
  display: none;
}
.tag-filter-label:has(> .tag-filter-checkbox:checked) {
  border-color: rgb(200, 16, 46);
}
.tag-filter-label:has(> .tag-filter-checkbox:checked):before {
  background-color: rgb(200, 16, 46);
}

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

/* Tag text */
.tag-filter-name {
  font-weight: 500;
  color: rgb(55, 65, 81);
}

/* Checked state: change text color */
.tag-filter-checkbox:checked + .tag-filter-name {
  color: rgb(200, 16, 46);
}

.archive-call-help {
  padding: 6vh 0;
}
@media (min-width: 1024px) {
  .archive-call-help {
    padding: 10vh 0;
  }
}

/* ==========================================================================
   TABS
   ========================================================================== */
.single-product form.cart legend {
  color: #C8102E;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
}
.single-product form.cart .gfield.gfield--width-half:not(.gfield--type-product) {
  grid-column: span 12;
  -ms-grid-column-span: 12;
}
.single-product form.cart .gfield_radio .gchoice {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.single-product form.cart .gfield_radio .gchoice label {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #d1d5db;
  background-color: #fff;
  white-space: nowrap;
  max-width: none;
}
.single-product form.cart .gfield_radio .gchoice label:before {
  display: none;
}
.single-product form.cart .gfield_radio .gchoice input[type=radio]:checked + label {
  border-color: #C8102E;
}
.single-product form.cart .gfield--type-product {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  background-color: #fff;
  padding: 10px 15px;
  border: 2px solid #d1d5db;
}
.single-product form.cart .gfield--type-product.active {
  border-color: #C8102E;
}
.single-product form.cart .gfield--type-product label {
  width: 100%;
}
.single-product form.cart .gfield--type-product .ginput_container {
  width: 100%;
}
.single-product div.product {
  overflow: visible !important;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-top: none !important;
}
.single-product div.product .woocommerce-tabs ul.tabs {
  border-top: none !important;
}
.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs {
  order: 1;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  width: 100% !important;
  float: none !important;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity, 1));
}
.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-style: none;
  background-color: transparent;
  margin-bottom: -1px !important;
}
.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li::after {
  display: none !important;
}
.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li a {
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  padding: 1rem;
  border-right: 2px solid #fff;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: #000;
  --tw-text-opacity: 1;
  color: #fff;
}
.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li a:hover {
  background-color: #C8102E;
}
.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 255 255/var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: #C8102E;
  --tw-text-opacity: 1;
  color: #fff;
}
.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a::after {
  content: none !important;
}
.single-product div.product .woocommerce-Tabs-panel {
  order: 2;
  padding: 1.5rem;
  width: 100% !important;
  float: none !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: #C8102E;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity, 1));
}
.single-product div.product .woocommerce-Tabs-panel ul {
  list-style-type: square !important;
  list-style-position: outside !important;
  padding-left: 0 !important;
  margin-left: 1rem;
}
.single-product div.product .woocommerce-Tabs-panel ul li {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-Tabs-panel ul li::marker {
  color: #C8102E;
  font-size: 1.4em;
}

/* 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: clamp(20px, 20px + 30px * (100vw - 375px) / 1065px, 50px);
  font-weight: 900 !important;
  text-transform: uppercase;
}

.ratio-box-red {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .ratio-box-red {
    display: none;
  }
}
.ratio-box-red::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2%;
  height: 141.42%;
  background: red;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

/* ==========================================================================
   Red button for black background
   ========================================================================== */
:root {
  --btn-border: 1px solid rgba(255, 255, 255, 0.2);
  --btn-bg: transparent;
  --btn-shadow: 1px 1px 25px 10px rgba(255, 255, 255, 0.5);
  --btn-text-color: #f4f4f4;
  --shine-degree: 120deg;
  --shine-color: rgba(255, 255, 255, 0.2);
  --shine-effect: linear-gradient(
    var(--shine-degree),
    transparent,
    var(--shine-color),
    transparent
  );
  --shine-transition: all 0.65s ease-in-out;
}

.btn-hero {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: rgb(200, 16, 46);
  background-clip: padding-box;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff !important;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  /* Overlay effect using ::before */
}
.btn-hero:hover {
  border-color: #fff;
  color: #fff !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);
}

.btn-black {
  background-color: #000 !important;
}
.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding-right: 2.5rem !important;
  color: #fff;
}
.btn-arrow::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.711 12.539"><path d="M80.431,133.457a1.046,1.046,0,0,1,0,1.479l-5.223,5.223a1.046,1.046,0,1,1-1.479-1.479l3.44-3.44H65.07a1.045,1.045,0,1,1,0-2.089h12.1l-3.44-3.44a1.046,1.046,0,1,1,1.479-1.479l5.223,5.223Z" transform="translate(-64.025 -127.925)" fill="white"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.711 12.539"><path d="M80.431,133.457a1.046,1.046,0,0,1,0,1.479l-5.223,5.223a1.046,1.046,0,1,1-1.479-1.479l3.44-3.44H65.07a1.045,1.045,0,1,1,0-2.089h12.1l-3.44-3.44a1.046,1.046,0,1,1,1.479-1.479l5.223,5.223Z" transform="translate(-64.025 -127.925)" fill="white"/></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.btn {
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--shine-effect);
  left: -100%;
  transition: var(--shine-transition);
}
.btn:hover::before {
  left: 100%;
}

.btn-anim::before {
  animation: shine 5s ease-in-out infinite;
}

@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%, 100% {
    left: 100%;
    transition-property: left;
  }
}
.btn-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  font-size: 1.1rem;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  text-decoration: none;
  border: var(--btn-border);
  color: var(--btn-text-color);
  background: var(--btn-bg);
}
.btn-alt:not(:last-child) {
  margin-bottom: 3rem;
}
.btn-alt::before, .btn-alt::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
}
.btn-alt:before {
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  left: 0;
  filter: blur(30px);
  animation: shine-alt1 5s ease-in-out infinite;
}
.btn-alt:after {
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  left: 30px;
  filter: blur(5px);
  animation: shine-alt2 5s ease-in-out infinite;
}

@keyframes shine-alt1 {
  0% {
    opacity: 0.5;
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  11.5044247788%, 100% {
    opacity: 0.6;
    transform: translateX(300px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}
@keyframes shine-alt2 {
  0% {
    opacity: 0;
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  11.5044247788%, 100% {
    opacity: 1;
    transform: translateX(300px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}
.gap-rem-5 {
  gap: 2rem;
}

@media (min-width: 1024px) {
  .gap-rem-5 {
    gap: 5rem;
  }
  .lg-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg-mb-4 {
    margin-bottom: 1rem;
  }
}

/*# sourceMappingURL=output.css.map */
