@import url('https://use.typekit.net/yza6qzj.css');

/* purgecss start ignore */

*, ::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: rgba(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: rgba(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.19 | 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 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: Lato, Helvetica Neue, Arial, 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]) {
  text-decoration: underline;
  -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::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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  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");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

.form-input::placeholder,.form-textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit{
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

.form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

.form-checkbox,.form-radio{
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox{
  border-radius: 0px;
}

.form-radio{
  border-radius: 100%;
}

.form-checkbox:focus,.form-radio:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

.form-checkbox:checked,.form-radio:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-checkbox:checked{
  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");
}

@media (forced-colors: active) {
  .form-checkbox:checked{
    -webkit-appearance: auto;
            appearance: auto;
  }
}

.form-radio:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  .form-radio:checked{
    -webkit-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

.form-checkbox:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  .form-checkbox:indeterminate{
    -webkit-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: left;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgba(17, 24, 39, 0.1);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgba(255, 255, 255, 0.1);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-right: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-left: 0.3571429em;
}

.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.4285714em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-left: 1.5714286em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.market-product-grid-wrapper .relative.swatch-attribute-options {
  display: block;
  transform: none;
}

.swatch-attribute-options{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.faq-question-view .question_view > .swatch-attribute-options.border-container, .faq-category-view .question_view > .swatch-attribute-options.border-container {
  display: none;
}

.market-product-grid-wrapper .relative.swatch-option {
  display: block;
  transform: none;
}

.swatch-option{
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.faq-question-view .question_view > .swatch-option.border-container, .faq-category-view .question_view > .swatch-option.border-container {
  display: none;
}

.swatch-option {
  min-width: 40px;
}

.btn {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper .btn.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.btn {
  display: block;
  transform: none;
}

.btn{
  position: relative;
  z-index: 10;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0px;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .btn {
    align-items: center;
    gap: 10px;
  }
}

.cms-amasty-faq-home-page .amfaq_questions .btn {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .question_view > .btn.border-container, .faq-category-view .question_view > .btn.border-container {
  display: none;
}

.faq-question-view .amfaq_questions .btn, .faq-category-view .amfaq_questions .btn {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.btn.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.btn.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.btn {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#29beb5 0%, #28b1a8 100%);
  cursor: pointer;
}

.btn:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 4px;
  margin-left: 5px;
}

.btn:hover {
  filter: brightness(1.05);
}

.btn:disabled:hover,
        .btn[disabled]:hover {
  filter: none;
}

.btn.no-arrow:after{
  display: none;
}

.btn.bg-simple {
  background: #28b1a8;
}

/* --- Add-to-cart button states (product page) --- */

.btn.adding-to-cart {
  cursor: wait;
}

.btn.added-to-cart {
  background: #28b1a8;
}

.btn.error-add-to-cart {
  background: #f34832;
}

.bg-simple {
  background: #28b1a8;
}

.btn-primary {
  --btn-bg: #29beb5;
  --btn-color: #fff;
  --btn-hover-bg: #e4f3f3;
  --btn-active-bg: #28b1a8;
}

.btn-primary-border {
  --btn-stroke: #28b1a8;
  --btn-color: #28b1a8;
  --btn-hover-stroke: #28b1a8;
  background: transparent;
  border-width: 1px;
}

.btn-primary-border:before{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 255, 253, var(--tw-bg-opacity, 1));
}

.btn-secondary {
  --btn-stroke: #2563eb;
  --btn-color: #ffffff;
  --btn-hover-stroke: #28b1a8;
  background: linear-gradient(118deg, #fa6230 36%, #fd3e24 69%);
}

.btn-secondary-border {
  --btn-stroke: #f34832;
  --btn-color: #f34832;
  --btn-hover-stroke: #28b1a8;
  background: transparent;
  border-width: 1px;
  transition-property: none;
}

.btn-secondary-border:before{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 239, var(--tw-bg-opacity, 1));
}

.btn-secondary-border:hover {
  background: rgba(243, 72, 50, 0.05);
}

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

@media (min-width: 768px){
  .btn-size-lg{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.btn-size-sm{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.btn-size-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.btn-size-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.btn-no-arrow:after{
  display: none !important;
}

.btn-round{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body.account .card .btn-round svg {
  stroke: #fff;
  fill: none;
  color: #fff;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.btn-round.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.btn-round.leading-tight.text-black + svg{
  right: -2rem;
}

.btn-round {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 33px;
  height: 33px;
  border-radius: 0;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="black" d="M0,50 C0,18 18,0 50,0 C82,0 100,18 100,50 C100,82 82,100 50,100 C18,100 0,82 0,50"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="black" d="M0,50 C0,18 18,0 50,0 C82,0 100,18 100,50 C100,82 82,100 50,100 C18,100 0,82 0,50"/></svg>');
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

.btn-round:hover {
  filter: brightness(1.05);
}

/* --- Add-to-cart button states --- */

.btn-round.adding-to-cart {
  cursor: wait;
}

.btn-round.adding-to-cart svg {
  opacity: 0;
}

.btn-round.adding-to-cart::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: btn-spin 0.6s linear infinite;
}

.btn-round.error-add-to-cart {
  background-color: #f34832;
}

@keyframes btn-spin {
  0% {
    transform: rotate(0deg);
  }

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

.btn-link-arrow{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

[data-content-type='row'] h2.btn-link-arrow{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .btn-link-arrow {
    align-items: center;
    gap: 10px;
  }
}

.btn-link-arrow:after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-link-arrow:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.btn-link-arrow:hover:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2300000;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

.btn-white {
  background: white !important;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.btn-white.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.btn-white.leading-tight.text-black + svg{
  right: -2rem;
}

.btn-white {
  border-color: #e2e5ea !important;
}

.btn-white:hover {
  filter: none;
  border-color: #052523 !important;
}

.actions-toolbar .primary button {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper .actions-toolbar .primary button.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.actions-toolbar .primary button {
  display: block;
  transform: none;
}

.actions-toolbar .primary button{
  position: relative;
  z-index: 10;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0px;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .actions-toolbar .primary button {
    align-items: center;
    gap: 10px;
  }
}

.cms-amasty-faq-home-page .amfaq_questions .actions-toolbar .primary button {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .question_view > .actions-toolbar .primary button.border-container, .faq-category-view .question_view > .actions-toolbar .primary button.border-container {
  display: none;
}

.faq-question-view .amfaq_questions .actions-toolbar .primary button, .faq-category-view .amfaq_questions .actions-toolbar .primary button {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.actions-toolbar .primary button.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.actions-toolbar .primary button.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.actions-toolbar .primary button {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#29beb5 0%, #28b1a8 100%);
  cursor: pointer;
}

.actions-toolbar .primary button:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 4px;
  margin-left: 5px;
}

.actions-toolbar .primary button:hover {
  filter: brightness(1.05);
}

.actions-toolbar .primary button:disabled:hover,.actions-toolbar .primary button[disabled]:hover {
  filter: none;
}

.actions-toolbar .primary button.no-arrow:after{
  display: none;
}

.actions-toolbar .primary button.bg-simple {
  background: #28b1a8;
}

.actions-toolbar .primary button.adding-to-cart {
  cursor: wait;
}

.actions-toolbar .primary button.added-to-cart {
  background: #28b1a8;
}

.actions-toolbar .primary button.error-add-to-cart {
  background: #f34832;
}

.actions-toolbar .primary button {
  --btn-bg: #29beb5;
  --btn-color: #fff;
  --btn-hover-bg: #e4f3f3;
  --btn-active-bg: #28b1a8;
}

#header .navigation #navdesktop .actions-toolbar .primary button {
  display: inline-block;
}

.section-news-pharmazon .actions-toolbar .primary button {
  background: #28b1a8;
  padding: 0.5rem 1rem;
  border: none;
  color: #FFF;
  font-size: 17px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon .actions-toolbar .primary button:after{
  background-position: right 5px;
}

.customer-account-create .actions-toolbar .primary button.bg-simple {
  background: #2aafa8;
}

.product-service-contact .actions-toolbar .primary button.btn-primary {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 18px;
}

.product-service-contact .btn.actions-toolbar .primary button {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 18px;
}

body.account.wishlist-index-index .wishlist-actions-top .actions-toolbar .primary button {
  font-size: 15px;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
}

.catalog-category-view .laboratory-media-plans .actions-toolbar .primary button:hover{
  --tw-border-opacity: 1;
  border-color: rgba(5, 37, 35, var(--tw-border-opacity, 1));
  background-color: rgba(40, 177, 168, 0.05);
  color: #28b1a8;
  filter: none;
}

.contact-index-index form.contact > div > .actions-toolbar .primary button {
  margin-top: 15px;
}

/* ============================================
       ANIMATIONS
       ============================================ */

@keyframes slideInRight {
  from{
    --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));
    opacity: 0;
  }

  to{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }

  to{
    --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));
    opacity: 0;
  }
}

@keyframes fadeIn {
  from{
    --tw-translate-y: -0.25rem;
    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));
    opacity: 0;
  }

  to{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
}

@keyframes modalSlideIn {
  from{
    --tw-translate-y: -2rem;
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
    opacity: 0;
  }

  to{
    --tw-translate-y: 0px;
    --tw-scale-x: 1;
    --tw-scale-y: 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));
    opacity: 1;
  }
}

@keyframes spin {
  from{
    --tw-rotate: 0deg;
    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));
  }

  to{
    --tw-rotate: 360;
    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));
  }
}

/* ============================================
       CART MESSAGES
       ============================================ */

/* ============================================
       PRODUCT GRID
       ============================================ */

.market-product-grid-wrapper .relative.flex,
        .market-product-grid-wrapper .js_slides,
        .market-product-grid-wrapper [class*="glide"] {
  display: block !important;
  transform: none !important;
}

.market-product-item.lazy-product.hide{
  display: none;
}

/* ============================================
       MINI MARKET NOTICE
       ============================================ */

.mini-market-notice{
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  padding: .75rem 1rem;
  background-color: #fffdfb;
  border-color: #ffead4;
}

.market-product-grid-wrapper .relative.mini-market-notice .minimarket-header {
  display: block;
  transform: none;
}

.mini-market-notice .minimarket-header{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-style: solid;
  padding-bottom: 0.5rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .mini-market-notice .minimarket-header {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .mini-market-notice .minimarket-header.border-container, .faq-category-view .question_view > .mini-market-notice .minimarket-header.border-container {
  display: none;
}

.mini-market-notice .minimarket-header{
  margin-bottom: 0.625rem;
  border-bottom-color: rgb(255, 232, 209);
}

.market-product-grid-wrapper .relative.mini-market-notice .minimarket-header .icon {
  display: block;
  transform: none;
}

.mini-market-notice .minimarket-header .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgba(239, 142, 40, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .mini-market-notice .minimarket-header .icon {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .mini-market-notice .minimarket-header .icon.border-container, .faq-category-view .question_view > .mini-market-notice .minimarket-header .icon.border-container {
  display: none;
}

.mini-market-notice .minimarket-header .text{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(239, 142, 40, var(--tw-text-opacity, 1));
  font-weight: 800;
}

.mini-market-notice .minimarket-description{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-notice .minimarket-description.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-notice .minimarket-description.leading-tight.text-black + svg{
  right: -2rem;
}

.mini-market-notice .minimarket-description{
  margin-bottom: .75rem;
}

.mini-market-notice .market-card{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 0.625rem;
}

.cms-compatible-lgo .page-footer .footer.content .mini-market-notice .market-card > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .mini-market-notice .market-card > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .mini-market-notice .market-card > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .mini-market-notice .market-card > .border-t:first-child {
  border-top: none;
}

.mini-market-notice .market-card{
  border-color: #ffead4;
}

.mini-market-notice .market-card + .market-card {
  margin-top: 10px;
}

.market-product-grid-wrapper .relative.mini-market-notice .market-card-in {
  display: block;
  transform: none;
}

.mini-market-notice .market-card-in{
  margin-bottom: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .mini-market-notice .market-card-in {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .mini-market-notice .market-card-in.border-container, .faq-category-view .question_view > .mini-market-notice .market-card-in.border-container {
  display: none;
}

.mini-market-notice .market-card-in h4{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.cms-amasty-faq-home-page .amfaq_questions .mini-market-notice .market-card-in h4 {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .mini-market-notice .market-card-in h4, .faq-category-view .amfaq_questions .mini-market-notice .market-card-in h4 {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.market-product-grid-wrapper .relative.mini-market-notice .market-card-in .market-info-link {
  display: block;
  transform: none;
}

.mini-market-notice .market-card-in .market-info-link{
  display: flex;
  align-items: center;
  gap: 0.125rem;
  border-right-width: 1px;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .mini-market-notice .market-card-in .market-info-link {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .mini-market-notice .market-card-in .market-info-link.border-container, .faq-category-view .question_view > .mini-market-notice .market-card-in .market-info-link.border-container {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-notice .market-card-in .market-info-link.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-notice .market-card-in .market-info-link.leading-tight.text-black + svg{
  right: -2rem;
}

.mini-market-notice .market-card-in .market-info-link{
  border-right-color: #e2e5ea;
}

.mini-market-notice .market-card-in .market-info-link:hover {
  color: #052523;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.mini-market-notice .market-card-in .market-info-link svg{
  margin-top: 0.125rem;
  height: 1rem;
  width: 1rem;
}

.market-product-grid-wrapper .relative.mini-market-notice .market-card-in .status {
  display: block;
  transform: none;
}

.mini-market-notice .market-card-in .status{
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .mini-market-notice .market-card-in .status {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .mini-market-notice .market-card-in .status.border-container, .faq-category-view .question_view > .mini-market-notice .market-card-in .status.border-container {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-notice .market-card-in .status.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-notice .market-card-in .status.leading-tight.text-black + svg{
  right: -2rem;
}

.mini-market-notice .market-card-in .status{
  font-weight: 700;
}

.mini-market-notice .market-card-in .status .icon{
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 9999px;
}

.mini-market-notice .market-card-in .status .text{
  padding-bottom: 1px;
}

/* Green (default) — same as tooltip .mini-market-status-badge.green */

.mini-market-notice .market-card-in .status.green {
  background-color: #e9f7f7;
  color: #28b1a8;
}

.mini-market-notice .market-card-in .status.green .icon {
  background-color: #28b1a8;
}

/* Orange — same as tooltip .mini-market-status-badge.orange */

.mini-market-notice .market-card-in .status.orange {
  background-color: #fef7ed;
  color: #ef8e28;
}

.mini-market-notice .market-card-in .status.orange .icon {
  background-color: #ef8e28;
}

/* Red — same as tooltip .mini-market-status-badge.red */

.mini-market-notice .market-card-in .status.red {
  background-color: #fef0ee;
  color: #f34832;
}

.mini-market-notice .market-card-in .status.red .icon {
  background-color: #f34832;
}

.market-product-grid-wrapper .relative.mini-market-notice .market-card-in-container {
  display: block;
  transform: none;
}

.mini-market-notice .market-card-in-container{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .mini-market-notice .market-card-in-container {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .mini-market-notice .market-card-in-container.border-container, .faq-category-view .question_view > .mini-market-notice .market-card-in-container.border-container {
  display: none;
}

.mini-market-notice .market-card .promo-text{
  margin-bottom: 0.375rem;
  border-top-width: 1px;
}

.page-footer .footer.content .mini-market-notice .market-card .promo-text.border-black {
  border-color: #e2e5ea;
}


    body.cms-home .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .promo-text:first-child,
    body.cms-home-logged .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .promo-text:first-child,
    body.cms-notre-offre .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .promo-text:first-child,
    body.cms-notre-histoire .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .promo-text:first-child,
    body.cms-offre-groupement .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .promo-text:first-child,
    body.customer-account-login .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .promo-text:first-child,
    body.customer-account-logoutsuccess .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .promo-text:first-child,
    body.checkout-onepage-success .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .promo-text:first-child,
    body.cms-noroute-index .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .promo-text:first-child,
    body.customer-account-forgotpassword .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .promo-text:first-child,
    body.customer-account-createpassword .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .promo-text:first-child,
    body.contact-index-index .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .promo-text:first-child,
    body.account .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .promo-text:first-child {
  border-top: none;
}

.cms-compatible-lgo .page-footer .footer.content .bg-white > .mini-market-notice .market-card .promo-text:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .bg-white > .mini-market-notice .market-card .promo-text:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .bg-white > .mini-market-notice .market-card .promo-text:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .bg-white > .mini-market-notice .market-card .promo-text:first-child {
  border-top: none;
}

.contact-index-index .page-footer .footer.content [class~="bg-white"] > .mini-market-notice .market-card .promo-text:first-child {
  border-top: none;
}

.mini-market-notice .market-card .promo-text{
  border-top-color: #e2e5ea;
  padding-top: 0.25rem;
}

.mini-market-notice .market-card .progress-section{
  border-top-width: 1px;
  padding-top: 0.375rem;
}

.page-footer .footer.content .mini-market-notice .market-card .progress-section.border-black {
  border-color: #e2e5ea;
}


    body.cms-home .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .progress-section:first-child,
    body.cms-home-logged .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .progress-section:first-child,
    body.cms-notre-offre .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .progress-section:first-child,
    body.cms-notre-histoire .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .progress-section:first-child,
    body.cms-offre-groupement .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .progress-section:first-child,
    body.customer-account-login .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .progress-section:first-child,
    body.customer-account-logoutsuccess .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .progress-section:first-child,
    body.checkout-onepage-success .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .progress-section:first-child,
    body.cms-noroute-index .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .progress-section:first-child,
    body.customer-account-forgotpassword .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .progress-section:first-child,
    body.customer-account-createpassword .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .progress-section:first-child,
    body.contact-index-index .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .progress-section:first-child,
    body.account .page-footer .footer.content > [class~="bg-white"] > .mini-market-notice .market-card .progress-section:first-child {
  border-top: none;
}

.cms-compatible-lgo .page-footer .footer.content .bg-white > .mini-market-notice .market-card .progress-section:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .bg-white > .mini-market-notice .market-card .progress-section:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .bg-white > .mini-market-notice .market-card .progress-section:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .bg-white > .mini-market-notice .market-card .progress-section:first-child {
  border-top: none;
}

.contact-index-index .page-footer .footer.content [class~="bg-white"] > .mini-market-notice .market-card .progress-section:first-child {
  border-top: none;
}

.mini-market-notice .market-card .progress-section {
  border-top-color: #e2e5ea;
}

.mini-market-notice .market-card .progress-bar {
  background-color: #f2f2f7;
}

.mini-market-notice button{
  cursor: pointer;
  border-style: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.mini-market-notice button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.mini-market-notice button .icon{
  height: 1rem;
  width: 1rem;
}

.mini-market-notice svg{
  flex-shrink: 0;
}

/* ============================================
       CART MINI-MARKET WRAPPER
       ============================================ */

.mini-market-cart-wrapper{
  margin-bottom: 1.5rem;
}

.mini-market-cart-wrapper h3{
  margin: 0px;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.mini-market-cart-wrapper h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.cms-amasty-faq-home-page .amfaq_questions .mini-market-cart-wrapper h3 {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .mini-market-cart-wrapper h3, .faq-category-view .amfaq_questions .mini-market-cart-wrapper h3 {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.amfaq_categories > div a.mini-market-cart-wrapper h3 {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.mini-market-cart-wrapper .market-icon{
  display: inline-flex;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(254, 150, 30, var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .mini-market-cart-wrapper .market-icon {
    align-items: center;
    gap: 10px;
  }
}

.mini-market-cart-wrapper .market-name{
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.mini-market-cart-wrapper .market-name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.mini-market-cart-wrapper .market-name {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-cart-wrapper .market-name.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-cart-wrapper .market-name.leading-tight.text-black + svg{
  right: -2rem;
}

.mini-market-cart-wrapper .market-description{
  margin: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.mini-market-cart-wrapper .contribution-icon{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  display: inline-flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 25%;
  --tw-bg-opacity: 1;
  background-color: rgba(254, 150, 30, var(--tw-bg-opacity, 1));
  vertical-align: middle;
  font-size: 0.625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .mini-market-cart-wrapper .contribution-icon {
    align-items: center;
    gap: 10px;
  }
}

.market-product-grid-wrapper .mini-market-cart-wrapper .progress-bar-cart.flex {
  display: block;
  transform: none;
}

.mini-market-cart-wrapper .progress-bar-cart{
  position: relative;
  height: 1.25rem;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity, 1));
}

.market-product-grid-wrapper .mini-market-cart-wrapper .progress-fill-cart.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.mini-market-cart-wrapper .progress-fill-cart {
  display: block;
  transform: none;
}

.mini-market-cart-wrapper .progress-fill-cart{
  position: relative;
  display: flex;
  height: 100%;
  min-width: 2.5rem;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0.25rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fe961e var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(254, 150, 30, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ff8400 var(--tw-gradient-to-position);
  padding-right: 0.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .mini-market-cart-wrapper .progress-fill-cart {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .mini-market-cart-wrapper .progress-fill-cart.border-container, .faq-category-view .question_view > .mini-market-cart-wrapper .progress-fill-cart.border-container {
  display: none;
}

.mini-market-cart-wrapper .progress-fill-cart[style*="width: 0%"],
            .mini-market-cart-wrapper .progress-fill-cart[style*="width: 1%"],
            .mini-market-cart-wrapper .progress-fill-cart[style*="width: 2%"],
            .mini-market-cart-wrapper .progress-fill-cart[style*="width: 3%"],
            .mini-market-cart-wrapper .progress-fill-cart[style*="width: 4%"],
            .mini-market-cart-wrapper .progress-fill-cart[style*="width: 5%"]{
  justify-content: center;
}

.mini-market-cart-wrapper .progress-percentage-inside{
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.mini-market-cart-wrapper .progress-percentage-inside {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.mini-market-cart-wrapper .progress-percentage-inside {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.mini-market-cart-wrapper .progress-percentage-inside {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .mini-market-cart-wrapper .progress-bar-cart{
    height: 1.5rem;
  }
}

/* ============================================
       MINI-MARKET ICON IN PRODUCT LIST
       ============================================ */

.market-product-grid-wrapper .mini-market-icon-wrapper.flex {
  display: block;
  transform: none;
}

.mini-market-icon-wrapper{
  position: relative;
  display: inline-flex;
}

.mini-market-icon-btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-style: none;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .mini-market-icon-btn {
    align-items: center;
    gap: 10px;
  }
}

.mini-market-icon-btn {
  background-color: #ED8E28;
  width: 17px;
  height: 17px;
  padding: 3px;
}

/* ============================================
       TOOLTIP STYLES
       ============================================ */

.mini-market-tooltip{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .mini-market-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .mini-market-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .mini-market-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .mini-market-tooltip > .border-t:first-child {
  border-top: none;
}

.mini-market-tooltip {
  z-index: 99999;
  width: 190px;
  max-width: 190px;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.mini-market-tooltip-inner {
  padding: 5px 10px;
}

/* Header: title | status badge */

.market-product-grid-wrapper .relative.mini-market-tooltip-header {
  display: block;
  transform: none;
}

.mini-market-tooltip-header{
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .mini-market-tooltip-header {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .mini-market-tooltip-header.border-container, .faq-category-view .question_view > .mini-market-tooltip-header.border-container {
  display: none;
}

.mini-market-tooltip-header {
  gap: 8px;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e8eaed;
}

.mini-market-tooltip-title{
  margin: 0px;
  font-size: 12px;
  font-weight: 700;
  color: #EE8F28;
  padding-right: 8px;
  border-right: 1px solid #e8eaed;
}

.market-product-grid-wrapper .relative.mini-market-tooltip-status-inline {
  display: block;
  transform: none;
}

.mini-market-tooltip-status-inline{
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .mini-market-tooltip-status-inline {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .mini-market-tooltip-status-inline.border-container, .faq-category-view .question_view > .mini-market-tooltip-status-inline.border-container {
  display: none;
}

.mini-market-tooltip-status-inline {
  margin-left: auto;
}

/* Status badge with dot — pill shape */

span.mini-market-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  padding: 1px 8px;
  border-radius: 999px;
  line-height: 1.25;
}

span.mini-market-status-badge::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  top: 0;
}

span.mini-market-status-badge.green {
  background-color: #e9f7f7;
  color: #28b1a8;
}

span.mini-market-status-badge.green::before {
  background-color: #28b1a8;
}

span.mini-market-status-badge.orange {
  background-color: #fef7ed;
  color: #ef8e28;
}

span.mini-market-status-badge.orange::before {
  background-color: #ef8e28;
}

span.mini-market-status-badge.red {
  background-color: #fef0ee;
  color: #f34832;
}

span.mini-market-status-badge.red::before {
  background-color: #f34832;
}

/* Content */

.mini-market-tooltip-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Bottom row: amounts + progress bar side by side */

.mini-market-tooltip-bottom {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mini-market-tooltip-bottom .mini-market-tooltip-target {
  flex-shrink: 0;
}

.mini-market-tooltip-bottom .mini-market-tooltip-progress {
  flex: 1;
  min-width: 0;
}

.mini-market-tooltip-promo {
  font-size: 12px;
  font-weight: 600;
  color: #052523;
  line-height: 1.3;
}

.mini-market-tooltip-promo .promo-highlight {
  font-weight: 700;
  color: #EE8F28;
}

/* Amount: 150€ / 300€ */

.mini-market-tooltip-target {
  display: flex;
  align-items: baseline;
  gap: 0;
  white-space: nowrap;
}

.mini-market-tooltip-target .target-current {
  font-size: 12px;
  font-weight: 600;
  color: #052523;
}

.mini-market-tooltip-target .target-separator {
  font-size: 12px;
  font-weight: 600;
  margin: 0 1px;
}

.mini-market-tooltip-target .target-required {
  font-size: 12px;
  font-weight: 600;
  color: #052523;
}

/* Progress bar */

.mini-market-tooltip-progress {
}

.mini-market-tooltip-progress-bar {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 12px;
  background-color: #f2f2f7;
  border-radius: 10px;
}

.mini-market-tooltip-progress-fill {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(90deg, #EE8F28, #f5a623);
  border-radius: 10px;
  min-width: 20px;
  padding-right: 4px;
}

.mini-market-tooltip-progress-fill .progress-percent-inside {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}

/* Arrow pointing down to icon */

.mini-market-tooltip::after {
  content: "";
  position: absolute;
  --tw-rotate: 45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .mini-market-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .mini-market-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .mini-market-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .mini-market-tooltip > .border-t:first-child::after {
  border-top: none;
}

.mini-market-tooltip::after {
  width: 8px;
  height: 8px;
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
}

@media (max-width: 767px) {
  .mini-market-tooltip {
    width: 90vw;
    max-width: 280px;
  }

  .mini-market-tooltip::after {
    display: none;
  }
}

/* ============================================
       CUSTOMER ACCOUNT PAGE STYLES
       ============================================ */

/* --- Page wrapper --- */

.customer-market-page{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .customer-market-page > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .customer-market-page > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .customer-market-page > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .customer-market-page > .border-t:first-child {
  border-top: none;
}

.customer-market-page {
  border: 1px solid #e8eced;
  border-radius: 8px;
  padding: 1.5rem;
}

.customer-market-page .page-title-wrapper .market-icon-title{
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}

.market-product-grid-wrapper .relative.market-content {
  display: block;
  transform: none;
}

.market-content{
  display: flex;
  flex-direction: column;
}

.faq-question-view .question_view > .market-content.border-container, .faq-category-view .question_view > .market-content.border-container {
  display: none;
}

.market-content {
  gap: 1.25rem;
}

/* --- Top row: 2 cols --- */

.market-products-grid.market-top-row {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid.market-top-row {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid.market-top-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

.market-top-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-footer .footer.content .market-top-row ul li + li {
  margin-top: 4px;
}

.page-footer .footer.content .market-top-row ul a{
  --tw-text-opacity: 1;
  color: rgba(72, 81, 96, var(--tw-text-opacity, 1));
}

.page-footer .footer.content .market-top-row ul a:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.page-footer .footer.content .market-top-row ul li.opacity-60 {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .page-footer .footer.content .market-top-row.grid-cols-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .page-footer .footer.content .grid.market-top-row {
    padding-left: 1rem;
    padding-right: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  @media (max-width: 640px) {
    .page-footer .footer.content .market-top-row.grid-cols-2 {
      padding-left: 0;
      padding-right: 0;
      grid-template-columns: 1fr
    }

    .page-footer .footer.content .grid.market-top-row {
      padding-left: 0;
      padding-right: 0;
      grid-template-columns: 1fr
    }
  }
}

body.market-account-index #market-details-modal .market-products-grid.market-top-row {
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .customer-account-create .register-estimation .market-top-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .customer-account-create .register-estimation .market-top-row {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 25px;
    padding: 0 25px;
  }

  .customer-account-create .register-estimation .market-top-row > * {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .customer-account-create form .market-top-row {
    gap: 0;
  }

  .customer-account-create .register-estimation .market-top-row > div > div:first-child {
    height: 120px;
  }

  .customer-account-create .register-estimation .market-top-row > div > div:first-child img {
    max-height: 110px;
    width: auto;
  }
}

.market-top-row {
  gap: 1.25rem;
}

@media (max-width: 1024px) {
  .market-top-row{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* --- Cards (info + stats) — aligned with dashboard card pattern --- */

.market-info-section,
    .market-statistics-section{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .market-info-section > .border-t:first-child,.cms-compatible-lgo .page-footer .footer.content 
    .market-statistics-section > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .market-info-section > .border-t:first-child,.cms-guichet-unique .page-footer .footer.content 
    .market-statistics-section > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .market-info-section > .border-t:first-child,.cms-notre-catalogue .page-footer .footer.content 
    .market-statistics-section > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .market-info-section > .border-t:first-child,.cms-l-offre-b2c .page-footer .footer.content 
    .market-statistics-section > .border-t:first-child {
  border-top: none;
}

.market-info-section,
    .market-statistics-section {
  border: 1px solid #e8eced;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
  .market-info-section,
    .market-statistics-section {
    padding: 1rem
  }
}

.market-info-block,
    .market-statistics-block{
  max-width: 100%;
}

.market-info-block .section-title, .market-statistics-block .section-title {
  font-size: 22px;
  font-weight: 800;
  color: #052523;
  margin-bottom: 1.25rem;
}

.info-content {
  font-size: 15px;
  line-height: 1.6;
  color: #052523;
}

.info-main{
  margin-bottom: 0.75rem;
}

.market-icon-inline{
  display: inline-block;
  vertical-align: middle;
}

.info-highlight {
  color: #ef8e28;
  font-weight: 700;
}

.info-description{
  margin-bottom: 1.25rem;
}

.read-more-link{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .read-more-link {
    align-items: center;
    gap: 10px;
  }
}

.read-more-link {
  font-size: 14px;
  font-weight: 700;
  color: #052523;
  border: 1px solid #e2e5ea;
  border-radius: 6px;
  padding: 0.4rem 1rem;
}

.read-more-link:hover {
  border-color: #28b1a8;
  color: #28b1a8;
}

/* --- Statistics block --- */

.market-product-grid-wrapper .relative.market-statistics-block .market-graph {
  display: block;
  transform: none;
}

.market-statistics-block .market-graph{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .market-statistics-block .market-graph {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .market-statistics-block .market-graph.border-container, .faq-category-view .question_view > .market-statistics-block .market-graph.border-container {
  display: none;
}

.market-statistics-block .market-graph {
  padding: 0;
  margin-top: -40px;
}

.market-statistics-block .market-chart-container {
  position: relative;
  width: 100%;
  height: 125px;
}

.market-statistics-block .market-chart-container canvas {
  width: 100% !important;
  height: 100% !important;
}

.market-products-grid.statistics-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid.statistics-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid.statistics-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

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

.page-footer .footer.content .statistics-grid ul li + li {
  margin-top: 4px;
}

.page-footer .footer.content .statistics-grid ul a{
  --tw-text-opacity: 1;
  color: rgba(72, 81, 96, var(--tw-text-opacity, 1));
}

.page-footer .footer.content .statistics-grid ul a:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.page-footer .footer.content .statistics-grid ul li.opacity-60 {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .page-footer .footer.content .statistics-grid.grid-cols-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .page-footer .footer.content .grid.statistics-grid {
    padding-left: 1rem;
    padding-right: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  @media (max-width: 640px) {
    .page-footer .footer.content .statistics-grid.grid-cols-2 {
      padding-left: 0;
      padding-right: 0;
      grid-template-columns: 1fr
    }

    .page-footer .footer.content .grid.statistics-grid {
      padding-left: 0;
      padding-right: 0;
      grid-template-columns: 1fr
    }
  }
}

body.market-account-index #market-details-modal .market-products-grid.statistics-grid {
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .customer-account-create .register-estimation .statistics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .customer-account-create .register-estimation .statistics-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 25px;
    padding: 0 25px;
  }

  .customer-account-create .register-estimation .statistics-grid > * {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .customer-account-create form .statistics-grid {
    gap: 0;
  }

  .customer-account-create .register-estimation .statistics-grid > div > div:first-child {
    height: 120px;
  }

  .customer-account-create .register-estimation .statistics-grid > div > div:first-child img {
    max-height: 110px;
    width: auto;
  }
}

.statistics-grid {
  gap: 1rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .statistics-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.stat-main{
  grid-column: span 1 / span 1;
}

.stat-value {
  font-size: 38px;
  font-weight: 800;
  color: #052523;
  margin-bottom: 0.25rem;
}

@media (max-width: 768px) {
  .stat-value {
    font-size: 28px
  }
}

.stat-label {
  font-size: 12px;
  font-weight: 700;
  color: #828D9E;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}

.stat-comparison.positive {
  color: #28b1a8;
}

.stat-comparison.negative {
  color: #828D9E;
}

/* --- Top markets list in stats --- */

.market-labo {
  font-size: 13px;
  font-weight: 700;
  color: #052523;
  white-space: nowrap;
}

.market-discount {
  font-size: 13px;
  font-weight: 700;
  color: #ef8e28;
  white-space: nowrap;
  border-radius: 0px;
  background-color: transparent;
  padding: 0px;
}

.market-description {
  font-size: 13px;
  color: #828D9E;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* --- Progress bars --- */

.market-product-grid-wrapper .progress-bar.flex {
  display: block;
  transform: none;
}

.progress-bar{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.faq-question-view .sidebar-additional .progress-bar:has(#amfaq_search), .faq-category-view .sidebar-additional .progress-bar:has(#amfaq_search) {
  display: none;
}

.progress-bar {
  height: 14px;
  background-color: #f2f2f7;
  border-radius: 10px;
}

.market-product-grid-wrapper .relative.progress-fill {
  display: block;
  transform: none;
}

.progress-fill{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .progress-fill {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .progress-fill.border-container, .faq-category-view .question_view > .progress-fill.border-container {
  display: none;
}

.progress-fill {
  border-radius: 10px;
  min-width: 20px;
  padding-right: 4px;
}

.progress-text {
  font-size: 10px;
  font-weight: 700;
  color: white;
  line-height: 1;
  white-space: nowrap;
}

/* ============================================
       MARKET GRID SECTION (Mes mini-marchés)
       ============================================ */

.market-grid-section{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .market-grid-section > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .market-grid-section > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .market-grid-section > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .market-grid-section > .border-t:first-child {
  border-top: none;
}

.market-grid-section {
  border: 1px solid #e8eced;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
  .market-grid-section {
    padding: 1rem 0
  }
}

.market-product-grid-wrapper .relative.market-grid-section h2 {
  display: block;
  transform: none;
}

.market-grid-section h2{
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .market-grid-section h2 {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .market-grid-section h2.border-container, .faq-category-view .question_view > .market-grid-section h2.border-container {
  display: none;
}

.market-grid-section h2 {
  gap: 0.5rem;
}

.market-product-grid-wrapper .relative.grid-header {
  display: block;
  transform: none;
}

.grid-header{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .grid-header {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .grid-header.border-container, .faq-category-view .question_view > .grid-header.border-container {
  display: none;
}

.grid-header {
  margin-bottom: 1rem;
  gap: 0.75rem;
}

@media (max-width: 768px) {
  .grid-header{
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.grid-header h2 {
  font-size: 22px;
  font-weight: 800;
  color: #052523;
  margin: 0px;
}

.market-count {
  font-size: 14px;
  font-weight: 600;
  color: #828D9E;
}

.market-product-grid-wrapper .relative.market-filters {
  display: block;
  transform: none;
}

.market-filters{
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .market-filters {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .market-filters.border-container, .faq-category-view .question_view > .market-filters.border-container {
  display: none;
}

.market-filters {
  gap: 0.75rem;
}

@media (max-width: 768px) {
  .market-filters{
    flex-wrap: wrap;
  }
}

.filter-reset {
  color: #28b1a8;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  font-size: 13px;
  font-weight: 600;
}

.filter-reset:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.filter-status select,
    .filter-lab select{
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .filter-status select > .border-t:first-child,.cms-compatible-lgo .page-footer .footer.content 
    .filter-lab select > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .filter-status select > .border-t:first-child,.cms-guichet-unique .page-footer .footer.content 
    .filter-lab select > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .filter-status select > .border-t:first-child,.cms-notre-catalogue .page-footer .footer.content 
    .filter-lab select > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .filter-status select > .border-t:first-child,.cms-l-offre-b2c .page-footer .footer.content 
    .filter-lab select > .border-t:first-child {
  border-top: none;
}

.filter-status select,
    .filter-lab select {
  font-size: 14px;
  border: 1px solid #e2e5ea;
  border-radius: 6px;
  padding: 0.4rem 2.25rem 0.4rem 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23052523' fill-rule='evenodd' d='M4.117319999999999 2.560577142857143c5.338628571428571 -0.5576914285714285 10.458497142857142 -0.5576914285714285 15.797194285714285 -0.00020571428571428572 0.6533142857142856 0.06822857142857143 1.2774857142857141 0.4824342857142857 1.6402285714285714 1.0715142857142856 0.35177142857142857 0.5712342857142857 0.4148571428571428 1.22688 0.09377142857142856 1.8249085714285713 -1.6318285714285712 3.03924 -3.945085714285714 5.833508571428571 -7.175879999999999 7.930319999999999 -0.3044228571428571 0.19757142857142856 -0.4881428571428571 0.5358342857142857 -0.4881428571428571 0.8987485714285715v5.769051428571428c0 0.2741142857142857 -0.1626685714285714 0.5219999999999999 -0.4141371428571428 0.6312l-2.5604914285714284 1.111542857142857c-0.4546114285714285 0.19748571428571426 -0.9623657142857143 -0.13577142857142857 -0.9623657142857143 -0.6312V14.286119999999999c0 -0.36293142857142857 -0.18373714285714285 -0.7011942857142857 -0.48817714285714287 -0.8987657142857142 -3.230965714285714 -2.0966914285714284 -5.544085714285714 -4.891045714285714 -7.1759314285714275 -7.930354285714285 -0.6431657142857142 -1.1979085714285713 0.15073714285714285 -2.7310285714285714 1.7339314285714285 -2.896422857142857ZM20.137028571428573 0.42910628571428566C14.650405714285714 -0.1438416 9.381325714285714 -0.14383645714285712 3.8946685714285714 0.42932400000000004 1.0305685714285713 0.7285217142857142 -0.9764879999999999 3.729171428571428 0.4954491428571428 6.470657142857142 2.187805714285714 9.622662857142856 4.579868571428571 12.57666857142857 7.90464 14.859017142857141v6.30744c0 2.0382857142857143 2.0889942857142856 3.4085142857142854 3.9585257142857144 2.5967999999999996l2.5604914285714284 -1.111542857142857c1.0344 -0.4489714285714286 1.7036914285714286 -1.469142857142857 1.7036914285714286 -2.5967999999999996V14.858725714285715C19.451999999999998 12.57630857142857 21.843942857142856 9.622422857142857 23.53645714285714 6.470468571428571c0.7364571428571428 -1.3717028571428571 0.5312571428571429 -2.8444971428571426 -0.15702857142857143 -3.9622628571428566C22.701942857142857 1.4082754285714285 21.513942857142855 0.5728954285714286 20.137028571428573 0.42910628571428566Z' clip-rule='evenodd' stroke-width='1.7143'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 17px 17px;
}

.filter-status select:focus, .filter-lab select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #052523;
}

@media (max-width: 768px) {
  .filter-status select,
    .filter-lab select{
    flex: 1 1 0%;
    min-width: 140px;
  }
}

/* --- Grid rows --- */

.market-product-grid-wrapper .relative.markets-grid-list {
  display: block;
  transform: none;
}

.markets-grid-list{
  display: flex;
  flex-direction: column;
}

.faq-question-view .question_view > .markets-grid-list.border-container, .faq-category-view .question_view > .markets-grid-list.border-container {
  display: none;
}

.market-grid-item{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .market-grid-item > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .market-grid-item > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .market-grid-item > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .market-grid-item > .border-t:first-child {
  border-top: none;
}

.market-grid-item {
  padding: 0.65rem 0;
  border-bottom: 1px solid #f2f3f7;
}

.market-grid-item:last-child {
  border-bottom: none;
}

.market-product-grid-wrapper .relative.market-row {
  display: block;
  transform: none;
}

.market-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .market-row {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .market-row.border-container, .faq-category-view .question_view > .market-row.border-container {
  display: none;
}

.market-row {
  gap: 1rem;
}

@media (max-width: 768px) {
  .market-row {
    gap: 0.5rem
  }
}

@media (max-width: 1024px) {
  .market-row{
    flex-wrap: wrap;
  }
}

.progress-amount-info,
    .progress-quantity-info {
  font-size: 13px;
  color: #828D9E;
  white-space: nowrap;
}

.market-product-grid-wrapper .progress-bar-inline.flex {
  display: block;
  transform: none;
}

.progress-bar-inline{
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 20px;
  background-color: #f2f2f7;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .progress-bar-inline {
    width: 80px
  }
}

.market-product-grid-wrapper .relative.progress-bar-inline .progress-fill {
  display: block;
  transform: none;
}

.progress-bar-inline .progress-fill{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .progress-bar-inline .progress-fill {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .progress-bar-inline .progress-fill.border-container, .faq-category-view .question_view > .progress-bar-inline .progress-fill.border-container {
  display: none;
}

.progress-bar-inline .progress-fill {
  border-radius: 10px;
  min-width: 20px;
  padding-right: 4px;
}

.progress-bar-inline .progress-text {
  font-size: 10px;
  font-weight: 700;
  color: white;
  white-space: nowrap;
}

/* --- Buttons (infos) --- */

.market-product-grid-wrapper .btn-info.flex {
  display: block;
  transform: none;
}

.btn-info{
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .btn-info {
    align-items: center;
    gap: 10px;
  }
}

.cms-compatible-lgo .page-footer .footer.content .btn-info > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .btn-info > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .btn-info > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .btn-info > .border-t:first-child {
  border-top: none;
}

.btn-info {
  border: 1px solid #e2e5ea;
  border-radius: 6px;
  padding: 0.3rem 0.75rem;
  font-size: 13px;
  font-weight: 600;
  color: #052523;
  gap: 0.25rem;
}

.btn-info:hover {
  border-color: #28b1a8;
  color: #28b1a8;
}

.btn-info:hover .market-tooltip{
  display: block;
}

[data-content-type$='block'] .btn-info:hover .market-tooltip p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

/* --- Status badges — same pattern as order status badges --- */

.market-status-badge{
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .market-status-badge {
    align-items: center;
    gap: 10px;
  }
}

.market-status-badge {
  font-size: 14px;
  font-weight: 600;
  gap: 5px;
  padding: 0.05rem 0.5rem;
  border-radius: 9999px;
}

.market-status-badge::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}

.status-pending {
  color: #ef8e28;
}

.status-pending::before {
  background-color: #ef8e28;
}

/* ============================================
       AVAILABLE MARKETS SECTION
       ============================================ */

.market-available-section{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .market-available-section > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .market-available-section > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .market-available-section > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .market-available-section > .border-t:first-child {
  border-top: none;
}

.market-available-section {
  border: 1px solid #e8eced;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
  .market-available-section {
    padding: 1rem 0
  }
}

.market-available-section h2 {
  font-size: 22px;
  font-weight: 800;
  color: #052523;
}

.market-product-grid-wrapper .relative.market-available-section h2 {
  display: block;
  transform: none;
}

.market-available-section h2{
  margin: 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .market-available-section h2 {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .market-available-section h2.border-container, .faq-category-view .question_view > .market-available-section h2.border-container {
  display: none;
}

.market-available-section h2 {
  gap: 0.5rem;
}

.market-product-grid-wrapper .relative.market-available-section .grid-header {
  display: block;
  transform: none;
}

.market-available-section .grid-header{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .market-available-section .grid-header {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .market-available-section .grid-header.border-container, .faq-category-view .question_view > .market-available-section .grid-header.border-container {
  display: none;
}

.market-available-section .grid-header {
  margin-bottom: 1rem;
  gap: 0.75rem;
}

.market-available-section .filter-reset {
  color: #28b1a8;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  font-size: 13px;
  font-weight: 600;
}

.market-available-section .filter-reset:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.market-product-grid-wrapper .market-available-section .filter-search.flex {
  display: block;
  transform: none;
}

.market-available-section .filter-search{
  position: relative;
}

.market-available-section .market-search-input{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .market-available-section .market-search-input > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .market-available-section .market-search-input > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .market-available-section .market-search-input > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .market-available-section .market-search-input > .border-t:first-child {
  border-top: none;
}

.market-available-section .market-search-input {
  font-size: 14px;
  border: 1px solid #e2e5ea;
  border-radius: 6px;
  padding: 0.4rem 2.25rem 0.4rem 0.75rem;
  min-width: 200px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%23052523' fill-rule='evenodd' d='M3.00019 3.00019C2.21765 3.78273 1.75 4.9823 1.75 6.6533c0 1.67101 0.46765 2.87057 1.25019 3.6531 0.78254 0.7826 1.98211 1.2502 3.65311 1.2502 1.67101 0 2.87057-0.4676 3.6531-1.2502 0.7826-0.78253 1.2502-1.98209 1.2502-3.6531 0-1.671-0.4676-2.87057-1.2502-3.65311C9.52387 2.21765 8.32431 1.75 6.6533 1.75c-1.671 0-2.87057 0.46765-3.65311 1.25019ZM1.93953 1.93953C3.07911 0.799945 4.70619 0.25 6.6533 0.25c1.94711 0 3.5742 0.549945 4.7138 1.68953 1.1396 1.13958 1.6895 2.76666 1.6895 4.71377 0 1.54028-0.3441 2.88029-1.0521 3.9371l1.4526 1.4525c0.3905 0.3905 0.3905 1.0237 0 1.4142-0.3905 0.3906-1.0237 0.3906-1.4142 0l-1.4526-1.4525c-1.05683 0.7079-2.39679 1.052-3.937 1.052-1.94711 0-3.57419-0.5499-4.71377-1.6895C0.799945 10.2275 0.25 8.60041 0.25 6.6533s0.549945-3.57419 1.68953-4.71377Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 17px 17px;
}

.market-available-section .market-search-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #052523;
}

.market-available-section .market-search-input::placeholder {
  color: #828D9E;
}

.market-product-grid-wrapper .relative.market-available-section .market-col {
  display: block;
  transform: none;
}

.market-available-section .market-col{
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .market-available-section .market-col {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .market-available-section .market-col.border-container, .faq-category-view .question_view > .market-available-section .market-col.border-container {
  display: none;
}

.market-available-section .market-col {
  padding: 0 0.5rem;
}

.market-available-section .market-labo-col {
  width: 120px;
  flex-shrink: 0;
}

.market-available-section .market-discount-col{
  flex: 1 1 0%;
  min-width: 200px;
  gap: 0.4rem;
}

.market-available-section .market-name-col {
  width: 180px;
  flex-shrink: 0;
}

.market-available-section .market-condition-col{
  flex: 1 1 0%;
  min-width: 160px;
  gap: 0.4rem;
}

.market-available-section .market-condition {
  font-size: 13px;
  color: #828D9E;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-available-section .market-subscribers-inline {
  width: 50px;
  flex-shrink: 0;
  justify-content: center;
  gap: 0.25rem;
}

.market-available-section .market-info-col {
  width: 80px;
  flex-shrink: 0;
}

.market-available-section .market-action-col {
  width: 110px;
  flex-shrink: 0;
}

.market-available-section .market-separator {
  color: #e2e5ea;
  font-weight: 300;
  flex-shrink: 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.market-available-section .market-name {
  font-size: 13px;
  color: #052523;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-available-section .subscribe-btn-available{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-style: none;
  background-color: transparent;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .market-available-section .subscribe-btn-available {
    align-items: center;
    gap: 10px;
  }
}

.market-available-section .subscribe-btn-available {
  gap: 0.35rem;
  font-size: 13px;
  font-weight: 600;
  color: #ef8e28;
}

.market-available-section .subscribe-btn-available:hover {
  color: #f34832;
}

.market-available-section .subscribe-btn-available svg {
  color: #ef8e28;
}

.market-available-content{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .market-available-content > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .market-available-content > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .market-available-content > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .market-available-content > .border-t:first-child {
  border-top: none;
}

.info-link.btn-info svg,
    .market-action-col svg{
  display: inline;
  vertical-align: text-top;
}

.market-product-grid-wrapper .market-desc-tooltip-wrapper.flex {
  display: block;
  transform: none;
}

.market-desc-tooltip-wrapper{
  position: relative;
  margin-left: 0.25rem;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .market-desc-tooltip-wrapper {
    align-items: center;
    gap: 10px;
  }
}

.market-desc-tooltip-wrapper:hover .info-icon {
  stroke: #f34832;
}

.market-desc-tooltip-wrapper:hover .market-desc-tooltip{
  display: block;
}

[data-content-type$='block'] .market-desc-tooltip-wrapper:hover .market-desc-tooltip p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.info-icon{
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.market-desc-tooltip{
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1000;
  margin-bottom: 0.5rem;
  display: none;
  max-width: 300px;
  --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));
  white-space: normal;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.checkout-cart-index #cart-totals .market-desc-tooltip{
  font-size: 17px;
  font-weight: 600;
}

.am-filter-state .filter-options-title span.checkout-cart-index #cart-totals .market-desc-tooltip {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index #cart-totals .market-desc-tooltip {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.checkout-cart-index #cart-totals .market-desc-tooltip {
  line-height: 1.25;
}

.checkout-cart-index #cart-totals .market-desc-tooltip.text-promo{
  font-size: 0.9375rem;
  font-weight: 400;
}

.market-desc-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  --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));
  border-width: 5px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgba(31, 41, 55, var(--tw-border-opacity, 1));
}

/* ============================================
       MARKET DETAILS MODAL
       ============================================ */

#market-details-modal{
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  border-radius: 0.5rem;
}

.faq-question-view .sidebar-additional #market-details-modal:has(#amfaq_search), .faq-category-view .sidebar-additional #market-details-modal:has(#amfaq_search) {
  display: none;
}

.market-product-grid-wrapper #market-details-modal .market-modal-content.flex {
  display: block;
  transform: none;
}

#market-details-modal .market-modal-content{
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cms-compatible-lgo .page-footer .footer.content #market-details-modal .market-modal-content > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content #market-details-modal .market-modal-content > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content #market-details-modal .market-modal-content > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content #market-details-modal .market-modal-content > .border-t:first-child {
  border-top: none;
}

#market-details-modal .modal-close{
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  z-index: 10070;
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #market-details-modal .modal-close {
    align-items: center;
    gap: 10px;
  }
}

.section-one-review #market-details-modal .modal-close{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review #market-details-modal .modal-close{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review #market-details-modal .modal-close p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review #market-details-modal .modal-close p{
    font-size: 38px !important;
    line-height: 3rem !important;
  }
}

#market-details-modal .modal-close:hover{
  background-color: rgba(255, 255, 255, 0.25);
}

#market-details-modal .modal-close .close-text{
  display: none;
}

#market-details-modal .modal-close .close-icon{
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
}

.section-one-review #market-details-modal .modal-close .close-icon{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review #market-details-modal .modal-close .close-icon{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review #market-details-modal .modal-close .close-icon p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review #market-details-modal .modal-close .close-icon p{
    font-size: 38px !important;
    line-height: 3rem !important;
  }
}

.market-product-grid-wrapper #market-details-modal .modal-header.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative#market-details-modal .modal-header {
  display: block;
  transform: none;
}

#market-details-modal .modal-header{
  position: relative;
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #f34832 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(243, 72, 50, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ff8400 var(--tw-gradient-to-position);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #market-details-modal .modal-header {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #market-details-modal .modal-header.border-container, .faq-category-view .question_view > #market-details-modal .modal-header.border-container {
  display: none;
}

.market-product-grid-wrapper .relative#market-details-modal .market-header-left {
  display: block;
  transform: none;
}

#market-details-modal .market-header-left{
  display: flex;
  min-width: 0px;
  max-width: 50%;
  flex: 1 1 0%;
  align-items: center;
  gap: 0.625rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #market-details-modal .market-header-left {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #market-details-modal .market-header-left.border-container, .faq-category-view .question_view > #market-details-modal .market-header-left.border-container {
  display: none;
}

.market-product-grid-wrapper .relative#market-details-modal .market-header-right {
  display: block;
  transform: none;
}

#market-details-modal .market-header-right{
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  gap: 0.625rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #market-details-modal .market-header-right {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #market-details-modal .market-header-right.border-container, .faq-category-view .question_view > #market-details-modal .market-header-right.border-container {
  display: none;
}

#market-details-modal .header-subscribe.subscribed{
  cursor: default;
  background-color: rgba(255, 255, 255, 0.2);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

#market-details-modal .header-subscribe.subscribed .mini-market-icon-badge-small{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

#market-details-modal .modal-body{
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content #market-details-modal .modal-body > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content #market-details-modal .modal-body > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content #market-details-modal .modal-body > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content #market-details-modal .modal-body > .border-t:first-child {
  border-top: none;
}

.contact-index-index #market-details-modal .modal-body {
  color: #052523;
}

#market-details-modal .market-actions .action.subscribe-market,
            #market-details-modal .market-actions .action.unsubscribe-market{
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.am-filter-state .filter-options-title span#market-details-modal .market-actions .action.subscribe-market,.am-filter-state .filter-options-title span
            #market-details-modal .market-actions .action.unsubscribe-market {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a#market-details-modal .market-actions .action.subscribe-market,.amfaq_categories > div a
            #market-details-modal .market-actions .action.unsubscribe-market {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#market-details-modal .market-actions .action.subscribe-market.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10
            #market-details-modal .market-actions .action.unsubscribe-market.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#market-details-modal .market-actions .action.subscribe-market.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10
            #market-details-modal .market-actions .action.unsubscribe-market.leading-tight.text-black + svg{
  right: -2rem;
}

#market-details-modal .market-actions .action.subscribe-market:hover, #market-details-modal .market-actions .action.unsubscribe-market:hover{
  --tw-translate-y: -1px;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 132, 0, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* ============================================
       PRODUCT MODAL
       ============================================ */

.market-product-grid-wrapper .market-product-modal .modal-content.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.market-product-modal .modal-content {
  display: block;
  transform: none;
}

.market-product-modal .modal-content{
  position: relative;
  margin-top: 5vh;
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-height: 85vh;
  width: 90%;
  max-width: 850px;
  flex-direction: column;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cms-compatible-lgo .page-footer .footer.content .market-product-modal .modal-content > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .market-product-modal .modal-content > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .market-product-modal .modal-content > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .market-product-modal .modal-content > .border-t:first-child {
  border-top: none;
}

.faq-question-view .question_view > .market-product-modal .modal-content.border-container, .faq-category-view .question_view > .market-product-modal .modal-content.border-container {
  display: none;
}

.market-product-modal .modal-content {
  animation: modalSlideIn 0.3s ease-out;
}

@media (max-width: 768px) {
  .market-product-modal .modal-content{
    max-height: 90vh;
    width: 95%;
  }
}

.market-product-grid-wrapper .relative.market-product-modal .modal-header {
  display: block;
  transform: none;
}

.market-product-modal .modal-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .market-product-modal .modal-header {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .market-product-modal .modal-header.border-container, .faq-category-view .question_view > .market-product-modal .modal-header.border-container {
  display: none;
}

@media (max-width: 768px) {
  .market-product-modal .modal-header{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.market-product-modal .modal-title{
  margin: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .market-product-modal .modal-title{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.market-product-grid-wrapper .relative.market-product-modal .modal-close {
  display: block;
  transform: none;
}

.market-product-modal .modal-close{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-style: none;
  background-color: transparent;
  padding: 0.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .market-product-modal .modal-close {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .market-product-modal .modal-close.border-container, .faq-category-view .question_view > .market-product-modal .modal-close.border-container {
  display: none;
}

.market-product-modal .modal-close:hover{
  --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));
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.checkout-cart-index .mini-market-cart-wrapper .market-description .market-product-modal .modal-close:hover {
  color: #fe961e;
  font-weight: 700;
}

@media (max-width: 768px) {
  .market-product-modal .modal-close{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.market-product-grid-wrapper .market-product-modal .modal-body.flex {
  display: block;
  transform: none;
}

.market-product-modal .modal-body{
  position: relative;
  flex: 1 1 0%;
  overflow: hidden;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .market-product-modal .modal-body{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.market-product-modal .error-message{
  margin: 0px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 0.9375rem;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.market-product-modal .product-item {
  display: block;
  transform: none;
}

.market-product-modal .product-item{
  margin-bottom: 1rem;
  display: flex;
  height: 100%;
  width: 100%;
  gap: 1.25rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cms-compatible-lgo .page-footer .footer.content .market-product-modal .product-item > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .market-product-modal .product-item > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .market-product-modal .product-item > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .market-product-modal .product-item > .border-t:first-child {
  border-top: none;
}

.faq-question-view .sidebar-additional .market-product-modal .product-item:has(#amfaq_search), .faq-category-view .sidebar-additional .market-product-modal .product-item:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .market-product-modal .product-item.border-container, .faq-category-view .question_view > .market-product-modal .product-item.border-container {
  display: none;
}

.market-product-modal .product-item:hover{
  --tw-translate-y: -0.125rem;
  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));
  --tw-border-opacity: 1;
  border-color: rgba(243, 72, 50, var(--tw-border-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.market-product-modal .product-item:hover .product-item-photo 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));
}

.market-product-modal .product-item:last-child{
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .market-product-modal .product-item{
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
}

.market-product-grid-wrapper .relative.market-product-modal .product-item-photo {
  display: block;
  transform: none;
}

.market-product-modal .product-item-photo{
  display: flex;
  height: 120px;
  width: 120px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .market-product-modal .product-item-photo {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .market-product-modal .product-item-photo.border-container, .faq-category-view .question_view > .market-product-modal .product-item-photo.border-container {
  display: none;
}

.market-product-modal .product-item-photo a{
  display: block;
  height: 100%;
  width: 100%;
}

[data-content-type$='block'] .market-product-modal .product-item-photo a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.faq-question-view .sidebar-additional .market-product-modal .product-item-photo a:has(#amfaq_search), .faq-category-view .sidebar-additional .market-product-modal .product-item-photo a:has(#amfaq_search) {
  display: none;
}

.market-product-modal .product-item-photo img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq-question-view .sidebar-additional .market-product-modal .product-item-photo img:has(#amfaq_search), .faq-category-view .sidebar-additional .market-product-modal .product-item-photo img:has(#amfaq_search) {
  display: none;
}

@media (max-width: 768px) {
  .market-product-modal .product-item-photo{
    height: 10rem;
    width: 100%;
  }

  .faq-question-view .sidebar-additional .market-product-modal .product-item-photo:has(#amfaq_search), .faq-category-view .sidebar-additional .market-product-modal .product-item-photo:has(#amfaq_search) {
    display: none;
  }
}

.market-product-grid-wrapper .relative.market-product-modal .product-item-details {
  display: block;
  transform: none;
}

.market-product-modal .product-item-details{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.75rem;
}

.faq-question-view .question_view > .market-product-modal .product-item-details.border-container, .faq-category-view .question_view > .market-product-modal .product-item-details.border-container {
  display: none;
}

@media (max-width: 640px) {
  .market-product-modal .product-item-details{
    padding: 0.625rem;
  }
}

.market-product-modal .product-name{
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.market-product-modal .product-name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.market-product-modal .product-name {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.market-product-modal .product-name a{
  color: inherit;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.market-product-modal .product-name a:hover{
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.checkout-cart-index .mini-market-cart-wrapper .market-description .market-product-modal .product-name a:hover {
  color: #fe961e;
  font-weight: 700;
}

.market-product-grid-wrapper .relative.market-product-modal .product-item-info {
  display: block;
  transform: none;
}

.market-product-modal .product-item-info{
  display: flex;
  height: 100%;
  flex-direction: column;
}

.faq-question-view .question_view > .market-product-modal .product-item-info.border-container, .faq-category-view .question_view > .market-product-modal .product-item-info.border-container {
  display: none;
}

.market-product-grid-wrapper .relative.market-product-modal .product-badges {
  display: block;
  transform: none;
}

.market-product-modal .product-badges{
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.faq-question-view .question_view > .market-product-modal .product-badges.border-container, .faq-category-view .question_view > .market-product-modal .product-badges.border-container {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.market-product-modal .product-badges.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.market-product-modal .product-badges.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.market-product-modal .badge{
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.am-filter-state .filter-options-title span.market-product-modal .badge {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.market-product-modal .badge {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.market-product-modal .price-box{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.market-product-modal .old-price{
  margin-right: 0.375rem;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.market-product-modal .special-price{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.checkout-cart-index .mini-market-cart-wrapper .market-description .market-product-modal .special-price {
  color: #fe961e;
  font-weight: 700;
}

.cms-amasty-faq-home-page .amfaq_questions .market-product-modal .special-price {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .market-product-modal .special-price, .faq-category-view .amfaq_questions .market-product-modal .special-price {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.market-product-modal .tocart{
  margin-top: auto;
  width: 100%;
  cursor: pointer;
  border-radius: 0.375rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.am-filter-state .filter-options-title span.market-product-modal .tocart {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.faq-question-view .sidebar-additional .market-product-modal .tocart:has(#amfaq_search), .faq-category-view .sidebar-additional .market-product-modal .tocart:has(#amfaq_search) {
  display: none;
}

.amfaq_categories > div a.market-product-modal .tocart {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.market-product-modal .tocart:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 132, 0, var(--tw-bg-opacity, 1));
}

.market-product-grid-wrapper .relative.product-section-header .section-title {
  display: block;
  transform: none;
}

.product-section-header .section-title{
  margin: 0px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-section-header .section-title {
    align-items: center;
    gap: 10px;
  }
}

.checkout-cart-index .mini-market-cart-wrapper .market-description .product-section-header .section-title {
  color: #fe961e;
  font-weight: 700;
}

.faq-question-view .question_view > .product-section-header .section-title.border-container, .faq-category-view .question_view > .product-section-header .section-title.border-container {
  display: none;
}

.product-section-header .section-title svg{
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .product-section-header .section-title{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .cms-amasty-faq-home-page .amfaq_questions .product-section-header .section-title {
    font-size: 16px;
    color: #052523;
    line-height: 1.6;
  }

  .faq-question-view .amfaq_questions .product-section-header .section-title, .faq-category-view .amfaq_questions .product-section-header .section-title {
    font-size: 16px;
    color: #052523;
    line-height: 1.6;
  }
}

.product-list-error .error-message{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.checkout-cart-index #discount-form-toggle .product-list-error .error-message{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.checkout-cart-index #discount-form-toggle .product-list-error .error-message {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index #discount-form-toggle .product-list-error .error-message {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.cms-amasty-faq-home-page .amfaq_questions .product-list-error .error-message {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .product-list-error .error-message, .faq-category-view .amfaq_questions .product-list-error .error-message {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.market-products-grid.grid {
  grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 768px) {
  .market-products-grid.grid {
    grid-template-columns: repeat(2, 1fr) !important
  }
}

@media (max-width: 640px) {
  .market-products-grid.grid {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 12px !important
  }
}

.market-product-item.lazy-product.hide {
  display: none !important;
}

.no-markets-message{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.grid-placeholder{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.market-product-grid-wrapper .relative.market-dates,.market-product-grid-wrapper .relative
    .market-condition {
  display: block;
  transform: none;
}

.market-dates,
    .market-condition{
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.faq-question-view .question_view > .market-dates.border-container, .faq-category-view .question_view > .market-dates.border-container,.faq-question-view .question_view > 
    .market-condition.border-container, .faq-category-view .question_view > 
    .market-condition.border-container {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.market-dates.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10
    .market-condition.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.market-dates.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10
    .market-condition.leading-tight.text-black + svg{
  right: -2rem;
}

.filter-tab.active{
  --tw-border-opacity: 1;
  border-color: rgba(243, 72, 50, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .market-product-modal .product-modal-grid{
    padding: 0.75rem;
  }

  .market-product-modal .product-modal-grid ul {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem;
  }

  .market-product-modal .product-item-details{
    padding: 0.625rem;
  }
}

@media (max-width: 480px) {
  .market-product-modal .modal-header{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .market-product-modal .modal-title{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .cms-amasty-faq-home-page .amfaq_questions .market-product-modal .modal-title {
    font-size: 16px;
    color: #052523;
    line-height: 1.6;
  }

  .faq-question-view .amfaq_questions .market-product-modal .modal-title, .faq-category-view .amfaq_questions .market-product-modal .modal-title {
    font-size: 16px;
    color: #052523;
    line-height: 1.6;
  }

  .market-product-modal .modal-body{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .market-product-modal .product-item-photo{
    height: 140px;
  }
}

.market-product-grid-wrapper .relative#category-view-container {
  display: block;
  transform: none;
}

#category-view-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #category-view-container {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #category-view-container.border-container, .faq-category-view .question_view > #category-view-container.border-container {
  display: none;
}

/*
Use the following selector to extend the toolbar modes switcher with your own icon,
also replace `custom` with your own mode name.

.modes-mode.mode-custom {}
*/

.price-including-tax + .price-excluding-tax{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.price-including-tax + .price-excluding-tax.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.price-including-tax + .price-excluding-tax.leading-tight.text-black + svg{
  right: -2rem;
}

.price-including-tax + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}

.price-excluding-tax,
.price-including-tax{
  white-space: nowrap;
}

.price-excluding-tax .price, .price-including-tax .price{
  font-weight: 600;
  line-height: 1.625;
}

.am-filter-state .filter-options-title span.price-excluding-tax .price,.am-filter-state .filter-options-title span .price-including-tax .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.price-excluding-tax .price,.amfaq_categories > div a .price-including-tax .price {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.price-excluding-tax,
.weee[data-label]{
  display: block;
}

[data-content-type$='block'] .price-excluding-tax p:last-child,[data-content-type$='block'] 
.weee[data-label] p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.weee[data-label]{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.weee[data-label].leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.weee[data-label].leading-tight.text-black + svg{
  right: -2rem;
}

.market-product-grid-wrapper .relative.price-container.price-tier_price {
  display: block;
  transform: none;
}

.price-container.price-tier_price{
  display: flex;
  gap: 0.25rem;
}

.faq-question-view .question_view > .price-container.price-tier_price.border-container, .faq-category-view .question_view > .price-container.price-tier_price.border-container {
  display: none;
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:before, .price-container .weee:before {
  content: '(' attr(data-label) ': ';
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:after, .price-container .weee:after {
  content: ')';
}

/* Keep file for backwards compatibility */

#customer-login-container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  #customer-login-container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  #customer-login-container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  #customer-login-container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  #customer-login-container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  #customer-login-container{
    max-width: 1536px;
  }
}

.market-products-grid#customer-login-container {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid#customer-login-container {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid#customer-login-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

#customer-login-container{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column-gap: 2rem;
  column-gap: 2rem;
  grid-row-gap: 2rem;
  row-gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  #customer-login-container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  #customer-login-container{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.page-footer .footer.content #customer-login-container ul li + li {
  margin-top: 4px;
}

.page-footer .footer.content #customer-login-container ul a{
  --tw-text-opacity: 1;
  color: rgba(72, 81, 96, var(--tw-text-opacity, 1));
}

.page-footer .footer.content #customer-login-container ul a:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.page-footer .footer.content #customer-login-container ul li.opacity-60 {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .page-footer .footer.content #customer-login-container.grid-cols-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  @media (max-width: 640px) {
    .page-footer .footer.content #customer-login-container.grid-cols-2 {
      padding-left: 0;
      padding-right: 0;
      grid-template-columns: 1fr
    }
  }
}

body.market-account-index #market-details-modal .market-products-grid#customer-login-container {
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mediaplan-view-header-info > #customer-login-container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 0 2.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > #customer-login-container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1280px) {
  #customer-login-container {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent #customer-login-container > div, .customer-account-createpassword #maincontent #customer-login-container > div {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  }

  .customer-account-create .register-estimation #customer-login-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .customer-account-create .register-estimation #customer-login-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 25px;
    padding: 0 25px;
  }

  .customer-account-create .register-estimation #customer-login-container > * {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .customer-account-create form #customer-login-container {
    gap: 0;
  }

  .customer-account-create .register-estimation #customer-login-container > div > div:first-child {
    height: 120px;
  }

  .customer-account-create .register-estimation #customer-login-container > div > div:first-child img {
    max-height: 110px;
    width: auto;
  }
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form #customer-login-container{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .checkout-cart-index #customer-login-container > div > .lg\:w-\[265px\] {
    flex-shrink: 0;
    min-width: 265px
  }
}

.checkout-cart-index #customer-login-container > div > .lg\:flex-1 {
  min-width: 0;
  overflow: hidden;
}

.checkout-cart-index .crosssell-product-slider #customer-login-container{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0px;
}

@media (max-width: 640px) {
  .checkout-cart-index .cart-form #customer-login-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.faq-question-view .column.main > #customer-login-container{
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  #customer-login-container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  @media (max-width: 1024px) {
    .page-footer .footer.content .grid#customer-login-container {
      padding-left: 1rem;
      padding-right: 1rem;
      grid-template-columns: 1fr 1fr;
    }

    @media (max-width: 640px) {
      .page-footer .footer.content .grid#customer-login-container {
        padding-left: 0;
        padding-right: 0;
        grid-template-columns: 1fr
      }
    }
  }
}

.page.messages{
  position: -webkit-sticky;
  position: sticky;
  z-index: 20;
  top: 5px;
}

.page.messages .messages,
    .page.messages section#messages{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  .page.messages .messages,
    .page.messages section#messages{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .page.messages .messages,
    .page.messages section#messages{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .page.messages .messages,
    .page.messages section#messages{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .page.messages .messages,
    .page.messages section#messages{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .page.messages .messages,
    .page.messages section#messages{
    max-width: 1536px;
  }
}

.page.messages .messages,
    .page.messages section#messages{
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  .page.messages .messages,
    .page.messages section#messages{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .page.messages .messages,
    .page.messages section#messages{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > .page.messages .messages,.mediaplan-view-header-info > 
    .page.messages section#messages {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 0 2.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > .page.messages .messages,.mediaplan-products-section > 
    .page.messages section#messages {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1280px) {
  .page.messages .messages,
    .page.messages section#messages {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent .page.messages .messages > div, .customer-account-createpassword #maincontent .page.messages .messages > div,.customer-account-forgotpassword #maincontent 
    .page.messages section#messages > div, .customer-account-createpassword #maincontent 
    .page.messages section#messages > div {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  }
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form .page.messages .messages,.checkout-cart-index .cart-form 
    .page.messages section#messages{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .checkout-cart-index .page.messages .messages > div > .lg\:w-\[265px\],.checkout-cart-index 
    .page.messages section#messages > div > .lg\:w-\[265px\] {
    flex-shrink: 0;
    min-width: 265px
  }
}

.checkout-cart-index .page.messages .messages > div > .lg\:flex-1,.checkout-cart-index 
    .page.messages section#messages > div > .lg\:flex-1 {
  min-width: 0;
  overflow: hidden;
}

.checkout-cart-index .crosssell-product-slider .page.messages .messages,.checkout-cart-index .crosssell-product-slider 
    .page.messages section#messages{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0px;
}

@media (max-width: 640px) {
  .checkout-cart-index .cart-form .page.messages .messages,.checkout-cart-index .cart-form 
    .page.messages section#messages {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.faq-question-view .column.main > .page.messages .messages,.faq-question-view .column.main > 
    .page.messages section#messages{
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px) {
  .page.messages .messages,
    .page.messages section#messages {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Category pages: messages moved inside .columns grid — span full width, sticky */

.catalog-category-view .columns > .page.messages {
  grid-column: 1 / -1;
  position: -webkit-sticky;
  position: sticky;
  z-index: 20;
  top: 5px;
}

.catalog-category-view .columns > .page.messages .messages,
    .catalog-category-view .columns > .page.messages section#messages{
  padding: 0px;
  max-width: 100%;
}

/* Hide success messages — feedback is handled on the button itself */

.catalog-category-view .columns > .page.messages .message.success {
  display: none;
}

.market-product-grid-wrapper .relative.message {
  display: block;
  transform: none;
}

.message{
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .message {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .sidebar-additional .message:has(#amfaq_search), .faq-category-view .sidebar-additional .message:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .message.border-container, .faq-category-view .question_view > .message.border-container {
  display: none;
}

.message {
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #052523;
  border: 1px solid #e2e5ea;
  background-color: rgba(248, 249, 251, 0.88);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.message span{
  flex: 1 1 0%;
}

.market-product-grid-wrapper .relative.message button {
  display: block;
  transform: none;
}

.message button{
  margin-left: 1rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .message button {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .message button.border-container, .faq-category-view .question_view > .message button.border-container {
  display: none;
}

.message button {
  color: inherit;
}

.message button:hover {
  opacity: 1;
}

.message.error {
  background-color: rgba(254, 242, 242, 0.88);
  border-color: #f34832;
  color: #f34832;
}

.message.success {
  background-color: rgba(236, 253, 245, 0.88);
  border-color: #28b1a8;
  color: #1f9a92;
}

.message.info,
    .message.notice {
  background-color: rgba(240, 249, 255, 0.88);
  border-color: #2a648a;
  color: #2a648a;
}

.message.warning {
  background-color: rgba(255, 251, 235, 0.88);
  border-color: #ef8e28;
  color: #ef8e28;
}

.message a{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: inherit;
}

/* Breadcrumbs catégorie — padding responsive */

@media (max-width: 1280px) {
  .catalog-category-view .breadcrumbs .breadcrumbs-list {
    padding-left: 0;
  }
}

/* Catégorie < lg : sidebar au-dessus, grille 100% */

@media (max-width: 1024px) {
  .catalog-category-view .columns,
    .page-with-filter .columns {
    display: block !important;
    grid-template-columns: none !important;
  }

  aside.sidebar.sidebar-main {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0 !important;
    border: 1px solid #e2e5ea;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
  }

  .block-filter.is-sidebar {
    padding: 10px 15px;
    margin: 0 !important;
  }

  #layered-filter-block .sidebar-title {
    align-items: center;
  }

  #layered-filter-block h2 {
    font-size: 1.1rem !important;
  }

  .catalog-category-view .columns > .sidebar-main .block-content,
    .page-with-filter .columns > .sidebar-main .block-content {
    padding: 12px 0;
  }

  /* Media plans : déplacé en bas de page via JS */

  .sidebar-main .laboratory-media-plans {
    display: none;
  }

  /* Media plans : visible une fois déplacé dans .column.main */

  .column.main .laboratory-media-plans {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .catalog-category-view .columns > .column.main,
    .page-with-filter .columns > .column.main {
    width: 100%;
  }
}

/* Grille produits responsive */

/* < 640 : 2 cols | 640-767 : 3 cols | 768-1023 : 4 cols | >= 1024 : 4 cols | >= 1280 : 4 cols */

ul.products-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

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

@media (min-width: 768px) {
  ul.products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1024px) {
  ul.products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1280px) {
  ul.products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.market-product-grid-wrapper .product-item.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.product-item {
  display: block;
  transform: none;
}

.product-item{
  position: relative;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.cms-compatible-lgo .page-footer .footer.content .product-item > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-item > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-item > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-item > .border-t:first-child {
  border-top: none;
}

.product-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

body.account .product-item .block-title {
  margin-top: 0;
}

body.account .product-item {
  font-size: 16px;
}

body.account .product-item > h2,
    body.account .product-item .block-title h2 {
  font-size: 22px;
  font-weight: 800;
  color: #052523;
  margin: 0;
}

body.account .product-item:not(.card-dashboard) {
  padding: 1.25rem 1.5rem;
}

body.account .product-item {
  border: 1px solid #e8eced;
  border-radius: 8px;
}

body.account .product-item .shrink-0 {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

body.account .product-item .shrink-0 svg {
  width: 20px;
  height: 20px;
}

body.account .product-item .bg-secondary svg {
  stroke: #fff;
  fill: none;
  color: #fff;
}

body.account .product-item .title-font {
  font-size: 17px;
  font-weight: 700;
  color: #052523;
  margin-bottom: 0;
}

body.account .product-item .grow p {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

body.account .card .product-item p {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

body.account .product-item .grow .btn-primary-border {
  font-weight: 600;
}

body.account .card .product-item .btn-primary-border {
  font-weight: 600;
}

body.account .product-item .grow .btn-primary-border:hover {
  background-color: rgba(40, 177, 168, 0.05);
  color: #28b1a8;
  border-color: #28b1a8;
}

body.account .card .product-item .btn-primary-border:hover {
  background-color: rgba(40, 177, 168, 0.05);
  color: #28b1a8;
  border-color: #28b1a8;
}

.faq-question-view .sidebar-additional .product-item:has(#amfaq_search), .faq-category-view .sidebar-additional .product-item:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .product-item.border-container, .faq-category-view .question_view > .product-item.border-container {
  display: none;
}

.faq-question-view .sidebar-additional .product-item, .faq-category-view .sidebar-additional .product-item {
  border: none;
  box-shadow: none;
  background: transparent;
}

.contact-index-index .product-item {
  background: #fff;
  border-radius: 8px;
  padding: 2.5rem;
}

.contact-index-index form.product-item {
  flex: 1;
}

.contact-index-index div.product-item {
  min-width: 300px;
  max-width: 380px;
}

@media (max-width: 768px) {
  .contact-index-index div.product-item {
    max-width: 100%;
    min-width: auto
  }
}

.contact-index-index div.product-item h2 {
  margin-bottom: 1rem;
}

.contact-index-index div.product-item h3 {
  font-size: 16px;
  font-weight: 800;
  color: #052523;
  margin-bottom: 0.5rem;
}

.contact-index-index div.product-item .contact-links a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.contact-index-index div.product-item address {
  font-style: normal;
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.contact-index-index div.product-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-index-index div.product-item ul li {
  font-size: 15px;
  color: #052523;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-index-index div.product-item ul li:first-child {
  margin-top: 0;
}

.contact-index-index div.product-item ul li a {
  color: #28b1a8;
  font-weight: 600;
}

.contact-index-index div.product-item ul li a:hover {
  color: #052523;
}

.contact-index-index div.product-item ul li svg {
  color: #28b1a8;
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  .contact-index-index .product-item {
    padding: 1.5rem;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
}

.product-item {
  padding: .25rem;
}

.product-item img{
  mix-blend-mode: multiply;
}

@media (min-width: 768px){
  .product-item.product-item-list{
    flex-direction: row;
  }
}

.product-item.product_addtocart_form {
  /* Form specific styles if needed */
}

/* Product Badges */

.market-product-grid-wrapper .relative.product-item .product-badges {
  display: block;
  transform: none;
}

.product-item .product-badges{
  position: absolute;
  left: 0px;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
}

.faq-question-view .sidebar-additional .product-item .product-badges:has(#amfaq_search), .faq-category-view .sidebar-additional .product-item .product-badges:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .product-item .product-badges.border-container, .faq-category-view .question_view > .product-item .product-badges.border-container {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-item .product-badges.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-item .product-badges.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.product-item .product-badges {
  top: 0.5rem;
}

.market-product-grid-wrapper .relative.product-item .product-badges .badge-container {
  display: block;
  transform: none;
}

.product-item .product-badges .badge-container{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-badges .badge-container {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .sidebar-additional .product-item .product-badges .badge-container:has(#amfaq_search), .faq-category-view .sidebar-additional .product-item .product-badges .badge-container:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .product-item .product-badges .badge-container.border-container, .faq-category-view .question_view > .product-item .product-badges .badge-container.border-container {
  display: none;
}

.product-item .product-badges .badge-container {
  flex-direction: row;
  padding-left: .5rem;
  padding-right: .5rem;
}

.market-product-grid-wrapper .relative.product-item .product-badges .badge-container-left {
  display: block;
  transform: none;
}

.product-item .product-badges .badge-container-left{
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-badges .badge-container-left {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-item .product-badges .badge-container-left.border-container, .faq-category-view .question_view > .product-item .product-badges .badge-container-left.border-container {
  display: none;
}

.product-item .product-badges .badge-container-left {
  gap: 3px;
}

.market-product-grid-wrapper .product-item .product-badges .laboLock-icon-wrapper.flex {
  display: block;
  transform: none;
}

.product-item .product-badges .laboLock-icon-wrapper{
  position: relative;
  display: inline-flex;
}

.product-item .product-badges .laboLock-icon-btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-style: none;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-badges .laboLock-icon-btn {
    align-items: center;
    gap: 10px;
  }
}

.product-item .product-badges .laboLock-icon-btn {
  background-color: #5B30F3;
  width: 17px;
  height: 17px;
  padding: 3px;
}

.market-product-grid-wrapper .product-item .product-badges .promo-icon-wrapper.flex,.market-product-grid-wrapper 
        .product-item .product-badges .rules-icon-wrapper.flex {
  display: block;
  transform: none;
}

.product-item .product-badges .promo-icon-wrapper,
        .product-item .product-badges .rules-icon-wrapper{
  position: relative;
  display: inline-flex;
}

.product-item .product-badges .promo-icon-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-style: none;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-badges .promo-icon-btn {
    align-items: center;
    gap: 10px;
  }
}

.product-item .product-badges .promo-icon-btn {
  background-color: #f34832;
  width: 17px;
  height: 17px;
  padding: 3px;
}

.product-item .product-badges .promo-badge-wrapper{
  display: inline-flex;
}

.product-item .product-badges .promo-badge{
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-badges .promo-badge {
    align-items: center;
    gap: 10px;
  }
}

.product-item .product-badges .promo-badge {
  background-color: #f34832;
  font-size: 11px;
  font-weight: 800;
  padding: 3px;
  height: 17px;
  line-height: 1;
  letter-spacing: 0.5px;
}

.product-item .product-badges .promo-badge-wrapper[x-cloak] {
  display: none !important;
}

.product-item .product-badges .badge-promo-percent{
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-badges .badge-promo-percent {
    align-items: center;
    gap: 10px;
  }
}

.product-item .product-badges .badge-promo-percent {
  background-color: #28b1a8;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 0 4px;
  height: 17px;
  line-height: 1;
}

.product-item .product-badges .badge-promo-percent.is-promo {
  background-color: #f34832;
  font-weight: 800;
}

.product-item .product-badges .badge.badge-pourcent{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  border-radius: 6px;
  font-weight: 800;
  line-height: 18px;
  padding-bottom: 1px;
}

.product-item .product-badges .badge.badge-custom{
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.product-item .product-badges .badge.badge-rules {
  /* Custom badge rules styles */
}

.product-item .product-badges .mini-market-icon-wrapper{
}

/* LaboLock tooltip — visibility managed by Alpine x-show */

.market-product-grid-wrapper .relative.product-item .product-badges .badge-icon-tooltip {
  display: block;
  transform: none;
}

.product-item .product-badges .badge-icon-tooltip{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-badges .badge-icon-tooltip {
    align-items: center;
    gap: 10px;
  }
}

.cms-compatible-lgo .page-footer .footer.content .product-item .product-badges .badge-icon-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-item .product-badges .badge-icon-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-item .product-badges .badge-icon-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-item .product-badges .badge-icon-tooltip > .border-t:first-child {
  border-top: none;
}

.faq-question-view .question_view > .product-item .product-badges .badge-icon-tooltip.border-container, .faq-category-view .question_view > .product-item .product-badges .badge-icon-tooltip.border-container {
  display: none;
}

.product-item .product-badges .badge-icon-tooltip {
  gap: 0;
  z-index: 99999;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  padding: 5px 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  line-height: 1.15;
}

.product-item .product-badges .badge-icon-tooltip span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #5B30F3;
}

/* Arrow pointing down */

.product-item .product-badges .badge-icon-tooltip::after {
  content: "";
  position: absolute;
  --tw-rotate: 45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-item .product-badges .badge-icon-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-item .product-badges .badge-icon-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-item .product-badges .badge-icon-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-item .product-badges .badge-icon-tooltip > .border-t:first-child::after {
  border-top: none;
}

.product-item .product-badges .badge-icon-tooltip::after {
  width: 8px;
  height: 8px;
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
}

.market-product-grid-wrapper .relative.product-item .product-badges .badge-icon-tooltip .badge-icon-tooltip-link {
  display: block;
  transform: none;
}

.product-item .product-badges .badge-icon-tooltip .badge-icon-tooltip-link{
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-badges .badge-icon-tooltip .badge-icon-tooltip-link {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-item .product-badges .badge-icon-tooltip .badge-icon-tooltip-link.border-container, .faq-category-view .question_view > .product-item .product-badges .badge-icon-tooltip .badge-icon-tooltip-link.border-container {
  display: none;
}

.product-item .product-badges .badge-icon-tooltip .badge-icon-tooltip-link {
  gap: 2px;
  font-size: 11px;
  font-weight: 600;
  line-height: .75rem;
  margin-bottom: 3px;
}

.product-item .product-badges .badge-icon-tooltip .badge-icon-tooltip-link:hover {
  color: #5B30F3;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.product-item .product-badges .badge-icon-tooltip .badge-icon-tooltip-link svg {
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  margin-top: 3px;
  color: #5B30F3;
  background: rgba(91, 48, 243, 0.1);
  padding: 2px;
  box-sizing: content-box;
  border-radius: 50px;
}

/* Rules tooltip (offre spéciale) */

.product-item .product-badges .rules-tooltip {
  text-align: center;
}

.product-item .product-badges .rules-tooltip strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #f34832;
}

.product-item .product-badges .rules-tooltip span {
  display: block;
  font-size: 11px;
  color: #052523;
}

/* x-cloak: hidden before Alpine init */

.product-item .product-badges .badge-icon-tooltip[x-cloak] {
  display: none !important;
}

/* Product Link */

@media (min-width: 768px){
  .product-item .link-product.link-product-image{
    margin-bottom: 0px;
    width: 33.333333%;
    flex-shrink: 0;
  }
}

/* Product Image Wrapper */

.market-product-grid-wrapper .product-item .product-image-wrapper.flex {
  display: block;
  transform: none;
}

.product-item .product-image-wrapper{
  position: relative;
  border-radius: 8px;
  padding: 10px;
}

.product-item .product-image-wrapper:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.faq-question-view .sidebar-additional .product-item .product-image-wrapper:has(#amfaq_search):after, .faq-category-view .sidebar-additional .product-item .product-image-wrapper:has(#amfaq_search):after {
  display: none;
}

.product-item .product-image-wrapper:after {
  background: #fcfcfd;
  mix-blend-mode: darken;
  border-radius: 8px;
}

/* Wishlist Button */

.market-product-grid-wrapper .relative.product-item .wishlist-btn {
  display: block;
  transform: none;
}

.product-item .wishlist-btn{
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 10;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .wishlist-btn {
    align-items: center;
    gap: 10px;
  }
}

.cms-compatible-lgo .page-footer .footer.content .product-item .wishlist-btn > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-item .wishlist-btn > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-item .wishlist-btn > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-item .wishlist-btn > .border-t:first-child {
  border-top: none;
}

.faq-question-view .question_view > .product-item .wishlist-btn.border-container, .faq-category-view .question_view > .product-item .wishlist-btn.border-container {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-item .wishlist-btn.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-item .wishlist-btn.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.product-item .wishlist-btn {
  width: 28px;
  height: 18px;
}

.product-item .wishlist-btn:hover{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.product-item .wishlist-btn .wishlist-spinner {
  animation: wl-spin 0.7s linear infinite;
}

.product-item .wishlist-btn .wl-pop {
  animation: wl-pop 0.35s ease-out;
}

/* Franco Labo Icon (bottom-right, same style as wishlist) */

.market-product-grid-wrapper .relative.product-item .franco-labo-btn {
  display: block;
  transform: none;
}

.product-item .franco-labo-btn{
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .franco-labo-btn {
    align-items: center;
    gap: 10px;
  }
}

.cms-compatible-lgo .page-footer .footer.content .product-item .franco-labo-btn > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-item .franco-labo-btn > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-item .franco-labo-btn > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-item .franco-labo-btn > .border-t:first-child {
  border-top: none;
}

.faq-question-view .question_view > .product-item .franco-labo-btn.border-container, .faq-category-view .question_view > .product-item .franco-labo-btn.border-container {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-item .franco-labo-btn.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-item .franco-labo-btn.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.product-item .franco-labo-btn {
  width: 28px;
  height: 18px;
  color: #052523;
}

.product-item .franco-labo-btn:hover{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.product-item .franco-labo-tooltip{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-item .franco-labo-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-item .franco-labo-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-item .franco-labo-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-item .franco-labo-tooltip > .border-t:first-child {
  border-top: none;
}

.product-item .franco-labo-tooltip {
  z-index: 99999;
  bottom: calc(100% + 8px);
  right: 0;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Arrow pointing down */

.product-item .franco-labo-tooltip::after {
  content: "";
  position: absolute;
  --tw-rotate: 45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-item .franco-labo-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-item .franco-labo-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-item .franco-labo-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-item .franco-labo-tooltip > .border-t:first-child::after {
  border-top: none;
}

.product-item .franco-labo-tooltip::after {
  width: 8px;
  height: 8px;
  bottom: -5px;
  right: 8px;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
}

.product-item .franco-labo-tooltip[x-cloak] {
  display: none !important;
}

.product-item .franco-labo-tooltip {
  line-height: 1rem;
}

.product-item .franco-labo-tooltip-inner {
  display: flex;
  flex-direction: column;
  padding: 6px 10px;
  gap: 0;
}

.product-item .franco-labo-tooltip-title {
  font-weight: 700;
  font-size: 12px;
  color: #052523;
}

.product-item .franco-labo-tooltip-value {
  font-size: 12px;
  color: #6b7280;
}

/* Product Info */

.market-product-grid-wrapper .relative.product-item .product-info {
  display: block;
  transform: none;
}

.product-item .product-info{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

body.account .card .product-item .product-info p {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

body.account .card .product-item .product-info .btn-primary-border {
  font-weight: 600;
}

body.account .card .product-item .product-info .btn-primary-border:hover {
  background-color: rgba(40, 177, 168, 0.05);
  color: #28b1a8;
  border-color: #28b1a8;
}

.faq-question-view .question_view > .product-item .product-info.border-container, .faq-category-view .question_view > .product-item .product-info.border-container {
  display: none;
}

.product-item .product-info {
  padding: 0 0.5rem 0.5rem 0.5rem;
}

@media (min-width: 768px){
  .product-item .product-info.product-info-list{
    width: 66.666667%;
    padding-left: 1.25rem;
  }
}

.product-item .product-info .product-info-gamme{
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.am-filter-state .filter-options-title span.product-item .product-info .product-info-gamme {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.product-item .product-info .product-info-gamme {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.product-item .product-info .product-info-gamme {
  line-height: 20px;
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-item .product-info .product-info-name{
  margin-top: 0px;
  margin-bottom: 0.25rem;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-info .product-info-name {
    align-items: center;
    gap: 10px;
  }
}

.am-filter-state .filter-options-title span.product-item .product-info .product-info-name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.cms-amasty-faq-home-page .amfaq_questions .product-item .product-info .product-info-name {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .product-item .product-info .product-info-name, .faq-category-view .amfaq_questions .product-item .product-info .product-info-name {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.amfaq_categories > div a.product-item .product-info .product-info-name {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.product-item .product-info .product-info-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px){
  .product-item .product-info .product-info-name.product-info-name-list{
    text-align: left;
  }
}

.product-item .product-info .product-description{
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-info .product-description {
    align-items: center;
    gap: 10px;
  }
}

@media (min-width: 768px){
  .product-item .product-info .product-description.product-description-list{
    text-align: left;
  }
}

/* Add to Cart Section */

.market-product-grid-wrapper .relative.product-item .product-info-add-cart {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart{
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-info-add-cart {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-item .product-info-add-cart.border-container, .faq-category-view .question_view > .product-item .product-info-add-cart.border-container {
  display: none;
}

.product-item .product-info-add-cart {
  padding-top: 0.25rem;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .price-container {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .price-container{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 0.125rem;
  row-gap: 0px;
}

.faq-question-view .sidebar-additional .product-item .product-info-add-cart .price-container:has(#amfaq_search), .faq-category-view .sidebar-additional .product-item .product-info-add-cart .price-container:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .product-item .product-info-add-cart .price-container.border-container, .faq-category-view .question_view > .product-item .product-info-add-cart .price-container.border-container {
  display: none;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .price-container .price-current {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .price-container .price-current{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.25rem;
  padding-top: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-info-add-cart .price-container .price-current {
    align-items: center;
    gap: 10px;
  }
}

.checkout-cart-index .mini-market-cart-wrapper .market-description .product-item .product-info-add-cart .price-container .price-current {
  color: #fe961e;
  font-weight: 700;
}

.faq-question-view .sidebar-additional .product-item .product-info-add-cart .price-container .price-current:has(#amfaq_search), .faq-category-view .sidebar-additional .product-item .product-info-add-cart .price-container .price-current:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .product-item .product-info-add-cart .price-container .price-current.border-container, .faq-category-view .question_view > .product-item .product-info-add-cart .price-container .price-current.border-container {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .product-info-add-cart .price-container .price-current.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .product-info-add-cart .price-container .price-current.leading-tight.text-black + svg{
  right: -2rem;
}

@media (max-width: 890px) {
  .product-item .product-info-add-cart .price-container .price-current {
    gap: 0;
    align-items: flex-start;
    flex-direction: column
  }
}

.market-product-grid-wrapper .product-item .product-info-add-cart .price-container .price-current .price-wrapper .price.flex {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .price-container .price-current .price-wrapper .price{
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  line-height: 1;
  top: 1px;
}

.product-item .product-info-add-cart .price-container .price-current .price-wrapper .price .price-integer{
  font-weight: 800;
  line-height: 1.25rem;
  font-size: 20px;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .price-container .price-current .price-wrapper .price .price-decimal-wrapper {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .price-container .price-current .price-wrapper .price .price-decimal-wrapper{
  display: flex;
}

.faq-question-view .question_view > .product-item .product-info-add-cart .price-container .price-current .price-wrapper .price .price-decimal-wrapper.border-container, .faq-category-view .question_view > .product-item .product-info-add-cart .price-container .price-current .price-wrapper .price .price-decimal-wrapper.border-container {
  display: none;
}

.product-item .product-info-add-cart .price-container .price-current .price-wrapper .price .price-decimal-wrapper {
  font-size: 0.8rem;
  line-height: .92rem;
  font-weight: 900;
}

.product-item .product-info-add-cart .price-container .old-price{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .price-container .prix-ml {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .price-container .prix-ml{
  display: flex;
  width: 100%;
}

.faq-question-view .sidebar-additional .product-item .product-info-add-cart .price-container .prix-ml:has(#amfaq_search), .faq-category-view .sidebar-additional .product-item .product-info-add-cart .price-container .prix-ml:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .product-item .product-info-add-cart .price-container .prix-ml.border-container, .faq-category-view .question_view > .product-item .product-info-add-cart .price-container .prix-ml.border-container {
  display: none;
}

.product-item .product-info-add-cart .price-container .prix-ml span{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.checkout-cart-index #discount-form-toggle .product-item .product-info-add-cart .price-container .prix-ml span{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.checkout-cart-index #discount-form-toggle .product-item .product-info-add-cart .price-container .prix-ml span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index #discount-form-toggle .product-item .product-info-add-cart .price-container .prix-ml span {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.product-item .product-info-add-cart .price-container .prix-ml span span{
  margin-left: 0.25rem;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .price-container .prix-catalogue-old {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .price-container .prix-catalogue-old{
  display: flex;
  width: 100%;
}

.faq-question-view .sidebar-additional .product-item .product-info-add-cart .price-container .prix-catalogue-old:has(#amfaq_search), .faq-category-view .sidebar-additional .product-item .product-info-add-cart .price-container .prix-catalogue-old:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .product-item .product-info-add-cart .price-container .prix-catalogue-old.border-container, .faq-category-view .question_view > .product-item .product-info-add-cart .price-container .prix-catalogue-old.border-container {
  display: none;
}

.product-item .product-info-add-cart .price-container .prix-catalogue-old span {
  color: #8b9aaa;
  font-weight: 600;
  font-size: 11px;
}

@media (max-width: 640px) {
  .product-item .product-info-add-cart .price-container .prix-catalogue-old span {
    font-size: 9px
  }
}

.product-item .product-info-add-cart .price-container .prix-catalogue-old span:after{
  content: " catalogue";
}

@media (max-width: 835px) {
  .product-item .product-info-add-cart .price-container .prix-catalogue-old span:after{
    content: " catalog."
  }
}

.product-item .product-info-add-cart .price-container .prix-catalogue-ref{
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.product-item .product-info-add-cart .price-container .prix-catalogue-ref span{
  margin-left: 0.25rem;
  font-weight: 500;
}

.checkout-cart-index #discount-form-toggle .product-item .product-info-add-cart .price-container .prix-catalogue-ref span{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.checkout-cart-index #discount-form-toggle .product-item .product-info-add-cart .price-container .prix-catalogue-ref span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index #discount-form-toggle .product-item .product-info-add-cart .price-container .prix-catalogue-ref span {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.product-item .product-info-add-cart .price-container .price-unavailable{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .product-info-add-cart .price-container .price-unavailable.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .product-info-add-cart .price-container .price-unavailable.leading-tight.text-black + svg{
  right: -2rem;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .product-info-add-cart-btn {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn{
  margin-top: 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-info-add-cart .product-info-add-cart-btn {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-item .product-info-add-cart .product-info-add-cart-btn.border-container, .faq-category-view .question_view > .product-item .product-info-add-cart .product-info-add-cart-btn.border-container {
  display: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn {
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: 0.25rem;
}

@media (min-width: 768px){
  .product-item .product-info-add-cart .product-info-add-cart-btn.product-info-add-cart-btn-list{
    justify-content: center;
  }
}

/* Tier Price Tab + Tooltip */

.market-product-grid-wrapper .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab-wrapper.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab-wrapper {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab-wrapper{
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab-wrapper {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab-wrapper.border-container, .faq-category-view .question_view > .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab-wrapper.border-container {
  display: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab-wrapper {
  height: 34px;
  margin-right: calc(-1px - 0.25rem);
  z-index: 1;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab.border-container, .faq-category-view .question_view > .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab.border-container {
  display: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab {
  border: 1px solid #249d95;
  background-color: #28b1a8;
  height: 100%;
  width: 18px;
  border-radius: 8px 0 0 8px;
  color: #ffffff;
  border-right: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab:hover {
  color: #ffffff;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip > .border-t:first-child {
  border-top: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip {
  z-index: 99999;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Arrow pointing right */

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip::after {
  content: "";
  position: absolute;
  --tw-rotate: 45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip > .border-t:first-child::after {
  border-top: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip::after {
  width: 8px;
  height: 8px;
  right: -5px;
  top: 50%;
  margin-top: -4px;
  border-right: 1px solid #e2e5ea;
  border-top: 1px solid #e2e5ea;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip[x-cloak] {
  display: none !important;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip-inner {
  padding: 6px 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip-header {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e8eaed;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip-title {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: #052523;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  line-height: 1.3;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip-qty {
  font-weight: 600;
  color: #052523;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tooltip-value {
  font-weight: 800;
  color: #f34832;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .tier-price-tab-wrapper + .qty-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector.border-container, .faq-category-view .question_view > .product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector.border-container {
  display: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector {
  height: 34px;
  padding-right: 20px;
  margin-right: -25px;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__value{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__value {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__value {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__value.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__value.leading-tight.text-black + svg{
  right: -2rem;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__value {
  background: transparent;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  ring: none;
  min-width: calc(1ch + 0.7rem);
  max-width: calc(3ch + 0.7rem);
  height: 100%;
  padding: 0 0.25rem;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__value:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  --tw-ring-shadow: none;
  --tw-ring-offset-shadow: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__value::-webkit-outer-spin-button,
                    .product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__arrows {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__arrows{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__arrows {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__arrows.border-container, .faq-category-view .question_view > .product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__arrows.border-container {
  display: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__arrows {
  background-color: #F1F3F7;
  margin-left: 6px;
  padding: 3px 1px;
  gap: 1px;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__arrows .qty-selector__arrow {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__arrows .qty-selector__arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__arrows .qty-selector__arrow {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__arrows .qty-selector__arrow.border-container, .faq-category-view .question_view > .product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__arrows .qty-selector__arrow.border-container {
  display: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__arrows .qty-selector__arrow {
  color: #828D9E;
  height: 8px;
  line-height: 0;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .qty-selector .qty-selector__arrows .qty-selector__arrow:hover {
  color: #4a5568;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .btn-round{
  margin-right: auto;
}

@media (min-width: 768px){
  .product-item .product-info-add-cart .product-info-add-cart-btn .btn-round.btn-round-list{
    margin-right: 0px;
  }
}

.market-product-grid-wrapper .product-item .product-info-add-cart .product-info-add-cart-btn .btn-round svg.flex {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .btn-round svg{
  position: relative;
  left: -1px;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .product-info-contact .btn-round svg {
  left: 0;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .stock-status-wrapper{
  margin-right: auto;
  width: auto;
  justify-content: center;
}

@media (min-width: 768px){
  .product-item .product-info-add-cart .product-info-add-cart-btn .stock-status-wrapper.stock-status-wrapper-list{
    margin-right: 0px;
  }
}

.market-product-grid-wrapper .relative.product-item .price-box {
  display: block;
  transform: none;
}

.product-item .price-box{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .price-box {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-item .price-box.border-container, .faq-category-view .question_view > .product-item .price-box.border-container {
  display: none;
}

.product-item .special-price .price-container .price-label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Précommande */

.market-product-grid-wrapper .product-item .precommande-icon-wrapper.flex {
  display: block;
  transform: none;
}

.product-item .precommande-icon-wrapper{
  position: relative;
  display: inline-flex;
}

.product-item .precommande-icon-btn{
  display: inline-flex;
  cursor: default;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-style: none;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-item .precommande-icon-btn {
    align-items: center;
    gap: 10px;
  }
}

.product-item .precommande-icon-btn {
  background-color: #3e63ea;
  width: 17px;
  height: 17px;
  padding: 3px;
}

.product-item.isPrecommande .btn-round:not(.btn-out-of-stock) {
  background-color: #3e63ea !important;
  border-color: #3e63ea !important;
}

/* Out of Stock — bouton disabled + tooltip */

.product-item .product-info-add-cart {
  position: relative;
}

.product-item .out-of-stock-btn-wrapper{
  display: inline-flex;
}

.product-item .btn-out-of-stock {
  background-color: #c5cbd1 !important;
  border-color: #c5cbd1 !important;
  cursor: not-allowed !important;
}

.product-item .out-of-stock-tooltip{
  position: absolute;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-item .out-of-stock-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-item .out-of-stock-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-item .out-of-stock-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-item .out-of-stock-tooltip > .border-t:first-child {
  border-top: none;
}

.product-item .out-of-stock-tooltip {
  z-index: 99999;
  right: -0.5rem;
  width: auto;
  max-width: none;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  bottom: calc(100% + 8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.product-item .out-of-stock-tooltip::after {
  content: "";
  position: absolute;
  --tw-rotate: 45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-item .out-of-stock-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-item .out-of-stock-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-item .out-of-stock-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-item .out-of-stock-tooltip > .border-t:first-child::after {
  border-top: none;
}

.product-item .out-of-stock-tooltip::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
  bottom: -5px;
  right: 19px;
}

.product-item .out-of-stock-btn-wrapper:hover .out-of-stock-tooltip{
  display: block;
}

[data-content-type$='block'] .product-item .out-of-stock-btn-wrapper:hover .out-of-stock-tooltip p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.product-item .out-of-stock-tooltip-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e2e5ea;
}

.product-item .out-of-stock-tooltip-title {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: #052523;
}

.product-item .out-of-stock-tooltip-inner {
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: right;
}

.product-item .out-of-stock-row {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  font-size: 12px;
  line-height: 1.3;
}

.product-item .out-of-stock-label {
  font-weight: 700;
  color: #052523;
  white-space: nowrap;
}

.product-item .out-of-stock-label::after {
  content: " :";
}

.product-item .out-of-stock-value {
  font-weight: 500;
  color: #818e9e;
}

/* Précommande — tooltip on add-to-cart button */

.product-item .precommande-btn-wrapper{
  display: inline-flex;
}

.product-item .precommande-tooltip{
  position: absolute;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-item .precommande-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-item .precommande-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-item .precommande-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-item .precommande-tooltip > .border-t:first-child {
  border-top: none;
}

.product-item .precommande-tooltip {
  z-index: 99999;
  right: -0.5rem;
  width: auto;
  max-width: none;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  bottom: calc(100% + 8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.product-item .precommande-tooltip::after {
  content: "";
  position: absolute;
  --tw-rotate: 45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-item .precommande-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-item .precommande-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-item .precommande-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-item .precommande-tooltip > .border-t:first-child::after {
  border-top: none;
}

.product-item .precommande-tooltip::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
  bottom: -5px;
  right: 19px;
}

.product-item .precommande-btn-wrapper:hover .precommande-tooltip{
  display: block;
}

[data-content-type$='block'] .product-item .precommande-btn-wrapper:hover .precommande-tooltip p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.product-item .precommande-tooltip-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e2e5ea;
}

.product-item .precommande-tooltip-title {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: #3e63ea;
}

.product-item .precommande-tooltip-inner {
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: right;
}

.product-item .precommande-tooltip-row {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  font-size: 12px;
  line-height: 1.3;
}

.product-item .precommande-tooltip-label {
  font-weight: 700;
  color: #052523;
  white-space: nowrap;
}

.product-item .precommande-tooltip-label::after {
  content: " :";
}

.product-item .precommande-tooltip-value {
  font-weight: 500;
  color: #818e9e;
}

@keyframes wl-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes wl-pop {
  0% {
    transform: scale(1);
    color: #f34832;
  }

  50% {
    transform: scale(1.15);
    color: #f34832;
  }

  100% {
    transform: scale(1);
  }
}

/* Glider.js adds left-1, left-2, left-3 classes that conflict with Tailwind's left-* utilities */

.glider-track .product-item {
  left: 0 !important;
}

/* Carousel context: tooltips below icons, left-aligned (overflow-hidden safe) */

.product-badges .laboLock-icon-wrapper,
    .product-badges .rules-icon-wrapper,
    .product-badges .promo-icon-wrapper {
  position: static;
}

.product-badges .badge-icon-tooltip {
  bottom: auto;
  top: calc(100% + 8px);
  left: 0;
  right: auto;
  transform: none;
  max-width: 180px;
  white-space: normal;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
}

.product-badges .badge-icon-tooltip strong {
  font-size: 13px;
}

.product-badges .badge-icon-tooltip ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-badges .badge-icon-tooltip ul li {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #052523;
}

/* Flèche vers le haut */

.product-badges .badge-icon-tooltip::after {
  display: block;
  top: -5px;
  bottom: auto;
  left: 12px;
  margin-left: 0;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #e2e5ea;
  border-top: 1px solid #e2e5ea;
}

.page-product-bundle .price-final_price .price-from .price-container, .page-product-bundle .price-final_price .price-to .price-container{
  display: block;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.contact-index-index .page-product-bundle .price-final_price .price-from .price-container,.contact-index-index  .page-product-bundle .price-final_price .price-to .price-container {
  color: #052523;
}

.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label{
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.checkout-cart-index #discount-form-toggle .page-product-bundle .price-final_price .price-from .price-container .price-label,.checkout-cart-index #discount-form-toggle  .page-product-bundle .price-final_price .price-to .price-container .price-label{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.checkout-cart-index #discount-form-toggle .page-product-bundle .price-final_price .price-from .price-container .price-label,.am-filter-state .filter-options-title span.checkout-cart-index #discount-form-toggle  .page-product-bundle .price-final_price .price-to .price-container .price-label {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index #discount-form-toggle .page-product-bundle .price-final_price .price-from .price-container .price-label,.amfaq_categories > div a.checkout-cart-index #discount-form-toggle  .page-product-bundle .price-final_price .price-to .price-container .price-label {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.page-product-bundle .price-final_price .price-from .price-container .price,.am-filter-state .filter-options-title span .page-product-bundle .price-final_price .price-to .price-container .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.page-product-bundle .price-final_price .price-from .price-container .price,.amfaq_categories > div a .page-product-bundle .price-final_price .price-to .price-container .price {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.page-product-bundle .price-final_price .price-from .price-container .price.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm .page-product-bundle .price-final_price .price-to .price-container .price.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.page-product-bundle .price-final_price .price-from .price-container .price.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm .page-product-bundle .price-final_price .price-to .price-container .price.text-black + svg{
  right: -2rem;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax{
  margin-top: 0.25rem;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price{
  font-size: 1rem;
  line-height: 1.5rem;
}

.cms-amasty-faq-home-page .amfaq_questions .page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price,.cms-amasty-faq-home-page .amfaq_questions  .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price, .faq-category-view .amfaq_questions .page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price,.faq-question-view .amfaq_questions  .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price, .faq-category-view .amfaq_questions  .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.page-product-bundle .price-final_price .price-from .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label{
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.cms-amasty-faq-home-page .amfaq_questions .page-product-bundle .price-final_price .price-from .old-price .price-container .price,.cms-amasty-faq-home-page .amfaq_questions 
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,.cms-amasty-faq-home-page .amfaq_questions 
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,.cms-amasty-faq-home-page .amfaq_questions 
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .page-product-bundle .price-final_price .price-from .old-price .price-container .price, .faq-category-view .amfaq_questions .page-product-bundle .price-final_price .price-from .old-price .price-container .price,.faq-question-view .amfaq_questions 
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label, .faq-category-view .amfaq_questions 
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,.faq-question-view .amfaq_questions 
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price, .faq-category-view .amfaq_questions 
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,.faq-question-view .amfaq_questions 
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label, .faq-category-view .amfaq_questions 
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.wishlist-widget .price-box .price-label,
    .wishlist-widget .price-box .old-price{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* .modal {} */

.market-product-grid-wrapper .relative.backdrop {
  display: block;
  transform: none;
}

.backdrop{
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  background-color: rgba(41, 190, 181, var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.25;
}

.faq-question-view .question_view > .backdrop.border-container, .faq-category-view .question_view > .backdrop.border-container {
  display: none;
}

.snap {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.snap::-webkit-scrollbar {
  display: none;
}

.snap > div {
  scroll-snap-align: start;
}

:where(html) {
  scrollbar-gutter: stable;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.page-main{
  margin-bottom: 2rem;
}

.market-products-grid.columns {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid.columns {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid.columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

.columns{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column-gap: 2rem;
  column-gap: 2rem;
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.page-footer .footer.content .columns ul li + li {
  margin-top: 4px;
}

.page-footer .footer.content .columns ul a{
  --tw-text-opacity: 1;
  color: rgba(72, 81, 96, var(--tw-text-opacity, 1));
}

.page-footer .footer.content .columns ul a:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.page-footer .footer.content .columns ul li.opacity-60 {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .page-footer .footer.content .columns.grid-cols-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  @media (max-width: 640px) {
    .page-footer .footer.content .columns.grid-cols-2 {
      padding-left: 0;
      padding-right: 0;
      grid-template-columns: 1fr
    }
  }
}

body.market-account-index #market-details-modal .market-products-grid.columns {
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .customer-account-create .register-estimation .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .customer-account-create .register-estimation .columns {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 25px;
    padding: 0 25px;
  }

  .customer-account-create .register-estimation .columns > * {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .customer-account-create form .columns {
    gap: 0;
  }

  .customer-account-create .register-estimation .columns > div > div:first-child {
    height: 120px;
  }

  .customer-account-create .register-estimation .columns > div > div:first-child img {
    max-height: 110px;
    width: auto;
  }
}

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

.columns .main{
  order: 2;
}

.columns .sidebar{
  order: 3;
}

.product-main-full-width .columns{
  max-width: none;
}

.page-main-full-width .columns{
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.account .columns .sidebar-main, .page-with-filter .columns .sidebar-main{
  order: 1;
}

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

  @media (max-width: 1024px) {
    .page-footer .footer.content .grid.page-layout-2columns-left .columns,.page-footer .footer.content .grid .page-layout-2columns-right .columns,.page-footer .footer.content .grid .page-layout-3columns .columns {
      padding-left: 1rem;
      padding-right: 1rem;
      grid-template-columns: 1fr 1fr;
    }

    @media (max-width: 640px) {
      .page-footer .footer.content .grid.page-layout-2columns-left .columns,.page-footer .footer.content .grid .page-layout-2columns-right .columns,.page-footer .footer.content .grid .page-layout-3columns .columns {
        padding-left: 0;
        padding-right: 0;
        grid-template-columns: 1fr
      }
    }
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main{
    grid-column: span 2 / span 2;
  }

  .account .columns .sidebar-main, .page-with-filter .columns .sidebar-main{
    grid-column: 1 / -1;
  }

  .account .columns .sidebar-additional{
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main{
    grid-row: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar{
    grid-column: span 1 / span 1;
  }

  .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main{
    grid-column-start: 2 !important;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar{
    order: 1;
  }

  .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional, .page-layout-3columns .columns .sidebar ~ .sidebar-additional{
    order: 3;
  }

  .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main{
    order: 3;
  }
}

@media (min-width: 1024px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main{
    grid-column: span 3 / span 3;
  }

  .page-layout-3columns .columns .sidebar-additional{
    grid-column-start: 4;
  }
}

.product-image-container {
  width: 100% !important;
}

.product-image-container img {
  width: 100%;
}

[x-cloak] {
  display: none !important;
}

.input{
  margin-right: 0.5rem;
  width: auto;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cms-amasty-faq-home-page .amfaq_questions .input {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .input, .faq-category-view .amfaq_questions .input {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .input{
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .input{
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .input{
    margin-right: 1rem;
  }
}

.input-light{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .input-light > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .input-light > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .input-light > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .input-light > .border-t:first-child {
  border-top: none;
}

.input-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.card{
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.cms-compatible-lgo .page-footer .footer.content .card > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .card > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .card > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .card > .border-t:first-child {
  border-top: none;
}

.card-large{
  padding: 1.5rem;
}

@media (min-width: 1024px){
  .card-large{
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.card-interactive:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.bg-gradient-light {
  background: #FCFEFE;
  background: linear-gradient(90deg, rgba(252, 254, 254, 1) 0%, rgba(242, 250, 250, 1) 24%, rgba(255, 249, 248, 1) 59%);
}

.bg-gradient-light-blue {
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(236, 250, 245, 1) 35%, rgba(226, 247, 241, 1) 71%);
}

.bg-gradient-dark {
  background: #094542;
  background: linear-gradient(90deg, rgba(9, 69, 66, 1) 60%, rgba(7, 52, 65, 1) 87%);
}

.bg-gradient-white {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 32%, rgba(249, 250, 251, 1) 65%);
}

.bg-multicolor {
  background:
        radial-gradient(ellipse at 30% 50%, rgba(40, 177, 168, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 30%, rgba(243, 72, 50, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 15% 80%, rgba(243, 72, 50, 0.06) 0%, transparent 45%),
        radial-gradient(ellipse at 85% 70%, rgba(40, 177, 168, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse at 50% 20%, rgba(239, 142, 40, 0.07) 0%, transparent 45%),
        linear-gradient(135deg, #f5fbfa 0%, #fdf5f3 30%, #f0fafb 60%, #f7fbf9 100%);
}

.bg-gradient-multi {
  background: #F0F8F4;
  background: linear-gradient(90deg, rgba(240, 248, 244, 1) 0%, rgba(248, 250, 250, 1) 14%, rgba(235, 243, 240, 1) 35%, rgba(235, 247, 243, 1) 60%, rgba(247, 249, 246, 1) 76%);
}

.market-product-grid-wrapper .halo.flex {
  display: block;
  transform: none;
}

.halo{
  position: relative;
}

.market-product-grid-wrapper .halo img.flex {
  display: block;
  transform: none;
}

.halo img{
  position: relative;
  z-index: 10;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.halo img.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.halo img.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.halo:after {
  content: "";
  filter: drop-shadow(0 2px 37px rgba(175, 210, 196, 1));
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 0;
  display: block;
  height: 90%;
  width: 90%;
  --tw-translate-x: -50%;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(212, 230, 222, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .halo p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.border-white-shadow {
  border-bottom: 2px solid white;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.6);
}

.spacing{
  height: 50px;
}

@media (min-width: 1024px){
  .spacing{
    height: 130px;
  }
}

.container{
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  .container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .container{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.columns{
  width: 100%;
}

.faq-question-view .sidebar-additional .columns:has(#amfaq_search), .faq-category-view .sidebar-additional .columns:has(#amfaq_search) {
  display: none;
}

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

body{
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

p{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes 2020-present. All rights reserved.
 * This product is licensed per Magento install
 * See https://hyva.io/license
 */

/**
 * Layout
 */

/* Rows */

[data-content-type='row']{
  box-sizing: border-box;
}

[data-content-type='row'][data-appearance='contained']{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 1536px;
  }
}

[data-content-type='row'][data-appearance='contained']{
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  [data-content-type='row'][data-appearance='contained']{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  [data-content-type='row'][data-appearance='contained']{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > [data-content-type='row'][data-appearance='contained'] {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 0 2.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > [data-content-type='row'][data-appearance='contained'] {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1280px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent [data-content-type='row'][data-appearance='contained'] > div, .customer-account-createpassword #maincontent [data-content-type='row'][data-appearance='contained'] > div {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  }
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form [data-content-type='row'][data-appearance='contained']{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .checkout-cart-index [data-content-type='row'][data-appearance='contained'] > div > .lg\:w-\[265px\] {
    flex-shrink: 0;
    min-width: 265px
  }
}

.checkout-cart-index [data-content-type='row'][data-appearance='contained'] > div > .lg\:flex-1 {
  min-width: 0;
  overflow: hidden;
}

.checkout-cart-index .crosssell-product-slider [data-content-type='row'][data-appearance='contained']{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0px;
}

@media (max-width: 640px) {
  .checkout-cart-index .cart-form [data-content-type='row'][data-appearance='contained'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.faq-question-view .column.main > [data-content-type='row'][data-appearance='contained']{
  padding-left: 0px;
  padding-right: 0px;
}

[data-content-type='row'][data-appearance='contained']{
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

[data-content-type='row'][data-appearance='contained'] [data-element='inner']{
  box-sizing: border-box;
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-bleed'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
  margin-left: auto;
  margin-right: auto;
  width: 1230px;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 1280px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (max-width: 640px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 15px;
    padding-right: 15px
  }
}

/* Column Groups (both needed for pagebuider backwards compatibiliy) */

[data-content-type='column-group'], [data-content-type='column-line']{
  flex-wrap: wrap;
}

@media (min-width: 768px){
  [data-content-type='column-group'], [data-content-type='column-line']{
    flex-wrap: nowrap;
  }
}

/* Columns */

[data-content-type='column']{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.faq-question-view .sidebar-additional [data-content-type='column']:has(#amfaq_search), .faq-category-view .sidebar-additional [data-content-type='column']:has(#amfaq_search) {
  display: none;
}

[data-content-type='column'] {
  background-attachment: scroll !important;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  [data-content-type='column'] {
    flex-basis: auto
  }
}

/* Tabs/Tab Item */

@media (min-width: 1024px){
  [data-content-type='tabs']{
    margin-top: 5rem;
  }
}

[data-content-type='tabs'] .tabs-navigation{
  margin-bottom: -1px;
  display: block;
  padding: 0px;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.market-product-grid-wrapper [data-content-type='tabs'] .tabs-content.flex {
  display: block;
  transform: none;
}

[data-content-type='tabs'] .tabs-content{
  position: relative;
  z-index: 10;
  border-width: 0px !important;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='tabs'] .tabs-content.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='tabs'] .tabs-content.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']{
  border-width: 0px;
  background-color: transparent;
  min-height: inherit;
  background-attachment: scroll !important;
}

[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'][hidden] {
  display: none !important;
}

[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}

[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

/**
 * Elements
 */

/* Text */

[data-content-type='text']{
  overflow-wrap: break-word;
}

/* Heading */

[data-content-type='heading']{
  overflow-wrap: break-word;
}

/* Buttons/Button Item */

[data-content-type='buttons']{
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item']{
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='link'],
        [data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link']{
  max-width: 100%;
  overflow-wrap: break-word;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link']{
  cursor: default;
}

[data-content-type='buttons'] [data-content-type='button-item'] a,
        [data-content-type='buttons'] [data-content-type='button-item'] button,
        [data-content-type='buttons'] [data-content-type='button-item'] div{
  display: inline-block;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link{
  box-sizing: border-box;
  cursor: pointer;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper a.pagebuilder-button-primary.flex,.market-product-grid-wrapper  button.pagebuilder-button-primary.flex,.market-product-grid-wrapper  div.pagebuilder-button-primary.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper a.relative.pagebuilder-button-primary,.market-product-grid-wrapper  button.relative.pagebuilder-button-primary,.market-product-grid-wrapper  div.relative.pagebuilder-button-primary {
  display: block;
  transform: none;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary{
  position: relative;
  z-index: 10;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0px;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner a.pagebuilder-button-primary,.checkout-onepage-success .thanks-banner  button.pagebuilder-button-primary,.checkout-onepage-success .thanks-banner  div.pagebuilder-button-primary {
    align-items: center;
    gap: 10px;
  }
}

.cms-amasty-faq-home-page .amfaq_questions a.pagebuilder-button-primary,.cms-amasty-faq-home-page .amfaq_questions  button.pagebuilder-button-primary,.cms-amasty-faq-home-page .amfaq_questions  div.pagebuilder-button-primary {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .question_view > a.pagebuilder-button-primary.border-container, .faq-category-view .question_view > a.pagebuilder-button-primary.border-container,.faq-question-view .question_view >  button.pagebuilder-button-primary.border-container, .faq-category-view .question_view >  button.pagebuilder-button-primary.border-container,.faq-question-view .question_view >  div.pagebuilder-button-primary.border-container, .faq-category-view .question_view >  div.pagebuilder-button-primary.border-container {
  display: none;
}

.faq-question-view .amfaq_questions a.pagebuilder-button-primary, .faq-category-view .amfaq_questions a.pagebuilder-button-primary,.faq-question-view .amfaq_questions  button.pagebuilder-button-primary, .faq-category-view .amfaq_questions  button.pagebuilder-button-primary,.faq-question-view .amfaq_questions  div.pagebuilder-button-primary, .faq-category-view .amfaq_questions  div.pagebuilder-button-primary {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute a.min-w-20.pagebuilder-button-primary.text-sm.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  button.min-w-20.pagebuilder-button-primary.text-sm.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  div.min-w-20.pagebuilder-button-primary.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute a.min-w-20.pagebuilder-button-primary.text-sm.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  button.min-w-20.pagebuilder-button-primary.text-sm.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  div.min-w-20.pagebuilder-button-primary.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#29beb5 0%, #28b1a8 100%);
  cursor: pointer;
}

a.pagebuilder-button-primary:after, button.pagebuilder-button-primary:after, div.pagebuilder-button-primary:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 4px;
  margin-left: 5px;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  filter: brightness(1.05);
}

a.pagebuilder-button-primary:disabled:hover,a.pagebuilder-button-primary[disabled]:hover, button.pagebuilder-button-primary:disabled:hover, button.pagebuilder-button-primary[disabled]:hover, div.pagebuilder-button-primary:disabled:hover, div.pagebuilder-button-primary[disabled]:hover {
  filter: none;
}

a.pagebuilder-button-primary.no-arrow:after, button.pagebuilder-button-primary.no-arrow:after, div.pagebuilder-button-primary.no-arrow:after{
  display: none;
}

a.pagebuilder-button-primary.bg-simple, button.pagebuilder-button-primary.bg-simple, div.pagebuilder-button-primary.bg-simple {
  background: #28b1a8;
}

a.pagebuilder-button-primary.adding-to-cart, button.pagebuilder-button-primary.adding-to-cart, div.pagebuilder-button-primary.adding-to-cart {
  cursor: wait;
}

a.pagebuilder-button-primary.added-to-cart, button.pagebuilder-button-primary.added-to-cart, div.pagebuilder-button-primary.added-to-cart {
  background: #28b1a8;
}

a.pagebuilder-button-primary.error-add-to-cart, button.pagebuilder-button-primary.error-add-to-cart, div.pagebuilder-button-primary.error-add-to-cart {
  background: #f34832;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --btn-bg: #29beb5;
  --btn-color: #fff;
  --btn-hover-bg: #e4f3f3;
  --btn-active-bg: #28b1a8;
}

#header .navigation #navdesktop a.pagebuilder-button-primary,#header .navigation #navdesktop  button.pagebuilder-button-primary,#header .navigation #navdesktop  div.pagebuilder-button-primary {
  display: inline-block;
}

.section-news-pharmazon a.pagebuilder-button-primary,.section-news-pharmazon  button.pagebuilder-button-primary,.section-news-pharmazon  div.pagebuilder-button-primary {
  background: #28b1a8;
  padding: 0.5rem 1rem;
  border: none;
  color: #FFF;
  font-size: 17px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon a.pagebuilder-button-primary:after,.section-news-pharmazon  button.pagebuilder-button-primary:after,.section-news-pharmazon  div.pagebuilder-button-primary:after{
  background-position: right 5px;
}

.customer-account-create a.pagebuilder-button-primary.bg-simple,.customer-account-create  button.pagebuilder-button-primary.bg-simple,.customer-account-create  div.pagebuilder-button-primary.bg-simple {
  background: #2aafa8;
}

.product-service-contact a.pagebuilder-button-primary.btn-primary,.product-service-contact  button.pagebuilder-button-primary.btn-primary,.product-service-contact  div.pagebuilder-button-primary.btn-primary {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 18px;
}

.product-service-contact a.btn.pagebuilder-button-primary,.product-service-contact  button.btn.pagebuilder-button-primary,.product-service-contact  div.btn.pagebuilder-button-primary {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 18px;
}

body.account.wishlist-index-index .wishlist-actions-top a.pagebuilder-button-primary,body.account.wishlist-index-index .wishlist-actions-top  button.pagebuilder-button-primary,body.account.wishlist-index-index .wishlist-actions-top  div.pagebuilder-button-primary {
  font-size: 15px;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
}

.catalog-category-view .laboratory-media-plans a.pagebuilder-button-primary:hover,.catalog-category-view .laboratory-media-plans  button.pagebuilder-button-primary:hover,.catalog-category-view .laboratory-media-plans  div.pagebuilder-button-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgba(5, 37, 35, var(--tw-border-opacity, 1));
  background-color: rgba(40, 177, 168, 0.05);
  color: #28b1a8;
  filter: none;
}

.contact-index-index form.contact > div > a.pagebuilder-button-primary,.contact-index-index form.contact > div >  button.pagebuilder-button-primary,.contact-index-index form.contact > div >  div.pagebuilder-button-primary {
  margin-top: 15px;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper a.pagebuilder-button-secondary.flex,.market-product-grid-wrapper  button.pagebuilder-button-secondary.flex,.market-product-grid-wrapper  div.pagebuilder-button-secondary.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper a.relative.pagebuilder-button-secondary,.market-product-grid-wrapper  button.relative.pagebuilder-button-secondary,.market-product-grid-wrapper  div.relative.pagebuilder-button-secondary {
  display: block;
  transform: none;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary{
  position: relative;
  z-index: 10;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0px;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner a.pagebuilder-button-secondary,.checkout-onepage-success .thanks-banner  button.pagebuilder-button-secondary,.checkout-onepage-success .thanks-banner  div.pagebuilder-button-secondary {
    align-items: center;
    gap: 10px;
  }
}

.cms-amasty-faq-home-page .amfaq_questions a.pagebuilder-button-secondary,.cms-amasty-faq-home-page .amfaq_questions  button.pagebuilder-button-secondary,.cms-amasty-faq-home-page .amfaq_questions  div.pagebuilder-button-secondary {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .question_view > a.pagebuilder-button-secondary.border-container, .faq-category-view .question_view > a.pagebuilder-button-secondary.border-container,.faq-question-view .question_view >  button.pagebuilder-button-secondary.border-container, .faq-category-view .question_view >  button.pagebuilder-button-secondary.border-container,.faq-question-view .question_view >  div.pagebuilder-button-secondary.border-container, .faq-category-view .question_view >  div.pagebuilder-button-secondary.border-container {
  display: none;
}

.faq-question-view .amfaq_questions a.pagebuilder-button-secondary, .faq-category-view .amfaq_questions a.pagebuilder-button-secondary,.faq-question-view .amfaq_questions  button.pagebuilder-button-secondary, .faq-category-view .amfaq_questions  button.pagebuilder-button-secondary,.faq-question-view .amfaq_questions  div.pagebuilder-button-secondary, .faq-category-view .amfaq_questions  div.pagebuilder-button-secondary {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute a.min-w-20.pagebuilder-button-secondary.text-sm.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  button.min-w-20.pagebuilder-button-secondary.text-sm.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  div.min-w-20.pagebuilder-button-secondary.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute a.min-w-20.pagebuilder-button-secondary.text-sm.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  button.min-w-20.pagebuilder-button-secondary.text-sm.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  div.min-w-20.pagebuilder-button-secondary.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#29beb5 0%, #28b1a8 100%);
  cursor: pointer;
}

a.pagebuilder-button-secondary:after, button.pagebuilder-button-secondary:after, div.pagebuilder-button-secondary:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 4px;
  margin-left: 5px;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  filter: brightness(1.05);
}

a.pagebuilder-button-secondary:disabled:hover,a.pagebuilder-button-secondary[disabled]:hover, button.pagebuilder-button-secondary:disabled:hover, button.pagebuilder-button-secondary[disabled]:hover, div.pagebuilder-button-secondary:disabled:hover, div.pagebuilder-button-secondary[disabled]:hover {
  filter: none;
}

a.pagebuilder-button-secondary.no-arrow:after, button.pagebuilder-button-secondary.no-arrow:after, div.pagebuilder-button-secondary.no-arrow:after{
  display: none;
}

a.pagebuilder-button-secondary.bg-simple, button.pagebuilder-button-secondary.bg-simple, div.pagebuilder-button-secondary.bg-simple {
  background: #28b1a8;
}

a.pagebuilder-button-secondary.adding-to-cart, button.pagebuilder-button-secondary.adding-to-cart, div.pagebuilder-button-secondary.adding-to-cart {
  cursor: wait;
}

a.pagebuilder-button-secondary.added-to-cart, button.pagebuilder-button-secondary.added-to-cart, div.pagebuilder-button-secondary.added-to-cart {
  background: #28b1a8;
}

a.pagebuilder-button-secondary.error-add-to-cart, button.pagebuilder-button-secondary.error-add-to-cart, div.pagebuilder-button-secondary.error-add-to-cart {
  background: #f34832;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  --btn-stroke: #2563eb;
  --btn-color: #ffffff;
  --btn-hover-stroke: #28b1a8;
  background: linear-gradient(118deg, #fa6230 36%, #fd3e24 69%);
}

#header .navigation #navdesktop a.pagebuilder-button-secondary,#header .navigation #navdesktop  button.pagebuilder-button-secondary,#header .navigation #navdesktop  div.pagebuilder-button-secondary {
  display: inline-block;
}

.section-news-pharmazon a.pagebuilder-button-secondary,.section-news-pharmazon  button.pagebuilder-button-secondary,.section-news-pharmazon  div.pagebuilder-button-secondary {
  background: #28b1a8;
  padding: 0.5rem 1rem;
  border: none;
  color: #FFF;
  font-size: 17px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon a.pagebuilder-button-secondary:after,.section-news-pharmazon  button.pagebuilder-button-secondary:after,.section-news-pharmazon  div.pagebuilder-button-secondary:after{
  background-position: right 5px;
}

.customer-account-create a.pagebuilder-button-secondary.bg-simple,.customer-account-create  button.pagebuilder-button-secondary.bg-simple,.customer-account-create  div.pagebuilder-button-secondary.bg-simple {
  background: #2aafa8;
}

.product-service-contact a.pagebuilder-button-secondary.btn-primary,.product-service-contact  button.pagebuilder-button-secondary.btn-primary,.product-service-contact  div.pagebuilder-button-secondary.btn-primary {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 18px;
}

body.account.wishlist-index-index .wishlist-actions-top a.pagebuilder-button-secondary,body.account.wishlist-index-index .wishlist-actions-top  button.pagebuilder-button-secondary,body.account.wishlist-index-index .wishlist-actions-top  div.pagebuilder-button-secondary {
  font-size: 15px;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
}

.catalog-category-view .laboratory-media-plans a.pagebuilder-button-secondary:hover,.catalog-category-view .laboratory-media-plans  button.pagebuilder-button-secondary:hover,.catalog-category-view .laboratory-media-plans  div.pagebuilder-button-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgba(5, 37, 35, var(--tw-border-opacity, 1));
  background-color: rgba(40, 177, 168, 0.05);
  color: #28b1a8;
  filter: none;
}

.contact-index-index form.contact > div > a.pagebuilder-button-secondary,.contact-index-index form.contact > div >  button.pagebuilder-button-secondary,.contact-index-index form.contact > div >  div.pagebuilder-button-secondary {
  margin-top: 15px;
}

/* HTML Code */

[data-content-type='html']{
  overflow-wrap: break-word;
}

/**
 * Media
 */

/* Image */

[data-content-type='image']{
  box-sizing: border-box;
}

[data-content-type='image'] > [data-element='link'],
    [data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}

[data-content-type='image'] .pagebuilder-mobile-hidden{
  display: none;
}

@media (min-width: 768px){
  [data-content-type='image'] .pagebuilder-mobile-hidden{
    display: inline-block;
  }
}

[data-content-type='image'] .pagebuilder-mobile-only{
  display: inline-block;
}

@media (min-width: 768px){
  [data-content-type='image'] .pagebuilder-mobile-only{
    display: none;
  }
}

[data-content-type='image'] figcaption{
  overflow-wrap: break-word;
}

/* Video */

[data-content-type='video'] {
  font-size: 0;
}

[data-content-type='video'] .pagebuilder-video-inner{
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

.faq-question-view .sidebar-additional [data-content-type='video'] .pagebuilder-video-inner:has(#amfaq_search), .faq-category-view .sidebar-additional [data-content-type='video'] .pagebuilder-video-inner:has(#amfaq_search) {
  display: none;
}

.market-product-grid-wrapper [data-content-type='video'] .pagebuilder-video-container.flex {
  display: block;
  transform: none;
}

[data-content-type='video'] .pagebuilder-video-container{
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  padding-top: 56.25%;
}

[data-content-type='video'] iframe,
    [data-content-type='video'] video{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.faq-question-view .sidebar-additional [data-content-type='video'] iframe:has(#amfaq_search), .faq-category-view .sidebar-additional [data-content-type='video'] iframe:has(#amfaq_search),.faq-question-view .sidebar-additional 
    [data-content-type='video'] video:has(#amfaq_search), .faq-category-view .sidebar-additional 
    [data-content-type='video'] video:has(#amfaq_search) {
  display: none;
}

/* Banner */

[data-content-type='banner'] > [data-element='link'], [data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] > [data-element='link']:hover, [data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper{
  box-sizing: border-box;
  overflow-wrap: break-word;
  background-clip: padding-box;
  border-radius: inherit;
  background-attachment: scroll !important;
}

.market-product-grid-wrapper [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.flex {
  display: block;
  transform: none;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.market-product-grid-wrapper .relative[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: block;
  transform: none;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.border-container, .faq-category-view .question_view > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.border-container {
  display: none;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
  max-width: none;
}

@media (min-width: 768px){
  [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
    max-width: 36rem;
  }
}

[data-content-type='banner'] .pagebuilder-banner-wrapper.jarallax .video-overlay{
  z-index: 0;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button{
  margin: 0px;
  margin-top: 1.25rem;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-align: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content{
  width: 100%;
}

.faq-question-view .sidebar-additional [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content:has(#amfaq_search), .faq-category-view .sidebar-additional [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content:has(#amfaq_search) {
  display: none;
}

[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  margin-left: auto;
}

/* Slider */

.market-product-grid-wrapper [data-content-type='slider'].flex {
  display: block;
  transform: none;
}

[data-content-type='slider']{
  visibility: hidden;
  position: relative;
}

[data-content-type='slider'].glider-initialized{
  visibility: visible;
}

[data-content-type='slider'] [data-role='glider-content']{
  overflow-y: hidden;
}

[data-content-type='slider'] a.button {
  color: initial;
  padding: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[data-content-type='slider'] .carousel-nav{
  position: absolute;
  bottom: 0px;
  margin-bottom: 0.5rem;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.75;
  left: 50%;
  transform: translateX(-50%);
}

/* Slide */

[data-content-type='slide']{
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.25rem;
  min-height: inherit;
}

[data-content-type='slide'] > [data-element='link'],
    [data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] > [data-element='link']:hover, [data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] + [data-content-type='slide']{
  height: 0px;
  min-height: 0px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper{
  box-sizing: border-box;
  overflow-wrap: break-word;
  border-radius: inherit;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element{
  position: absolute;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 0.125rem;
  left: -15000vw;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay{
  z-index: 10;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}

.market-product-grid-wrapper [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.flex {
  display: block;
  transform: none;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay{
  position: relative;
  z-index: 20;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: inherit;
}

.market-product-grid-wrapper .relative[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: block;
  transform: none;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.border-container, .faq-category-view .question_view > [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.border-container {
  display: none;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
  max-width: none;
}

@media (min-width: 768px){
  [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
    max-width: 32rem;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper [data-element='content']{
  overflow: auto;
  min-height: 50px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-slide-button{
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content{
  width: 100%;
}

.faq-question-view .sidebar-additional [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content:has(#amfaq_search), .faq-category-view .sidebar-additional [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content:has(#amfaq_search) {
  display: none;
}

[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  margin-left: auto;
}

/* Map */

[data-content-type='map']{
  box-sizing: border-box;
  height: 18rem;
}

/**
 * Add Content
 */

/* Block */

[data-content-type$='block'] .block p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

/* Dynamic Block */

[data-content-type='dynamic_block'] [data-content-type='image'] img{
  display: inline;
}

[data-content-type='dynamic_block'] .block-banners .banner-item-content,
    [data-content-type='dynamic_block'] .block-banners-inline .banner-item-content{
  margin-bottom: auto;
}

/**
 * Glider
 */

.market-product-grid-wrapper .glider-contain.flex {
  display: block;
  transform: none;
}

.glider-contain{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.faq-question-view .sidebar-additional .glider-contain:has(#amfaq_search), .faq-category-view .sidebar-additional .glider-contain:has(#amfaq_search) {
  display: none;
}

.glider{
  overflow-y: hidden;
}

.glider.draggable{
  -webkit-user-select: none;
          user-select: none;
  cursor: grab;
}

.glider.draggable .glider-slide img{
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider::-webkit-scrollbar{
  height: 0px;
  opacity: 0;
}

.market-product-grid-wrapper .relative.glider .glider-track {
  display: block;
  transform: none;
}

.glider .glider-track{
  z-index: 10;
  margin: 0px;
  display: flex;
  width: 100%;
  padding: 0px;
}

.faq-question-view .sidebar-additional .glider .glider-track:has(#amfaq_search), .faq-category-view .sidebar-additional .glider .glider-track:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .glider .glider-track.border-container, .faq-category-view .question_view > .glider .glider-track.border-container {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.glider .glider-track.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.glider .glider-track.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.glider-slide{
  margin: 0px;
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
  align-content: center;
  justify-content: center;
}

.faq-question-view .sidebar-additional .glider-slide:has(#amfaq_search), .faq-category-view .sidebar-additional .glider-slide:has(#amfaq_search) {
  display: none;
}

.glider-slide {
  min-width: 150px;
}

.glider-slide img{
  max-width: 100%;
}

.glider-hide{
  opacity: 0;
}

.glider-prev.disabled, .glider-next.disabled {
  opacity: .25;
  cursor: not-allowed;
}

@media (min-width: 1024px) {
  .glider-prev.disabled, .glider-next.disabled {
    margin: 0 !important
  }
}

@media (min-width: 1280px) {
  .glider-prev:active,.glider-next:active{
    margin-top: 2px;
  }
}

.glider-dot{
  margin: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(41, 190, 181, var(--tw-bg-opacity, 1));
  opacity: 0.25;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$='block'] .glider-dot p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (max-width: 1024px) {
  .glider-dot {
    background-color: #d1d5db;
    opacity: 1
  }
}

.glider-dot.active{
  opacity: 1;
}

@media (max-width: 1024px) {
  .glider-dot.active {
    background-color: #29beb5
  }
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar{
    height: 0px;
    opacity: 0;
    display: none;
  }
}

[data-show-arrows='false'] .glider-prev,
    [data-show-arrows='false'] .glider-next{
  display: none;
}

[data-show-dots='false'] .glider-dots{
  display: none;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link']{
  cursor: pointer !important;
}

/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea{
  min-height: 2.75rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

.cms-amasty-faq-home-page .amfaq_questions .form-input,.cms-amasty-faq-home-page .amfaq_questions 
.form-email,.cms-amasty-faq-home-page .amfaq_questions 
.form-select,.cms-amasty-faq-home-page .amfaq_questions 
.form-multiselect,.cms-amasty-faq-home-page .amfaq_questions 
.form-textarea {
  border-bottom-color: #e2e5ea;
  margin-bottom: 0;
  padding: 12px 0;
}

.cms-amasty-faq-home-page .amfaq_questions .form-input:last-child,.cms-amasty-faq-home-page .amfaq_questions 
.form-email:last-child,.cms-amasty-faq-home-page .amfaq_questions 
.form-select:last-child,.cms-amasty-faq-home-page .amfaq_questions 
.form-multiselect:last-child,.cms-amasty-faq-home-page .amfaq_questions 
.form-textarea:last-child {
  border-bottom: none;
}

.faq-question-view .sidebar-additional .form-input:has(#amfaq_search), .faq-category-view .sidebar-additional .form-input:has(#amfaq_search),.faq-question-view .sidebar-additional 
.form-email:has(#amfaq_search), .faq-category-view .sidebar-additional 
.form-email:has(#amfaq_search),.faq-question-view .sidebar-additional 
.form-select:has(#amfaq_search), .faq-category-view .sidebar-additional 
.form-select:has(#amfaq_search),.faq-question-view .sidebar-additional 
.form-multiselect:has(#amfaq_search), .faq-category-view .sidebar-additional 
.form-multiselect:has(#amfaq_search),.faq-question-view .sidebar-additional 
.form-textarea:has(#amfaq_search), .faq-category-view .sidebar-additional 
.form-textarea:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .flex.form-input, .faq-category-view .question_view > .flex.form-input,.faq-question-view .question_view > .flex
.form-email, .faq-category-view .question_view > .flex
.form-email,.faq-question-view .question_view > .flex
.form-select, .faq-category-view .question_view > .flex
.form-select,.faq-question-view .question_view > .flex
.form-multiselect, .faq-category-view .question_view > .flex
.form-multiselect,.faq-question-view .question_view > .flex
.form-textarea, .faq-category-view .question_view > .flex
.form-textarea {
  display: none;
}

.faq-question-view .amfaq_questions .form-input, .faq-category-view .amfaq_questions .form-input,.faq-question-view .amfaq_questions 
.form-email, .faq-category-view .amfaq_questions 
.form-email,.faq-question-view .amfaq_questions 
.form-select, .faq-category-view .amfaq_questions 
.form-select,.faq-question-view .amfaq_questions 
.form-multiselect, .faq-category-view .amfaq_questions 
.form-multiselect,.faq-question-view .amfaq_questions 
.form-textarea, .faq-category-view .amfaq_questions 
.form-textarea {
  border-bottom-color: #e2e5ea;
  margin-bottom: 0;
  padding: 12px 0;
}

.faq-question-view .amfaq_questions .form-input:last-child, .faq-category-view .amfaq_questions .form-input:last-child,.faq-question-view .amfaq_questions 
.form-email:last-child, .faq-category-view .amfaq_questions 
.form-email:last-child,.faq-question-view .amfaq_questions 
.form-select:last-child, .faq-category-view .amfaq_questions 
.form-select:last-child,.faq-question-view .amfaq_questions 
.form-multiselect:last-child, .faq-category-view .amfaq_questions 
.form-multiselect:last-child,.faq-question-view .amfaq_questions 
.form-textarea:last-child, .faq-category-view .amfaq_questions 
.form-textarea:last-child {
  border-bottom: none;
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
  border-color: #28b1a8;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(40, 177, 168, var(--tw-ring-opacity, 1));
}

.form-select {
  -webkit-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%272.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%276 9 12 15 18 9%27/%3E%3C/svg%3E') !important;
  background-size: 20px 20px !important;
  background-position: right 0.75rem center !important;
  background-repeat: no-repeat !important;
  padding-right: 2.5rem;
}

/* purgecss end ignore */

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

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-x-4{
  left: 1rem;
  right: 1rem;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.\!-top-3{
  top: -0.75rem !important;
}

.\!left-0{
  left: 0px !important;
}

.\!left-7{
  left: 1.75rem !important;
}

.\!right-0{
  right: 0px !important;
}

.\!right-7{
  right: 1.75rem !important;
}

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

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

.-left-20{
  left: -5rem;
}

.-right-1{
  right: -0.25rem;
}

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

.-right-2{
  right: -0.5rem;
}

.-right-20{
  right: -5rem;
}

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

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

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

.bottom-0{
  bottom: 0px;
}

.bottom-2{
  bottom: 0.5rem;
}

.bottom-2\/4{
  bottom: 50%;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-full{
  bottom: 100%;
}

.bottom-px{
  bottom: 1px;
}

.left-0{
  left: 0px;
}

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

.left-1\/3{
  left: 33.333333%;
}

.left-10{
  left: 2.5rem;
}

.left-2{
  left: 0.5rem;
}

.left-2\/4{
  left: 50%;
}

.left-3{
  left: 0.75rem;
}

.left-4{
  left: 1rem;
}

.left-full{
  left: 100%;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-6{
  right: 1.5rem;
}

.right-8{
  right: 2rem;
}

.right-full{
  right: 100%;
}

.top-0{
  top: 0px;
}

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

.top-2{
  top: 0.5rem;
}

.top-4{
  top: 1rem;
}

.top-6{
  top: 1.5rem;
}

.top-full{
  top: 100%;
}

.isolate{
  isolation: isolate;
}

.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-5{
  z-index: 5;
}

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-first{
  order: -9999;
}

.order-last{
  order: 9999;
}

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

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

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

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

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

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

.row-start-2{
  grid-row-start: 2;
}

.float-end{
  float: right;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.clear-both{
  clear: both;
}

.-m-2{
  margin: -0.5rem;
}

.-m-4{
  margin: -1rem;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-4{
  margin: 1rem;
}

.m-auto{
  margin: auto;
}

.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.\!ml-0{
  margin-left: 0px !important;
}

.\!mt-5{
  margin-top: 1.25rem !important;
}

.-me-4{
  margin-right: -1rem;
}

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

.-ml-px{
  margin-left: -1px;
}

.-mr-1{
  margin-right: -0.25rem;
}

.-mt-3{
  margin-top: -0.75rem;
}

.-mt-4{
  margin-top: -1rem;
}

.-mt-6{
  margin-top: -1.5rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.mb-24{
  margin-bottom: 6rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

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

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.me-0{
  margin-right: 0px;
}

.me-auto{
  margin-right: auto;
}

.ml-0{
  margin-left: 0px;
}

.ml-0\.5{
  margin-left: 0.125rem;
}

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

.ml-1\.5{
  margin-left: 0.375rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

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

.ml-auto{
  margin-left: auto;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-1\.5{
  margin-right: 0.375rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mr-auto{
  margin-right: auto;
}

.ms-0{
  margin-left: 0px;
}

.ms-7{
  margin-left: 1.75rem;
}

.ms-8{
  margin-left: 2rem;
}

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

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[2px\]{
  margin-top: 2px;
}

.mt-auto{
  margin-top: auto;
}

.box-border{
  box-sizing: border-box;
}

.box-content{
  box-sizing: content-box;
}

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

.\!block{
  display: block !important;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-row{
  display: table-row;
}

.flow-root{
  display: flow-root;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.\!size-10{
  width: 2.5rem !important;
  height: 2.5rem !important;
}

.size-full{
  width: 100%;
  height: 100%;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-32{
  height: 8rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

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

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

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

.h-\[var\(--ambrands-img-height\)\]{
  height: var(--ambrands-img-height);
}

.h-\[var\(--amshopby-category-slide-size\)\]{
  height: var(--amshopby-category-slide-size);
}

.h-am-latter{
  height: 32px;
}

.h-am-popup-content{
  height: 415px;
}

.h-auto{
  height: auto;
}

.h-fit{
  height: -webkit-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.max-h-48{
  max-height: 12rem;
}

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

.max-h-\[70vh\]{
  max-height: 70vh;
}

.max-h-\[75vh\]{
  max-height: 75vh;
}

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

.max-h-screen{
  max-height: 100vh;
}

.max-h-svh{
  max-height: 100svh;
}

.min-h-14{
  min-height: 3.5rem;
}

.min-h-80{
  min-height: 20rem;
}

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

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

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

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

.min-h-a11y{
  min-height: 2.75rem;
}

.min-h-full{
  min-height: 100%;
}

.w-0{
  width: 0px;
}

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

.w-1\/4{
  width: 25%;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-3\/4{
  width: 75%;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-4\/12{
  width: 33.333333%;
}

.w-40{
  width: 10rem;
}

.w-44{
  width: 11rem;
}

.w-5{
  width: 1.25rem;
}

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

.w-52{
  width: 13rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-7{
  width: 1.75rem;
}

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

.w-8{
  width: 2rem;
}

.w-8\/12{
  width: 66.666667%;
}

.w-9{
  width: 2.25rem;
}

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

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

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

.w-\[calc\(100\%-5rem\)\]{
  width: calc(100% - 5rem);
}

.w-\[var\(--ambrands-slider-max-width\)\]{
  width: var(--ambrands-slider-max-width);
}

.w-\[var\(--amshopby-category-slide-size\)\]{
  width: var(--amshopby-category-slide-size);
}

.w-am-latter{
  width: 32px;
}

.w-am-popup-content{
  width: 600px;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -webkit-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -webkit-max-content;
  width: max-content;
}

.w-screen{
  width: 100vw;
}

.min-w-0{
  min-width: 0px;
}

.min-w-16{
  min-width: 4rem;
}

.min-w-20{
  min-width: 5rem;
}

.min-w-40{
  min-width: 10rem;
}

.min-w-44{
  min-width: 11rem;
}

.min-w-48{
  min-width: 12rem;
}

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

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

.max-w-2xl{
  max-width: 42rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-\[100\%\]{
  max-width: 100%;
}

.max-w-\[25\%\]{
  max-width: 25%;
}

.max-w-\[30\%\]{
  max-width: 30%;
}

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

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

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

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

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

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

.max-w-\[90\%\]{
  max-width: 90%;
}

.max-w-\[var\(--ambrands-img-width\)\]{
  max-width: var(--ambrands-img-width);
}

.max-w-\[var\(--amshopby-category-slide-size\)\]{
  max-width: var(--amshopby-category-slide-size);
}

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

.max-w-md{
  max-width: 28rem;
}

.max-w-prose{
  max-width: 65ch;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-xl{
  max-width: 36rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-none{
  flex: none;
}

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

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

.shrink{
  flex-shrink: 1;
}

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

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

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

.basis-auto{
  flex-basis: auto;
}

.table-auto{
  table-layout: auto;
}

.border-collapse{
  border-collapse: collapse;
}

.origin-top-left{
  transform-origin: top left;
}

.\!-translate-y-1\/2{
  --tw-translate-y: -50% !important;
  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)) !important;
}

.-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-1\/4{
  --tw-translate-x: -25%;
  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-5{
  --tw-translate-x: -1.25rem;
  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));
}

.-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-2{
  --tw-translate-y: -0.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-8{
  --tw-translate-y: -2rem;
  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-full{
  --tw-translate-y: -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));
}

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

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

.translate-x-8{
  --tw-translate-x: 2rem;
  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));
}

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

.translate-y-1{
  --tw-translate-y: 0.25rem;
  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\/4{
  --tw-translate-y: 25%;
  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-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-50\%\]{
  --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-full{
  --tw-translate-y: 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-90{
  --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));
}

.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-45{
  --tw-rotate: 45deg;
  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-90{
  --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));
}

.rotate-\[0deg\]{
  --tw-rotate: 0deg;
  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));
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

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

.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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 ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-default{
  cursor: default;
}

.cursor-grab{
  cursor: grab;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
          user-select: none;
}

.resize-none{
  resize: none;
}

.resize{
  resize: both;
}

.list-inside{
  list-style-position: inside;
}

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

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

.appearance-none{
  -webkit-appearance: none;
          appearance: none;
}

.grid-flow-row{
  grid-auto-flow: row;
}

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

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

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

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

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

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

.grid-cols-\[1\.5fr_1fr\]{
  grid-template-columns: 1.5fr 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

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

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[0\.75rem\]{
  gap: 0.75rem;
}

.gap-x-1{
  column-gap: 0.25rem;
}

.gap-x-2{
  column-gap: 0.5rem;
}

.gap-x-4{
  column-gap: 1rem;
}

.gap-x-6{
  column-gap: 1.5rem;
}

.gap-x-7{
  column-gap: 1.75rem;
}

.gap-y-0{
  row-gap: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-self-end{
  justify-self: end;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

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

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

.overflow-x-hidden{
  overflow-x: hidden;
}

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

.overflow-x-clip{
  overflow-x: clip;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hyphens-auto{
  -webkit-hyphens: auto;
          hyphens: auto;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.text-nowrap{
  text-wrap: nowrap;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

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

.rounded-lg{
  border-radius: 0.5rem;
}

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

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

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-e-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-s-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

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

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

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

.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-b{
  border-bottom-width: 1px;
}

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

.border-l{
  border-left-width: 1px;
}

.border-l-0{
  border-left-width: 0px;
}

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

.border-l-4{
  border-left-width: 4px;
}

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

.border-t{
  border-top-width: 1px;
}

.border-t-0{
  border-top-width: 0px;
}

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

.border-none{
  border-style: none;
}

.border-\[\#28b1a8\]{
  --tw-border-opacity: 1;
  border-color: rgba(40, 177, 168, var(--tw-border-opacity, 1));
}

.border-\[\#e1e5ea\]{
  --tw-border-opacity: 1;
  border-color: rgba(225, 229, 234, var(--tw-border-opacity, 1));
}

.border-\[\#e3e7eb\]{
  --tw-border-opacity: 1;
  border-color: rgba(227, 231, 235, var(--tw-border-opacity, 1));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity, 1));
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity, 1));
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}

.border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity, 1));
}

.border-container{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

.border-container-darker{
  --tw-border-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-border-opacity, 1));
}

.border-container-lighter{
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
}

.border-current{
  border-color: currentColor;
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
}

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity, 1));
}

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity, 1));
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity, 1));
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity, 1));
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
}

.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgba(5, 37, 35, var(--tw-border-opacity, 1));
}

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity, 1));
}

.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.\!border-b-\[\#FF8400\]{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(255, 132, 0, var(--tw-border-opacity, 1)) !important;
}

.border-l-gray-900{
  --tw-border-opacity: 1;
  border-left-color: rgba(17, 24, 39, var(--tw-border-opacity, 1));
}

.\!bg-\[\#22978f\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 151, 143, var(--tw-bg-opacity, 1)) !important;
}

.\!bg-sky-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#22978f\]{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 151, 143, var(--tw-bg-opacity, 1));
}

.bg-\[\#E8364F\]{
  --tw-bg-opacity: 1;
  background-color: rgba(232, 54, 79, var(--tw-bg-opacity, 1));
}

.bg-\[\#f2f3f7\]{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 247, var(--tw-bg-opacity, 1));
}

.bg-\[\#f8f9fb\]{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 251, var(--tw-bg-opacity, 1));
}

.bg-\[\#f8fafc\]{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity, 1));
}

.bg-\[\#f9fafb\]{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.bg-\[\#fbfcfd\]{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 252, 253, var(--tw-bg-opacity, 1));
}

.bg-\[\#fff2e5\]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 242, 229, var(--tw-bg-opacity, 1));
}

.bg-\[var\(--ambrands-bg-color\)\]{
  background-color: var(--ambrands-bg-color);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}

.bg-black\/100{
  background-color: rgb(0, 0, 0);
}

.bg-black\/25{
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-black\/50{
  background-color: rgba(0, 0, 0, 0.5);
}

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

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity, 1));
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity, 1));
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity, 1));
}

.bg-container-darker{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.bg-container-lighter{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 229, 234, var(--tw-bg-opacity, 1));
}

.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity, 1));
}

.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity, 1));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity, 1));
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity, 1));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity, 1));
}

.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
}

.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity, 1));
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity, 1));
}

.bg-orange-custom{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 142, 40, var(--tw-bg-opacity, 1));
}

.bg-orangeD{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 132, 0, var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 190, 181, var(--tw-bg-opacity, 1));
}

.bg-primary-darker{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity, 1));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity, 1));
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity, 1));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity, 1));
}

.bg-opacity-100{
  --tw-bg-opacity: 1;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-emerald-500{
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-teal-500{
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}

.to-teal-600{
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-black\/20{
  fill: rgba(0, 0, 0, 0.2);
}

.fill-current{
  fill: currentColor;
}

.fill-primary{
  fill: #052523;
}

.fill-secondary-darker{
  fill: #052523;
}

.fill-white{
  fill: #fff;
}

.stroke-\[\#828d9e\]{
  stroke: #828d9e;
}

.stroke-current{
  stroke: currentColor;
}

.stroke-white{
  stroke: #fff;
}

.stroke-white\/75{
  stroke: rgba(255, 255, 255, 0.75);
}

.stroke-1{
  stroke-width: 1;
}

.stroke-\[3px\]{
  stroke-width: 3px;
}

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

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

.object-center{
  object-position: center;
}

.\!p-0{
  padding: 0px !important;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 2rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

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

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[var\(--ambrands-slider-padding\)\]{
  padding-left: var(--ambrands-slider-padding);
  padding-right: var(--ambrands-slider-padding);
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}

.\!pb-0{
  padding-bottom: 0px !important;
}

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

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

.pb-0{
  padding-bottom: 0px;
}

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

.pb-10{
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

.pb-5{
  padding-bottom: 1.25rem;
}

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

.pb-7{
  padding-bottom: 1.75rem;
}

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

.pe-2{
  padding-right: 0.5rem;
}

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

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

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

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

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

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

.pl-5{
  padding-left: 1.25rem;
}

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

.pl-9{
  padding-left: 2.25rem;
}

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

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

.pr-12{
  padding-right: 3rem;
}

.pr-2{
  padding-right: 0.5rem;
}

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

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

.pt-0{
  padding-top: 0px;
}

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

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

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

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

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

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

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

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

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

.pt-full{
  padding-top: 100%;
}

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

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

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

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

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

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.font-sans{
  font-family: Lato, Helvetica Neue, Arial, sans-serif;
}

.\!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-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[0\.9375rem\]{
  font-size: 0.9375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[length\:var\(--ambrands-text-size\)\]{
  font-size: var(--ambrands-text-size);
}

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

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

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

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

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

.text-xxs{
  font-size: .575rem;
}

.\!font-bold{
  font-weight: 700 !important;
}

.\!font-extrabold{
  font-weight: 800 !important;
}

.font-black{
  font-weight: 900;
}

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

.font-extrabold{
  font-weight: 800;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-\[26px\]{
  line-height: 26px;
}

.leading-\[36px\]{
  line-height: 36px;
}

.leading-\[48px\]{
  line-height: 48px;
}

.leading-\[var\(--ambrands-img-width\)\]{
  line-height: var(--ambrands-img-width);
}

.leading-none{
  line-height: 1;
}

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

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

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-\[\#052523\]{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.text-\[\#28b1a8\]{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

.text-\[\#747c88\]{
  --tw-text-opacity: 1;
  color: rgba(116, 124, 136, var(--tw-text-opacity, 1));
}

.text-\[\#828D9E\]{
  --tw-text-opacity: 1;
  color: rgba(130, 141, 158, var(--tw-text-opacity, 1));
}

.text-\[\#828e9e\]{
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

.text-\[\#979da5\]{
  --tw-text-opacity: 1;
  color: rgba(151, 157, 165, var(--tw-text-opacity, 1));
}

.text-\[\#E8364F\]{
  --tw-text-opacity: 1;
  color: rgba(232, 54, 79, var(--tw-text-opacity, 1));
}

.text-\[color\:var\(--ambrands-text-color\)\]{
  color: var(--ambrands-text-color);
}

.text-amfaq_gray{
  --tw-text-opacity: 1;
  color: rgba(87, 87, 102, var(--tw-text-opacity, 1));
}

.text-amsb_graystarts{
  --tw-text-opacity: 1;
  color: rgba(203, 213, 224, var(--tw-text-opacity, 1));
}

.text-amsb_yellowstars{
  --tw-text-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-text-opacity, 1));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity, 1));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity, 1));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity, 1));
}

.text-cornflower-100{
  --tw-text-opacity: 1;
  color: rgba(131, 146, 167, var(--tw-text-opacity, 1));
}

.text-current{
  color: currentColor;
}

.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity, 1));
}

.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity, 1));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity, 1));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity, 1));
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity, 1));
}

.text-inherit{
  color: inherit;
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.text-orange-400{
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity, 1));
}

.text-orange-custom{
  --tw-text-opacity: 1;
  color: rgba(239, 142, 40, var(--tw-text-opacity, 1));
}

.text-orangeD{
  --tw-text-opacity: 1;
  color: rgba(255, 132, 0, var(--tw-text-opacity, 1));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.text-primary-darker{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.text-primary-lighter{
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

.text-red{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity, 1));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

.text-secondary-darker{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity, 1));
}

.text-slate-600{
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity, 1));
}

.text-teal-500{
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity, 1));
}

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

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity, 1));
}

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

.line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.placeholder-\[\#052523\]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-placeholder-opacity, 1));
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-75{
  opacity: 0.75;
}

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

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline-0{
  outline-width: 0px;
}

.outline-offset-0{
  outline-offset: 0px;
}

.outline-offset-2{
  outline-offset: 2px;
}

.outline-primary{
  outline-color: #052523;
}

.ring{
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.\!ring-secondary-darker{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(5, 37, 35, var(--tw-ring-opacity, 1)) !important;
}

.ring-\[\#cacfd8\]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 207, 216, var(--tw-ring-opacity, 1));
}

.ring-blue-500\/50{
  --tw-ring-color: rgba(59, 130, 246, 0.5);
}

.ring-primary\/50{
  --tw-ring-color: rgba(5, 37, 35, 0.5);
}

.ring-primary\/75{
  --tw-ring-color: rgba(5, 37, 35, 0.75);
}

.ring-red-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity, 1));
}

.ring-teal-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity, 1));
}

.ring-offset-2{
  --tw-ring-offset-width: 2px;
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition-\[left\2c top\]{
  transition-property: left,top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[right\2c top\]{
  transition-property: right,top;
  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, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  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-100{
  transition-duration: 100ms;
}

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

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

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

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

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

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

.page-footer .footer.content .grid ul li + li {
  margin-top: 4px !important;
}

.page-footer .footer.content .grid ul a{
  --tw-text-opacity: 1;
  color: rgba(72, 81, 96, var(--tw-text-opacity, 1));
}

.page-footer .footer.content .grid ul a:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

/* Liens désactivés (non connecté) */

.page-footer .footer.content .grid ul li.opacity-60 {
  opacity: 0.4 !important;
  cursor: not-allowed;
}

.page-footer .footer.content .border-t.border-black,
    .page-footer .footer.content [class*="border-black"] {
  border-color: #e2e5ea !important;
}

/* Responsive footer */

@media (max-width: 1024px) {
  .page-footer .footer.content {
    /* Footer accordéons mobile */
    /* Copyright : texte à gauche, icônes paiement à droite */
  }

  .page-footer .footer.content .grid.grid-cols-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  @media (max-width: 640px) {
    .page-footer .footer.content .grid.grid-cols-2 {
      padding-left: 0;
      padding-right: 0;
      grid-template-columns: 1fr
    }
  }

  .page-footer .footer.content .footer-france {
    display: none;
  }

  @media (max-width: 767px) {
    .page-footer .footer.content .footer-info-block {
      margin-bottom: 30px;
      padding: 0 0 35px 0;
      border-bottom: 1px solid #e3e5e9
    }
  }

  @media (max-width: 640px) {
    .page-footer .footer.content .footer-info-block .logo img {
      max-width: 200px;
    }
  }

  @media (max-width: 768px) {
    .page-footer .footer.content .footer-newsletter-block {
      padding: 0;
      margin-bottom: -15px
    }
  }

  @media (max-width: 640px) {
    .page-footer .footer.content .footer-accordion {
      border-bottom: 1px solid #e3e5e9;
      padding-bottom: 12px;
    }

    .page-footer .footer.content .footer-accordion-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
    }

    .page-footer .footer.content .footer-accordion-chevron {
      display: block;
      transition: transform 0.2s ease;
      color: #828D9E;
    }

    .page-footer .footer.content .footer-accordion-content {
      overflow: hidden;
    }
  }

  .page-footer .footer.content .footer-links-container {
    padding: 30px 0;
  }

  @media (max-width: 640px) {
    .page-footer .footer.content .footer-links-container {
      padding: 12px 0
    }
  }

  .page-footer .footer.content .footer-copyright-bar {
    margin-left: 15px;
    margin-right: 15px;
    padding: 1rem;
  }

  @media (max-width: 640px) {
    .page-footer .footer.content .footer-copyright-bar {
      margin-left: 0;
      margin-right: 0;
      padding: 1rem 0;
      border-top: none !important
    }
  }

  .page-footer .footer.content .footer-copyright-bar > div {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    grid-gap: 0;
    gap: 0;
  }

  @media (max-width: 640px) {
    .page-footer .footer.content .footer-copyright-bar > div {
      grid-template-columns: 1fr;
      display: block
    }
  }

  .page-footer .footer.content .footer-copyright-bar > div > div:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  .page-footer .footer.content .footer-copyright-bar > div > ul {
    grid-column: 1;
    grid-row: 2;
    gap: 0.25rem;
  }

  .page-footer .footer.content .footer-copyright-bar > div > div:last-child {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
  }
}

/*
 * Pages sans bordure top sur le footer
 * Ajouter les body classes ici séparées par des virgules
 */

body.cms-home .page-footer .footer.content > [class~="container"]:first-child,
    body.cms-home .page-footer .footer.content > [class~="bg-white"] > .border-t:first-child,
    body.cms-home-logged .page-footer .footer.content > [class~="container"]:first-child,
    body.cms-home-logged .page-footer .footer.content > [class~="bg-white"] > .border-t:first-child,
    body.cms-notre-offre .page-footer .footer.content > [class~="container"]:first-child,
    body.cms-notre-offre .page-footer .footer.content > [class~="bg-white"] > .border-t:first-child,
    body.cms-notre-histoire .page-footer .footer.content > [class~="container"]:first-child,
    body.cms-notre-histoire .page-footer .footer.content > [class~="bg-white"] > .border-t:first-child,
    body.cms-offre-groupement .page-footer .footer.content > [class~="container"]:first-child,
    body.cms-offre-groupement .page-footer .footer.content > [class~="bg-white"] > .border-t:first-child,
    body.customer-account-login .page-footer .footer.content > [class~="container"]:first-child,
    body.customer-account-login .page-footer .footer.content > [class~="bg-white"] > .border-t:first-child,
    body.customer-account-logoutsuccess .page-footer .footer.content > [class~="container"]:first-child,
    body.customer-account-logoutsuccess .page-footer .footer.content > [class~="bg-white"] > .border-t:first-child,
    body.checkout-onepage-success .page-footer .footer.content > [class~="container"]:first-child,
    body.checkout-onepage-success .page-footer .footer.content > [class~="bg-white"] > .border-t:first-child,
    body.cms-noroute-index .page-footer .footer.content > [class~="container"]:first-child,
    body.cms-noroute-index .page-footer .footer.content > [class~="bg-white"] > .border-t:first-child,
    body.customer-account-forgotpassword .page-footer .footer.content > [class~="container"]:first-child,
    body.customer-account-forgotpassword .page-footer .footer.content > [class~="bg-white"] > .border-t:first-child,
    body.customer-account-createpassword .page-footer .footer.content > [class~="container"]:first-child,
    body.customer-account-createpassword .page-footer .footer.content > [class~="bg-white"] > .border-t:first-child,
    body.contact-index-index .page-footer .footer.content > [class~="container"]:first-child,
    body.contact-index-index .page-footer .footer.content > [class~="bg-white"] > .border-t:first-child,
    body.account .page-footer .footer.content > [class~="container"]:first-child,
    body.account .page-footer .footer.content > [class~="bg-white"] > .border-t:first-child {
  border-top: none !important;
}

/* Footer payment icons mobile */

@media (max-width: 640px) {
  .footer-payment-icons {
    margin-top: 15px;
  }
}

/* Footer main container mobile */

@media (max-width: 640px) {
  .footer-main-container {
    padding-top: 35px;
  }
}

/* Newsletter masquée (guest) → virer border/padding du footer-links-container en mobile */

@media (max-width: 767px) {
  .page-footer .footer-links-container:first-child,
    .page-footer .footer.content > div:not(:has(.footer-newsletter-block)) .footer-links-container {
    border-top: none;
    padding-top: 0 !important;
  }
}

/* Footer links grid mobile */

@media (max-width: 640px) {
  .footer-links-grid {
    gap: 12px;
  }
}

/* Chevron accordéon footer : masqué par défaut */

.footer-accordion-chevron {
  display: none;
}

/* Desktop/tablette : contenu accordéon footer toujours visible */

@media (min-width: 640px) {
  .footer-accordion-content {
    display: block !important;
  }
}

/* Header Styles */

.market-product-grid-wrapper #header.flex {
  display: block;
  transform: none;
}

#header{
  position: relative;
  z-index: 30;
  width: 100%;
}

.faq-question-view .sidebar-additional #header:has(#amfaq_search), .faq-category-view .sidebar-additional #header:has(#amfaq_search) {
  display: none;
}

#header {
  height: 72px;
  display: flex;
  align-items: center;
  background: #FFF;
}

.market-product-grid-wrapper #header .header-container.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative#header .header-container {
  display: block;
  transform: none;
}

#header .header-container{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  display: flex;
  width: 100%;
  max-width: 1230px;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header .header-container {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .sidebar-additional #header .header-container:has(#amfaq_search), .faq-category-view .sidebar-additional #header .header-container:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > #header .header-container.border-container, .faq-category-view .question_view > #header .header-container.border-container {
  display: none;
}

@media not all and (min-width: 1024px){
  #header .header-container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  #header .header-container{
    gap: 1.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1280px) {
  #header .header-container {
    gap: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%
  }
}

@media (max-width: 1024px) {
  #header .header-container {
    gap: 0
  }
}

@media (max-width: 640px) {
  #header .header-container {
    padding-left: 15px !important;
    padding-right: 15px !important
  }
}

#header .logo img {
  height: 45px;
  max-height: 45px;
  object-fit: contain;
}

@media (min-width: 640px) and (max-width: 1024px) {
  #header .logo img {
    height: 40px;
    max-height: 40px
  }
}

@media (max-width: 640px) {
  #header .logo img {
    height: 38px;
    max-height: 38px;
    max-width: 190px
  }
}

#header .search-wrapper{
  display: none;
  flex: 1 1 0%;
}

@media (min-width: 640px){
  #header .search-wrapper{
    display: block;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  #header .search-wrapper {
    margin-left: 20px;
    margin-right: 20px
  }
}

/* Search form hover styles */

#header #search_mini_form:hover #search:not(:focus) {
  border-color: #A8AEB8;
}

#header #search:focus {
  box-shadow: 0 0 0 1px #28b1a8;
  border-color: #28b1a8;
}

#header .advsearch-input-spinner {
  width: 17px;
  height: 17px;
  color: #28b1a8;
  animation: advsearch-spin 0.7s linear infinite;
  position: relative;
  top: 2px;
}

@keyframes advsearch-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Hide browser native search clear button */

#header #search::-webkit-search-cancel-button,
    #header #search::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.market-product-grid-wrapper .relative#header .header-actions {
  display: block;
  transform: none;
}

#header .header-actions{
  order: 3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header .header-actions {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #header .header-actions.border-container, .faq-category-view .question_view > #header .header-actions.border-container {
  display: none;
}

@media not all and (min-width: 1024px){
  #header .header-actions{
    margin-left: auto;
  }
}

@media (min-width: 1024px){
  #header .header-actions{
    gap: 0.5rem;
  }
}

.market-product-grid-wrapper #header .cart-button.flex {
  display: block;
  transform: none;
}

#header .cart-button{
  position: relative;
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.25rem;
  outline-offset: 2px;
}

@media (max-width: 640px) {
  #header .cart-button {
    margin-left: -5px
  }
}

#header .cart-icon{
  height: 1.75rem;
  width: 1.75rem;
  fill: #052523;
}

@media (max-width: 640px) {
  #header .cart-icon {
    height: 1.5rem;
    width: 1.5rem
  }
}

#header .cart-badge{
  position: absolute;
  top: -0px;
  right: -0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  font-size: .575rem;
  font-weight: 800;
  text-transform: uppercase;
  --tw-numeric-spacing: tabular-nums;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

/* Advanced Search Panel — same shell as .megamenu */

#header .advsearch-panel{
  position: absolute;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content #header .advsearch-panel > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content #header .advsearch-panel > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content #header .advsearch-panel > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content #header .advsearch-panel > .border-t:first-child {
  border-top: none;
}

#header .advsearch-panel {
  top: 100%;
  left: 50%;
  width: 100%;
  max-width: 1250px;
  transform: translateX(-50%) !important;
}

@media (max-width: 1230px) {
  #header .advsearch-panel {
    border-left: 0 !important;
    border-right: 0 !important
  }
}

@media (max-width: 1024px) {
  #header .advsearch-panel {
    left: 0;
    transform: none !important;
    max-width: 100%;
    border-radius: 0
  }
}

#header .advsearch-panel{
  transition: none !important;
  animation: none !important;
  border: 1px solid #e6e7eb;
  border-radius: 0 0 0.5rem 0.5rem;
  margin: 0;
  box-shadow: inset 0 8px 8px -6px rgba(0, 0, 0, 0.05), 0 10px 20px -10px rgba(0, 0, 0, 0.1), 5px 5px 10px 0px rgba(0, 0, 0, .025), -5px 5px 10px 0px rgba(0, 0, 0, .025);
  overflow: hidden;
}

#header .advsearch-panel .advsearch-layout {
  position: relative;
}

#header .advsearch-panel .advsearch-sidebar{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .advsearch-panel .advsearch-sidebar.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .advsearch-panel .advsearch-sidebar.leading-tight.text-black + svg{
  right: -2rem;
}

#header .advsearch-panel .advsearch-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #header .advsearch-panel .advsearch-sidebar {
    display: none
  }
}

#header .advsearch-panel .advsearch-sidebar-inner {
  padding: 20px 30px 15px 30px;
  height: 100%;
  overflow-y: auto;
}

/* Gap between sidebar sections */

#header .advsearch-panel .advsearch-section ~ .advsearch-section {
  margin-top: 15px;
}

/* SimpleBar styling */

#header .advsearch-panel .advsearch-sidebar .simplebar-scrollbar::before {
  background-color: #e2e5ea;
  border-radius: 10px;
}

#header .advsearch-panel .advsearch-sidebar .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

#header .advsearch-panel .advsearch-sidebar .simplebar-track.simplebar-vertical {
  width: 10px;
  right: 5px;
  top: 10px;
  bottom: 10px;
  background: transparent;
}

#header .advsearch-panel .advsearch-sidebar-title,
        #header .advsearch-panel .advsearch-products-title {
  font-weight: 700;
  letter-spacing: 0;
  color: #052523;
  margin: 0;
  font-size: 17px;
  text-transform: none;
  line-height: 1.5;
}

#header .advsearch-panel .advsearch-sidebar-title {
  margin-bottom: 10px;
}

#header .advsearch-panel .advsearch-products-title {
  margin-bottom: 0;
}

.market-product-grid-wrapper .relative#header .advsearch-panel .advsearch-sidebar-link {
  display: block;
  transform: none;
}

#header .advsearch-panel .advsearch-sidebar-link{
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header .advsearch-panel .advsearch-sidebar-link {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #header .advsearch-panel .advsearch-sidebar-link.border-container, .faq-category-view .question_view > #header .advsearch-panel .advsearch-sidebar-link.border-container {
  display: none;
}

#header .advsearch-panel .advsearch-sidebar-link {
  justify-content: flex-start;
  padding: 0;
  color: #052523;
  letter-spacing: 0;
  font-size: 15px;
}

#header .advsearch-panel .advsearch-sidebar-link:hover {
  background: none;
  color: #27b1a8;
}

#header .advsearch-panel .advsearch-sidebar-count {
  flex-shrink: 0;
  margin-left: 5px;
  font-size: 13px;
  padding: 0 5px;
  border-radius: 4px;
  line-height: 17px;
  background: #f3f4f5;
  color: #052523;
}

#header .advsearch-panel .advsearch-products{
  flex: 1 1 0%;
  padding: 20px 30px 15px 30px;
}

#header .advsearch-panel .advsearch-products.has-sidebar {
  margin-left: 25%;
  border-left: 1px solid #e6e7eb;
}

@media (max-width: 1024px) {
  #header .advsearch-panel .advsearch-products.has-sidebar {
    margin-left: 0;
    border-left: none
  }
}

@media (max-width: 640px) {
  #header .advsearch-panel .advsearch-products {
    padding: 10px 15px
  }

  #header .advsearch-panel .advsearch-products li {
    width: 100% !important;
  }

  #header .advsearch-panel .advsearch-products .advsearch-product-link {
    padding: 5px 0;
  }
}

.market-product-grid-wrapper .relative#header .advsearch-panel .advsearch-product-link {
  display: block;
  transform: none;
}

#header .advsearch-panel .advsearch-product-link{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.25rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header .advsearch-panel .advsearch-product-link {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #header .advsearch-panel .advsearch-product-link.border-container, .faq-category-view .question_view > #header .advsearch-panel .advsearch-product-link.border-container {
  display: none;
}

#header .advsearch-panel .advsearch-product-link {
  padding: 6px 8px;
}

#header .advsearch-panel .advsearch-product-link:hover {
  background: #fcfcfd;
  box-shadow: 0 0 0 1px #f4f4f4;
}

@media (max-width: 640px) {
  #header .advsearch-panel .advsearch-product-link:hover {
    background: none;
    box-shadow: none
  }
}

.market-product-grid-wrapper #header .advsearch-panel .advsearch-product-thumb.flex {
  display: block;
  transform: none;
}

#header .advsearch-panel .advsearch-product-thumb{
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.25rem;
  width: 48px;
  height: 48px;
  border: 1px solid #e6e7eb;
  background: #f9fafb;
}

#header .advsearch-panel .advsearch-product-thumb img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.faq-question-view .sidebar-additional #header .advsearch-panel .advsearch-product-thumb img:has(#amfaq_search), .faq-category-view .sidebar-additional #header .advsearch-panel .advsearch-product-thumb img:has(#amfaq_search) {
  display: none;
}

#header .advsearch-panel .advsearch-product-thumb:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #fcfcfd;
  mix-blend-mode: darken;
  border-radius: 8px;
}

#header .advsearch-panel .advsearch-product-name{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  color: #052523;
  max-width: 24rem;
}

#header .advsearch-panel .advsearch-product-link:hover .advsearch-product-name {
  color: #052523;
}

#header .advsearch-panel .advsearch-product-link:hover .advsearch-product-thumb {
  border-color: #d7dbe1;
}

#header .advsearch-panel .advsearch-product-meta {
  font-size: 13px;
  color: #abb3c0;
  margin-top: 0;
  gap: 1px;
  font-weight: 500;
}

#header .advsearch-panel .advsearch-product-price {
  flex-shrink: 0;
  text-align: right;
  line-height: 1.1;
}

.market-product-grid-wrapper .relative#header .advsearch-panel .advsearch-price-old-row {
  display: block;
  transform: none;
}

#header .advsearch-panel .advsearch-price-old-row{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header .advsearch-panel .advsearch-price-old-row {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #header .advsearch-panel .advsearch-price-old-row.border-container, .faq-category-view .question_view > #header .advsearch-panel .advsearch-price-old-row.border-container {
  display: none;
}

#header .advsearch-panel .advsearch-price-old-row {
  gap: 4px;
}

#header .advsearch-panel .advsearch-badge-remise{
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  font-size: 10px;
  padding: 2px 3px;
  margin-bottom: 0;
  font-weight: 800;
  border-radius: 4px;
}

#header .advsearch-panel .advsearch-price-final {
  font-size: 15px;
  font-weight: 800;
  color: #f34832;
  line-height: 1.2;
}

#header .advsearch-panel .advsearch-price-old {
  font-size: 11px;
  color: #052523;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  line-height: 1.1;
  font-weight: 700;
  display: none;
  /* test d'affichage */
}

#header .advsearch-panel .advsearch-see-all {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #052523;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e2e5ea;
}

#header .advsearch-panel .advsearch-see-all:hover,
            #header .advsearch-panel .advsearch-see-all button:hover {
  color: #052523;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

#header .advsearch-panel .advsearch-bureautique-opt {
  border-top: 1px solid #e2e5ea;
  padding: 0.4rem 1rem;
  font-size: 11px;
  color: #9ca3af;
}

#header .advsearch-panel .advsearch-bureautique-opt .advsearch-bureautique-check {
  width: 11px;
  height: 11px;
  accent-color: #28b1a8;
  cursor: pointer;
}

/* Product mode header (title + toggle) */

#header .advsearch-products-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

#header .advsearch-products-header .advsearch-products-title {
  margin-bottom: 0;
}

/* Toggle switch: Pharma [--o--] Bureautique */

#header .advsearch-mode-switch {
  display: flex;
  align-items: stretch;
  gap: 8px;
  background: #f8f9fa;
  padding: 5px 15px;
  border-radius: 50px;
  align-content: center;
  justify-content: center;
}

#header .advsearch-mode-label {
  font-size: 13px;
  font-weight: 600;
  color: #829291;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#header .advsearch-mode-label.active {
  color: #052523;
}

#header .advsearch-toggle-track {
  position: relative;
  width: 36px;
  height: 20px;
  border-radius: 10px;
  background: #28b1a8;
  border: none;
  cursor: pointer;
  padding: 0;
}

#header .advsearch-toggle-track.is-bureautique {
  background: #6366f1;
}

#header .advsearch-toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
  transition: left 0.15s ease;
}

#header .advsearch-toggle-track.is-bureautique .advsearch-toggle-thumb {
  left: 19px;
}

#header .advsearch-no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 30px 15px;
  text-align: center;
  color: #828e9e;
  font-size: 16px;
}

#header .advsearch-no-results p {
  font-size: 16px;
  font-weight: 500;
}

#header .advsearch-no-results-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 15px;
  font-weight: 600;
  color: #28b1a8;
  margin-top: -6px;
}

#header .advsearch-no-results-switch svg {
  position: relative;
  margin-top: 3px;
}

#header .advsearch-no-results-switch:hover,
    #header .advsearch-no-results-switch:hover span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

#header .advsearch-no-results-icon {
  width: 32px;
  height: 32px;
  color: #828e9e;
}

/* Navigation Menu */

.market-product-grid-wrapper .relative#header .navigation {
  display: block;
  transform: none;
}

#header .navigation{
  z-index: 20;
  display: flex;
  align-self: stretch;
}

.faq-question-view .question_view > #header .navigation.border-container, .faq-category-view .question_view > #header .navigation.border-container {
  display: none;
}

#header .navigation > div, #header .navigation [class^="menu-item-"], #header .navigation .level-0 {
  display: flex;
  align-self: stretch;
  align-items: center;
}

@media (min-width: 1024px) {
  #header .navigation #navdesktop, #header .navigation #navdesktop > ul {
    display: flex;
    align-self: stretch;
    align-items: center;
  }
}

#header .navigation #navdesktop .btn {
  display: inline-block;
}

.market-product-grid-wrapper .relative#header .navigation #navdesktop > ul {
  display: block;
  transform: none;
}

#header .navigation #navdesktop > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header .navigation #navdesktop > ul {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #header .navigation #navdesktop > ul.border-container, .faq-category-view .question_view > #header .navigation #navdesktop > ul.border-container {
  display: none;
}

#header .navigation #navdesktop > ul > li .menu-item-label{
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
}

#header .navigation #navdesktop > ul > li .menu-item-label .level-0{
  width: 100%;
  font-weight: 700;
}

.faq-question-view .sidebar-additional #header .navigation #navdesktop > ul > li .menu-item-label .level-0:has(#amfaq_search), .faq-category-view .sidebar-additional #header .navigation #navdesktop > ul > li .menu-item-label .level-0:has(#amfaq_search) {
  display: none;
}

#header .navigation #navdesktop > ul > li .menu-item-label .level-0 {
  padding-left: 10px;
  padding-right: 10px;
}

#header .navigation #navdesktop > ul > li:first-child .menu-item-label .level-0 {
  padding-left: 0;
}

#header .navigation #navdesktop > ul > li:last-child .menu-item-label .level-0 {
  padding-right: 0;
}

#header .navigation #navdesktop .close-menu-mobile{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
  display: none;
}

@media not all and (min-width: 1024px){
  #header .navigation #navdesktop .close-menu-mobile{
    display: block;
  }
}

/* Menu Items */

.market-product-grid-wrapper .relative#header .navigation .menu-item-label {
  display: block;
  transform: none;
}

#header .navigation .menu-item-label{
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header .navigation .menu-item-label {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #header .navigation .menu-item-label.border-container, .faq-category-view .question_view > #header .navigation .menu-item-label.border-container {
  display: none;
}

#header .navigation .menu-item-promotions .menu-item-label a, #header .navigation .menu-item-static .menu-item-label a{
  font-weight: 700;
}

/* Static menu items (logged out) - direct links without .menu-item-label */

#header .navigation .menu-item-static > a{
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}

#header .navigation .menu-item-static > a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

[data-content-type='row'] h2#header .navigation .menu-item-static > a:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#header .navigation .menu-item-static:first-child > a {
  padding-left: 0;
}

#header .navigation .menu-item-static:last-child > a {
  padding-right: 0;
}

/* Uniform hover style for all menu items */

#header .navigation #navdesktop > ul > li .menu-item-label span:hover, #header .navigation #navdesktop > ul > li .menu-item-label a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

[data-content-type='row'] h2#header .navigation #navdesktop > ul > li .menu-item-label span:hover,[data-content-type='row'] h2 #header .navigation #navdesktop > ul > li .menu-item-label a:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

/* Mega Menu */

#header .navigation .megamenu{
  position: absolute;
  top: 100%;
  left: 50%;
  right: 0px;
  z-index: 50;
  width: 1250px;
  max-width: 100%;
  --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));
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content #header .navigation .megamenu > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content #header .navigation .megamenu > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content #header .navigation .megamenu > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content #header .navigation .megamenu > .border-t:first-child {
  border-top: none;
}

#header .navigation .megamenu {
  border-color: rgb(230, 231, 235);
  transition: none !important;
  transform: translateX(-50%) !important;
  animation: none !important;
  box-shadow: inset 0 8px 8px -6px rgba(0, 0, 0, 0.05), 0 10px 20px -10px rgba(0, 0, 0, 0.1), 5px 5px 10px 0px rgba(0, 0, 0, .025), -5px 5px 10px 0px rgba(0, 0, 0, .025);
  border: 1px solid #e6e7eb;
}

#header .navigation .megamenu.megamenu-categories{
  min-height: 400px;
}

#header .navigation .megamenu .megamenu-content {
  padding: 20px;
}

.market-product-grid-wrapper .relative#header .navigation .megamenu .megamenu-inner {
  display: block;
  transform: none;
}

#header .navigation .megamenu .megamenu-inner{
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.faq-question-view .question_view > #header .navigation .megamenu .megamenu-inner.border-container, .faq-category-view .question_view > #header .navigation .megamenu .megamenu-inner.border-container {
  display: none;
}

/* Category Menu */

#header .navigation .category-menu-container{
  min-width: 0px;
  flex: 1 1 0%;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .market-product-grid-wrapper #header .navigation .category-menu-container.relative {
    display: block;
    transform: none;
  }

  #header .navigation .category-menu-container{
    display: flex;
  }
}

#header .navigation .category-menu-container .mobile-menu-back{
  display: none;
}

@media not all and (min-width: 1024px){
  #header .navigation .category-menu-container .mobile-menu-back{
    display: block;
  }
}

#header .navigation .category-menu-left .main-categories{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content #header .navigation .category-menu-left .main-categories > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content #header .navigation .category-menu-left .main-categories > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content #header .navigation .category-menu-left .main-categories > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content #header .navigation .category-menu-left .main-categories > .border-t:first-child {
  border-top: none;
}

@media not all and (min-width: 768px){
  #header .navigation .category-menu-left .main-categories{
    width: 100%;
  }
}

@media (min-width: 768px){
  #header .navigation .category-menu-left .main-categories{
    width: 200px;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

#header .navigation .category-menu-left .main-categories {
  font-size: 16px;
  box-shadow: 0 5px 8px -5px rgba(0, 0, 0, 0.1);
}

.market-product-grid-wrapper .relative#header .navigation .category-menu-left .main-categories .item-main-category {
  display: block;
  transform: none;
}

#header .navigation .category-menu-left .main-categories .item-main-category{
  display: block;
  display: flex;
  justify-content: space-between;
  color: inherit;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

[data-content-type$='block'] #header .navigation .category-menu-left .main-categories .item-main-category p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.faq-question-view .question_view > #header .navigation .category-menu-left .main-categories .item-main-category.border-container, .faq-category-view .question_view > #header .navigation .category-menu-left .main-categories .item-main-category.border-container {
  display: none;
}

#header .navigation .category-menu-left .main-categories .item-main-category:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 251, 251, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header .navigation .category-menu-left .main-categories .item-main-category {
  border-radius: 0;
  padding: 3px 15px;
  font-weight: 700;
}

/* Non-selected items (JS adds .active to all except hovered) */

#header .navigation .category-menu-left .main-categories .item-main-category.active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content #header .navigation .category-menu-left .main-categories .item-main-category.active > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content #header .navigation .category-menu-left .main-categories .item-main-category.active > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content #header .navigation .category-menu-left .main-categories .item-main-category.active > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content #header .navigation .category-menu-left .main-categories .item-main-category.active > .border-t:first-child {
  border-top: none;
}

#header .navigation .category-menu-left .main-categories .item-main-category.active {
  font-weight: 500;
}

#header .navigation .category-menu-left .main-categories .item-main-category.active::after {
  display: none;
}

#header .navigation .category-menu-right{
  min-width: 0px;
  flex: 1 1 0%;
}

#header .navigation .category-menu-right #category-details-container{
  width: 100%;
}

.faq-question-view .sidebar-additional #header .navigation .category-menu-right #category-details-container:has(#amfaq_search), .faq-category-view .sidebar-additional #header .navigation .category-menu-right #category-details-container:has(#amfaq_search) {
  display: none;
}

/* Category Details */

#header .navigation .level4-category-direct h4{
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#header .navigation .level4-category-direct h4 a{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header .navigation .level4-category-direct h4 a {
    align-items: center;
    gap: 10px;
  }
}

#header .navigation .level4-category-direct h4 a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header .navigation .level4-category-direct h4 a:hover::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 2px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g><path class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

/* Services (catégorie 6780) : masquer les flèches au hover */

#header .navigation #category-details-6780 .level4-category-direct h4 a:hover::after {
  display: none !important;
}

#header .navigation .level4-category{
  margin-bottom: 0.5rem;
}

#header .navigation .level4-category .level4-category-header a{
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header .navigation .level4-category .level4-category-header a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.am-filter-state .filter-options-title span#header .navigation .level4-category .level4-category-header a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a#header .navigation .level4-category .level4-category-header a {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .navigation .level4-category .level4-category-header a.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .navigation .level4-category .level4-category-header a.leading-tight.text-black + svg{
  right: -2rem;
}

#header .navigation .level4-category .level4-category-header a:hover{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

#header .navigation .level4-category > ul{
  margin-top: 0.5rem;
  margin-left: 0.75rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
}

#header .navigation .level5-category > div[class~="cursor-pointer"] {
  display: flex;
  align-items: flex-start;
}

.market-product-grid-wrapper #header .navigation .level5-category .item-level-5.flex {
  display: block;
  transform: none;
}

#header .navigation .level5-category .item-level-5{
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header .navigation .level5-category .item-level-5 {
    align-items: center;
    gap: 10px;
  }
}

body.account .card #header .navigation .level5-category .item-level-5 {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

body.account .card #header .navigation .level5-category .item-level-5 svg {
  width: 20px;
  height: 20px;
}

#header .navigation .level5-category .item-level-5 {
  width: 13px;
  min-height: 20px;
  padding-right: 3px;
  top: 1px;
}

#header .navigation .level5-category .item-level-5:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2#header .navigation .level5-category .item-level-5:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#header .navigation .level5-category .item-level-5.active{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2#header .navigation .level5-category .item-level-5.active{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#header .navigation .level5-category .item-level-5 svg {
  width: 10px;
  height: 10px;
}

#header .navigation .level5-category a{
  display: block;
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header .navigation .level5-category a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .navigation .level5-category a.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .navigation .level5-category a.leading-tight.text-black + svg{
  right: -2rem;
}

#header .navigation .level5-category a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header .navigation .level5-category a {
  font-weight: 500;
}

#header .navigation .level5-category > ul{
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(104, 111, 122, var(--tw-text-opacity, 1));
}

#header .navigation .level6-category a, #header .navigation .level7-category a, #header .navigation .level8-category a{
  display: block;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(104, 111, 122, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header .navigation .level6-category a p:last-child,[data-content-type$='block']  #header .navigation .level7-category a p:last-child,[data-content-type$='block']  #header .navigation .level8-category a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header .navigation .level6-category a:hover, #header .navigation .level7-category a:hover, #header .navigation .level8-category a:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#header .navigation .level6-category > ul, #header .navigation .level7-category > ul, #header .navigation .level8-category > ul{
  margin-top: 0.125rem;
  margin-left: 0.5rem;
}

#header .navigation .level6-category > ul > :not([hidden]) ~ :not([hidden]), #header .navigation .level7-category > ul > :not([hidden]) ~ :not([hidden]), #header .navigation .level8-category > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

/* Services Menu */

#header .navigation .services-menu-container{
  flex: 1 1 0%;
}

#header .navigation .services-menu-container .service-category-item h4{
  margin-bottom: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  font-size: 16px;
}

#header .navigation .services-menu-container .service-category-item h4 a{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header .navigation .services-menu-container .service-category-item h4 a {
    align-items: center;
    gap: 10px;
  }
}

#header .navigation .services-menu-container .service-category-item h4 a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header .navigation .services-menu-container .service-category-item h4 a:hover::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 2px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g><path class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

#header .navigation .services-menu-container .service-category-item .service-subitem a{
  display: block;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header .navigation .services-menu-container .service-category-item .service-subitem a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header .navigation .services-menu-container .service-category-item .service-subitem a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header .navigation .services-menu-container .service-category-item .service-subitem a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

/* Laboratoires Menu */

#header .navigation .menu-item-laboratoires .megamenu-content {
  padding-top: 0;
}

#header .navigation .menu-item-laboratoires .menu-banner {
  margin-top: 20px;
}

.market-product-grid-wrapper #header .navigation .laboratoires-menu-container.flex {
  display: block;
  transform: none;
}

#header .navigation .laboratoires-menu-container{
  position: relative;
  margin-right: 0.5rem;
  padding-top: 20px;
  height: 400px;
  overflow-y: scroll;
}

/* Custom scrollbar - always visible */

#header .navigation .laboratoires-menu-container::-webkit-scrollbar {
  width: 10px;
}

#header .navigation .laboratoires-menu-container::-webkit-scrollbar-thumb {
  background-color: #828d9e;
  border-radius: 10px;
}

#header .navigation .laboratoires-menu-container::-webkit-scrollbar-track {
  background: transparent;
}

#header .navigation .laboratoires-menu-container{
  scrollbar-width: thin;
  scrollbar-color: #828d9e transparent;
  -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 28px), transparent);
  mask-image: linear-gradient(to bottom, black calc(100% - 28px), transparent);
}

/* Gradient fade bottom */

#header .navigation .laboratoires-menu-container .mobile-menu-back{
  display: none;
}

@media not all and (min-width: 1024px){
  #header .navigation .laboratoires-menu-container .mobile-menu-back{
    display: block;
  }
}

#header .navigation .laboratoires-menu-container .laboratoires-total {
  display: none;
}

@media (min-width: 1024px){
  #header .navigation .laboratoires-menu-container .letter-group-container{
    padding-right: 0.5rem;
  }
}

#header .navigation .laboratoires-menu-container .letter-group-container {
  column-rule: 1px solid #e2e5ea;
  position: relative;
  padding-bottom: 28px;
}

#header .navigation .laboratoires-menu-container .letter-group{
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  #header .navigation .laboratoires-menu-container .letter-group{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

#header .navigation .laboratoires-menu-container .letter-group h4{
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  color: #052523;
}

#header .navigation .laboratoires-menu-container .letter-group .laboratoire-item a{
  display: block;
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header .navigation .laboratoires-menu-container .letter-group .laboratoire-item a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header .navigation .laboratoires-menu-container .letter-group .laboratoire-item a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header .navigation .laboratoires-menu-container .letter-group .laboratoire-item a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

/* Menu Banner */

.market-product-grid-wrapper #header .navigation .menu-banner.flex {
  display: block;
  transform: none;
}

#header .navigation .menu-banner{
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.75rem;
}

body.account .card #header .navigation .menu-banner {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

body.account .card #header .navigation .menu-banner svg {
  width: 20px;
  height: 20px;
}

@media not all and (min-width: 768px){
  #header .navigation .menu-banner{
    display: none;
  }
}

#header .navigation .menu-banner {
  width: 270px;
  min-width: 270px;
}

#header .navigation .menu-banner img{
  height: auto;
  width: 100%;
}

.faq-question-view .sidebar-additional #header .navigation .menu-banner img:has(#amfaq_search), .faq-category-view .sidebar-additional #header .navigation .menu-banner img:has(#amfaq_search) {
  display: none;
}

#header .navigation .menu-banner .banner-cta{
  position: absolute;
  bottom: 1rem;
  left: 0px;
  right: 0px;
  text-align: center;
}

#header .navigation .menu-banner:hover .banner-cta a {
  filter: brightness(1.05);
}

/* Mobile Search Button */

#header .mobile-search-toggle {
  display: none;
}

@media (max-width: 640px) {
  #header .mobile-search-toggle {
    display: block
  }
}

#header .mobile-search-toggle .mobile-search-btn {
  display: flex;
  align-items: center;
  padding: 0;
  color: #052523;
}

#header .mobile-search-toggle .mobile-search-btn svg {
  width: 24px;
  height: 24px;
}

#header .mobile-search-toggle .mobile-search-dropdown {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  z-index: 50;
  padding: 12px 15px;
  border-top: 1px solid #e6e7eb;
  border-bottom: 1px solid #e6e7eb;
  box-shadow: inset 0 8px 8px -6px #0000000d, 0 10px 20px -10px #0000001a;
}

#header .mobile-search-toggle .mobile-search-dropdown form {
  width: 100%;
}

#header .mobile-search-toggle .mobile-search-dropdown input {
  width: 100%;
}

/* Mobile Menu */

.market-product-grid-wrapper .relative#header #header .mobile-menu-toggle {
  display: block;
  transform: none;
}

#header #header .mobile-menu-toggle{
  z-index: 20;
  display: flex;
  align-self: stretch;
}

.faq-question-view .question_view > #header #header .mobile-menu-toggle.border-container, .faq-category-view .question_view > #header #header .mobile-menu-toggle.border-container {
  display: none;
}

#header #header .mobile-menu-toggle > div, #header #header .mobile-menu-toggle [class^="menu-item-"], #header #header .mobile-menu-toggle .level-0 {
  display: flex;
  align-self: stretch;
  align-items: center;
}

@media (min-width: 1024px) {
  #header #header .mobile-menu-toggle #navdesktop, #header #header .mobile-menu-toggle #navdesktop > ul {
    display: flex;
    align-self: stretch;
    align-items: center;
  }
}

#header #header .mobile-menu-toggle #navdesktop .btn {
  display: inline-block;
}

.market-product-grid-wrapper .relative#header #header .mobile-menu-toggle #navdesktop > ul {
  display: block;
  transform: none;
}

#header #header .mobile-menu-toggle #navdesktop > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header #header .mobile-menu-toggle #navdesktop > ul {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #header #header .mobile-menu-toggle #navdesktop > ul.border-container, .faq-category-view .question_view > #header #header .mobile-menu-toggle #navdesktop > ul.border-container {
  display: none;
}

#header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label{
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
}

#header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label .level-0{
  width: 100%;
  font-weight: 700;
}

.faq-question-view .sidebar-additional #header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label .level-0:has(#amfaq_search), .faq-category-view .sidebar-additional #header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label .level-0:has(#amfaq_search) {
  display: none;
}

#header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label .level-0 {
  padding-left: 10px;
  padding-right: 10px;
}

#header #header .mobile-menu-toggle #navdesktop > ul > li:first-child .menu-item-label .level-0 {
  padding-left: 0;
}

#header #header .mobile-menu-toggle #navdesktop > ul > li:last-child .menu-item-label .level-0 {
  padding-right: 0;
}

#header #header .mobile-menu-toggle #navdesktop .close-menu-mobile{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
  display: none;
}

@media not all and (min-width: 1024px){
  #header #header .mobile-menu-toggle #navdesktop .close-menu-mobile{
    display: block;
  }
}

.market-product-grid-wrapper .relative#header #header .mobile-menu-toggle .menu-item-label {
  display: block;
  transform: none;
}

#header #header .mobile-menu-toggle .menu-item-label{
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header #header .mobile-menu-toggle .menu-item-label {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #header #header .mobile-menu-toggle .menu-item-label.border-container, .faq-category-view .question_view > #header #header .mobile-menu-toggle .menu-item-label.border-container {
  display: none;
}

#header #header .mobile-menu-toggle .menu-item-promotions .menu-item-label a, #header #header .mobile-menu-toggle .menu-item-static .menu-item-label a{
  font-weight: 700;
}

#header #header .mobile-menu-toggle .menu-item-static > a{
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}

#header #header .mobile-menu-toggle .menu-item-static > a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

[data-content-type='row'] h2#header #header .mobile-menu-toggle .menu-item-static > a:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#header #header .mobile-menu-toggle .menu-item-static:first-child > a {
  padding-left: 0;
}

#header #header .mobile-menu-toggle .menu-item-static:last-child > a {
  padding-right: 0;
}

#header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label span:hover, #header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

[data-content-type='row'] h2#header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label span:hover,[data-content-type='row'] h2 #header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label a:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label span:hover, #header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

[data-content-type='row'] h2#header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label span:hover,[data-content-type='row'] h2 #header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label a:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#header #header .mobile-menu-toggle .megamenu{
  position: absolute;
  top: 100%;
  left: 50%;
  right: 0px;
  z-index: 50;
  width: 1250px;
  max-width: 100%;
  --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));
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content #header #header .mobile-menu-toggle .megamenu > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content #header #header .mobile-menu-toggle .megamenu > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content #header #header .mobile-menu-toggle .megamenu > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content #header #header .mobile-menu-toggle .megamenu > .border-t:first-child {
  border-top: none;
}

#header #header .mobile-menu-toggle .megamenu {
  border-color: rgb(230, 231, 235);
  transition: none;
  transform: translateX(-50%);
  animation: none;
  box-shadow: inset 0 8px 8px -6px rgba(0, 0, 0, 0.05), 0 10px 20px -10px rgba(0, 0, 0, 0.1), 5px 5px 10px 0px rgba(0, 0, 0, .025), -5px 5px 10px 0px rgba(0, 0, 0, .025);
  border: 1px solid #e6e7eb;
}

#header #header .mobile-menu-toggle .megamenu.megamenu-categories{
  min-height: 400px;
}

#header #header .mobile-menu-toggle .megamenu .megamenu-content {
  padding: 20px;
}

.market-product-grid-wrapper .relative#header #header .mobile-menu-toggle .megamenu .megamenu-inner {
  display: block;
  transform: none;
}

#header #header .mobile-menu-toggle .megamenu .megamenu-inner{
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.faq-question-view .question_view > #header #header .mobile-menu-toggle .megamenu .megamenu-inner.border-container, .faq-category-view .question_view > #header #header .mobile-menu-toggle .megamenu .megamenu-inner.border-container {
  display: none;
}

#header #header .mobile-menu-toggle .category-menu-container{
  min-width: 0px;
  flex: 1 1 0%;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .market-product-grid-wrapper #header #header .mobile-menu-toggle .category-menu-container.relative {
    display: block;
    transform: none;
  }

  #header #header .mobile-menu-toggle .category-menu-container{
    display: flex;
  }
}

#header #header .mobile-menu-toggle .category-menu-container .mobile-menu-back{
  display: none;
}

@media not all and (min-width: 1024px){
  #header #header .mobile-menu-toggle .category-menu-container .mobile-menu-back{
    display: block;
  }
}

#header #header .mobile-menu-toggle .category-menu-left .main-categories{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content #header #header .mobile-menu-toggle .category-menu-left .main-categories > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content #header #header .mobile-menu-toggle .category-menu-left .main-categories > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content #header #header .mobile-menu-toggle .category-menu-left .main-categories > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content #header #header .mobile-menu-toggle .category-menu-left .main-categories > .border-t:first-child {
  border-top: none;
}

@media not all and (min-width: 768px){
  #header #header .mobile-menu-toggle .category-menu-left .main-categories{
    width: 100%;
  }
}

@media (min-width: 768px){
  #header #header .mobile-menu-toggle .category-menu-left .main-categories{
    width: 200px;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

#header #header .mobile-menu-toggle .category-menu-left .main-categories {
  font-size: 16px;
  box-shadow: 0 5px 8px -5px rgba(0, 0, 0, 0.1);
}

.market-product-grid-wrapper .relative#header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category {
  display: block;
  transform: none;
}

#header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category{
  display: block;
  display: flex;
  justify-content: space-between;
  color: inherit;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.faq-question-view .question_view > #header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category.border-container, .faq-category-view .question_view > #header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category.border-container {
  display: none;
}

#header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 251, 251, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category {
  border-radius: 0;
  padding: 3px 15px;
  font-weight: 700;
}

#header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category.active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content #header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category.active > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content #header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category.active > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content #header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category.active > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content #header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category.active > .border-t:first-child {
  border-top: none;
}

#header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category.active {
  font-weight: 500;
}

#header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category.active::after {
  display: none;
}

#header #header .mobile-menu-toggle .category-menu-right{
  min-width: 0px;
  flex: 1 1 0%;
}

#header #header .mobile-menu-toggle .category-menu-right #category-details-container{
  width: 100%;
}

.faq-question-view .sidebar-additional #header #header .mobile-menu-toggle .category-menu-right #category-details-container:has(#amfaq_search), .faq-category-view .sidebar-additional #header #header .mobile-menu-toggle .category-menu-right #category-details-container:has(#amfaq_search) {
  display: none;
}

#header #header .mobile-menu-toggle .level4-category-direct h4{
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level4-category-direct h4 a{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header #header .mobile-menu-toggle .level4-category-direct h4 a {
    align-items: center;
    gap: 10px;
  }
}

#header #header .mobile-menu-toggle .level4-category-direct h4 a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level4-category-direct h4 a:hover::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 2px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g><path class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

#header #header .mobile-menu-toggle #category-details-6780 .level4-category-direct h4 a:hover::after {
  display: none;
}

#header #header .mobile-menu-toggle .level4-category{
  margin-bottom: 0.5rem;
}

#header #header .mobile-menu-toggle .level4-category .level4-category-header a{
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .level4-category .level4-category-header a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.am-filter-state .filter-options-title span#header #header .mobile-menu-toggle .level4-category .level4-category-header a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a#header #header .mobile-menu-toggle .level4-category .level4-category-header a {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header #header .mobile-menu-toggle .level4-category .level4-category-header a.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header #header .mobile-menu-toggle .level4-category .level4-category-header a.leading-tight.text-black + svg{
  right: -2rem;
}

#header #header .mobile-menu-toggle .level4-category .level4-category-header a:hover{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level4-category > ul{
  margin-top: 0.5rem;
  margin-left: 0.75rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
}

#header #header .mobile-menu-toggle .level5-category > div[class~="cursor-pointer"] {
  display: flex;
  align-items: flex-start;
}

.market-product-grid-wrapper #header #header .mobile-menu-toggle .level5-category .item-level-5.flex {
  display: block;
  transform: none;
}

#header #header .mobile-menu-toggle .level5-category .item-level-5{
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header #header .mobile-menu-toggle .level5-category .item-level-5 {
    align-items: center;
    gap: 10px;
  }
}

body.account .card #header #header .mobile-menu-toggle .level5-category .item-level-5 {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

body.account .card #header #header .mobile-menu-toggle .level5-category .item-level-5 svg {
  width: 20px;
  height: 20px;
}

#header #header .mobile-menu-toggle .level5-category .item-level-5 {
  width: 13px;
  min-height: 20px;
  padding-right: 3px;
  top: 1px;
}

#header #header .mobile-menu-toggle .level5-category .item-level-5:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2#header #header .mobile-menu-toggle .level5-category .item-level-5:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#header #header .mobile-menu-toggle .level5-category .item-level-5.active{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2#header #header .mobile-menu-toggle .level5-category .item-level-5.active{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#header #header .mobile-menu-toggle .level5-category .item-level-5 svg {
  width: 10px;
  height: 10px;
}

#header #header .mobile-menu-toggle .level5-category a{
  display: block;
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .level5-category a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header #header .mobile-menu-toggle .level5-category a.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header #header .mobile-menu-toggle .level5-category a.leading-tight.text-black + svg{
  right: -2rem;
}

#header #header .mobile-menu-toggle .level5-category a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level5-category a {
  font-weight: 500;
}

#header #header .mobile-menu-toggle .level5-category > ul{
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(104, 111, 122, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level6-category a, #header #header .mobile-menu-toggle .level7-category a, #header #header .mobile-menu-toggle .level8-category a{
  display: block;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(104, 111, 122, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .level6-category a p:last-child,[data-content-type$='block']  #header #header .mobile-menu-toggle .level7-category a p:last-child,[data-content-type$='block']  #header #header .mobile-menu-toggle .level8-category a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header #header .mobile-menu-toggle .level6-category a:hover, #header #header .mobile-menu-toggle .level7-category a:hover, #header #header .mobile-menu-toggle .level8-category a:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level6-category a, #header #header .mobile-menu-toggle .level7-category a, #header #header .mobile-menu-toggle .level8-category a{
  display: block;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(104, 111, 122, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .level6-category a p:last-child,[data-content-type$='block']  #header #header .mobile-menu-toggle .level7-category a p:last-child,[data-content-type$='block']  #header #header .mobile-menu-toggle .level8-category a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header #header .mobile-menu-toggle .level6-category a:hover, #header #header .mobile-menu-toggle .level7-category a:hover, #header #header .mobile-menu-toggle .level8-category a:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level6-category a, #header #header .mobile-menu-toggle .level7-category a, #header #header .mobile-menu-toggle .level8-category a{
  display: block;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(104, 111, 122, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .level6-category a p:last-child,[data-content-type$='block']  #header #header .mobile-menu-toggle .level7-category a p:last-child,[data-content-type$='block']  #header #header .mobile-menu-toggle .level8-category a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header #header .mobile-menu-toggle .level6-category a:hover, #header #header .mobile-menu-toggle .level7-category a:hover, #header #header .mobile-menu-toggle .level8-category a:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level6-category > ul, #header #header .mobile-menu-toggle .level7-category > ul, #header #header .mobile-menu-toggle .level8-category > ul{
  margin-top: 0.125rem;
  margin-left: 0.5rem;
}

#header #header .mobile-menu-toggle .level6-category > ul > :not([hidden]) ~ :not([hidden]), #header #header .mobile-menu-toggle .level7-category > ul > :not([hidden]) ~ :not([hidden]), #header #header .mobile-menu-toggle .level8-category > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

#header #header .mobile-menu-toggle .level6-category > ul, #header #header .mobile-menu-toggle .level7-category > ul, #header #header .mobile-menu-toggle .level8-category > ul{
  margin-top: 0.125rem;
  margin-left: 0.5rem;
}

#header #header .mobile-menu-toggle .level6-category > ul > :not([hidden]) ~ :not([hidden]), #header #header .mobile-menu-toggle .level7-category > ul > :not([hidden]) ~ :not([hidden]), #header #header .mobile-menu-toggle .level8-category > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

#header #header .mobile-menu-toggle .level6-category > ul, #header #header .mobile-menu-toggle .level7-category > ul, #header #header .mobile-menu-toggle .level8-category > ul{
  margin-top: 0.125rem;
  margin-left: 0.5rem;
}

#header #header .mobile-menu-toggle .level6-category > ul > :not([hidden]) ~ :not([hidden]), #header #header .mobile-menu-toggle .level7-category > ul > :not([hidden]) ~ :not([hidden]), #header #header .mobile-menu-toggle .level8-category > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

#header #header .mobile-menu-toggle .services-menu-container{
  flex: 1 1 0%;
}

#header #header .mobile-menu-toggle .services-menu-container .service-category-item h4{
  margin-bottom: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  font-size: 16px;
}

#header #header .mobile-menu-toggle .services-menu-container .service-category-item h4 a{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header #header .mobile-menu-toggle .services-menu-container .service-category-item h4 a {
    align-items: center;
    gap: 10px;
  }
}

#header #header .mobile-menu-toggle .services-menu-container .service-category-item h4 a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .services-menu-container .service-category-item h4 a:hover::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 2px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g><path class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

#header #header .mobile-menu-toggle .services-menu-container .service-category-item .service-subitem a{
  display: block;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .services-menu-container .service-category-item .service-subitem a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header #header .mobile-menu-toggle .services-menu-container .service-category-item .service-subitem a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .services-menu-container .service-category-item .service-subitem a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

#header #header .mobile-menu-toggle .menu-item-laboratoires .megamenu-content {
  padding-top: 0;
}

#header #header .mobile-menu-toggle .menu-item-laboratoires .menu-banner {
  margin-top: 20px;
}

.market-product-grid-wrapper #header #header .mobile-menu-toggle .laboratoires-menu-container.flex {
  display: block;
  transform: none;
}

#header #header .mobile-menu-toggle .laboratoires-menu-container{
  position: relative;
  margin-right: 0.5rem;
  padding-top: 20px;
  height: 400px;
  overflow-y: scroll;
}

#header #header .mobile-menu-toggle .laboratoires-menu-container::-webkit-scrollbar {
  width: 10px;
}

#header #header .mobile-menu-toggle .laboratoires-menu-container::-webkit-scrollbar-thumb {
  background-color: #828d9e;
  border-radius: 10px;
}

#header #header .mobile-menu-toggle .laboratoires-menu-container::-webkit-scrollbar-track {
  background: transparent;
}

#header #header .mobile-menu-toggle .laboratoires-menu-container{
  scrollbar-width: thin;
  scrollbar-color: #828d9e transparent;
  -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 28px), transparent);
  mask-image: linear-gradient(to bottom, black calc(100% - 28px), transparent);
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .mobile-menu-back{
  display: none;
}

@media not all and (min-width: 1024px){
  #header #header .mobile-menu-toggle .laboratoires-menu-container .mobile-menu-back{
    display: block;
  }
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .laboratoires-total {
  display: none;
}

@media (min-width: 1024px){
  #header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group-container{
    padding-right: 0.5rem;
  }
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group-container {
  column-rule: 1px solid #e2e5ea;
  position: relative;
  padding-bottom: 28px;
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group{
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  #header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group h4{
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  color: #052523;
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group .laboratoire-item a{
  display: block;
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group .laboratoire-item a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group .laboratoire-item a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group .laboratoire-item a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.market-product-grid-wrapper #header #header .mobile-menu-toggle .menu-banner.flex {
  display: block;
  transform: none;
}

#header #header .mobile-menu-toggle .menu-banner{
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.75rem;
}

body.account .card #header #header .mobile-menu-toggle .menu-banner {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

body.account .card #header #header .mobile-menu-toggle .menu-banner svg {
  width: 20px;
  height: 20px;
}

@media not all and (min-width: 768px){
  #header #header .mobile-menu-toggle .menu-banner{
    display: none;
  }
}

#header #header .mobile-menu-toggle .menu-banner {
  width: 270px;
  min-width: 270px;
}

#header #header .mobile-menu-toggle .menu-banner img{
  height: auto;
  width: 100%;
}

.faq-question-view .sidebar-additional #header #header .mobile-menu-toggle .menu-banner img:has(#amfaq_search), .faq-category-view .sidebar-additional #header #header .mobile-menu-toggle .menu-banner img:has(#amfaq_search) {
  display: none;
}

#header #header .mobile-menu-toggle .menu-banner .banner-cta{
  position: absolute;
  bottom: 1rem;
  left: 0px;
  right: 0px;
  text-align: center;
}

#header #header .mobile-menu-toggle .menu-banner:hover .banner-cta a {
  filter: brightness(1.05);
}

@media (max-width: 1023px) {
  .checkout-cart-index .form-cart tbody tr.item-info td.col.qty #header .mobile-menu-toggle, .checkout-cart-index .form-cart tbody tr.item-info td.col.price #header .mobile-menu-toggle, .checkout-cart-index .form-cart tbody tr.item-info td.col.tax #header .mobile-menu-toggle, .checkout-cart-index .form-cart tbody tr.item-info td.col.subtotal #header .mobile-menu-toggle {
    font-size: 14px;
    font-weight: 600;
    color: #828D9E;
    margin-bottom: 0;
    margin-top: 0;
  }

  .checkout-cart-index .form-cart tbody tr.item-info td.col.qty #header .mobile-menu-toggle {
    display: none;
  }
}

@media (min-width: 1024px){
  #header .mobile-menu-toggle{
    order: 2;
    display: none;
  }
}

#header .mobile-menu-toggle {
  order: -1;
  margin-right: 0;
  margin-left: -15px;
  position: relative;
}

#header .mobile-menu-toggle button {
  padding: 10px 8px;
}

@media (min-width: 640px) and (max-width: 1024px) {
  #header .mobile-menu-toggle button {
    padding: 19px 15px
  }

  #header .mobile-menu-toggle button svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 640px) {
  #header .mobile-menu-toggle button {
    padding: 17px 12px 18px 12px
  }
}

#header .mobile-menu-toggle .mobile-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background: white;
  box-shadow: inset 0 8px 8px -6px #0000000d, 0 10px 20px -10px #0000001a, 5px 5px 10px 0 rgba(0, 0, 0, .025), -5px 5px 10px 0 rgba(0, 0, 0, .025);
  z-index: 15;
  overflow: hidden;
  border-top: 1px solid #e6e7eb;
  border-bottom: 1px solid #e6e7eb;
}

#header .mobile-menu-toggle .mobile-menu-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#header .mobile-menu-toggle .mobile-menu-dropdown li {
  border-bottom: 1px solid #e2e5ea;
}

#header .mobile-menu-toggle .mobile-menu-dropdown li:last-child {
  border-bottom: none;
}

#header .mobile-menu-toggle .mobile-menu-dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  font-size: 16px;
  font-weight: 700;
  color: #052523;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: left;
}

#header .mobile-menu-toggle .mobile-menu-dropdown a:hover {
  color: #28b1a8;
}

#header .mobile-menu-toggle .mobile-menu-dropdown a svg {
  color: #052523;
  flex-shrink: 0;
  height: 25px;
  width: 25px;
  margin-right: 5px;
}

#header .mobile-menu-toggle .mobile-menu-dropdown .mobile-megamenu-back {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 12px;
  margin-left: -5px;
  font-size: 16px;
  font-weight: 700;
  color: #28b1a8;
  cursor: pointer;
  border-bottom: none;
}

#header .mobile-menu-toggle .mobile-menu-dropdown .mobile-megamenu-back svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

/* Customer Menu */

.market-product-grid-wrapper #header .customer-menu-container.flex {
  display: block;
  transform: none;
}

#header .customer-menu-container{
  position: relative;
  display: inline-block;
}

.market-product-grid-wrapper .relative#header .customer-menu-container .customer-menu-button {
  display: block;
  transform: none;
}

#header .customer-menu-container .customer-menu-button{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  padding: 0.25rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #header .customer-menu-container .customer-menu-button {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #header .customer-menu-container .customer-menu-button.border-container, .faq-category-view .question_view > #header .customer-menu-container .customer-menu-button.border-container {
  display: none;
}

@media not all and (min-width: 1024px){
  #header .customer-menu-container .customer-menu-button{
    padding: 0px;
  }
}

#header .customer-menu-container .customer-menu-button .customer-greeting{
  display: none;
  text-align: right;
  font-size: 0.875rem;
  line-height: 0.9375rem;
}

.balance-history-table #header .customer-menu-container .customer-menu-button .customer-greeting {
  text-align: right;
}

.checkout-cart-index #cart-totals #header .customer-menu-container .customer-menu-button .customer-greeting {
  font-size: 15px;
  line-height: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .customer-menu-container .customer-menu-button .customer-greeting.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .customer-menu-container .customer-menu-button .customer-greeting.leading-tight.text-black + svg{
  right: -2rem;
}

@media (min-width: 768px){
  #header .customer-menu-container .customer-menu-button .customer-greeting{
    display: block;
  }
}

#header .customer-menu-container .customer-menu-button .customer-greeting a{
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2#header .customer-menu-container .customer-menu-button .customer-greeting a{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#header .customer-menu-container .customer-menu-button .customer-greeting .customer-link-text{
  font-weight: 800;
  color: #28b1a8;
}

#header .customer-menu-container .customer-menu-button .customer-icon{
  height: 1.75rem;
  width: 1.75rem;
  fill: #052523;
}

@media (max-width: 640px) {
  #header .customer-menu-container .customer-menu-button .customer-icon {
    height: 1.5rem;
    width: 1.5rem
  }
}

#header .customer-menu-container:hover .customer-menu-button .customer-greeting .customer-link-text {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

#header .customer-menu-container .customer-menu-dropdown{
  position: absolute;
  right: 0px;
  z-index: 20;
  margin-top: 0.5rem;
  width: 12rem;
  transform-origin: top right;
  overflow: auto;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cms-compatible-lgo .page-footer .footer.content #header .customer-menu-container .customer-menu-dropdown > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content #header .customer-menu-container .customer-menu-dropdown > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content #header .customer-menu-container .customer-menu-dropdown > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content #header .customer-menu-container .customer-menu-dropdown > .border-t:first-child {
  border-top: none;
}

.cms-amasty-faq-home-page .amfaq_questions #header .customer-menu-container .customer-menu-dropdown {
  border-bottom-color: #e2e5ea;
  margin-bottom: 0;
  padding: 12px 0;
}

.cms-amasty-faq-home-page .amfaq_questions #header .customer-menu-container .customer-menu-dropdown:last-child {
  border-bottom: none;
}

.faq-question-view .question_view > .flex#header .customer-menu-container .customer-menu-dropdown, .faq-category-view .question_view > .flex#header .customer-menu-container .customer-menu-dropdown {
  display: none;
}

.faq-question-view .amfaq_questions #header .customer-menu-container .customer-menu-dropdown, .faq-category-view .amfaq_questions #header .customer-menu-container .customer-menu-dropdown {
  border-bottom-color: #e2e5ea;
  margin-bottom: 0;
  padding: 12px 0;
}

.faq-question-view .amfaq_questions #header .customer-menu-container .customer-menu-dropdown:last-child, .faq-category-view .amfaq_questions #header .customer-menu-container .customer-menu-dropdown:last-child {
  border-bottom: none;
}

@media (min-width: 1024px){
  #header .customer-menu-container .customer-menu-dropdown{
    margin-top: 0.75rem;
  }
}

#header .customer-menu-container .customer-menu-dropdown a{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header .customer-menu-container .customer-menu-dropdown a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.am-filter-state .filter-options-title span#header .customer-menu-container .customer-menu-dropdown a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a#header .customer-menu-container .customer-menu-dropdown a {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .customer-menu-container .customer-menu-dropdown a.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .customer-menu-container .customer-menu-dropdown a.leading-tight.text-black + svg{
  right: -2rem;
}

#header .customer-menu-container .customer-menu-dropdown a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 251, 251, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

.table-row-items > div.table-row-item{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.table-row-items > div.table-row-item:nth-child(2n + 1){
  --tw-bg-opacity: 1;
  background-color: rgba(226, 229, 234, var(--tw-bg-opacity, 1));
}

body.account.sales-order-view .table-row-items > div.table-row-item:nth-child(2n + 1), body.account.rma-rma-order .table-row-items > div.table-row-item:nth-child(2n + 1), body.account.sales-order-invoice .table-row-items > div.table-row-item:nth-child(2n + 1), body.account.sales-order-shipment .table-row-items > div.table-row-item:nth-child(2n + 1), body.account.sales-order-creditmemo .table-row-items > div.table-row-item:nth-child(2n + 1) {
  background: none;
}

/* .category-view .sidebar .block.filter {} */

.market-product-grid-wrapper .relative.account-nav li a,.market-product-grid-wrapper .relative
    .account-nav li strong {
  display: block;
  transform: none;
}

.account-nav li a,
    .account-nav li strong{
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2.account-nav li a,[data-content-type='row'] h2
    .account-nav li strong{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

.faq-question-view .question_view > .account-nav li a.border-container, .faq-category-view .question_view > .account-nav li a.border-container,.faq-question-view .question_view > 
    .account-nav li strong.border-container, .faq-category-view .question_view > 
    .account-nav li strong.border-container {
  display: none;
}

.account-nav li a:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.account-nav li strong{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.market-product-grid-wrapper .relative.actions-toolbar {
  display: block;
  transform: none;
}

.actions-toolbar{
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .actions-toolbar {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .actions-toolbar.border-container, .faq-category-view .question_view > .actions-toolbar.border-container {
  display: none;
}

.actions-toolbar a.back{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

[data-content-type='row'] h2.actions-toolbar a.back{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

body > div > div.grecaptcha-badge{
  display: none;
  height: 0px !important;
  width: 0px !important;
}

.order-items > div:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.order-links{
  display: block;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .order-links p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .order-links {
    align-items: center;
    gap: 10px;
  }
}

.order-links li{
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.order-links li.current{
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.order-links li a{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.order-date{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.order-date.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.order-date.leading-tight.text-black + svg{
  right: -2rem;
}

/* ============================================
   ACCOUNT PAGE OVERRIDES (outside @layer)
   Styles inside @layer components have lower specificity
   than unlayered dashboard.scss. These overrides ensure
   proper rendering on body.market-account-index.
   ============================================ */

/* --- Main card wrapper --- */

body.market-account-index .customer-market-page{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content body.market-account-index .customer-market-page > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content body.market-account-index .customer-market-page > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content body.market-account-index .customer-market-page > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content body.market-account-index .customer-market-page > .border-t:first-child {
  border-top: none;
}

body.market-account-index .customer-market-page {
  border: 1px solid #e8eced;
  border-radius: 8px;
  padding: 1.5rem;
}

body.market-account-index .customer-market-page .page-title-wrapper {
  margin-bottom: 1.25rem;
}

body.market-account-index .customer-market-page .page-title-wrapper h1 {
  font-size: 28px;
  font-weight: 800;
  color: #052523;
}

.market-product-grid-wrapper body.relative.market-account-index .customer-market-page .page-title-wrapper h1 {
  display: block;
  transform: none;
}

body.market-account-index .customer-market-page .page-title-wrapper h1{
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index .customer-market-page .page-title-wrapper h1 {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > body.market-account-index .customer-market-page .page-title-wrapper h1.border-container, .faq-category-view .question_view > body.market-account-index .customer-market-page .page-title-wrapper h1.border-container {
  display: none;
}

body.market-account-index .customer-market-page .page-title-wrapper h1 {
  line-height: 0;
}

body.market-account-index .customer-market-page .page-title-wrapper .market-icon-title{
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}

/* --- Cards (info + stats) --- */

body.market-account-index .market-info-section,
    body.market-account-index .market-statistics-section{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content body.market-account-index .market-info-section > .border-t:first-child,.cms-compatible-lgo .page-footer .footer.content 
    body.market-account-index .market-statistics-section > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content body.market-account-index .market-info-section > .border-t:first-child,.cms-guichet-unique .page-footer .footer.content 
    body.market-account-index .market-statistics-section > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content body.market-account-index .market-info-section > .border-t:first-child,.cms-notre-catalogue .page-footer .footer.content 
    body.market-account-index .market-statistics-section > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content body.market-account-index .market-info-section > .border-t:first-child,.cms-l-offre-b2c .page-footer .footer.content 
    body.market-account-index .market-statistics-section > .border-t:first-child {
  border-top: none;
}

body.market-account-index .market-info-section,
    body.market-account-index .market-statistics-section {
  border: 1px solid #e8eced;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  min-width: 0;
  overflow: hidden;
}

body.market-account-index .market-statistics-block {
  border: none;
  padding: 0;
  min-width: 0;
}

body.market-account-index .section-title {
  font-size: 22px;
  font-weight: 800;
  color: #052523;
  margin-bottom: 0.5rem;
}

/* --- Statistics --- */

body.market-account-index .statistics-grid {
  margin-bottom: 1.75rem;
}

body.market-account-index .stat-label {
  font-size: 10px;
  font-weight: 600;
  color: #828D9E;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}

body.market-account-index .stat-value {
  font-size: 38px;
  font-weight: 800;
  color: #052523;
  line-height: 38px;
  margin-bottom: 5px;
}

body.market-account-index .stat-count {
  font-size: 32px;
  font-weight: 800;
  color: #052523;
}

body.market-account-index .stat-comparison {
  font-size: 14px;
  font-weight: 600;
}

body.market-account-index .stat-comparison.positive {
  color: #28b1a8;
}

body.market-account-index .stat-comparison.negative {
  color: #828D9E;
}

/* --- Progression indicator (vs. mois dernier) --- */

body.market-account-index .pz-stats-progression {
  font-size: 12px;
  font-weight: 600;
  color: #052523;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

body.market-account-index .pz-stats-progression-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 2px;
  width: 14px;
  height: 14px;
}

body.market-account-index .pz-stats-progression-indicator.positive {
  background-color: #28b1a8;
}

body.market-account-index .pz-stats-progression-indicator.negative {
  background-color: #f34832;
}

body.market-account-index .pz-stats-progression-indicator svg {
  width: 8px;
  height: 8px;
  fill: white;
}

body.market-account-index .pz-stats-progression-indicator .arrow-up svg {
  transform: rotate(-45deg);
}

body.market-account-index .pz-stats-progression-indicator .arrow-down svg {
  transform: rotate(45deg);
}

body.market-account-index .pz-stats-progression-text {
  font-weight: 700;
}

body.market-account-index .pz-stats-progression-text.positive {
  color: #28b1a8;
}

body.market-account-index .pz-stats-progression-text.negative {
  color: #f34832;
}

/* --- Info block --- */

body.market-account-index .info-content {
  font-size: 16px;
  line-height: 1.5;
  color: #052523;
}

body.market-account-index .market-icon-inline{
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: auto;
  margin-top: -2px;
  margin-right: -1px;
}

body.market-account-index .info-highlight {
  color: #ef8e28;
  font-weight: 700;
}

body.market-account-index .read-more-link {
  display: none;
}

body.market-account-index .top-markets-box {
  border: 1px solid #e2e5ea;
  border-radius: 8px;
  padding: 0.75rem 0.75rem 0.6rem;
  margin: 0.5rem 0 0;
  width: 100%;
  position: relative;
}

body.market-account-index .top-markets-list {
  overflow: hidden;
}

body.market-account-index .top-markets-header {
  display: flex;
  position: absolute;
  top: -0.6rem;
  left: 0.5rem;
  gap: 0.25rem;
  line-height: 1rem;
}

body.market-account-index .top-markets-header .top-markets-count,
    body.market-account-index .top-markets-header .view-all-btn {
  background: white;
  padding: 0 0.3rem;
}

body.market-account-index .top-markets-count {
  font-size: 14px;
  font-weight: 700;
  color: #052523;
}

body.market-account-index .view-all-btn{
  display: inline-flex;
  align-items: center;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index .view-all-btn {
    align-items: center;
    gap: 10px;
  }
}

body.market-account-index .view-all-btn {
  gap: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #ee8f28;
}

body.market-account-index .view-all-btn svg {
  height: 6px;
  width: auto;
}

body.market-account-index .view-all-btn:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.market-product-grid-wrapper body.relative.market-account-index .market-item-compact {
  display: block;
  transform: none;
}

body.market-account-index .market-item-compact{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index .market-item-compact {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > body.market-account-index .market-item-compact.border-container, .faq-category-view .question_view > body.market-account-index .market-item-compact.border-container {
  display: none;
}

body.market-account-index .market-item-compact {
  gap: 0.75rem;
  padding: 0;
}

body.market-account-index .market-item-compact .market-item-text {
  flex: 1;
  font-size: 13px;
  color: #052523;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

body.market-account-index .progress-bar-compact {
  width: 70px;
  height: 8px;
  background-color: #f2f2f7;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}

body.market-account-index .progress-bar-compact .progress-fill{
  height: 100%;
  border-radius: 10px;
}

/* --- Grid headers --- */

body.market-account-index .grid-header {
  margin-bottom: 5px;
}

body.market-account-index .grid-header h2 {
  font-size: 22px;
  font-weight: 800;
  color: #052523;
  margin: 0;
}

.market-product-grid-wrapper body.relative.market-account-index .grid-header h2 {
  display: block;
  transform: none;
}

body.market-account-index .grid-header h2{
  display: flex;
  align-items: baseline;
}

.faq-question-view .question_view > body.market-account-index .grid-header h2.border-container, .faq-category-view .question_view > body.market-account-index .grid-header h2.border-container {
  display: none;
}

body.market-account-index .grid-header h2 {
  gap: 0.5rem;
}

body.market-account-index .market-available-section h2 {
  gap: 1rem;
}

body.market-account-index .market-count {
  display: none;
}

/* --- Filters --- */

body.market-account-index .filter-reset {
  color: #ee8f28;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-size: 16px;
  font-weight: 500;
  transition: opacity 0.15s;
}

body.market-account-index .filter-reset.inactive {
  display: none;
}

body.market-account-index .filter-status select,
    body.market-account-index .filter-lab select{
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content body.market-account-index .filter-status select > .border-t:first-child,.cms-compatible-lgo .page-footer .footer.content 
    body.market-account-index .filter-lab select > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content body.market-account-index .filter-status select > .border-t:first-child,.cms-guichet-unique .page-footer .footer.content 
    body.market-account-index .filter-lab select > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content body.market-account-index .filter-status select > .border-t:first-child,.cms-notre-catalogue .page-footer .footer.content 
    body.market-account-index .filter-lab select > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content body.market-account-index .filter-status select > .border-t:first-child,.cms-l-offre-b2c .page-footer .footer.content 
    body.market-account-index .filter-lab select > .border-t:first-child {
  border-top: none;
}

body.market-account-index .filter-status select,
    body.market-account-index .filter-lab select {
  font-size: 16px;
  border: 1px solid #e2e5ea;
  border-radius: 6px;
  padding: 0.4rem 40px 0.4rem 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23052523' fill-rule='evenodd' d='M4.117319999999999 2.560577142857143c5.338628571428571 -0.5576914285714285 10.458497142857142 -0.5576914285714285 15.797194285714285 -0.00020571428571428572 0.6533142857142856 0.06822857142857143 1.2774857142857141 0.4824342857142857 1.6402285714285714 1.0715142857142856 0.35177142857142857 0.5712342857142857 0.4148571428571428 1.22688 0.09377142857142856 1.8249085714285713 -1.6318285714285712 3.03924 -3.945085714285714 5.833508571428571 -7.175879999999999 7.930319999999999 -0.3044228571428571 0.19757142857142856 -0.4881428571428571 0.5358342857142857 -0.4881428571428571 0.8987485714285715v5.769051428571428c0 0.2741142857142857 -0.1626685714285714 0.5219999999999999 -0.4141371428571428 0.6312l-2.5604914285714284 1.111542857142857c-0.4546114285714285 0.19748571428571426 -0.9623657142857143 -0.13577142857142857 -0.9623657142857143 -0.6312V14.286119999999999c0 -0.36293142857142857 -0.18373714285714285 -0.7011942857142857 -0.48817714285714287 -0.8987657142857142 -3.230965714285714 -2.0966914285714284 -5.544085714285714 -4.891045714285714 -7.1759314285714275 -7.930354285714285 -0.6431657142857142 -1.1979085714285713 0.15073714285714285 -2.7310285714285714 1.7339314285714285 -2.896422857142857ZM20.137028571428573 0.42910628571428566C14.650405714285714 -0.1438416 9.381325714285714 -0.14383645714285712 3.8946685714285714 0.42932400000000004 1.0305685714285713 0.7285217142857142 -0.9764879999999999 3.729171428571428 0.4954491428571428 6.470657142857142 2.187805714285714 9.622662857142856 4.579868571428571 12.57666857142857 7.90464 14.859017142857141v6.30744c0 2.0382857142857143 2.0889942857142856 3.4085142857142854 3.9585257142857144 2.5967999999999996l2.5604914285714284 -1.111542857142857c1.0344 -0.4489714285714286 1.7036914285714286 -1.469142857142857 1.7036914285714286 -2.5967999999999996V14.858725714285715C19.451999999999998 12.57630857142857 21.843942857142856 9.622422857142857 23.53645714285714 6.470468571428571c0.7364571428571428 -1.3717028571428571 0.5312571428571429 -2.8444971428571426 -0.15702857142857143 -3.9622628571428566C22.701942857142857 1.4082754285714285 21.513942857142855 0.5728954285714286 20.137028571428573 0.42910628571428566Z' clip-rule='evenodd' stroke-width='1.7143'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 17px 17px;
}

/* --- Grid rows --- */

body.market-account-index .market-grid-item{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content body.market-account-index .market-grid-item > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content body.market-account-index .market-grid-item > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content body.market-account-index .market-grid-item > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content body.market-account-index .market-grid-item > .border-t:first-child {
  border-top: none;
}

body.market-account-index .market-grid-item {
  padding: 8px 0;
  border-bottom: 1px solid #f2f3f7;
}

body.market-account-index .market-grid-item:last-child {
  border-bottom: none;
}

body.market-account-index .market-no-results,
    body.market-account-index .grid-placeholder {
  text-align: center;
  font-size: 16px;
  color: #052523;
  padding: 1.5rem 1rem;
  margin: 20px 0 0;
  background: #fcfcfd;
  border-radius: 6px;
  border: 1px solid #e2e5ea;
}

.market-product-grid-wrapper body.relative.market-account-index .market-row {
  display: block;
  transform: none;
}

body.market-account-index .market-row{
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index .market-row {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > body.market-account-index .market-row.border-container, .faq-category-view .question_view > body.market-account-index .market-row.border-container {
  display: none;
}

body.market-account-index .market-row {
  gap: 0;
}

body.market-account-index .market-separator {
  display: none;
}

/* --- Columns --- */

.market-product-grid-wrapper body.relative.market-account-index .market-col {
  display: block;
  transform: none;
}

body.market-account-index .market-col{
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index .market-col {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > body.market-account-index .market-col.border-container, .faq-category-view .question_view > body.market-account-index .market-col.border-container {
  display: none;
}

body.market-account-index .market-col {
  padding: 0 0.75rem;
  border-right: 1px solid #e2e5ea;
}

body.market-account-index .market-col:last-child {
  border-right: none;
}

body.market-account-index .market-col:first-child {
  padding-left: 0;
}

body.market-account-index .market-labo-col{
  flex-shrink: 0;
  white-space: nowrap;
}

body.market-account-index .market-discount-col{
  flex: 1 1 0%;
  min-width: 0;
  gap: 0.4rem;
}

body.market-account-index .market-progress-col{
  flex-shrink: 0;
  justify-content: flex-end;
  white-space: nowrap;
  border: none;
  padding-right: 0;
}

body.market-account-index .market-info-col{
  flex-shrink: 0;
  justify-content: center;
}

body.market-account-index .market-status-col{
  flex-shrink: 0;
  justify-content: flex-end;
  white-space: nowrap;
  border-right: none;
}

body.market-account-index .market-status-badge {
  width: 83px;
  justify-content: center;
}

/* --- Grid row items --- */

body.market-account-index .market-labo {
  font-size: 14px;
  font-weight: 700;
  color: #052523;
}

body.market-account-index .market-discount {
  font-size: 14px;
  font-weight: 700;
  color: #ef8e28;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

body.market-account-index .market-description {
  font-size: 14px;
  color: #052523;
}

body.market-account-index .progress-amount-info,
    body.market-account-index .progress-quantity-info {
  font-size: 14px;
  color: #052523;
  white-space: nowrap;
  padding-right: 20px;
}

/* --- Progress bar inline --- */

body.market-account-index .progress-bar-inline {
  width: 90px;
  height: 15px;
  background-color: #f2f2f7;
  border-radius: 10px;
}

.market-product-grid-wrapper body.market-account-index .progress-bar-inline.flex {
  display: block;
  transform: none;
}

body.market-account-index .progress-bar-inline{
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}

.market-product-grid-wrapper body.relative.market-account-index .progress-bar-inline .progress-fill {
  display: block;
  transform: none;
}

body.market-account-index .progress-bar-inline .progress-fill{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index .progress-bar-inline .progress-fill {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > body.market-account-index .progress-bar-inline .progress-fill.border-container, .faq-category-view .question_view > body.market-account-index .progress-bar-inline .progress-fill.border-container {
  display: none;
}

body.market-account-index .progress-bar-inline .progress-fill {
  border-radius: 10px;
  min-width: 35%;
  padding-right: 4px;
}

body.market-account-index .progress-bar-inline .progress-fill.progress-empty {
  min-width: 0;
  justify-content: flex-start;
  padding-left: 4px;
}

body.market-account-index .progress-bar-inline .progress-text {
  font-size: 10px;
  font-weight: 800;
  color: white;
  white-space: nowrap;
}

/* --- Buttons --- */

body.market-account-index .btn-info{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
  background-color: transparent;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index .btn-info {
    align-items: center;
    gap: 10px;
  }
}

body.market-account-index .btn-info {
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #052523;
  gap: 0.25rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.market-account-index .btn-info:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* --- Status badges cartouches --- */

body.market-account-index .market-status-badge{
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index .market-status-badge {
    align-items: center;
    gap: 10px;
  }
}

body.market-account-index .market-status-badge {
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  padding: 0 10px;
  border-radius: 8px;
}

body.market-account-index .market-status-badge::before {
  display: none;
}

body.market-account-index .market-status-badge .status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}

body.market-account-index .market-status-badge.status-active,
    body.market-account-index .market-status-badge.status-in-progress {
  color: #28b1a8;
  background: #e9f7f6;
}

body.market-account-index .market-status-badge.status-completed,
    body.market-account-index .market-status-badge.status-over {
  color: #f34832;
  background: #feecea;
}

body.market-account-index .market-status-badge.status-expired,
    body.market-account-index .market-status-badge.status-denied {
  color: #828D9E;
  background: #f2f3f7;
}

body.market-account-index .market-status-badge.status-pending {
  color: #ef8e28;
  background: #fef5e9;
}

/* --- Top markets in statistics --- */

body.market-account-index .top-markets {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #e8eced;
}

body.market-account-index .subsection-title {
  font-size: 14px;
  font-weight: 700;
  color: #052523;
  margin-bottom: 0.75rem;
}

body.market-account-index .market-item {
  padding: 0.4rem 0;
  border-bottom: 1px solid #f2f3f7;
}

body.market-account-index .market-item:last-child {
  border-bottom: none;
}

body.market-account-index .progress-bar {
  height: 14px;
  background-color: #f2f2f7;
  border-radius: 10px;
}

.market-product-grid-wrapper body.market-account-index .progress-bar.flex {
  display: block;
  transform: none;
}

body.market-account-index .progress-bar{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.faq-question-view .sidebar-additional body.market-account-index .progress-bar:has(#amfaq_search), .faq-category-view .sidebar-additional body.market-account-index .progress-bar:has(#amfaq_search) {
  display: none;
}

body.market-account-index .progress-bar .progress-fill{
  height: 100%;
  border-radius: 10px;
  min-width: 0;
}

/* --- Available section card --- */

body.market-account-index .market-grid-section,
    body.market-account-index .market-available-section {
  padding: 15px;
}

body.market-account-index .market-available-section h2 {
  font-size: 20px;
  font-weight: 800;
  color: #052523;
  margin: 0;
}

body.market-account-index .market-available-section .filter-lab {
  display: none;
}

body.market-account-index .market-available-section .market-labo-col{
  flex-shrink: 0;
  white-space: nowrap;
}

body.market-account-index .market-available-section .market-discount-col {
  flex: 1 1 12%;
  min-width: 0;
  gap: 0.4rem;
}

body.market-account-index .market-available-section .market-discount-text{
  flex: 1 1 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-size: 14px;
  color: #052523;
}

body.market-account-index .market-available-section .market-name-col {
  display: none;
}

body.market-account-index .market-available-section .market-condition-col{
  flex-shrink: 0;
  width: 195px;
}

body.market-account-index .market-available-section .market-condition{
  display: block;
  flex: 1 1 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-content-type$='block'] body.market-account-index .market-available-section .market-condition p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

body.market-account-index .market-available-section .market-condition {
  min-width: 0;
  font-size: 14px;
  color: #052523;
}

body.market-account-index .market-available-section .market-name {
  font-size: 14px;
  color: #052523;
}

body.market-account-index .market-available-section .market-subscribers-inline{
  flex-shrink: 0;
  white-space: nowrap;
}

body.market-account-index .subscriber-spacer {
  display: inline-block;
  width: 17px;
  height: 17px;
}

body.market-account-index .market-available-section .subscriber-count {
  font-size: 14px;
  font-weight: 600;
  color: #ef8e28;
}

body.market-account-index .market-available-section .warning-icon {
  color: #ef8e28;
}

body.market-account-index .market-available-section .market-info-col{
  flex-shrink: 0;
  justify-content: center;
}

body.market-account-index .market-available-section .market-action-col{
  flex-shrink: 0;
  white-space: nowrap;
}

body.market-account-index .subscribe-btn-available{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index .subscribe-btn-available {
    align-items: center;
    gap: 10px;
  }
}

body.market-account-index .subscribe-btn-available {
  gap: 0.35rem;
  font-size: 13px;
  font-weight: 700;
  color: #ee8f28;
  background: #fdf4e9;
  border: none;
  border-radius: 8px;
  padding: 0 10px;
  white-space: nowrap;
}

body.market-account-index .subscribe-btn-available:hover {
  background: #ee8f28;
  color: white;
}

body.market-account-index .subscribe-btn-available:hover svg {
  fill: white;
}

body.market-account-index .market-search-input{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content body.market-account-index .market-search-input > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content body.market-account-index .market-search-input > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content body.market-account-index .market-search-input > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content body.market-account-index .market-search-input > .border-t:first-child {
  border-top: none;
}

body.market-account-index .market-search-input {
  font-size: 16px;
  border: 1px solid #e2e5ea;
  border-radius: 6px;
  padding: 0.4rem 2.25rem 0.4rem 0.75rem;
  min-width: 200px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%23052523' fill-rule='evenodd' d='M3.00019 3.00019C2.21765 3.78273 1.75 4.9823 1.75 6.6533c0 1.67101 0.46765 2.87057 1.25019 3.6531 0.78254 0.7826 1.98211 1.2502 3.65311 1.2502 1.67101 0 2.87057-0.4676 3.6531-1.2502 0.7826-0.78253 1.2502-1.98209 1.2502-3.6531 0-1.671-0.4676-2.87057-1.2502-3.65311C9.52387 2.21765 8.32431 1.75 6.6533 1.75c-1.671 0-2.87057 0.46765-3.65311 1.25019ZM1.93953 1.93953C3.07911 0.799945 4.70619 0.25 6.6533 0.25c1.94711 0 3.5742 0.549945 4.7138 1.68953 1.1396 1.13958 1.6895 2.76666 1.6895 4.71377 0 1.54028-0.3441 2.88029-1.0521 3.9371l1.4526 1.4525c0.3905 0.3905 0.3905 1.0237 0 1.4142-0.3905 0.3906-1.0237 0.3906-1.4142 0l-1.4526-1.4525c-1.05683 0.7079-2.39679 1.052-3.937 1.052-1.94711 0-3.57419-0.5499-4.71377-1.6895C0.799945 10.2275 0.25 8.60041 0.25 6.6533s0.549945-3.57419 1.68953-4.71377Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 17px 17px;
}

/* --- No data messages --- */

body.market-account-index .no-markets-message,
    body.market-account-index .grid-placeholder{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  color: #828D9E;
  font-style: italic;
}

/* --- Market grid section card --- */

body.market-account-index .market-grid-section{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content body.market-account-index .market-grid-section > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content body.market-account-index .market-grid-section > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content body.market-account-index .market-grid-section > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content body.market-account-index .market-grid-section > .border-t:first-child {
  border-top: none;
}

body.market-account-index .market-grid-section {
  border: 1px solid #e8eced;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

body.market-account-index .market-grid-section h2 {
  font-size: 20px;
  font-weight: 800;
  color: #052523;
  margin: 0;
}

/* --- Subscriber tooltip --- */

body.market-account-index .subscriber-tooltip-wrapper {
  position: relative;
  display: inline-flex;
  cursor: help;
}

body.market-account-index .subscriber-tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: #052523;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  white-space: nowrap;
  z-index: 1000;
}

body.market-account-index .subscriber-tooltip::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background-color: white;
  transform: rotate(45deg);
  border: none;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
}

body.market-account-index .subscriber-tooltip strong {
  font-weight: 700;
  color: #f34832;
}

body.market-account-index .subscriber-tooltip-wrapper:hover .subscriber-tooltip {
  display: block;
}

/* --- Tooltip styles --- */

body.market-account-index .market-desc-tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: #052523;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  white-space: nowrap;
  z-index: 1000;
  max-width: none;
  text-align: left;
}

body.market-account-index .market-desc-tooltip::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background-color: white;
  transform: rotate(45deg);
  border: none;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
}

body.market-account-index .market-desc-tooltip-wrapper:hover .market-desc-tooltip {
  display: block;
}

body.market-account-index .market-desc-tooltip-wrapper:hover .info-icon path {
  fill: #052523;
  stroke: none;
}

body.market-account-index .market-desc-tooltip-wrapper:hover .info-icon {
  stroke: none;
}

/* ========================================
       POPUP DETAILS — Redesign
       ======================================== */

/* --- Modal header: fond sombre sobre --- */

body.market-account-index #market-details-modal .modal-header {
  background: #ee8f28;
  background-image: none;
  font-size: 16px;
  padding: 0.5rem 1.25rem;
  min-height: auto;
  gap: 0.75rem;
}

body.market-account-index #market-details-modal .market-header-left {
  font-size: 16px;
  line-height: 1;
}

.market-product-grid-wrapper body.relative.market-account-index #market-details-modal .market-header-left {
  display: block;
  transform: none;
}

body.market-account-index #market-details-modal .market-header-left{
  display: flex;
  flex: 1 1 0%;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index #market-details-modal .market-header-left {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > body.market-account-index #market-details-modal .market-header-left.border-container, .faq-category-view .question_view > body.market-account-index #market-details-modal .market-header-left.border-container {
  display: none;
}

body.market-account-index #market-details-modal .market-header-left {
  gap: 0.5rem;
  max-width: none;
}

body.market-account-index #market-details-modal .market-header-right {
  display: none;
}

body.market-account-index #market-details-modal .market-labo-badge {
  font-size: 15px;
  font-weight: 800;
}

body.market-account-index #market-details-modal .market-discount-pill {
  font-size: 16px;
  font-weight: 700;
}

body.market-account-index #market-details-modal .pill-text {
  font-size: 15px;
  font-weight: 800;
}

/* --- Header progress bar inline --- */

.market-product-grid-wrapper body.relative.market-account-index #market-details-modal .header-progress-wrapper {
  display: block;
  transform: none;
}

body.market-account-index #market-details-modal .header-progress-wrapper{
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index #market-details-modal .header-progress-wrapper {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > body.market-account-index #market-details-modal .header-progress-wrapper.border-container, .faq-category-view .question_view > body.market-account-index #market-details-modal .header-progress-wrapper.border-container {
  display: none;
}

body.market-account-index #market-details-modal .header-progress-wrapper {
  gap: 0.5rem;
}

body.market-account-index #market-details-modal .header-progress-text {
  font-size: 13px;
  font-weight: 800;
  color: white;
  white-space: nowrap;
}

body.market-account-index #market-details-modal .header-progress-bar {
  width: 80px;
  height: 14px;
  background: #f6af61;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

body.market-account-index #market-details-modal .header-progress-fill {
  height: 100%;
  border-radius: 10px;
  background: white;
}

.market-product-grid-wrapper body.relative.market-account-index #market-details-modal .header-progress-fill {
  display: block;
  transform: none;
}

body.market-account-index #market-details-modal .header-progress-fill{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index #market-details-modal .header-progress-fill {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > body.market-account-index #market-details-modal .header-progress-fill.border-container, .faq-category-view .question_view > body.market-account-index #market-details-modal .header-progress-fill.border-container {
  display: none;
}

body.market-account-index #market-details-modal .header-progress-fill {
  min-width: 32%;
  padding-right: 4px;
}

body.market-account-index #market-details-modal .header-progress-pct {
  font-size: 9px;
  font-weight: 800;
  color: #ee8f28;
}

/* --- Header status badge pilule --- */

body.market-account-index #market-details-modal .market-status-badge-header {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  padding: 0 10px 1px 10px;
  border-radius: 8px;
  color: white;
  border: 1px solid white;
  line-height: 18px;
}

body.market-account-index #market-details-modal .market-status-badge-header .status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
  flex-shrink: 0;
}

body.market-account-index #market-details-modal .market-status-badge-header.status-active,
    body.market-account-index #market-details-modal .market-status-badge-header.status-in-progress {
  background: #28b1a8;
}

body.market-account-index #market-details-modal .market-status-badge-header.status-completed,
    body.market-account-index #market-details-modal .market-status-badge-header.status-over {
  background: #f34832;
}

body.market-account-index #market-details-modal .market-status-badge-header.status-expired,
    body.market-account-index #market-details-modal .market-status-badge-header.status-denied {
  background: #5a6070;
}

body.market-account-index #market-details-modal .market-status-badge-header.status-pending {
  background: #ee8f28;
}

/* --- Header subscriber warning (red "1" icon) --- */

body.market-account-index #market-details-modal .header-subscriber-warning {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: default;
  line-height: 1;
}

body.market-account-index #market-details-modal .header-subscriber-warning svg {
  flex-shrink: 0;
}

body.market-account-index #market-details-modal .header-subscriber-warning svg path {
  fill: white;
}

body.market-account-index #market-details-modal .header-subscriber-tooltip {
  display: none;
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  background: white;
  color: #052523;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #e2e5ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

body.market-account-index #market-details-modal .header-subscriber-tooltip .subs-warning {
  color: #f34832;
  font-weight: 700;
}

body.market-account-index #market-details-modal .header-subscriber-warning:hover .header-subscriber-tooltip {
  display: block;
}

body.market-account-index #market-details-modal {
  position: relative;
  padding: 0;
  border-radius: 8px !important;
}

body.market-account-index #market-details-modal .modal-close {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  background: transparent;
  border: none;
  color: white;
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index #market-details-modal .modal-close {
    align-items: center;
    gap: 10px;
  }
}

body.market-account-index #market-details-modal .modal-close {
  width: 32px;
  height: 32px;
  padding: 0;
  margin-left: auto;
  border-radius: 50%;
}

body.market-account-index #market-details-modal .modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

body.market-account-index #market-details-modal .modal-close .close-text {
  display: none;
}

body.market-account-index #market-details-modal .modal-close svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* --- Section layout: icône+titre à gauche, contenu à droite --- */

.market-product-grid-wrapper body.relative.market-account-index #market-details-modal .market-section {
  display: block;
  transform: none;
}

body.market-account-index #market-details-modal .market-section{
  display: flex;
  align-items: flex-start;
}

.faq-question-view .question_view > body.market-account-index #market-details-modal .market-section.border-container, .faq-category-view .question_view > body.market-account-index #market-details-modal .market-section.border-container {
  display: none;
}

body.market-account-index #market-details-modal .market-section {
  gap: 1.5rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e2e5ea;
  margin-bottom: 0;
}

body.market-account-index #market-details-modal .market-section:last-of-type {
  border-bottom: none;
}

.market-product-grid-wrapper body.relative.market-account-index #market-details-modal .section-icon {
  display: block;
  transform: none;
}

body.market-account-index #market-details-modal .section-icon{
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
}

.faq-question-view .question_view > body.market-account-index #market-details-modal .section-icon.border-container, .faq-category-view .question_view > body.market-account-index #market-details-modal .section-icon.border-container {
  display: none;
}

body.market-account-index #market-details-modal .section-icon {
  gap: 0.5rem;
  width: 160px;
  min-width: 160px;
  color: #ee8f28;
  padding-top: 1px;
}

body.market-account-index #market-details-modal .section-icon svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* --- Titre dans section-icon (à côté du SVG) --- */

body.market-account-index #market-details-modal .section-icon h3 {
  font-size: 14px;
  font-weight: 800;
  color: #052523;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.3;
}

/* --- Masquer le h3 dans section-content (il est maintenant dans section-icon) --- */

body.market-account-index #market-details-modal .section-content > h3 {
  display: none;
}

body.market-account-index #market-details-modal .section-content{
  flex: 1 1 0%;
  min-width: 0;
}

/* --- Paragraphes sections --- */

body.market-account-index #market-details-modal .market-section p {
  font-size: 15px;
  line-height: 1.5;
  color: #052523;
  margin: 0;
}

/* --- Listes conditions/récompenses: sobres --- */

body.market-account-index #market-details-modal .market-conditions,
    body.market-account-index #market-details-modal .market-rewards {
  border: none;
  background: transparent;
  padding: 0 0 0 0.25rem;
  margin: 0.25rem 0;
}

body.market-account-index #market-details-modal .market-conditions li,
    body.market-account-index #market-details-modal .market-rewards li {
  font-size: 15px;
  color: #052523;
  padding-left: 1.25rem;
  margin: 0.3rem 0;
  font-weight: 700;
  position: relative;
}

body.market-account-index #market-details-modal .market-conditions li::before,
    body.market-account-index #market-details-modal .market-rewards li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #ee8f28;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

/* --- Progress bar modal: style listing --- */

body.market-account-index #market-details-modal .modal-progress-bar {
  height: 15px;
  border-radius: 10px;
  background: #f2f2f7;
}

body.market-account-index #market-details-modal .modal-progress-fill {
  border-radius: 10px;
}

.market-product-grid-wrapper body.relative.market-account-index #market-details-modal .modal-progress-fill {
  display: block;
  transform: none;
}

body.market-account-index #market-details-modal .modal-progress-fill{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index #market-details-modal .modal-progress-fill {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > body.market-account-index #market-details-modal .modal-progress-fill.border-container, .faq-category-view .question_view > body.market-account-index #market-details-modal .modal-progress-fill.border-container {
  display: none;
}

body.market-account-index #market-details-modal .modal-progress-fill {
  min-width: 32px;
  padding-right: 6px;
}

body.market-account-index #market-details-modal .modal-progress-text {
  font-size: 10px;
  font-weight: 800;
  color: white;
  text-shadow: none;
}

body.market-account-index #market-details-modal .modal-progress-info {
  font-size: 15px;
  justify-content: flex-start;
  gap: 0.25rem;
  margin-top: 0.5rem;
}

body.market-account-index #market-details-modal .modal-progress-info .progress-current {
  font-weight: 700;
  color: #052523;
}

body.market-account-index #market-details-modal .modal-progress-container {
  width: 35%;
}

body.market-account-index #market-details-modal .modal-progress-info .progress-required {
  font-weight: 700;
  color: #052523;
}

/* --- Boutons "Afficher les produits": fond pastel orange --- */

body.market-account-index #market-details-modal .show-products-wrapper {
  margin-top: 0.75rem;
}

body.market-account-index #market-details-modal .show-products-btn,
    body.market-account-index #market-details-modal .btn-show-reward-products{
  display: inline-flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index #market-details-modal .show-products-btn,.checkout-onepage-success .thanks-banner 
    body.market-account-index #market-details-modal .btn-show-reward-products {
    align-items: center;
    gap: 10px;
  }
}

body.market-account-index #market-details-modal .show-products-btn,
    body.market-account-index #market-details-modal .btn-show-reward-products {
  background: #fef5e9;
  color: #ee8f28;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  padding: 0.25rem 0.75rem;
  box-shadow: none;
  gap: 0.5rem;
}

body.market-account-index #market-details-modal .show-products-btn:hover,
    body.market-account-index #market-details-modal .btn-show-reward-products:hover {
  background: #ee8f28;
  color: white;
  transform: none;
  box-shadow: none;
}

/* --- Boutons d'action footer: outlined orange --- */

body.market-account-index #market-details-modal .market-actions {
  border-top: none;
  padding-top: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.market-product-grid-wrapper body.relative.market-account-index #market-details-modal .market-actions {
  display: block;
  transform: none;
}

body.market-account-index #market-details-modal .market-actions{
  display: flex;
  justify-content: center;
}

.faq-question-view .question_view > body.market-account-index #market-details-modal .market-actions.border-container, .faq-category-view .question_view > body.market-account-index #market-details-modal .market-actions.border-container {
  display: none;
}

body.market-account-index #market-details-modal .market-actions .action {
  background: #f34832;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  padding: 0.6rem 1.5em;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: none;
}

body.market-account-index #market-details-modal .market-actions .action.unsubscribe-market:hover {
  background: #f34832 !important;
  filter: brightness(1.05);
  transform: none;
  box-shadow: none;
}

body.market-account-index #market-details-modal .market-actions .action.subscribe-market:hover {
  background: #ee8f28 !important;
  filter: brightness(1.05);
  transform: none;
  box-shadow: none;
}

body.market-account-index #market-details-modal .market-actions .action.subscribe-market {
  background: #ee8f28;
}

/* --- Hide header subscribe button + preceding separator --- */

body.market-account-index #market-details-modal .header-subscribe.subscribe-market {
  display: none;
}

body.market-account-index #market-details-modal .header-sep:has(+ .header-subscribe.subscribe-market) {
  display: none;
}

/* --- Modal body padding ajusté --- */

body.market-account-index #market-details-modal .modal-body {
  padding: 0.5rem 1.75rem 1.25rem;
}

/* --- Loading state --- */

body.market-account-index #market-details-modal .market-modal-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  gap: 1rem;
  font-size: 15px;
  font-weight: 600;
  color: #828D9E;
}

body.market-account-index #market-details-modal .modal-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #f2f2f7;
  border-top-color: #ee8f28;
  border-radius: 50%;
  animation: modal-spin 0.7s linear infinite;
}

@keyframes modal-spin {
  to {
    transform: rotate(360deg);
  }
}

/* --- Product drawer (slide-in panel) --- */

body.market-account-index #market-details-modal .market-modal-content {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}

body.market-account-index #market-details-modal .drawer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 20;
  cursor: pointer;
  transition: background 0.3s ease;
}

body.market-account-index #market-details-modal .drawer-overlay.active {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

body.market-account-index #market-details-modal .product-drawer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  background: white;
  z-index: 30;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.05);
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.market-product-grid-wrapper body.relative.market-account-index #market-details-modal .product-drawer {
  display: block;
  transform: none;
}

body.market-account-index #market-details-modal .product-drawer{
  display: flex;
  flex-direction: column;
}

.faq-question-view .question_view > body.market-account-index #market-details-modal .product-drawer.border-container, .faq-category-view .question_view > body.market-account-index #market-details-modal .product-drawer.border-container {
  display: none;
}

body.market-account-index #market-details-modal .product-drawer {
  border-radius: 0 0 8px 0;
}

body.market-account-index #market-details-modal .product-drawer.open {
  transform: translateX(0);
}

body.market-account-index #market-details-modal .drawer-header {
  padding: 0.75rem 1rem 0;
  border-bottom: none;
  flex-shrink: 0;
}

body.market-account-index #market-details-modal .drawer-back {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0;
  background: none;
  border: none;
  color: #ee8f28;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 2px;
}

body.market-account-index #market-details-modal .drawer-back:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

body.market-account-index #market-details-modal .drawer-back svg {
  width: 16px;
  height: 16px;
  stroke: #ee8f28;
  position: relative;
  top: 1px;
}

body.market-account-index #market-details-modal .drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 0 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
}

body.market-account-index #market-details-modal .drawer-section-title {
  font-size: 15px;
  font-weight: 800;
  color: #052523;
  text-transform: uppercase;
  margin: 0;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.market-account-index #market-details-modal .drawer-section-title {
    align-items: center;
    gap: 10px;
  }
}

body.market-account-index #market-details-modal .drawer-section-title {
  gap: 0.35rem;
}

body.market-account-index #market-details-modal .drawer-section-desc {
  font-size: 15px;
  font-weight: 500;
  color: #052523;
  margin: 0 0 1rem;
}

body.market-account-index #market-details-modal .drawer-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 0;
  gap: 1rem;
  font-size: 15px;
  font-weight: 600;
  color: #828D9E;
}

body.market-account-index #market-details-modal .products-counter {
  display: none;
}

body.market-account-index #market-details-modal .drawer-error {
  text-align: center;
  padding: 1.5rem;
  color: #f34832;
  font-size: 15px;
}

body.market-account-index #market-details-modal .market-products-grid.grid {
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.market-account-index #market-details-modal .market-products-grid .market-product-item .product-item {
  padding: 5px;
  height: 100%;
}

body.market-account-index #market-details-modal .market-products-grid .market-product-item {
  height: auto;
}

body.market-account-index #market-details-modal .market-products-grid .product-name,
    body.market-account-index #market-details-modal .market-products-grid .product-item-name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --- Inline "Mini-marché" styled label --- */

body.market-account-index #market-details-modal .mini-market-icon {
  color: #ee8f28;
  font-weight: 700;
}

body.market-account-index #market-details-modal .mini-market-icon::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  vertical-align: -2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%23ee8f28'%3E%3Cpath d='M12.16,1.84c-1.22-1.23-2.99-1.84-5.16-1.84S3.06.61,1.84,1.84C.61,3.06,0,4.83,0,7s.61,3.94,1.84,5.16c1.22,1.22,2.99,1.84,5.16,1.84s3.94-.61,5.16-1.84c1.22-1.22,1.84-2.99,1.84-5.16s-.61-3.94-1.84-5.16ZM9.81,9.88c0,.34-.28.62-.62.62s-.62-.28-.62-.62v-4.04c-.31.72-.58,1.44-.82,2.19-.1.33-.41.55-.75.55s-.65-.22-.75-.55c-.24-.75-.51-1.48-.82-2.19v4.04c0,.34-.28.62-.62.62s-.62-.28-.62-.62v-5.46c0-.51.41-.92.92-.92.35,0,.66.19.82.5.41.8.76,1.59,1.07,2.41.31-.82.66-1.61,1.07-2.41.16-.31.47-.5.82-.5.51,0,.92.41.92.92,0,0,0,5.46,0,5.46Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* --- Detailed progress toggle (inside progress col) --- */

body.market-account-index .detail-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: #828D9E;
  transition: transform 0.2s;
  flex-shrink: 0;
  line-height: 1;
}

body.market-account-index .detail-open .detail-toggle {
  transform: rotate(180deg);
}

body.market-account-index .detail-open .market-detail-panel {
  display: block !important;
}

body.market-account-index .market-detail-panel {
  padding: 8px 16px 12px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

body.market-account-index .detail-condition-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  font-size: 13px;
}

body.market-account-index .detail-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

body.market-account-index .detail-values {
  white-space: nowrap;
  color: #828D9E;
  min-width: 60px;
  text-align: right;
}

body.market-account-index .detail-progress-bar {
  width: 80px;
  height: 6px;
  background: #eee;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
}

body.market-account-index .detail-progress-bar .progress-fill {
  height: 100%;
  border-radius: 3px;
}

body.market-account-index .detail-percent {
  min-width: 30px;
  text-align: right;
  font-size: 12px;
  color: #828D9E;
}

/* Balance history table */

.balance-history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.balance-history-table th {
  background: #f5f6f8;
  color: #828D9E;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
  padding: 8px 12px;
  text-align: left;
  border-bottom: 2px solid #e5e7eb;
}

.balance-history-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
}

.balance-history-table tr:last-child td {
  border-bottom: none;
}

.balance-history-table tr:hover td {
  background: #fafbfc;
}

.balance-history-table .text-right {
  text-align: right;
}

.balance-history-table .amount-credit {
  color: #28b1a8;
  font-weight: 600;
}

.balance-history-table .amount-debit {
  color: #e74c3c;
  font-weight: 600;
}

/* History toggle button */

.market-actions .view-history-market {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: #828D9E;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.market-actions .view-history-market:hover {
  background: #6b7688;
}

.market-actions .view-history-market svg {
  flex-shrink: 0;
}

form .field, fieldset .field{
  margin-top: 1rem;
}

/* Reserve space for single line form validation messages */

form .field.field-reserved, fieldset .field.field-reserved{
  margin-bottom: 1.75rem;
}

form .field.field-reserved ul:last-of-type, fieldset .field.field-reserved ul:last-of-type{
  margin-bottom: -1.5rem;
  padding-bottom: 0.25rem;
}

form .field.field-reserved ul, fieldset .field.field-reserved ul{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute form.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  fieldset.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute form.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  fieldset.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black + svg{
  right: -2rem;
}

form label, fieldset label{
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] form label p:last-child,[data-content-type$='block']  fieldset label p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.am-filter-state .filter-options-title spanform label,.am-filter-state .filter-options-title span fieldset label {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div aform label,.amfaq_categories > div a fieldset label {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.market-product-grid-wrapper form.relative .field.choice,.market-product-grid-wrapper  fieldset.relative .field.choice {
  display: block;
  transform: none;
}

form .field.choice, fieldset .field.choice{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner form .field.choice,.checkout-onepage-success .thanks-banner  fieldset .field.choice {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > form .field.choice.border-container, .faq-category-view .question_view > form .field.choice.border-container,.faq-question-view .question_view >  fieldset .field.choice.border-container, .faq-category-view .question_view >  fieldset .field.choice.border-container {
  display: none;
}

form .field.choice input, fieldset .field.choice input{
  margin-right: 1rem;
}

form .field.choice label, fieldset .field.choice label{
  margin-bottom: 0px;
}

form .field.choice .messages, fieldset .field.choice .messages {
  order: 3;
  width: 100%
}

.faq-question-view .sidebar-additional form .field.choice .messages:has(#amfaq_search), .faq-category-view .sidebar-additional form .field.choice .messages:has(#amfaq_search),.faq-question-view .sidebar-additional  fieldset .field.choice .messages:has(#amfaq_search), .faq-category-view .sidebar-additional  fieldset .field.choice .messages:has(#amfaq_search) {
  display: none;
}

form .field.field-error .messages, fieldset .field.field-error .messages{
  margin-top: 0.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.checkout-cart-index .mini-market-cart-wrapper .market-description form .field.field-error .messages,.checkout-cart-index .mini-market-cart-wrapper .market-description  fieldset .field.field-error .messages {
  color: #fe961e;
  font-weight: 700;
}

.am-filter-state .filter-options-title spanform .field.field-error .messages,.am-filter-state .filter-options-title span fieldset .field.field-error .messages {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div aform .field.field-error .messages,.amfaq_categories > div a fieldset .field.field-error .messages {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

form .field.field-error .messages, fieldset .field.field-error .messages {
  max-width: -webkit-fit-content;
  max-width: fit-content;
}

form .field.field-error .form-input,
    form .field.field-error .form-select,
    form .field.field-error .form-textarea,
    fieldset .field.field-error .form-input,
    fieldset .field.field-error .form-select,
    fieldset .field.field-error .form-textarea {
  border-color: #f34832 !important;
  --tw-ring-color: #f34832 !important;
}

form .field.field-reserved.field-success, fieldset .field.field-reserved.field-success{
  margin-bottom: 0px !important;
}

form legend, fieldset legend{
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

form legend + br, fieldset legend + br{
  display: none;
}

[type='checkbox'],[type='radio']{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

.cms-amasty-faq-home-page .amfaq_questions [type='checkbox'],.cms-amasty-faq-home-page .amfaq_questions [type='radio'] {
  border-bottom-color: #e2e5ea;
  margin-bottom: 0;
  padding: 12px 0;
}

.cms-amasty-faq-home-page .amfaq_questions [type='checkbox']:last-child,.cms-amasty-faq-home-page .amfaq_questions [type='radio']:last-child {
  border-bottom: none;
}

.faq-question-view .question_view > .flex[type='checkbox'], .faq-category-view .question_view > .flex[type='checkbox'],.faq-question-view .question_view > .flex[type='radio'], .faq-category-view .question_view > .flex[type='radio'] {
  display: none;
}

.faq-question-view .amfaq_questions [type='checkbox'], .faq-category-view .amfaq_questions [type='checkbox'],.faq-question-view .amfaq_questions [type='radio'], .faq-category-view .amfaq_questions [type='radio'] {
  border-bottom-color: #e2e5ea;
  margin-bottom: 0;
  padding: 12px 0;
}

.faq-question-view .amfaq_questions [type='checkbox']:last-child, .faq-category-view .amfaq_questions [type='checkbox']:last-child,.faq-question-view .amfaq_questions [type='radio']:last-child, .faq-category-view .amfaq_questions [type='radio']:last-child {
  border-bottom: none;
}

[type='checkbox']{
  border-radius: 0.125rem;
}

[type='checkbox']:checked, [type='checkbox']:checked:hover, [type='checkbox']:checked:focus,
[type='radio']:checked, [type='radio']:checked:hover, [type='radio']:checked:focus
{
  background-color: #28b1a8;
}

[type='checkbox']:focus, [type='radio']:focus{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  outline: none !important;
  box-shadow: none !important;
}

fieldset ~ fieldset{
  margin-top: 2rem;
}

.field.required > label::after {
  line-height: 1.25rem !important;
  font-weight: 800 !important;
  margin-left: -0.15rem !important;
}

/* For backwards compatibility */

.market-product-grid-wrapper .relative.flex-columns-wrapper {
  display: block;
  transform: none;
}

.flex-columns-wrapper{
  display: flex;
  flex-direction: column;
}

.faq-question-view .question_view > .flex-columns-wrapper.border-container, .faq-category-view .question_view > .flex-columns-wrapper.border-container {
  display: none;
}

@media (min-width: 768px) {
  .flex-columns-wrapper{
    flex-direction: row;
  }
}

[data-content-type='row'].width-small{
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

[data-content-type='row'].width-medium{
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

[data-content-type='row'] h1{
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: 900;
}

[data-content-type='row'] h2{
  margin-bottom: 2rem;
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  [data-content-type='row'] h2{
    line-height: 45px;
  }
}

[data-content-type='row'] h2.text-secondary{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

[data-content-type='row'] h2.width-small{
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

[data-content-type='row'] h3{
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  [data-content-type='row'] h3{
    font-size: 25px;
  }
}

[data-content-type='row'] .pagebuilder-button-link{
  cursor: pointer;
  padding-bottom: 2px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2[data-content-type='row'] .pagebuilder-button-link{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

[data-content-type='row'] .pagebuilder-button-link:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 20px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 10px;
}

[data-content-type='row'] .pagebuilder-button-link:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

[data-content-type='row'] .btn-wysiwyg {
  background: transparent;
}

[data-content-type='row'] .btn-wysiwyg .pagebuilder-button-primary {
  background: none;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.5rem;
}

[data-content-type='row'] .btn-wysiwyg .pagebuilder-button-primary:after{
  display: none;
}

.market-product-grid-wrapper .relative[data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-primary,.market-product-grid-wrapper .relative [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-secondary {
  display: block;
  transform: none;
}

[data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-primary, [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-secondary{
  display: flex;
  align-items: center;
  font-size: 19px;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-primary,.checkout-onepage-success .thanks-banner  [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-secondary {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-primary.border-container, .faq-category-view .question_view > [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-primary.border-container,.faq-question-view .question_view >  [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-secondary.border-container, .faq-category-view .question_view >  [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-secondary.border-container {
  display: none;
}

@media (min-width: 768px){
  [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-primary, [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-secondary{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

[data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-primary:after, [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-secondary:after {
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  background-position: center;
}

[data-content-type='row'] .btn-wysiwyg-simple .pagebuilder-button-primary {
  background: #28b1a8;
}

.market-product-grid-wrapper .relative[data-content-type='row'] .btn-wysiwyg-arrow-bottom .pagebuilder-button-primary {
  display: block;
  transform: none;
}

[data-content-type='row'] .btn-wysiwyg-arrow-bottom .pagebuilder-button-primary{
  display: flex;
  align-items: center;
  font-size: 17.5px;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner [data-content-type='row'] .btn-wysiwyg-arrow-bottom .pagebuilder-button-primary {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > [data-content-type='row'] .btn-wysiwyg-arrow-bottom .pagebuilder-button-primary.border-container, .faq-category-view .question_view > [data-content-type='row'] .btn-wysiwyg-arrow-bottom .pagebuilder-button-primary.border-container {
  display: none;
}

[data-content-type='row'] .btn-wysiwyg-arrow-bottom .pagebuilder-button-primary:before {
  content: "";
  background-image: url("../images/arrow-left.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  display: block;
  --tw-rotate: 270deg;
  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));
  background-color: transparent !important;
}

[data-content-type$='block'] [data-content-type='row'] .btn-wysiwyg-arrow-bottom .pagebuilder-button-primary p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

[data-content-type='row'] .btn-wysiwyg-arrow-bottom .pagebuilder-button-primary:before {
  position: relative;
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(116%) hue-rotate(196deg) brightness(119%) contrast(100%);
}

.market-product-grid-wrapper .relative[data-content-type='row'] .btn-wysiwyg-arrow-right .pagebuilder-button-primary {
  display: block;
  transform: none;
}

[data-content-type='row'] .btn-wysiwyg-arrow-right .pagebuilder-button-primary{
  display: flex;
  align-items: center;
  font-size: 16px;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner [data-content-type='row'] .btn-wysiwyg-arrow-right .pagebuilder-button-primary {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > [data-content-type='row'] .btn-wysiwyg-arrow-right .pagebuilder-button-primary.border-container, .faq-category-view .question_view > [data-content-type='row'] .btn-wysiwyg-arrow-right .pagebuilder-button-primary.border-container {
  display: none;
}

[data-content-type='row'] .btn-wysiwyg-arrow-right .pagebuilder-button-primary:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right center;
}

[data-content-type='row'] p{
  margin-bottom: 1.5rem;
}

.pagebuilder-column-line{
  gap: 1.5rem;
}

@media (min-width: 1024px){
  [data-content-type='row'].padding-large > div{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.market-product-grid-wrapper .relative[data-content-type='tabs'] .tabs-navigation {
  display: block;
  transform: none;
}

[data-content-type='tabs'] .tabs-navigation{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  border-width: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.faq-question-view .question_view > [data-content-type='tabs'] .tabs-navigation.border-container, .faq-category-view .question_view > [data-content-type='tabs'] .tabs-navigation.border-container {
  display: none;
}

@media (min-width: 1024px){
  [data-content-type='tabs'] .tabs-navigation{
    justify-content: center;
  }
}

[data-content-type='tabs'] .tabs-navigation li{
  border-style: none !important;
  background-color: transparent !important;
  padding: 0px;
}

[data-content-type='tabs'] .tabs-navigation li a{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content [data-content-type='tabs'] .tabs-navigation li a > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content [data-content-type='tabs'] .tabs-navigation li a > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content [data-content-type='tabs'] .tabs-navigation li a > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content [data-content-type='tabs'] .tabs-navigation li a > .border-t:first-child {
  border-top: none;
}

[data-content-type='tabs'] .tabs-navigation li a {
  border: solid 1px rgba(0, 0, 0, 0.04);
}

@media (min-width: 1024px) {
  [data-content-type='tabs'] .tabs-navigation li.active:before {
    content: "";
    width: 10px;
    height: 22px;
    background-image: url("../images/arrow-tab.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    display: block;
    --tw-translate-x: -50%;
    --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));
  }

  [data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.active p:last-child:before{
    margin-bottom: 1rem;
    margin-top: 0px;
  }
}

[data-content-type='tabs'] .tabs-navigation li.active a {
  background: #29beb5;
  border-color: #29beb5;
}

[data-content-type='tabs'] .tabs-navigation li.active a span{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.market-product-grid-wrapper [data-content-type='tabs'] .tabs-navigation li.tab-header.flex {
  display: block;
  transform: none;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: -1px;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

[data-content-type='tabs'] .tabs-navigation li.tab-header:first-child{
  margin-left: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header.active{
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content [data-content-type='tabs'] .tabs-navigation li.tab-header.active > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content [data-content-type='tabs'] .tabs-navigation li.tab-header.active > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content [data-content-type='tabs'] .tabs-navigation li.tab-header.active > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content [data-content-type='tabs'] .tabs-navigation li.tab-header.active > .border-t:first-child {
  border-top: none;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
  border-bottom: 1px solid white;
}

.market-product-grid-wrapper [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.flex {
  display: block;
  transform: none;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
  position: relative;
  display: block;
  cursor: pointer;
  white-space: normal;
  border-width: 2px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.am-filter-state .filter-options-title span[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.leading-tight.text-black + svg{
  right: -2rem;
}

@media (min-width: 1024px){
  [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span{
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.leading-tight.text-black + svg{
  right: -2rem;
}

@media (min-width: 768px){
  [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span{
    font-size: 17px;
  }
}

[data-content-type='tabs'].vertical{
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

@media (min-width: 1024px){
  .market-product-grid-wrapper [data-content-type='tabs'].vertical.relative {
    display: block;
    transform: none;
  }

  [data-content-type='tabs'].vertical{
    display: flex;
    flex-direction: row-reverse;
  }
}

[data-content-type='tabs'].vertical > [data-content-type='text'] {
  flex: 1;
}

.market-product-grid-wrapper .relative[data-content-type='tabs'].vertical .tabs-navigation {
  display: block;
  transform: none;
}

[data-content-type='tabs'].vertical .tabs-navigation{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.faq-question-view .question_view > [data-content-type='tabs'].vertical .tabs-navigation.border-container, .faq-category-view .question_view > [data-content-type='tabs'].vertical .tabs-navigation.border-container {
  display: none;
}

@media not all and (min-width: 1024px){
  [data-content-type='tabs'].vertical .tabs-navigation{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px){
  [data-content-type='tabs'].vertical .tabs-navigation{
    flex-direction: column;
  }
}

[data-content-type='tabs'].vertical .tabs-navigation {
  flex: 0 0 auto;
}

[data-content-type='tabs'].vertical .tabs-navigation li.active:before{
  top: 50%;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 1024px){
  [data-content-type='tabs'].vertical .tabs-navigation li.active:before{
    display: none;
  }
}

[data-content-type='tabs'].vertical .tabs-navigation li.active:before {
  left:-5px;
  margin-top: -11px;
}

[data-content-type='tabs'].vertical.vertical-right{
  justify-content: flex-start;
}

@media (min-width: 1024px){
  [data-content-type='tabs'].vertical.vertical-right{
    flex-direction: row;
  }

  .market-product-grid-wrapper [data-content-type='tabs'].vertical.vertical-right .tabs-navigation.relative {
    display: block;
    transform: none;
  }

  [data-content-type='tabs'].vertical.vertical-right .tabs-navigation{
    display: flex;
    flex-direction: column;
  }
}

[data-content-type='tabs'].vertical.vertical-right .tabs-navigation {
  flex: 0 0 auto;
}

[data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.active:before {
  right: -5px;
  left: inherit;
  rotate: 180deg;
}

.image-zoom-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.image-zoom-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.image-zoom-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.image-zoom-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: white;
  cursor: pointer;
  z-index: 10000;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 0.2s;
}

.image-zoom-close:hover {
  transform: scale(1.2);
}

.market-product-grid-wrapper .active-tabs.flex {
  display: block;
  transform: none;
}

.active-tabs{
  position: relative;
}

.active-tabs .tabs-arrow {
  cursor: pointer;
}

.market-product-grid-wrapper .relative.active-tabs .tabs-arrow {
  display: block;
  transform: none;
}

.active-tabs .tabs-arrow{
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .active-tabs .tabs-arrow {
    align-items: center;
    gap: 10px;
  }
}

.cms-compatible-lgo .page-footer .footer.content .active-tabs .tabs-arrow > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .active-tabs .tabs-arrow > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .active-tabs .tabs-arrow > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .active-tabs .tabs-arrow > .border-t:first-child {
  border-top: none;
}

.faq-question-view .question_view > .active-tabs .tabs-arrow.border-container, .faq-category-view .question_view > .active-tabs .tabs-arrow.border-container {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.active-tabs .tabs-arrow.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.active-tabs .tabs-arrow.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

@media not all and (min-width: 1024px){
  .active-tabs .tabs-arrow{
    display: none;
  }
}

@media (min-width: 1024px){
  .active-tabs .tabs-arrow{
    top: 50%;
    height: 50px;
    width: 50px;
    --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));
  }
}

.active-tabs .tabs-arrow.left-arrow{
  left: 0px;
}

.active-tabs .tabs-arrow.right-arrow{
  right: 0px;
}

@media not all and (min-width: 768px){
  [data-role="glider-content"]{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .glider-prev{
    left: 0px;
    z-index: 10;
    height: 2rem;
    width: 2rem;
  }

  .glider-next{
    right: 0px;
    z-index: 10;
    height: 2rem;
    width: 2rem;
  }
}

[data-content-type='slider'] .carousel-nav{
  background-color: transparent;
}

.mediaplan-calendar-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
}

@media (min-width: 768px) {
  .mediaplan-calendar-container {
    flex-direction: row;
  }
}

body.mediaplan-index-index #maincontent, body.mediaplan-index-view #maincontent {
  margin-top: -60px;
}

/* Breadcrumbs — match category page style */

.market-product-grid-wrapper body.mediaplan-index-index .breadcrumbs.flex,.market-product-grid-wrapper  body.mediaplan-index-view .breadcrumbs.flex {
  display: block;
  transform: none;
}

body.mediaplan-index-index .breadcrumbs, body.mediaplan-index-view .breadcrumbs{
  position: relative;
  padding-top: 2.5rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index: 1;
  background-color: transparent !important;
  border-top: none !important;
}

body.mediaplan-index-index .breadcrumbs .breadcrumbs-list, body.mediaplan-index-view .breadcrumbs .breadcrumbs-list{
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.25rem;
}

body.mediaplan-index-index .breadcrumbs .breadcrumbs-list li a, body.mediaplan-index-index .breadcrumbs .breadcrumbs-list li span:not(.breadcrumb-separator), body.mediaplan-index-view .breadcrumbs .breadcrumbs-list li a, body.mediaplan-index-view .breadcrumbs .breadcrumbs-list li span:not(.breadcrumb-separator) {
  font-size: 10px;
  font-weight: 600;
  color: #052523 !important;
}

/* Header area — gradient background like category page */

.market-product-grid-wrapper body.mediaplan-index-index .category-view.flex,.market-product-grid-wrapper  body.mediaplan-index-view .category-view.flex {
  display: block;
  transform: none;
}

body.mediaplan-index-index .category-view, body.mediaplan-index-view .category-view{
  position: relative;
  padding-top: 60px;
  padding-bottom: 0;
  margin-bottom: 3rem;
}

body.mediaplan-index-index .category-view:after, body.mediaplan-index-view .category-view:after {
  content: "";
  position: absolute;
  display: block;
}

[data-content-type$='block'] body.mediaplan-index-index .category-view p:last-child:after,[data-content-type$='block']  body.mediaplan-index-view .category-view p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

body.mediaplan-index-index .category-view:after, body.mediaplan-index-view .category-view:after {
  left: -100vw;
  right: -100vw;
  top: -4rem;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(174deg, #e2f6f4 25%, #f9fafb 60%);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}

body.mediaplan-index-index .category-view h1, body.mediaplan-index-view .category-view h1{
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: 800;
  color: #052523;
}

body.mediaplan-index-index .category-view p, body.mediaplan-index-view .category-view p {
  font-size: 15px;
  color: #052523;
}

body.mediaplan-index-index .page-main .columns, body.mediaplan-index-view .page-main .columns {
  padding-top: 0;
}

.mediaplan-view-header {
  background-color: #005eb8;
  /* Blue from image */
  color: white;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.mediaplan-view-header .breadcrumbs {
  font-size: 12px;
  margin-bottom: 10px;
  opacity: 0.8;
  text-transform: uppercase;
}

.mediaplan-view-header h1 {
  color: white;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
}

.mediaplan-view-header .header-meta {
  display: flex;
  gap: 30px;
  font-size: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.mediaplan-view-header .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mediaplan-view-header .meta-item .icon {
  font-size: 16px;
}

.mediaplan-products-section {
  margin-bottom: 40px;
}

.mediaplan-products-section h2 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

.mediaplan-products-section .subtitle {
  color: #005eb8;
  font-size: 14px;
  margin-bottom: 20px;
}

.products-grid {
  /*display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;*/
}

.product-item-card {
  border: 1px solid #e0e0e0;
  padding: 15px;
  border-radius: 5px;
  background: white;
  text-align: center;
  position: relative;
  transition: box-shadow 0.3s;
}

.product-item-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.product-item-card .product-image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.product-item-card .product-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.product-item-card .product-brand {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: left;
}

.product-item-card .product-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden;
  text-align: left;
  line-height: 1.3;
}

.product-item-card .product-name a {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.product-item-card .product-price {
  color: #e22c00;
  /* Orange/Red price */
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}

.product-item-card .action-cart {
  background-color: #00aeb3;
  /* Teal color */
  color: white;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.product-item-card .action-cart:hover {
  background-color: #008c90;
}

/* breadcrumbs color now handled in .mediaplan-index-index block above */

.mediaplan-calendar-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
}

/* Calendar overrides */

.fc-event-main-frame.current-plan {
  border: 2px solid #005eb8;
}

/* Calendar Layout */

.calendar-layout-container {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.calendar-main {
  flex: 1;
  min-width: 0;
  /* Prevent flex item from overflowing */
}

.calendar-sidebar {
  width: 280px;
  flex-shrink: 0;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.filter-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.clear-filters {
  color: #00aeb3;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 13px;
}

.filter-section {
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.filter-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  font-size: 14px;
}

.filter-content {
  padding: 10px 0;
}

.checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 13px;
}

.checkbox-item input {
  margin-right: 8px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-icon {
  display: flex;
  align-items: center;
  color: inherit;
  margin: 0;
}

.search-box {
  position: relative;
  margin-bottom: 10px;
}

.search-box::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='none' stroke='%23828d9e' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M18.2,32.2c7.7,0,14-6.3,14-14s-6.3-14-14-14s-14,6.3-14,14S10.5,32.2,18.2,32.2z'/%3E%3Cpath fill='none' stroke='%23828d9e' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M35.8,35.8l-7.6-7.6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.search-box input {
  width: 100%;
  padding: 8px 40px 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
}

.laboratories-list {
  max-height: 300px;
  overflow-y: auto;
}

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

.lab-count {
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 11px;
  color: #666;
}

.calendar-sidebar {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  height: -webkit-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  .calendar-sidebar {
    width: 25%;
    min-width: 280px;
  }
}

.calendar-main-layout {
  width: 100%;
  flex: 1;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.sidebar-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.clear-filters {
  color: #00897B;
  font-size: 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}

.clear-filters:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.filter-section {
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.filter-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.filter-toggle-icon {
  transition: transform 0.2s;
}

.filter-toggle-icon.collapsed {
  transform: rotate(180deg);
}

.filter-content {
  display: block;
}

.checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}

.checkbox-item input[type="checkbox"] {
  margin-right: 10px;
  accent-color: #00897B;
  width: 16px;
  height: 16px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  flex: 1;
}

.checkbox-icon {
  margin: 0;
  display: flex;
  align-items: center;
  color: inherit;
}

.search-box {
  position: relative;
  margin-bottom: 10px;
}

.search-box::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='none' stroke='%23828d9e' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M18.2,32.2c7.7,0,14-6.3,14-14s-6.3-14-14-14s-14,6.3-14,14S10.5,32.2,18.2,32.2z'/%3E%3Cpath fill='none' stroke='%23828d9e' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M35.8,35.8l-7.6-7.6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.search-box input {
  width: 100%;
  padding: 8px 40px 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.laboratories-list {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 5px;
}

/* Custom scrollbar for labs */

.laboratories-list::-webkit-scrollbar {
  width: 4px;
}

.laboratories-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.laboratories-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.laboratories-list::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

.lab-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

.lab-count {
  background: #f0f0f0;
  color: #666;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  min-width: 20px;
  text-align: center;
}

/* Calendar overrides */

.fc-event {
  cursor: pointer;
  border: none !important;
  margin-bottom: 1px !important;
  padding: 0 !important;
}

/* Event border-radius & margins based on start/end segments */

/* Single-day event: pill shape, margin on both sides */

.fc-event.fc-event-start.fc-event-end {
  border-radius: 100px !important;
  margin-left: 2px !important;
  margin-right: 2px !important;
}

/* Start of multi-day: pill left, flush right */

.fc-event.fc-event-start:not(.fc-event-end) {
  border-radius: 100px 0 0 100px !important;
  margin-left: 2px !important;
  margin-right: 0 !important;
}

/* End of multi-day: flush left, pill right */

.fc-event.fc-event-end:not(.fc-event-start) {
  border-radius: 0 100px 100px 0 !important;
  margin-left: 0 !important;
  margin-right: 2px !important;
}

/* Middle segment: flush on both sides, no rounding */

.fc-event:not(.fc-event-start):not(.fc-event-end) {
  border-radius: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.fc-event-main {
  padding: 0 !important;
}

.fc-event-main-frame {
  display: flex;
  align-items: center;
  gap: 2px;
  color: white;
  font-size: 10px;
  line-height: 1;
  overflow: hidden;
  padding: 1px 2px;
}

.fc-event-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  background: white;
  border-radius: 50%;
  padding: 1.5px;
}

.fc-event-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.fc-event-title-container {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fc-event-title {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Tooltip for truncated event titles */

.fc-event-tooltip {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
}

.fc-event-tooltip-inner {
  background: white;
  border: 1px solid #e2e5ea;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #052523;
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.fc-event-tooltip::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: white;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
}

.fc-event-laboratory {
  font-weight: 700;
  text-transform: uppercase;
}

/* Popover styling */

.fc-popover {
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
  border: 1px solid #eee !important;
  z-index: 1000 !important;
}

.fc-popover-header {
  background: #f8f9fa !important;
  padding: 8px 12px !important;
  border-bottom: 1px solid #eee !important;
  border-radius: 8px 8px 0 0 !important;
  font-weight: 600 !important;
}

.fc .fc-popover-body {
  padding: 10px;
}

/* FullCalendar Customization */

#calendar, #laboratory-calendar {
  background: #f3f5f8;
  padding: 0;
  border-radius: 10px;
  box-shadow: none;
  font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
}

/* Header Toolbar */

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 20px;
}

.fc .fc-toolbar-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}

.fc .fc-button {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
  padding: 8px 16px;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.2s;
}

.fc .fc-button:hover {
  background-color: #f5f5f5;
  border-color: #d0d0d0;
  color: #052523;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  background-color: #e6f7ff;
  border-color: #1890ff;
  color: #1890ff;
}

.fc .fc-button-primary:disabled {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  color: rgba(0,0,0,0.25);
}

/* ============================================
   FULLCALENDAR GRID — clean overrides
   ============================================ */

/* Scrollgrid container */

.fc .fc-scrollgrid {
  border: none !important;
  box-shadow: none !important;
  border-radius: 10px;
  overflow: hidden;
}

/* Prevent scrollbar caused by thick borders */

.fc .fc-scroller-liquid-absolute {
  overflow: hidden !important;
}

/* Day header row */

.fc .fc-col-header-cell {
  background: #f4f5f8 !important;
  border: none !important;
  padding: 4px 0 0px 0 !important;
}

.fc .fc-col-header-cell-cushion {
  color: #052523;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  text-transform: capitalize;
}

/* All table cells — solid colored border for visual gap */

.fc-theme-standard td {
  border: 5px solid #f4f5f8 !important;
}

.fc-theme-standard th {
  border: 2px solid #f4f5f8 !important;
}

/* Row heights are equalized via JS (equalizeRows) */

/* Day cells */

.fc .fc-daygrid-day {
  background: none !important;
  transition: none !important;
}

.fc .fc-daygrid-day-frame {
  background: #FFF;
  border-radius: 8px;
}

.fc .fc-daygrid-day:hover {
  background: none !important;
}

.fc .fc-day-other:hover {
  background: #f5f6f9 !important;
}

/* Other month days */

.fc .fc-day-other {
  background: #f5f6f9 !important;
}

.fc .fc-day-other .fc-daygrid-day-frame {
  background: none !important;
  box-shadow: 0 0 0 1px rgba(226, 229, 234, 0.5) inset;
}

.fc .fc-day-other .fc-daygrid-day-number {
  color: #c4c9d4;
}

.fc .fc-day-other .fc-daygrid-more-link {
  opacity: 0.2;
}

/* Day number */

.fc .fc-daygrid-day-top {
  flex-direction: row;
  padding: 0;
}

.fc .fc-daygrid-day-number {
  color: #052523;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 8px;
}

/* Today — red circle on the number */

.fc .fc-day-today {
  background: none !important;
}

.fc .fc-day-today .fc-daygrid-day-number {
  background: #f34832;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin: 3px 0 0 3px;
}

/* Events area */

.fc .fc-daygrid-day-events {
  margin-top: 0 !important;
  padding: 0 !important;
}

/* ============================================
   EVENTS — minimal overrides, don't touch positioning
   ============================================ */

.fc-event {
  cursor: pointer;
  border: none !important;
  margin-bottom: 1px !important;
  transition: none !important;
  transform: none !important;
}

.fc-event:hover {
  transform: none !important;
  box-shadow: none !important;
}

.fc-h-event {
  border: none !important;
}

.fc-event-main {
  padding: 0 !important;
}

/* More Link */

.fc .fc-daygrid-day-bottom {
  padding: 2px 4px 4px;
}

.fc .fc-daygrid-more-link {
  color: #052523;
  font-size: 11px;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.fc .fc-daygrid-more-link:hover {
  color: #052523;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  background: transparent;
}

/* Popover (native FC) */

.fc-theme-standard .fc-popover {
  border: 1px solid #052523 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5), 0 0 0 1px #000 !important;
  border-radius: 0px 8px 8px 8px !important;
  background: white;
  z-index: 9999 !important;
  margin-left: .5px;
  margin-top: .5px;
}

.fc .fc-popover-header {
  background: #ffffff !important;
  padding: 7px 7px 6px 7px !important;
  border-bottom: none !important;
  border-radius: 0 8px 0 0 !important;
  font-weight: 600 !important;
}

.fc .fc-popover-title {
  font-size: 14px;
  font-weight: 600;
  color: #052523;
}

.fc .fc-popover-close {
  color: #052523;
  font-size: 16px;
  cursor: pointer;
  opacity: 1;
}

.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 0px 0px 10px 0px;
}

/* Events inside popover: same size as calendar events */

.fc-more-popover .fc-event {
  margin-bottom: 1px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 3px !important;
}

.fc-more-popover .fc-event-main-frame {
  font-size: 10px;
  line-height: 1;
  padding: 1px 2px;
  gap: 2px;
}

.fc-more-popover .fc-event-icon {
  width: 11px;
  height: 11px;
}

.laboratory-header {
  padding-bottom: 2.5rem !important;
  /* pb-10 */
}

/* Calendar Page Layout */

.mediaplan-calendar-page {
  padding: 0 0 40px;
}

.calendar-layout {
  display: flex;
  gap: 40px;
}

.calendar-main {
  flex: 1;
  min-width: 0;
}

/* Custom Calendar Header */

.calendar-custom-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.calendar-nav-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.calendar-nav-buttons .nav-btn {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #6b7280;
}

.calendar-nav-buttons .nav-btn:hover {
  border-color: #052523;
  color: #052523;
}

.calendar-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0 12px;
  text-transform: capitalize;
  display: inline-block;
  min-width: 140px;
  text-align: center;
}

.today-btn {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.today-btn:hover {
  border-color: #052523;
}

/* Sidebar Filters */

.calendar-sidebar {
  width: 280px;
  flex-shrink: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e5ea;
}

.sidebar-header h3 {
  font-size: 20px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  margin: 0;
}

.clear-filters {
  font-size: 14px;
  font-weight: 600;
  color: #28b1a8;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.clear-filters:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.filter-section {
  margin-bottom: 0;
  border-bottom: 1px solid #e2e5ea;
  padding-bottom: 5px;
  padding-top: 15px;
}

.filter-section:last-child {
  border-bottom: none;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0;
  margin-bottom: 10px;
}

.filter-header h4 {
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  margin: 0;
}

.filter-header .filter-toggle-icon{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.filter-header .filter-toggle-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.filter-header.collapsed .filter-toggle-icon {
  transform: rotate(-90deg);
}

.filter-toggle-icon{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.filter-content {
  padding-top: 4px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 5px 0;
  cursor: pointer;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.checkbox-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #e2e5ea;
  border-radius: 3px;
  background-color: white;
  background-image: none;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
}

.checkbox-item input[type="checkbox"]:hover {
  border-color: #28b1a8;
}

.checkbox-item input[type="checkbox"]:checked {
  background-color: #28b1a8;
  border-color: #28b1a8;
  background-image: none;
}

.checkbox-item input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-item:hover {
  color: #28b1a8;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
}

.checkbox-icon {
  color: inherit;
  margin: 0;
  display: flex;
  align-items: center;
}

.lab-checkbox-wrapper {
  display: flex;
  align-items: center;
}

.lab-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}

.lab-count{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 242, 244, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  font-size: 13px;
  margin-left: 10px;
  padding: 0 5px;
  border-radius: 4px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-box {
  position: relative;
  margin-bottom: 10px;
}

.search-box::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='none' stroke='%23828d9e' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M18.2,32.2c7.7,0,14-6.3,14-14s-6.3-14-14-14s-14,6.3-14,14S10.5,32.2,18.2,32.2z'/%3E%3Cpath fill='none' stroke='%23828d9e' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M35.8,35.8l-7.6-7.6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.search-box input{
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .search-box input > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .search-box input > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .search-box input > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .search-box input > .border-t:first-child {
  border-top: none;
}

.faq-question-view .sidebar-additional .search-box input:has(#amfaq_search), .faq-category-view .sidebar-additional .search-box input:has(#amfaq_search) {
  display: none;
}

.search-box input {
  padding: 10px 40px 10px 12px;
  font-size: 16px;
}

.search-box input::placeholder{
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

.search-box input:hover {
  border-color: rgb(211, 214, 220);
}

.search-box input:focus {
  outline: none;
  border-color: #28b1a8;
  box-shadow: none;
}

.laboratories-list {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 5px;
}

.laboratories-list::-webkit-scrollbar {
  width: 6px;
}

.laboratories-list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
}

.laboratories-list::-webkit-scrollbar-thumb {
  background: #e2e5ea;
  border-radius: 3px;
}

.laboratories-list::-webkit-scrollbar-thumb:hover {
  background: #e2e5ea;
}

/* Hide FullCalendar's default header */

.fc .fc-toolbar {
  display: none !important;
}

/* Responsive */

@media (max-width: 1024px) {
  .calendar-layout {
    flex-direction: column;
  }

  .calendar-sidebar {
    width: 100%;
    order: -1;
  }
}

/* Override gradient with laboratory color on view page */

body.mediaplan-index-view .category-view {
  margin-bottom: 0;
}

body.mediaplan-index-index .category-view:after,
body.mediaplan-index-view .category-view:after {
  background: linear-gradient(174deg, var(--laboratory-color-light) 0%, var(--laboratory-color) 60%);
  box-shadow: none;
}

/* Override text colors with laboratory text color on view page */

body.mediaplan-index-view .category-view h1 {
  color: var(--laboratory-text-color, #ffffff);
}

body.mediaplan-index-view .breadcrumbs .breadcrumbs-list li a, body.mediaplan-index-view .breadcrumbs .breadcrumbs-list li span:not(.breadcrumb-separator) {
  color: var(--laboratory-text-color, #ffffff) !important;
}

body.mediaplan-index-view .breadcrumbs .breadcrumbs-list li .breadcrumb-separator {
  color: var(--laboratory-text-color, #ffffff) !important;
}

body.mediaplan-index-view .breadcrumbs .breadcrumbs-list li .breadcrumb-separator:after {
  background-image: none;
  mask-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M7.5,4.1L3.4,0.2C3.1-0.1,2.6,0,2.3,0.3c-0.3,0.3-0.2,0.7,0,1l3.7,3.5c0.1,0.1,0.1,0.3,0,0.4c0,0,0,0,0,0L2.4,8.7C2.1,9,2,9.5,2.3,9.8c0.3,0.3,0.8,0.3,1.1,0.1c0,0,0,0,0,0l4.1-3.9C8,5.4,8,4.6,7.5,4.1C7.5,4.1,7.5,4.1,7.5,4.1L7.5,4.1z"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M7.5,4.1L3.4,0.2C3.1-0.1,2.6,0,2.3,0.3c-0.3,0.3-0.2,0.7,0,1l3.7,3.5c0.1,0.1,0.1,0.3,0,0.4c0,0,0,0,0,0L2.4,8.7C2.1,9,2,9.5,2.3,9.8c0.3,0.3,0.8,0.3,1.1,0.1c0,0,0,0,0,0l4.1-3.9C8,5.4,8,4.6,7.5,4.1C7.5,4.1,7.5,4.1,7.5,4.1L7.5,4.1z"/></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: var(--laboratory-text-color, #ffffff);
  opacity: 0.70;
}

.mediaplan-view-header-info {
  padding: 0;
}

.mediaplan-view-header-info > .container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 0 2.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-view-header-info .header-content-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mediaplan-view-header-info h1 {
  color: var(--laboratory-text-color, #ffffff);
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
  font-family: 'Lato', sans-serif;
}

.mediaplan-view-header-info .header-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.95rem;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0.95;
  color: var(--laboratory-text-color, #ffffff);
}

.mediaplan-view-header-info .header-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mediaplan-view-header-info .header-meta .meta-item .icon {
  display: flex;
  align-items: center;
}

.mediaplan-view-header-info .header-meta .meta-item .icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.mediaplan-view-header-info .header-meta .meta-item a {
  color: var(--laboratory-text-color, #ffffff);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mediaplan-view-header-info .header-meta .campaign-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 0;
}

.mediaplan-view-header-info .header-description {
  color: var(--laboratory-text-color, #ffffff) !important;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  opacity: 0.60;
  padding-right: 25%;
}

.mediaplan-view-header-info .header-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -20px;
}

.mediaplan-view-header-info .header-actions .lab-logo-container .lab-logo {
  max-height: 50px;
  max-width: 160px;
  width: auto;
  display: block;
  object-fit: contain;
  padding: 8px 12px;
  background: white;
  border: 1px solid #e2e5ea;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.mediaplan-view-header-info .header-actions .lab-logo-container .lab-name-large {
  color: var(--laboratory-text-color, #ffffff);
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  border: 1px solid var(--laboratory-text-color, #ffffff);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  display: inline-block;
}

.mediaplan-view-header-info .header-actions .calendar-link {
  color: var(--laboratory-text-color, #ffffff);
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.mediaplan-view-header-info .header-actions .calendar-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* Carousel card price adjustments */

body.mediaplan-index-view .product-item .product-info-add-cart .price-container .old-price {
  font-size: 0.65rem;
  margin-right: 5px;
}

body.mediaplan-index-view .product-item .product-info-add-cart .price-container .prix-catalogue-old span {
  font-size: 10px;
}

/* Products Section */

.mediaplan-products-section {
  background-color: var(--laboratory-color-surface, #f4f9ff);
  padding: 3rem 0;
  margin-bottom: 0;
}

.mediaplan-products-section > .container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
}

.mediaplan-products-section h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0;
  color: #052523;
  display: inline;
}

.mediaplan-products-section .subtitle {
  display: inline;
  margin-left: 15px;
  color: var(--laboratory-color-on-surface, #052523);
  font-size: 16px;
  font-weight: 700;
}

.mediaplan-products-section .product-info-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mediaplan-products-section .glider-contain .glider-prev,
        .mediaplan-products-section .glider-contain .glider-next {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: box-shadow 0.15s, opacity 0.15s;
}

.mediaplan-products-section .glider-contain .glider-prev:hover:not(.disabled), .mediaplan-products-section .glider-contain .glider-next:hover:not(.disabled) {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mediaplan-products-section .glider-contain .glider-prev:active:not(.disabled), .mediaplan-products-section .glider-contain .glider-next:active:not(.disabled) {
  margin-top: 2px;
}

.mediaplan-products-section .glider-contain .glider-prev.disabled, .mediaplan-products-section .glider-contain .glider-next.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.mediaplan-products-section .glider-track {
  gap: 0;
  align-items: flex-start;
}

.mediaplan-products-section .glider-track .product-item {
  margin: 0 5px;
}

.mediaplan-products-section .glider-track .product-item .action-cart-disabled {
  background: #d1d5db;
  cursor: not-allowed;
  opacity: 0.7;
  color: #9ca3af;
}

.mediaplan-products-section .glider-track .product-item .action-cart-disabled:hover {
  background: #d1d5db;
  transform: none;
}

.mediaplan-products-section .glider-track .product-item .promo-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: #ef4444;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 1;
}

.mediaplan-products-section .glider-track .product-item .out-of-stock-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #6b7280;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 1;
}

.mediaplan-products-section .glider-track .product-item.out-of-stock .product-image {
  opacity: 0.5;
}

.mediaplan-products-section .glider-track .carousel-nav {
  display: none;
}

/* Calendar Section Styles */

.mediaplan-calendar-section {
  padding-top: 2rem;
}

.mediaplan-calendar-section h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 20px;
}

.mediaplan-calendar-section .calendar-layout {
  display: flex;
  gap: 40px;
}

.mediaplan-calendar-section .calendar-main {
  flex: 1;
  min-width: 0;
}

.mediaplan-calendar-section .calendar-sidebar {
  width: 280px;
  flex-shrink: 0;
}

/* Custom Calendar Header */

.mediaplan-calendar-section .calendar-custom-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.mediaplan-calendar-section .calendar-nav-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mediaplan-calendar-section .calendar-nav-buttons .nav-btn {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #6b7280;
}

.mediaplan-calendar-section .calendar-nav-buttons .nav-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.mediaplan-calendar-section .calendar-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0 12px;
}

.mediaplan-calendar-section .today-btn {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 15px;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.mediaplan-calendar-section .today-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

/* Sidebar Filters in View Page — inherits from mediaplan-calendar.scss globals */

/* Only view-specific overrides below */

/* Hide FullCalendar's default header */

.mediaplan-calendar-section .fc .fc-toolbar {
  display: none !important;
}

/* Responsive */

@media (max-width: 1024px) {
  .mediaplan-calendar-section .calendar-layout {
    flex-direction: column;
  }

  .mediaplan-calendar-section .calendar-sidebar {
    width: 100%;
    order: -1;
  }
}

/* ═══════════════════════════════════════════════════════════
   RMA View Page — body.account.rma-rma-view
   ═══════════════════════════════════════════════════════════ */

/* ─── Force page title to "Mes réclamations" ─── */

body.account.rma-rma-view .page-title span {
  font-size: 0;
  line-height: 0;
}

body.account.rma-rma-view .page-title span::before {
  content: "Mes réclamations";
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 2.8rem;
}

body.account.rma-rma-view .breadcrumb-item.rma_current {
  display: none;
}

/* ─── Card container ─── */

body.account.rma-rma-view .rma-view-card .block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.account.rma-rma-view .rma-view-title-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

body.account.rma-rma-view .rma-view-date {
  font-size: 16px;
  font-weight: 500;
  color: #828e9e;
}

/* ─── Status badges — same pattern as order-status ─── */

body.account.rma-rma-view .rma-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 700;
  padding: 0.15rem 0.6rem;
  border-radius: 9999px;
  white-space: nowrap;
  border: 1px solid currentColor;
}

body.account.rma-rma-view .rma-status::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
}

body.account.rma-rma-view .rma-status-pending {
  color: #ef8e28;
  background-color: rgba(239, 142, 40, 0.08);
}

body.account.rma-rma-view .rma-status-processing {
  color: #3e63ea;
  background-color: rgba(62, 99, 234, 0.08);
}

body.account.rma-rma-view .rma-status-approved {
  color: #28b1a8;
  background-color: rgba(40, 177, 168, 0.08);
}

body.account.rma-rma-view .rma-status-rejected {
  color: #f34832;
  background-color: rgba(243, 72, 50, 0.08);
}

body.account.rma-rma-view .rma-status-closed {
  color: #828D9E;
  background-color: rgba(130, 141, 158, 0.08);
}

/* ─── Status message / notice ─── */

body.account.rma-rma-view .rma-view-notice {
  font-size: 15px;
  font-weight: 600;
  color: #3e63ea;
  background: rgba(62, 99, 234, 0.06);
  border: 1px solid rgba(62, 99, 234, 0.15);
  border-radius: 8px;
  padding: 0.6rem 1rem;
  margin-bottom: 0;
}

/* ─── Action buttons (print, confirm shipping) ─── */

body.account.rma-rma-view .rma-view-actions {
  margin-bottom: 1.25rem;
}

body.account.rma-rma-view .rma-view-actions .rma-control-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

body.account.rma-rma-view .rma-view-actions .rma-control-buttons button {
  font-size: 15px;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border: 1px solid #d4e1e0;
  border-radius: 6px;
  background: white;
  color: #052523;
  cursor: pointer;
}

body.account.rma-rma-view .rma-view-actions .rma-control-buttons button:hover {
  border-color: #28b1a8;
  color: #28b1a8;
}

/* ─── Info section ─── */

body.account.rma-rma-view .rma-view-info {
  background: #fcfcfd;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
  padding: 1rem 1.25rem;
}

body.account.rma-rma-view .rma-view-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.5rem 2rem;
  gap: 0.5rem 2rem;
}

@media (max-width: 768px) {
  body.account.rma-rma-view .rma-view-info-grid {
    grid-template-columns: 1fr;
  }
}

body.account.rma-rma-view .rma-view-info-item {
  display: flex;
  flex-direction: column;
}

body.account.rma-rma-view .rma-view-info-label {
  font-size: 14px;
  font-weight: 600;
  color: #828D9E;
}

body.account.rma-rma-view .rma-view-info-value {
  font-size: 16px;
  font-weight: 500;
  color: #052523;
}

body.account.rma-rma-view .rma-view-order-link {
  color: #052523;
  font-weight: 600;
  border-bottom: 1px dashed;
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.account.rma-rma-view .rma-view-order-link:hover {
  color: #28b1a8;
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.account.rma-rma-view .rma-view-gift-tag {
  font-size: 12px;
  color: #828D9E;
}

body.account.rma-rma-view .rma-view-return-address {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e2e5ea;
}

body.account.rma-rma-view .rma-view-address-block {
  font-size: 15px;
  color: #052523;
  background: #F2F3F7;
  padding: 0.6rem 0.75rem;
  border-radius: 6px;
  margin-top: 0.25rem;
  line-height: 1.5;
}

/* ─── Section titles ─── */

body.account.rma-rma-view .rma-view-section-title {
  font-size: 17px;
  font-weight: 700;
  color: #052523;
  margin: 0 0 0.75rem 0;
}

body.account.rma-rma-view .rma-view-comm-card .rma-view-section-title {
  padding-bottom: 0.6rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #f2f3f7;
}

body.account.rma-rma-view .rma-view-info-section {
  margin-bottom: 1.5rem;
}

/* ─── Items section ─── */

body.account.rma-rma-view .rma-view-items-section {
  margin-bottom: 0;
}

body.account.rma-rma-view .rma-view-order-label {
  font-size: 16px;
  font-weight: 600;
  color: #052523;
  margin-bottom: 0.5rem;
}

body.account.rma-rma-view .rma-view-items-table-wrap {
  overflow-x: auto;
}

body.account.rma-rma-view .rma-view-items-table {
  width: 100%;
  border-collapse: collapse;
}

body.account.rma-rma-view .rma-view-items-table thead th {
  font-size: 15px;
  font-weight: 600;
  color: #052523;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #f2f3f7;
}

body.account.rma-rma-view .rma-view-items-table tbody td {
  font-size: 15px;
  color: #052523;
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid #f2f3f7;
  vertical-align: middle;
}

body.account.rma-rma-view .rma-view-items-table tbody tr:last-child td {
  border-bottom: none;
}

body.account.rma-rma-view .rma-view-item-product {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

body.account.rma-rma-view .rma-view-item-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 4px;
  flex-shrink: 0;
}

body.account.rma-rma-view .rma-view-item-name {
  font-weight: 600;
  font-size: 15px;
}

body.account.rma-rma-view .rma-view-item-sku {
  font-size: 14px;
  color: #828D9E;
}

body.account.rma-rma-view .rma-view-resolution-badge {
  font-size: 14px;
  font-weight: 700;
  background: #fcfcfd;
  border: 1px solid #e8eced;
  border-radius: 4px;
  padding: 2px 6px;
}

/* ─── Communication section ─── */

body.account.rma-rma-view .rma-view-comm-section {
  border-top: 1px solid #f2f3f7;
  padding-top: 2.5rem;
}

body.account.rma-rma-view .rma-view-comm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  align-items: start;
}

@media (max-width: 768px) {
  body.account.rma-rma-view .rma-view-comm-grid {
    grid-template-columns: 1fr;
  }
}

/* ─── Message form ─── */

body.account.rma-rma-view .rma-view-message-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body.account.rma-rma-view .rma-view-field {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

body.account.rma-rma-view .rma-view-field-label {
  font-size: 16px;
  font-weight: 600;
  color: #052523;
}

body.account.rma-rma-view .rma-view-textarea {
  font-size: 15px;
  color: #052523;
  border: 1px solid #d4e1e0;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  outline: none;
  resize: vertical;
  min-height: 80px;
}

body.account.rma-rma-view .rma-view-textarea:focus {
  border-color: #28b1a8;
}

body.account.rma-rma-view .rma-view-textarea::placeholder {
  color: #6c7280;
}

body.account.rma-rma-view .rma-view-file-input {
  font-size: 14px;
  color: #052523;
}

body.account.rma-rma-view .rma-view-file-hint {
  font-size: 12px;
  color: #828D9E;
}

body.account.rma-rma-view .rma-view-message-actions {
  display: flex;
  justify-content: flex-start;
}

body.account.rma-rma-view .rma-view-send-btn {
  font-size: 16px;
  font-weight: 700;
  padding: 0.4rem 1.25rem;
}

/* ─── History ─── */

body.account.rma-rma-view .rma-view-history-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.account.rma-rma-view .rma-view-history-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f2f3f7;
}

body.account.rma-rma-view .rma-view-history-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

body.account.rma-rma-view .rma-view-history-item:first-child {
  padding-top: 0;
}

body.account.rma-rma-view .rma-view-history-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.35rem;
}

body.account.rma-rma-view .rma-view-history-author {
  font-size: 15px;
  font-weight: 700;
  color: #052523;
}

body.account.rma-rma-view .rma-view-history-date {
  font-size: 12px;
  color: #828D9E;
  white-space: nowrap;
}

body.account.rma-rma-view .rma-view-history-body {
  font-size: 15px;
  color: #052523;
  background: #F2F3F7;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  line-height: 1.5;
}

body.account.rma-rma-view .rma-view-history-attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

body.account.rma-rma-view .rma-view-attachment-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 14px;
  font-weight: 500;
  color: #28b1a8;
  background: white;
  border: 1px solid #d4e1e0;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
}

body.account.rma-rma-view .rma-view-attachment-link:hover {
  border-color: #28b1a8;
}

body.account.rma-rma-view .rma-view-no-history {
  font-size: 15px;
  color: #828D9E;
  font-style: italic;
}

/* ─── Vendor overrides / cleanup ─── */

body.account.rma-rma-view .mst-rma__view-header,
    body.account.rma-rma-view .mst-rma-view-header {
  display: none;
}

body.account.rma-rma-view .rma-control-buttons:empty {
  display: none;
}

/**
 * Category Guest Overlay Styles
 */

/* Grid overlap: overlay + product list share the same cell */

.catalog-category-view .is-guest .products.wrapper {
  display: grid;
}

.catalog-category-view .is-guest .products.wrapper > * {
  grid-row: 1;
  grid-column: 1;
}

.market-product-grid-wrapper .relative.catalog-category-view .category-guest-overlay {
  display: block;
  transform: none;
}

.catalog-category-view .category-guest-overlay{
  pointer-events: none;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.faq-question-view .question_view > .catalog-category-view .category-guest-overlay.border-container, .faq-category-view .question_view > .catalog-category-view .category-guest-overlay.border-container {
  display: none;
}

.catalog-category-view .category-guest-overlay__content{
  pointer-events: auto;
  z-index: 10;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.catalog-category-view .category-guest-overlay__content.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.catalog-category-view .category-guest-overlay__content.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.catalog-category-view .category-guest-overlay__content {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  /* Position below the first 4 products */
  /* Mobile (1 col): 4 products = 4 rows */
  margin-top: 1500px;
}

.market-product-grid-wrapper .catalog-category-view .product-list-guest.flex {
  display: block;
  transform: none;
}

.catalog-category-view .product-list-guest{
  position: relative;
  align-self: start;
}

/* Blur and opacity for products 5+ (those without item-guest class) */

.catalog-category-view .product-list-guest li:not(.item-guest) {
  filter: blur(5px);
  opacity: 0.75;
}

.catalog-category-view .section-join-us {
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 72%) !important;
  box-shadow: none;
  border: transparent !important;
}

/* SM (2 cols): 4 products = 2 rows */

@media (min-width: 640px) {
  .catalog-category-view .category-guest-overlay__content {
    margin-top: 780px;
  }
}

/* XL (4 cols): 4 products = 1 row */

@media (min-width: 1280px) {
  .catalog-category-view .category-guest-overlay__content {
    margin-top: 400px;
  }
}

/* .page-header {} */

body, html {
  overflow-x: clip;
}

/* Compenser le header sticky sur tous les scrollIntoView({ block: 'start' }) */

html {
  scroll-padding-top: 80px;
}

/* Shake + red flash animation for min qty limit — global, used on all qty selectors */

@keyframes qty-shake {
  0%, 100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-3px);
  }

  40% {
    transform: translateX(3px);
  }

  60% {
    transform: translateX(-2px);
  }

  80% {
    transform: translateX(2px);
  }
}

@keyframes qty-color-flash {
  0% {
    color: #f34832;
  }

  100% {
    color: #052523;
  }
}

.qty-shake {
  animation: qty-shake 0.4s ease-in-out, qty-color-flash 0.6s ease-out;
}

/* Desktop : sticky classique sur le wrapper Magento */

@media (min-width: 1024px) {
  header.page-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 50;
  }
}

#header {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: -1px;
  z-index: 50;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.9);
  transition: background 0.2s ease;
}

#header:hover,
    #header:has(.search-field:focus),
    #header:has(.megamenu:hover),
    #header:has(.mobile-megamenu-open) {
  background: #fff;
}

/* Logo groupement custom : pas de blur ni transparence */

#header.header-has-custom-logo {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background: #fff;
}

/* Tablette + mobile : smart sticky (piloté par JS) */

@media (max-width: 1023px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.3s ease
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  #header {
    height: 60px
  }
}

@media (max-width: 640px) {
  #header {
    height: 55px
  }
}

/* Spacer pour compenser le header fixed < 1024 */

.header-spacer {
  display: none;
}

@media (max-width: 1023px) {
  .header-spacer {
    display: block;
  }
}

@media not all and (min-width: 768px){
  .laboratoires-menu-container{
    width: 100%;
  }
}

.letter-group-container {
  column-count: 2;
  column-gap: 1rem;
}

@media (min-width: 768px) {
  .letter-group-container {
    column-count: 4
  }
}

.letter-group-container .letter-group {
  page-break-inside: avoid;
  break-inside: avoid;
}

#category-details-container {
  width: 100%;
}

#category-details-container .category-columns {
  display: flex;
  gap: 1rem;
  width: 100%;
}

#category-details-container .category-columns .category-column {
  flex: 1 1 0%;
  min-width: 0;
}

.services-menu-container-menu {
  column-count: 1;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .services-menu-container-menu {
    column-count: 4
  }
}

.services-menu-container-menu .service-category-item {
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 1rem;
}

.services-menu-container-menu .service-category-item ul{
  margin-bottom: 0px;
}

@media not all and (min-width: 1024px){
  .item-main-category{
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 0px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700;
  }
}

@media (min-width: 1024px){
  .item-main-category{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 251, 251, var(--tw-bg-opacity, 1));
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
  }
}

.item-main-category:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image:  url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="float-right lg:hidden" width="20" height="20" role="img"><path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path><title>chevron-right</title></svg>')
}

@media (min-width: 1024px) {
  .item-main-category:after {
    width: 18px;
    height: 18px;
    background-size: 10px 10px;
    background-position: right 7px;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  }
}

.item-main-category.active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .item-main-category.active > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .item-main-category.active > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .item-main-category.active > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .item-main-category.active > .border-t:first-child {
  border-top: none;
}

.item-main-category.active:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

@media not all and (min-width: 1024px){
  #navdesktop{
    display: none;
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  #navdesktop:not(.mobile-megamenu-open) > ul {
    margin-left: 20px;
  }

  #navdesktop:not(.mobile-megamenu-open) > ul > li {
    font-size: 16px;
  }
}

#navdesktop > ul > li .menu-item-label span:hover, #navdesktop > ul > li .menu-item-label a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2#navdesktop > ul > li .menu-item-label span:hover,[data-content-type='row'] h2 #navdesktop > ul > li .menu-item-label a:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#navdesktop > ul > li .menu-item-label span:hover, #navdesktop > ul > li .menu-item-label a:hover {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

#navdesktop .item-level-5.active {
  background: none;
}

@media (min-width: 1024px) {
  /* margin-top: -32px; */

  /* margin-bottom: -32px; */

  /* height: 78px; */

  #navdesktop > ul > li {
    /* height: 78px; */
    /* display: flex; */
    align-items: center;
  }

  #navdesktop > ul > li a{
    font-weight: 700;
  }
}

html.active-mobile-menu{
  overflow: hidden;
}

/* Mobile mega menu : positionné sous le header */

@media (max-width: 1024px) {
  #navdesktop.mobile-megamenu-open {
    display: block !important;
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    bottom: auto;
    background: white;
    z-index: 40;
    padding: 0;
    overflow-y: auto;
    height: auto;
    max-height: calc(90vh - 100px);
    border-bottom: 1px solid #e6e7eb;
    box-shadow: inset 0 8px 8px -6px #0000000d, 0 10px 20px -10px #0000001a, 5px 5px 10px 0 rgba(0, 0, 0, .025), -5px 5px 10px 0 rgba(0, 0, 0, .025);
  }

  @media (max-width: 640px) {
    #navdesktop.mobile-megamenu-open {
      top: 105px
    }
  }

  /* Masquer la croix du navdesktop */

  #navdesktop.mobile-megamenu-open .close-menu-mobile {
    display: none !important;
  }

  /* Masquer les labels de la nav top-level, garder les megamenus */

  #navdesktop.mobile-megamenu-open > ul {
    display: block !important;
  }

  #navdesktop.mobile-megamenu-open > ul > li > .menu-item-label,
                #navdesktop.mobile-megamenu-open > ul > li > a {
    display: none !important;
  }

  /* Supprimer les transitions Alpine sur mobile */

  #navdesktop.mobile-megamenu-open * {
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }

  #navdesktop.mobile-megamenu-open > ul {
    position: relative;
    z-index: 1;
  }

  /* Le megamenu ouvert */

  #navdesktop.mobile-megamenu-open .megamenu {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    max-height: none;
    overflow-y: auto;
    box-shadow: inset 0 8px 8px -6px #0000000d, 0 10px 20px -10px #0000001a, 5px 5px 10px 0 rgba(0, 0, 0, .025), -5px 5px 10px 0 rgba(0, 0, 0, .025) !important;
    padding: 0;
    transform: none !important;
    border: none !important;
    border-radius: 0 !important;
  }

  /* Forcer les conteneurs internes en full width */

  #navdesktop.mobile-megamenu-open .megamenu > div {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Masquer la bannière promo sur mobile */

  #navdesktop.mobile-megamenu-open .megamenu .menu-banner {
    display: none;
  }

  /* Masquer les liens "Retour" internes du mega menu */

  #navdesktop.mobile-megamenu-open .megamenu .mobile-menu-back {
    display: none !important;
  }

  /* Labos : full width */

  #navdesktop.mobile-megamenu-open .megamenu .laboratoires-menu-container {
    width: 100% !important;
    height: auto !important;
    padding: 0;
    margin: 0;
    padding-top: 15px;
  }

  #navdesktop.mobile-megamenu-open .megamenu .laboratoires-menu-container .letter-group-container {
    padding-bottom: 0;
    column-gap: 3rem;
  }

  /* Catégories : uniquement les principales, masquer sous-catégories */

  #navdesktop.mobile-megamenu-open .megamenu .category-menu-container {
    width: 100% !important;
    display: block !important;
  }

  #navdesktop.mobile-megamenu-open .megamenu .category-menu-left {
    width: 100% !important;
  }

  #navdesktop.mobile-megamenu-open .megamenu .category-menu-left .main-categories {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
    gap: 8px;
    border: none !important;
    padding: 0 !important;
    box-shadow: none;
  }

  @media (max-width: 768px) {
    #navdesktop.mobile-megamenu-open .megamenu .category-menu-left .main-categories {
      grid-template-columns: repeat(3, 1fr)
    }
  }

  @media (max-width: 640px) {
    #navdesktop.mobile-megamenu-open .megamenu .category-menu-left .main-categories {
      grid-template-columns: repeat(2, 1fr)
    }
  }

  #navdesktop.mobile-megamenu-open .megamenu .category-menu-left .main-categories .item-main-category {
    border: 1px solid #e2e5ea;
    border-radius: 8px;
    padding: 12px 30px 12px 12px;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    background: white;
    position: relative;
  }

  #navdesktop.mobile-megamenu-open .megamenu .category-menu-left .main-categories .item-main-category:after {
    display: block;
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%23052523"><path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
  }

  #navdesktop.mobile-megamenu-open .megamenu .category-menu-left .main-categories .item-main-category:hover {
    border-color: #28b1a8;
    color: #28b1a8;
  }

  /* Masquer la colonne droite (sous-catégories) */

  #navdesktop.mobile-megamenu-open .megamenu .category-menu-right {
    display: none !important;
  }

  /* Services : full width, condensé */

  #navdesktop.mobile-megamenu-open .megamenu .services-menu-container-menu {
    width: 100% !important;
    column-count: 2;
    column-gap: 1rem;
    padding: 0;
  }

  #navdesktop.mobile-megamenu-open .megamenu .services-menu-container-menu .service-category-item {
    margin-bottom: 0.5rem;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  #navdesktop.mobile-megamenu-open .megamenu .services-menu-container-menu .service-category-item h4 {
    border: none !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    font-size: 15px;
  }

  #navdesktop.mobile-megamenu-open .megamenu .services-menu-container-menu .service-category-item ul {
    margin-bottom: 0;
  }

  #navdesktop.mobile-megamenu-open .megamenu .services-menu-container-menu .service-category-item ul li {
    font-size: 14px;
    padding: 2px 0;
  }

  .laboratoires-menu-container {
    height: auto;
  }
}

@media not all and (min-width: 1024px){
  .category-details-content{
    display: none;
  }

  .category-details-content.active{
    position: fixed;
    top: 0px;
    left: 0px;
    display: block !important;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 1rem;
  }
}

@media not all and (min-width: 768px){
  .category-details-content.active{
    bottom: 0px;
    height: 100vh;
    overflow: scroll;
  }
}

@media (min-width: 1024px) {
  .category-details-content.active {
    display: block !important;
    width: 100%
  }
}

.mobile-menu-back{
  margin-bottom: 1rem;
  margin-left: 0px;
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mobile-menu-back.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mobile-menu-back.leading-tight.text-black + svg{
  right: -2rem;
}

@media not all and (min-width: 1024px){
  .mobile-menu-back{
    display: block;
  }

  .service-category-item h4{
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media not all and (min-width: 768px){
  .service-category-item h4{
    font-weight: 700;
  }
}

.main-title{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

@media (min-width: 1536px){
  .main-title{
    max-width: 1536px;
  }
}

.market-product-grid-wrapper .relative.main-title {
  display: block;
  transform: none;
}

.main-title{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  .main-title{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .main-title{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > .main-title {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 0 2.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > .main-title {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1280px) {
  .main-title {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent .main-title > div, .customer-account-createpassword #maincontent .main-title > div {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  }
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form .main-title{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .checkout-cart-index .main-title > div > .lg\:w-\[265px\] {
    flex-shrink: 0;
    min-width: 265px
  }
}

.checkout-cart-index .main-title > div > .lg\:flex-1 {
  min-width: 0;
  overflow: hidden;
}

.checkout-cart-index .crosssell-product-slider .main-title{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0px;
}

@media (max-width: 640px) {
  .checkout-cart-index .cart-form .main-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.faq-question-view .question_view > .main-title.border-container, .faq-category-view .question_view > .main-title.border-container {
  display: none;
}

.faq-question-view .column.main > .main-title{
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px){
  .main-title{
    flex-direction: row;
  }
}

@media (min-width: 1024px){
  .main-title{
    margin-top: 2rem;
  }
}

.main-title h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .main-title h1{
    font-size: 2rem
  }
}

@media (max-width: 768px) {
  .main-title h1{
    font-size: 1.75rem
  }

  .main-title{
    padding-left: 0;
    padding-right: 0
  }
}

/* Main content padding responsive */

@media (max-width: 1280px) {
  #maincontent {
    padding: 0 25px;
  }

  .container {
    max-width: 100% !important;
  }
}

/* Breadcrumbs responsive */

@media (max-width: 1280px) {
  nav.breadcrumbs {
    padding-left: 25px;
  }
}

@media (max-width: 1024px) {
  nav.breadcrumbs {
    opacity: 0;
    height: 20px;
  }
}

@media (max-width: 640px) {
  nav.breadcrumbs {
    height: 10px;
  }

  #maincontent {
    padding: 0 10px;
  }
}

/* Breadcrumbs */

.breadcrumbs{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 229, 234, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.account.sales-order-view .breadcrumbs, body.account.rma-rma-order .breadcrumbs, body.account.sales-order-invoice .breadcrumbs, body.account.sales-order-shipment .breadcrumbs, body.account.sales-order-creditmemo .breadcrumbs {
  background: none;
}

.market-product-grid-wrapper .relative.breadcrumbs .breadcrumbs-list {
  display: block;
  transform: none;
}

.breadcrumbs .breadcrumbs-list{
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.faq-question-view .question_view > .breadcrumbs .breadcrumbs-list.border-container, .faq-category-view .question_view > .breadcrumbs .breadcrumbs-list.border-container {
  display: none;
}

.breadcrumbs .breadcrumbs-list {
  font-size: 11px;
}

.market-product-grid-wrapper .breadcrumbs .breadcrumbs-list.breadcrumbs-product.flex {
  display: block;
  transform: none;
}

.breadcrumbs .breadcrumbs-list.breadcrumbs-product{
  position: relative;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.breadcrumbs .breadcrumbs-list li a,.breadcrumbs .breadcrumbs-list li span{
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  color: #052523;
}

.breadcrumbs .breadcrumbs-list li a.breadcrumb-separator,.breadcrumbs .breadcrumbs-list li span.breadcrumb-separator{
  font-size: 0px;
}

.breadcrumbs .breadcrumbs-list li a.breadcrumb-current,.breadcrumbs .breadcrumbs-list li span.breadcrumb-current{
  color: #052523;
  opacity: 0.7;
}

.breadcrumbs .breadcrumbs-list li a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.market-product-grid-wrapper .relative.breadcrumbs .breadcrumb-item {
  display: block;
  transform: none;
}

.breadcrumbs .breadcrumb-item{
  display: flex;
}

.faq-question-view .question_view > .breadcrumbs .breadcrumb-item.border-container, .faq-category-view .question_view > .breadcrumbs .breadcrumb-item.border-container {
  display: none;
}

.breadcrumbs .breadcrumb-item.breadcrumbs-product .breadcrumbs .breadcrumb-item{
  display: inline-flex;
  white-space: nowrap;
}

.market-product-grid-wrapper .relative.breadcrumbs .breadcrumb-separator {
  display: block;
  transform: none;
}

.breadcrumbs .breadcrumb-separator{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0px;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .breadcrumbs .breadcrumb-separator {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .breadcrumbs .breadcrumb-separator.border-container, .faq-category-view .question_view > .breadcrumbs .breadcrumb-separator.border-container {
  display: none;
}

.breadcrumbs .breadcrumb-separator:after{
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path fill="%2328b1a8" d="M7.5,4.1L3.4,0.2C3.1-0.1,2.6,0,2.3,0.3c-0.3,0.3-0.2,0.7,0,1l3.7,3.5c0.1,0.1,0.1,0.3,0,0.4c0,0,0,0,0,0L2.4,8.7C2.1,9,2,9.5,2.3,9.8c0.3,0.3,0.8,0.3,1.1,0.1c0,0,0,0,0,0l4.1-3.9C8,5.4,8,4.6,7.5,4.1C7.5,4.1,7.5,4.1,7.5,4.1L7.5,4.1z"/></svg>');
}

.breadcrumbs .breadcrumb-current {
  color: #052523;
  opacity: 0.7;
}

.breadcrumbs .breadcrumb-gradient-left{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 0.75rem;
  flex-shrink: 0;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

body.account .card .breadcrumbs .breadcrumb-gradient-left {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

body.account .card .breadcrumbs .breadcrumb-gradient-left svg {
  width: 20px;
  height: 20px;
}

.breadcrumbs .breadcrumb-gradient-right{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 0.75rem;
  flex-shrink: 0;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

body.account .card .breadcrumbs .breadcrumb-gradient-right {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

body.account .card .breadcrumbs .breadcrumb-gradient-right svg {
  width: 20px;
  height: 20px;
}

/* Add padding top on first section when breadcrumbs are visible */

body:has(.breadcrumbs) #maincontent .first-section{
  padding-top: 2rem;
}

/* Checkout success responsive */

@media (max-width: 640px) {
  .checkout-onepage-success .checkout-success-box {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .checkout-onepage-success .checkout-success-title {
    line-height: 1.05;
    margin-bottom: 5px;
    font-size: 28px;
  }

  .checkout-onepage-success .thanks-banner {
    margin-bottom: 0;
  }

  .checkout-onepage-success .thanks-banner .items-center {
    align-items: center;
    gap: 10px;
  }

  .checkout-onepage-success .thanks-banner a.thanks-banner_item {
    margin: 0 !important;
  }
}

/* Pages sans responsive : viewport forcé à 1281px */

body.account,
body.mediaplan-index-index,
body.mediaplan-index-view {
  min-width: 1281px;
}

/* Checkout responsive */

@media (min-width: 768px) {
  .opc-container {
    max-width: 100% !important;
  }
}

.table-checkout-shipping-method {
  width: 100% !important;
}

@media (min-width: 769px) {
  #checkoutSteps .opc-row {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
    padding: 0;
  }
}

/* Search results — sidebar visible with filters (same as category pages) */

/* Modal backdrop — global */

.modal-backdrop {
  background-color: rgba(0, 8, 7, 0.8);
}

.cms-home #maincontent, .cms-home-logged #maincontent {
  padding: 0 !important;
}

.cms-home .page-main, .cms-home-logged .page-main{
  margin-top: 0px;
  margin-bottom: 0px;
}

.cms-home .page-main > .columns, .cms-home-logged .page-main > .columns{
  padding-left: 0px;
  padding-right: 0px;
}

.cms-home .main-title, .cms-home-logged .main-title{
  display: none;
}

@media (min-width: 1024px){
  .cms-home .section-join-us, .cms-home-logged .section-join-us{
    margin-left: auto;
    margin-right: auto;
  }
}

.cms-home #header, .cms-home-logged #header{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  box-shadow: none;
}

.cms-home #header .megamenu, .cms-home-logged #header .megamenu {
  border-top: none;
}

.cms-home .row-full-width-inner p,.cms-home-logged .row-full-width-inner p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (max-width: 1024px) {
  .cms-home [data-content-type='row'] h2, .cms-home-logged [data-content-type='row'] h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 640px) {
  .cms-home [data-content-type='row'] h2, .cms-home-logged [data-content-type='row'] h2 {
    font-size: 23px;
    line-height: 30px;
  }
}

.section-banner .pagebuilder-poster-content p:last-child{
  margin: 0px;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner .row-full-width-inner{
  width: 1330px;
}

@media (max-width: 1280px) {
  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner .row-full-width-inner{
    width: 100%;
    padding: 0
  }
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner h1{
  width: 450px;
  max-width: 100%;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner .row-full-width-inner{
  padding: 0px;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner']{
  overflow: hidden;
  border-radius: 40px;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (max-width: 1330px) {
  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] {
    border-radius: 0
  }
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner']{
  background-color: #07363f;
  background: linear-gradient(135deg, #0d4d54 0%, #07363f 25%);
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper{
  background-position: 100% 100%;
}

@media not all and (min-width: 768px){
  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper{
    background-position: 100% 100%;
  }
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper {
  position: relative;
  padding: 50px 100px;
}

@media (max-width: 1130px) {
  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper {
    padding: 50px 20px
  }
}

@media (max-width: 1024px) {
  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding: 0 !important
  }

  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay h1 {
    font-size: 30px;
    line-height: 1.25;
  }

  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper ul li {
    margin-bottom: 0;
    padding-left: 1.5rem;
  }

  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper ul li:before {
    width: 18px;
    height: 18px;
  }

  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper {
    padding: 40px 2rem;
    background-size: cover;
    background-position: center center;
    text-align: left
  }

  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(7, 54, 63, 1) 0%, rgba(7, 54, 63, 0.82) 100%);
    z-index: 0;
  }

  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper > * {
    position: relative;
    z-index: 1;
  }

  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper ul {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    display: inline-block;
    text-align: left;
  }

  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper [data-content-type="buttons"] {
    justify-content: center;
  }
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  display: block;
  transform: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a{
  position: relative;
  z-index: 10;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0px;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
    align-items: center;
    gap: 10px;
  }
}

.cms-amasty-faq-home-page .amfaq_questions #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .question_view > #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.border-container, .faq-category-view .question_view > #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.border-container {
  display: none;
}

.faq-question-view .amfaq_questions #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a, .faq-category-view .amfaq_questions #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#29beb5 0%, #28b1a8 100%);
  cursor: pointer;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 4px;
  margin-left: 5px;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a:hover {
  filter: brightness(1.05);
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a:disabled:hover,#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a[disabled]:hover {
  filter: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.no-arrow:after{
  display: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.bg-simple {
  background: #28b1a8;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.adding-to-cart {
  cursor: wait;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.added-to-cart {
  background: #28b1a8;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.error-add-to-cart {
  background: #f34832;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  --btn-stroke: #2563eb;
  --btn-color: #ffffff;
  --btn-hover-stroke: #28b1a8;
  background: linear-gradient(118deg, #fa6230 36%, #fd3e24 69%);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a{
  border-radius: 0.75rem;
}

#header .navigation #navdesktop #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  display: inline-block;
}

.section-news-pharmazon #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  background: #28b1a8;
  padding: 0.5rem 1rem;
  border: none;
  color: #FFF;
  font-size: 17px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a:after{
  background-position: right 5px;
}

.customer-account-create #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.bg-simple {
  background: #2aafa8;
}

.product-service-contact #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.btn-primary {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 18px;
}

body.account.wishlist-index-index .wishlist-actions-top #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  font-size: 15px;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
}

.catalog-category-view .laboratory-media-plans #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a:hover{
  --tw-border-opacity: 1;
  border-color: rgba(5, 37, 35, var(--tw-border-opacity, 1));
  background-color: rgba(40, 177, 168, 0.05);
  color: #28b1a8;
  filter: none;
}

.contact-index-index form.contact > div > #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  margin-top: 15px;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  border: none;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.05);
  margin: auto;
  display: inline-block;
}

.market-product-grid-wrapper #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.flex:after {
  display: block;
  transform: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a:after{
  position: relative;
  top: 0.125rem;
  height: 14px;
  width: 18px;
  background-size:14px 14px;
  background-position: right center;
}

@media (max-width: 640px) {
  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
    line-height: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

.market-product-grid-wrapper #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"].flex {
  display: block;
  transform: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"]{
  position: relative;
}

.market-product-grid-wrapper .relative#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"]:after {
  display: block;
  transform: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"]:after{
  position: absolute;
  bottom: 0.25rem;
  left: 0px;
  z-index: 10;
  display: flex;
  height: 0.75rem;
  width: 100%;
  --tw-rotate: -1deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(41, 190, 181, var(--tw-bg-opacity, 1));
  opacity: 0.1;
  --tw-content: '';
  content: var(--tw-content);
}

.faq-question-view .sidebar-additional #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"]:has(#amfaq_search):after, .faq-category-view .sidebar-additional #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"]:has(#amfaq_search):after {
  display: none;
}

.faq-question-view .question_view > #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"].border-container:after, .faq-category-view .question_view > #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"].border-container:after {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"].text-sm.leading-tight.text-black:after{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"].text-sm.leading-tight.text-black + svg:after{
  right: -2rem;
}

.market-product-grid-wrapper #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"] strong.flex {
  display: block;
  transform: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"] strong{
  position: relative;
  z-index: 20;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"]{
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.market-product-grid-wrapper #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] strong.flex {
  display: block;
  transform: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] strong{
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] strong{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] strong {
  /*&:after{
                    @apply content-[''] absolute flex z-10 bg-secondary-darker w-full h-3 opacity-50 bottom-2 left-0;
                }*/
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul{
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 420px;
  max-width: 100%;
  gap: 1.5rem;
  font-size: 19px;
}

@media (min-width: 640px){
  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul{
    columns: 2;
  }
}

.market-product-grid-wrapper #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul li.flex {
  display: block;
  transform: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul li{
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
  font-weight: 500;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  height: 22px;
  width: 22px;
  --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));
}

[data-content-type$='block'] #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul li p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul li:before {
  background-image: url("../images/check.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-products .row-full-width-inner{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 640px) {
  .section-products .row-full-width-inner {
    padding-top: 2rem;
    padding-bottom: 1rem
  }
}

.section-products .pagebuilder-column-line{
  margin-bottom: 2rem;
}

.section-products h2{
  margin-bottom: 0px;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/* Responsive slider : mutualisé via .home-slider-responsive */

.section-products .pagebuilder-button-link{
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(228, 243, 243, var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.cms-amasty-faq-home-page .amfaq_questions .section-products .pagebuilder-button-link {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .section-products .pagebuilder-button-link, .faq-category-view .amfaq_questions .section-products .pagebuilder-button-link {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.section-products .pagebuilder-button-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(218, 239, 239, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2.section-products .pagebuilder-button-link:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

.section-products .pagebuilder-button-link:hover:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

.section-products .glider-contain .glider-track .product-item{
  left: auto;
  right: auto;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  margin-left: 5px;
  margin-right: 5px;
}

.section-products .glider-contain .glider-track .product-item .product-image-wrapper {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.market-product-grid-wrapper .relative.section-products .glider-contain .glider-track .product-item .product-image-wrapper .link-product {
  display: block;
  transform: none;
}

.section-products .glider-contain .glider-track .product-item .product-image-wrapper .link-product{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-products .glider-contain .glider-track .product-item .product-image-wrapper .link-product {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .section-products .glider-contain .glider-track .product-item .product-image-wrapper .link-product.border-container, .faq-category-view .question_view > .section-products .glider-contain .glider-track .product-item .product-image-wrapper .link-product.border-container {
  display: none;
}

.section-products .glider-contain .glider-track .product-item .product-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

.section-products .glider-contain .glider-track .product-item .product-info-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-best-labos{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  .section-best-labos{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

@media (max-width: 1024px) {
  .section-best-labos {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary {
    display: flex;
    padding: 0.5rem 1rem;
    font-size: 16px;
    line-height: 1.75rem;
  }

  .section-best-labos .pagebuilder-column-line {
    gap: 4rem;
  }
}

@media (max-width: 640px) {
  .section-best-labos {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary {
    font-size: 17px;
    padding: 0.5rem 1.25rem;
    line-height: 1.75rem;
  }
}

.section-best-labos h2{
  max-width: 32rem;
}

.section-best-labos .pagebuilder-column-line{
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .section-best-labos .pagebuilder-column-line{
    gap: 5rem;
  }
}

.section-best-labos .pagebuilder-column:last-child,
    .section-best-labos .random-logos-container{
  display: block !important;
}

@media not all and (min-width: 768px){
  .section-best-labos .pagebuilder-column:last-child,
    .section-best-labos .random-logos-container{
    max-width: 400px;
  }
}

.section-best-labos .pagebuilder-column:last-child,
    .section-best-labos .random-logos-container {
  overflow: visible;
}

@media (max-width: 768px) {
  .section-best-labos .pagebuilder-column:last-child,
    .section-best-labos .random-logos-container {
    margin: auto
  }
}

.market-product-grid-wrapper .relative.section-best-labos .pagebuilder-column:last-child figure,.market-product-grid-wrapper .relative .section-best-labos .random-logos-container figure {
  display: block;
  transform: none;
}

.section-best-labos .pagebuilder-column:last-child figure, .section-best-labos .random-logos-container figure{
  float: left;
  margin-bottom: 1.75rem;
  margin-right: 1.75rem;
  display: flex;
  height: 90px;
  width: calc(50% - 3.5rem);
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-best-labos .pagebuilder-column:last-child figure,.checkout-onepage-success .thanks-banner  .section-best-labos .random-logos-container figure {
    align-items: center;
    gap: 10px;
  }
}

.cms-compatible-lgo .page-footer .footer.content .section-best-labos .pagebuilder-column:last-child figure > .border-t:first-child,.cms-compatible-lgo .page-footer .footer.content  .section-best-labos .random-logos-container figure > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .section-best-labos .pagebuilder-column:last-child figure > .border-t:first-child,.cms-guichet-unique .page-footer .footer.content  .section-best-labos .random-logos-container figure > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .section-best-labos .pagebuilder-column:last-child figure > .border-t:first-child,.cms-notre-catalogue .page-footer .footer.content  .section-best-labos .random-logos-container figure > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .section-best-labos .pagebuilder-column:last-child figure > .border-t:first-child,.cms-l-offre-b2c .page-footer .footer.content  .section-best-labos .random-logos-container figure > .border-t:first-child {
  border-top: none;
}

.faq-question-view .question_view > .section-best-labos .pagebuilder-column:last-child figure.border-container, .faq-category-view .question_view > .section-best-labos .pagebuilder-column:last-child figure.border-container,.faq-question-view .question_view >  .section-best-labos .random-logos-container figure.border-container, .faq-category-view .question_view >  .section-best-labos .random-logos-container figure.border-container {
  display: none;
}

@media (max-width: 1024px) {
  .section-best-labos .pagebuilder-column:last-child figure, .section-best-labos .random-logos-container figure {
    width: calc(50% - 8px);
    height: 80px;
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 20px
    /* Ligne 2 : décalée à gauche */
    /* Ligne 3 : décalée à droite */
  }

  .section-best-labos .pagebuilder-column:last-child figure:nth-child(2n), .section-best-labos .random-logos-container figure:nth-child(2n) {
    margin-right: 0;
  }

  .section-best-labos .pagebuilder-column:last-child figure:nth-child(3),
                .section-best-labos .pagebuilder-column:last-child figure:nth-child(4),
                .section-best-labos .random-logos-container figure:nth-child(3),
                .section-best-labos .random-logos-container figure:nth-child(4) {
    transform: translateX(-15px);
  }

  .section-best-labos .pagebuilder-column:last-child figure:nth-child(5),
                .section-best-labos .pagebuilder-column:last-child figure:nth-child(6),
                .section-best-labos .random-logos-container figure:nth-child(5),
                .section-best-labos .random-logos-container figure:nth-child(6) {
    transform: translateX(15px);
  }
}

.section-best-labos .pagebuilder-column:last-child figure img, .section-best-labos .random-logos-container figure img{
  height: auto;
  width: auto;
  max-height: 50px;
  max-width: 105px !important;
}

@media (max-width: 1024px) {
  .section-best-labos .pagebuilder-column:last-child figure img, .section-best-labos .random-logos-container figure img {
    max-height: 30px;
    max-width: 98px !important
  }
}

@media (min-width: 1024px){
  .section-best-labos .pagebuilder-column:last-child figure:nth-child(3), .section-best-labos .random-logos-container figure:nth-child(3){
    margin-left: 1.75rem;
  }
}

.section-best-labos .pagebuilder-column:last-child figure:nth-child(5), .section-best-labos .pagebuilder-column:last-child figure:nth-child(6), .section-best-labos .random-logos-container figure:nth-child(5), .section-best-labos .random-logos-container figure:nth-child(6){
  margin-bottom: 0px;
}

.section-best-labos .random-logos-container .logo-figure{
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.section-best-labos .random-logos-container .logo-figure.fade-in {
  animation: fadeInScale 0.8s ease-in-out;
}

.section-best-labos .random-logos-container .logo-figure img {
  filter: none !important;
  opacity: 1 !important;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.market-product-grid-wrapper .relative.section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary {
  display: block;
  transform: none;
}

.section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary{
  display: flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.faq-question-view .question_view > .section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary.border-container, .faq-category-view .question_view > .section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary.border-container {
  display: none;
}

.market-product-grid-wrapper .relative.section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary span {
  display: block;
  transform: none;
}

.section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary span{
  display: flex;
  flex-wrap: wrap;
}

.faq-question-view .question_view > .section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary span.border-container, .faq-category-view .question_view > .section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary span.border-container {
  display: none;
}

.section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary:after{
  height: 1rem;
  width: 0.875rem;
  background-size:14px 14px;
  background-position: right 2px;
}

.section-plus{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  .section-plus{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

@media (max-width: 1024px) {
  .section-plus {
    padding-top: 5rem;
    padding-bottom: 5rem
  }
}

@media (max-width: 640px) {
  .section-plus {
    padding-top: 4rem;
    padding-bottom: 4rem
  }
}

.section-plus h2{
  margin-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.section-plus h3{
  margin-top: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 22px;
  line-height: 1.75rem;
}

.section-plus .pagebuilder-column{
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@supports (color: rgb(0 0 0 / 0)){
.section-plus .pagebuilder-column{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-plus .pagebuilder-column {
    align-items: center;
    gap: 10px;
  }
}

.cms-compatible-lgo .page-footer .footer.content .section-plus .pagebuilder-column > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .section-plus .pagebuilder-column > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .section-plus .pagebuilder-column > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .section-plus .pagebuilder-column > .border-t:first-child {
  border-top: none;
}

.section-plus .pagebuilder-column {
  padding: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.section-plus .pagebuilder-column-group{
  margin-left: auto;
  margin-right: auto;
  width: 1230px;
  max-width: 100%;
}

/* Responsive mobile : 4x1, centré, largeur auto */

@media (max-width: 640px) {
  .section-plus .pagebuilder-column-line,
        .section-plus [data-content-type='column-line'] {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    max-width: 100%;
  }

  .section-plus .pagebuilder-column,
        .section-plus [data-content-type='column'] {
    width: auto !important;
    max-width: 100% !important;
    flex-basis: auto !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px;
    padding: 0.75rem 1.5rem;
    text-align: center;
  }
}

/* Responsive tablette : 2x2 grid, layout horizontal (icône à gauche, texte à droite) */

@media (max-width: 1024px) {
  .section-plus h2 {
    margin-bottom: 1.5rem;
  }

  .section-plus .pagebuilder-column-line,
        .section-plus [data-content-type='column-line'] {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.75rem;
    gap: 0.75rem;
    max-width: 600px;
    margin: auto;
  }

  .section-plus .pagebuilder-column,
        .section-plus [data-content-type='column'] {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding: 1rem 1.25rem;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px;
    text-align: left;
  }

  .section-plus .pagebuilder-column img, .section-plus [data-content-type='column'] img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    object-fit: contain;
  }

  .section-plus .pagebuilder-column h3, .section-plus [data-content-type='column'] h3 {
    font-size: 15px;
    line-height: 1.3;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .section-plus .pagebuilder-column [data-content-type="text"], .section-plus [data-content-type='column'] [data-content-type="text"] {
    text-align: left;
  }

  .section-plus .pagebuilder-column [data-content-type="buttons"], .section-plus [data-content-type='column'] [data-content-type="buttons"] {
    display: none;
  }
}

.section-test[data-content-type="row"]{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  .section-test[data-content-type="row"]{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

@media (max-width: 1024px) {
  .section-test[data-content-type="row"] {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: cover !important
  }
}

@media (max-width: 640px) {
  .section-test[data-content-type="row"] {
    padding-top: 4rem;
    padding-bottom: 4rem
    /* Colonne line en vertical */
    /* Colonne droite (les 3 points) : border-top + order après */
    /* Bouton aligné à gauche en bas */
    /* Réorganiser : titre + texte + 3 points + bouton */
  }

  .section-test[data-content-type="row"] .pagebuilder-column-line {
    flex-direction: column !important;
  }

  .section-test[data-content-type="row"] .pagebuilder-column:last-child {
    border-top: 2px solid rgba(5, 37, 35, 0.05);
    padding-top: 2rem;
    margin-top: 0.5rem;
  }

  .section-test[data-content-type="row"] .pagebuilder-column:first-child [data-content-type="buttons"] {
    justify-content: flex-start;
    margin-top: 1.5rem;
    order: 99;
  }

  .section-test[data-content-type="row"] .pagebuilder-column:first-child {
    display: flex;
    flex-direction: column;
  }

  .section-test[data-content-type="row"] .pagebuilder-column {
    width: 100% !important;
  }
}

.section-test[data-content-type="row"]{
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.section-test[data-content-type="row"] [data-content-type="buttons"]{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .section-test[data-content-type="row"] [data-content-type="buttons"]{
    /* Masquer le lien "Contactez-nous" */
  }

  .section-test[data-content-type="row"] [data-content-type="buttons"] .pagebuilder-button-link {
    display: none !important;
  }
}

@media (min-width: 1024px){
  .section-test[data-content-type="row"] .pagebuilder-column:first-child{
    padding-right: 9rem;
  }
}

@media (max-width: 1240px) {
  .section-test[data-content-type="row"] .pagebuilder-column:first-child {
    padding-right: 25px
  }
}

.section-test[data-content-type="row"] .pagebuilder-column:first-child .pagebuilder-button-link{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.section-test[data-content-type="row"] .pagebuilder-column:first-child .pagebuilder-button-link:hover{
  -webkit-text-decoration: none;
  text-decoration: none;
}

.section-test[data-content-type="row"] .pagebuilder-column:first-child .pagebuilder-button-link:after{
  display: none;
}

.section-test[data-content-type="row"] .pagebuilder-column:first-child [data-content-type='buttons'] [data-content-type='button-item']{
  padding-right: 1.5rem;
}

@media (max-width: 1024px) {
  .section-test[data-content-type="row"] .pagebuilder-column:first-child [data-content-type='buttons'] [data-content-type='button-item'] {
    padding-right: 0
  }
}

.section-test[data-content-type="row"] .pagebuilder-column:first-child [data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-secondary{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.section-test[data-content-type="row"] .pagebuilder-column:first-child [data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-secondary:after{
  height: 1rem;
  width: 1.25rem;
  background-size:14px 14px;
  background-position: right 3px;
}

.section-test[data-content-type="row"] .pagebuilder-column:first-child [data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.section-test[data-content-type="row"] .pagebuilder-column:first-child [data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.market-product-grid-wrapper .relative.section-test[data-content-type="row"] ul {
  display: block;
  transform: none;
}

.section-test[data-content-type="row"] ul{
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.faq-question-view .question_view > .section-test[data-content-type="row"] ul.border-container, .faq-category-view .question_view > .section-test[data-content-type="row"] ul.border-container {
  display: none;
}

@media (min-width: 1024px){
  .section-test[data-content-type="row"] ul{
    margin-left: 5rem;
  }
}

.market-product-grid-wrapper .section-test[data-content-type="row"] ul li.flex {
  display: block;
  transform: none;
}

.section-test[data-content-type="row"] ul li{
  position: relative;
  padding-left: 70px;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .section-test[data-content-type="row"] ul li{
    font-size: 19px;
  }
}

.section-test[data-content-type="row"] ul li strong{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .section-test[data-content-type="row"] ul li strong{
    font-size: 22px;
  }
}

.section-test[data-content-type="row"] ul li strong {
  font-weight: 800;
}

.section-test[data-content-type="row"] ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  height: 3rem;
  width: 3rem;
  --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));
}

[data-content-type$='block'] .section-test[data-content-type="row"] ul li p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.section-test[data-content-type="row"] ul li:before {
  background-image: url("../images/test-card.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-test[data-content-type="row"] ul li:after {
  display: none !important;
}

.section-test[data-content-type="row"] ul li:first-child:before{
  left: -0.25rem;
}

.section-test[data-content-type="row"] ul li:nth-child(2):before {
  background-image: url("../images/test-shipping.svg");
}

.section-test[data-content-type="row"] ul li:nth-child(3):before {
  background-image: url("../images/test-join.svg");
}

.section-test[data-content-type="row"] ul li:nth-child(3):after{
  display: none;
}

.section-test[data-content-type="row"] p{
  margin-bottom: 2.5rem;
}

@media (max-width: 640px) {
  .section-test[data-content-type="row"] p{
    margin-bottom: 0
  }
}

#html-body .section-home-bottom{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  #html-body .section-home-bottom{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

@media (max-width: 1024px) {
  #html-body .section-home-bottom {
    padding-top: 5rem;
    padding-bottom: 5rem
  }
}

@media (max-width: 640px) {
  #html-body .section-home-bottom {
    padding-top: 4rem;
    padding-bottom: 4rem
  }
}

#html-body .section-home-bottom .pagebuilder-column:first-child{
  max-width: 625px;
}

#html-body .section-home-bottom .pagebuilder-column:first-child .pagebuilder-mobile-hidden{
  max-height: 660px;
  width: 100%;
  max-width: 625px;
  object-fit: cover;
}

.faq-question-view .sidebar-additional #html-body .section-home-bottom .pagebuilder-column:first-child .pagebuilder-mobile-hidden:has(#amfaq_search), .faq-category-view .sidebar-additional #html-body .section-home-bottom .pagebuilder-column:first-child .pagebuilder-mobile-hidden:has(#amfaq_search) {
  display: none;
}

.market-product-grid-wrapper #html-body .section-home-bottom .section-join-us .pagebuilder-button-secondary.flex:after {
  display: block;
  transform: none;
}

#html-body .section-home-bottom .section-join-us .pagebuilder-button-secondary:after{
  position: relative;
  top: 0.125rem;
  height: 1rem;
  width: 1.25rem;
  background-size:14px 14px;
  background-position: right center;
}

.section-join-us{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 3.5rem 1.5rem 2.5rem 1.5rem !important;
}

@media (min-width: 1024px){
  .section-join-us{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

@media (max-width: 1024px) {
  .section-join-us {
    padding: 3.5rem 3.5rem 2.5rem 3.5rem !important
  }
}

@media (max-width: 640px) {
  .section-join-us {
    padding: 2.5rem 2.5rem 1.5rem 2.5rem !important
  }
}

.section-join-us{
  box-shadow: 0 20px 60px rgba(5, 37, 35, 0.1), 0 8px 25px rgba(5, 37, 35, 0.06);
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.section-join-us h2 {
  margin-bottom: 1.5rem;
}

.section-join-us p{
  font-size: 1.375rem !important;
}

.section-join-us .pagebuilder-button-secondary {
  margin-top: 1.5rem;
  font-size: 19px;
  padding: 1rem 2rem;
}

@media not all and (min-width: 1024px){
  .block-static-block [data-content-type='row'][data-appearance='contained']{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.section-one-review{
  margin-left: auto;
  margin-right: auto;
  width: 1250px;
  max-width: 100%;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.section-one-review .pagebuilder-column-line{
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .section-one-review .pagebuilder-column-line{
    gap: 5rem;
  }
}

.section-one-review .text-xl{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review .text-xl{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review .text-xl p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review .text-xl p{
    font-size: 38px !important;
    line-height: 3rem !important;
  }
}

.section-one-review p{
  font-weight: 600;
  line-height: 1.25rem !important;
}

.am-filter-state .filter-options-title span.section-one-review p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.section-one-review p {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.section-one-review p span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.am-filter-state .filter-options-title span.section-one-review p span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.section-one-review p span {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.section-one-review p span.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.section-one-review p span.leading-tight.text-black + svg{
  right: -2rem;
}

.section-google-reviews {
  background: #f9fafc;
  padding-bottom: 2.5rem;
}

.section-google-reviews > div{
  padding-bottom: 0px;
}

.section-google-reviews h2{
  margin-bottom: 0px;
}

.section-google-reviews p{
  margin-bottom: 0px;
}

.market-product-grid-wrapper .relative.section-google-reviews [data-content-type='buttons'] {
  display: block;
  transform: none;
}

.section-google-reviews [data-content-type='buttons']{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-google-reviews [data-content-type='buttons'] {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .section-google-reviews [data-content-type='buttons'].border-container, .faq-category-view .question_view > .section-google-reviews [data-content-type='buttons'].border-container {
  display: none;
}

.section-google-reviews [data-content-type='buttons'] [data-content-type='button-item']{
  margin-right: 0px;
  margin-bottom: 0px;
}

.section-google-reviews [data-content-type='buttons'] .pagebuilder-button-link{
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(116, 124, 136, var(--tw-text-opacity, 1));
}

.section-google-reviews [data-content-type='buttons'] .pagebuilder-button-link:after {
  background-image: url("../images/arrow-left-gray.svg");
  margin-left: 0.5rem;
  margin-top: 1rem;
  --tw-rotate: 140deg;
  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: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-position: center -2px;
}

.section-google-reviews-two {
  background: #f9fafc;
  overflow: hidden;
}

.section-google-reviews-two > div{
  padding-top: 0px;
  padding-bottom: 0px;
}

@media not all and (min-width: 768px){
  .section-google-reviews-two > div{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.market-product-grid-wrapper .section-google-reviews-two .google-carousel-widget.flex {
  display: block;
  transform: none;
}

.section-google-reviews-two .google-carousel-widget{
  position: relative;
  columns: 1;
  gap: 1.5rem;
  overflow: hidden;
}

@media (min-width: 768px){
  .section-google-reviews-two .google-carousel-widget{
    margin-left: -10rem;
    margin-right: -10rem;
    columns: 3;
  }
}

@media (min-width: 1024px){
  .section-google-reviews-two .google-carousel-widget{
    columns: 4;
  }
}

.market-product-grid-wrapper .relative.section-google-reviews-two .google-carousel-widget header {
  display: block;
  transform: none;
}

.section-google-reviews-two .google-carousel-widget header{
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-google-reviews-two .google-carousel-widget header {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .section-google-reviews-two .google-carousel-widget header.border-container, .faq-category-view .question_view > .section-google-reviews-two .google-carousel-widget header.border-container {
  display: none;
}

.section-google-reviews-two .google-carousel-widget header img{
  height: 4rem;
  width: 4rem;
}

.section-google-reviews-two .google-carousel-widget:after {
  content: "";
  position: absolute;
  display: block;
}

@media not all and (min-width: 768px){
  .section-google-reviews-two .google-carousel-widget:after{
    display: none;
  }
}

@media (min-width: 640px){
  .section-google-reviews-two .google-carousel-widget:after{
    left: 9rem;
  }
}

.section-google-reviews-two .google-carousel-widget:after {
  top: 0;
  height: 100%;
  width: 30vw;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(94deg, rgba(249, 250, 251, 1) 25%, rgba(249, 250, 251, 0) 65%);
}

.section-google-reviews-two .google-carousel-widget:before {
  content: "";
  position: absolute;
  display: block;
}

@media not all and (min-width: 768px){
  .section-google-reviews-two .google-carousel-widget:before{
    display: none;
  }
}

@media (min-width: 640px){
  .section-google-reviews-two .google-carousel-widget:before{
    right: 9rem;
  }
}

.section-google-reviews-two .google-carousel-widget:before {
  top: 0;
  height: 100%;
  width: 30vw;
  z-index: 10 !important;
  pointer-events: none;
  background: linear-gradient(-94deg, rgba(249, 250, 251, 1) 25%, rgba(249, 250, 251, 0) 65%);
}

.section-google-reviews-two .google-carousel-widget .comment{
  margin-top: 1.25rem;
  font-size: 19px;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.section-google-reviews-two .google-carousel-widget footer {
  display: block;
  transform: none;
}

.section-google-reviews-two .google-carousel-widget footer{
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-google-reviews-two .google-carousel-widget footer {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .section-google-reviews-two .google-carousel-widget footer.border-container, .faq-category-view .question_view > .section-google-reviews-two .google-carousel-widget footer.border-container {
  display: none;
}

.section-google-reviews-two .google-carousel-widget footer .date{
  font-size: 0.9375rem;
  --tw-text-opacity: 1;
  color: rgba(116, 124, 136, var(--tw-text-opacity, 1));
}

.section-google-reviews-two [data-element="review-item"]{
  margin-bottom: 1.5rem;
  page-break-inside: avoid;
  break-inside: avoid;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(238, 240, 241, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.cms-compatible-lgo .page-footer .footer.content .section-google-reviews-two [data-element="review-item"] > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .section-google-reviews-two [data-element="review-item"] > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .section-google-reviews-two [data-element="review-item"] > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .section-google-reviews-two [data-element="review-item"] > .border-t:first-child {
  border-top: none;
}

.section-google-reviews-two [data-element="box-stars"] {
  display: block;
  width: 80px;
}

.section-google-reviews-two [data-element="box-stars"] svg {
  width: 16px !important;
  height: 16px !important;
  flex: none;
}

.section-google-reviews-two [data-element="box-stars"] .filled{
  position: absolute;
  overflow: hidden;
}

.market-product-grid-wrapper .relative.section-google-reviews-two [data-element="box-stars"] .filled > div {
  display: block;
  transform: none;
}

.section-google-reviews-two [data-element="box-stars"] .filled > div{
  display: flex;
}

.faq-question-view .question_view > .section-google-reviews-two [data-element="box-stars"] .filled > div.border-container, .faq-category-view .question_view > .section-google-reviews-two [data-element="box-stars"] .filled > div.border-container {
  display: none;
}

.market-product-grid-wrapper .relative.section-google-reviews-two [data-element="box-stars"] .empty {
  display: block;
  transform: none;
}

.section-google-reviews-two [data-element="box-stars"] .empty{
  display: flex;
  width: 100%;
}

.faq-question-view .sidebar-additional .section-google-reviews-two [data-element="box-stars"] .empty:has(#amfaq_search), .faq-category-view .sidebar-additional .section-google-reviews-two [data-element="box-stars"] .empty:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .section-google-reviews-two [data-element="box-stars"] .empty.border-container, .faq-category-view .question_view > .section-google-reviews-two [data-element="box-stars"] .empty.border-container {
  display: none;
}

/* ===== Testimonial Slider ===== */

/* Override PageBuilder column constraints for testimonial slider */

.section-one-review .pagebuilder-column-line{
  gap: 0px;
}

.section-one-review .pagebuilder-column {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
}

.section-one-review [data-content-type="html"] {
  width: 100%;
  overflow: visible;
}

.section-testimonial-slider {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1250px;
  margin: 0 auto;
  overflow: visible;
  width: 100%;
}

.section-testimonial-slider .testimonial-slider-container {
  position: relative;
}

.section-testimonial-slider .testimonial-slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .section-testimonial-slider .testimonial-slide-inner {
    flex-direction: row;
    gap: 2rem;
    padding: 0 1rem
  }
}

@media (min-width: 1024px) {
  .section-testimonial-slider .testimonial-slide-inner {
    gap: 4rem;
    padding: 0
  }
}

.section-testimonial-slider .testimonial-slides {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}

.section-testimonial-slider .testimonial-slide {
  width: 100%;
}

.section-testimonial-slider .testimonial-photo-wrapper {
  text-align: center;
  flex-shrink: 0;
  max-width: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 1260px) {
  .section-testimonial-slider .testimonial-photo-wrapper {
    max-width: 440px
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-testimonial-slider .testimonial-photo-wrapper {
    max-width: 220px
  }
}

.section-testimonial-slider .testimonial-photo {
  border-color: #fff;
  border-width: 10px;
  border-style: solid;
  aspect-ratio: 1 / 1;
  border-radius: 50px;
  max-height: 500px;
  width: 100%;
  max-width: 500px;
  object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-testimonial-slider .testimonial-photo {
    max-height: 280px;
    border-width: 6px;
    border-radius: 20px
  }
}

.section-testimonial-slider .testimonial-content {
  flex: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .section-testimonial-slider .testimonial-content {
    text-align: left
  }
}

.section-testimonial-slider .testimonial-review-text {
  color: #052523;
  font-size: 23px !important;
  line-height: 2rem !important;
  margin-bottom: 2rem;
  margin-top: 0;
  font-weight: 600;
  font-style: italic;
}

.section-testimonial-slider .testimonial-review-text::before {
  content: "\201C";
  font-family: Georgia, 'Times New Roman', serif;
  font-style: normal;
  margin-right: 0;
}

.section-testimonial-slider .testimonial-review-text::after {
  content: "\201D";
  font-family: Georgia, 'Times New Roman', serif;
  font-style: normal;
  margin-left: 0;
  margin-right: 10px;
  font-size: 24px !important;
  line-height: 2.35rem !important;
}

@media (max-width: 1024px) {
  .section-testimonial-slider .testimonial-review-text {
    font-size: 24px !important;
    line-height: 2rem !important;
    font-weight: 600
  }

  .section-testimonial-slider .testimonial-review-text::before {
    font-size: 24px;
  }

  .section-testimonial-slider .testimonial-review-text::after {
    font-size: 24px !important;
    margin-left: 5px;
  }
}

@media (max-width: 640px) {
  .section-testimonial-slider .testimonial-review-text {
    font-size: 20px !important;
    line-height: 1.75rem !important
  }
}

.section-testimonial-slider .testimonial-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0.75rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .section-testimonial-slider .testimonial-stars {
    justify-content: flex-start
  }
}

@media (max-width: 1024px) {
  .section-testimonial-slider .testimonial-stars svg {
    width: 18px;
    height: 18px;
  }
}

.section-testimonial-slider .testimonial-stars .testimonial-star {
  color: #e2e5ea;
}

.section-testimonial-slider .testimonial-stars .testimonial-star.active {
  color: #f34832;
}

.section-testimonial-slider .testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .section-testimonial-slider .testimonial-author {
    align-items: flex-start
  }
}

.section-testimonial-slider .testimonial-author-name {
  color: #052523;
  font-size: 18px;
  font-weight: 600;
  line-height: 1rem;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .section-testimonial-slider .testimonial-author-name {
    font-size: 18px
  }
}

.section-testimonial-slider .testimonial-author-pharmacy {
  color: #28b1a8;
  font-size: 16px;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .section-testimonial-slider .testimonial-author-pharmacy {
    font-size: 14px
  }
}

.section-testimonial-slider .testimonial-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.section-testimonial-slider .testimonial-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0525230d;
  border: none;
  cursor: pointer;
}

.section-testimonial-slider .testimonial-dot:hover {
  background-color: #828D9E;
}

.section-testimonial-slider .testimonial-dot.active {
  background-color: #28b1a8;
}

/* ===== Responsive slider produits — mutualisé (home guest + home logged) ===== */

/* Anti-FOUC : masquer les produits tant que Glider.js n'est pas initialisé */

.section-products [data-role="glider-content"]:not(.glider), .section-products-logged [data-role="glider-content"]:not(.glider) {
  visibility: hidden;
  min-height: 300px;
}

@media (min-width: 1361px) and (max-width: 1460px) {
  .section-products .glider-prev, .section-products-logged .glider-prev {
    left: -3.5rem !important;
  }

  .section-products .glider-next, .section-products-logged .glider-next {
    right: -3.5rem !important;
  }
}

@media (max-width: 1360px) {
  .section-products,
.section-products-logged {
    /* Titre + "Voir tout" sur la même ligne, alignés baseline */
    /* Colonne du titre : shrink to fit */
    /* Colonne du "Voir tout" : collée au titre, line-height uniforme */
    /* "Voir tout" : style simplifié */
    /* Glider : compenser les marges des product-item */
  }

  .section-products .pagebuilder-column-line, .section-products-logged .pagebuilder-column-line {
    position: relative;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 1rem;
  }

  .section-products .pagebuilder-column-line > .pagebuilder-column:first-child, .section-products-logged .pagebuilder-column-line > .pagebuilder-column:first-child {
    flex: 0 1 auto !important;
    width: auto !important;
  }

  .section-products .pagebuilder-column-line > .pagebuilder-column:last-child, .section-products-logged .pagebuilder-column-line > .pagebuilder-column:last-child {
    flex: 0 0 auto !important;
    width: auto !important;
    line-height: 1;
  }

  .section-products .pagebuilder-column-line > .pagebuilder-column:last-child [data-content-type='buttons'],
            .section-products .pagebuilder-column-line > .pagebuilder-column:last-child [data-content-type='button-item'],
            .section-products .pagebuilder-column-line > .pagebuilder-column:last-child .pagebuilder-button-link,
            .section-products .pagebuilder-column-line > .pagebuilder-column:last-child .pagebuilder-button-link span,
            .section-products-logged .pagebuilder-column-line > .pagebuilder-column:last-child [data-content-type='buttons'],
            .section-products-logged .pagebuilder-column-line > .pagebuilder-column:last-child [data-content-type='button-item'],
            .section-products-logged .pagebuilder-column-line > .pagebuilder-column:last-child .pagebuilder-button-link,
            .section-products-logged .pagebuilder-column-line > .pagebuilder-column:last-child .pagebuilder-button-link span {
    line-height: 1;
  }

  .section-products [data-content-type='buttons'] [data-content-type='button-item'], .section-products-logged [data-content-type='buttons'] [data-content-type='button-item'] {
    margin-right: 0;
    margin-bottom: 0;
  }

  .section-products .pagebuilder-button-link, .section-products-logged .pagebuilder-button-link {
    background: none !important;
    padding: 0 !important;
    font-size: 13px !important;
    color: #28b1a8 !important;
  }

  .section-products .glider-contain, .section-products-logged .glider-contain {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
  }

  .section-products .glider-prev,
        .section-products .glider-next,
        .section-products-logged .glider-prev,
        .section-products-logged .glider-next {
    position: absolute !important;
    top: -20px;
    width: 28px;
    height: 28px;
  }

  .section-products .glider-prev::before, .section-products .glider-next::before, .section-products-logged .glider-prev::before, .section-products-logged .glider-next::before {
    width: 12px;
    height: 12px;
  }

  .section-products .glider-prev, .section-products-logged .glider-prev {
    left: auto !important;
    right: 36px !important;
  }

  .section-products .glider-next, .section-products-logged .glider-next {
    right: 0 !important;
  }

  .section-products .glider-dots, .section-products-logged .glider-dots {
    display: none !important;
  }

  .section-products [data-role="glider-content"], .section-products-logged [data-role="glider-content"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .section-products .pagebuilder-button-link, .section-products-logged .pagebuilder-button-link {
    display: none !important;
  }

  .section-products .glider-prev,
        .section-products .glider-next,
        .section-products-logged .glider-prev,
        .section-products-logged .glider-next {
    top: -15px;
  }
}

/* ===== Home guest : prix floutés (tous les produits) ===== */

.cms-home .section-products .glider-track .product-item .product-info-add-cart .price-container {
  filter: blur(5px);
}

.cms-home .section-products .glider-track .product-item .product-info-add-cart .price-container .price-current .price-wrapper::after {
  content: "-X% catalog";
  display: block;
  color: #8b9aaa;
  font-weight: 600;
  font-size: 11px;
}

.cms-home .section-products .glider-track .product-item .product-info-add-cart .price-container .price-current .price-wrapper .price::after {
  margin-left: 5px;
  content: "X,X€";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: #052523;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

/**
 * Home Slider - Pourquoi choisir Pharmazon
 * Styles for the features carousel/slider
 */

.market-product-grid-wrapper .pharmazon-features-slider.flex {
  display: block;
  transform: none;
}

.pharmazon-features-slider{
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px){
  .pharmazon-features-slider{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 1280px) {
  .pharmazon-features-slider {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (max-width: 1024px) {
  .pharmazon-features-slider {
    padding-top: 3rem
  }
}

.market-product-grid-wrapper .pharmazon-features-slider .slider-container.flex {
  display: block;
  transform: none;
}

.pharmazon-features-slider .slider-container{
  position: relative;
  /* @apply pl-[2rem] pr-[2rem] md:pl-[5rem] md:pr-[5rem] lg:pl-[4rem] lg:pr-[4rem] ; */
  padding: 0;
}

.pharmazon-features-slider .slider-wrapper{
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pharmazon-features-slider .slider-wrapper {
    width: calc(100% - 50px);
    margin: 0 auto
  }
}

@media (max-width: 768px) {
  .pharmazon-features-slider .slider-wrapper {
    width: 100%;
    margin: 0 auto
  }
}

.market-product-grid-wrapper .relative.pharmazon-features-slider .slides-track {
  display: block;
  transform: none;
}

.pharmazon-features-slider .slides-track{
  display: flex;
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-question-view .question_view > .pharmazon-features-slider .slides-track.border-container, .faq-category-view .question_view > .pharmazon-features-slider .slides-track.border-container {
  display: none;
}

.pharmazon-features-slider .slide-item{
  width: 100%;
  flex-shrink: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.faq-question-view .sidebar-additional .pharmazon-features-slider .slide-item:has(#amfaq_search), .faq-category-view .sidebar-additional .pharmazon-features-slider .slide-item:has(#amfaq_search) {
  display: none;
}

@media (max-width: 640px) {
  .pharmazon-features-slider .slide-item {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }
}

@media (min-width: 640px) {
  .pharmazon-features-slider .slide-item {
    width: 50%
  }
}

@media (min-width: 768px) {
  .pharmazon-features-slider .slide-item{
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .pharmazon-features-slider .slide-item{
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  .pharmazon-features-slider .slide-item{
    width: 33.333333%;
  }
}

.market-product-grid-wrapper .relative.pharmazon-features-slider .feature-card {
  display: block;
  transform: none;
}

.pharmazon-features-slider .feature-card{
  display: flex;
  height: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .pharmazon-features-slider .feature-card > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .pharmazon-features-slider .feature-card > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .pharmazon-features-slider .feature-card > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .pharmazon-features-slider .feature-card > .border-t:first-child {
  border-top: none;
}

.faq-question-view .question_view > .pharmazon-features-slider .feature-card.border-container, .faq-category-view .question_view > .pharmazon-features-slider .feature-card.border-container {
  display: none;
}

.pharmazon-features-slider .feature-card {
  overflow: hidden;
}

.pharmazon-features-slider .feature-card .card-image{
  height: 12rem;
  width: 100%;
  object-fit: cover;
}

.faq-question-view .sidebar-additional .pharmazon-features-slider .feature-card .card-image:has(#amfaq_search), .faq-category-view .sidebar-additional .pharmazon-features-slider .feature-card .card-image:has(#amfaq_search) {
  display: none;
}

.pharmazon-features-slider .feature-card .card-image {
  border-radius: 8px;
  overflow: hidden;
}

.pharmazon-features-slider .feature-card .card-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.faq-question-view .sidebar-additional .pharmazon-features-slider .feature-card .card-image img:has(#amfaq_search), .faq-category-view .sidebar-additional .pharmazon-features-slider .feature-card .card-image img:has(#amfaq_search) {
  display: none;
}

.pharmazon-features-slider .feature-card .card-image img {
  border-radius: 8px;
}

.pharmazon-features-slider .feature-card .card-content{
  flex-grow: 1;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.pharmazon-features-slider .feature-card .card-title{
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.pharmazon-features-slider .feature-card .card-description{
  margin-bottom: 1rem;
  font-size: 17px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.pharmazon-features-slider .feature-card .card-link{
  display: inline-flex;
  align-items: center;
  align-items: baseline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2.pharmazon-features-slider .feature-card .card-link{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .pharmazon-features-slider .feature-card .card-link {
    align-items: center;
    gap: 10px;
  }
}

.cms-amasty-faq-home-page .amfaq_questions .pharmazon-features-slider .feature-card .card-link {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .pharmazon-features-slider .feature-card .card-link, .faq-category-view .amfaq_questions .pharmazon-features-slider .feature-card .card-link {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.pharmazon-features-slider .feature-card .card-link:after {
  margin-left: 5px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.pharmazon-features-slider .feature-card .card-link:hover{
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.pharmazon-features-slider .feature-card .card-link svg {
  display: none;
}

/* Navigation Buttons */

.pharmazon-features-slider .slider-nav {
  background: #f9fafb;
}

.pharmazon-features-slider .slider-nav:active{
  margin-top: 2px;
}

.pharmazon-features-slider .slider-nav{
  position: absolute;
  top: 50%;
  z-index: 10;
  --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));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.pharmazon-features-slider .slider-nav.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.pharmazon-features-slider .slider-nav.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.pharmazon-features-slider .slider-nav{
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
}

.market-product-grid-wrapper .relative.pharmazon-features-slider .slider-nav {
  display: block;
  transform: none;
}

.pharmazon-features-slider .slider-nav{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .pharmazon-features-slider .slider-nav {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .pharmazon-features-slider .slider-nav.border-container, .faq-category-view .question_view > .pharmazon-features-slider .slider-nav.border-container {
  display: none;
}

.pharmazon-features-slider .slider-nav:disabled{
  margin: 0px;
  cursor: not-allowed;
  opacity: 0.25;
}

.pharmazon-features-slider .slider-nav{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

/* Flèches en CSS pour éviter la corruption SVG par le WYSIWYG */

.pharmazon-features-slider .slider-nav svg{
  display: none;
}

.pharmazon-features-slider .slider-nav::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pharmazon-features-slider .slider-nav.prev{
  left: -5rem;
}

.pharmazon-features-slider .slider-nav.prev::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path fill="%23052523" d="M20.8,7.8c1.5-1.2,1.8-3.5,0.5-5c-1.2-1.5-3.5-1.8-5-0.5C10.9,6.6,7.5,9.7,3.7,14.1c-3,3.4-3,8.5,0,11.9c3.9,4.4,7.2,7.5,12.6,11.8c1.5,1.2,3.8,1,5-0.5c1.2-1.5,1-3.8-0.5-5c-4.1-3.3-6.9-5.8-9.6-8.6H35c2,0,3.6-1.6,3.6-3.6c0-2-1.6-3.6-3.6-3.6H11.2C13.9,13.6,16.7,11.1,20.8,7.8z"/></svg>');
}

.pharmazon-features-slider .slider-nav.next{
  right: -5rem;
}

.pharmazon-features-slider .slider-nav.next::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path fill="%23052523" d="M19.2,32.2c-1.5,1.2-1.8,3.5-0.5,5c1.2,1.5,3.5,1.8,5,0.5c5.4-4.4,8.8-7.5,12.6-11.8c3-3.4,3-8.5,0-11.9c-3.9-4.4-7.2-7.5-12.6-11.8c-1.5-1.2-3.8-1-5,0.5c-1.2,1.5-1,3.8,0.5,5c4.1,3.3,6.9,5.8,9.6,8.6H5c-2,0-3.6,1.6-3.6,3.6c0,2,1.6,3.6,3.6,3.6h23.8C26.1,26.4,23.3,28.9,19.2,32.2z"/></svg>');
}

@media (min-width: 768px) {
  .pharmazon-features-slider .slider-nav.prev{
    left: -5rem;
  }

  .pharmazon-features-slider .slider-nav.next{
    right: -5rem;
  }
}

@media (min-width: 1024px) {
  .pharmazon-features-slider .slider-nav.prev{
    left: -5rem;
  }

  .pharmazon-features-slider .slider-nav.next{
    right: -5rem;
  }
}

/* Dots Navigation */

.market-product-grid-wrapper .relative.pharmazon-features-slider .slider-dots {
  display: block;
  transform: none;
}

.pharmazon-features-slider .slider-dots{
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.faq-question-view .question_view > .pharmazon-features-slider .slider-dots.border-container, .faq-category-view .question_view > .pharmazon-features-slider .slider-dots.border-container {
  display: none;
}

@media (max-width: 1024px) {
  .pharmazon-features-slider .slider-dots {
    margin-top: 1rem
  }
}

.pharmazon-features-slider .slider-dots button{
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.pharmazon-features-slider .slider-dots button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.pharmazon-features-slider .slider-dots button.active{
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

body.account .card .pharmazon-features-slider .slider-dots button.active svg {
  stroke: #fff;
  fill: none;
  color: #fff;
}

/* Section Title */

.pharmazon-features-slider .section-title{
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: rgba(5, 37, 35, var(--tw-text-opacity));
  --tw-text-opacity: 1;
}

@media (min-width: 768px) {
  .pharmazon-features-slider .section-title {
    font-size: 40px;
    line-height: 45px
  }
}

@media (max-width: 1024px) {
  .pharmazon-features-slider .section-title {
    font-size: 35px;
    margin-bottom: 2rem
  }
}

/* Responsive adjustments */

@media (max-width: 639px) {
  .pharmazon-features-slider .slider-nav{
    height: 2.5rem;
    width: 2.5rem;
  }
}

[data-content-type="row"].section-products-logged, [data-content-type="row"].section-dashboard{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(233, 237, 240, var(--tw-border-opacity, 1));
  background: #F9FAFB;
  background: linear-gradient(94deg, rgba(249, 250, 251, 1) 76%, rgba(249, 250, 251, 1) 70%);
}

[data-content-type="row"].section-products-logged [data-content-type='button-item'], [data-content-type="row"].section-dashboard [data-content-type='button-item'] {
  margin-right: 0 !important;
  margin-bottom: 0;
}

[data-content-type="row"].section-products-logged > .row-full-width-inner, [data-content-type="row"].section-dashboard > .row-full-width-inner{
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  [data-content-type="row"].section-products-logged > .row-full-width-inner, [data-content-type="row"].section-dashboard > .row-full-width-inner{
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  [data-content-type="row"].section-products-logged > .row-full-width-inner, [data-content-type="row"].section-dashboard > .row-full-width-inner{
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 1280px) {
  [data-content-type="row"].section-products-logged > .row-full-width-inner, [data-content-type="row"].section-dashboard > .row-full-width-inner {
    max-width: 100% !important;
    padding-left: 25px !important;
    padding-right: 25px !important
  }
}

@media (max-width: 1024px) {
  [data-content-type="row"].section-products-logged > .row-full-width-inner, [data-content-type="row"].section-dashboard > .row-full-width-inner {
    padding-top: 1rem;
    padding-bottom: 2rem
  }
}

@media (max-width: 640px) {
  [data-content-type="row"].section-products-logged > .row-full-width-inner, [data-content-type="row"].section-dashboard > .row-full-width-inner {
    padding-left: 15px !important;
    padding-right: 15px !important
  }
}

[data-content-type="row"].section-products-logged .pagebuilder-column-line, [data-content-type="row"].section-dashboard .pagebuilder-column-line {
  margin-bottom: 1rem;
}

[data-content-type="row"].section-products-logged h2, [data-content-type="row"].section-dashboard h2{
  margin-bottom: 0px;
  font-size: 25px;
}

@media (max-width: 640px) {
  [data-content-type="row"].section-products-logged h2, [data-content-type="row"].section-dashboard h2 {
    padding-right: 75px
  }

  [data-content-type="row"].section-products-logged .pagebuilder-column-line div:last-child, [data-content-type="row"].section-dashboard .pagebuilder-column-line div:last-child {
    display: none !important;
  }
}

[data-content-type="row"].section-products-logged .pagebuilder-button-link, [data-content-type="row"].section-dashboard .pagebuilder-button-link{
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(228, 243, 243, var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cms-amasty-faq-home-page .amfaq_questions [data-content-type="row"].section-products-logged .pagebuilder-button-link,.cms-amasty-faq-home-page .amfaq_questions  [data-content-type="row"].section-dashboard .pagebuilder-button-link {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions [data-content-type="row"].section-products-logged .pagebuilder-button-link, .faq-category-view .amfaq_questions [data-content-type="row"].section-products-logged .pagebuilder-button-link,.faq-question-view .amfaq_questions  [data-content-type="row"].section-dashboard .pagebuilder-button-link, .faq-category-view .amfaq_questions  [data-content-type="row"].section-dashboard .pagebuilder-button-link {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

[data-content-type="row"].section-products-logged .pagebuilder-button-link:hover, [data-content-type="row"].section-dashboard .pagebuilder-button-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

[data-content-type="row"].section-products-logged .pagebuilder-button-link:hover:after, [data-content-type="row"].section-dashboard .pagebuilder-button-link:hover:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

[data-content-type="row"].section-products-logged .link-grey .pagebuilder-button-link, [data-content-type="row"].section-dashboard .link-grey .pagebuilder-button-link{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 241, 242, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(116, 124, 136, var(--tw-text-opacity, 1));
}

[data-content-type="row"].section-products-logged .link-grey .pagebuilder-button-link:after, [data-content-type="row"].section-dashboard .link-grey .pagebuilder-button-link:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23747c88}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

[data-content-type="row"].section-products-logged .link-grey .pagebuilder-button-link:hover, [data-content-type="row"].section-dashboard .link-grey .pagebuilder-button-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

[data-content-type="row"].section-products-logged .link-grey .pagebuilder-button-link:hover:after, [data-content-type="row"].section-dashboard .link-grey .pagebuilder-button-link:hover:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

[data-content-type="row"].section-products-logged .glider, [data-content-type="row"].section-dashboard .glider{
  overflow: hidden;
  padding-bottom: 70px;
  margin-bottom: -70px;
}

[data-content-type="row"].section-products-logged .glider .glider-track .product-item, [data-content-type="row"].section-dashboard .glider .glider-track .product-item{
  left: auto;
  right: auto;
  border-radius: 0.75rem;
  margin: 0;
  border: 1px solid #e2e5ea;
}

@media (min-width: 768px){
  [data-content-type="row"].section-products-logged .glider .glider-track .product-item img, [data-content-type="row"].section-dashboard .glider .glider-track .product-item img{
    max-height: 175px;
  }
}

/* Tooltip prix dégressifs : centré au-dessus dans le slider (évite le clip overflow) */

[data-content-type="row"].section-products-logged .glider .tier-price-tooltip, [data-content-type="row"].section-dashboard .glider .tier-price-tooltip {
  right: auto !important;
  top: auto !important;
  bottom: calc(100% + 8px);
  left: 50% !important;
  transform: translateX(-50%) !important;
}

[data-content-type="row"].section-products-logged .glider .tier-price-tooltip::after, [data-content-type="row"].section-dashboard .glider .tier-price-tooltip::after {
  right: auto;
  top: auto;
  margin-top: 0;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #e2e5ea;
  border-right: 1px solid #e2e5ea;
}

[data-content-type="row"].section-products-logged .carousel-nav,[data-content-type="row"].section-dashboard .carousel-nav{
  display: none;
}

[data-content-type="row"].section-products-logged.section-dashboard,[data-content-type="row"].section-dashboard.section-dashboard{
  background: #fff;
}

[data-content-type="row"].section-products-logged.section-dashboard > .row-full-width-inner, [data-content-type="row"].section-dashboard.section-dashboard > .row-full-width-inner{
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media not all and (min-width: 768px){
  [data-content-type="row"].section-products-logged.section-dashboard > .row-full-width-inner, [data-content-type="row"].section-dashboard.section-dashboard > .row-full-width-inner{
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  [data-content-type="row"].section-products-logged.section-dashboard > .row-full-width-inner, [data-content-type="row"].section-dashboard.section-dashboard > .row-full-width-inner{
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 1280px) {
  [data-content-type="row"].section-products-logged.section-dashboard > .row-full-width-inner, [data-content-type="row"].section-dashboard.section-dashboard > .row-full-width-inner {
    max-width: 100% !important;
    padding-left: 25px !important;
    padding-right: 25px !important
  }
}

@media (max-width: 1024px) {
  [data-content-type="row"].section-products-logged.section-dashboard > .row-full-width-inner, [data-content-type="row"].section-dashboard.section-dashboard > .row-full-width-inner {
    padding-top: 0;
    padding-bottom: 2rem
  }
}

@media (max-width: 640px) {
  [data-content-type="row"].section-products-logged.section-dashboard > .row-full-width-inner, [data-content-type="row"].section-dashboard.section-dashboard > .row-full-width-inner {
    padding-left: 15px !important;
    padding-right: 15px !important
  }
}

[data-content-type="row"].section-products-logged.section-dashboard .pagebuilder-column-line, [data-content-type="row"].section-dashboard.section-dashboard .pagebuilder-column-line{
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  [data-content-type="row"].section-products-logged.section-dashboard .pagebuilder-column-line, [data-content-type="row"].section-dashboard.section-dashboard .pagebuilder-column-line {
    flex-wrap: nowrap
  }
}

@media (max-width: 640px) {
  [data-content-type="row"].section-products-logged.section-dashboard .pagebuilder-column-line, [data-content-type="row"].section-dashboard.section-dashboard .pagebuilder-column-line {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    gap: 0.5rem
  }

  [data-content-type="row"].section-products-logged.section-dashboard .pagebuilder-column-line .pagebuilder-column, [data-content-type="row"].section-dashboard.section-dashboard .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  [data-content-type="row"].section-products-logged.section-dashboard [data-content-type='buttons'], [data-content-type="row"].section-dashboard.section-dashboard [data-content-type='buttons'] {
    justify-content: flex-end;
  }
}

@media (max-width: 640px) {
  [data-content-type="row"].section-products-logged.section-dashboard [data-content-type='buttons'], [data-content-type="row"].section-dashboard.section-dashboard [data-content-type='buttons'] {
    justify-content: flex-start;
  }
}

[data-content-type='row'][data-appearance='full-width'].section-promo > .row-full-width-inner{
  width: 1480px !important;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1.5rem;
  padding-top: 0px;
}

@media not all and (min-width: 768px){
  [data-content-type='row'][data-appearance='full-width'].section-promo > .row-full-width-inner{
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'].section-promo > .row-full-width-inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
  }
}

/* Image mobile masquée par défaut (visible uniquement ≤ 768px) */

[data-content-type='row'][data-appearance='full-width'].section-promo .banner-mobile-img {
  display: none;
}

[data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slider{
  height: 32vw;
}

@media (min-width: 1536px){
  [data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slider{
    height: 545px;
  }
}

[data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slider {
  min-height: inherit !important;
}

/* Anti-FOUC : masquer les slides sauf la première avant init Glider */

[data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slider .glider:not(.draggable) {
  overflow: hidden;
}

[data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slider .glider:not(.draggable) .glider-slide:not(:first-child) {
  display: none;
}

[data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper{
  height: 32vw;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 1024px){
  [data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper{
    border-radius: 50px;
  }
}

@media (min-width: 1536px){
  [data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper{
    height: 545px;
  }
}

@media (max-width: 1495px) {
  [data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper {
    border-radius: 0 !important
  }
}

[data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper{
  background-size: 100% auto !important;
  min-height: inherit !important;
}

[data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper .pagebuilder-poster-overlay{
  height: 32vw;
}

@media (min-width: 1536px){
  [data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper .pagebuilder-poster-overlay{
    height: 545px;
  }
}

[data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper .pagebuilder-poster-overlay {
  min-height: inherit !important;
}

/* Mobile : image réelle à la place du background-image */

@media only screen and (max-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slider {
    height: auto !important;
  }

  [data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper {
    height: auto !important;
    background-image: none !important;
  }

  [data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper .banner-mobile-img {
    display: block;
    width: 100%;
    height: auto;
  }

  [data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper .pagebuilder-poster-overlay {
    display: none;
  }
}

[data-content-type='row'][data-appearance='full-width'].section-promo [data-role="glider-content"]{
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
  overflow: hidden;
}

@media (max-width: 1280px) {
  [data-content-type='row'][data-appearance='full-width'].section-promo [data-role="glider-content"] {
    margin-left: -25px !important;
    margin-right: -25px !important
  }
}

[data-content-type='row'][data-appearance='full-width'].section-promo .glider-prev{
  left: 2rem;
  --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));
}

@media (max-width: 1280px) {
  [data-content-type='row'][data-appearance='full-width'].section-promo .glider-prev {
    left: 0
  }
}

[data-content-type='row'][data-appearance='full-width'].section-promo .glider-next{
  right: 2rem;
  --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));
}

@media (max-width: 1280px) {
  [data-content-type='row'][data-appearance='full-width'].section-promo .glider-next {
    right: 0
  }
}

.section-news-pharmazon {
  padding-bottom: 6rem;
  padding-top: 0rem;
}

.section-news-pharmazon .btn {
  background: #28b1a8;
  padding: 0.5rem 1rem;
  border: none;
  color: #FFF;
  font-size: 17px;
}

@media (max-width: 1280px) {
  .section-news-pharmazon {
    padding-bottom: 5rem;
    padding-top: 3rem
  }
}

@media (max-width: 640px) {
  .section-news-pharmazon {
    padding-bottom: 4rem;
    padding-top: 2rem
  }
}

.section-news-pharmazon .title p{
  margin-bottom: 0px;
  font-size: 19px;
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .section-news-pharmazon .pagebuilder-column-line{
    gap: 5rem;
  }
}

.section-news-pharmazon .pagebuilder-column:first-child{
  border-radius: 0.5rem;
}

.section-news-pharmazon .pagebuilder-column:first-child [data-content-type='html']{
  height: 100%;
}

.market-product-grid-wrapper .relative.section-news-pharmazon .pagebuilder-column:last-child {
  display: block;
  transform: none;
}

.section-news-pharmazon .pagebuilder-column:last-child{
  display: flex;
  gap: 1.5rem;
}

.faq-question-view .question_view > .section-news-pharmazon .pagebuilder-column:last-child.border-container, .faq-category-view .question_view > .section-news-pharmazon .pagebuilder-column:last-child.border-container {
  display: none;
}

.section-news-pharmazon .pagebuilder-column:last-child img{
  border-radius: 0.5rem;
}

.section-news-pharmazon .glider-contain, .section-news-pharmazon .glider{
  height: 100%;
}

.market-product-grid-wrapper .relative.section-news-pharmazon .glider-slide {
  display: block;
  transform: none;
}

.section-news-pharmazon .glider-slide{
  margin: 0px;
  display: flex;
  justify-content: flex-start;
}

.faq-question-view .question_view > .section-news-pharmazon .glider-slide.border-container, .faq-category-view .question_view > .section-news-pharmazon .glider-slide.border-container {
  display: none;
}

.section-news-pharmazon .glider-slide {
  margin-right: 10px;
  padding: 2rem 2rem 3rem 2rem;
}

@media (max-width: 640px) {
  .section-news-pharmazon .glider-slide {
    padding: 1rem 1rem 2rem 1rem;
    border: 1px solid #e3e5e9;
  }
}

.section-news-pharmazon .glider-slide{
  background: #FFF;
  border-radius: 10px;
}

.section-news-pharmazon .post-info-wraper{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-news-pharmazon .post-info-wraper .mp-post-title{
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.section-one-review .section-news-pharmazon .post-info-wraper .mp-post-title{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review .section-news-pharmazon .post-info-wraper .mp-post-title{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review .section-news-pharmazon .post-info-wraper .mp-post-title p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review .section-news-pharmazon .post-info-wraper .mp-post-title p{
    font-size: 38px !important;
    line-height: 3rem !important;
  }
}

.section-news-pharmazon .post-info-wraper .mp-post-info{
  margin-bottom: 1rem;
}

.section-news-pharmazon .post-image img{
  margin-bottom: 1.5rem;
  max-height: 280px;
  width: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
}

.faq-question-view .sidebar-additional .section-news-pharmazon .post-image img:has(#amfaq_search), .faq-category-view .sidebar-additional .section-news-pharmazon .post-image img:has(#amfaq_search) {
  display: none;
}

.section-news-pharmazon .btn{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon .btn:after{
  background-position: right 5px;
}

.market-product-grid-wrapper .relative.section-news-pharmazon .dots {
  display: block;
  transform: none;
}

.section-news-pharmazon .dots{
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0px;
}

.faq-question-view .sidebar-additional .section-news-pharmazon .dots:has(#amfaq_search), .faq-category-view .sidebar-additional .section-news-pharmazon .dots:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .section-news-pharmazon .dots.border-container, .faq-category-view .question_view > .section-news-pharmazon .dots.border-container {
  display: none;
}

.section-news-pharmazon .dots {
  margin-top: 0.5rem;
}

.section-news-pharmazon .dots button{
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  opacity: 0.9;
}

.cms-compatible-lgo .page-footer .footer.content .section-news-pharmazon .dots button > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .section-news-pharmazon .dots button > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .section-news-pharmazon .dots button > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .section-news-pharmazon .dots button > .border-t:first-child {
  border-top: none;
}

.section-news-pharmazon .dots button.active{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.section-news-pharmazon .bannier-home-logged{
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .section-news-pharmazon .bannier-home-logged.market-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  @media (max-width: 768px) {
    .section-news-pharmazon .bannier-home-logged.market-products-grid {
      grid-template-columns: repeat(2, 1fr)
    }
  }

  @media (max-width: 640px) {
    .section-news-pharmazon .bannier-home-logged.market-products-grid {
      grid-template-columns: repeat(1, 1fr);
      gap: 12px
    }
  }

  .section-news-pharmazon .bannier-home-logged{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.section-news-pharmazon .bannier-home-logged {
  grid-auto-rows: 1fr;
}

.section-news-pharmazon .bannier-home-logged .first-column{
  display: contents;
}

.section-news-pharmazon .bannier-home-logged .first-column .newszon-home-logged{
  margin-bottom: 0px;
  overflow: hidden;
  border-radius: 0.5rem;
}

@media (min-width: 1024px){
  .section-news-pharmazon .bannier-home-logged .first-column .newszon-home-logged{
    order: 1;
  }
}

.section-news-pharmazon .bannier-home-logged .first-column .newszon-home-logged {
  aspect-ratio: 16 / 8;
}

.section-news-pharmazon .bannier-home-logged .first-column .newszon-home-logged img{
  width: 100%;
  object-fit: cover;
}

.faq-question-view .sidebar-additional .section-news-pharmazon .bannier-home-logged .first-column .newszon-home-logged img:has(#amfaq_search), .faq-category-view .sidebar-additional .section-news-pharmazon .bannier-home-logged .first-column .newszon-home-logged img:has(#amfaq_search) {
  display: none;
}

.section-news-pharmazon .bannier-home-logged .first-column .newszon-home-logged img{
  height: 100% !important;
}

.market-product-grid-wrapper .relative.section-news-pharmazon .bannier-home-logged .first-column .laboratory-media-plans {
  display: block;
  transform: none;
}

.section-news-pharmazon .bannier-home-logged .first-column .laboratory-media-plans{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.faq-question-view .question_view > .section-news-pharmazon .bannier-home-logged .first-column .laboratory-media-plans.border-container, .faq-category-view .question_view > .section-news-pharmazon .bannier-home-logged .first-column .laboratory-media-plans.border-container {
  display: none;
}

@media (min-width: 1024px){
  .section-news-pharmazon .bannier-home-logged .first-column .laboratory-media-plans{
    order: 3;
  }
}

.section-news-pharmazon .bannier-home-logged .product-banner{
  display: contents;
}

.section-news-pharmazon .bannier-home-logged .product-banner .product-banner_content{
  display: contents;
}

.section-news-pharmazon .bannier-home-logged .product-banner .product-banner_item {
  aspect-ratio: 16 / 8;
}

.section-news-pharmazon .bannier-home-logged .product-banner .product-banner_item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.faq-question-view .sidebar-additional .section-news-pharmazon .bannier-home-logged .product-banner .product-banner_item img:has(#amfaq_search), .faq-category-view .sidebar-additional .section-news-pharmazon .bannier-home-logged .product-banner .product-banner_item img:has(#amfaq_search) {
  display: none;
}

@media (min-width: 1024px){
  .section-news-pharmazon .bannier-home-logged .product-banner .product-banner_item:first-child{
    order: 2;
  }

  .section-news-pharmazon .bannier-home-logged .product-banner .product-banner_item:last-child{
    order: 4;
  }
}

@media (max-width: 1023px) {
  .market-product-grid-wrapper .relative.section-news-pharmazon .bannier-home-logged {
    display: block;
    transform: none;
  }

  .section-news-pharmazon .bannier-home-logged{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .faq-question-view .question_view > .section-news-pharmazon .bannier-home-logged.border-container, .faq-category-view .question_view > .section-news-pharmazon .bannier-home-logged.border-container {
    display: none;
  }

  .market-product-grid-wrapper .relative.section-news-pharmazon .bannier-home-logged .first-column {
    display: block;
    transform: none;
  }

  .section-news-pharmazon .bannier-home-logged .first-column{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .faq-question-view .question_view > .section-news-pharmazon .bannier-home-logged .first-column.border-container, .faq-category-view .question_view > .section-news-pharmazon .bannier-home-logged .first-column.border-container {
    display: none;
  }

  .market-product-grid-wrapper .relative.section-news-pharmazon .bannier-home-logged .product-banner .product-banner_content {
    display: block;
    transform: none;
  }

  .section-news-pharmazon .bannier-home-logged .product-banner .product-banner_content{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .faq-question-view .question_view > .section-news-pharmazon .bannier-home-logged .product-banner .product-banner_content.border-container, .faq-category-view .question_view > .section-news-pharmazon .bannier-home-logged .product-banner .product-banner_content.border-container {
    display: none;
  }
}

.section-news-pharmazon .laboratory-media-plans{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .section-news-pharmazon .laboratory-media-plans > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .section-news-pharmazon .laboratory-media-plans > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .section-news-pharmazon .laboratory-media-plans > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .section-news-pharmazon .laboratory-media-plans > .border-t:first-child {
  border-top: none;
}

.section-news-pharmazon .laboratory-media-plans span[class*="text-secondary"] {
  font-weight: 600;
}

.section-news-pharmazon #media-plans-block {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  padding: 2rem 6rem;
}

.section-news-pharmazon #media-plans-block p {
  font-weight: 600;
}

@media (max-width: 1280px) {
  .section-news-pharmazon #media-plans-block {
    padding: 2rem 2rem
  }
}

@media (max-width: 640px) {
  .section-news-pharmazon #media-plans-block {
    padding: 1rem 1rem;
    margin: 0
  }

  .section-news-pharmazon #media-plans-block p {
    font-weight: 600;
    line-height: 24px;
    font-size: 17px !important;
  }
}

.section-news-pharmazon .media-plans-header {
  margin-bottom: 0;
}

.section-news-pharmazon .media-plans-header h3{
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-news-pharmazon .media-plans-header h3 {
    align-items: center;
    gap: 10px;
  }
}

.section-news-pharmazon .media-plans-header h3:before {
  content: "";
  display: block;
  height: 3.5rem;
  width: 3.5rem;
  flex: none;
  border-radius: 9999px;
}

[data-content-type$='block'] .section-news-pharmazon .media-plans-header h3 p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.section-news-pharmazon .media-plans-header h3:before {
  background-color: #28b1a8;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="50px" height="50px"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M42.498,7.499 L39.374,7.499 L39.374,3.125 C39.374,1.399 37.975,0.000 36.249,0.000 C34.523,0.000 33.124,1.399 33.124,3.125 L33.124,7.499 L16.876,7.499 L16.876,3.125 C16.876,1.399 15.477,0.000 13.751,0.000 C12.025,0.000 10.626,1.399 10.626,3.125 L10.626,7.499 L7.502,7.499 C3.360,7.499 0.002,10.857 0.002,14.999 L0.002,42.498 C-0.000,44.464 0.772,46.352 2.152,47.753 C3.560,49.191 5.489,50.000 7.502,49.998 L42.498,49.998 C44.543,49.998 46.403,49.178 47.753,47.848 C49.191,46.439 50.000,44.511 49.998,42.498 L49.998,14.999 C49.998,10.857 46.640,7.499 42.498,7.499 ZM32.698,32.146 L23.335,38.803 C22.261,39.574 20.841,39.665 19.677,39.038 C18.511,38.406 17.789,37.182 17.798,35.856 L17.798,22.543 C17.789,21.216 18.511,19.992 19.677,19.358 C20.841,18.731 22.261,18.823 23.335,19.596 L32.698,26.252 C33.009,26.478 33.283,26.751 33.508,27.062 C34.688,28.690 34.325,30.966 32.698,32.146 Z"/></svg>');
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}

.section-dashboard{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .section-dashboard > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .section-dashboard > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .section-dashboard > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .section-dashboard > .border-t:first-child {
  border-top: none;
}

@media (min-width: 1024px){
  .section-dashboard{
    padding-top: 0px !important;
  }
}

.section-dashboard .pagebuilder-column-line{
  margin-bottom: 0.5rem;
}

.section-dashboard .row-full-width-inner{
  max-width: 1230px;
  padding-top: 0px;
}

@media not all and (min-width: 768px){
  .section-dashboard .row-full-width-inner{
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.market-product-grid-wrapper .relative.section-dashboard [data-content-type='buttons'] {
  display: block;
  transform: none;
}

.section-dashboard [data-content-type='buttons']{
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.faq-question-view .question_view > .section-dashboard [data-content-type='buttons'].border-container, .faq-category-view .question_view > .section-dashboard [data-content-type='buttons'].border-container {
  display: none;
}

@media (min-width: 768px){
  .section-dashboard [data-content-type='buttons']{
    justify-content: flex-end;
  }
}

@media (min-width: 1024px){
  .section-dashboard [data-content-type='buttons']{
    gap: 1.25rem;
  }
}

.market-product-grid-wrapper .relative.dashboard-phtml .dashboard-container {
  display: block;
  transform: none;
}

.dashboard-phtml .dashboard-container{
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.faq-question-view .question_view > .dashboard-phtml .dashboard-container.border-container, .faq-category-view .question_view > .dashboard-phtml .dashboard-container.border-container {
  display: none;
}

@media (max-width: 1230px) {
  .dashboard-phtml .dashboard-container {
    gap: 1rem
  }
}

@media (max-width: 768px) {
  .dashboard-phtml .dashboard-container {
    flex-direction: column
  }
}

.market-product-grid-wrapper .relative.dashboard-phtml .dashboard-discover-btn {
  display: block;
  transform: none;
}

.dashboard-phtml .dashboard-discover-btn{
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
  text-align: center;
}

.faq-question-view .question_view > .dashboard-phtml .dashboard-discover-btn.border-container, .faq-category-view .question_view > .dashboard-phtml .dashboard-discover-btn.border-container {
  display: none;
}

.dashboard-phtml .dashboard-discover-btn a {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper .dashboard-phtml .dashboard-discover-btn a.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.dashboard-phtml .dashboard-discover-btn a {
  display: block;
  transform: none;
}

.dashboard-phtml .dashboard-discover-btn a{
  position: relative;
  z-index: 10;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0px;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .dashboard-phtml .dashboard-discover-btn a {
    align-items: center;
    gap: 10px;
  }
}

.cms-amasty-faq-home-page .amfaq_questions .dashboard-phtml .dashboard-discover-btn a {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .question_view > .dashboard-phtml .dashboard-discover-btn a.border-container, .faq-category-view .question_view > .dashboard-phtml .dashboard-discover-btn a.border-container {
  display: none;
}

.faq-question-view .amfaq_questions .dashboard-phtml .dashboard-discover-btn a, .faq-category-view .amfaq_questions .dashboard-phtml .dashboard-discover-btn a {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.dashboard-phtml .dashboard-discover-btn a.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.dashboard-phtml .dashboard-discover-btn a.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.dashboard-phtml .dashboard-discover-btn a {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#29beb5 0%, #28b1a8 100%);
  cursor: pointer;
}

.dashboard-phtml .dashboard-discover-btn a:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 4px;
  margin-left: 5px;
}

.dashboard-phtml .dashboard-discover-btn a:hover {
  filter: brightness(1.05);
}

.dashboard-phtml .dashboard-discover-btn a:disabled:hover,.dashboard-phtml .dashboard-discover-btn a[disabled]:hover {
  filter: none;
}

.dashboard-phtml .dashboard-discover-btn a.no-arrow:after{
  display: none;
}

.dashboard-phtml .dashboard-discover-btn a.bg-simple {
  background: #28b1a8;
}

.btn.dashboard-phtml .dashboard-discover-btn a {
  background: #28b1a8;
}

.dashboard-phtml .dashboard-discover-btn a.adding-to-cart {
  cursor: wait;
}

.dashboard-phtml .dashboard-discover-btn a.added-to-cart {
  background: #28b1a8;
}

.dashboard-phtml .dashboard-discover-btn a.error-add-to-cart {
  background: #f34832;
}

.dashboard-phtml .dashboard-discover-btn a {
  background: #28b1a8;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.market-product-grid-wrapper .relative.dashboard-phtml .dashboard-discover-btn a {
  display: block;
  transform: none;
}

.dashboard-phtml .dashboard-discover-btn a{
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#header .navigation #navdesktop .dashboard-phtml .dashboard-discover-btn a {
  display: inline-block;
}

.section-news-pharmazon .dashboard-phtml .dashboard-discover-btn a {
  background: #28b1a8;
  padding: 0.5rem 1rem;
  border: none;
  color: #FFF;
  font-size: 17px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon .dashboard-phtml .dashboard-discover-btn a:after{
  background-position: right 5px;
}

.customer-account-create .dashboard-phtml .dashboard-discover-btn a.bg-simple {
  background: #2aafa8;
}

.customer-account-create .btn.dashboard-phtml .dashboard-discover-btn a {
  background: #2aafa8;
}

.product-service-contact .dashboard-phtml .dashboard-discover-btn a.btn-primary {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 18px;
}

body.account.wishlist-index-index .wishlist-actions-top .dashboard-phtml .dashboard-discover-btn a {
  font-size: 15px;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
}

.catalog-category-view .laboratory-media-plans .dashboard-phtml .dashboard-discover-btn a:hover{
  --tw-border-opacity: 1;
  border-color: rgba(5, 37, 35, var(--tw-border-opacity, 1));
  background-color: rgba(40, 177, 168, 0.05);
  color: #28b1a8;
  filter: none;
}

.faq-question-view .question_view > .dashboard-phtml .dashboard-discover-btn a.border-container, .faq-category-view .question_view > .dashboard-phtml .dashboard-discover-btn a.border-container {
  display: none;
}

.contact-index-index form.contact > div > .dashboard-phtml .dashboard-discover-btn a {
  margin-top: 15px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.dashboard-phtml .dashboard-discover-btn a.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.dashboard-phtml .dashboard-discover-btn a.leading-tight.text-black + svg{
  right: -2rem;
}

.dashboard-phtml .dashboard-discover-btn a {
  gap: 0;
}

.dashboard-phtml .dashboard-discover-btn a:after {
  background-position: right 3px;
  margin-left: 2px;
}

.market-product-grid-wrapper .relative.dashboard-phtml .dashboard-discover-btn a span {
  display: block;
  transform: none;
}

.dashboard-phtml .dashboard-discover-btn a span{
  display: flex;
  flex-wrap: wrap;
}

.faq-question-view .question_view > .dashboard-phtml .dashboard-discover-btn a span.border-container, .faq-category-view .question_view > .dashboard-phtml .dashboard-discover-btn a span.border-container {
  display: none;
}

.market-product-grid-wrapper .relative.dashboard-phtml .dashboard-products-section {
  display: block;
  transform: none;
}

.dashboard-phtml .dashboard-products-section{
  display: flex;
  gap: 0.25rem;
}

.faq-question-view .question_view > .dashboard-phtml .dashboard-products-section.border-container, .faq-category-view .question_view > .dashboard-phtml .dashboard-products-section.border-container {
  display: none;
}

.dashboard-phtml .dashboard-products-section .card-dashboard-block:first-child{
  width: 60%;
}

.dashboard-phtml .dashboard-products-section .card-dashboard-block{
  width: 40%;
}

.dashboard-phtml .dashboard-products-section .card-dashboard-block:last-child .table-small .sublabel,.dashboard-phtml .dashboard-products-section .card-dashboard-block:last-child .table-small-list .sublabel{
  max-width: 130px;
}

.card-dashboard{
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 247, var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-shadow: 0 35px 60px -15px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 35px 60px -15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1280px){
  .card-dashboard{
    width: 33.333333%;
  }
}

@media (max-width: 1280px) {
  .card-dashboard {
    flex-grow: 1
  }
}

.card-dashboard:first-child .card-dashboard-block:last-child{
  margin-top: 1.5rem;
}

.market-product-grid-wrapper .relative.card-dashboard-head {
  display: block;
  transform: none;
}

.card-dashboard-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .card-dashboard-head {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .card-dashboard-head.border-container, .faq-category-view .question_view > .card-dashboard-head.border-container {
  display: none;
}

.card-dashboard-head .title{
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
}

[data-content-type$='block'] .card-dashboard-head .title p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.section-one-review .card-dashboard-head .title{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review .card-dashboard-head .title{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review .card-dashboard-head .title p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review .card-dashboard-head .title p{
    font-size: 38px !important;
    line-height: 3rem !important;
  }
}

.card-dashboard-head .bullets{
  display: none;
}

.market-product-grid-wrapper .relative.card-dashboard-stats {
  display: block;
  transform: none;
}

.card-dashboard-stats{
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.faq-question-view .question_view > .card-dashboard-stats.border-container, .faq-category-view .question_view > .card-dashboard-stats.border-container {
  display: none;
}

@media (min-width: 768px){
  .card-dashboard-stats{
    align-items: flex-end;
  }
}

.card-dashboard-stats .progression-indicator{
  display: inline-block;
  border-radius: 3px;
  padding: 2px;
}

.card-dashboard-stats .progression-indicator.positive{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.card-dashboard-stats .progression-indicator.negative{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
}

.card-dashboard-stats .progression-indicator svg{
  height: 0.5rem;
  width: 0.5rem;
  fill: #fff;
}

.card-dashboard-stats .progression-indicator svg.arrow-up{
  --tw-rotate: -45deg;
  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));
}

.card-dashboard-stats .progression-indicator svg.arrow-down{
  --tw-rotate: 45deg;
  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));
}

.card-dashboard-stats .progression-text.positive{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2.card-dashboard-stats .progression-text.positive{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

.card-dashboard-stats .progression-text.negative{
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.checkout-cart-index .mini-market-cart-wrapper .market-description .card-dashboard-stats .progression-text.negative {
  color: #fe961e;
  font-weight: 700;
}

.market-product-grid-wrapper .relative.card-dashboard-stats .numbers {
  display: block;
  transform: none;
}

.card-dashboard-stats .numbers{
  display: flex;
  flex-direction: column;
}

.faq-question-view .question_view > .card-dashboard-stats .numbers.border-container, .faq-category-view .question_view > .card-dashboard-stats .numbers.border-container {
  display: none;
}

.card-dashboard-stats .number{
  margin-bottom: 0.5rem;
  font-size: 38px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.card-dashboard-stats .order{
  margin-top: -0.75rem;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.card-dashboard-stats .order {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.card-dashboard-stats .order {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.card-dashboard-stats .progression{
  margin-top: 0.5rem;
  font-size: 13px;
}

.card-dashboard-stats .progression span{
  font-weight: 700;
}

.market-product-grid-wrapper .card-dashboard-block.flex {
  display: block;
  transform: none;
}

.card-dashboard-block{
  position: relative;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.card-dashboard-block.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.card-dashboard-block.leading-tight.text-black + svg{
  right: -2rem;
}

.card-dashboard-block {
  margin-top: 1.5rem;
}

.card-dashboard-block .title{
  position: absolute;
  top: -1rem;
  left: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  font-weight: 700;
}

.cms-compatible-lgo .page-footer .footer.content .card-dashboard-block .title > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .card-dashboard-block .title > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .card-dashboard-block .title > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .card-dashboard-block .title > .border-t:first-child {
  border-top: none;
}

.card-dashboard-block .title a {
  font-size: 14px;
  margin-left: 0.25rem;
}

.card-dashboard-block .title a::after {
  display: none;
}

.card-dashboard-block table{
  font-size: 13px;
}

.market-product-grid-wrapper .card-dashboard-block .line.flex {
  display: block;
  transform: none;
}

.card-dashboard-block .line{
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: #f2f2f7;
}

.market-product-grid-wrapper .relative.card-dashboard-block .filling {
  display: block;
  transform: none;
}

.card-dashboard-block .filling{
  position: absolute;
  top: 0px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  padding-right: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .card-dashboard-block .filling {
    align-items: center;
    gap: 10px;
  }
}

.am-filter-state .filter-options-title span.card-dashboard-block .filling {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.faq-question-view .question_view > .card-dashboard-block .filling.border-container, .faq-category-view .question_view > .card-dashboard-block .filling.border-container {
  display: none;
}

.amfaq_categories > div a.card-dashboard-block .filling {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.card-dashboard-block .filling.filling-empty{
  background: none;
  width: 100%;
  justify-content: center;
  color: #ccc;
}

.card-dashboard-block .filling.filling-half{
  width: 50%;
}

.card-dashboard-block .more{
  margin-top: 0.25rem;
  font-size: 13px;
}

.card-dashboard-block .more a{
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.am-filter-state .filter-options-title span.card-dashboard-block .more a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.card-dashboard-block .more a {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.market-product-grid-wrapper .relative.card-dashboard-block .table-orders {
  display: block;
  transform: none;
}

.card-dashboard-block .table-orders{
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.faq-question-view .question_view > .card-dashboard-block .table-orders.border-container, .faq-category-view .question_view > .card-dashboard-block .table-orders.border-container {
  display: none;
}

.card-dashboard-block .table-orders table{
  width: 100%;
  border-collapse: separate;
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.faq-question-view .sidebar-additional .card-dashboard-block .table-orders table:has(#amfaq_search), .faq-category-view .sidebar-additional .card-dashboard-block .table-orders table:has(#amfaq_search) {
  display: none;
}

.card-dashboard-block .table-orders td{
  padding: 0.05rem;
}

.card-dashboard-block .table-orders td:last-child{
  text-align: right;
}

.balance-history-table .card-dashboard-block .table-orders td:last-child {
  text-align: right;
}

.checkout-cart-index #cart-totals .card-dashboard-block .table-orders td:last-child {
  font-size: 15px;
  line-height: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.card-dashboard-block .table-orders tr{
  padding-top: 0.25rem;
}

.card-dashboard-block .table-orders .numero{
  margin: 0px;
  display: inline-block;
  border-radius: 9999px;
  font-weight: 700;
  background-color: #f2f4f4;
  padding: 1px 4px;
}

.card-dashboard-block .table-orders .numero:hover {
  color: #28b1a8;
  background-color: rgba(40, 177, 168, 0.05);
}

.market-product-grid-wrapper .relative.card-dashboard-block .table-orders tr.order-row {
  display: block;
  transform: none;
}

.card-dashboard-block .table-orders tr.order-row{
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .card-dashboard-block .table-orders tr.order-row {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .card-dashboard-block .table-orders tr.order-row.border-container, .faq-category-view .question_view > .card-dashboard-block .table-orders tr.order-row.border-container {
  display: none;
}

@media (min-width: 768px){
  .card-dashboard-block .table-orders tr.order-row{
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .card-dashboard-block .table-orders tr.order-row {
    justify-content: space-between;
  }
}

.card-dashboard-block .table-orders tr.order-row{
  font-size: 14px;
}

@media not all and (min-width: 640px){
  .card-dashboard-block .table-orders td.order-date{
    display: none;
  }
}

.card-dashboard-block .table-orders .status{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .card-dashboard-block .table-orders .status {
    align-items: center;
    gap: 10px;
  }
}

.am-filter-state .filter-options-title span.card-dashboard-block .table-orders .status {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.card-dashboard-block .table-orders .status {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.card-dashboard-block .table-orders .status span:first-child{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
}

.card-dashboard-block .table-orders .status span.status-indicator-on-hold{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 150, 30, var(--tw-bg-opacity, 1));
}

.card-dashboard-block .table-orders .status span.status-indicator-valid{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity, 1));
}

.card-dashboard-block .table-orders .status span.status-indicator-canceled{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}

.card-dashboard-block .table-orders .status.on-hold{
  --tw-border-opacity: 1;
  border-color: rgba(254, 150, 30, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 250, 244, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(254, 150, 30, var(--tw-text-opacity, 1));
}

.card-dashboard-block .table-orders .status.on-hold span:first-child{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 150, 30, var(--tw-bg-opacity, 1));
}

.card-dashboard-block .table-orders .status.canceled{
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.card-dashboard-block .table-orders .status.canceled span:first-child{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity, 1));
}

.card-dashboard-block .table-orders .status.valid{
  --tw-border-opacity: 1;
  border-color: rgba(40, 177, 168, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2.card-dashboard-block .table-orders .status.valid{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

.card-dashboard-block .table-orders .status.valid span:first-child{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.card-dashboard-block .table-orders .sublabel{
  display: block;
  max-width: 215px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-content-type$='block'] .card-dashboard-block .table-orders .sublabel p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.card-dashboard-block .table-orders .sublabel strong{
  font-weight: 600;
}

.am-filter-state .filter-options-title span.card-dashboard-block .table-orders .sublabel strong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.card-dashboard-block .table-orders .sublabel strong {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.market-product-grid-wrapper .relative.card-dashboard-block .table-markets {
  display: block;
  transform: none;
}

.card-dashboard-block .table-markets{
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.faq-question-view .question_view > .card-dashboard-block .table-markets.border-container, .faq-category-view .question_view > .card-dashboard-block .table-markets.border-container {
  display: none;
}

.card-dashboard-block .table-markets .table-market-list{
  width: 100%;
}

.faq-question-view .sidebar-additional .card-dashboard-block .table-markets .table-market-list:has(#amfaq_search), .faq-category-view .sidebar-additional .card-dashboard-block .table-markets .table-market-list:has(#amfaq_search) {
  display: none;
}

.market-product-grid-wrapper .relative.card-dashboard-block .table-markets .table-market-list .table-market-row {
  display: block;
  transform: none;
}

.card-dashboard-block .table-markets .table-market-list .table-market-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .card-dashboard-block .table-markets .table-market-list .table-market-row {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .sidebar-additional .card-dashboard-block .table-markets .table-market-list .table-market-row:has(#amfaq_search), .faq-category-view .sidebar-additional .card-dashboard-block .table-markets .table-market-list .table-market-row:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .card-dashboard-block .table-markets .table-market-list .table-market-row.border-container, .faq-category-view .question_view > .card-dashboard-block .table-markets .table-market-list .table-market-row.border-container {
  display: none;
}

.card-dashboard-block .table-markets tr{
  column-gap: 0.25rem;
}

@media not all and (min-width: 640px){
  .card-dashboard-block .table-markets tr{
    display: flex;
  }

  .market-product-grid-wrapper .card-dashboard-block .table-markets tr.relative {
    display: block;
    transform: none;
  }

  .card-dashboard-block .table-markets tr{
    display: flex;
    flex-wrap: wrap;
  }
}

.card-dashboard-block .table-markets table{
  width: 100%;
  border-collapse: separate;
}

.faq-question-view .sidebar-additional .card-dashboard-block .table-markets table:has(#amfaq_search), .faq-category-view .sidebar-additional .card-dashboard-block .table-markets table:has(#amfaq_search) {
  display: none;
}

.card-dashboard-block .table-markets table {
  border-spacing: 0 2px;
}

.card-dashboard-block .table-markets .graph{
  display: inline-block;
  height: 7px;
  width: 100px;
  border-radius: 9999px;
  background: #f2f2f7;
}

.card-dashboard-block .table-markets .graph span{
  display: block;
  height: 7px;
  border-radius: 9999px;
}

[data-content-type$='block'] .card-dashboard-block .table-markets .graph span p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.card-dashboard-block .table-markets .graph span {
  background: #29BEB5;
  background: linear-gradient(94deg, rgba(41, 190, 181, 1) 43%, rgba(40, 177, 168, 1) 65%);
}

.card-dashboard-block .table-markets .graph span.graph-fill-40{
  width: 40%;
}

.card-dashboard-block .table-markets .graph span.graph-fill-90{
  width: 90%;
}

.card-dashboard-block .table-markets .graph span.graph-fill-30{
  width: 30%;
}

.card-dashboard-block .table-markets .sublabel{
  display: block;
  max-width: 215px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-content-type$='block'] .card-dashboard-block .table-markets .sublabel p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.card-dashboard-block .table-markets .sublabel strong{
  font-weight: 600;
}

.am-filter-state .filter-options-title span.card-dashboard-block .table-markets .sublabel strong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.card-dashboard-block .table-markets .sublabel strong {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.card-dashboard-block p.card-dashboard-block-empty {
  color: #828D9E;
  font-size: 14px !important;
  text-align: center;
  padding: 10px 0;
  margin: 0 !important;
}

.card-dashboard-block .table-small .sublabel{
  max-width: 170px;
}

.card-dashboard-block .table-small td{
  padding: 0px;
  text-align: left !important;
}

/* --- Card "Mes économies" : liens et barres en orange mini-marché --- */

@media (max-width: 1115px) {
  .card-dashboard-savings {
    display: none
  }
}

.card-dashboard-savings .btn-link-arrow {
  color: #ee8f28;
}

.card-dashboard-savings .table-markets .graph span {
  background: #ee8f28;
}

.card-dashboard-savings .dashboard-discover-btn a {
  background: #ee8f28;
  color: white;
  border-color: #ee8f28;
}

.card-dashboard-savings .dashboard-discover-btn a:hover {
  filter: brightness(1.05);
}

.customer-account-login #maincontent{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #FCFEFE;
  background: linear-gradient(90deg, rgba(252, 254, 254, 1) 0%, rgba(242, 250, 250, 1) 24%, rgba(255, 249, 248, 1) 59%);
}

@media (max-width: 768px) {
  .customer-account-login .main-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0;
  }

  .customer-account-login #customer-login-container > div {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
    padding: 25px;
  }
}

@media (max-width: 640px) {
  .customer-account-login #customer-login-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .customer-account-login #maincontent {
    padding-top: 2rem;
  }
}

.customer-account-logoutsuccess #maincontent{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #FCFEFE;
  background: linear-gradient(90deg, rgba(252, 254, 254, 1) 0%, rgba(242, 250, 250, 1) 24%, rgba(255, 249, 248, 1) 59%);
}

.customer-account-logoutsuccess .main-title {
  display: none !important;
}

.customer-account-logoutsuccess .logout-box{
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  text-align: center;
}

.cms-compatible-lgo .page-footer .footer.content .customer-account-logoutsuccess .logout-box > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .customer-account-logoutsuccess .logout-box > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .customer-account-logoutsuccess .logout-box > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .customer-account-logoutsuccess .logout-box > .border-t:first-child {
  border-top: none;
}

.customer-account-logoutsuccess .logout-box {
  max-width: 800px;
  padding: 50px 40px;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.customer-account-logoutsuccess .logout-box-title {
  font-size: 24px;
  font-weight: 800;
  color: #052523;
  margin-bottom: 15px;
}

.customer-account-logoutsuccess .logout-box p {
  font-size: 16px;
  color: #052523;
}

.checkout-onepage-success #maincontent{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #FCFEFE;
  background: linear-gradient(90deg, rgba(252, 254, 254, 1) 0%, rgba(242, 250, 250, 1) 24%, rgba(255, 249, 248, 1) 59%);
}

.checkout-onepage-success .main-title {
  display: none !important;
}

.checkout-onepage-success .checkout-success-box{
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  text-align: center;
}

.cms-compatible-lgo .page-footer .footer.content .checkout-onepage-success .checkout-success-box > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .checkout-onepage-success .checkout-success-box > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .checkout-onepage-success .checkout-success-box > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .checkout-onepage-success .checkout-success-box > .border-t:first-child {
  border-top: none;
}

.checkout-onepage-success .checkout-success-box {
  max-width: 800px;
  padding: 50px 40px;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.checkout-onepage-success .checkout-success-title {
  font-size: 32px;
  font-weight: 900;
  color: #052523;
  margin-bottom: 0;
}

.checkout-onepage-success .checkout-success-subtitle {
  font-size: 17px;
  font-weight: 700;
  color: #27b3aa;
  margin-bottom: 15px;
}

.checkout-onepage-success .checkout-success-text {
  font-size: 16px;
  color: #052523;
}

.checkout-onepage-success .checkout-success-text a {
  color: #062624;
  font-weight: 600;
}

.checkout-onepage-success .thanks-banner {
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
}

/* Page 404 — même style que la page confirmation de commande */

.cms-noroute-index #maincontent{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #FCFEFE;
  background: linear-gradient(90deg, rgba(252, 254, 254, 1) 0%, rgba(242, 250, 250, 1) 24%, rgba(255, 249, 248, 1) 59%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cms-noroute-index .main-title,
    .cms-noroute-index .page-title-wrapper {
  display: none !important;
}

/* Forcer layout 1 colonne */

.cms-noroute-index .columns {
  display: block !important;
}

.cms-noroute-index .column.main {
  width: 100% !important;
  float: none !important;
}

.cms-noroute-index .sidebar {
  display: none !important;
}

/* Masquer le contenu CMS par défaut */

.cms-noroute-index .column.main > .std,
    .cms-noroute-index .column.main > p,
    .cms-noroute-index .column.main > dl,
    .cms-noroute-index .column.main > ul {
  display: none !important;
}

.cms-noroute-index .noroute-box{
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  text-align: center;
}

.cms-compatible-lgo .page-footer .footer.content .cms-noroute-index .noroute-box > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .cms-noroute-index .noroute-box > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .cms-noroute-index .noroute-box > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .cms-noroute-index .noroute-box > .border-t:first-child {
  border-top: none;
}

.cms-noroute-index .noroute-box {
  max-width: 800px;
  padding: 50px 40px;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.cms-noroute-index .noroute-title {
  font-size: 32px;
  font-weight: 900;
  color: #052523;
  margin-bottom: 0;
}

.cms-noroute-index .noroute-subtitle {
  font-size: 17px;
  font-weight: 700;
  color: #052523;
  margin-bottom: 15px;
}

.cms-noroute-index .noroute-text {
  font-size: 16px;
  color: #052523;
  margin-bottom: 0;
}

.cms-noroute-index .noroute-links {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.cms-noroute-index .noroute-btn {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #28b1a8;
  border-radius: 6px;
  color: #28b1a8;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: transparent;
}

.cms-noroute-index .noroute-btn:hover {
  background: rgba(40, 177, 168, 0.05);
}

.cms-noroute-index .noroute-btn.noroute-btn-contact {
  border-color: #f34832;
  color: #f34832;
}

.cms-noroute-index .noroute-btn.noroute-btn-contact:hover {
  background: rgba(243, 72, 50, 0.05);
}

.customer-account-forgotpassword #maincontent, .customer-account-createpassword #maincontent{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #FCFEFE;
  background: linear-gradient(90deg, rgba(252, 254, 254, 1) 0%, rgba(242, 250, 250, 1) 24%, rgba(255, 249, 248, 1) 59%);
}

.customer-account-forgotpassword .main-title, .customer-account-createpassword .main-title {
  display: none !important;
}

@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent .container > div, .customer-account-createpassword #maincontent .container > div {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  }
}

@media (max-width: 640px) {
  .customer-account-forgotpassword .actions-toolbar, .customer-account-createpassword .actions-toolbar {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    text-align: center;
    gap: 10px;
    padding: 5px 0 0 0;
  }
}

/* Page création de compte */

.customer-account-create .btn.bg-simple {
  background: #2aafa8 !important;
}

@media (max-width: 1024px) {
  .customer-account-create .register-presentation h1 {
    font-size: 34px;
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  .customer-account-create .register-presentation h1 {
    font-size: 34px;
    line-height: 35px;
    text-align: center;
    margin: 28px 0 0 0;
  }

  .customer-account-create .register-presentation-header img {
    max-width: 20rem;
  }

  .customer-account-create .register-estimation .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .customer-account-create {
    /* Uniformiser l'espacement des champs sur mobile */
  }

  .customer-account-create .register-estimation .grid {
    grid-template-columns: 1fr !important;
    text-align: center;
    gap: 25px;
    padding: 0 25px;
  }

  .customer-account-create .register-estimation .grid > * {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .customer-account-create form .field {
    margin-top: 0.75rem;
    margin-bottom: 0;
  }

  .customer-account-create form .grid {
    gap: 0 !important;
  }

  .customer-account-create #register-form,
        .customer-account-create #contact-form {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .customer-account-create .register-estimation .grid > div > div:first-child {
    height: 120px !important;
  }

  .customer-account-create .register-estimation .grid > div > div:first-child img {
    max-height: 110px;
    width: auto;
  }
}

.customer-account-create{
  overflow-x: hidden;
}

.customer-account-create .main-title{
  display: none;
}

.customer-account-create .page-main{
  margin-top: 0px;
}

.customer-account-create .breadcrumbs-wrapper {
  display: none !important;
}

.customer-account-create #header{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
}

.customer-account-create #contact-form .field{
  margin-bottom: 0.75rem !important;
}

.customer-account-create #contact-form .field.required > label::after {
  color: #f34832;
}

.customer-account-create .form-create-account .field-name-firstname, .customer-account-create .form-create-account .field-name-lastname{
  margin-bottom: 0.5rem;
}

@media (min-width: 768px){
  .customer-account-create .form-create-account .field-name-firstname, .customer-account-create .form-create-account .field-name-lastname{
    float: left;
    width: 50%;
  }

  .customer-account-create .form-create-account .field-name-firstname{
    padding-right: 0.75rem;
  }

  .customer-account-create .form-create-account .field-name-lastname{
    padding-left: 0.75rem;
  }
}

.customer-account-create .form-create-account .field.required > label::after {
  color: #f34832;
}

.customer-account-create .form-create-account .field.field-reserved, .customer-account-create .form-create-account fieldset .field.field-reserved{
  margin-bottom: 0.75rem !important;
}

.customer-account-create .form-create-account .field.field-reserved ul:last-of-type{
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 768px) {
  .customer-account-create .box-form-white {
    box-shadow: 25px 25px 15px 5px rgba(63, 129, 130, 0.1)
  }
}

.customer-account-create .success-message-container {
  background: #299C91;
  background: linear-gradient(113deg, rgba(41, 156, 145, 1) 70%, rgba(19, 134, 127, 1) 89%);
  border: solid 2px #28b1a8;
  box-shadow: 28px 22px 29px 9px rgba(63,129,130,0.25);
}

.market-product-grid-wrapper .customer-account-create .success-message-container .signature-text.flex {
  display: block;
  transform: none;
}

.customer-account-create .success-message-container .signature-text{
  position: relative;
  padding-left: 1rem;
  line-height: 1.25rem;
}

.customer-account-create .success-message-container .signature-text:before{
  position: absolute;
  left: 0px;
  top: 0.25rem;
  display: block;
  height: 30px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .customer-account-create .success-message-container .signature-text p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.cms-compatible-lgo .page-footer .footer.content .customer-account-create .success-message-container .signature-text > .border-t:first-child:before {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .customer-account-create .success-message-container .signature-text > .border-t:first-child:before {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .customer-account-create .success-message-container .signature-text > .border-t:first-child:before {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .customer-account-create .success-message-container .signature-text > .border-t:first-child:before {
  border-top: none;
}

.customer-account-create .success-message-container .signature-text:before {
  content: "";
}

.register-presentation-header:before{
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: block;
}

[data-content-type$='block'] .register-presentation-header p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.register-presentation-header:before {
  content: "";
  left: -100%;
  right: -100%;
  background-image: url('../images/bg-creation-compte.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.market-product-grid-wrapper .relative.register-estimation .picto-check {
  display: block;
  transform: none;
}

.register-estimation .picto-check{
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .register-estimation .picto-check {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .register-estimation .picto-check.border-container, .faq-category-view .question_view > .register-estimation .picto-check.border-container {
  display: none;
}

.register-estimation .picto-check:before{
  margin-right: 0.5rem;
  display: inline-block;
  content: "";
  background-image: url('../images/check.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  z-index: -1;
}

.market-product-grid-wrapper .register-estimation-form.flex {
  display: block;
  transform: none;
}

.register-estimation-form{
  position: relative;
}

.market-product-grid-wrapper .register-estimation-form .field.choice.flex {
  display: block;
  transform: none;
}

.register-estimation-form .field.choice{
  position: relative;
  display: block;
  padding-left: 1.5rem;
}

[data-content-type$='block'] .register-estimation-form .field.choice p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.register-estimation-form [type='checkbox'] {
  background-position: left top;
  position: absolute;
  top: 0.25rem;
  left: 0px;
}

.register-estimation-form:before{
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: block;
}

[data-content-type$='block'] .register-estimation-form p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.register-estimation-form:before {
  content: "";
  left: -100px;
  right: -100px;
  background-image: url('../images/bg-estimation.jpg');
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}

.register-estimation-form .bg-form{
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  width: 715px;
  max-width: 100%;
  border-radius: 1rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .register-estimation-form .bg-form{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.register-estimation-form .bg-form {
  border: 3px solid #ff6f4f;
  background: radial-gradient(ellipse at center, #f85530 0%, #f24923 50%, #f24923 100%);
  box-shadow: 0 25px 15px 5px rgba(63, 129, 130, 0.1);
}

.market-product-grid-wrapper .register-estimation-form .bg-form .form-select.flex {
  display: block;
  transform: none;
}

.register-estimation-form .bg-form .form-select{
  position: relative;
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cms-amasty-faq-home-page .amfaq_questions .register-estimation-form .bg-form .form-select {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .register-estimation-form .bg-form .form-select, .faq-category-view .amfaq_questions .register-estimation-form .bg-form .form-select {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.register-estimation-form .bg-form .form-select {
  border: 3px solid #c43a1a;
  outline: 1px solid #f26447;
  outline-offset: 0 !important;
  background-color: white !important;
  background-image: url('data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23e63000%27 stroke-width=%272.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%276 9 12 15 18 9%27/%3E%3C/svg%3E') !important;
  background-size: 20px 20px !important;
  background-position: right 1rem center !important;
  background-repeat: no-repeat !important;
  font-weight: 600;
}

.market-product-grid-wrapper .relative.register-estimation-form .picto-people {
  display: block;
  transform: none;
}

.register-estimation-form .picto-people{
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(34, 151, 143, var(--tw-bg-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .register-estimation-form .picto-people {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .register-estimation-form .picto-people.border-container, .faq-category-view .question_view > .register-estimation-form .picto-people.border-container {
  display: none;
}

.register-estimation-form .picto-people:before{
  display: inline-block;
  content: "";
  background-image: url('../images/people.svg');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.market-product-grid-wrapper .relative.register-estimation-form .picto-lock {
  display: block;
  transform: none;
}

.register-estimation-form .picto-lock{
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(34, 151, 143, var(--tw-bg-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .register-estimation-form .picto-lock {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .register-estimation-form .picto-lock.border-container, .faq-category-view .question_view > .register-estimation-form .picto-lock.border-container {
  display: none;
}

.register-estimation-form .picto-lock:before{
  display: inline-block;
  content: "";
  background-image: url('../images/lock.svg');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

body[class*="cms-"] #maincontent {
  padding: 0 !important;
}

.section-intro .row-full-width-inner{
  padding-top: 5rem;
}

.section-intro h1{
  margin-bottom: 2rem;
}

@media (min-width: 1024px){
  .section-intro h1{
    font-size: 45px;
    line-height: 48px;
  }
}

.section-intro p{
  font-size: 19px;
}

.section-plateforme-stock .row-full-width-inner{
  padding-bottom: 2.5rem;
}

.section-plateforme-stock [data-content-type='text']{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px){
  .section-plateforme-stock [data-content-type='text']{
    max-width: 550px;
  }
}

.section-plateforme-stock h2{
  margin-bottom: 1.5rem;
  font-size: 35px;
  line-height: 2.5rem;
}

@media not all and (min-width: 1024px){
  .section-plateforme-stock h2 br{
    display: none;
  }
}

.section-plateforme-stock .pagebuilder-column-line {
  gap: 0;
}

@media (min-width: 1024px){
  .section-try .row-full-width-inner{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.cms-page-view .breadcrumbs, .catalog-product-view .breadcrumbs, .checkout-cart-index .breadcrumbs, .catalog-category-view .breadcrumbs, .laboratoire-labo-index .breadcrumbs{
  position: absolute;
  left: 0px;
  right: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cms-amasty-faq-home-page .amfaq_questions .cms-page-view .breadcrumbs,.cms-amasty-faq-home-page .amfaq_questions  .catalog-product-view .breadcrumbs,.cms-amasty-faq-home-page .amfaq_questions  .checkout-cart-index .breadcrumbs,.cms-amasty-faq-home-page .amfaq_questions  .catalog-category-view .breadcrumbs,.cms-amasty-faq-home-page .amfaq_questions  .laboratoire-labo-index .breadcrumbs {
  border-bottom-color: #e2e5ea;
  margin-bottom: 0;
  padding: 12px 0;
}

.cms-amasty-faq-home-page .amfaq_questions .cms-page-view .breadcrumbs:last-child,.cms-amasty-faq-home-page .amfaq_questions  .catalog-product-view .breadcrumbs:last-child,.cms-amasty-faq-home-page .amfaq_questions  .checkout-cart-index .breadcrumbs:last-child,.cms-amasty-faq-home-page .amfaq_questions  .catalog-category-view .breadcrumbs:last-child,.cms-amasty-faq-home-page .amfaq_questions  .laboratoire-labo-index .breadcrumbs:last-child {
  border-bottom: none;
}

.faq-question-view .question_view > .flex.cms-page-view .breadcrumbs, .faq-category-view .question_view > .flex.cms-page-view .breadcrumbs,.faq-question-view .question_view > .flex .catalog-product-view .breadcrumbs, .faq-category-view .question_view > .flex .catalog-product-view .breadcrumbs,.faq-question-view .question_view > .flex .checkout-cart-index .breadcrumbs, .faq-category-view .question_view > .flex .checkout-cart-index .breadcrumbs,.faq-question-view .question_view > .flex .catalog-category-view .breadcrumbs, .faq-category-view .question_view > .flex .catalog-category-view .breadcrumbs,.faq-question-view .question_view > .flex .laboratoire-labo-index .breadcrumbs, .faq-category-view .question_view > .flex .laboratoire-labo-index .breadcrumbs {
  display: none;
}

.faq-question-view .amfaq_questions .cms-page-view .breadcrumbs, .faq-category-view .amfaq_questions .cms-page-view .breadcrumbs,.faq-question-view .amfaq_questions  .catalog-product-view .breadcrumbs, .faq-category-view .amfaq_questions  .catalog-product-view .breadcrumbs,.faq-question-view .amfaq_questions  .checkout-cart-index .breadcrumbs, .faq-category-view .amfaq_questions  .checkout-cart-index .breadcrumbs,.faq-question-view .amfaq_questions  .catalog-category-view .breadcrumbs, .faq-category-view .amfaq_questions  .catalog-category-view .breadcrumbs,.faq-question-view .amfaq_questions  .laboratoire-labo-index .breadcrumbs, .faq-category-view .amfaq_questions  .laboratoire-labo-index .breadcrumbs {
  border-bottom-color: #e2e5ea;
  margin-bottom: 0;
  padding: 12px 0;
}

.faq-question-view .amfaq_questions .cms-page-view .breadcrumbs:last-child, .faq-category-view .amfaq_questions .cms-page-view .breadcrumbs:last-child,.faq-question-view .amfaq_questions  .catalog-product-view .breadcrumbs:last-child, .faq-category-view .amfaq_questions  .catalog-product-view .breadcrumbs:last-child,.faq-question-view .amfaq_questions  .checkout-cart-index .breadcrumbs:last-child, .faq-category-view .amfaq_questions  .checkout-cart-index .breadcrumbs:last-child,.faq-question-view .amfaq_questions  .catalog-category-view .breadcrumbs:last-child, .faq-category-view .amfaq_questions  .catalog-category-view .breadcrumbs:last-child,.faq-question-view .amfaq_questions  .laboratoire-labo-index .breadcrumbs:last-child, .faq-category-view .amfaq_questions  .laboratoire-labo-index .breadcrumbs:last-child {
  border-bottom: none;
}

.cms-page-view .breadcrumbs li, .catalog-product-view .breadcrumbs li, .checkout-cart-index .breadcrumbs li, .catalog-category-view .breadcrumbs li, .laboratoire-labo-index .breadcrumbs li{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.cms-page-view .breadcrumbs li.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .catalog-product-view .breadcrumbs li.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .checkout-cart-index .breadcrumbs li.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .catalog-category-view .breadcrumbs li.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .laboratoire-labo-index .breadcrumbs li.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.cms-page-view .breadcrumbs li.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .catalog-product-view .breadcrumbs li.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .checkout-cart-index .breadcrumbs li.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .catalog-category-view .breadcrumbs li.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .laboratoire-labo-index .breadcrumbs li.leading-tight.text-black + svg{
  right: -2rem;
}

.cms-page-view .breadcrumbs li a, .catalog-product-view .breadcrumbs li a, .checkout-cart-index .breadcrumbs li a, .catalog-category-view .breadcrumbs li a, .laboratoire-labo-index .breadcrumbs li a{
  font-weight: 600;
}

.am-filter-state .filter-options-title span.cms-page-view .breadcrumbs li a,.am-filter-state .filter-options-title span .catalog-product-view .breadcrumbs li a,.am-filter-state .filter-options-title span .checkout-cart-index .breadcrumbs li a,.am-filter-state .filter-options-title span .catalog-category-view .breadcrumbs li a,.am-filter-state .filter-options-title span .laboratoire-labo-index .breadcrumbs li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.cms-page-view .breadcrumbs li a,.amfaq_categories > div a .catalog-product-view .breadcrumbs li a,.amfaq_categories > div a .checkout-cart-index .breadcrumbs li a,.amfaq_categories > div a .catalog-category-view .breadcrumbs li a,.amfaq_categories > div a .laboratoire-labo-index .breadcrumbs li a {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.cms-page-view .breadcrumbs li span, .catalog-product-view .breadcrumbs li span, .checkout-cart-index .breadcrumbs li span, .catalog-category-view .breadcrumbs li span, .laboratoire-labo-index .breadcrumbs li span{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.cms-page-view .breadcrumbs li span.breadcrumb-current, .catalog-product-view .breadcrumbs li span.breadcrumb-current, .checkout-cart-index .breadcrumbs li span.breadcrumb-current, .catalog-category-view .breadcrumbs li span.breadcrumb-current, .laboratoire-labo-index .breadcrumbs li span.breadcrumb-current{
  opacity: 0.7;
}

.cms-page-view .breadcrumbs li span.breadcrumb-separator, .catalog-product-view .breadcrumbs li span.breadcrumb-separator, .checkout-cart-index .breadcrumbs li span.breadcrumb-separator, .catalog-category-view .breadcrumbs li span.breadcrumb-separator, .laboratoire-labo-index .breadcrumbs li span.breadcrumb-separator{
  opacity: 1;
}

.market-product-grid-wrapper .checkout-cart-index .breadcrumbs.flex {
  display: block;
  transform: none;
}

.checkout-cart-index .breadcrumbs{
  position: relative;
}

.market-product-grid-wrapper .wysiwyg-box.flex {
  display: block;
  transform: none;
}

.wysiwyg-box{
  position: relative;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

.cms-compatible-lgo .page-footer .footer.content .wysiwyg-box > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .wysiwyg-box > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .wysiwyg-box > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .wysiwyg-box > .border-t:first-child {
  border-top: none;
}

.wysiwyg-box {
  box-shadow: 20px 22px 57px 30px #d8e9e4;
}

.wysiwyg-box p{
  margin-bottom: 0px;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.wysiwyg-box p:first-child{
  margin-bottom: 0.75rem;
}

.market-product-grid-wrapper .relative.wysiwyg-box p:first-child strong {
  display: block;
  transform: none;
}

.wysiwyg-box p:first-child strong{
  display: flex;
  gap: 0.5rem;
}

.faq-question-view .question_view > .wysiwyg-box p:first-child strong.border-container, .faq-category-view .question_view > .wysiwyg-box p:first-child strong.border-container {
  display: none;
}

.market-product-grid-wrapper .wysiwyg-box ul li.flex {
  display: block;
  transform: none;
}

.wysiwyg-box ul li{
  position: relative;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.cms-amasty-faq-home-page .amfaq_questions .wysiwyg-box ul li {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .wysiwyg-box ul li, .faq-category-view .amfaq_questions .wysiwyg-box ul li {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.wysiwyg-box ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  height: 14px;
  width: 14px;
  --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));
}

[data-content-type$='block'] .wysiwyg-box ul li p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.wysiwyg-box ul li:after {
  background-image: url("../images/check-square.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.wysiwyg-box > div{
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 14px;
  width: 14px;
  cursor: pointer;
  font-size: 0;
}

.wysiwyg-box > div:after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
}

[data-content-type$='block'] .wysiwyg-box > div p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.wysiwyg-box > div:after {
  background-image: url("../images/close.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-chiffres {
  background: #fefcfa;
}

@media (min-width: 1024px){
  .section-chiffres .row-full-width-inner{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.section-chiffres .pagebuilder-column-line{
  margin-left: auto;
  margin-right: auto;
  max-width: 870px;
}

@media (min-width: 1024px){
  .section-chiffres .pagebuilder-column-line{
    gap: 5rem;
  }
}

.section-chiffres .pagebuilder-column:last-child{
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (min-width: 1024px){
  .section-chiffres .pagebuilder-column:last-child{
    justify-content: center !important;
  }
}

.market-product-grid-wrapper .relative.section-chiffres .pagebuilder-column:last-child [data-content-type='text'] {
  display: block;
  transform: none;
}

.section-chiffres .pagebuilder-column:last-child [data-content-type='text']{
  display: flex;
  max-width: 235px;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-chiffres .pagebuilder-column:last-child [data-content-type='text'] {
    align-items: center;
    gap: 10px;
  }
}

.cms-compatible-lgo .page-footer .footer.content .section-chiffres .pagebuilder-column:last-child [data-content-type='text'] > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .section-chiffres .pagebuilder-column:last-child [data-content-type='text'] > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .section-chiffres .pagebuilder-column:last-child [data-content-type='text'] > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .section-chiffres .pagebuilder-column:last-child [data-content-type='text'] > .border-t:first-child {
  border-top: none;
}

.faq-question-view .question_view > .section-chiffres .pagebuilder-column:last-child [data-content-type='text'].border-container, .faq-category-view .question_view > .section-chiffres .pagebuilder-column:last-child [data-content-type='text'].border-container {
  display: none;
}

.section-chiffres .pagebuilder-column:last-child [data-content-type='text'] p{
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 25px;
}

.section-chiffres .pagebuilder-column:last-child [data-content-type='text'] p br{
  display: none;
}

.market-product-grid-wrapper .relative.section-chiffres .pagebuilder-column:last-child [data-content-type='text'] strong {
  display: block;
  transform: none;
}

.section-chiffres .pagebuilder-column:last-child [data-content-type='text'] strong{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 30px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-chiffres .pagebuilder-column:last-child [data-content-type='text'] strong {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .section-chiffres .pagebuilder-column:last-child [data-content-type='text'] strong.border-container, .faq-category-view .question_view > .section-chiffres .pagebuilder-column:last-child [data-content-type='text'] strong.border-container {
  display: none;
}

.section-chiffres p#S2462QF {
  white-space: nowrap;
}

.section-toggle [data-content-type='text']{
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(228, 243, 245, var(--tw-border-opacity, 1));
  padding: 1.5rem;
}

.section-toggle [data-content-type='text'] p{
  margin-bottom: 0px;
  margin-top: 0.75rem;
  display: none;
  padding-left: 46px;
}

.section-toggle [data-content-type='text'] p:first-child{
  margin-top: 0px;
  display: block;
  padding-left: 0px;
}

[data-content-type$='block'] .section-toggle [data-content-type='text'] p:first-child p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.section-toggle [data-content-type='text'].active{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 251, 254, var(--tw-bg-opacity, 1));
}

.section-toggle [data-content-type='text'].active p{
  display: block;
}

[data-content-type$='block'] .section-toggle [data-content-type='text'].active p p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.market-product-grid-wrapper .relative.section-toggle [data-content-type='text'] strong {
  display: block;
  transform: none;
}

.section-toggle [data-content-type='text'] strong{
  display: block;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 22px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] .section-toggle [data-content-type='text'] strong p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-toggle [data-content-type='text'] strong {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .section-toggle [data-content-type='text'] strong.border-container, .faq-category-view .question_view > .section-toggle [data-content-type='text'] strong.border-container {
  display: none;
}

.section-toggle [data-content-type='text'] strong:before {
  content: "";
  margin-right: 0.25rem;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/icon-euro.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(53%) sepia(91%) saturate(343%) hue-rotate(127deg) brightness(92%) contrast(90%);
}

.section-toggle [data-content-type='text'].icon-camion strong:before {
  background-image: url("../images/icon-camion.svg");
}

.page-layout-cms-full-width [data-content-type='row'] p {
  text-wrap: pretty;
}

.page-layout-cms-full-width [data-content-type='row'] p br {
  display: none;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* ============================
   Notre Offre — Responsive
   ============================ */

/* <= 1024 */

@media (max-width: 1024px) {
  .cms-notre-offre div[class^="section-"]:not(.section-join-us) {
    padding: 20px 0 !important;
  }

  .bg-multicolor .row-full-width-inner {
    padding: 125px 50px !important;
  }
}

/* <= 768 */

@media (max-width: 768px) {
  .cms-notre-offre [data-content-type='column-group'],
        .cms-notre-offre [data-content-type='column-line'] {
    flex-wrap: nowrap;
  }
}

/* <= 640 */

@media (max-width: 640px) {
  .cms-notre-offre [data-content-type='column-group'],
        .cms-notre-offre [data-content-type='column-line'] {
    flex-wrap: wrap;
  }

  .cms-notre-offre [class^="section-"] .pagebuilder-column img {
    margin: -25px 0 -50px 0 !important;
    max-width: 300px !important;
  }

  .cms-notre-offre div[class^="section-"]:not(.section-join-us) figure {
    text-align: center !important;
  }

  .cms-notre-offre .section-offre.first-section .pagebuilder-column-line {
    flex-direction: column-reverse !important;
  }

  .cms-notre-offre [class^="section-"]:not(.section-join-us) .pagebuilder-column {
    width: 100% !important;
  }

  .cms-notre-offre div[class^="section-"]:not(.section-join-us) {
    padding: 30px 0 !important;
  }

  .cms-notre-offre .bg-multicolor .row-full-width-inner {
    padding: 90px 25px !important;
  }
}

/* ============================
   Guichet Unique — Responsive
   ============================ */

/* < 1024 */

@media (max-width: 1024px) {
  .cms-guichet-unique [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding: 45px;
  }

  .cms-guichet-unique .section-intro h1 {
    font-size: 32px !important;
  }

  .cms-guichet-unique [data-content-type='row'] h2 {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .cms-guichet-unique [data-content-type='row'] p {
    font-size: 17px;
  }

  .cms-guichet-unique .section-genese {
    background-position: center -55px !important;
    background-size: 1440px !important;
  }

  .cms-guichet-unique .section-genese[data-content-type='row'] h2 {
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: -25px;
    margin-top: 15px;
  }

  .cms-guichet-unique .section-genese .pagebuilder-column-line {
    gap: 5rem;
  }

  .cms-guichet-unique .section-comment {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background-size: 60% !important;
    background-position: calc(100% + 50px) calc(100% + 35px) !important;
  }

  .cms-guichet-unique .section-comment-plus .pagebuilder-column-line {
    margin-top: 0;
    gap: 20px;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }

  .cms-guichet-unique .section-comment-plus .pagebuilder-column-line .pagebuilder-column {
    width: inherit;
  }

  .cms-guichet-unique .section-comment-plus .pagebuilder-column {
    padding: 20px;
  }

  .cms-guichet-unique .section-try {
    padding: 0;
  }

  .cms-guichet-unique .section-approvisionnements .pagebuilder-column-line .pagebuilder-column {
    align-self: center !important;
  }

  .cms-guichet-unique .section-comment .section-toggle [data-content-type='text'].active {
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
}

/* <= 900 */

@media (max-width: 900px) {
  .cms-guichet-unique .section-comment-plus .pagebuilder-column-line {
    flex-direction: column !important;
  }
}

/* < 768 */

@media (max-width: 768px) {
  .cms-guichet-unique .section-approvisionnements img {
    max-width: 300px !important;
  }

  .cms-guichet-unique .section-genese .pagebuilder-column-line {
    gap: 0;
  }

  .cms-guichet-unique .bg-multicolor .row-full-width-inner {
    padding: 55px 50px !important;
  }

  .cms-guichet-unique .section-comment-plus {
    padding-bottom: 1rem;
  }
}

/* <= 640 */

@media (max-width: 640px) {
  .cms-guichet-unique .section-comment {
    background: none !important;
  }

  .cms-guichet-unique .section-comment-plus .pagebuilder-column img {
    margin-bottom: 0 !important;
  }

  .cms-guichet-unique .bg-multicolor .row-full-width-inner {
    padding: 55px 25px !important;
  }

  .cms-guichet-unique [data-content-type='row'] h2 {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .cms-guichet-unique [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding: 25px;
  }
}

/* ============================
   Notre Catalogue — Responsive
   ============================ */

/* <= 1280 */

@media (max-width: 1280px) {
  .cms-notre-catalogue .section-intro h1 {
    font-size: 35px !important;
    line-height: 1.15;
  }

  .cms-notre-catalogue .section-intro p {
    font-size: 17px;
  }

  .cms-notre-catalogue [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding: 35px;
  }
}

/* <= 1024 */

@media (max-width: 1024px) {
  .cms-notre-catalogue .section-gain-temps {
    padding: 2rem 0;
  }

  .cms-notre-catalogue [data-content-type='row'] h2 {
    font-size: 2.25rem;
    line-height: 42px;
  }

  .cms-notre-catalogue .section-parapharmacie p {
    font-size: 17px;
  }

  .cms-notre-catalogue .bg-multicolor .row-full-width-inner {
    padding: 125px 50px !important;
  }

  .cms-notre-catalogue [data-content-type='tabs'].vertical .tabs-navigation {
    justify-content: center;
  }

  .cms-notre-catalogue .section-double .pagebuilder-column-line {
    gap: 6.5rem;
  }
}

/* < 768 */

@media (max-width: 768px) {
  .cms-notre-catalogue .bg-multicolor .row-full-width-inner {
    padding: 55px 50px !important;
  }
}

/* <= 640 */

@media (max-width: 640px) {
  .cms-notre-catalogue .bg-multicolor .row-full-width-inner {
    padding: 55px 25px !important;
  }

  .cms-notre-catalogue .section-intro h1 {
    font-size: 30px !important;
    line-height: 1;
    margin-bottom: 20px !important;
  }

  .cms-notre-catalogue [data-content-type='row'] h2 {
    font-size: 30px !important;
    line-height: 1.15;
    margin-bottom: 20px !important;
  }

  .cms-notre-catalogue [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
    font-size: 1rem;
  }

  .cms-notre-catalogue .section-parapharmacie {
    padding: 1rem 0;
  }

  .cms-notre-catalogue .section-double .pagebuilder-column-line {
    gap: 0;
  }

  .cms-notre-catalogue .section-double {
    padding: 0rem 0;
  }
}

/* ============================
   L'offre B2C — Responsive
   ============================ */

/* <= 850 */

@media (max-width: 850px) {
  .cms-l-offre-b2c .section-intro h1 {
    font-size: 32px !important;
    margin-bottom: 1rem !important;
    line-height: 1;
  }

  .cms-l-offre-b2c .section-intro p {
    font-size: 17px;
    line-height: 1.5;
  }
}

/* <= 768 */

@media (max-width: 768px) {
  .cms-l-offre-b2c .pagebuilder-column-line {
    flex-direction: column;
  }

  html .cms-l-offre-b2c .pagebuilder-column-line > .pagebuilder-column {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 35px !important;
  }

  .cms-l-offre-b2c .section-chiffres h2 {
    font-size: 2rem !important;
    line-height: 37px;
  }

  .cms-l-offre-b2c .section-chiffres h2 br {
    display: none;
  }
}

/* <= 640 */

@media (max-width: 640px) {
  .cms-l-offre-b2c .section-intro .row-full-width-inner {
    padding-top: 2rem;
  }

  .cms-l-offre-b2c .section-intro img {
    max-width: 300px !important;
  }

  .cms-l-offre-b2c .section-offre-comment {
    padding: 3rem 0;
  }

  .cms-l-offre-b2c .step {
    max-width: 100% !important;
    margin-bottom: 25px !important;
  }

  .cms-l-offre-b2c [data-content-type='row'] h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .cms-l-offre-b2c [data-content-type='tabs'].vertical .tabs-navigation {
    gap: 5px;
    display: flex;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    justify-content: center;
  }

  .cms-l-offre-b2c .section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header a.tab-title {
    border-width: 1px;
  }

  .cms-l-offre-b2c .section-offre-pourquoi .more img {
    max-width: 300px !important;
  }

  .cms-l-offre-b2c [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }

  .cms-l-offre-b2c .section-offre-pourquoi {
    padding: 3rem 0 3rem 0 !important;
  }

  html .cms-l-offre-b2c .section-offre-recompense .pagebuilder-column-line > .pagebuilder-column {
    gap: 0 !important;
  }

  .cms-l-offre-b2c .section-chiffres h2 br {
    display: block !important;
  }

  html body.cms-l-offre-b2c .pagebuilder-column-line > .pagebuilder-column {
    gap: 10px !important;
  }

  .cms-l-offre-b2c .section-try {
    padding: 30px 10px !important;
  }
}

/* ============================
   Offre Groupement — Responsive
   ============================ */

/* <= 1280 */

@media (max-width: 1280px) {
  .cms-offre-groupement .section-intro p {
    margin-bottom: 60px !important;
  }

  .cms-offre-groupement [data-content-type='row'] h2 {
    line-height: 38px;
  }
}

/* <= 1024 */

@media (max-width: 1024px) {
  .cms-offre-groupement [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cms-offre-groupement .section-intro p {
    margin-bottom: 0px !important;
  }

  .cms-offre-groupement .bg-multicolor .row-full-width-inner {
    padding: 0 !important;
  }
}

/* <= 768 */

@media (max-width: 768px) {
  .cms-offre-groupement .section-intro img {
    display: none !important;
  }

  .cms-offre-groupement .page-layout-cms-full-width [data-content-type='row'] p {
    text-wrap: pretty;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .cms-offre-groupement .section-marque-blanche img,
    .cms-offre-groupement .section-plateforme img,
    .cms-offre-groupement .section-plateforme-bo img,
    .cms-offre-groupement .section-plateforme-stock img {
    max-width: 300px !important;
  }

  html body.cms-offre-groupement [data-content-type='row'] h2 {
    font-size: 28px !important;
    line-height: 1 !important;
  }

  .cms-offre-groupement .section-try {
    padding: 50px 25px;
  }
}

/* <= 640 */

@media (max-width: 640px) {
  .cms-offre-groupement .section-group-plus {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }

  .page-layout-cms-full-width [data-content-type='row'] p {
    font-size: 16px !important;
  }
}

/* ============================
   Compatible LGO — Responsive
   ============================ */

/* <= 1280 */

@media (max-width: 1280px) {
  .cms-compatible-lgo [data-content-type='row'] h2 {
    font-size: 2rem;
    line-height: 2rem !important;
  }

  .cms-compatible-lgo .section-lgo-pharmazon .pagebuilder-column:last-child {
    padding-left: 0;
  }

  .cms-compatible-lgo .section-lgo-gestion h2 {
    font-size: 34px;
  }

  .cms-compatible-lgo .section-lgo-gestion {
    background-color: #f0fafb !important;
    background-size: 1025px !important;
    background-position: center 100px !important;
  }

  .cms-compatible-lgo .section-lgo-catalogue {
    overflow: hidden;
  }
}

/* < 1024 */

@media (max-width: 1024px) {
  .cms-compatible-lgo .section-lgo-gestion {
    background-size: 610px !important;
  }

  .cms-compatible-lgo .section-lgo-pharmazon {
    padding: 35px 0;
  }

  .cms-compatible-lgo .section-lgo-gestion .row-full-width-inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cms-compatible-lgo .section-try {
    padding: 0;
  }

  .cms-compatible-lgo .section-lgo-catalogue h1 {
    margin-bottom: 2rem;
    font-size: 38px;
    line-height: 37px;
  }

  .cms-compatible-lgo .section-lgo-catalogue {
    padding-bottom: 4rem;
  }
}

/* <= 640 */

@media (max-width: 640px) {
  .cms-compatible-lgo .section-lgo-catalogue .row-full-width-inner {
    padding-top: 2rem;
  }

  .cms-compatible-lgo .section-lgo-catalogue h1 {
    margin-bottom: 1rem;
    font-size: 30px;
    line-height: 32px;
  }

  .cms-compatible-lgo .section-lgo-catalogue img {
    display: none !important;
  }

  .cms-compatible-lgo .section-lgo-solution {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .cms-compatible-lgo .section-try .row-full-width-inner {
    padding: 60px 25px !important;
  }

  .cms-compatible-lgo .section-lgo-catalogue {
    padding-bottom: 2rem;
  }
}

/* Fonds spécifiques à la page compatible-lgo — variations du vert teal de marque */

.section-lgo-catalogue {
  background: #f1fbf8;
  padding-bottom: 2rem;
}

.section-lgo-catalogue h1{
  margin-bottom: 2rem;
  font-size: 45px;
  line-height: 48px;
}

@media not all and (min-width: 640px){
  .section-lgo-catalogue h1{
    font-size: 28px;
    line-height: 34px;
  }
}

.section-lgo-catalogue p{
  font-size: 19px;
}

.section-lgo-catalogue .row-full-width-inner{
  padding-top: 4rem;
}

@media (min-width: 1024px){
  .section-lgo-catalogue .row-full-width-inner{
    padding-bottom: 0px;
  }
}

.section-lgo-pharmazon {
  background-color: #f8f8fa !important;
}

/* surcharge styles inline PageBuilder */

@media (min-width: 1024px){
  .section-lgo-pharmazon .row-full-width-inner{
    padding-bottom: 0px;
    padding-top: 2.5rem;
  }

  .section-lgo-pharmazon .pagebuilder-column:last-child{
    padding-left: 10rem;
  }
}

.section-lgo-pharmazon .pagebuilder-column:last-child p{
  max-width: 410px;
}

.section-lgo-gestion {
  background-color: #f0fafb !important;
  /* surcharge styles inline PageBuilder */
  background-size: 1080px !important;
  /* surcharge styles inline PageBuilder */
  background-position: center 115px !important;
}

/* surcharge styles inline PageBuilder */

.section-lgo-gestion .columns {
  row-gap: 0;
}

.section-lgo-gestion .row-full-width-inner{
  padding-top: 5rem;
  padding-bottom: 7rem;
}

.section-lgo-gestion h2{
  font-size: 45px;
  line-height: 48px;
}

@media not all and (min-width: 640px){
  .section-lgo-gestion h2{
    font-size: 28px;
    line-height: 34px;
  }
}

.section-lgo-gestion .pagebuilder-column-group{
  margin-left: auto;
  margin-right: auto;
  margin-top: 300px;
  max-width: 830px;
}

@media (min-width: 1024px){
  .section-lgo-gestion .pagebuilder-column-group{
    margin-top: 520px;
  }

  .section-lgo-gestion .pagebuilder-column-line{
    gap: 5rem;
  }
}

.section-lgo-gestion p{
  margin-bottom: 0px;
}

.section-lgo-solution{
  padding-top: 70px;
  padding-bottom: 70px;
  background: #eff5f6;
}

.section-lgo-solution p{
  max-width: 550px;
}

.section-lgo-solution ul{
  max-width: 450px;
}

.market-product-grid-wrapper .section-lgo-solution ul li.flex {
  display: block;
  transform: none;
}

.section-lgo-solution ul li{
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.cms-amasty-faq-home-page .amfaq_questions .section-lgo-solution ul li {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .section-lgo-solution ul li, .faq-category-view .amfaq_questions .section-lgo-solution ul li {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.section-lgo-solution ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 3px;
  display: block;
  height: 20px;
  width: 16px;
}

[data-content-type$='block'] .section-lgo-solution ul li p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.section-lgo-solution ul li:after {
  background-image: url("../images/triangle.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .section-lgo-solution .pagebuilder-column:last-child{
    padding-left: 4rem;
  }
}

.cms-compatible-lgo .page-footer .footer.content .bg-white > .border-t:first-child {
  border-top: none;
}

/* Fonds spécifiques à la page guichet-unique — gradients et couleurs CMS */

.section-guichet {
  background: #F7FBFA;
  background: linear-gradient(122deg, rgba(247, 251, 250, 1) 31%, rgba(235, 247, 249, 1) 43%, rgba(251, 253, 250, 1) 75%);
}

@media (min-width: 1024px){
  .section-guichet .row-full-width-inner{
    padding-bottom: 2.5rem;
  }

  .section-guichet .pagebuilder-column:first-child{
    padding-right: 2rem;
  }
}

.section-approvisionnements .row-full-width-inner{
  padding-bottom: 0px;
}

@media (min-width: 1024px){
  .section-approvisionnements .row-full-width-inner{
    padding-top: 3.5rem;
  }
}

@media not all and (min-width: 1280px){
  .section-approvisionnements h2 br{
    display: none;
  }
}

@media not all and (min-width: 1024px){
  .section-approvisionnements .pagebuilder-column-line .pagebuilder-column{
    width: 100% !important;
  }

  .section-approvisionnements .pagebuilder-column-line .pagebuilder-column [data-content-type='text'] > *{
    text-align: left !important;
  }
}

.section-genese {
  background-color: #fdfdfd !important;
  /* surcharge styles inline PageBuilder */
  background-size: 2000px !important;
}

/* surcharge styles inline PageBuilder */

@media (max-width: 768px) {
  .section-genese {
    background-position: center -190px !important
    /* surcharge styles inline PageBuilder */
  }
}

.section-genese .row-full-width-inner{
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.section-genese h2{
  font-size: 40px;
  line-height: 53px;
}

@media (min-width: 1024px){
  .section-genese h2{
    font-size: 50px;
    line-height: 63px;
  }
}

.section-genese .pagebuilder-column-group{
  margin-left: auto;
  margin-right: auto;
  margin-top: 340px;
  max-width: 866px;
}

@media (min-width: 1024px){
  .section-genese .pagebuilder-column-group{
    margin-top: 420px;
  }

  .section-genese .pagebuilder-column-line{
    gap: 5rem;
  }
}

.section-comment {
  background-color: #fdfdff !important;
  /* surcharge styles inline PageBuilder */
}

.market-product-grid-wrapper .section-comment.flex {
  display: block;
  transform: none;
}

.section-comment{
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .section-comment{
    min-height: 1200px;
  }
}

.section-comment {
  background-size: 1500px !important;
  /* surcharge styles inline PageBuilder */
  background-position: center 5rem !important;
  /* surcharge styles inline PageBuilder */
  background-repeat: no-repeat;
}

.section-comment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(180deg, rgba(40, 177, 168, 0.05) 0%, rgba(40, 177, 168, 0) 100%);
  z-index: 0;
  pointer-events: none;
}

.section-comment > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px){
  .section-comment .row-full-width-inner{
    padding-bottom: 20rem;
  }
}

.section-comment .section-comment-titre p{
  margin-bottom: 0.25rem;
}

.section-comment .section-comment-titre p strong{
  font-weight: 800;
}

@media not all and (min-width: 1024px){
  .section-comment .section-comment-plaquette .pagebuilder-column-line{
    width: 100% !important;
    flex-direction: column-reverse;
  }

  .section-comment .section-comment-plaquette .pagebuilder-column-line .pagebuilder-column{
    width: 100% !important;
  }
}

.section-comment .section-toggle{
  max-width: 600px;
}

.section-comment .section-toggle [data-content-type='text'].active {
  background: linear-gradient(110deg, #76ced424 0%, #f0fbfe00 100%);
}

.section-comment .pagebuilder-button-primary {
  --btn-bg: #28b1a8;
  background:  #28b1a8 !important;
  /* surcharge PageBuilder inline */
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 3rem;
  font-size: 17px;
}

.section-comment .pagebuilder-button-primary:after {
  background-image: url("../images/icon-pdf-white.svg");
  position: absolute;
  left: 1rem;
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
  background-position: center;
  padding-left: 1.5rem;
}

.market-product-grid-wrapper .section-comment-plus.flex {
  display: block;
  transform: none;
}

.section-comment-plus{
  position: relative;
  padding-bottom: 8rem;
  z-index: 1;
}

.section-comment-plus .pagebuilder-column-line{
  margin-top: -18rem;
}

@media not all and (min-width: 1024px){
  .section-comment-plus .pagebuilder-column-line{
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
}

@media (min-width: 1024px){
  .section-comment-plus .pagebuilder-column-line{
    gap: 3.5rem;
  }
}

@media not all and (min-width: 1024px){
  .section-comment-plus .pagebuilder-column-line .pagebuilder-column{
    width: 100% !important;
  }
}

.section-comment-plus .pagebuilder-column{
  border-radius: 0.5rem;
  padding: 2.5rem;
  box-shadow: 0 10px 45px rgba(40, 177, 168, 0.15);
}

/* ombre teal de marque */

.section-comment-plus .pagebuilder-column img {
  height: 160px !important;
  /* surcharge PageBuilder inline */
  width: auto;
  margin-bottom: 1rem;
}

.section-comment-plus .pagebuilder-column p{
  margin-bottom: 0px;
}

.section-comment-plus h3{
  font-size: 22px;
}

.cms-guichet-unique .page-footer .footer.content .bg-white > .border-t:first-child {
  border-top: none;
}

.section-catalogue .row-full-width-inner{
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px){
  .section-catalogue .row-full-width-inner{
    padding-top: 2.5rem;
  }

  .section-catalogue .pagebuilder-column:first-child{
    width: 46% !important;
  }
}

.section-catalogue .pagebuilder-column-line {
  gap: 0;
}

.section-gain-temps {
  padding: 6rem 0;
}

.section-gain-temps .pagebuilder-column-line{
  gap: 4rem;
}

@media not all and (min-width: 768px){
  .section-gain-temps [data-content-type='text'] > *{
    text-align: left !important;
  }

  .section-gain-temps [data-content-type='buttons']{
    text-align: left !important;
  }
}

.section-gain-temps [data-content-type='tabs']{
  max-width: 1160px;
  gap: 4rem;
}

.market-product-grid-wrapper .relative.section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  display: block;
  transform: none;
}

.section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.border-container, .faq-category-view .question_view > .section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.border-container {
  display: none;
}

.section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("../images/icon-euro.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(53%) sepia(91%) saturate(343%) hue-rotate(127deg) brightness(92%) contrast(90%);
}

.section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header.active a.tab-title:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header:nth-child(2) a.tab-title:before {
  background-image: url("../images/icon-shopping.svg");
}

.section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header:nth-child(3) a.tab-title:before {
  background-image: url("../images/icon-graph.svg");
}

.section-parapharmacie {
  padding: 4rem 0;
  background: #F7F9F6;
  background: linear-gradient(90deg, rgba(247, 249, 246, 1) 0%, rgba(237, 250, 246, 1) 31%, rgba(242, 249, 246, 1) 56%, rgba(243, 243, 239, 1) 100%);
}

.section-parapharmacie p{
  font-size: 19px;
}

.section-double {
  padding: 4rem 0;
  background: linear-gradient(to bottom, #f8fff9 30%, #e1f1ee 50%);
}

@media (min-width: 768px) {
  .section-double {
    background: linear-gradient(to right, #f8fff9 50%, #e1f1ee 50%)
  }
}

@media (min-width: 1024px){
  .section-double .pagebuilder-column-line{
    gap: 5rem;
  }
}

.section-double [data-content-type='text']{
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
}

.section-double h2{
  margin-bottom: 1.5rem;
  font-size: 35px;
}

@media not all and (min-width: 1024px){
  .section-double h2 br{
    display: none;
  }
}

.cms-notre-catalogue .page-footer .footer.content .bg-white > .border-t:first-child {
  border-top: none;
}

body.cms-offre-groupement .section-intro p {
  font-size: 17px;
}

.section-groupement {
  background: #FCFAF7;
  background: linear-gradient(90deg, rgba(252, 250, 247, 1) 15%, rgb(227 248 238) 58%, rgba(251, 250, 247, 1) 95%);
}

@media (min-width: 1024px){
  .section-groupement .row-full-width-inner{
    padding-bottom: 0px;
  }
}

.section-groupement .pagebuilder-column-line {
  gap: 0;
}

.section-marque-blanche {
  background: #F9FCFA;
  background: linear-gradient(90deg, rgba(249, 252, 250, 1) 27%, rgba(245, 251, 247, 1) 39%, rgba(247, 250, 248, 1) 60%);
}

@media (min-width: 1024px){
  .section-marque-blanche .row-full-width-inner{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .section-marque-blanche .pagebuilder-column:first-child{
    width: 63% !important;
  }
}

.section-marque-blanche h2{
  margin-bottom: 1.5rem;
  font-size: 35px;
}

@media not all and (min-width: 1024px){
  .section-marque-blanche h2 br{
    display: none;
  }
}

.section-plateforme {
  background: #F9FCFA;
  background: linear-gradient(90deg, rgba(249, 252, 250, 1) 58%, #f4fbf5 100%);
}

@media (min-width: 1024px){
  .section-plateforme .row-full-width-inner{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.section-plateforme h2{
  margin-bottom: 1.5rem;
  font-size: 35px;
}

@media not all and (min-width: 1024px){
  .section-plateforme h2 br{
    display: none;
  }
}

.section-plateforme .pagebuilder-column-line {
  gap: 0;
}

.section-plateforme-bo {
  background: #EDFDF7;
  background: linear-gradient(90deg, rgba(237, 253, 247, 1) 10%, rgba(247, 255, 249, 1) 43%, rgba(249, 255, 250, 1) 73%, rgba(240, 254, 249, 1) 93%);
}

@media (min-width: 1024px){
  .section-plateforme-bo .row-full-width-inner{
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
}

.section-plateforme-bo h2{
  margin-bottom: 1.5rem;
  font-size: 35px;
  line-height: 2.5rem;
}

@media not all and (min-width: 768px){
  .section-plateforme-bo h2{
    text-align: left !important;
  }
}

@media not all and (min-width: 1024px){
  .section-plateforme-bo h2 br{
    display: none;
  }
}

.section-plateforme-bo p{
  margin-bottom: 0px;
}

@media not all and (min-width: 768px){
  .section-plateforme-bo p{
    text-align: left !important;
  }
}

.section-plateforme-bo .pagebuilder-column-line {
  gap: 0;
}

@media not all and (min-width: 1024px){
  .section-plateforme-bo .pagebuilder-column-line{
    flex-direction: column;
    flex-wrap: wrap !important;
  }
}

@media not all and (min-width: 768px){
  .section-plateforme-bo .pagebuilder-column-line{
    gap: 1rem;
  }
}

@media not all and (min-width: 1024px){
  .section-plateforme-bo .pagebuilder-column-line .pagebuilder-column{
    width: 100% !important;
  }

  .section-plateforme-bo .pagebuilder-column-line .pagebuilder-column h2, .section-plateforme-bo .pagebuilder-column-line .pagebuilder-column p{
    text-align: left !important;
  }
}

@media (min-width: 1024px){
  .section-plateforme-bo [data-content-type='text']{
    margin-top: 7rem;
  }
}

.section-plateforme-stock .row-full-width-inner{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.section-group-plus {
  background: #F6FBF8;
  background: linear-gradient(0deg, rgba(246, 251, 248, 1) 19%, rgba(233, 244, 237, 1) 47%, rgba(247, 251, 247, 1) 87%);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-group-plus h2{
  font-size: 27px;
}

@media not all and (min-width: 1024px){
  .section-group-plus h2 br{
    display: none;
  }
}

.section-group-plus img {
  height: 125px !important;
  width: auto !important;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .section-group-plus .pagebuilder-column-line{
    gap: 8rem;
  }
}

.section-notre-histoire .pagebuilder-column-line > .pagebuilder-column:first-child {
  width: 35% !important;
}

.section-notre-histoire .pagebuilder-column-line > .pagebuilder-column:last-child {
  width: 65% !important;
}

.section-notre-histoire{
  background: #FFFDF8;
  background: linear-gradient(140deg, rgba(255, 253, 248, 1) 9%, rgb(255 244 220) 35%);
}

.section-notre-histoire .row-full-width-inner{
  padding-bottom: 0px;
}

@media (min-width: 1024px){
  .section-notre-histoire .row-full-width-inner{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.section-histoire-naissance {
  padding: 60px 0;
  background: #f7faf9;
}

@media (min-width: 1024px){
  .section-histoire-naissance .row-full-width-inner{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section-histoire-naissance .pagebuilder-column:last-child{
    padding-right: 5rem;
  }
}

.section-histoire-comment {
  padding: 100px 0;
  background: #FBFBFC;
  background: linear-gradient(122deg, rgba(251, 251, 252, 1) 19%, rgba(243, 249, 249, 1) 33%, rgba(251, 251, 252, 1) 86%);
}

.section-histoire-comment .pagebuilder-column-line{
  margin-top: 2.5rem;
}

@media (min-width: 1024px){
  .section-histoire-comment .pagebuilder-column-line{
    margin-top: 5rem;
  }
}

.section-histoire-comment [data-content-type='tabs'] h3{
  font-size: 27px;
}

.section-histoire-comment [data-content-type='tabs']{
  max-width: 1160px;
  gap: 4rem;
}

.market-product-grid-wrapper .relative.section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  display: block;
  transform: none;
}

.section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.border-container, .faq-category-view .question_view > .section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.border-container {
  display: none;
}

.section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("../images/icon-puzzle.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(53%) sepia(91%) saturate(343%) hue-rotate(127deg) brightness(92%) contrast(90%);
}

.section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header.active a.tab-title:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header:nth-child(2) a.tab-title:before {
  background-image: url("../images/icon-justice.svg");
}

.section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header:nth-child(3) a.tab-title:before {
  background-image: url("../images/icon-light.svg");
}

.section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header:nth-child(4) a.tab-title:before {
  background-image: url("../images/icon-graphic.svg");
}

.section-histoire-comment .pagebuilder-column p:last-child{
  margin-bottom: 0px;
}

@media (min-width: 1024px){
  .section-histoire-comment .pagebuilder-column [data-content-type='text']{
    margin-top: -3.5rem;
    padding-right: 7rem;
  }
}

.section-histoire-croissance {
  padding: 100px 0;
  background: #f9fafb;
}

.market-product-grid-wrapper .section-histoire-croissance.flex {
  display: block;
  transform: none;
}

.section-histoire-croissance{
  position: relative;
}

.section-histoire-croissance p:last-child {
  margin-bottom: 0;
}

.section-histoire-croissance .row-full-width-inner > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 925px;
}

.market-product-grid-wrapper .section-histoire-croissance [data-content-type='tabs'].vertical.flex {
  display: block;
  transform: none;
}

.section-histoire-croissance [data-content-type='tabs'].vertical{
  position: relative;
  align-items: flex-start;
}

@media (min-width: 768px){
  .market-product-grid-wrapper .section-histoire-croissance [data-content-type='tabs'].vertical.relative {
    display: block;
    transform: none;
  }

  .section-histoire-croissance [data-content-type='tabs'].vertical{
    display: flex;
    flex-direction: row !important;
  }
}

.market-product-grid-wrapper .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation {
  display: block;
  transform: none;
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation{
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  gap: 1.5rem;
}

.faq-question-view .question_view > .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation.border-container, .faq-category-view .question_view > .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation.border-container {
  display: none;
}

@media not all and (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation{
    flex-direction: row;
  }
}

@media (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation{
    width: 225px;
    gap: 5rem;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation:before {
  content: "";
  position: absolute;
  top: -2.5rem;
  bottom: -3.5rem;
  display: inline-block;
  width: 4px;
}

@media not all and (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation:before{
    display: none;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation:before {
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(40, 177, 168, 1) 9%, rgba(40, 177, 168, 1) 50%, rgba(40, 177, 168, 1) 90%, rgba(255, 255, 255, 0) 100%);
}

.market-product-grid-wrapper .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li {
  display: block;
  transform: none;
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li{
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.border-container, .faq-category-view .question_view > .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.border-container {
  display: none;
}

.market-product-grid-wrapper .relative.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a {
  display: block;
  transform: none;
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a{
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  text-align: left;
}

.checkout-cart-index #cart-totals .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a{
  font-size: 17px;
  font-weight: 600;
}

.am-filter-state .filter-options-title span.checkout-cart-index #cart-totals .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index #cart-totals .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.checkout-cart-index #cart-totals .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a {
  line-height: 1.25;
}

.checkout-cart-index #cart-totals .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a.text-promo{
  font-size: 0.9375rem;
  font-weight: 400;
}

.faq-question-view .question_view > .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a.border-container, .faq-category-view .question_view > .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a.border-container {
  display: none;
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a {
  margin-left: -7px;
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a span{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
  opacity: 0.5;
}

.cms-amasty-faq-home-page .amfaq_questions .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a span {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a span, .faq-category-view .amfaq_questions .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a span {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

@media (min-width: 1024px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a span{
    font-size: 22px;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a:hover {
  color: #28b1a8;
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a:before {
  content: "";
  background-color: rgb(232, 245, 245);
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgba(40, 177, 168, var(--tw-border-opacity, 1));
  vertical-align: middle;
}

@media not all and (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a:before{
    display: none;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active a{
  background-color: transparent;
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active a span{
  font-size: 22px;
  font-weight: 800;
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
  opacity: 1;
}

@media (min-width: 1024px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active a span{
    font-size: 40px;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active a:before{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active:before{
  display: none;
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active:after {
  display: inline-block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center 10px;
}

@media not all and (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active:after{
    display: none;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='tab-item']{
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  background: rgba(255, 255, 255, 0.8);
}

.section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='text']{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='text']{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='text'] h3{
  margin-bottom: 1.5rem;
  font-size: 32px;
  line-height: 38px;
}

.section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='buttons']{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='buttons']{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical .pagebuilder-column{
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .pagebuilder-column{
    padding-bottom: 2.5rem;
  }
}

.section-histoire-croissance .active-tab-label {
  margin: 0 !important;
  font-size: 600px;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, 0.1);
  width: 770px;
  word-wrap: break-word;
  text-align: center;
  line-height: 500px;
  position: absolute;
  top: -270px;
  right: -250px;
  pointer-events: none;
  font-weight: 900 !important;
}

.section-histoire-plus {
  background: #E1ECE6;
  background: linear-gradient(180deg, #f5f9f7 50%, #dceae5 80%);
}

.section-histoire-plus .row-full-width-inner{
  padding-top: 0px;
  padding-bottom: 0px;
}

@media not all and (min-width: 1024px){
  .section-histoire-plus .row-full-width-inner{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.section-histoire-plus .pagebuilder-column-line {
  gap: 0;
}

.section-histoire-plus .pagebuilder-column {
  background: linear-gradient(105deg, #dae9e438 0%, #ffffff40 100%);
  border-right: 1px solid #ffffff69;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 1024px) {
  .section-histoire-plus .pagebuilder-column {
    padding-top: 8rem;
    padding-bottom: 8rem
  }
}

.section-histoire-plus .pagebuilder-column img {
  height: 103px !important;
  width: auto !important;
  margin-bottom: 1.5rem;
}

.section-histoire-plus .pagebuilder-column h3{
  margin-bottom: 1.5rem;
}

.section-histoire-plus .pagebuilder-column p{
  margin-bottom: 0px;
}

.cms-notre-histoire .section-try {
  background: radial-gradient(ellipse at 30% 50%, rgba(40, 177, 168, 0.12) 0%, transparent 60%), radial-gradient(ellipse at 70% 30%, rgba(243, 72, 50, 0.08) 0%, transparent 50%), radial-gradient(ellipse at 15% 80%, rgba(243, 72, 50, 0.06) 0%, transparent 45%), radial-gradient(ellipse at 85% 70%, rgba(40, 177, 168, 0.1) 0%, transparent 55%), radial-gradient(ellipse at 50% 20%, rgba(239, 142, 40, 0.07) 0%, transparent 45%), linear-gradient(135deg, #f5fbfa 0%, #fdf5f3 30%, #f0fafb 60%, #f7fbf9 100%);
}

/* Toutes résolutions */

.section-histoire-comment [data-content-type='tabs'] h3 br {
  display: none;
}

/* ============================
   Notre Histoire — Responsive
   ============================ */

/* <= 1280 */

@media (max-width: 1280px) {
  .section-intro h1 {
    margin-bottom: 1rem !important;
  }

  .section-intro p {
    margin-bottom: 0 !important;
  }

  .section-histoire-naissance {
    padding: 30px 0;
  }

  .section-histoire-comment {
    padding: 70px 0;
  }

  .section-histoire-comment .tab-icon .pagebuilder-column-line .pagebuilder-column {
    align-items: flex-end;
  }

  .section-histoire-comment .tab-icon .pagebuilder-column-line {
    gap: 60px;
  }
}

/* <= 1024 */

@media (max-width: 1024px) {
  .section-notre-histoire .row-full-width-inner, .section-histoire-naissance .row-full-width-inner, .section-histoire-comment .row-full-width-inner, .section-histoire-croissance .row-full-width-inner, .section-chiffres .row-full-width-inner, .section-histoire-plus .row-full-width-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .section-intro h1 {
    font-size: 40px !important;
  }

  .cms-notre-histoire [data-content-type='row'] h2 {
    font-size: 2.25rem !important;
    line-height: 40px !important;
  }

  .section-histoire-comment [data-content-type='tabs'] {
    margin-top: 2rem;
  }

  .section-histoire-croissance {
    overflow: hidden;
  }

  .section-notre-histoire .row-full-width-inner {
    padding-top: 0 !important;
  }

  .section-histoire-naissance {
    padding: 50px 0;
  }

  [data-content-type='tabs'] .tabs-navigation {
    align-items: center;
    justify-content: center;
  }

  [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    padding: 0.75rem 1.25rem;
  }

  .section-chiffres {
    padding: 80px 0;
  }

  .section-try {
    padding: 100px 0;
  }

  .section-histoire-croissance [data-content-type='tabs'].vertical {
    display: flex;
    flex-direction: column !important;
    flex-wrap: nowrap;
    gap: 15px;
  }

  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation {
    width: 100%;
    gap: 0;
    padding: 0;
    margin: 0;
  }

  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation:before {
    display: none !important;
  }

  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active:after {
    display: none !important;
  }

  .section-histoire-comment {
    padding: 60px 0;
  }

  .section-histoire-croissance {
    padding: 60px 0;
  }
}

/* <= 850 */

@media (max-width: 850px) {
  .section-notre-histoire .pagebuilder-column-line > .pagebuilder-column:first-child {
    width: 50% !important;
  }

  .section-intro h1 {
    font-size: 32px !important;
    margin-bottom: 0.5rem !important;
  }

  .section-intro p {
    font-size: 17px;
    line-height: 1.25;
  }

  .section-histoire-naissance .pagebuilder-column-line {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .section-histoire-naissance .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
    max-width: 500px;
    margin: auto;
    padding: 0 !important;
  }

  .section-histoire-naissance .pagebuilder-column-line .pagebuilder-column:last-child {
    margin-top: -90px;
  }

  .cms-notre-histoire [data-content-type='row'] h2 {
    font-size: 30px !important;
    line-height: 1.25 !important;
    margin-bottom: 20px;
  }

  .section-histoire-comment .tab-icon .pagebuilder-column-line {
    gap: 30px;
  }

  .section-histoire-comment .pagebuilder-column-line {
    flex-direction: column;
  }
}

/* <= 768 */

@media (max-width: 768px) {
  .section-notre-histoire {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFFDF8 !important;
    background: linear-gradient(140deg, rgba(255, 253, 248, 1) 9%, rgb(255 244 220) 35%) !important;
  }

  .section-notre-histoire .pagebuilder-column-line > .pagebuilder-column:first-child {
    width: 100% !important;
    position: relative;
    z-index: 3;
  }

  .section-notre-histoire .pagebuilder-column-line > .pagebuilder-column:last-child {
    display: none !important;
  }

  .section-notre-histoire .pagebuilder-column-line {
    flex-direction: column !important;
  }

  .section-notre-histoire h1 {
    font-size: 2rem !important;
    line-height: 1.15 !important;
  }

  .section-histoire-comment img {
    max-width: 270px !important;
    margin: auto !important;
  }

  .section-histoire-comment .tab-icon .pagebuilder-column-line .pagebuilder-column {
    align-items: center;
  }

  .section-histoire-comment {
    padding: 50px 0;
  }

  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation {
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .section-histoire-croissance a.pagebuilder-button-primary {
    margin-top: 20px;
  }

  .section-histoire-naissance {
    padding: 40px 0;
  }

  .section-histoire-naissance .pagebuilder-column-line {
    flex-direction: column !important;
  }

  .section-histoire-naissance .pagebuilder-column {
    width: 100% !important;
  }

  .section-histoire-naissance .pagebuilder-column:last-child {
    padding-right: 0 !important;
  }

  .section-histoire-naissance h2 {
    font-size: 1.75rem !important;
    margin-top: 1rem;
  }

  .section-histoire-comment {
    padding: 40px 0;
  }

  .section-histoire-comment h2 {
    font-size: 1.75rem !important;
  }

  .section-histoire-comment [data-content-type='tabs'] h3 {
    font-size: 22px !important;
  }

  .section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    font-size: 13px;
    padding: 8px 12px;
  }

  .section-histoire-comment .pagebuilder-column-line {
    flex-direction: column !important;
  }

  .section-histoire-comment .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }

  .section-histoire-comment .pagebuilder-column [data-content-type='text'] {
    padding-right: 0 !important;
    margin-top: 0 !important;
  }

  .section-histoire-croissance {
    padding: 40px 0;
  }

  .section-histoire-croissance h2 {
    font-size: 1.75rem !important;
  }

  .section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='text'] h3 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .section-histoire-croissance .active-tab-label {
    font-size: 300px !important;
    line-height: 250px !important;
    top: -120px !important;
    right: -100px !important;
  }

  .section-chiffres .pagebuilder-column-line {
    flex-direction: column !important;
  }

  .section-chiffres .pagebuilder-column {
    width: 100% !important;
  }

  .section-chiffres .pagebuilder-column:last-child {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    gap: 15px;
    margin-top: 1.5rem;
  }

  .section-chiffres .pagebuilder-column:last-child [data-content-type='text'] {
    text-align: center;
  }

  .section-chiffres h2 {
    font-size: 1.75rem !important;
  }

  .section-chiffres{
    background-size: cover !important;
    background-position: center !important;
  }

  .section-histoire-plus .pagebuilder-column-line {
    flex-direction: column !important;
  }

  .section-histoire-plus .pagebuilder-column {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 2.5rem 2rem !important;
  }

  .section-histoire-plus .pagebuilder-column:last-child {
    border-bottom: none;
  }
}

/* <= 640 */

@media (max-width: 640px) {
  .section-notre-histoire .row-full-width-inner, .section-histoire-naissance .row-full-width-inner, .section-histoire-comment .row-full-width-inner, .section-histoire-croissance .row-full-width-inner, .section-chiffres .row-full-width-inner, .section-histoire-plus .row-full-width-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .section-notre-histoire h1 {
    font-size: 1.5rem !important;
  }

  .section-histoire-naissance {
    padding: 30px 0;
  }

  .section-histoire-naissance h2 {
    font-size: 1.5rem !important;
  }

  .section-histoire-naissance figure img {
    max-height: 300px;
    object-fit: contain;
  }

  .section-histoire-comment {
    padding: 30px 0;
  }

  .section-histoire-comment h2 {
    font-size: 1.5rem !important;
  }

  .section-histoire-comment [data-content-type='tabs'] {
    gap: 0 !important;
  }

  .section-histoire-comment [data-content-type='tabs'] .tabs-navigation {
    flex-wrap: wrap;
    gap: 6px;
  }

  .section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    font-size: 11px;
    padding: 6px 8px;
    gap: 4px;
  }

  .section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:before {
    width: 16px;
    height: 16px;
  }

  .section-histoire-croissance {
    padding: 30px 0;
  }

  .section-histoire-croissance h2 {
    font-size: 1.5rem !important;
  }

  .section-histoire-croissance .active-tab-label {
    font-size: 150px !important;
    line-height: 130px !important;
    top: -50px !important;
    right: -50% !important;
    opacity: 0.5 !important;
  }

  .section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='text'] h3 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='text'] {
    padding: 15px 15px 0 !important;
  }

  .section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='buttons'] {
    padding: 0 15px !important;
  }

  .section-chiffres {
    padding: 30px 0 !important;
  }

  .section-chiffres .pagebuilder-column {
    margin: 0 !important;
  }

  .section-chiffres .pagebuilder-column:last-child {
    display: flex !important;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 !important;
  }

  .section-chiffres .pagebuilder-column:last-child [data-content-type='text'] {
    text-align: center;
    padding: 10px 15px;
  }

  .section-chiffres .pagebuilder-column:last-child [data-content-type='text'] p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 19px;
  }

  .section-chiffres .pagebuilder-column:last-child [data-content-type='text'] strong {
    font-size: 24px;
  }

  .section-histoire-plus .row-full-width-inner {
    padding: 0 !important;
  }

  .section-histoire-plus .pagebuilder-column-line > .pagebuilder-column {
    align-self: stretch !important;
    padding: 40px 25px !important;
    text-align: center;
  }

  .section-histoire-plus .pagebuilder-column-line > .pagebuilder-column img {
    margin-left: auto;
    margin-right: auto;
  }

  .section-histoire-plus .pagebuilder-column-line > .pagebuilder-column h3 {
    font-size: 1.35rem !important;
    line-height: 1.15;
  }

  .page-layout-cms-full-width [data-content-type='row'] p {
    font-size: 16px;
  }

  html body.cms-notre-histoire .section-join-us,
    html body.cms-notre-offre .section-join-us,
    html body.cms-guichet-unique .section-join-us,
    html body.cms-notre-catalogue .section-join-us,
    html body.cms-l-offre-b2c .section-join-us,
    html body.cms-offre-groupement .section-join-us,
    html body.cms-compatible-lgo .section-join-us {
    border-radius: 15px !important;
    padding: 25px 20px !important;
  }

  html body.cms-notre-histoire .section-join-us h2, html body.cms-notre-offre .section-join-us h2, html body.cms-guichet-unique .section-join-us h2, html body.cms-notre-catalogue .section-join-us h2, html body.cms-l-offre-b2c .section-join-us h2, html body.cms-offre-groupement .section-join-us h2, html body.cms-compatible-lgo .section-join-us h2 {
    font-size: 25px !important;
    line-height: 1.25 !important;
  }

  html body.cms-notre-histoire .section-join-us p, html body.cms-notre-offre .section-join-us p, html body.cms-guichet-unique .section-join-us p, html body.cms-notre-catalogue .section-join-us p, html body.cms-l-offre-b2c .section-join-us p, html body.cms-offre-groupement .section-join-us p, html body.cms-compatible-lgo .section-join-us p {
    font-size: 18px !important;
  }

  html body.cms-notre-histoire .section-join-us a, html body.cms-notre-offre .section-join-us a, html body.cms-guichet-unique .section-join-us a, html body.cms-notre-catalogue .section-join-us a, html body.cms-l-offre-b2c .section-join-us a, html body.cms-offre-groupement .section-join-us a, html body.cms-compatible-lgo .section-join-us a {
    font-size: 17px !important;
  }

  .section-try .row-full-width-inner {
    padding: 0 25px !important;
  }
}

.cms-l-offre-b2c [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
  font-weight: 700;
}

.cms-l-offre-b2c [data-content-type='row'] h3 {
  font-size: 25px;
}

.cms-l-offre-b2c .pagebuilder-column-line {
  align-items: center;
}

.cms-l-offre-b2c .pagebuilder-column-line > .pagebuilder-column {
  align-self: center !important;
}

.section-histoire-plus .pagebuilder-column-line {
  align-items: stretch;
}

.section-histoire-plus .pagebuilder-column-line > .pagebuilder-column {
  align-self: stretch !important;
}

.cms-l-offre-b2c [class~="container"] {
  text-align: left !important;
  max-width: 1230px;
}

.section-intro h1 {
  color: #052523 !important;
}

.section-offre-b2c {
  background: #FEFFFD;
  background: linear-gradient(82deg, rgba(254, 255, 253, 1) 25%, rgba(227, 249, 240, 1) 60%, rgba(251, 253, 250, 1) 95%);
}

.section-offre-b2c.section-intro {
  padding: 0 0 3rem 0;
}

@media (min-width: 1024px){
  .section-offre-b2c .row-full-width-inner{
    padding-bottom: 1rem;
  }

  .section-offre-b2c .pagebuilder-column-line{
    gap: 0px;
  }

  .section-offre-b2c [data-content-type='text']{
    padding-right: 0.75rem;
  }
}

.section-offre-comment {
  padding: 6rem 0;
  background: #f7f6ef;
  background-size: cover !important;
  background-position: 50% center !important;
}

.section-offre-comment h2{
  font-size: 35px;
  line-height: 40px;
}

.section-offre-comment .pagebuilder-column-line{
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .section-offre-comment .pagebuilder-column-line{
    gap: 6rem;
  }
}

.market-product-grid-wrapper .section-offre-comment .pagebuilder-column:first-child h2.flex {
  display: block;
  transform: none;
}

.section-offre-comment .pagebuilder-column:first-child h2{
  position: relative;
  padding-left: 1.5rem;
}

.section-offre-comment .pagebuilder-column:first-child h2:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0px;
  display: inline-block;
  width: 5px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  .section-offre-comment .pagebuilder-column:last-child{
    padding-right: 8rem;
  }
}

.market-product-grid-wrapper .relative.section-offre-comment [data-content-type='tabs'].vertical {
  display: block;
  transform: none;
}

.section-offre-comment [data-content-type='tabs'].vertical{
  margin-top: 0px;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
}

.faq-question-view .sidebar-additional .section-offre-comment [data-content-type='tabs'].vertical:has(#amfaq_search), .faq-category-view .sidebar-additional .section-offre-comment [data-content-type='tabs'].vertical:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .section-offre-comment [data-content-type='tabs'].vertical.border-container, .faq-category-view .question_view > .section-offre-comment [data-content-type='tabs'].vertical.border-container {
  display: none;
}

.market-product-grid-wrapper .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation {
  display: block;
  transform: none;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation{
  position: relative;
  display: flex;
  max-width: 140px;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem;
  padding-right: 1rem;
}

body.account .card .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

body.account .card .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation svg {
  width: 20px;
  height: 20px;
}

.faq-question-view .question_view > .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation.border-container, .faq-category-view .question_view > .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation.border-container {
  display: none;
}

.market-product-grid-wrapper .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li {
  display: block;
  transform: none;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li{
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li.border-container, .faq-category-view .question_view > .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li.border-container {
  display: none;
}

.market-product-grid-wrapper .relative.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a {
  display: block;
  transform: none;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a{
  margin-left: -8px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  text-align: left;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a {
    align-items: center;
    gap: 10px;
  }
}

.checkout-cart-index #cart-totals .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a{
  font-size: 17px;
  font-weight: 600;
}

.am-filter-state .filter-options-title span.checkout-cart-index #cart-totals .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index #cart-totals .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.checkout-cart-index #cart-totals .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a {
  line-height: 1.25;
}

.checkout-cart-index #cart-totals .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a.text-promo{
  font-size: 0.9375rem;
  font-weight: 400;
}

.faq-question-view .question_view > .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a.border-container, .faq-category-view .question_view > .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a.border-container {
  display: none;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a span{
  font-size: 14px;
  font-weight: 800;
  --tw-text-opacity: 1 !important;
  color: rgba(141, 192, 189, var(--tw-text-opacity, 1)) !important;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li.active a{
  background-color: transparent;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li.active a span{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
  opacity: 1;
}

@media (min-width: 1024px){
  .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li.active a span{
    font-size: 25px;
  }
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li.active:before{
  display: none;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li.active:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5rem;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-content{
  flex: 1 1 0%;
}

.market-product-grid-wrapper .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'].flex {
  display: block;
  transform: none;
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item']{
  position: relative;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 1024px){
  .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item']{
    border-radius: 70px;
    padding: 2.5rem;
  }
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item']:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  display: block;
  border-radius: 0.75rem;
}

[data-content-type$='block'] .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 1024px){
  .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item']:before{
    border-radius: 70px;
  }
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item']:before {
  background: rgba(40, 177, 168, 0.1);
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item']:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 1024px){
  .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item']:after{
    border-radius: 70px;
  }
}

.market-product-grid-wrapper .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] > *.flex {
  display: block;
  transform: none;
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] > *{
  position: relative;
  z-index: 10;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] > *.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] > *.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p strong{
  margin-bottom: 0.75rem;
  display: block;
}

[data-content-type$='block'] .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p strong p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 1280px){
  .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p strong{
    margin-left: 2.5rem;
    font-size: 20px;
  }
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p em{
  --tw-text-opacity: 1;
  color: rgba(165, 239, 236, var(--tw-text-opacity, 1));
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p sup{
  top: 0px;
  display: block;
  font-size: 0.9375rem;
  font-style: italic;
  line-height: 18px;
}

[data-content-type$='block'] .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p sup p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.section-offre-pourquoi {
  padding: 6rem 0 7rem 0;
}

@media not all and (min-width: 1024px){
  .section-offre-pourquoi .section-offre-pourquoi-titre .pagebuilder-column-line{
    flex-direction: column;
    justify-content: flex-start;
    gap: 2.5rem;
  }

  .section-offre-pourquoi .section-offre-pourquoi-titre .pagebuilder-column-line .pagebuilder-column{
    width: 100% !important;
  }
}

.section-offre-pourquoi p:last-child{
  margin-bottom: 1rem;
}

.section-offre-pourquoi h2{
  margin-bottom: 0px;
}

.section-offre-pourquoi .halo:after {
  width: 80%;
  height: 80%;
}

.market-product-grid-wrapper .section-offre-pourquoi .more.flex {
  display: block;
  transform: none;
}

.section-offre-pourquoi .more{
  position: relative;
}

.section-offre-pourquoi .more:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 10px;
  background: #d1dcdb6b;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .section-offre-pourquoi .more:after {
    display: none
  }
}

.section-offre-pourquoi .more img {
  padding-right: 5px;
  padding-bottom: 5px;
  border-radius: 25px;
  background: #28b1a8;
  transform: rotate(-1deg);
  filter: drop-shadow(0 2px 37px rgba(175, 210, 196, 1));
}

.section-offre-pourquoi .border-left-green {
  position: relative;
  padding-left: 3.5rem;
  padding-right: 15rem;
}

.section-offre-pourquoi .border-left-green:before {
  content: "";
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: 0px;
  display: inline-block;
  width: 5px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.section-offre-pourquoi .border-left-green p{
  margin-bottom: 0px;
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right{
  gap: 5rem;
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation{
  align-items: flex-start;
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li{
  width: auto;
}

.market-product-grid-wrapper .relative.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header a.tab-title {
  display: block;
  transform: none;
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header a.tab-title{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header a.tab-title {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header a.tab-title.border-container, .faq-category-view .question_view > .section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header a.tab-title.border-container {
  display: none;
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header a.tab-title:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("../images/icon-key.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(53%) sepia(91%) saturate(343%) hue-rotate(127deg) brightness(92%) contrast(90%);
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header.active a.tab-title:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header:nth-child(2) a.tab-title:before {
  background-image: url("../images/icon-shopping.svg");
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header:nth-child(3) a.tab-title:before {
  background-image: url("../images/icon-offer.svg");
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header:nth-child(4) a.tab-title:before {
  background-image: url("../images/icon-euro.svg");
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header:nth-child(5) a.tab-title:before {
  background-image: url("../images/icon-users.svg");
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header:nth-child(6) a.tab-title:before {
  background-image: url("../images/icon-sav.svg");
}

.section-offre-recompense {
  padding: 8rem 0;
}

.section-offre-recompense h2{
  text-align: center;
}

@media (min-width: 1024px){
  .section-offre-recompense h2{
    font-size: 50px;
    line-height: 52px;
  }
}

@media not all and (min-width: 1024px){
  .section-offre-recompense .pagebuilder-column:nth-child(1){
    order: 2;
  }

  .section-offre-recompense .pagebuilder-column:nth-child(2){
    order: 1;
  }

  .section-offre-recompense .pagebuilder-column:nth-child(2) img{
    max-width: 300px !important;
  }

  .section-offre-recompense .pagebuilder-column:nth-child(3){
    order: 3;
  }
}

@media (min-width: 1024px){
  .section-offre-recompense .pagebuilder-column:nth-child(1), .section-offre-recompense .pagebuilder-column:nth-child(3){
    margin-top: 2.5rem;
  }
}

.market-products-grid.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'],.market-products-grid .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'],.market-products-grid .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'],.market-products-grid .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'], .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text']{
  margin-bottom: 2.5rem;
  display: grid;
}

.page-footer .footer.content .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] ul li + li,.page-footer .footer.content  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] ul li + li {
  margin-top: 4px;
}

.page-footer .footer.content .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] ul a,.page-footer .footer.content  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] ul a{
  --tw-text-opacity: 1;
  color: rgba(72, 81, 96, var(--tw-text-opacity, 1));
}

.page-footer .footer.content .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] ul a:hover,.page-footer .footer.content  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] ul a:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.page-footer .footer.content .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] ul li.opacity-60,.page-footer .footer.content  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] ul li.opacity-60 {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .page-footer .footer.content .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'].grid-cols-2,.page-footer .footer.content  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'].grid-cols-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  @media (max-width: 640px) {
    .page-footer .footer.content .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'].grid-cols-2,.page-footer .footer.content  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'].grid-cols-2 {
      padding-left: 0;
      padding-right: 0;
      grid-template-columns: 1fr
    }
  }
}

body.market-account-index #market-details-modal .market-products-grid.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'],body.market-account-index #market-details-modal .market-products-grid .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] {
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .customer-account-create .register-estimation .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'],.customer-account-create .register-estimation  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .customer-account-create .register-estimation .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'],.customer-account-create .register-estimation  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 25px;
    padding: 0 25px;
  }

  .customer-account-create .register-estimation .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] > *,.customer-account-create .register-estimation  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] > * {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .customer-account-create form .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'],.customer-account-create form  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] {
    gap: 0;
  }

  .customer-account-create .register-estimation .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] > div > div:first-child,.customer-account-create .register-estimation  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] > div > div:first-child {
    height: 120px;
  }

  .customer-account-create .register-estimation .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] > div > div:first-child img,.customer-account-create .register-estimation  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] > div > div:first-child img {
    max-height: 110px;
    width: auto;
  }
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'], .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] {
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 20px;
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text']:last-child, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text']:last-child{
  margin-bottom: 0px;
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] img, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] img {
  height: auto !important;
}

.market-product-grid-wrapper .relative.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p,.market-product-grid-wrapper .relative .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p {
  display: block;
  transform: none;
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p,.checkout-onepage-success .thanks-banner  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p {
    align-items: center;
    gap: 10px;
  }
}

.cms-amasty-faq-home-page .amfaq_questions .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p,.cms-amasty-faq-home-page .amfaq_questions  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .question_view > .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p.border-container, .faq-category-view .question_view > .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p.border-container,.faq-question-view .question_view >  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p.border-container, .faq-category-view .question_view >  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p.border-container {
  display: none;
}

.faq-question-view .amfaq_questions .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p, .faq-category-view .amfaq_questions .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p,.faq-question-view .amfaq_questions  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p, .faq-category-view .amfaq_questions  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

@media (min-width: 1024px){
  .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p{
    text-align: right !important;
  }
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p strong, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p strong{
  font-size: 24px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p{
  margin-bottom: 0px;
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(1), .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(1){
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
}

@media (min-width: 1024px){
  .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(1), .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(1){
    grid-column-start: 3;
    grid-column-end: 4;
  }
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(1):before, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(1):before {
  content: "";
  margin-right: 0.75rem;
  margin-top: 2px;
  display: block;
  height: 4px;
  width: 15px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(1) p:last-child:before,[data-content-type$='block']  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(1) p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (max-width: 1024px) {
  .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(1):after, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(1):after {
    content: "";
    margin-left: 0.75rem;
    margin-top: 2px;
    display: block;
    height: 4px;
    width: 15px;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  }

  [data-content-type$='block'] .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(1) p:last-child:after,[data-content-type$='block']  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(1) p:last-child:after{
    margin-bottom: 1rem;
    margin-top: 0px;
  }

  .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(1):before, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(1):before{
    display: none;
  }
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(2), .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(2){
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  justify-content: flex-start;
}

@media (min-width: 1024px){
  .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(2), .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(2){
    grid-column-start: 1;
    justify-content: flex-end;
  }
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(3), .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(3){
  grid-column-start: 2;
  grid-column-end: 3;
}

@media (min-width: 1024px){
  .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(3), .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(3){
    grid-column-start: 1;
  }
}

.section-offre-recompense .pagebuilder-column:last-child [data-content-type='text'] p{
  justify-content: flex-start;
  text-align: left !important;
}

.section-offre-recompense .pagebuilder-column:last-child [data-content-type='text'] p:nth-child(1){
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
}

.section-offre-recompense .pagebuilder-column:last-child [data-content-type='text'] p:nth-child(1):after {
  content: "";
  margin-left: 0.75rem;
  margin-top: 2px;
  display: block;
  height: 4px;
  width: 15px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .section-offre-recompense .pagebuilder-column:last-child [data-content-type='text'] p:nth-child(1) p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.section-offre-recompense .pagebuilder-column:last-child [data-content-type='text'] p:nth-child(1):before{
  display: none;
}

.section-offre-recompense .pagebuilder-column:last-child [data-content-type='text'] p:nth-child(2){
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  justify-content: flex-start;
}

.section-offre-recompense .pagebuilder-column:last-child [data-content-type='text'] p:nth-child(3){
  grid-column-start: 2;
  grid-column-end: 3;
}

/* Section "Comment ça marche" — steps */

.steps-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .steps-container {
    flex-direction: column;
    align-items: center
  }
}

.step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  max-width: 350px;
}

.step-image-container {
  position: relative;
  width: 210px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 5px 5px 0 0 #28b1a8;
}

.step-image-container::before {
  display: none;
}

.step-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 30%), linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 30%), linear-gradient(315deg, rgba(39, 177, 168, 0.2) 0%, rgba(39, 177, 168, 0) 30%);
  z-index: 3;
  pointer-events: none;
}

.step-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  z-index: 2;
  padding: 20px;
  background: #e6f8f5;
}

.step-number {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #333;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 1.5rem;
  z-index: 10;
}

.step-title {
  font-size: 1.75rem;
  color: #28b1a8;
  font-weight: 800;
  margin-bottom: 5px;
}

.step-description {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #374151;
  text-align: left;
  padding: 0 10px;
}

.arrow {
  align-self: center;
  margin-top: -220px;
  margin-left: -120px;
  font-size: 0;
  color: #28b1a8;
}

.arrow img {
  width: 50px;
}

@media (max-width: 768px) {
  .arrow {
    transform: rotate(90deg);
    margin: 20px 0
  }
}

.bubble {
  position: absolute;
  top: -15px;
  right: -70px;
  background-color: #28b1a8;
  color: white;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.2;
  padding: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 3;
  font-weight: 600;
}

.bubble strong {
  font-size: 1.75rem;
  display: block;
  font-weight: 900;
}

.extra-info.text-black {
  color: #052523;
}

.extra-info {
  margin-top: 15px;
  text-align: left;
  font-size: 1.1rem;
  color: #28b1a8;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 65px;
  line-height: 1.25;
}

.plus-container {
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  flex-shrink: 0;
}

.plus-img {
  position: absolute;
  height: auto;
}

.plus-img:first-child {
  width: 20px;
  top: 0;
  left: 0;
}

.plus-img:last-child {
  width: 14px;
  bottom: 0;
  right: 0;
}

.icon-black {
  filter: brightness(0.2);
}

.cms-l-offre-b2c .page-footer .footer.content .bg-white > .border-t:first-child {
  border-top: none;
}

/* ===== Responsive offre B2C <= 1023 ===== */

@media (max-width: 1023px) {
  .cms-l-offre-b2c .step {
    max-width: 30%;
  }

  .cms-l-offre-b2c .arrow {
    display: none;
  }

  .cms-l-offre-b2c .section-offre-pourquoi {
    padding: 4rem 0 6rem 0;
  }

  .cms-l-offre-b2c .section-offre-pourquoi .border-left-green {
    position: relative;
    padding-left: 1rem;
    padding-right: 0;
  }

  .cms-l-offre-b2c .section-offre-pourquoi .border-left-green:before {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .cms-l-offre-b2c .section-offre-recompense {
    padding: 4rem 0;
  }

  .cms-l-offre-b2c .section-try {
    padding: 0;
  }
}

body.catalog-product-view .page-main {
  padding-top: 50px !important;
}

/* Cacher le titre global (page.main.title) — le titre est rendu dans product-detail-page.phtml */

body.catalog-product-view .page-main > .main-title {
  display: none !important;
}

.product-info-main .product-details-box-content .promotion.text .text a {
  display: none;
}

/* Page produit responsive <= 1280 */

@media (max-width: 1280px) {
  .catalog-product-view .main-title h1 {
    font-size: 2rem;
  }

  .product-info-main .product-details-box {
    gap: 40px !important;
  }

  .product-info-main .product-details-box-content {
    width: 40vw !important;
  }

  .product-info-main .product-details-box-medias .media-gallery#gallery > div {
    gap: 1rem;
  }
}

/* Page produit responsive <= 1280 et >= 1024 */

@media (min-width: 1024px) and (max-width: 1280px) {
  .product-info-main .product-details-box-medias .media-gallery-box {
    max-width: 50vw;
  }
}

/* Page produit responsive <= 1024 */

@media (max-width: 1024px) {
  .catalog-product-view .breadcrumbs {
    display: none;
  }

  body.catalog-product-view .page-main {
    padding-top: 10px !important;
  }

  .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide img {
    width: 60px;
    height: 60px;
  }

  .catalog-product-view .main-title h1 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

/* Page produit responsive <= 768 */

@media (max-width: 768px) {
  .product-info-main .product-details-box-medias {
    position: static !important;
    top: auto !important;
  }

  .product-info-main .product-details-box-content {
    width: 100% !important;
  }

  .product-info-main .product-details-box {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .product-info-main .product-details-box-medias .media-gallery#gallery {
    padding-top: 0 !important;
  }

  .product-info-main {
    margin-top: 5px !important;
  }

  .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide {
    margin-bottom: 0 !important;
  }

  .product-info-main .product-details .thumbs {
    margin-bottom: 20px !important;
    margin-top: 7px !important;
    min-height: inherit !important;
  }

  .product-info-main .product-details {
    margin-bottom: 0px !important;
  }

  /* Titre déplacé au-dessus de l'image via JS */

  .product-details-box > .main-title-mobile {
    order: -1;
    width: 100%;
  }

  .product-details-box-content > .main-title {
    display: none;
  }
}

/* Page produit responsive <= 640 */

@media (max-width: 640px) {
  .catalog-product-view .main-title h1 {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }

  .product-info-main .product-forward .product-banner_content {
    display: flex !important;
    flex-direction: column !important;
  }
}

/* JS : déplacer le titre au-dessus de la galerie < 768 */

/* Santestat accordion */

.santestat-stats-accordion .accordion-content {
  margin-top: -10px;
}

/* Santestat stock badge */

.santestat-stock-badge.stock-high {
  background: rgba(40, 177, 168, 0.1);
  color: #28b1a8;
}

.santestat-stock-badge.stock-low {
  background: rgba(239, 142, 40, 0.1);
  color: #ef8e28;
}

.santestat-stock-badge.stock-zero {
  background: #F2F3F7;
  color: #828D9E;
}

.product-main-full-width{
  padding-top: 2.5rem;
}

.product-info-main .product-details-box-medias .media-gallery-box {
  background-color: #fbfcfd;
}

.product-info-main {
  margin-top: 10px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  .product-info-main{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .product-info-main{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .product-info-main{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .product-info-main{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .product-info-main{
    max-width: 1536px;
  }
}

.product-info-main{
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  .product-info-main{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .product-info-main{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > .product-info-main {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 0 2.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > .product-info-main {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1280px) {
  .product-info-main {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent .product-info-main > div, .customer-account-createpassword #maincontent .product-info-main > div {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  }
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form .product-info-main{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .checkout-cart-index .product-info-main > div > .lg\:w-\[265px\] {
    flex-shrink: 0;
    min-width: 265px
  }
}

.checkout-cart-index .product-info-main > div > .lg\:flex-1 {
  min-width: 0;
  overflow: hidden;
}

.checkout-cart-index .crosssell-product-slider .product-info-main{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0px;
}

@media (max-width: 640px) {
  .checkout-cart-index .cart-form .product-info-main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.faq-question-view .column.main > .product-info-main{
  padding-left: 0px;
  padding-right: 0px;
}

.product-info-main {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}

.product-info-main .main-title{
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: left;
  font-size: 35px;
  font-weight: 800;
  line-height: 42px;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.checkout-cart-index #cart-totals .product-info-main .main-title{
  font-size: 17px;
  font-weight: 600;
}

.am-filter-state .filter-options-title span.checkout-cart-index #cart-totals .product-info-main .main-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index #cart-totals .product-info-main .main-title {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.checkout-cart-index #cart-totals .product-info-main .main-title {
  line-height: 1.25;
}

.checkout-cart-index #cart-totals .product-info-main .main-title.text-promo{
  font-size: 0.9375rem;
  font-weight: 400;
}

.product-info-main .product-details{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.contact-index-index .product-info-main .product-details {
  color: #052523;
}

.product-info-main .product-details{
  margin-bottom: 50px;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box {
  display: block;
  transform: none;
}

.product-info-main .product-details-box{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.faq-question-view .question_view > .product-info-main .product-details-box.border-container, .faq-category-view .question_view > .product-info-main .product-details-box.border-container {
  display: none;
}

@media (min-width: 768px){
  .product-info-main .product-details-box{
    flex-direction: row;
    align-items: flex-start;
    gap: 70px;
  }
}

.market-product-grid-wrapper .product-info-main .product-details-box-medias.flex {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias{
  position: relative;
  flex: 1 1 0%;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.product-info-main .product-details-box-medias .media-gallery#gallery > div{
  gap: 1.75rem;
}

@media (min-width: 1281px) {
  .product-info-main .product-details-box-medias .media-gallery#gallery > div{
    display: flex;
    flex-direction: row-reverse
  }
}

.product-info-main .product-details-box-medias .media-gallery#gallery{
  width: 100%;
  padding-top: 1.5rem;
}

.faq-question-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery#gallery:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery#gallery:has(#amfaq_search) {
  display: none;
}

@media (min-width: 768px){
  .product-info-main .product-details-box-medias .media-gallery#gallery{
    grid-column-start: 1;
    grid-row: span 2 / span 2;
    grid-row-start: 1;
    height: auto;
    padding-top: 0px;
  }
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen > .border-t:first-child {
  border-top: none;
}

.faq-question-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen.border-container {
  display: none;
}

.product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen > .media-gallery-box{
  max-width: 100%;
}

.product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen > .media-gallery-box:first-child{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 0px;
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen > .media-gallery-box:first-child > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen > .media-gallery-box:first-child > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen > .media-gallery-box:first-child > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen > .media-gallery-box:first-child > .border-t:first-child {
  border-top: none;
}

.market-product-grid-wrapper .product-info-main .product-details-box-medias .media-gallery-box.flex {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery-box{
  position: relative;
  width: 100%;
  align-self: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(251, 252, 254, var(--tw-bg-opacity, 1));
  padding: 2.5rem;
}

.faq-question-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery-box:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery-box:has(#amfaq_search) {
  display: none;
}

@media (min-width: 1024px){
  .product-info-main .product-details-box-medias .media-gallery-box{
    max-width: 605px;
  }
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery{
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 10;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery {
    align-items: center;
    gap: 10px;
  }
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery > .border-t:first-child {
  border-top: none;
}

.faq-question-view .question_view > .product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery.border-container {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery {
  width: 38px;
  height: 30px;
  border: 1px solid #CACFD8;
}

.product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery:hover {
  border-color: #052523;
}

.product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery .wishlist-spinner {
  animation: wl-spin 0.7s linear infinite;
}

.product-info-main .product-details-box-medias .media-gallery-box .wishlist-btn-gallery .wl-pop {
  animation: wl-pop 0.35s ease-out;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint{
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button{
  position: relative;
  z-index: 10;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0px;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button {
    align-items: center;
    gap: 10px;
  }
}

.cms-amasty-faq-home-page .amfaq_questions .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .question_view > .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button.border-container {
  display: none;
}

.faq-question-view .amfaq_questions .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button, .faq-category-view .amfaq_questions .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#29beb5 0%, #28b1a8 100%);
  cursor: pointer;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 4px;
  margin-left: 5px;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button:hover {
  filter: brightness(1.05);
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button:disabled:hover,.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button[disabled]:hover {
  filter: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button.no-arrow:after{
  display: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button.bg-simple {
  background: #28b1a8;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button.adding-to-cart {
  cursor: wait;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button.added-to-cart {
  background: #28b1a8;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button.error-add-to-cart {
  background: #f34832;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button:after{
  display: none !important;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button {
  background: white;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button {
  border-color: #e2e5ea;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button:hover {
  filter: none;
  border-color: #052523;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button{
  cursor: pointer;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#header .navigation #navdesktop .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button {
  display: inline-block;
}

.section-news-pharmazon .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button {
  background: #28b1a8;
  padding: 0.5rem 1rem;
  border: none;
  color: #FFF;
  font-size: 17px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button:after{
  background-position: right 5px;
}

.customer-account-create .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button.bg-simple {
  background: #2aafa8;
}

.product-service-contact .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button.btn-primary {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 18px;
}

body.account.wishlist-index-index .wishlist-actions-top .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button {
  font-size: 15px;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
}

.catalog-category-view .laboratory-media-plans .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button:hover{
  --tw-border-opacity: 1;
  border-color: rgba(5, 37, 35, var(--tw-border-opacity, 1));
  background-color: rgba(40, 177, 168, 0.05);
  color: #28b1a8;
  filter: none;
}

.contact-index-index form.contact > div > .product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button {
  margin-top: 15px;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button {
  border: 1px solid #CACFD8;
  font-size: 14px;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-pharmaprint button:hover {
  border-color: #052523;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-gallery {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-gallery{
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-gallery {
    align-items: center;
    gap: 10px;
  }
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-gallery > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-gallery > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-gallery > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-gallery > .border-t:first-child {
  border-top: none;
}

.faq-question-view .question_view > .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-gallery.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-gallery.border-container {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-gallery.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-gallery.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-gallery {
  width: 38px;
  height: 30px;
  border: 1px solid #CACFD8;
}

.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-gallery:hover {
  border-color: #052523;
}

.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip > .border-t:first-child {
  border-top: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip {
  z-index: 99999;
  bottom: calc(100% + 8px);
  right: 0;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip::after {
  content: "";
  position: absolute;
  --tw-rotate: 45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip > .border-t:first-child::after {
  border-top: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip::after {
  width: 8px;
  height: 8px;
  bottom: -5px;
  right: 12px;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
}

.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip[x-cloak] {
  display: none !important;
}

.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip {
  line-height: 1rem;
}

.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip-inner {
  padding: 6px 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip-title {
  font-size: 12px;
  font-weight: 700;
  color: #052523;
}

.product-info-main .product-details-box-medias .media-gallery-box .franco-labo-tooltip-value {
  font-size: 12px;
  color: #6b7280;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-medias .media-gallery-box .product-badges {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges{
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-medias .media-gallery-box .product-badges {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-details-box-medias .media-gallery-box .product-badges.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-medias .media-gallery-box .product-badges.border-container {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-info-main .product-details-box-medias .media-gallery-box .product-badges.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-info-main .product-details-box-medias .media-gallery-box .product-badges.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges {
  gap: 0.25rem;
  margin-bottom: 0;
}

.market-product-grid-wrapper .product-info-main .product-details-box-medias .media-gallery-box .product-badges .precommande-icon-wrapper.flex {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .precommande-icon-wrapper{
  position: relative;
  display: inline-flex;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .precommande-icon-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-style: none;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-medias .media-gallery-box .product-badges .precommande-icon-btn {
    align-items: center;
    gap: 10px;
  }
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .precommande-icon-btn {
  background-color: #3e63ea;
  width: 24px;
  height: 24px;
  padding: 4px;
  cursor: default;
}

.market-product-grid-wrapper .product-info-main .product-details-box-medias .media-gallery-box .product-badges .laboLock-icon-wrapper.flex {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .laboLock-icon-wrapper{
  position: relative;
  display: inline-flex;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .laboLock-icon-btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-style: none;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-medias .media-gallery-box .product-badges .laboLock-icon-btn {
    align-items: center;
    gap: 10px;
  }
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .laboLock-icon-btn {
  background-color: #5B30F3;
  width: 24px;
  height: 24px;
  padding: 4px;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .promo-badge-wrapper--pdp{
  display: inline-flex;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .promo-badge-wrapper--pdp[x-cloak] {
  display: none !important;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .promo-badge--pdp{
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-medias .media-gallery-box .product-badges .promo-badge--pdp {
    align-items: center;
    gap: 10px;
  }
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .promo-badge--pdp {
  background-color: #f34832;
  font-size: 14px;
  font-weight: 700;
  padding: 0 6px;
  height: 24px;
  line-height: 1;
  letter-spacing: 0.5px;
}

.market-product-grid-wrapper .product-info-main .product-details-box-medias .media-gallery-box .product-badges .mini-market-icon-wrapper.flex {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .mini-market-icon-wrapper{
  position: relative;
  display: inline-flex;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .mini-market-icon-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-style: none;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-medias .media-gallery-box .product-badges .mini-market-icon-btn {
    align-items: center;
    gap: 10px;
  }
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .mini-market-icon-btn {
  background-color: #ED8E28;
  width: 24px;
  height: 24px;
  padding: 4px;
  cursor: default;
}

/* LaboLock tooltip */

.market-product-grid-wrapper .relative.product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip {
    align-items: center;
    gap: 10px;
  }
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip > .border-t:first-child {
  border-top: none;
}

.faq-question-view .question_view > .product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip.border-container {
  display: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip {
  gap: 0;
  z-index: 99999;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  padding: 5px 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #052523;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip::after {
  content: "";
  position: absolute;
  --tw-rotate: 45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip > .border-t:first-child::after {
  border-top: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip::after {
  width: 8px;
  height: 8px;
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip .badge-icon-tooltip-link {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip .badge-icon-tooltip-link{
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip .badge-icon-tooltip-link {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip .badge-icon-tooltip-link.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip .badge-icon-tooltip-link.border-container {
  display: none;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip .badge-icon-tooltip-link {
  gap: 2px;
  font-size: 11px;
  font-weight: 600;
  line-height: .75rem;
  margin-bottom: 3px;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip .badge-icon-tooltip-link:hover {
  color: #5B30F3;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip .badge-icon-tooltip-link svg {
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  margin-top: 3px;
  color: #5B30F3;
  background: rgba(91, 48, 243, 0.1);
  padding: 2px;
  box-sizing: content-box;
  border-radius: 50px;
}

.product-info-main .product-details-box-medias .media-gallery-box .product-badges .badge-icon-tooltip[x-cloak] {
  display: none !important;
}

.market-product-grid-wrapper .product-info-main .product-details-box-medias .media-gallery-box-in.flex {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery-box-in{
  position: relative;
  margin-bottom: 1.5rem;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .placeholder-image{
  visibility: hidden;
  height: auto;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.faq-question-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery-box-in .placeholder-image:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery-box-in .placeholder-image:has(#amfaq_search) {
  display: none;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .placeholder-image.fullscreen{
  visibility: hidden;
  max-height: 75vh;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .gallery-image{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.faq-question-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery-box-in .gallery-image:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery-box-in .gallery-image:has(#amfaq_search) {
  display: none;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .gallery-image.fullscreen{
  max-height: 75vh;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .btn-fullscreen{
  display: none;
}

.market-products-grid.product-info-main .product-details-box-medias .media-gallery-box-in .btn-video {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid.product-info-main .product-details-box-medias .media-gallery-box-in .btn-video {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid.product-info-main .product-details-box-medias .media-gallery-box-in .btn-video {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

.product-info-main .product-details-box-medias .media-gallery-box-in .btn-video{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: grid;
  place-items: center;
  outline-offset: 2px;
}

.page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video ul li + li {
  margin-top: 4px;
}

.page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video ul a{
  --tw-text-opacity: 1;
  color: rgba(72, 81, 96, var(--tw-text-opacity, 1));
}

.page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video ul a:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video ul li.opacity-60 {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video.grid-cols-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  @media (max-width: 640px) {
    .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video.grid-cols-2 {
      padding-left: 0;
      padding-right: 0;
      grid-template-columns: 1fr
    }
  }
}

body.market-account-index #market-details-modal .market-products-grid.product-info-main .product-details-box-medias .media-gallery-box-in .btn-video {
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .customer-account-create .register-estimation .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .customer-account-create .register-estimation .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 25px;
    padding: 0 25px;
  }

  .customer-account-create .register-estimation .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video > * {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .customer-account-create form .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video {
    gap: 0;
  }

  .customer-account-create .register-estimation .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video > div > div:first-child {
    height: 120px;
  }

  .customer-account-create .register-estimation .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video > div > div:first-child img {
    max-height: 110px;
    width: auto;
  }
}

.product-info-main .product-details-box-medias .media-gallery-box-in .btn-video svg{
  fill: rgba(5, 37, 35, 0.2);
  stroke: rgba(255, 255, 255, 0.75);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.group:hover .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video svg{
  --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));
}

@media (min-width: 768px){
  .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video svg{
    height: 6rem;
    width: 6rem;
  }
}

.product-info-main .product-details-box-medias .media-gallery-box-in .youtube-box{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box-in .youtube-box > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box-in .youtube-box > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box-in .youtube-box > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box-in .youtube-box > .border-t:first-child {
  border-top: none;
}

.faq-question-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery-box-in .youtube-box:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery-box-in .youtube-box:has(#amfaq_search) {
  display: none;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .youtube-box.hide{
  display: none;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .youtube-box .youtube-player{
  height: 100%;
  width: 100%;
}

.faq-question-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery-box-in .youtube-box .youtube-player:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery-box-in .youtube-box .youtube-player:has(#amfaq_search) {
  display: none;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .vimeo-box{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box-in .vimeo-box > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box-in .vimeo-box > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box-in .vimeo-box > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .product-details-box-medias .media-gallery-box-in .vimeo-box > .border-t:first-child {
  border-top: none;
}

.faq-question-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery-box-in .vimeo-box:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery-box-in .vimeo-box:has(#amfaq_search) {
  display: none;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .vimeo-box.hide{
  display: none;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .vimeo-box .vimeo-player{
  height: 100%;
  width: 100%;
}

.faq-question-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery-box-in .vimeo-box .vimeo-player:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main .product-details-box-medias .media-gallery-box-in .vimeo-box .vimeo-player:has(#amfaq_search) {
  display: none;
}

@media (min-width: 768px){
  .product-info-main .product-details-box-content{
    width: 450px;
  }
}

/* Amasty BannersLite — promo banner */

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .promotion.text {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .promotion.text{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-content .promotion.text {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .promotion.text.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .promotion.text.border-container {
  display: none;
}

.product-info-main .product-details-box-content .promotion.text {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgb(255, 222, 218);
  border-radius: 0.5rem;
  padding: 5px 5px;
  background: rgb(254, 252, 251);
}

.product-info-main .product-details-box-content .promotion.text .promo-icon-wrapper{
  display: inline-flex;
  flex-shrink: 0;
}

.product-info-main .product-details-box-content .promotion.text .promo-icon-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-style: none;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-content .promotion.text .promo-icon-btn {
    align-items: center;
    gap: 10px;
  }
}

.product-info-main .product-details-box-content .promotion.text .promo-icon-btn {
  background-color: #f34832;
  padding: 4px 8px;
  gap: 5px;
}

.product-info-main .product-details-box-content .promotion.text .promo-label {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

.product-info-main .product-details-box-content .promotion.text .text {
  font-size: 15px;
  font-weight: 700;
  color: #f34832;
}

.product-info-main .product-details-box-content .promotion.text .text a {
  color: #28b1a8;
  font-weight: 500;
}

.product-info-main .product-details-box-content .promotion.text .text a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.product-info-main .product-details-box-content .product-info{
  margin-bottom: 1.5rem;
  width: 100%;
}

.faq-question-view .sidebar-additional .product-info-main .product-details-box-content .product-info:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main .product-details-box-content .product-info:has(#amfaq_search) {
  display: none;
}

.market-product-grid-wrapper .product-info-main .product-details-box-content .product-info .product-description-wrapper.flex {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .product-description-wrapper{
  position: relative;
}

.product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description{
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.cms-amasty-faq-home-page .amfaq_questions .product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description, .faq-category-view .amfaq_questions .product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description{
  line-height: 1.5rem;
  max-height: 3rem;
  /* exactly 2 lines */
}

.product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description-toggle{
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2.product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description-toggle{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

.cms-amasty-faq-home-page .amfaq_questions .product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description-toggle {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description-toggle, .faq-category-view .amfaq_questions .product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description-toggle {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description-toggle:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description-toggle{
  font-weight: 600;
  line-height: 1.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, transparent, white 25%, white);
  padding-left: 2.5em;
  padding-right: 3em;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity{
  display: flex;
  flex-direction: column;
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity.border-container {
  display: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity{
  margin-top: 1rem;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box{
  margin-bottom: 1rem;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price{
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price.border-container {
  display: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price-section .final-price{
  display: inline-block;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price-section .final-price .price-label{
  position: absolute;
  margin-top: -1rem;
  display: block;
  display: none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price-section .final-price .price-label p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price-section .final-price .price-wrapper{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info{
  display: flex;
  flex-direction: column;
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info.border-container {
  display: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .final-price-excl-tax .price{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.contact-index-index .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .final-price-excl-tax .price {
  color: #052523;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .final-price-excl-tax .price.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .final-price-excl-tax .price.leading-tight.text-black + svg{
  right: -2rem;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent{
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent.border-container {
  display: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent{
  font-weight: 700;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent .price-ht{
  font-size: 0.64rem;
  line-height: 0.75rem;
  line-height: 1;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent .vat-percentage{
  display: inline-block;
  font-size: 10px;
  line-height: 1;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent .vat-percentage .vat{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent .vat-percentage .vat {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent .vat-percentage .vat {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons.border-container {
  display: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .customer-discount{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  font-size: 15px;
  line-height: 1rem;
  font-weight: 800;
  padding: 0.25rem 0.5rem;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price{
  margin-right: 0.5rem;
  display: flex;
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price.border-container {
  display: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box .price-label{
  margin-bottom: 0.25rem;
  display: none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box .price-wrapper{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.am-filter-state .filter-options-title span.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box .price-wrapper {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.cms-amasty-faq-home-page .amfaq_questions .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box .price-wrapper {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box .price-wrapper, .faq-category-view .amfaq_questions .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box .price-wrapper {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.amfaq_categories > div a.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box .price-wrapper {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-excl-tax-box{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-excl-tax-box.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-excl-tax-box.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-excl-tax-box.price-label{
  display: none;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old{
  margin: 0px;
  display: flex;
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old.border-container {
  display: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box .price-label{
  margin-bottom: 0.25rem;
  display: none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box .price-wrapper{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.am-filter-state .filter-options-title span.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box .price-wrapper {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.cms-amasty-faq-home-page .amfaq_questions .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box .price-wrapper {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box .price-wrapper, .faq-category-view .amfaq_questions .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box .price-wrapper {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.amfaq_categories > div a.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box .price-wrapper {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .badge{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  font-size: 15px;
  line-height: 1rem;
  font-weight: 800;
  padding: 0.25rem 0.5rem;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-reference{
  margin-top: 0.5rem;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-reference .price-label{
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-reference .price{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.checkout-cart-index #discount-form-toggle .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-reference .price{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.checkout-cart-index #discount-form-toggle .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-reference .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index #discount-form-toggle .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-reference .price {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-reference .price.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-reference .price.leading-tight.text-black + svg{
  right: -2rem;
}

/* Tier Price Tab (to the left of qty selector) */

.market-product-grid-wrapper .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab-wrapper.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab-wrapper {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab-wrapper{
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab-wrapper {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab-wrapper.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab-wrapper.border-container {
  display: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab-wrapper {
  height: 52px;
  margin-right: -1px;
  z-index: 1;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab.border-container {
  display: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab {
  border: 1px solid #249d95;
  background-color: #28b1a8;
  height: 100%;
  width: 22px;
  border-radius: 8px 0 0 8px;
  color: #ffffff;
  border-right: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab:hover {
  color: #ffffff;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip > .border-t:first-child {
  border-top: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip {
  z-index: 99999;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip::after {
  content: "";
  position: absolute;
  --tw-rotate: 45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip > .border-t:first-child::after {
  border-top: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip::after {
  width: 8px;
  height: 8px;
  right: -5px;
  top: 50%;
  margin-top: -4px;
  border-right: 1px solid #e2e5ea;
  border-top: 1px solid #e2e5ea;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip[x-cloak] {
  display: none !important;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip-inner {
  padding: 6px 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip-header {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e8eaed;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip-title {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: #052523;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  line-height: 1.3;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip-qty {
  font-weight: 600;
  color: #052523;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tooltip-value {
  font-weight: 800;
  color: #f34832;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .tier-price-tab-wrapper + .qty-selector--product {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product.border-container {
  display: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product {
  height: 52px;
  padding-left: 5px;
  padding-right: 5px;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__value{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__value {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.cms-amasty-faq-home-page .amfaq_questions .product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__value {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__value, .faq-category-view .amfaq_questions .product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__value {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.amfaq_categories > div a.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__value {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__value {
  background: transparent;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: calc(3ch + 1rem);
  height: 100%;
  padding: 0;
  text-align: center;
  -moz-appearance: textfield;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__value::-webkit-outer-spin-button,
                                .product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows.border-container {
  display: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows {
  background-color: #F1F3F7;
  margin-left: 8px;
  padding: 4px 2px;
  gap: 2px;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows .qty-selector__arrow {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows .qty-selector__arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows .qty-selector__arrow {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows .qty-selector__arrow.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows .qty-selector__arrow.border-container {
  display: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows .qty-selector__arrow {
  color: #828D9E;
  height: 10px;
  line-height: 0;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows .qty-selector__arrow:hover {
  color: #4a5568;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows .qty-selector__arrow:disabled {
  color: #b9c1d0;
  cursor: not-allowed;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__arrows .qty-selector__arrow:disabled:hover {
  color: #b9c1d0;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-selector--product .qty-selector__value:disabled {
  color: #b9c1d0;
  cursor: not-allowed;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity #product-addtocart-button{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .shortcut-box {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .shortcut-box{
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info .shortcut-box.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info .shortcut-box.border-container {
  display: none;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .codes-box {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .codes-box{
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info .codes-box.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info .codes-box.border-container {
  display: none;
}

.product-info-main .product-details-box-content .product-info .codes-box{
  font-size: 15px;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info-head .prd-status .stock .value {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info-head .prd-status .stock .value{
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details-box-content .product-info-head .prd-status .stock .value {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-details-box-content .product-info-head .prd-status .stock .value.border-container, .faq-category-view .question_view > .product-info-main .product-details-box-content .product-info-head .prd-status .stock .value.border-container {
  display: none;
}

.market-product-grid-wrapper .product-info-main .product-details-box-content .product-info-head .prd-status .stock .value.flex::before {
  content: var(--tw-content);
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info-head .prd-status .stock .value::before{
  position: relative;
  top: 1px;
  height: 10px;
  width: 10px;
  flex-shrink: 0;
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(41, 190, 181, var(--tw-bg-opacity, 1));
}

.product-info-main .product-details-box-content .product-info-head .prd-status .stock .value.out-of-stock::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}

.product-info-main .product-details-box-content .product-info-head .prd-status .stock .value.in-stock::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.market-product-grid-wrapper .relative.product-info-main .product-details .thumbs {
  display: block;
  transform: none;
}

.product-info-main .product-details .thumbs{
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details .thumbs {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-details .thumbs.border-container, .faq-category-view .question_view > .product-info-main .product-details .thumbs.border-container {
  display: none;
}

.product-info-main .product-details .thumbs.fullscreen{
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 0px;
  justify-content: center;
}

.product-info-main .product-details .thumbs.fullscreen.no-slider{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.market-product-grid-wrapper .relative.product-info-main .product-details .thumbs .btn-previous,.market-product-grid-wrapper .relative.product-info-main .product-details .thumbs .btn-next {
  display: block;
  transform: none;
}

.product-info-main .product-details .thumbs .btn-previous,.product-info-main .product-details .thumbs .btn-next{
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 0.625rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-details .thumbs .btn-previous,.checkout-onepage-success .thanks-banner .product-info-main .product-details .thumbs .btn-next {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-details .thumbs .btn-previous.border-container, .faq-category-view .question_view > .product-info-main .product-details .thumbs .btn-previous.border-container,.faq-question-view .question_view > .product-info-main .product-details .thumbs .btn-next.border-container, .faq-category-view .question_view > .product-info-main .product-details .thumbs .btn-next.border-container {
  display: none;
}

.product-info-main .product-details .thumbs .btn-previous:focus,.product-info-main .product-details .thumbs .btn-next:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.product-info-main .product-details .thumbs .btn-previous.is-slider-start,.product-info-main .product-details .thumbs .btn-next.is-slider-start{
  pointer-events: none;
  opacity: 0.25;
}

.product-info-main .product-details .thumbs .btn-previous.is-slider-end,.product-info-main .product-details .thumbs .btn-next.is-slider-end{
  pointer-events: none;
  opacity: 0.25;
}

.product-info-main .product-details .thumbs .btn-previous.hide,.product-info-main .product-details .thumbs .btn-next.hide{
  display: none;
}

.market-product-grid-wrapper .product-info-main .product-details .thumbs .js_thumbs_slides.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.product-info-main .product-details .thumbs .js_thumbs_slides {
  display: block;
  transform: none;
}


        .market-product-grid-wrapper .product-info-main .product-details .thumbs .js_thumbs_slides {
  display: block;
  transform: none;
}

.product-info-main .product-details .thumbs .js_thumbs_slides{
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.product-info-main .product-details .thumbs .js_thumbs_slides::-webkit-scrollbar {
  display: none;
}

.product-info-main .product-details .thumbs .js_thumbs_slides > div {
  scroll-snap-align: start;
}

.checkout-cart-index .crosssell-product-slider .product-info-main .product-details .thumbs .js_thumbs_slides{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  flex-wrap: wrap;
}

.faq-question-view .sidebar-additional .product-info-main .product-details .thumbs .js_thumbs_slides:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main .product-details .thumbs .js_thumbs_slides:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .product-info-main .product-details .thumbs .js_thumbs_slides.border-container, .faq-category-view .question_view > .product-info-main .product-details .thumbs .js_thumbs_slides.border-container {
  display: none;
}

@media (min-width: 1281px) {
  .product-info-main .product-details .thumbs .js_thumbs_slides{
    flex-wrap: wrap;
    flex-direction: column
  }
}

.market-product-grid-wrapper .relative.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide {
  display: block;
  transform: none;
}

.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide{
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  flex-shrink: 0;
}

body.account .card .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

body.account .card .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide svg {
  width: 20px;
  height: 20px;
}

.faq-question-view .question_view > .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide.border-container, .faq-category-view .question_view > .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide.border-container {
  display: none;
}

@media (min-width: 1281px) {
  .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide{
    margin-right: 0
  }
}

.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide img{
  mix-blend-mode: multiply;
}

.market-product-grid-wrapper .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .btn-zoom.flex {
  display: block;
  transform: none;
}

.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .btn-zoom{
  position: relative;
  display: block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(251, 252, 254, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .btn-zoom p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .btn-zoom{
  border: 2px solid transparent;
}

.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .btn-zoom.selected {
  border-color: #052523;
}

.market-products-grid.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: grid;
  place-items: center;
}

.page-footer .footer.content .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video ul li + li {
  margin-top: 4px;
}

.page-footer .footer.content .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video ul a{
  --tw-text-opacity: 1;
  color: rgba(72, 81, 96, var(--tw-text-opacity, 1));
}

.page-footer .footer.content .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video ul a:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.page-footer .footer.content .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video ul li.opacity-60 {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .page-footer .footer.content .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video.grid-cols-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  @media (max-width: 640px) {
    .page-footer .footer.content .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video.grid-cols-2 {
      padding-left: 0;
      padding-right: 0;
      grid-template-columns: 1fr
    }
  }
}

body.market-account-index #market-details-modal .market-products-grid.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video {
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .customer-account-create .register-estimation .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .customer-account-create .register-estimation .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 25px;
    padding: 0 25px;
  }

  .customer-account-create .register-estimation .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video > * {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .customer-account-create form .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video {
    gap: 0;
  }

  .customer-account-create .register-estimation .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video > div > div:first-child {
    height: 120px;
  }

  .customer-account-create .register-estimation .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video > div > div:first-child img {
    max-height: 110px;
    width: auto;
  }
}

.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video svg{
  fill: rgba(5, 37, 35, 0.2);
  stroke: rgba(255, 255, 255, 0.75);
}

.product-info-main .product-details .btn-close-box{
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 1rem;
  padding-right: 1rem;
}

.product-info-main .product-details .btn-close-box .btn-close{
  display: none;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-info-main .product-details .btn-close-box .btn-close:hover{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.product-info-main .product-details .btn-close-box .btn-close:focus{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.product-info-main .product-details .btn-close-box .btn-close.fullscreen{
  display: block;
}

[data-content-type$='block'] .product-info-main .product-details .btn-close-box .btn-close.fullscreen p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.product-info-main .product-details .btn-close-box .btn-close.hide{
  display: none;
}

.product-info-main .product-info-head{
  margin-top: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
  text-align: left;
}

.checkout-cart-index #cart-totals .product-info-main .product-info-head{
  font-size: 17px;
  font-weight: 600;
}

.am-filter-state .filter-options-title span.checkout-cart-index #cart-totals .product-info-main .product-info-head {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index #cart-totals .product-info-main .product-info-head {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.checkout-cart-index #cart-totals .product-info-main .product-info-head {
  line-height: 1.25;
}

.checkout-cart-index #cart-totals .product-info-main .product-info-head.text-promo{
  font-size: 0.9375rem;
  font-weight: 400;
}

.product-info-main .product-info-head .prd-status {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 2px 12px;
  gap: 2px 12px;
}

.product-info-main .product-info-head .prd-status .item {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: subgrid;
  align-items: baseline;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cms-amasty-faq-home-page .amfaq_questions .product-info-main .product-info-head .prd-status .item {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .product-info-main .product-info-head .prd-status .item, .faq-category-view .amfaq_questions .product-info-main .product-info-head .prd-status .item {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.product-info-main .product-info-head .prd-status .item .label{
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

.product-info-main .product-info-head .prd-status .item .value{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.product-info-main .product-info-head .prd-status .item .value {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.product-info-main .product-info-head .prd-status .item .value {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.product-info-main .product-info-head .prd-status .item .value a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* Labo bloqué notice */

.product-info-main .labo-locked-notice {
  background-color: #fcfbff;
  border: 1px solid #e2dcf9;
  border-radius: 0.5rem;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.market-product-grid-wrapper .relative.product-info-main .labo-locked-notice .labo-locked-header {
  display: block;
  transform: none;
}

.product-info-main .labo-locked-notice .labo-locked-header{
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .labo-locked-notice .labo-locked-header {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .labo-locked-notice .labo-locked-header.border-container, .faq-category-view .question_view > .product-info-main .labo-locked-notice .labo-locked-header.border-container {
  display: none;
}

.product-info-main .labo-locked-notice .labo-locked-header {
  gap: 0.25rem;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e2dcf9;
}

.product-info-main .labo-locked-notice .labo-locked-icon {
  color: #5B30F3;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.product-info-main .labo-locked-notice .labo-locked-title {
  font-size: 17px;
  font-weight: 800;
  color: #5B30F3;
  line-height: 1;
}

.product-info-main .labo-locked-notice .labo-locked-desc {
  font-size: 14px;
  font-weight: 400;
  color: #052523;
  margin-bottom: 8px;
}

.product-info-main .labo-locked-notice .labo-locked-link{
  display: inline-flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .labo-locked-notice .labo-locked-link {
    align-items: center;
    gap: 10px;
  }
}

.product-info-main .labo-locked-notice .labo-locked-link {
  gap: 0.15rem;
  color: #5B30F3;
  font-weight: 500;
}

.product-info-main .labo-locked-notice .labo-locked-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.product-info-main .labo-locked-notice .labo-locked-link svg {
  color: #5B30F3;
  position: relative;
  top: 2px;
}

.market-product-grid-wrapper .product-info-main .labo-locked-notice .labo-locked-gauge.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.product-info-main .labo-locked-notice .labo-locked-gauge {
  display: block;
  transform: none;
}

.product-info-main .labo-locked-notice .labo-locked-gauge{
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .labo-locked-notice .labo-locked-gauge {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .labo-locked-notice .labo-locked-gauge.border-container, .faq-category-view .question_view > .product-info-main .labo-locked-notice .labo-locked-gauge.border-container {
  display: none;
}

.product-info-main .labo-locked-notice .labo-locked-gauge {
  background-color: #efeaff;
  border-radius: 9999px;
  height: 25px;
  overflow: hidden;
}

.market-product-grid-wrapper .relative.product-info-main .labo-locked-notice .labo-locked-gauge-fill {
  display: block;
  transform: none;
}

.product-info-main .labo-locked-notice .labo-locked-gauge-fill{
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .labo-locked-notice .labo-locked-gauge-fill {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .labo-locked-notice .labo-locked-gauge-fill.border-container, .faq-category-view .question_view > .product-info-main .labo-locked-notice .labo-locked-gauge-fill.border-container {
  display: none;
}

.product-info-main .labo-locked-notice .labo-locked-gauge-fill {
  background-color: #5b30f4;
  border-radius: 5px;
  min-width: -webkit-fit-content;
  min-width: fit-content;
  z-index: 2;
}

.product-info-main .labo-locked-notice .labo-locked-gauge-text {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  margin-left: auto;
  padding-right: 10px;
}

.market-product-grid-wrapper .relative.product-info-main .labo-locked-notice .labo-locked-gauge-target {
  display: block;
  transform: none;
}

.product-info-main .labo-locked-notice .labo-locked-gauge-target{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .labo-locked-notice .labo-locked-gauge-target {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .labo-locked-notice .labo-locked-gauge-target.border-container, .faq-category-view .question_view > .product-info-main .labo-locked-notice .labo-locked-gauge-target.border-container {
  display: none;
}

.product-info-main .labo-locked-notice .labo-locked-gauge-target {
  position: absolute;
  right: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #c3bae6;
  white-space: nowrap;
  z-index: 1;
  text-shadow: none;
}

.product-info-main .labo-locked-notice .labo-locked-gauge-target svg {
  color: #c3bae6;
}

@media (min-width: 1281px) {
  .product-info-main #thumbs {
    flex-direction: column
  }

  .product-info-main #thumbs .btn-previous,.product-info-main #thumbs .btn-next {
    display: none
  }

  .product-info-main .js_thumbs_slide {
    margin-right: 0
  }
}

@media (max-width: 1280px) {
  .product-info-main .js_thumbs_slide img {
    width: 60px;
    height: 60px;
  }
}

.market-product-grid-wrapper .relative.product-info-main .price-container {
  display: block;
  transform: none;
}

.product-info-main .price-container{
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .price-container {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .price-container.border-container, .faq-category-view .question_view > .product-info-main .price-container.border-container {
  display: none;
}

.product-info-main .tier-price-container{
  display: none;
}

.market-product-grid-wrapper .relative.product-info-main .price-wrapper {
  display: block;
  transform: none;
}

.product-info-main .price-wrapper{
  display: flex;
  align-items: flex-end;
}

.faq-question-view .question_view > .product-info-main .price-wrapper.border-container, .faq-category-view .question_view > .product-info-main .price-wrapper.border-container {
  display: none;
}

.product-info-main .final-price .price{
  font-size: 38px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.checkout-cart-index .mini-market-cart-wrapper .market-description .product-info-main .final-price .price {
  color: #fe961e;
  font-weight: 700;
}

.market-product-grid-wrapper .relative.product-info-main .pvc {
  display: block;
  transform: none;
}

.product-info-main .pvc{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .pvc {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .pvc.border-container, .faq-category-view .question_view > .product-info-main .pvc.border-container {
  display: none;
}

.product-info-main .pvc .pvc-label{
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.product-info-main .pvc .pvc-value{
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.product-info-main .price-ht{
  display: inline-block;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.checkout-cart-index .mini-market-cart-wrapper .market-description .product-info-main .price-ht {
  color: #fe961e;
  font-weight: 700;
}

.product-info-main .block-price-quantity .qty{
  height: 100%;
}

.product-info-main .block-price-quantity .qty input{
  height: 100%;
}

.market-product-grid-wrapper .relative.product-info-main .product-addtocart-buttons {
  display: block;
  transform: none;
}

.product-info-main .product-addtocart-buttons{
  display: flex;
  width: 100%;
  gap: 0.75rem;
}

.faq-question-view .sidebar-additional .product-info-main .product-addtocart-buttons:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main .product-addtocart-buttons:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .product-info-main .product-addtocart-buttons.border-container, .faq-category-view .question_view > .product-info-main .product-addtocart-buttons.border-container {
  display: none;
}

.product-info-main .product-addtocart-buttons:has(.precommande-btn-wrapper) #product-addtocart-button,
            .product-info-main .product-addtocart-buttons:has(.precommande-btn-wrapper) .btn-precommande {
  padding-left: 15px;
  padding-right: 15px;
}

.product-info-main .product-addtocart-buttons:has(.precommande-btn-wrapper) #product-addtocart-button .addtocart-label-full {
  display: none !important;
}

.product-info-main .product-addtocart-buttons:has(.precommande-btn-wrapper) #product-addtocart-button .addtocart-label-short {
  display: block !important;
}

.product-info-main .product-addtocart-buttons:has(.precommande-btn-wrapper) .btn-precommande span {
  white-space: nowrap;
}

.btn.product-info-main #product-addtocart-button {
  background: #28b1a8;
}

.product-info-main #product-addtocart-button {
  background: #28b1a8;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .product-info-main #product-addtocart-button{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.market-product-grid-wrapper .relative.product-info-main #product-addtocart-button {
  display: block;
  transform: none;
}

.product-info-main #product-addtocart-button{
  display: flex;
  width: 100%;
  gap: 0.75rem;
}

.customer-account-create .btn.product-info-main #product-addtocart-button {
  background: #2aafa8;
}

.faq-question-view .sidebar-additional .product-info-main #product-addtocart-button:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main #product-addtocart-button:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .product-info-main #product-addtocart-button.border-container, .faq-category-view .question_view > .product-info-main #product-addtocart-button.border-container {
  display: none;
}

.product-info-main #product-addtocart-button svg{
  fill: #fff;
}

.product-info-main #product-addtocart-button:after{
  display: none;
}

/* Label court/long selon résolution */

@media (max-width: 1024px) {
  .product-info-main #product-addtocart-button .addtocart-label-full {
    display: none !important;
  }

  .product-info-main #product-addtocart-button .addtocart-label-short {
    display: block !important;
  }
}

.product-info-main #product-addtocart-button:disabled {
  background-color: #b9c1d0;
  cursor: not-allowed;
}

.product-info-main #product-addtocart-button:disabled:hover {
  background-color: #b9c1d0;
}

.product-info-main #product-addtocart-button.adding-to-cart {
  cursor: wait;
  position: relative;
  opacity: 1;
}

.product-info-main #product-addtocart-button.adding-to-cart span {
  opacity: 0;
}

.product-info-main #product-addtocart-button.adding-to-cart svg {
  opacity: 0;
}

.product-info-main #product-addtocart-button.adding-to-cart::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background: none;
  background-image: none;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: btn-spin 0.6s linear infinite;
}

.product-info-main #product-addtocart-button.adding-to-cart:disabled {
  background: #28b1a8;
  cursor: wait;
}

.product-info-main #product-addtocart-button.added-to-cart {
  background: #28b1a8;
}

.product-info-main #product-addtocart-button.added-to-cart:disabled {
  background: #28b1a8;
  cursor: not-allowed;
}

.product-info-main #product-addtocart-button.error-add-to-cart {
  background: #f34832;
}

.product-info-main #product-addtocart-button.error-add-to-cart:disabled {
  background: #f34832;
  cursor: not-allowed;
}

.product-info-main .btn-precommande{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .product-info-main .btn-precommande{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.market-product-grid-wrapper .relative.product-info-main .btn-precommande {
  display: block;
  transform: none;
}

.product-info-main .btn-precommande{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .btn-precommande {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .btn-precommande.border-container, .faq-category-view .question_view > .product-info-main .btn-precommande.border-container {
  display: none;
}

.product-info-main .btn-precommande {
  background: #3e63ea;
}

.product-info-main .btn-precommande:hover {
  background: #3355d1;
}

.product-info-main .btn-precommande:after{
  display: none;
}

.product-info-main .btn-precommande.adding-to-cart {
  cursor: wait;
  position: relative;
  opacity: 1;
}

.product-info-main .btn-precommande.adding-to-cart span {
  opacity: 0;
}

.product-info-main .btn-precommande.adding-to-cart svg {
  opacity: 0;
}

.product-info-main .btn-precommande.adding-to-cart::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background: none;
  background-image: none;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: btn-spin 0.6s linear infinite;
}

.product-info-main .btn-precommande.adding-to-cart:disabled {
  background: #3e63ea;
  cursor: wait;
}

.product-info-main .btn-precommande.added-to-cart {
  background: #28b1a8;
}

.product-info-main .btn-precommande.added-to-cart:disabled {
  background: #28b1a8;
  cursor: not-allowed;
}

.product-info-main .btn-precommande.error-add-to-cart {
  background: #f34832;
}

.product-info-main .btn-precommande.error-add-to-cart:disabled {
  background: #f34832;
  cursor: not-allowed;
}

/* Précommande tooltip on button hover */

.market-product-grid-wrapper .product-info-main .precommande-btn-wrapper.flex {
  display: block;
  transform: none;
}

.product-info-main .precommande-btn-wrapper{
  position: relative;
  display: inline-flex;
  flex: 1 1 0%;
}

.product-info-main .precommande-tooltip{
  position: absolute;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .precommande-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .precommande-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .precommande-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .precommande-tooltip > .border-t:first-child {
  border-top: none;
}

.product-info-main .precommande-tooltip {
  z-index: 99999;
  right: 0;
  width: auto;
  max-width: none;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  bottom: calc(100% + 8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.product-info-main .precommande-tooltip::after {
  content: "";
  position: absolute;
  --tw-rotate: 45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .precommande-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .precommande-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .precommande-tooltip > .border-t:first-child::after {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .precommande-tooltip > .border-t:first-child::after {
  border-top: none;
}

.product-info-main .precommande-tooltip::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
  bottom: -5px;
  right: 19px;
}

.product-info-main .precommande-btn-wrapper:hover .precommande-tooltip{
  display: block;
}

[data-content-type$='block'] .product-info-main .precommande-btn-wrapper:hover .precommande-tooltip p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.product-info-main .precommande-tooltip-inner {
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: right;
}

.product-info-main .precommande-tooltip-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e2e5ea;
}

.product-info-main .precommande-tooltip-title {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: #3e63ea;
}

.product-info-main .precommande-tooltip-row {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  font-size: 12px;
  line-height: 1.3;
}

.product-info-main .precommande-tooltip-label {
  font-weight: 700;
  color: #052523;
  white-space: nowrap;
}

.product-info-main .precommande-tooltip-label::after {
  content: " :";
}

.product-info-main .precommande-tooltip-value {
  font-weight: 500;
  color: #818e9e;
}

.market-product-grid-wrapper .relative.product-info-main .product-codes {
  display: block;
  transform: none;
}

.product-info-main .product-codes{
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-codes {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-codes.border-container, .faq-category-view .question_view > .product-info-main .product-codes.border-container {
  display: none;
}

.product-info-main .product-codes {
  gap: 0.25rem;
  font-size: 14px;
}

.market-product-grid-wrapper .product-info-main .product-codes .code-selector.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.product-info-main .product-codes .code-selector {
  display: block;
  transform: none;
}

.product-info-main .product-codes .code-selector{
  position: relative;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  gap: 0px;
  border-radius: 0.25rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-codes .code-selector {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-codes .code-selector.border-container, .faq-category-view .question_view > .product-info-main .product-codes .code-selector.border-container {
  display: none;
}

.product-info-main .product-codes .code-selector {
  background-color: #F2F3F7;
  padding: 3px 5px 3px 8px;
  margin-right: 3px;
}

.product-info-main .product-codes .code-selector .code-label{
  font-weight: 700;
  font-size: 13px;
  color: #828D9E;
}

.product-info-main .product-codes .code-selector .code-chevron {
  color: #828D9E;
}

.product-info-main .product-codes .code-dropdown{
  position: absolute;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .product-info-main .product-codes .code-dropdown > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .product-info-main .product-codes .code-dropdown > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .product-info-main .product-codes .code-dropdown > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .product-info-main .product-codes .code-dropdown > .border-t:first-child {
  border-top: none;
}

.product-info-main .product-codes .code-dropdown {
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  z-index: 20;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #edf0f3;
  padding: 2px;
}

.product-info-main .product-codes .code-dropdown[x-cloak] {
  display: none !important;
}

.product-info-main .product-codes .code-dropdown-item{
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  text-align: left;
}

[data-content-type$='block'] .product-info-main .product-codes .code-dropdown-item p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.checkout-cart-index #cart-totals .product-info-main .product-codes .code-dropdown-item{
  font-size: 17px;
  font-weight: 600;
}

.am-filter-state .filter-options-title span.checkout-cart-index #cart-totals .product-info-main .product-codes .code-dropdown-item {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index #cart-totals .product-info-main .product-codes .code-dropdown-item {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.checkout-cart-index #cart-totals .product-info-main .product-codes .code-dropdown-item {
  line-height: 1.25;
}

.checkout-cart-index #cart-totals .product-info-main .product-codes .code-dropdown-item.text-promo{
  font-size: 0.9375rem;
  font-weight: 400;
}

.faq-question-view .sidebar-additional .product-info-main .product-codes .code-dropdown-item:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main .product-codes .code-dropdown-item:has(#amfaq_search) {
  display: none;
}

.product-info-main .product-codes .code-dropdown-item {
  padding: 3px 8px;
  font-size: 13px;
  font-weight: 600;
  color: #828D9E;
}

.product-info-main .product-codes .code-dropdown-item:hover {
  background-color: #F2F3F7;
  color: #6b7580;
}

.product-info-main .product-codes .code-dropdown-item.active {
  color: #6b7580;
  font-weight: 700;
}

.product-info-main .product-codes .code-value{
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.market-product-grid-wrapper .relative.product-info-main .product-codes .code-copy {
  display: block;
  transform: none;
}

.product-info-main .product-codes .code-copy{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .product-info-main .product-codes .code-copy {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .product-info-main .product-codes .code-copy.border-container, .faq-category-view .question_view > .product-info-main .product-codes .code-copy.border-container {
  display: none;
}

.product-info-main .product-codes .code-copy {
  color: #828D9E;
  padding: 2px;
  gap: 4px;
}

.product-info-main .product-codes .code-copy:hover {
  color: #6b7580;
}

.product-info-main .product-codes .code-copy .code-copy-label {
  font-size: 13px;
  font-weight: 600;
}

.product-info-main .items-configurable{
  margin-top: 1.5rem;
}

.product-info-main .items-configurable:last-child{
  margin-top: 0px;
}

.product-info-main .items-configurable label{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.product-info-main .accordion{
  margin-top: 1.5rem;
  border-top-width: 1px;
}

.page-footer .footer.content .product-info-main .accordion.border-black {
  border-color: #e2e5ea;
}


    body.cms-home .page-footer .footer.content > [class~="bg-white"] > .product-info-main .accordion:first-child,
    body.cms-home-logged .page-footer .footer.content > [class~="bg-white"] > .product-info-main .accordion:first-child,
    body.cms-notre-offre .page-footer .footer.content > [class~="bg-white"] > .product-info-main .accordion:first-child,
    body.cms-notre-histoire .page-footer .footer.content > [class~="bg-white"] > .product-info-main .accordion:first-child,
    body.cms-offre-groupement .page-footer .footer.content > [class~="bg-white"] > .product-info-main .accordion:first-child,
    body.customer-account-login .page-footer .footer.content > [class~="bg-white"] > .product-info-main .accordion:first-child,
    body.customer-account-logoutsuccess .page-footer .footer.content > [class~="bg-white"] > .product-info-main .accordion:first-child,
    body.checkout-onepage-success .page-footer .footer.content > [class~="bg-white"] > .product-info-main .accordion:first-child,
    body.cms-noroute-index .page-footer .footer.content > [class~="bg-white"] > .product-info-main .accordion:first-child,
    body.customer-account-forgotpassword .page-footer .footer.content > [class~="bg-white"] > .product-info-main .accordion:first-child,
    body.customer-account-createpassword .page-footer .footer.content > [class~="bg-white"] > .product-info-main .accordion:first-child,
    body.contact-index-index .page-footer .footer.content > [class~="bg-white"] > .product-info-main .accordion:first-child,
    body.account .page-footer .footer.content > [class~="bg-white"] > .product-info-main .accordion:first-child {
  border-top: none;
}

.cms-compatible-lgo .page-footer .footer.content .bg-white > .product-info-main .accordion:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .bg-white > .product-info-main .accordion:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .bg-white > .product-info-main .accordion:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .bg-white > .product-info-main .accordion:first-child {
  border-top: none;
}

.contact-index-index .page-footer .footer.content [class~="bg-white"] > .product-info-main .accordion:first-child {
  border-top: none;
}

.product-info-main .accordion {
  border-color: #e2e5ea;
}

.product-info-main .accordion .accordion-item {
  border-color: #e2e5ea;
}

.product-info-main .accordion [data-content-type='row'][data-appearance='contained'] [data-element='inner'],
        .product-info-main .accordion [data-content-type='row'][data-appearance='contained']{
  padding: 0px;
}

.product-info-main .accordion .accordion-header{
  cursor: pointer;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  font-weight: 700;
}

.product-info-main .accordion .accordion-content{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.cms-amasty-faq-home-page .amfaq_questions .product-info-main .accordion .accordion-content {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .product-info-main .accordion .accordion-content, .faq-category-view .amfaq_questions .product-info-main .accordion .accordion-content {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.product-info-main .accordion .accordion-content p{
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.cms-amasty-faq-home-page .amfaq_questions .product-info-main .accordion .accordion-content p {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .product-info-main .accordion .accordion-content p, .faq-category-view .amfaq_questions .product-info-main .accordion .accordion-content p {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.product-info-main .accordion .accordion-content .section-subtitle{
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.product-info-main .accordion .accordion-content .section-subtitle:first-child{
  margin-top: 0px;
}

.product-info-main .accordion .accordion-content a {
  color: #052523;
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.product-info-main .accordion .accordion-content a:hover {
  color: #28b1a8;
}

.product-info-main .product-forward .product-banner_content {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.product-info-main .product-forward img{
  border-radius: 0.375rem;
}

.product-info-main .product-forward [data-content-type='row'][data-appearance='contained']{
  padding-left: 0px;
  padding-right: 0px;
}

.product-info-main .product-forward [data-content-type='row'] > div{
  padding-bottom: 0px;
}

.market-product-grid-wrapper .progress-bar.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.progress-bar {
  display: block;
  transform: none;
}

.progress-bar{
  position: relative;
  display: flex;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 9999px;
}

.faq-question-view .question_view > .progress-bar.border-container, .faq-category-view .question_view > .progress-bar.border-container {
  display: none;
}

.market-product-grid-wrapper .relative.progress-bar .bar {
  display: block;
  transform: none;
}

.progress-bar .bar{
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  min-width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .progress-bar .bar {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .progress-bar .bar.border-container, .faq-category-view .question_view > .progress-bar .bar.border-container {
  display: none;
}

/* ===== Produit service / Labo service ===== */

.product-service-contact .btn.btn-primary {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 18px;
}

.product-details--service .pharmaprint-gallery-btn,
    .product-details--service .franco-labo-gallery,
    .product-details--service .product-badges,
    .product-details--service .wishlist-icon-btn,
    .product-details--service .shortcut-box,
    .product-details--labo-service .pharmaprint-gallery-btn,
    .product-details--labo-service .franco-labo-gallery,
    .product-details--labo-service .product-badges,
    .product-details--labo-service .wishlist-icon-btn,
    .product-details--labo-service .shortcut-box {
  display: none !important;
}

.product-details--service .product-info-head, .product-details--labo-service .product-info-head {
  border-bottom-width: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.product-details--service .product-info-head .prd-status .item.stock, .product-details--labo-service .product-info-head .prd-status .item.stock {
  display: none !important;
}

.checkout-cart-index .main-title{
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 40px;
}

@media (max-width: 1023px) {
  .checkout-cart-index .main-title {
    margin-bottom: 15px
  }
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form .container{
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Sidebar panier : largeur garantie, jamais compressée par le tableau */

@media (min-width: 1024px) {
  .checkout-cart-index .container > div > .lg\:w-\[265px\] {
    flex-shrink: 0;
    min-width: 265px
  }
}

/* Contenu principal : ne pas laisser le tableau déborder */

.checkout-cart-index .container > div > .lg\:flex-1 {
  min-width: 0;
  overflow: hidden;
}

.checkout-cart-index #cart-totals [class~="my-2"] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: 0;
  margin-bottom: 0;
  border-color: #e2e5ea;
}

.checkout-cart-index #cart-totals .text-left{
  font-size: 17px;
  font-weight: 600;
}

.am-filter-state .filter-options-title span.checkout-cart-index #cart-totals .text-left {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index #cart-totals .text-left {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.checkout-cart-index #cart-totals .text-left {
  line-height: 1.25;
}

.checkout-cart-index #cart-totals .text-left.text-promo{
  font-size: 0.9375rem;
  font-weight: 400;
}

.checkout-cart-index #cart-totals .text-right {
  font-size: 15px;
  line-height: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Bloc Promotions dans le sidebar */

.checkout-cart-index .cart-promotions-block .cart-promotions-title {
  font-size: 17px;
  font-weight: 600;
  color: #052523;
}

.checkout-cart-index .cart-promotions-block .cart-promo-detail {
  font-size: 15px;
  margin-bottom: 0;
}

.checkout-cart-index .cart-promotions-block .cart-promo-detail .cart-promo-detail-title {
  font-weight: 500;
  color: #052523;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.checkout-cart-index .cart-promotions-block .cart-promo-detail .cart-promo-detail-value {
  font-weight: 700;
  color: #f34833;
}

.checkout-cart-index .cart-promotions-block .cart-promo-total {
  margin-top: 0;
}

.checkout-cart-index .cart-promotions-block .cart-promo-total .cart-promo-total-label {
  font-size: 16px;
  font-weight: 600;
  color: #052523;
}

.checkout-cart-index .cart-promotions-block .cart-promo-total .cart-promo-total-value {
  font-size: 16px;
  font-weight: 700;
  color: #f34832;
}

.btn.checkout-cart-index #checkout-link-button {
  background: #28b1a8;
}

.checkout-cart-index #checkout-link-button {
  background: #28b1a8;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .checkout-cart-index #checkout-link-button{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.market-product-grid-wrapper .relative.checkout-cart-index #checkout-link-button {
  display: block;
  transform: none;
}

.checkout-cart-index #checkout-link-button{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: flex;
  width: 100%;
  gap: 0.75rem;
}

.customer-account-create .btn.checkout-cart-index #checkout-link-button {
  background: #2aafa8;
}

.faq-question-view .sidebar-additional .checkout-cart-index #checkout-link-button:has(#amfaq_search), .faq-category-view .sidebar-additional .checkout-cart-index #checkout-link-button:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .checkout-cart-index #checkout-link-button.border-container, .faq-category-view .question_view > .checkout-cart-index #checkout-link-button.border-container {
  display: none;
}

.checkout-cart-index #checkout-link-button:after{
  display: none;
}

.checkout-cart-index #checkout-link-button:hover {
  filter: brightness(1.05);
}

.checkout-cart-index .form-cart .towishlist, .checkout-cart-index .form-cart .action-edit, .checkout-cart-index .form-cart .action.update{
  display: none;
}

.checkout-cart-index .form-cart #shopping-cart-table {
  table-layout: fixed;
  width: 100%;
}

.checkout-cart-index .form-cart thead tr th{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 0px;
  padding-bottom: 0.75rem;
}

.cms-compatible-lgo .page-footer .footer.content .checkout-cart-index .form-cart thead tr th > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .checkout-cart-index .form-cart thead tr th > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .checkout-cart-index .form-cart thead tr th > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .checkout-cart-index .form-cart thead tr th > .border-t:first-child {
  border-top: none;
}

.checkout-cart-index .form-cart thead tr th {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

/* Largeurs fixes pour les colonnes numériques dans le header */

.checkout-cart-index .form-cart thead tr th.col.qty {
  width: 100px;
}

.checkout-cart-index .form-cart thead tr th.col.price {
  width: 80px;
}

.checkout-cart-index .form-cart thead tr th.col.tax {
  width: 75px;
}

.checkout-cart-index .form-cart thead tr th.col.subtotal {
  width: 95px;
}

.checkout-cart-index .form-cart thead tr th:last-child {
  width: 35px;
}

.market-product-grid-wrapper .checkout-cart-index .form-cart tbody.flex {
  display: block;
  transform: none;
}

.checkout-cart-index .form-cart tbody{
  position: relative;
  margin-top: 0.75rem;
  border-bottom-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.page-footer .footer.content .checkout-cart-index .form-cart tbody.border-black {
  border-color: #e2e5ea;
}


    body.cms-home .page-footer .footer.content > [class~="bg-white"] > .checkout-cart-index .form-cart tbody:first-child,
    body.cms-home-logged .page-footer .footer.content > [class~="bg-white"] > .checkout-cart-index .form-cart tbody:first-child,
    body.cms-notre-offre .page-footer .footer.content > [class~="bg-white"] > .checkout-cart-index .form-cart tbody:first-child,
    body.cms-notre-histoire .page-footer .footer.content > [class~="bg-white"] > .checkout-cart-index .form-cart tbody:first-child,
    body.cms-offre-groupement .page-footer .footer.content > [class~="bg-white"] > .checkout-cart-index .form-cart tbody:first-child,
    body.customer-account-login .page-footer .footer.content > [class~="bg-white"] > .checkout-cart-index .form-cart tbody:first-child,
    body.customer-account-logoutsuccess .page-footer .footer.content > [class~="bg-white"] > .checkout-cart-index .form-cart tbody:first-child,
    body.checkout-onepage-success .page-footer .footer.content > [class~="bg-white"] > .checkout-cart-index .form-cart tbody:first-child,
    body.cms-noroute-index .page-footer .footer.content > [class~="bg-white"] > .checkout-cart-index .form-cart tbody:first-child,
    body.customer-account-forgotpassword .page-footer .footer.content > [class~="bg-white"] > .checkout-cart-index .form-cart tbody:first-child,
    body.customer-account-createpassword .page-footer .footer.content > [class~="bg-white"] > .checkout-cart-index .form-cart tbody:first-child,
    body.contact-index-index .page-footer .footer.content > [class~="bg-white"] > .checkout-cart-index .form-cart tbody:first-child,
    body.account .page-footer .footer.content > [class~="bg-white"] > .checkout-cart-index .form-cart tbody:first-child {
  border-top: none;
}

.cms-compatible-lgo .page-footer .footer.content .checkout-cart-index .form-cart tbody > .border-t:first-child {
  border-top: none;
}

.cms-compatible-lgo .page-footer .footer.content .bg-white > .checkout-cart-index .form-cart tbody:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .checkout-cart-index .form-cart tbody > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .bg-white > .checkout-cart-index .form-cart tbody:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .checkout-cart-index .form-cart tbody > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .bg-white > .checkout-cart-index .form-cart tbody:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .checkout-cart-index .form-cart tbody > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .bg-white > .checkout-cart-index .form-cart tbody:first-child {
  border-top: none;
}

.contact-index-index .page-footer .footer.content [class~="bg-white"] > .checkout-cart-index .form-cart tbody:first-child {
  border-top: none;
}

.checkout-cart-index .form-cart tbody {
  /* Colonne article prend tout l'espace restant (auto via table-layout: fixed) */
}

.checkout-cart-index .form-cart tbody td{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}

.market-product-grid-wrapper .relative.checkout-cart-index .form-cart tbody td .product-item-details {
  display: block;
  transform: none;
}

.checkout-cart-index .form-cart tbody td .product-item-details{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-question-view .question_view > .checkout-cart-index .form-cart tbody td .product-item-details.border-container, .faq-category-view .question_view > .checkout-cart-index .form-cart tbody td .product-item-details.border-container {
  display: none;
}

.checkout-cart-index .form-cart tbody td .product-item-details {
  min-width: 0;
  flex: 1 1 0%;
}

@media not all and (min-width: 1024px){
  .checkout-cart-index .form-cart tbody td.col{
    text-align: left !important;
  }
}

.checkout-cart-index .form-cart tbody td.subtotal .price-excluding-tax .price{
  font-weight: 700;
}

.checkout-cart-index .form-cart tbody td.subtotal .subtotal-promo .price {
  color: inherit;
}

.checkout-cart-index .form-cart tbody td.subtotal .cart-subtotal-discount {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  line-height: 1.25;
}

.checkout-cart-index .form-cart tbody td.subtotal .cart-subtotal-original {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: #052523;
  font-size: 0.8125rem;
  font-weight: 600;
}

.checkout-cart-index .form-cart tbody td.subtotal .cart-subtotal-final {
  font-weight: 700;
}

.checkout-cart-index .form-cart tbody td.qty{
  text-align: center;
}

.checkout-cart-index .form-cart tbody td.qty .field.qty {
  margin-top: 0;
}

.checkout-cart-index .form-cart tbody .action-delete{
  position: absolute;
  right: 0px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .form-cart tbody .action-delete {
    align-items: center;
    gap: 10px;
  }
}

.checkout-cart-index .form-cart tbody .action-delete {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.checkout-cart-index .form-cart tbody .action-delete:hover {
  background-color: rgba(130, 141, 158, 0.12);
}

/* Colonnes numériques : jamais de retour à la ligne */

.checkout-cart-index .form-cart tbody td.col.qty,
            .checkout-cart-index .form-cart tbody td.col.price,
            .checkout-cart-index .form-cart tbody td.col.tax,
            .checkout-cart-index .form-cart tbody td.col.subtotal {
  white-space: nowrap;
}

/* Colonne actions compacte */

.checkout-cart-index .form-cart tbody td:last-child {
  width: 40px;
  min-width: 40px;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
}

.checkout-cart-index .form-cart .product-item-name{
  overflow: hidden;
}

.checkout-cart-index .form-cart .product-item-name a{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] .checkout-cart-index .form-cart .product-item-name a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.checkout-cart-index .form-cart .item-options{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #778392;
}

.checkout-cart-index .form-cart .item-options dt{
  margin-bottom: 0px;
  margin-right: 0.25rem;
}

.checkout-cart-index .form-cart .product-image-photo{
  height: 50px;
  width: 50px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.market-product-grid-wrapper .checkout-cart-index .form-cart .product-item-photo.flex {
  display: block;
  transform: none;
}

.checkout-cart-index .form-cart .product-item-photo{
  position: relative;
  isolation: isolate;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(251, 252, 253, var(--tw-bg-opacity, 1));
  padding: 8px;
}

.market-product-grid-wrapper .relative.checkout-cart-index .form-cart .cart-item-badges {
  display: block;
  transform: none;
}

.checkout-cart-index .form-cart .cart-item-badges{
  position: absolute;
  z-index: 10;
  display: flex;
  gap: 0.125rem;
}

.faq-question-view .question_view > .checkout-cart-index .form-cart .cart-item-badges.border-container, .faq-category-view .question_view > .checkout-cart-index .form-cart .cart-item-badges.border-container {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.checkout-cart-index .form-cart .cart-item-badges.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.checkout-cart-index .form-cart .cart-item-badges.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.checkout-cart-index .form-cart .cart-item-badges {
  top: 5px;
  left: 5px;
}

.checkout-cart-index .form-cart .cart-item-badges .cart-sidebar-badge,
            .checkout-cart-index .form-cart .cart-item-badges .cart-item-badge-warning {
  margin-top: 0;
  margin-left: 0;
}

.checkout-cart-index .form-cart .cart-item-badges .cart-item-badge-warning{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .form-cart .cart-item-badges .cart-item-badge-warning {
    align-items: center;
    gap: 10px;
  }
}

.checkout-cart-index .form-cart .cart-item-badges .cart-item-badge-warning {
  width: 16px;
  height: 16px;
  padding: 3px;
}

.checkout-cart-index .form-cart .cart-item-badges .cart-item-badge-pushed{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .form-cart .cart-item-badges .cart-item-badge-pushed {
    align-items: center;
    gap: 10px;
  }
}

.checkout-cart-index .form-cart .cart-item-badges .cart-item-badge-pushed {
  background-color: #E8364F;
  width: 16px;
  height: 16px;
  padding: 3px;
  color: white;
}

.checkout-cart-index .form-cart .price-excluding-tax .price{
  font-weight: 400;
}

/* Qty selector — same style as product page */

.market-product-grid-wrapper .relative.checkout-cart-index .form-cart .cart-qty-selector {
  display: block;
  transform: none;
}

.checkout-cart-index .form-cart .cart-qty-selector{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .form-cart .cart-qty-selector {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .checkout-cart-index .form-cart .cart-qty-selector.border-container, .faq-category-view .question_view > .checkout-cart-index .form-cart .cart-qty-selector.border-container {
  display: none;
}

.checkout-cart-index .form-cart .cart-qty-selector label{
  margin-bottom: 0px;
  height: 100%;
  flex: 1 1 0%;
}

.checkout-cart-index .form-cart .cart-qty-selector{
  padding-left: 5px;
  padding-right: 5px;
  height: 50px;
  width: 70px;
}

.checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__value{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__value {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__value {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__value {
  font-size: 16px;
  background: transparent;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
  -moz-appearance: textfield;
}

.checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__value::-webkit-outer-spin-button,
                .checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}

.market-product-grid-wrapper .relative.checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__arrows {
  display: block;
  transform: none;
}

.checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__arrows{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__arrows {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__arrows.border-container, .faq-category-view .question_view > .checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__arrows.border-container {
  display: none;
}

.checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__arrows {
  background-color: #F1F3F7;
  margin-left: 6px;
  padding: 3px 2px;
  gap: 2px;
}

.market-product-grid-wrapper .relative.checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__arrows .cart-qty-selector__arrow {
  display: block;
  transform: none;
}

.checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__arrows .cart-qty-selector__arrow{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__arrows .cart-qty-selector__arrow {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__arrows .cart-qty-selector__arrow.border-container, .faq-category-view .question_view > .checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__arrows .cart-qty-selector__arrow.border-container {
  display: none;
}

.checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__arrows .cart-qty-selector__arrow {
  color: #828D9E;
  height: 8px;
  line-height: 0;
}

.checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__arrows .cart-qty-selector__arrow svg {
  width: 8px;
  height: 8px;
}

.checkout-cart-index .form-cart .cart-qty-selector .cart-qty-selector__arrows .cart-qty-selector__arrow:hover {
  color: #4a5568;
}

.checkout-cart-index #form-validate{
  margin-bottom: 0px;
}

.checkout-cart-index .crosssell-product-slider {
  clear: both;
  margin-top: 2rem;
  border-radius: 0.5rem;
  background-color: #fbfcfd;
  padding: 20px 30px;
}

.checkout-cart-index .crosssell-product-slider .container{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0px;
}

.checkout-cart-index .crosssell-product-slider h3{
  width: 100%;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.faq-question-view .sidebar-additional .checkout-cart-index .crosssell-product-slider h3:has(#amfaq_search), .faq-category-view .sidebar-additional .checkout-cart-index .crosssell-product-slider h3:has(#amfaq_search) {
  display: none;
}

.checkout-cart-index .crosssell-product-slider h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.checkout-cart-index .crosssell-product-slider .js_slides{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  flex-wrap: wrap;
}

@media (min-width: 1280px){
  .checkout-cart-index .crosssell-product-slider .js_slide{
    width: 50% !important;
  }
}

.checkout-cart-index .crosssell-product-slider .js_slide {
  padding: 0.25rem;
}

.checkout-cart-index .crosssell-product-slider .product-image-photo{
  height: 70px;
  width: 70px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.checkout-cart-index .crosssell-product-slider .product-item-photo{
  margin-bottom: 0px;
  flex-shrink: 0;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(251, 252, 253, var(--tw-bg-opacity, 1));
  padding: 0px;
}

body.account .card .checkout-cart-index .crosssell-product-slider .product-item-photo {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

body.account .card .checkout-cart-index .crosssell-product-slider .product-item-photo svg {
  width: 20px;
  height: 20px;
}

.checkout-cart-index .crosssell-product-slider .price-box{
  display: none;
}

.checkout-cart-index .crosssell-product-slider .nav-product-slider{
  display: none;
}

.market-product-grid-wrapper .relative.checkout-cart-index .crosssell-product-slider .product-info {
  display: block;
  transform: none;
}

.checkout-cart-index .crosssell-product-slider .product-info{
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .crosssell-product-slider .product-info {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .checkout-cart-index .crosssell-product-slider .product-info.border-container, .faq-category-view .question_view > .checkout-cart-index .crosssell-product-slider .product-info.border-container {
  display: none;
}

.market-product-grid-wrapper .relative.checkout-cart-index .crosssell-product-slider .product-info-details {
  display: block;
  transform: none;
}

.checkout-cart-index .crosssell-product-slider .product-info-details{
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
}

.faq-question-view .question_view > .checkout-cart-index .crosssell-product-slider .product-info-details.border-container, .faq-category-view .question_view > .checkout-cart-index .crosssell-product-slider .product-info-details.border-container {
  display: none;
}

.checkout-cart-index .crosssell-product-slider .product-info-gamme{
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  opacity: 0.5;
  font-size: 12px;
}

.checkout-cart-index .crosssell-product-slider .product-info-name{
  margin: 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] .checkout-cart-index .crosssell-product-slider .product-info-name p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.checkout-cart-index .crosssell-product-slider .product-info-name {
  font-size: 17px;
}

.checkout-cart-index .crosssell-product-slider .product-info-add-cart{
  flex-shrink: 0;
}

body.account .card .checkout-cart-index .crosssell-product-slider .product-info-add-cart {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

body.account .card .checkout-cart-index .crosssell-product-slider .product-info-add-cart svg {
  width: 20px;
  height: 20px;
}

.checkout-cart-index .crosssell-product-slider .product-info-add-cart-btn{
  margin-top: 0px;
  padding-top: 0px;
}

.checkout-cart-index .crosssell-product-slider .product-item{
  flex-direction: row;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .crosssell-product-slider .product-item {
    align-items: center;
    gap: 10px;
  }
}

.checkout-cart-index .crosssell-product-slider .product-item {
  padding: 8px 25px 8px 8px;
  gap: 40px;
}

.market-product-grid-wrapper .relative.checkout-cart-index .crosssell-product-slider .product-item .btn-round {
  display: block;
  transform: none;
}

.checkout-cart-index .crosssell-product-slider .product-item .btn-round{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(233, 247, 246, var(--tw-bg-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .crosssell-product-slider .product-item .btn-round {
    align-items: center;
    gap: 10px;
  }
}

body.account .card .checkout-cart-index .crosssell-product-slider .product-item .btn-round {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

body.account .card .checkout-cart-index .crosssell-product-slider .product-item .btn-round svg {
  width: 20px;
  height: 20px;
}

.faq-question-view .question_view > .checkout-cart-index .crosssell-product-slider .product-item .btn-round.border-container, .faq-category-view .question_view > .checkout-cart-index .crosssell-product-slider .product-item .btn-round.border-container {
  display: none;
}

.checkout-cart-index .crosssell-product-slider .product-item .btn-round {
  width: 32px;
  height: 32px;
}

.checkout-cart-index .crosssell-product-slider .product-item .btn-round svg{
  fill: #28b1a8;
  position: relative;
  left: -1px;
}

.checkout-cart-index .crosssell-product-slider .product-item .btn-round:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.checkout-cart-index .crosssell-product-slider .product-item .btn-round:hover svg{
  fill: #fff;
}

.market-product-grid-wrapper .relative.checkout-cart-index .crosssell-product-slider .link-product {
  display: block;
  transform: none;
}

.checkout-cart-index .crosssell-product-slider .link-product{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .crosssell-product-slider .link-product {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .sidebar-additional .checkout-cart-index .crosssell-product-slider .link-product:has(#amfaq_search), .faq-category-view .sidebar-additional .checkout-cart-index .crosssell-product-slider .link-product:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .checkout-cart-index .crosssell-product-slider .link-product.border-container, .faq-category-view .question_view > .checkout-cart-index .crosssell-product-slider .link-product.border-container {
  display: none;
}

.market-product-grid-wrapper .relative.checkout-cart-index #discount-form-toggle {
  display: block;
  transform: none;
}

.checkout-cart-index #discount-form-toggle{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index #discount-form-toggle {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .sidebar-additional .checkout-cart-index #discount-form-toggle:has(#amfaq_search), .faq-category-view .sidebar-additional .checkout-cart-index #discount-form-toggle:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .checkout-cart-index #discount-form-toggle.border-container, .faq-category-view .question_view > .checkout-cart-index #discount-form-toggle.border-container {
  display: none;
}

.checkout-cart-index #discount-form-toggle .font-medium{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.checkout-cart-index #discount-form-toggle .font-medium {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index #discount-form-toggle .font-medium {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.checkout-cart-index #discount-form-toggle svg{
  --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));
  stroke: #052523;
}

.checkout-cart-index #discount-form-toggle[aria-expanded="true"] svg{
  --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));
}

.checkout-cart-index #discount-coupon-form{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0px;
}

.checkout-cart-index #discount-coupon-form .fieldset > div{
  flex-direction: column;
}

.checkout-cart-index #discount-coupon-form .fieldset input{
  --tw-border-opacity: 1 !important;
  border-color: rgba(168, 174, 184, var(--tw-border-opacity, 1)) !important;
  padding: 0 10px;
  min-height: 2.5rem;
}

.checkout-cart-index #discount-coupon-form .fieldset input:hover, .checkout-cart-index #discount-coupon-form .fieldset input:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 37, 35, var(--tw-border-opacity, 1)) !important;
  outline: none !important;
  box-shadow: none !important;
}

.checkout-cart-index .coupon-form{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* Panier vide */

.checkout-cart-index .cart-empty{
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  max-width: 600px;
  border: 1px solid #e2e5ea;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  background: white;
}

.checkout-cart-index .cart-empty p{
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.checkout-cart-index .cart-empty p:first-child{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.section-one-review .checkout-cart-index .cart-empty p:first-child{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review .checkout-cart-index .cart-empty p:first-child{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review .checkout-cart-index .cart-empty p:first-child p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review .checkout-cart-index .cart-empty p:first-child p{
    font-size: 38px !important;
    line-height: 3rem !important;
  }
}

.checkout-cart-index .cart-empty p:last-child{
  margin-bottom: 0px;
}

.checkout-cart-index .cart-empty p a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2.checkout-cart-index .cart-empty p a{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

.am-filter-state .filter-options-title span.checkout-cart-index .cart-empty p a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index .cart-empty p a {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.checkout-cart-index .cart-empty p a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* Override global Magento loader */

.checkout-cart-index .loader {
  text-align: center;
}

.checkout-cart-index .loader img {
  display: none !important;
}

.checkout-cart-index .loader p{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.am-filter-state .filter-options-title span.checkout-cart-index .loader p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index .loader p {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.checkout-cart-index .loader p {
  font-size: 14px;
}

.checkout-cart-index .loader p::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #e2e5ea;
  border-top-color: #28b1a8;
  border-radius: 50%;
  animation: cart-spin 0.6s linear infinite;
  vertical-align: middle;
  margin-right: 8px;
}

@keyframes cart-spin {
  to {
    transform: rotate(360deg);
  }
}

/* ===== Santestat cart icon + tooltip ===== */

.checkout-cart-index .product-item-name-row {
  display: flex;
  align-items: center;
}

.checkout-cart-index .santestat-cart-icon-wrapper {
  flex-shrink: 0;
}

.checkout-cart-index .santestat-cart-trigger {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 4px;
  margin: -4px;
  margin-right: 0;
  top: 1px;
}

.checkout-cart-index .santestat-cart-svg {
  color: #28b1a8;
}

.checkout-cart-index .santestat-cart-tooltip {
  position: absolute;
  z-index: 50;
  left: -10px;
  bottom: calc(100% + 4px);
  width: 320px;
  background: white;
  border-radius: 8px;
  border: 1px solid #e2e5ea;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 10px;
}

/* Pont invisible entre le SVG et le tooltip pour éviter la fermeture */

.checkout-cart-index .santestat-cart-tooltip::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 40px;
  height: 14px;
}

.checkout-cart-index .santestat-cart-tooltip::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: white;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
  transform: rotate(45deg);
  bottom: -5px;
  left: 17px;
}

.checkout-cart-index .santestat-cart-tooltip-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.checkout-cart-index .santestat-cart-tooltip-title {
  font-size: 14px;
  font-weight: 700;
  color: #052523;
}

.checkout-cart-index .santestat-cart-tooltip-stock {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 7px 4px 7px;
  border-radius: 9999px;
}

.checkout-cart-index .santestat-cart-tooltip-stock .santestat-stock-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
  position: relative;
  top: 0.5px;
}

.checkout-cart-index .santestat-cart-tooltip-stock.stock-high {
  background: rgba(40, 177, 168, 0.1);
  color: #28b1a8;
}

.checkout-cart-index .santestat-cart-tooltip-stock.stock-low {
  background: rgba(239, 142, 40, 0.1);
  color: #ef8e28;
}

.checkout-cart-index .santestat-cart-tooltip-stock.stock-zero {
  background: #F2F3F7;
  color: #828D9E;
}

.checkout-cart-index .santestat-cart-tooltip-chart {
  position: relative;
  height: 120px;
}

/* ===== SIDEBAR: Franco de port ===== */

.checkout-cart-index .cart-sidebar-franco{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .checkout-cart-index .cart-sidebar-franco > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .checkout-cart-index .cart-sidebar-franco > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .checkout-cart-index .cart-sidebar-franco > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .checkout-cart-index .cart-sidebar-franco > .border-t:first-child {
  border-top: none;
}

.checkout-cart-index .cart-sidebar-franco {
  padding: 0.75rem 1rem 1rem 1rem;
  border: 1px solid #e2e5ea;
}

.market-product-grid-wrapper .relative.checkout-cart-index .cart-sidebar-franco__header {
  display: block;
  transform: none;
}

.checkout-cart-index .cart-sidebar-franco__header{
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .cart-sidebar-franco__header {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .checkout-cart-index .cart-sidebar-franco__header.border-container, .faq-category-view .question_view > .checkout-cart-index .cart-sidebar-franco__header.border-container {
  display: none;
}

.checkout-cart-index .cart-sidebar-franco__header h3{
  margin: 0px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  font-size: 20px;
}

.checkout-cart-index .cart-sidebar-franco__accordion-content {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #052523;
  padding: 10px 12px;
  margin-bottom: 8px;
  background-color: #f8f8fa;
  border-radius: 6px;
}

.checkout-cart-index .cart-sidebar-franco__accordion-content strong {
  font-weight: 700;
}

.market-product-grid-wrapper .relative.checkout-cart-index .cart-sidebar-franco__gauges {
  display: block;
  transform: none;
}

.checkout-cart-index .cart-sidebar-franco__gauges{
  display: flex;
  flex-direction: column;
  border-radius: 0.375rem;
}

.faq-question-view .question_view > .checkout-cart-index .cart-sidebar-franco__gauges.border-container, .faq-category-view .question_view > .checkout-cart-index .cart-sidebar-franco__gauges.border-container {
  display: none;
}

.checkout-cart-index .cart-sidebar-franco__gauges {
  gap: 8px;
  background-color: #f8f8fa;
  padding: 8px;
  border: 1px solid #e2e5ea;
}

.market-product-grid-wrapper .checkout-cart-index .cart-sidebar-franco__gauge.flex {
  display: block;
  transform: none;
}

.checkout-cart-index .cart-sidebar-franco__gauge{
  position: relative;
  overflow: hidden;
  border-radius: 9999px;
  height: 20px;
  background-color: #e2e5ea;
}

.checkout-cart-index .cart-sidebar-franco__gauge--empty {
  background-color: #e2e5ea;
}

.checkout-cart-index .cart-sidebar-franco__gauge-fill--joker {
  justify-content: space-between;
}

.checkout-cart-index .cart-sidebar-franco__gauge-fill--joker.cart-sidebar-franco__gauge-fill--full {
  justify-content: center;
}

.checkout-cart-index .cart-sidebar-franco__gauge-fill--joker.cart-sidebar-franco__gauge-fill--full svg {
  position: absolute;
  left: 6px;
}

.checkout-cart-index .cart-sidebar-franco__gauge-empty-inner {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  padding-left: 6px;
  padding-right: 8px;
  color: #828D9E;
}

.checkout-cart-index .cart-sidebar-franco__gauge-empty-inner svg {
  fill: #828D9E;
  flex-shrink: 0;
}

.checkout-cart-index .cart-sidebar-franco__gauge-empty-inner span{
  font-weight: 700;
  font-size: 14px;
  color: #828D9E;
}

.market-product-grid-wrapper .relative.checkout-cart-index .cart-sidebar-franco__gauge-fill {
  display: block;
  transform: none;
}

.checkout-cart-index .cart-sidebar-franco__gauge-fill{
  display: flex;
  height: 100%;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .cart-sidebar-franco__gauge-fill {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .checkout-cart-index .cart-sidebar-franco__gauge-fill.border-container, .faq-category-view .question_view > .checkout-cart-index .cart-sidebar-franco__gauge-fill.border-container {
  display: none;
}

.checkout-cart-index .cart-sidebar-franco__gauge-fill {
  border-radius: 0 3px 3px 0;
  background-color: #28b1a8;
  padding-left: 6px;
  padding-right: 8px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  min-width: 25%;
}

.checkout-cart-index .cart-sidebar-franco__gauge-fill svg {
  color: white;
  fill: white;
  flex-shrink: 0;
  margin-right: auto;
}

.checkout-cart-index .cart-sidebar-franco__gauge-fill span{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  font-size: 14px;
}

.checkout-cart-index .cart-sidebar-franco__target{
  font-weight: 600;
}

.am-filter-state .filter-options-title span.checkout-cart-index .cart-sidebar-franco__target {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.checkout-cart-index .cart-sidebar-franco__target {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.checkout-cart-index .cart-sidebar-franco__target {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: rgba(130, 141, 158, 0.5);
  z-index: 0;
}

/* Tooltip générique sidebar */

.checkout-cart-index .cart-sidebar-tooltip{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .checkout-cart-index .cart-sidebar-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .checkout-cart-index .cart-sidebar-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .checkout-cart-index .cart-sidebar-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .checkout-cart-index .cart-sidebar-tooltip > .border-t:first-child {
  border-top: none;
}

.checkout-cart-index .cart-sidebar-tooltip {
  z-index: 99999;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #052523;
  width: -webkit-max-content;
  width: max-content;
  max-width: 260px;
  bottom: calc(100% + 8px);
  right: -0.5rem;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  line-height: 1.3;
}

/* Pont invisible pour garder le tooltip ouvert quand la souris traverse le gap */

.checkout-cart-index .cart-sidebar-tooltip::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

.checkout-cart-index .cart-sidebar-tooltip--wide {
  width: 225px;
  max-width: 225px;
  font-weight: 500;
  line-height: 1.35;
  left: auto;
  right: -0.5rem;
}

.checkout-cart-index .cart-sidebar-tooltip--wide strong {
  font-weight: 700;
}

.checkout-cart-index .cart-sidebar-tooltip--wide::after {
  right: 37px;
  left: auto;
}

.checkout-cart-index .cart-sidebar-tooltip::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: white;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
  transform: rotate(45deg);
  bottom: -5px;
  right: 37px;
  margin-left: -4px;
}

/* Tooltip info */

.market-product-grid-wrapper .checkout-cart-index .cart-sidebar-info.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.checkout-cart-index .cart-sidebar-info {
  display: block;
  transform: none;
}

.checkout-cart-index .cart-sidebar-info{
  position: relative;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .cart-sidebar-info {
    align-items: center;
    gap: 10px;
  }
}

body.account .card .checkout-cart-index .cart-sidebar-info {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

body.account .card .checkout-cart-index .cart-sidebar-info svg {
  width: 20px;
  height: 20px;
}

.faq-question-view .question_view > .checkout-cart-index .cart-sidebar-info.border-container, .faq-category-view .question_view > .checkout-cart-index .cart-sidebar-info.border-container {
  display: none;
}

.checkout-cart-index .cart-sidebar-info {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.checkout-cart-index .cart-sidebar-info--green {
  color: #28b1a8;
}

.checkout-cart-index .cart-sidebar-info__label {
  font-size: 13px;
}

.checkout-cart-index .cart-sidebar-tooltip{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .checkout-cart-index .cart-sidebar-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .checkout-cart-index .cart-sidebar-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .checkout-cart-index .cart-sidebar-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .checkout-cart-index .cart-sidebar-tooltip > .border-t:first-child {
  border-top: none;
}

.checkout-cart-index .cart-sidebar-tooltip {
  z-index: 99999;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #052523;
  width: -webkit-max-content;
  width: max-content;
  max-width: 210px;
  bottom: calc(100% + 8px);
  right: -0.5rem;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  line-height: 1.2;
}

/* Pont invisible pour garder le tooltip ouvert */

.checkout-cart-index .cart-sidebar-tooltip::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

.checkout-cart-index .cart-sidebar-tooltip--wide {
  width: 225px;
  max-width: 225px;
  font-weight: 500;
  line-height: 1.35;
  left: auto;
  right: -0.5rem;
}

.checkout-cart-index .cart-sidebar-tooltip--wide strong {
  font-weight: 700;
}

.checkout-cart-index .cart-sidebar-tooltip--wide::after {
  right: 37px;
  left: auto;
}

.checkout-cart-index .cart-sidebar-tooltip::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: white;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
  transform: rotate(45deg);
  bottom: -5px;
  right: 19px;
}

/* ===== SIDEBAR: Badge partagé (labo + mini-marché) ===== */

.checkout-cart-index .cart-sidebar-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  color: white;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -3px;
  padding: 4px;
}

.checkout-cart-index .cart-sidebar-badge svg {
  width: 10px;
  height: 10px;
}

.checkout-cart-index .cart-sidebar-badge--purple {
  background-color: #5B30F3;
}

.checkout-cart-index .cart-sidebar-badge--orange {
  background-color: #EE8F28;
  padding: 0;
}

/* ===== SIDEBAR: Laboratoires bloqués ===== */

.checkout-cart-index .laboratoires-locked-card {
  background-color: #fcfbff;
  border: 1px solid #e0daf9;
  margin-bottom: 0.75rem;
  border-radius: 0.375rem;
  padding: 1rem;
}

.checkout-cart-index .laboratoires-locked-card h3{
  margin-bottom: 0.75rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0daf9;
}

.checkout-cart-index .laboratoires-locked-card .labo-header {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.checkout-cart-index .laboratoires-locked-card .labo-item {
  padding-bottom: 12px;
}

.checkout-cart-index .laboratoires-locked-card .labo-item:not(:last-child) {
  border-bottom: 1px solid #e0daf9;
  margin-bottom: 12px;
}

.checkout-cart-index .laboratoires-locked-card .labo-item a{
  font-weight: 800;
  text-transform: uppercase;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #052523;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
  display: block;
}

.checkout-cart-index .laboratoires-locked-card .labo-item a svg {
  width: 16px;
  height: 16px;
  color: #5B30F3;
  display: inline;
  vertical-align: -2px;
  flex-shrink: 0;
  margin-right: 2px;
}

.checkout-cart-index .laboratoires-locked-card .labo-description {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: #052523;
}

.checkout-cart-index .laboratoires-locked-card .labo-count {
  color: #5B30F3;
  font-weight: 800;
}

.checkout-cart-index .laboratoires-locked-card .labo-gauge {
  display: flex;
  height: 20px;
  border-radius: 9999px;
  overflow: hidden;
  margin-top: 10px;
}

.checkout-cart-index .laboratoires-locked-card .labo-gauge__segment {
  flex: 1;
  height: 100%;
  background-color: #e0daf9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.checkout-cart-index .laboratoires-locked-card .labo-gauge__segment:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.checkout-cart-index .laboratoires-locked-card .labo-gauge__segment--filled {
  background-color: #5B30F3;
}

.checkout-cart-index .laboratoires-locked-card .labo-gauge__segment--filled:not(:has(+ .labo-gauge__segment--filled)) {
  border-radius: 0 3px 3px 0;
}

.checkout-cart-index .laboratoires-locked-card .labo-gauge__segment span {
  color: white;
  font-weight: 700;
  font-size: 14px;
  padding-right: 6px;
}

/* ===== SIDEBAR: Mini-marchés ===== */

.checkout-cart-index .mini-market-cart-wrapper{
  margin-bottom: 0.75rem;
  overflow: visible;
}

.checkout-cart-index .mini-market-cart-wrapper > div {
  background-color: #fffdfb;
  border-color: #ffe7ce;
  overflow: visible;
  border-radius: 0.375rem;
  padding: 1rem;
}

.checkout-cart-index .mini-market-cart-wrapper > div h3{
  margin-bottom: 0.75rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffe7ce !important;
  border-color: #ffe7ce;
}

.market-product-grid-wrapper .relative.checkout-cart-index .mini-market-cart-wrapper .market-header-cart {
  display: block;
  transform: none;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart{
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .mini-market-cart-wrapper .market-header-cart {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .checkout-cart-index .mini-market-cart-wrapper .market-header-cart.border-container, .faq-category-view .question_view > .checkout-cart-index .mini-market-cart-wrapper .market-header-cart.border-container {
  display: none;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart {
  min-width: 0;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart a{
  font-weight: 800;
  text-transform: uppercase;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #052523;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
  display: block;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart a svg {
  width: 16px;
  height: 16px;
  fill: #fe961e;
  display: inline;
  vertical-align: -2px;
  flex-shrink: 0;
  margin-right: 2px;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip > .border-t:first-child {
  border-top: none;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip {
  z-index: 99999;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #052523;
  width: -webkit-max-content;
  width: max-content;
  max-width: 260px;
  bottom: calc(100% + 8px);
  right: -0.5rem;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  line-height: 1.2;
}

/* Pont invisible pour garder le tooltip ouvert */

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip--wide {
  width: 225px;
  max-width: 225px;
  font-weight: 500;
  line-height: 1.35;
  left: auto;
  right: -0.5rem;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip--wide strong {
  font-weight: 700;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip--wide::after {
  right: 37px;
  left: auto;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: white;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
  transform: rotate(45deg);
  bottom: -5px;
  right: 10px;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip .tooltip-conditions {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip .tooltip-conditions li {
  padding: 2px 0;
  font-size: 13px;
  font-weight: 600;
  color: #052523;
  border-bottom: 1px solid #f2f3f7;
  line-height: 1.35;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip .tooltip-conditions li:last-child {
  border-bottom: none;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip .tooltip-see-more {
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #ee8f28;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  background: #ee8f280a;
  padding: 3px 10px;
  border-radius: 4px;
}

.checkout-cart-index .mini-market-cart-wrapper .market-header-cart .cart-sidebar-tooltip .tooltip-see-more:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.checkout-cart-index .mini-market-cart-wrapper .market-description {
  font-size: 15px;
  font-weight: 500;
  color: #052523;
  line-height: 1.3;
  margin-bottom: 8px;
  overflow: visible;
  white-space: normal;
  text-overflow: unset;
}

.checkout-cart-index .mini-market-cart-wrapper .market-description .text-orange {
  color: #fe961e;
  font-weight: 700;
}

.checkout-cart-index .mini-market-cart-wrapper .market-description .contribution-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fe961e;
  border-radius: 4px;
  padding: 3px;
  vertical-align: middle;
  margin-top: -3px;
  line-height: 0;
}

.checkout-cart-index .mini-market-cart-wrapper .market-description .contribution-icon svg {
  width: 13px;
  height: 13px;
  fill: white;
}

.checkout-cart-index .mini-market-cart-wrapper .market-count {
  color: #EE8F28;
  font-weight: 700;
}

.checkout-cart-index .mini-market-cart-wrapper .progress-bar-cart{
  overflow: hidden;
  border-radius: 9999px;
  height: 20px;
  background-color: #ffe7ce;
}

.market-product-grid-wrapper .relative.checkout-cart-index .mini-market-cart-wrapper .progress-fill-cart {
  display: block;
  transform: none;
}

.checkout-cart-index .mini-market-cart-wrapper .progress-fill-cart{
  display: flex;
  height: 100%;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .checkout-cart-index .mini-market-cart-wrapper .progress-fill-cart {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .checkout-cart-index .mini-market-cart-wrapper .progress-fill-cart.border-container, .faq-category-view .question_view > .checkout-cart-index .mini-market-cart-wrapper .progress-fill-cart.border-container {
  display: none;
}

.checkout-cart-index .mini-market-cart-wrapper .progress-fill-cart {
  border-radius: 0 3px 3px 0;
  justify-content: flex-end;
  padding-right: 6px;
}

.checkout-cart-index .mini-market-cart-wrapper .progress-fill-cart span{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  font-size: 14px;
  text-shadow: none;
}

.checkout-cart-index .mini-market-cart-wrapper .market-item-cart:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffe7ce;
  margin-bottom: 12px;
}

/* ===== Compte non approuvé : bouton disabled + message ===== */

.checkout-cart-index .checkout-not-approved__btn-wrapper {
  pointer-events: none;
  opacity: 0.45;
}

.checkout-cart-index .checkout-not-approved__btn-wrapper #checkout-link-button {
  cursor: not-allowed;
}

.checkout-cart-index .checkout-not-approved__message {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 10px;
  padding: 0 2px;
}

.checkout-cart-index .checkout-not-approved__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #828D9E;
  position: relative;
  top: 2px;
}

.checkout-cart-index .checkout-not-approved__icon svg {
  width: 15px;
  height: 15px;
}

.checkout-cart-index .checkout-not-approved__text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #828D9E;
}

.checkout-cart-index .btn-empty-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.625rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: #828D9E;
  background: white;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
}

.checkout-cart-index .btn-empty-cart svg {
  flex-shrink: 0;
}

.checkout-cart-index .btn-empty-cart:hover {
  color: #f34832;
}

/* ===== Responsive panier ===== */

/* <= 1024 : réorganisation des lignes produit */

@media (max-width: 1023px) {
  .checkout-cart-index {
    /* Sidebar à droite entre 768 et 1023 */
    /* Sidebar en dessous sur mobile < 768 */
    /* Ligne produit : Qté, Prix, TVA, Sous-total sur une même ligne */
  }

  @media (min-width: 768px) {
    .checkout-cart-index .cart-layout {
      flex-direction: row-reverse !important;
      align-items: flex-start;
    }

    .checkout-cart-index .cart-layout .cart-sidebar {
      width: 245px;
      flex-shrink: 0;
      margin-top: 0;
      overflow: visible;
    }

    .checkout-cart-index .cart-layout .cart-sidebar .cart-sidebar-franco {
      overflow: visible;
    }

    @media (max-width: 900px) {
      .checkout-cart-index .cart-layout .cart-sidebar {
        width: 220px;
        top: -55px !important
      }
    }

    .checkout-cart-index .cart-layout .cart-products-section {
      flex: 1;
      min-width: 0;
    }
  }

  @media (max-width: 768px) {
    .checkout-cart-index .cart-layout {
      display: flex;
      flex-wrap: wrap;
    }

    .checkout-cart-index .cart-layout .cart-sidebar {
      order: 2;
      margin-top: 0;
      width: 100%;
      top: 0 !important;
    }

    .checkout-cart-index .cart-layout .cart-products-section {
      display: contents;
    }

    .checkout-cart-index .cart-layout .cart-products-section .cart-form,
                    .checkout-cart-index .cart-layout .cart-products-section form[id="form-validate"] {
      order: 1;
      width: 100%;
    }

    .checkout-cart-index .cart-layout .cart-products-section .crosssell-product-slider {
      order: 3;
      width: 100%;
    }

    .checkout-cart-index .cart-layout .cart-products-section > *:last-child {
      order: 4;
      width: 100%;
    }
  }

  .checkout-cart-index .form-cart .product-item-photo {
    padding: 0;
  }

  .checkout-cart-index .form-cart tbody td {
    padding-bottom: 5px;
  }

  .checkout-cart-index .form-cart tbody .action-delete {
    background-color: rgb(247, 248, 250);
  }

  .checkout-cart-index .form-cart .product-item-details > span[class*="opacity"] {
    opacity: 1 !important;
  }

  .checkout-cart-index .form-cart tbody tr.item-info {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1rem;
  }

  /* Article : full width */

  .checkout-cart-index .form-cart tbody tr.item-info td.col.item {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* Masquer les badges promo inline (déplacés dans sous-total) */

  .checkout-cart-index .form-cart tbody tr.item-info td.col.item .cart-badge-discount {
    display: none;
  }

  /* Les 4 cellules numériques : grid 4 colonnes égales */

  .checkout-cart-index .form-cart tbody tr.item-info td.col.qty,
            .checkout-cart-index .form-cart tbody tr.item-info td.col.price,
            .checkout-cart-index .form-cart tbody tr.item-info td.col.tax,
            .checkout-cart-index .form-cart tbody tr.item-info td.col.subtotal {
    display: flex !important;
    flex-direction: column;
    flex: 0 0 auto;
    padding: 0 20px;
    text-align: left !important;
    width: auto !important;
    border-right: 1px solid #e5e7eb;
  }

  .checkout-cart-index .form-cart tbody tr.item-info td.col.qty .lg\:hidden, .checkout-cart-index .form-cart tbody tr.item-info td.col.price .lg\:hidden, .checkout-cart-index .form-cart tbody tr.item-info td.col.tax .lg\:hidden, .checkout-cart-index .form-cart tbody tr.item-info td.col.subtotal .lg\:hidden {
    font-size: 14px;
    font-weight: 600;
    color: #828D9E;
    margin-bottom: 0;
    margin-top: 0;
  }

  /* Qty : masquer le label, centrer verticalement, aligner à gauche */

  .checkout-cart-index .form-cart tbody tr.item-info td.col.qty {
    justify-content: center;
    padding-left: 0;
    border-right: 0;
    padding-right: 1rem;
  }

  .checkout-cart-index .form-cart tbody tr.item-info td.col.qty .lg\:hidden {
    display: none !important;
  }

  .checkout-cart-index .form-cart tbody tr.item-info td.col.qty .field.qty {
    margin-top: 0;
  }

  .checkout-cart-index .form-cart tbody tr.item-info td.col.qty .cart-qty-selector {
    margin-left: 0;
    margin-right: auto;
    border-radius: 0 0 0.5rem 0.5rem;
    border-top: 0;
  }

  .checkout-cart-index .form-cart tbody tr.item-info td.col.price:not(.tax) {
    padding-left: 0;
  }

  /* Sous-total : pas de border droite + discount en row-reverse */

  .checkout-cart-index .form-cart tbody tr.item-info td.col.subtotal {
    border-right: none;
  }

  .checkout-cart-index .form-cart tbody tr.item-info td.col.subtotal .cart-subtotal-discount {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.5rem;
    line-height: inherit;
  }

  .checkout-cart-index .form-cart tbody tr.item-info td.col.subtotal .cart-subtotal-badge {
    color: white !important;
  }

  /* Bouton supprimer : visible */

  .checkout-cart-index .form-cart tbody tr.item-info td:last-child {
    display: block;
  }

  .checkout-cart-index .form-cart .product-image-photo {
    width: 70px;
    height: 55px;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}

/* <= 768 : titre plus petit + ajustements */

@media (max-width: 768px) {
  .checkout-cart-index {
    /* Masquer bouton sauvegarder panier */
  }

  .checkout-cart-index .main-title {
    font-size: 30px;
  }

  .checkout-cart-index .cart-save-btn {
    display: none !important;
  }

  .checkout-cart-index .cart-layout {
    gap: 0;
  }

  .checkout-cart-index .cart-layout .cart-products-section > *:last-child {
    margin-top: 0;
  }

  .checkout-cart-index .cart-help-block {
    text-align: center;
    max-width: 550px;
    margin: 15px auto 0 auto !important;
    background: #fafbfd;
    border-radius: 0.5rem;
    padding: 30px;
  }

  .checkout-cart-index .cart-help-block a {
    margin: auto;
  }
}

/* <= 640 : compact mobile */

@media (max-width: 640px) {
  .checkout-cart-index {
    /* Nom du produit : 1 ligne max, tronqué */
    /* Image produit plus petite */
    /* Récapitulatif : titre plus petit */
    /* Franco de port : compact */
    /* Qty selector plus petit */
  }

  .checkout-cart-index .main-title {
    font-size: 26px;
  }

  .checkout-cart-index .cart-form .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkout-cart-index .form-cart .product-item-name a {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
    font-size: 15px;
  }

  .checkout-cart-index .form-cart .product-image-photo {
    width: 55px;
    height: 55px;
  }

  .checkout-cart-index #cart-totals h2 {
    font-size: 22px;
  }

  .checkout-cart-index .cart-sidebar-franco__header h3 {
    font-size: 17px;
  }

  .checkout-cart-index .form-cart .cart-qty-selector {
    height: 45px;
    width: 55px;
  }

  .checkout-cart-index .form-cart tbody tr.item-info {
    padding-bottom: 0.5rem;
  }

  .checkout-cart-index .form-cart tbody tr.item-info td.col.qty,
            .checkout-cart-index .form-cart tbody tr.item-info td.col.price,
            .checkout-cart-index .form-cart tbody tr.item-info td.col.tax,
            .checkout-cart-index .form-cart tbody tr.item-info td.col.subtotal {
    line-height: 1.25rem;
    padding: 0 12px;
  }

  .checkout-cart-index .form-cart tbody tr.item-info td.col.qty {
    padding-left: 0;
  }

  .checkout-cart-index .form-cart tbody td {
    padding-top: 0.5rem;
  }

  .checkout-cart-index .price-excluding-tax .price,
        .checkout-cart-index .price-including-tax .price {
    line-height: inherit;
  }

  .checkout-cart-index .cart.actions {
    display: none;
  }

  .checkout-cart-index .cart-sidebar {
    margin-top: 15px !important;
  }

  @media (max-width: 485px) {
    .checkout-cart-index .form-cart tbody tr.item-info td.col.tax {
      display: none !important;
    }
  }
}

body.account{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 253, var(--tw-bg-opacity, 1));
}

body.account #header{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content body.account #header > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content body.account #header > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content body.account #header > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content body.account #header > .border-t:first-child {
  border-top: none;
}

body.account #maincontent{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  body.account #maincontent{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  body.account #maincontent{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  body.account #maincontent{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  body.account #maincontent{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  body.account #maincontent{
    max-width: 1536px;
  }
}

body.account #maincontent{
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  body.account #maincontent{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  body.account #maincontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > body.account #maincontent {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 0 2.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > body.account #maincontent {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1280px) {
  body.account #maincontent {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent body.account #maincontent > div, .customer-account-createpassword #maincontent body.account #maincontent > div {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  }
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form body.account #maincontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .checkout-cart-index body.account #maincontent > div > .lg\:w-\[265px\] {
    flex-shrink: 0;
    min-width: 265px
  }
}

.checkout-cart-index body.account #maincontent > div > .lg\:flex-1 {
  min-width: 0;
  overflow: hidden;
}

.checkout-cart-index .crosssell-product-slider body.account #maincontent{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0px;
}

@media (max-width: 640px) {
  .checkout-cart-index .cart-form body.account #maincontent {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.faq-question-view .column.main > body.account #maincontent{
  padding-left: 0px;
  padding-right: 0px;
}

/* ═══ Banner — same as .catalog-category-view ═══ */

.market-product-grid-wrapper body.account .breadcrumbs.flex {
  display: block;
  transform: none;
}

body.account .breadcrumbs{
  position: relative;
  background-color: transparent;
  padding-top: 2.5rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index: 1;
}

body.account .breadcrumbs .breadcrumbs-list{
  padding-top: 0px;
  padding-bottom: 0px;
}

body.account .breadcrumbs .breadcrumbs-list li a,
                body.account .breadcrumbs .breadcrumbs-list li span:not(.breadcrumb-separator) {
  font-size: 10px;
}

.market-product-grid-wrapper body.account .main-title.flex {
  display: block;
  transform: none;
}

body.account .main-title{
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
  flex-direction: row;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
  padding-top: 0px;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner body.account .main-title {
    align-items: center;
    gap: 10px;
  }
}

@media not all and (min-width: 768px){
  body.account .main-title{
    padding: 0px;
  }
}

body.account .main-title {
  column-gap: 1rem;
  margin-bottom: 3.5rem;
}

body.account .main-title h1{
  font-size: 2.6rem;
  line-height: 2.8rem;
}

body.account .main-title:after{
  position: absolute;
  top: 0px;
  left: -100vw;
  right: -100vw;
  z-index: -10;
  display: block;
  --tw-content: '';
  content: var(--tw-content);
}

[data-content-type$='block'] body.account .main-title p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

body.account .main-title:after {
  background: linear-gradient(174deg, #e2f6f4 25%, #f9fafb 60%);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  bottom: -2.5rem;
  top: -4rem;
}

/* ═══ Flash notifications — not sticky on account pages ═══ */

body.account .page.messages {
  position: static;
  z-index: auto;
  margin-bottom: 1.25rem;
}

body.account .page.messages .message {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* ═══ Sidebar ═══ */

body.account .account-nav {
  background: white;
  border-radius: 10px;
  padding: 1.25rem;
}

body.account .account-nav > .title,
    body.account #account-nav-title {
  display: none !important;
}

/* Remove vendor border/padding on nav container */

body.account #account-nav {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Nav items */

body.account .account-nav li a,
        body.account .account-nav li strong {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: #052523;
  font-size: 16px;
  font-weight: 500;
  padding: 2px 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.account .account-nav li a:hover {
  color: #28b1a8;
}

/* Nav icons — shared ::before base */

body.account .account-nav li a[href$="/customer/account/"]:before,
    body.account .account-nav li.current strong:before,
    body.account .account-nav li a[href$="/sales/order/history/"]:before,
    body.account .account-nav li a[href$="/wishlist/"]:before,
    body.account .account-nav li a[href*="/returns/rma/list"]:before,
    body.account .account-nav li a[href*="pharmazon.fr"]:before,
    body.account .account-nav li a[href$="/market/account/index/"]:before,
    body.account .account-nav li a[href$="/pharmaprint/index/index/"]:before,
    body.account .account-nav li a[href$="/market/account/statistics/"]:before,
    body.account .account-nav li a[href*="/questionnaire"]:before,
    body.account .account-nav li a[href$="/customer/invoice/settings/"]:before,
    body.account .account-nav li a[href$="/customer/account/data/"]:before,
    body.account .account-nav li a[href$="/newsletter/manage/"]:before,
    body.account .account-nav li a[href$="/releves/customer/index/"]:before,
    body.account .account-nav li:last-child a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-color: #052523;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* Tableau de bord */

body.account .account-nav li a[href$="/customer/account/"]:before {
  -webkit-mask-image: url('../images/nav/dashboard.svg');
  mask-image: url('../images/nav/dashboard.svg');
}

/* Mes commandes */

body.account .account-nav li a[href$="/sales/order/history/"]:before {
  -webkit-mask-image: url('../images/nav/orders.svg');
  mask-image: url('../images/nav/orders.svg');
}

/* Ma liste d'achats */

body.account .account-nav li a[href$="/wishlist/"]:before {
  -webkit-mask-image: url('../images/nav/wishlist.svg');
  mask-image: url('../images/nav/wishlist.svg');
}

/* Mes réclamations */

body.account .account-nav li a[href*="/returns/rma/list"]:before {
  -webkit-mask-image: url('../images/nav/claims.svg');
  mask-image: url('../images/nav/claims.svg');
}

/* Mes commandes Pharmazon.fr */

body.account .account-nav li a[href*="pharmazon.fr"]:before {
  -webkit-mask-image: url('../images/nav/orders-btoc.svg');
  mask-image: url('../images/nav/orders-btoc.svg');
}

/* Mes affiches promo */

body.account .account-nav li a[href$="/pharmaprint/index/index/"]:before {
  -webkit-mask-image: url('../images/nav/pharmaprint.svg');
  mask-image: url('../images/nav/pharmaprint.svg');
}

/* Mes statistiques */

body.account .account-nav li a[href$="/market/account/statistics/"]:before {
  -webkit-mask-image: url('../images/nav/statistics.svg');
  mask-image: url('../images/nav/statistics.svg');
}

/* Mes mini-marchés */

body.account .account-nav li a[href$="/market/account/index/"]:before {
  -webkit-mask-image: url('../images/nav/market.svg');
  mask-image: url('../images/nav/market.svg');
}

/* Mes questionnaires */

body.account .account-nav li a[href*="/questionnaire"]:before {
  -webkit-mask-image: url('../images/nav/questionnaire.svg');
  mask-image: url('../images/nav/questionnaire.svg');
}

/* Ma facturation */

body.account .account-nav li a[href$="/customer/invoice/settings/"]:before {
  -webkit-mask-image: url('../images/nav/invoice.svg');
  mask-image: url('../images/nav/invoice.svg');
}

/* Mes données */

body.account .account-nav li a[href$="/customer/account/data/"]:before {
  -webkit-mask-image: url('../images/nav/data.svg');
  mask-image: url('../images/nav/data.svg');
}

/* Mes newsletters */

body.account .account-nav li a[href$="/newsletter/manage/"]:before {
  -webkit-mask-image: url('../images/nav/newsletter.svg');
  mask-image: url('../images/nav/newsletter.svg');
}

/* Mes relevés mensuels */

body.account .account-nav li a[href$="/releves/customer/index/"]:before {
  -webkit-mask-image: url('../images/nav/releves.svg');
  mask-image: url('../images/nav/releves.svg');
}

/* Icône page courante via body class (Magento remplace <a> par <strong> sur la page active) */

body.account.customer-account-index .account-nav li.current strong:before {
  -webkit-mask-image: url('../images/nav/dashboard.svg');
  mask-image: url('../images/nav/dashboard.svg');
}

body.account.sales-order-history .account-nav li.current strong:before {
  -webkit-mask-image: url('../images/nav/orders.svg');
  mask-image: url('../images/nav/orders.svg');
}

body.account.sales-order-history .actions-toolbar {
  display: none;
}

body.account.sales-order-view .account-nav li.current strong:before,
    body.account.rma-rma-order .account-nav li.current strong:before,
    body.account.sales-order-invoice .account-nav li.current strong:before,
    body.account.sales-order-shipment .account-nav li.current strong:before,
    body.account.sales-order-creditmemo .account-nav li.current strong:before {
  display: none;
}

body.account.wishlist-index-index .account-nav li.current strong:before {
  -webkit-mask-image: url('../images/nav/wishlist.svg');
  mask-image: url('../images/nav/wishlist.svg');
}

body.account.rma-rma-list .account-nav li.current strong:before,
    body.account.returns-rma-list .account-nav li.current strong:before {
  -webkit-mask-image: url('../images/nav/claims.svg');
  mask-image: url('../images/nav/claims.svg');
}

body.account.pharmaprint-index-index .account-nav li.current strong:before {
  -webkit-mask-image: url('../images/nav/pharmaprint.svg');
  mask-image: url('../images/nav/pharmaprint.svg');
}

body.account.market-account-statistics .account-nav li.current strong:before {
  -webkit-mask-image: url('../images/nav/statistics.svg');
  mask-image: url('../images/nav/statistics.svg');
}

body.account.market-account-index .account-nav li.current strong:before {
  -webkit-mask-image: url('../images/nav/market.svg');
  mask-image: url('../images/nav/market.svg');
  background-color: #ee8f28;
}

body.account.market-account-index .account-nav li.current a,
        body.account.market-account-index .account-nav li.current strong {
  background: #fffaf0;
  box-shadow: -5px 0px 0 1px #fffaf0, 5px 0px 0 1px #fffaf0;
  color: #ee8f28;
}

body.account.customer-invoice-settings .account-nav li.current strong:before {
  -webkit-mask-image: url('../images/nav/invoice.svg');
  mask-image: url('../images/nav/invoice.svg');
}

body.account.customer-account-data .account-nav li.current strong:before {
  -webkit-mask-image: url('../images/nav/data.svg');
  mask-image: url('../images/nav/data.svg');
}

body.account.newsletter-manage-index .account-nav li.current strong:before {
  -webkit-mask-image: url('../images/nav/newsletter.svg');
  mask-image: url('../images/nav/newsletter.svg');
}

body.account.questionnaire-index-index .account-nav li.current strong:before {
  -webkit-mask-image: url('../images/nav/questionnaire.svg');
  mask-image: url('../images/nav/questionnaire.svg');
}

body.account.facturation-customer-index .account-nav li.current strong:before {
  -webkit-mask-image: url('../images/nav/releves.svg');
  mask-image: url('../images/nav/releves.svg');
}

/* Active item */

body.account .account-nav li.current a,
        body.account .account-nav li.current strong {
  color: #28b1a8;
  font-weight: 600;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  background: #f5fbfb;
  box-shadow: -5px 0px 0 1px #f5fbfb, 5px 0px 0 1px #f5fbfb;
  border-radius: 2px;
}

body.account .account-nav li.current a:before,
        body.account .account-nav li.current strong:before {
  background-color: #28b1a8;
}

/* Group separators (delimiter blocks) */

body.account .account-nav li .delimiter {
  display: block;
  border: none;
  border-top: 1px solid #e8eced;
  margin: 0.75rem 0;
  padding: 0;
  height: 0;
}

/* Hide stray delimiter at the very top */

body.account .account-nav .nav.items > li:first-child .delimiter {
  display: none;
}

/* Déconnexion — last item */

body.account .account-nav li:last-child a {
  color: #f34832;
  font-size: 16px;
  font-weight: 500;
  padding: 2px 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.account .account-nav li:last-child a:hover {
  color: #f34832;
  background: rgb(254, 245, 245);
  box-shadow: -5px 0px 0 1px rgb(254, 245, 245), 5px 0px 0 1px rgb(254, 245, 245);
  border-radius: 2px;
}

body.account .account-nav li:last-child a:before {
  -webkit-mask-image: url('../images/nav/logout.svg');
  mask-image: url('../images/nav/logout.svg');
  background-color: #f34832;
}

/* ═══ Global focus — remove browser outline/shadow ═══ */

body.account input:focus,
    body.account select:focus,
    body.account textarea:focus {
  box-shadow: none;
  outline: none;
}

/* ═══ Layout columns ═══ */

body.account .columns {
  column-gap: 1rem;
}

/* ═══ Section titles ═══ */

body.account .block-title {
  font-size: 1.5rem !important;
  font-weight: 800;
  color: #052523;
  margin-bottom: 10px !important;
  margin-top: 1rem;
}

body.account .card .block-title {
  margin-top: 0;
}

/* ═══ Card base font size ═══ */

body.account .card {
  font-size: 16px;
}

/* ═══ Card h2 titles ═══ */

body.account .card > h2,
    body.account .card .block-title h2 {
  font-size: 22px;
  font-weight: 800;
  color: #052523;
  margin: 0;
}

/* ═══ Info card ═══ */

body.account .card:not(.card-dashboard) {
  padding: 1.25rem 1.5rem !important;
}

body.account .card {
  border: 1px solid #e8eced;
  border-radius: 8px;
}

body.account .card .shrink-0 {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
}

body.account .card .shrink-0 svg {
  width: 20px;
  height: 20px;
}

body.account .card .bg-secondary svg {
  stroke: #fff;
  fill: none;
  color: #fff;
}

body.account .card .title-font {
  font-size: 17px !important;
  font-weight: 700;
  color: #052523;
  margin-bottom: 0 !important;
}

body.account .card .grow p {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

body.account .card .grow .btn-primary-border {
  font-weight: 600;
}

body.account .card .grow .btn-primary-border:hover {
  background-color: rgba(40, 177, 168, 0.05);
  color: #28b1a8;
  border-color: #28b1a8 !important;
}

/* ═══ Dashboard Summary — compact list ═══ */

body.account .dashboard-summary {
  margin-top: 1rem;
}

body.account .summary-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid #f2f3f7;
}

body.account .summary-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

body.account .summary-row-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 8px;
  background: rgba(40, 177, 168, 0.1);
  color: #28b1a8;
}

body.account .summary-row-icon svg {
  width: 16px;
  height: 16px;
}

body.account .summary-row-title {
  font-size: 15px;
  font-weight: 600;
  color: #052523;
  white-space: nowrap;
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.account .summary-row-title:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* Single badge or badge group — pushes link to the right */

body.account .summary-row-badge {
  display: inline-flex;
  align-items: center;
  height: 24px;
  font-size: 13px;
  font-weight: 600;
  color: #767c96;
  background: #f2f3f7;
  border: 1px solid #dfe1ea;
  padding: 0 0.6rem;
  border-radius: 9999px;
  white-space: nowrap;
}

body.account .summary-row-badges {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

body.account .summary-row-badges .summary-row-badge {
  margin-right: 0;
}

/* RMA status mini-badges */

body.account .summary-row-status {
  display: inline-flex;
  align-items: center;
  height: 24px;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0.5rem;
  border-radius: 9999px;
  border: 1px solid currentColor;
  white-space: nowrap;
}

body.account .summary-row-status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background-color: currentColor;
}

body.account .status--pending {
  color: #ef8e28;
  background-color: rgba(239, 142, 40, 0.08);
}

body.account .status--encours {
  color: #3e63ea;
  background-color: rgba(62, 99, 234, 0.08);
}

body.account .status--terminees {
  color: #28b1a8;
  background-color: rgba(40, 177, 168, 0.08);
}

body.account .status--refusees {
  color: #f34832;
  background-color: rgba(243, 72, 50, 0.08);
}

body.account .status--neutral {
  color: #828D9E;
  background-color: rgba(130, 141, 158, 0.08);
}

/* Link — styled as btn-view-all, pushed to far right */

body.account .summary-row-link {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 0.1rem 0.75rem;
  color: #052523;
  border-color: #e2e5ea;
  border-radius: 0.375rem;
  line-height: 1.5rem;
}

body.account .summary-row-link:hover {
  background-color: rgba(40, 177, 168, 0.05);
  color: #28b1a8;
  border-color: #28b1a8 !important;
}

/* ═══ Order status badges (global to all account pages) ═══ */

body.account .order-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  padding: 0.05rem 0.5rem;
  border-radius: 9999px;
  white-space: nowrap;
  border: 1px solid currentColor;
}

body.account .order-status::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 9999px;
  background-color: currentColor;
}

body.account .status-pending {
  color: #ef8e28;
  background-color: rgba(239, 142, 40, 0.08);
}

body.account .status-processing {
  color: #3e63ea;
  background-color: rgba(62, 99, 234, 0.08);
}

body.account .status-shipped {
  color: #28b1a8;
  background-color: rgba(40, 177, 168, 0.08);
}

body.account .status-complete {
  color: #28b1a8;
  background-color: rgba(40, 177, 168, 0.08);
}

body.account .status-canceled {
  color: #f34832;
  background-color: rgba(243, 72, 50, 0.08);
}

body.account .status-default {
  color: #828D9E;
  background-color: rgba(130, 141, 158, 0.08);
}

/* ═══ Orders table + RMA list ═══ */

body.account .block-dashboard-orders,
    body.account .block-rma-list {
  padding: 1.5rem;
}

body.account .block-dashboard-orders .block-title, body.account .block-rma-list .block-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

body.account .block-dashboard-orders .block-title h2, body.account .block-rma-list .block-title h2 {
  font-size: 22px;
  font-weight: 800;
  color: #052523;
  order: -1;
}

/* Bouton "Tout voir" */

body.account .block-dashboard-orders .btn-view-all, body.account .block-rma-list .btn-view-all {
  font-size: 14px;
  font-weight: 600;
  padding: 0.1rem 0.75rem;
  color: #052523;
  border-color: #e2e5ea;
}

body.account .block-dashboard-orders .btn-view-all:hover, body.account .block-rma-list .btn-view-all:hover {
  background-color: rgba(40, 177, 168, 0.05);
  color: #28b1a8;
  border-color: #28b1a8 !important;
}

/* Table */

body.account .block-dashboard-orders table, body.account .block-rma-list table {
  border-collapse: collapse;
}

body.account .block-dashboard-orders thead th, body.account .block-rma-list thead th {
  font-size: 14px;
  font-weight: 700;
  color: #052523;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #e8eced;
  white-space: nowrap;
}

body.account .block-dashboard-orders thead th:last-child, body.account .block-rma-list thead th:last-child {
  padding-right: 0;
}

body.account .block-dashboard-orders tbody tr, body.account .block-rma-list tbody tr {
  border-bottom: 1px solid #e8eced;
}

body.account .block-dashboard-orders tbody tr:last-child, body.account .block-rma-list tbody tr:last-child {
  border-bottom: none;
}

body.account .block-dashboard-orders tbody td, body.account .block-rma-list tbody td {
  font-size: 15px;
  color: #052523;
  padding: 0.5rem 0.75rem;
  vertical-align: middle;
}

body.account .block-dashboard-orders tbody td:last-child, body.account .block-rma-list tbody td:last-child {
  padding-right: 0;
}

/* N° commande cliquable */

body.account .block-dashboard-orders .order-id, body.account .block-rma-list .order-id {
  font-weight: 600;
}

body.account .block-dashboard-orders .order-id a, body.account .block-rma-list .order-id a {
  color: #052523;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #f2f4f4;
  border-radius: 9999px;
  padding: 0.1rem 0.5rem;
}

body.account .block-dashboard-orders .order-id a:hover, body.account .block-rma-list .order-id a:hover {
  color: #28b1a8;
  background-color: rgba(40, 177, 168, 0.05);
}

/* Icônes actions avec tooltip */

body.account .block-dashboard-orders .order-action-wrapper, body.account .block-rma-list .order-action-wrapper {
  position: relative;
  display: inline-flex;
}

body.account .block-dashboard-orders .order-action-icon, body.account .block-rma-list .order-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #052523;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}

body.account .block-dashboard-orders .order-action-icon:hover, body.account .block-rma-list .order-action-icon:hover {
  color: #28b1a8;
}

body.account .block-dashboard-orders .order-action-icon.disabled, body.account .block-rma-list .order-action-icon.disabled {
  color: #d1d5db;
  cursor: default;
}

/* Tooltip sur les actions */

body.account .block-dashboard-orders .order-action-tooltip, body.account .block-rma-list .order-action-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: #052523;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #e2e5ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  white-space: nowrap;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  transition-delay: 0s;
  pointer-events: none;
}

body.account .block-dashboard-orders .order-action-tooltip::after, body.account .block-rma-list .order-action-tooltip::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: white;
  transform: rotate(45deg);
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
}

body.account .block-dashboard-orders .order-action-wrapper:hover .order-action-tooltip, body.account .block-rma-list .order-action-wrapper:hover .order-action-tooltip {
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
}

/* ═══ RMA filter + empty state ═══ */

body.account .rma-filter {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8eced;
}

body.account .rma-filter-label {
  font-size: 16px;
  font-weight: 700;
  color: #052523;
}

body.account .rma-filter-select {
  font-size: 16px;
  color: #052523;
  border: 1px solid #e2e5ea;
  border-radius: 6px;
  padding: 0.35rem 2rem 0.35rem 0.6rem;
  background-color: white;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  min-width: 140px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2024%2024'%20width='24'%20height='24'%3E%3Cpath%20fill='%23828D9E'%20d='M16.043%208.543c.39-.39%201.024-.39%201.414%200s.39%201.024%200%201.414l-4.75%204.75-.076.068c-.393.32-.972.298-1.338-.068L6.543%209.957c-.39-.39-.39-1.024%200-1.414s1.024-.39%201.414%200L12%2012.586z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: right 0.25rem;
  background-position-y: calc(50% + 1px);
  background-size: 24px;
}

body.account .rma-filter-select:focus {
  border-color: #28b1a8;
  box-shadow: none;
}

body.account .rma-empty {
  font-size: 16px;
  color: #828e9e;
  padding: 1rem 0;
}

/* ═══ Orders filter form ═══ */

body.account .orders-filter-card {
  padding: 1.25rem 1.5rem;
}

body.account .orders-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
}

body.account .orders-filter-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.account .orders-filter-label {
  font-size: 14px;
  font-weight: 700;
  color: #052523;
}

body.account .orders-filter-select,
    body.account .orders-filter-input {
  font-size: 16px;
  color: #052523;
  border: 1px solid #e2e5ea;
  border-radius: 6px;
  padding: 0.4rem 0.6rem;
  background-color: white;
  outline: none;
}

body.account .orders-filter-select:focus,
    body.account .orders-filter-input:focus {
  border-color: #28b1a8;
  box-shadow: none;
}

body.account .orders-filter-select {
  min-width: 140px;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2024%2024'%20width='24'%20height='24'%3E%3Cpath%20fill='%23828D9E'%20d='M16.043%208.543c.39-.39%201.024-.39%201.414%200s.39%201.024%200%201.414l-4.75%204.75-.076.068c-.393.32-.972.298-1.338-.068L6.543%209.957c-.39-.39-.39-1.024%200-1.414s1.024-.39%201.414%200L12%2012.586z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: right 0.25rem;
  background-position-y: calc(50% + 1px);
  background-size: 24px;
}

body.account input[type="date"].orders-filter-input {
  padding-right: 2rem;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2024%2024'%20width='24'%20height='24'%3E%3Cpath%20fill='%23828D9E'%20fill-rule='evenodd'%20d='M7.384%200.429c0.592%200%201.071%200.48%201.071%201.071v1.246c1.14-0.034%202.312-0.051%203.545-0.051%201.233%200%202.405%200.017%203.545%200.051V1.5c0-0.592%200.48-1.071%201.071-1.071%200.592%200%201.071%200.48%201.071%201.071v1.334c2.919%200.245%205.256%202.523%205.586%205.388%200.397%203.44%200.397%206.383%200%209.823-0.339%202.94-2.79%205.261-5.815%205.403-1.745%200.082-3.527%200.124-5.459%200.124-1.932%200-3.714-0.042-5.459-0.124-3.025-0.142-5.476-2.463-5.815-5.403-0.397-3.44-0.397-6.383%200-9.823%200.33-2.865%202.667-5.143%205.586-5.388V1.5c0-0.592%200.48-1.071%201.071-1.071ZM2.749%209.48c-0.268%202.851-0.232%205.385%200.106%208.319%200.219%201.897%201.811%203.415%203.786%203.508%201.711%200.08%203.459%200.122%205.359%200.122%201.9%200%203.648-0.042%205.359-0.122%201.975-0.093%203.568-1.611%203.786-3.508%200.338-2.934%200.374-5.468%200.106-8.319H2.749Z'%20clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px;
}

body.account input[type="date"].orders-filter-input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 100%;
  color: transparent;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}

body.account .orders-filter-dates {
  display: flex;
  gap: 0.5rem;
}

body.account .orders-filter-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

body.account .orders-filter-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 0.4rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

body.account .orders-filter-reset {
  font-size: 13px;
  font-weight: 600;
  color: #28b1a8;
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.account .orders-filter-reset:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* ═══ Orders pager ═══ */

body.account .orders-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.account .orders-pager-limiter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

body.account .orders-pager-label {
  font-size: 14px;
  font-weight: 700;
  color: #052523;
}

body.account .orders-pager-select {
  font-size: 16px;
  color: #052523;
  border: 1px solid #e8eced;
  border-radius: 6px;
  padding: 0.3rem 2rem 0.3rem 0.6rem;
  background-color: white;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  min-width: 70px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2024%2024'%20width='24'%20height='24'%3E%3Cpath%20fill='%23828D9E'%20d='M16.043%208.543c.39-.39%201.024-.39%201.414%200s.39%201.024%200%201.414l-4.75%204.75-.076.068c-.393.32-.972.298-1.338-.068L6.543%209.957c-.39-.39-.39-1.024%200-1.414s1.024-.39%201.414%200L12%2012.586z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: right 0.25rem;
  background-position-y: calc(50% + 1px);
  background-size: 24px;
}

body.account .orders-pager-select:focus {
  border-color: #28b1a8;
  box-shadow: none;
}

body.account .orders-pager-pages {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

body.account .orders-pager-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  background-color: #28b1a8;
  border-radius: 6px;
}

body.account .orders-pager-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  color: #052523;
  border: 1px solid #e8eced;
  border-radius: 6px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.account .orders-pager-link:hover {
  border-color: #28b1a8;
  color: #28b1a8;
}

body.account .orders-pager-prev,
    body.account .orders-pager-next {
  color: #828e9e;
}

body.account .orders-pager-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  color: #828e9e;
}

body.account .orders-pager-count {
  font-size: 14px;
  font-weight: 600;
  color: #828e9e;
}

/* ═══ Magento native pager inside .orders-pager ═══ */

body.account .orders-pager {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

body.account .orders-pager .pager {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

/* Hide toolbar-amount */

body.account .orders-pager .pager > .toolbar-amount {
  display: none !important;
}

/* Center pagination absolutely */

body.account .orders-pager .pager > div:has(nav) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

body.account .orders-pager .pager > .limiter {
  display: flex !important;
}

/* ── Pager nav — same style as category page ── */

body.account .orders-pager .pager nav ol{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.account .orders-pager .pager nav ol li a{
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  font-weight: 600;
}

body.account .orders-pager .pager nav ol li a:hover{
  background-color: rgba(40, 177, 168, 0.05);
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

body.account .orders-pager .pager nav ol li a[aria-current="page"]{
  --tw-border-opacity: 1;
  border-color: rgba(40, 177, 168, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper body.relative.account .orders-pager .pager nav ol li.pages-item-previous,.market-product-grid-wrapper 
        body.relative.account .orders-pager .pager nav ol li.pages-item-next {
  display: block;
  transform: none;
}

body.account .orders-pager .pager nav ol li.pages-item-previous,
        body.account .orders-pager .pager nav ol li.pages-item-next{
  display: flex;
}

.faq-question-view .question_view > body.account .orders-pager .pager nav ol li.pages-item-previous.border-container, .faq-category-view .question_view > body.account .orders-pager .pager nav ol li.pages-item-previous.border-container,.faq-question-view .question_view > 
        body.account .orders-pager .pager nav ol li.pages-item-next.border-container, .faq-category-view .question_view > 
        body.account .orders-pager .pager nav ol li.pages-item-next.border-container {
  display: none;
}

body.account .orders-pager .pager nav ol li.pages-item-previous a, body.account .orders-pager .pager nav ol li.pages-item-next a{
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 0 10px;
}

body.account .orders-pager .pager nav ol li.pages-item-previous a:hover, body.account .orders-pager .pager nav ol li.pages-item-next a:hover{
  background-color: transparent;
}

body.account .orders-pager .pager nav ol li.pages-item-previous a svg, body.account .orders-pager .pager nav ol li.pages-item-next a svg{
  stroke: #052523;
  border-radius: 20px;
  padding: 5px;
  box-sizing: content-box;
}

body.account .orders-pager .pager nav ol li.pages-item-previous a:hover svg, body.account .orders-pager .pager nav ol li.pages-item-next a:hover svg{
  background-color: rgba(226, 229, 234, 0.2);
}

body.account .orders-pager .pager nav ol li:nth-child(2) a{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-left-width: 1px;
}

body.account .orders-pager .pager nav ol li:nth-last-child(2) a{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-right-width: 1px;
}

body.account .orders-pager-count {
  font-size: 15px;
  font-weight: 600;
  color: #828e9e;
  white-space: nowrap;
  order: -1;
}

body.account .orders-pager.no-pagination .orders-pager-count {
  display: none;
}

body.account .orders-pager .limiter .label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #052523;
  border: none;
}

body.account .orders-pager .limiter .label span {
  white-space: nowrap;
}

body.account .orders-pager .limiter .form-select {
  font-size: 15px;
  font-weight: 500;
  color: #052523;
  border: 1px solid #e8eced;
  border-radius: 6px;
  padding: 0.3rem 2rem 0.3rem 0.6rem;
  min-width: 70px;
}

body.account .orders-pager .limiter .form-select:focus {
  border-color: #28b1a8;
  box-shadow: none;
}

/* ═══ Actions toolbar — global account pages ═══ */

body.account .actions-toolbar {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e8eced;
}

/* ═══ Hide "Précédent" back links on all account pages ═══ */

body.account .action.back {
  display: none !important;
}

/* ═══ Newsletter (.newsletter-manage-index) ═══ */

body.account.newsletter-manage-index .field.choice input, body.account.customer-invoice-settings .field.choice input {
  margin-right: 10px;
}

body.account.newsletter-manage-index .field.choice .label, body.account.customer-invoice-settings .field.choice .label {
  font-size: 16px;
  font-weight: 500;
}

body.account.customer-invoice-settings .field {
  margin-top: 0;
}

body.account.customer-invoice-settings #form-validate {
  margin-top: 10px;
}

/* ═══ Mes données (.customer-account-data) ═══ */

body.account.customer-account-data .mikii-erp-form {
  font-size: 16px;
}

body.account.customer-account-data .mikii-erp-form .label,
        body.account.customer-account-data .mikii-erp-form .form-select,
        body.account.customer-account-data .mikii-erp-form .form-input,
        body.account.customer-account-data .mikii-erp-form .form-checkbox + label {
  font-size: 16px;
}

/* ═══ Account Edit — Informations du compte ═══ */

body.account .edit-account-card {
  padding: 1.5rem 2rem;
}

body.account .edit-account-card .fieldset.info {
  margin: 0;
  padding: 0;
  border: none;
}

body.account .edit-account-card legend {
  font-size: 20px;
  padding-bottom: 0;
}

body.account .edit-account-card .field label {
  font-size: 16px;
}

body.account .edit-account-card .field.field-reserved {
  margin-bottom: 0;
}

body.account .edit-account-card .field.field-reserved ul:last-of-type {
  margin-bottom: 0;
}

/* Checkboxes "Changer l'email" / "Modifier le mot de passe" */

body.account .edit-account-toggles {
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
}

body.account .edit-account-toggle-item {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #052523;
  margin-bottom: 0 !important;
}

body.account .edit-account-toggle-item:hover {
  border-color: #28b1a8;
  color: #28b1a8;
  background: rgba(40, 177, 168, 0.03);
}

body.account .edit-account-toggle-item input:checked ~ .edit-account-toggle-label {
  color: #28b1a8;
}

body.account .edit-account-toggle-item:has(input:checked) {
  border-color: #28b1a8;
  background: rgba(40, 177, 168, 0.05);
}

body.account .edit-account-toggle-label {
  cursor: pointer;
}

/* Password fields — side by side */

body.account .edit-account-password-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}

@media (max-width: 767px) {
  body.account .edit-account-password-grid {
    grid-template-columns: 1fr;
  }

  body.account .edit-account-toggles {
    flex-direction: column;
  }
}

/* Password strength meter */

body.account #password-strength-meter-container {
  margin-top: 0.5rem;
}

body.account #password-strength-meter {
  font-size: 13px;
  font-weight: 600;
  color: #828e9e;
}

body.account #password-strength-meter-label {
  font-weight: 700;
}

/* ═══ RMA New Form (.rma-rma-new) ═══ */

/* Force page title to "Nouveau retour" (Step2/Info.php overrides it dynamically) */

body.account.rma-rma-new .page-title span {
  font-size: 0;
  line-height: 0;
}

body.account.rma-rma-new .page-title span::before {
  content: "Nouveau retour";
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 2.8rem;
}

body.account.rma-rma-new .rma-new-card .block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}

body.account.rma-rma-new .rma-new-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Error message */

body.account.rma-rma-new .rma-error-msg {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: rgba(243, 72, 50, 0.08);
  border: 1px solid rgba(243, 72, 50, 0.2);
  border-radius: 8px;
  color: #f34832;
  font-size: 15px;
  font-weight: 600;
}

body.account.rma-rma-new .rma-error-msg svg {
  min-width: 16px;
}

/* Order selector field */

body.account.rma-rma-new .rma-new-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

body.account.rma-rma-new .rma-new-label {
  font-size: 16px;
  font-weight: 700;
  color: #052523;
}

/* Loader */

body.account.rma-rma-new .rma-loader {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  color: #828e9e;
}

body.account.rma-rma-new .rma-loader-spinner {
  width: 20px;
  height: 20px;
  color: #28b1a8;
  animation: rma-spin 0.8s linear infinite;
}

@keyframes rma-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Hide vendor step2 header (Remove button, increment-id) */

body.account.rma-rma-new .mst-rma-create__order-header {
  display: none;
}

body.account.rma-rma-new .rma-new-order-content .clearfix {
  display: none;
}

/* Step2 container */

body.account.rma-rma-new .rma-step2-container,
        body.account.rma-rma-new .rma-new-step2,
        body.account.rma-rma-new .mst-rma-create__order {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* ─── Order info section ─── */

body.account.rma-rma-new .rma-order-info {
  background: #fcfcfd;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
  padding: 1rem 1.25rem;
}

body.account.rma-rma-new .rma-order-info-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

body.account.rma-rma-new .rma-order-info-title {
  font-size: 17px;
  font-weight: 700;
  color: #052523;
}

body.account.rma-rma-new .rma-order-info-meta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

body.account.rma-rma-new .rma-order-info-date,
        body.account.rma-rma-new .rma-order-info-amount {
  font-size: 11px;
  font-weight: 800;
  color: #828D9E;
  background: transparent;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  border: 1px solid #b0b7c3;
}

body.account.rma-rma-new .rma-order-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5rem 2rem;
  gap: 0.5rem 2rem;
}

body.account.rma-rma-new .rma-order-info-address {
  grid-column: 1 / -1;
}

body.account.rma-rma-new .rma-order-info-label {
  font-size: 13px;
  font-weight: 600;
  color: #828D9E;
  display: block;
}

body.account.rma-rma-new .rma-order-info-value {
  font-size: 15px;
  color: #052523;
}

body.account.rma-rma-new .rma-order-info-value br {
  display: none;
}

/* ─── Items section ─── */

body.account.rma-rma-new .rma-items-title {
  font-size: 17px;
  font-weight: 700;
  color: #052523;
  margin-bottom: 0;
}

body.account.rma-rma-new .rma-items-hint {
  font-size: 14px;
  color: #828e9e;
  margin-bottom: 0.75rem;
}

body.account.rma-rma-new .rma-items-search-wrapper {
  position: relative;
  margin-bottom: 0.75rem;
}

body.account.rma-rma-new .rma-items-search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #828e9e;
  pointer-events: none;
}

body.account.rma-rma-new .rma-items-search {
  padding-left: 2.25rem;
  padding-right: 0.75rem;
  font-size: 15px;
}

body.account.rma-rma-new .rma-items-search::placeholder {
  color: #6c7280;
}

body.account.rma-rma-new .rma-items-search::-webkit-search-cancel-button,
        body.account.rma-rma-new .rma-items-search::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

body.account.rma-rma-new .rma-items-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* ─── Single item card ─── */

body.account.rma-rma-new .rma-one-item {
  border: 1px solid #e8eced;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  cursor: pointer;
}

body.account.rma-rma-new .rma-one-item:hover:not(.rma-item-disabled):not(.rma-item-selected) {
  border-color: rgba(40, 177, 168, 0.4);
  background-color: rgba(40, 177, 168, 0.02);
}

body.account.rma-rma-new .rma-one-item:hover:not(.rma-item-disabled):not(.rma-item-selected) input[type="checkbox"] {
  border-color: #b0dfdb;
}

body.account.rma-rma-new .rma-one-item:hover:not(.rma-item-disabled):not(.rma-item-selected) .rma-item-qty-badge {
  color: #73ada8;
  background: #e6f4f3;
}

body.account.rma-rma-new .rma-one-item.rma-item-selected {
  border-color: #28b1a8;
  background-color: rgba(40, 177, 168, 0.02);
}

body.account.rma-rma-new .rma-one-item.rma-item-selected .rma-item-qty-badge {
  color: #73ada8;
  background: #e6f4f3;
}

body.account.rma-rma-new .rma-one-item.rma-item-disabled {
  opacity: 0.5;
  cursor: default;
}

/* Item header row */

body.account.rma-rma-new .rma-item-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

body.account.rma-rma-new .rma-item-header input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  accent-color: #28b1a8;
  cursor: pointer;
}

body.account.rma-rma-new .rma-item-img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: contain;
  border-radius: 6px;
  background: #f9fafb;
}

body.account.rma-rma-new .rma-item-name {
  font-size: 16px;
  font-weight: 600;
  color: #052523;
  flex: 1;
}

body.account.rma-rma-new .rma-item-qty-badge {
  font-size: 13px;
  font-weight: 600;
  color: #828e9e;
  background: #f2f4f4;
  border-radius: 9999px;
  padding: 0.1rem 0.5rem;
  white-space: nowrap;
}

/* Item notice (disabled/not-allowed) */

body.account.rma-rma-new .rma-item-notice {
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: rgba(239, 142, 40, 0.08);
  border-radius: 6px;
  font-size: 14px;
  color: #ef8e28;
}

body.account.rma-rma-new .rma-item-notice p {
  margin: 0;
}

body.account.rma-rma-new .rma-item-notice-info {
  background: rgba(62, 99, 234, 0.08);
  color: #3e63ea;
}

/* ─── Item expanded options ─── */

body.account.rma-rma-new .rma-item-options {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #d4e1e0;
}

body.account.rma-rma-new .rma-item-fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body.account.rma-rma-new .rma-item-fields-row {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  align-items: end;
}

body.account.rma-rma-new .rma-item-field {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

body.account.rma-rma-new .rma-item-field-label {
  font-size: 15px;
  font-weight: 600;
  color: #052523;
  margin-bottom: 2px;
}

body.account.rma-rma-new .rma-item-field-label .required {
  color: #f34832;
  font-weight: 800;
}

body.account.rma-rma-new .rma-field-hint {
  font-size: 12px;
  color: #828e9e;
}

/* Input/Select shared styles */

body.account.rma-rma-new .rma-input,
        body.account.rma-rma-new .rma-select {
  font-size: 15px;
  color: #052523;
  border: 1px solid #d4e1e0;
  border-radius: 6px;
  padding: 0.4rem 0.6rem;
  background-color: white;
  outline: none;
}

body.account.rma-rma-new .rma-input:focus,
        body.account.rma-rma-new .rma-select:focus {
  border-color: #28b1a8;
}

body.account.rma-rma-new .rma-select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2024%2024'%20width='24'%20height='24'%3E%3Cpath%20fill='%23828D9E'%20d='M16.043%208.543c.39-.39%201.024-.39%201.414%200s.39%201.024%200%201.414l-4.75%204.75-.076.068c-.393.32-.972.298-1.338-.068L6.543%209.957c-.39-.39-.39-1.024%200-1.414s1.024-.39%201.414%200L12%2012.586z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: right 0.25rem;
  background-position-y: calc(50% + 1px);
  background-size: 24px;
}

body.account.rma-rma-new .rma-input-qty {
  width: 60px;
  text-align: center;
}

body.account.rma-rma-new .rma-item-field-qty {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

body.account.rma-rma-new .rma-qty-max {
  font-size: 14px;
  color: #828e9e;
}

body.account.rma-rma-new .rma-textarea {
  resize: vertical;
  min-height: 48px;
}

body.account.rma-rma-new .rma-file-input {
  font-size: 14px;
  padding: 0.3rem;
}

/* Validation error states */

body.account.rma-rma-new .rma-field-error {
  border-color: #f34832 !important;
}

body.account.rma-rma-new .rma-field-error-msg {
  font-size: 13px;
  color: #f34832;
  margin-top: 0.2rem;
}

/* ─── Submit button ─── */

body.account.rma-rma-new .rma-submit-wrapper {
  margin-top: 0.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e8eced;
  display: flex;
  justify-content: flex-end;
}

body.account.rma-rma-new .rma-submit-btn {
  font-size: 16px;
  font-weight: 700;
  padding: 0.6rem 2rem;
}

/* Bouton Retour — flèche à gauche en ::before */

body.account.rma-rma-new .rma-btn-back::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,<%3Fxml version='1.0' encoding='utf-8'%3F><svg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'><g><path fill='%2328b1a8' d='M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z'/></g></svg>");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0;
  transform: rotate(180deg);
}

/* ─── Policy section (vendor) ─── */

body.account.rma-rma-new .rma-policy {
  font-size: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

body.account.rma-rma-new .rma-policy .wide {
  margin-bottom: 0.75rem;
  color: #052523;
  line-height: 1.6;
}

body.account.rma-rma-new .rma-policy .control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

body.account.rma-rma-new .rma-policy .control label {
  font-size: 15px;
  font-weight: 600;
  color: #052523;
}

body.account.rma-rma-new .rma-policy .legend {
  font-size: 17px;
  font-weight: 700;
  color: #052523;
  margin-bottom: 0.75rem;
}

/* ─── Responsive ─── */

@media (max-width: 767px) {
  body.account.rma-rma-new .rma-item-fields-row {
    grid-template-columns: 1fr;
  }

  body.account.rma-rma-new .rma-order-info-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════════════════
       Order View Page — body.account.sales-order-view
       + RMA Order tab — body.account.rma-rma-order
       + Invoice tab — body.account.sales-order-invoice
       + Shipment tab — body.account.sales-order-shipment
       + Creditmemo tab — body.account.sales-order-creditmemo
       ═══════════════════════════════════════════════════════════ */

/* ─── Force page title ─── */

body.account.sales-order-view .page-title span, body.account.rma-rma-order .page-title span, body.account.sales-order-invoice .page-title span, body.account.sales-order-shipment .page-title span, body.account.sales-order-creditmemo .page-title span {
  font-size: 0;
  line-height: 0;
}

body.account.sales-order-view .page-title span::before, body.account.rma-rma-order .page-title span::before, body.account.sales-order-invoice .page-title span::before, body.account.sales-order-shipment .page-title span::before, body.account.sales-order-creditmemo .page-title span::before {
  content: "Mes commandes";
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 2.8rem;
}

/* ─── Card container ─── */

body.account.sales-order-view .order-view-card .block-title, body.account.rma-rma-order .order-view-card .block-title, body.account.sales-order-invoice .order-view-card .block-title, body.account.sales-order-shipment .order-view-card .block-title, body.account.sales-order-creditmemo .order-view-card .block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

body.account.sales-order-view .order-view-title-left, body.account.rma-rma-order .order-view-title-left, body.account.sales-order-invoice .order-view-title-left, body.account.sales-order-shipment .order-view-title-left, body.account.sales-order-creditmemo .order-view-title-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

body.account.sales-order-view .order-view-date, body.account.rma-rma-order .order-view-date, body.account.sales-order-invoice .order-view-date, body.account.sales-order-shipment .order-view-date, body.account.sales-order-creditmemo .order-view-date {
  font-size: 14px;
  font-weight: 600;
  color: #828e9e;
}

/* ─── Remove vendor wrapper styling ─── */

body.account.sales-order-view .order-details-items, body.account.rma-rma-order .order-details-items, body.account.sales-order-invoice .order-details-items, body.account.sales-order-shipment .order-details-items, body.account.sales-order-creditmemo .order-details-items {
  background: none;
  padding: 0;
}

/* ─── Tabs / Order links ─── */

body.account.sales-order-view .order-view-tabs, body.account.rma-rma-order .order-view-tabs, body.account.sales-order-invoice .order-view-tabs, body.account.sales-order-shipment .order-view-tabs, body.account.sales-order-creditmemo .order-view-tabs {
  margin-bottom: 1.25rem;
}

body.account.sales-order-view .order-links, body.account.rma-rma-order .order-links, body.account.sales-order-invoice .order-links, body.account.sales-order-shipment .order-links, body.account.sales-order-creditmemo .order-links {
  display: flex;
  align-items: center;
  gap: 0;
  background: none;
  border-bottom: 2px solid #e8eced;
  padding: 0;
}

body.account.sales-order-view .order-links li, body.account.rma-rma-order .order-links li, body.account.sales-order-invoice .order-links li, body.account.sales-order-shipment .order-links li, body.account.sales-order-creditmemo .order-links li {
  display: inline-flex;
  padding: 0.5rem 1rem;
  font-size: 15px;
  font-weight: 600;
  color: #052523;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  white-space: nowrap;
}

body.account.sales-order-view .order-links li a, body.account.rma-rma-order .order-links li a, body.account.sales-order-invoice .order-links li a, body.account.sales-order-shipment .order-links li a, body.account.sales-order-creditmemo .order-links li a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

body.account.sales-order-view .order-links li:hover, body.account.rma-rma-order .order-links li:hover, body.account.sales-order-invoice .order-links li:hover, body.account.sales-order-shipment .order-links li:hover, body.account.sales-order-creditmemo .order-links li:hover {
  color: #28b1a8;
}

body.account.sales-order-view .order-links li.current, body.account.rma-rma-order .order-links li.current, body.account.sales-order-invoice .order-links li.current, body.account.sales-order-shipment .order-links li.current, body.account.sales-order-creditmemo .order-links li.current {
  color: #052523;
  font-weight: 700;
  border-bottom-color: #28b1a8;
  flex-grow: 0;
}

/* ─── Info section (addresses, shipping, payment) ─── */

body.account.sales-order-view .order-view-info-section, body.account.rma-rma-order .order-view-info-section, body.account.sales-order-invoice .order-view-info-section, body.account.sales-order-shipment .order-view-info-section, body.account.sales-order-creditmemo .order-view-info-section {
  margin-bottom: 1.5rem;
}

body.account.sales-order-view .order-view-info, body.account.rma-rma-order .order-view-info, body.account.sales-order-invoice .order-view-info, body.account.sales-order-shipment .order-view-info, body.account.sales-order-creditmemo .order-view-info {
  background: #fcfcfd;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
  padding: 1rem 1.25rem;
}

body.account.sales-order-view .order-view-info-grid, body.account.rma-rma-order .order-view-info-grid, body.account.sales-order-invoice .order-view-info-grid, body.account.sales-order-shipment .order-view-info-grid, body.account.sales-order-creditmemo .order-view-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.5rem 2rem;
  gap: 0.5rem 2rem;
}

@media (max-width: 1024px) {
  body.account.sales-order-view .order-view-info-grid, body.account.rma-rma-order .order-view-info-grid, body.account.sales-order-invoice .order-view-info-grid, body.account.sales-order-shipment .order-view-info-grid, body.account.sales-order-creditmemo .order-view-info-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  body.account.sales-order-view .order-view-info-grid, body.account.rma-rma-order .order-view-info-grid, body.account.sales-order-invoice .order-view-info-grid, body.account.sales-order-shipment .order-view-info-grid, body.account.sales-order-creditmemo .order-view-info-grid {
    grid-template-columns: 1fr;
  }
}

body.account.sales-order-view .order-view-info-item, body.account.rma-rma-order .order-view-info-item, body.account.sales-order-invoice .order-view-info-item, body.account.sales-order-shipment .order-view-info-item, body.account.sales-order-creditmemo .order-view-info-item {
  display: flex;
  flex-direction: column;
}

body.account.sales-order-view .order-view-info-label, body.account.rma-rma-order .order-view-info-label, body.account.sales-order-invoice .order-view-info-label, body.account.sales-order-shipment .order-view-info-label, body.account.sales-order-creditmemo .order-view-info-label {
  font-size: 14px;
  font-weight: 600;
  color: #828D9E;
  margin-bottom: 0.25rem;
}

body.account.sales-order-view .order-view-info-value, body.account.rma-rma-order .order-view-info-value, body.account.sales-order-invoice .order-view-info-value, body.account.sales-order-shipment .order-view-info-value, body.account.sales-order-creditmemo .order-view-info-value {
  font-size: 15px;
  font-weight: 500;
  color: #052523;
  line-height: 1.5;
}

body.account.sales-order-view .order-view-info-value .order-view-address-name,
            body.account.sales-order-view .order-view-info-value .order-view-address-company,
            body.account.sales-order-view .order-view-info-value .order-view-address-line,
            body.account.sales-order-view .order-view-info-value .order-view-address-phone,
            body.account.rma-rma-order .order-view-info-value .order-view-address-name,
            body.account.rma-rma-order .order-view-info-value .order-view-address-company,
            body.account.rma-rma-order .order-view-info-value .order-view-address-line,
            body.account.rma-rma-order .order-view-info-value .order-view-address-phone,
            body.account.sales-order-invoice .order-view-info-value .order-view-address-name,
            body.account.sales-order-invoice .order-view-info-value .order-view-address-company,
            body.account.sales-order-invoice .order-view-info-value .order-view-address-line,
            body.account.sales-order-invoice .order-view-info-value .order-view-address-phone,
            body.account.sales-order-shipment .order-view-info-value .order-view-address-name,
            body.account.sales-order-shipment .order-view-info-value .order-view-address-company,
            body.account.sales-order-shipment .order-view-info-value .order-view-address-line,
            body.account.sales-order-shipment .order-view-info-value .order-view-address-phone,
            body.account.sales-order-creditmemo .order-view-info-value .order-view-address-name,
            body.account.sales-order-creditmemo .order-view-info-value .order-view-address-company,
            body.account.sales-order-creditmemo .order-view-info-value .order-view-address-line,
            body.account.sales-order-creditmemo .order-view-info-value .order-view-address-phone {
  display: block;
}

body.account.sales-order-view .order-view-info-value .order-view-address-name, body.account.rma-rma-order .order-view-info-value .order-view-address-name, body.account.sales-order-invoice .order-view-info-value .order-view-address-name, body.account.sales-order-shipment .order-view-info-value .order-view-address-name, body.account.sales-order-creditmemo .order-view-info-value .order-view-address-name {
  font-weight: 600;
}

body.account.sales-order-view .order-view-info-value .order-view-address-company, body.account.rma-rma-order .order-view-info-value .order-view-address-company, body.account.sales-order-invoice .order-view-info-value .order-view-address-company, body.account.sales-order-shipment .order-view-info-value .order-view-address-company, body.account.sales-order-creditmemo .order-view-info-value .order-view-address-company {
  font-size: 14px;
  color: #828D9E;
}

body.account.sales-order-view .order-view-info-value .order-view-address-phone, body.account.rma-rma-order .order-view-info-value .order-view-address-phone, body.account.sales-order-invoice .order-view-info-value .order-view-address-phone, body.account.sales-order-shipment .order-view-info-value .order-view-address-phone, body.account.sales-order-creditmemo .order-view-info-value .order-view-address-phone {
  font-size: 14px;
  color: #828D9E;
  margin-top: 0.25rem;
}

/* ─── Section titles ─── */

body.account.sales-order-view .order-view-section-title, body.account.rma-rma-order .order-view-section-title, body.account.sales-order-invoice .order-view-section-title, body.account.sales-order-shipment .order-view-section-title, body.account.sales-order-creditmemo .order-view-section-title {
  font-size: 17px;
  font-weight: 700;
  color: #052523;
  margin: 0 0 0.75rem 0;
}

body.account.sales-order-view .order-view-invoice-header, body.account.rma-rma-order .order-view-invoice-header, body.account.sales-order-invoice .order-view-invoice-header, body.account.sales-order-shipment .order-view-invoice-header, body.account.sales-order-creditmemo .order-view-invoice-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

body.account.sales-order-view .order-view-invoice-header .order-view-section-title, body.account.rma-rma-order .order-view-invoice-header .order-view-section-title, body.account.sales-order-invoice .order-view-invoice-header .order-view-section-title, body.account.sales-order-shipment .order-view-invoice-header .order-view-section-title, body.account.sales-order-creditmemo .order-view-invoice-header .order-view-section-title {
  margin: 0;
}

body.account.sales-order-view .order-view-invoice-print, body.account.rma-rma-order .order-view-invoice-print, body.account.sales-order-invoice .order-view-invoice-print, body.account.sales-order-shipment .order-view-invoice-print, body.account.sales-order-creditmemo .order-view-invoice-print {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 14px;
  font-weight: 600;
  color: #828e9e;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 1px solid #CACFD8;
  border-radius: 6px;
  padding: 0.25rem 0.6rem;
}

body.account.sales-order-view .order-view-invoice-print:hover, body.account.rma-rma-order .order-view-invoice-print:hover, body.account.sales-order-invoice .order-view-invoice-print:hover, body.account.sales-order-shipment .order-view-invoice-print:hover, body.account.sales-order-creditmemo .order-view-invoice-print:hover {
  color: #28b1a8;
  border-color: #28b1a8;
}

body.account.sales-order-view .order-view-items-section, body.account.rma-rma-order .order-view-items-section, body.account.sales-order-invoice .order-view-items-section, body.account.sales-order-shipment .order-view-items-section, body.account.sales-order-creditmemo .order-view-items-section {
  margin-bottom: 0;
}

/* ─── Items table ─── */

body.account.sales-order-view .order-view-items-table, body.account.rma-rma-order .order-view-items-table, body.account.sales-order-invoice .order-view-items-table, body.account.sales-order-shipment .order-view-items-table, body.account.sales-order-creditmemo .order-view-items-table {
  width: 100%;
  border-collapse: collapse;
}

body.account.sales-order-view .order-view-items-table thead th, body.account.rma-rma-order .order-view-items-table thead th, body.account.sales-order-invoice .order-view-items-table thead th, body.account.sales-order-shipment .order-view-items-table thead th, body.account.sales-order-creditmemo .order-view-items-table thead th {
  font-size: 15px;
  font-weight: 700;
  color: #052523;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #e8eced;
  white-space: nowrap;
}

body.account.sales-order-view .order-view-items-table thead th:last-child, body.account.rma-rma-order .order-view-items-table thead th:last-child, body.account.sales-order-invoice .order-view-items-table thead th:last-child, body.account.sales-order-shipment .order-view-items-table thead th:last-child, body.account.sales-order-creditmemo .order-view-items-table thead th:last-child {
  padding-right: 0;
}

body.account.sales-order-view .order-view-items-table tbody td, body.account.rma-rma-order .order-view-items-table tbody td, body.account.sales-order-invoice .order-view-items-table tbody td, body.account.sales-order-shipment .order-view-items-table tbody td, body.account.sales-order-creditmemo .order-view-items-table tbody td {
  font-size: 15px;
  color: #052523;
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid #f2f3f7;
  vertical-align: top;
}

body.account.sales-order-view .order-view-items-table tbody td:last-child, body.account.rma-rma-order .order-view-items-table tbody td:last-child, body.account.sales-order-invoice .order-view-items-table tbody td:last-child, body.account.sales-order-shipment .order-view-items-table tbody td:last-child, body.account.sales-order-creditmemo .order-view-items-table tbody td:last-child {
  padding-right: 0;
}

body.account.sales-order-view .order-view-items-table tbody tr:last-child td, body.account.rma-rma-order .order-view-items-table tbody tr:last-child td, body.account.sales-order-invoice .order-view-items-table tbody tr:last-child td, body.account.sales-order-shipment .order-view-items-table tbody tr:last-child td, body.account.sales-order-creditmemo .order-view-items-table tbody tr:last-child td {
  border-bottom: none;
}

/* Centre la colonne Qté (3ème col) sur creditmemo */

body.account.sales-order-view.sales-order-creditmemo .order-view-items-table tbody td:nth-child(3), body.account.rma-rma-order.sales-order-creditmemo .order-view-items-table tbody td:nth-child(3), body.account.sales-order-invoice.sales-order-creditmemo .order-view-items-table tbody td:nth-child(3), body.account.sales-order-shipment.sales-order-creditmemo .order-view-items-table tbody td:nth-child(3), body.account.sales-order-creditmemo.sales-order-creditmemo .order-view-items-table tbody td:nth-child(3) {
  text-align: center;
}

body.account.sales-order-view .order-view-item-name, body.account.rma-rma-order .order-view-item-name, body.account.sales-order-invoice .order-view-item-name, body.account.sales-order-shipment .order-view-item-name, body.account.sales-order-creditmemo .order-view-item-name {
  font-weight: 600;
  font-size: 15px;
}

body.account.sales-order-view .order-view-item-meta, body.account.rma-rma-order .order-view-item-meta, body.account.sales-order-invoice .order-view-item-meta, body.account.sales-order-shipment .order-view-item-meta, body.account.sales-order-creditmemo .order-view-item-meta {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
  line-height: 1.25;
}

body.account.sales-order-view .order-view-item-sku, body.account.rma-rma-order .order-view-item-sku, body.account.sales-order-invoice .order-view-item-sku, body.account.sales-order-shipment .order-view-item-sku, body.account.sales-order-creditmemo .order-view-item-sku {
  font-size: 13px;
  color: #828D9E;
}

body.account.sales-order-view .order-view-item-option, body.account.rma-rma-order .order-view-item-option, body.account.sales-order-invoice .order-view-item-option, body.account.sales-order-shipment .order-view-item-option, body.account.sales-order-creditmemo .order-view-item-option {
  font-size: 13px;
  color: #828D9E;
}

body.account.sales-order-view .order-view-item-links, body.account.rma-rma-order .order-view-item-links, body.account.sales-order-invoice .order-view-item-links, body.account.sales-order-shipment .order-view-item-links, body.account.sales-order-creditmemo .order-view-item-links {
  font-size: 14px;
  color: #828D9E;
}

body.account.sales-order-view .order-view-item-desc, body.account.rma-rma-order .order-view-item-desc, body.account.sales-order-invoice .order-view-item-desc, body.account.sales-order-shipment .order-view-item-desc, body.account.sales-order-creditmemo .order-view-item-desc {
  font-size: 14px;
  color: #828D9E;
}

/* ─── Qty lines ─── */

body.account.sales-order-view .order-view-qty-line, body.account.rma-rma-order .order-view-qty-line, body.account.sales-order-invoice .order-view-qty-line, body.account.sales-order-shipment .order-view-qty-line, body.account.sales-order-creditmemo .order-view-qty-line {
  font-size: 15px;
  color: #052523;
  margin: 0;
}

/* ─── Totals ─── */

body.account.sales-order-view .order-view-totals, body.account.rma-rma-order .order-view-totals, body.account.sales-order-invoice .order-view-totals, body.account.sales-order-shipment .order-view-totals, body.account.sales-order-creditmemo .order-view-totals {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #e8eced;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
}

body.account.sales-order-view .order-view-totals-table, body.account.rma-rma-order .order-view-totals-table, body.account.sales-order-invoice .order-view-totals-table, body.account.sales-order-shipment .order-view-totals-table, body.account.sales-order-creditmemo .order-view-totals-table {
  border-collapse: collapse;
}

body.account.sales-order-view .order-view-total-label, body.account.rma-rma-order .order-view-total-label, body.account.sales-order-invoice .order-view-total-label, body.account.sales-order-shipment .order-view-total-label, body.account.sales-order-creditmemo .order-view-total-label {
  font-size: 15px;
  color: #052523;
  padding: 0.25rem 1.5rem 0.25rem 0;
  text-align: right;
  white-space: nowrap;
}

body.account.sales-order-view .order-view-total-value, body.account.rma-rma-order .order-view-total-value, body.account.sales-order-invoice .order-view-total-value, body.account.sales-order-shipment .order-view-total-value, body.account.sales-order-creditmemo .order-view-total-value {
  font-size: 15px;
  color: #052523;
  padding: 0.25rem 0;
  text-align: right;
  white-space: nowrap;
}

body.account.sales-order-view .order-view-total-grand td, body.account.rma-rma-order .order-view-total-grand td, body.account.sales-order-invoice .order-view-total-grand td, body.account.sales-order-shipment .order-view-total-grand td, body.account.sales-order-creditmemo .order-view-total-grand td {
  padding-top: 0.5rem;
  border-top: 1px solid #e8eced;
}

body.account.sales-order-view .order-view-totals strong, body.account.rma-rma-order .order-view-totals strong, body.account.sales-order-invoice .order-view-totals strong, body.account.sales-order-shipment .order-view-totals strong, body.account.sales-order-creditmemo .order-view-totals strong {
  font-weight: 700;
}

/* ─── Comments section ─── */

body.account.sales-order-view .order-comments, body.account.rma-rma-order .order-comments, body.account.sales-order-invoice .order-comments, body.account.sales-order-shipment .order-comments, body.account.sales-order-creditmemo .order-comments {
  margin-bottom: 1.25rem;
}

/* ─── Vendor overrides ─── */

body.account.sales-order-view .actions-toolbar, body.account.rma-rma-order .actions-toolbar, body.account.sales-order-invoice .actions-toolbar, body.account.sales-order-shipment .actions-toolbar, body.account.sales-order-creditmemo .actions-toolbar {
  display: none;
}

body.account.sales-order-view .bg-container-lighter, body.account.rma-rma-order .bg-container-lighter, body.account.sales-order-invoice .bg-container-lighter, body.account.sales-order-shipment .bg-container-lighter, body.account.sales-order-creditmemo .bg-container-lighter {
  background: none;
}

body.account.sales-order-view .order-title, body.account.rma-rma-order .order-title, body.account.sales-order-invoice .order-title, body.account.sales-order-shipment .order-title, body.account.sales-order-creditmemo .order-title {
  display: none;
}

/* ─── RMA content inside order view ─── */

body.account.sales-order-view .order-view-rma-content, body.account.rma-rma-order .order-view-rma-content, body.account.sales-order-invoice .order-view-rma-content, body.account.sales-order-shipment .order-view-rma-content, body.account.sales-order-creditmemo .order-view-rma-content {
  position: relative;
}

body.account.sales-order-view .order-view-rma-content.block-rma-list, body.account.rma-rma-order .order-view-rma-content.block-rma-list, body.account.sales-order-invoice .order-view-rma-content.block-rma-list, body.account.sales-order-shipment .order-view-rma-content.block-rma-list, body.account.sales-order-creditmemo .order-view-rma-content.block-rma-list {
  padding: 0;
}

body.account.sales-order-view .order-view-rma-btn, body.account.rma-rma-order .order-view-rma-btn, body.account.sales-order-invoice .order-view-rma-btn, body.account.sales-order-shipment .order-view-rma-btn, body.account.sales-order-creditmemo .order-view-rma-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

body.account.sales-order-view .order-view-rma-content .rma-filter, body.account.rma-rma-order .order-view-rma-content .rma-filter, body.account.sales-order-invoice .order-view-rma-content .rma-filter, body.account.sales-order-shipment .order-view-rma-content .rma-filter, body.account.sales-order-creditmemo .order-view-rma-content .rma-filter {
  padding-right: 220px;
}

/* ─── Shipment tracking info ─── */

body.account.sales-order-view .order-view-tracking, body.account.rma-rma-order .order-view-tracking, body.account.sales-order-invoice .order-view-tracking, body.account.sales-order-shipment .order-view-tracking, body.account.sales-order-creditmemo .order-view-tracking {
  font-size: 14px;
  color: #052523;
  margin-bottom: 0.75rem;
}

body.account.sales-order-view .order-view-tracking-label, body.account.rma-rma-order .order-view-tracking-label, body.account.sales-order-invoice .order-view-tracking-label, body.account.sales-order-shipment .order-view-tracking-label, body.account.sales-order-creditmemo .order-view-tracking-label {
  font-weight: 600;
  margin-right: 0.25rem;
}

body.account.sales-order-view .order-view-tracking-number, body.account.rma-rma-order .order-view-tracking-number, body.account.sales-order-invoice .order-view-tracking-number, body.account.sales-order-shipment .order-view-tracking-number, body.account.sales-order-creditmemo .order-view-tracking-number {
  font-weight: 500;
}

body.account.sales-order-view .order-view-tracking-link, body.account.rma-rma-order .order-view-tracking-link, body.account.sales-order-invoice .order-view-tracking-link, body.account.sales-order-shipment .order-view-tracking-link, body.account.sales-order-creditmemo .order-view-tracking-link {
  color: #28b1a8;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

body.account.sales-order-view .order-view-tracking-link:hover, body.account.rma-rma-order .order-view-tracking-link:hover, body.account.sales-order-invoice .order-view-tracking-link:hover, body.account.sales-order-shipment .order-view-tracking-link:hover, body.account.sales-order-creditmemo .order-view-tracking-link:hover {
  color: #052523;
}

body.account.sales-order-view .order-view-tracking-sep, body.account.rma-rma-order .order-view-tracking-sep, body.account.sales-order-invoice .order-view-tracking-sep, body.account.sales-order-shipment .order-view-tracking-sep, body.account.sales-order-creditmemo .order-view-tracking-sep {
  margin-right: 0.15rem;
}

/* ═══════════════════════════════════════════════════════════
       Questionnaires — body.account.questionnaire-index-index
       ═══════════════════════════════════════════════════════════ */

/* ─── Card title ─── */

body.account.questionnaire-index-index .block-questionnaire-list h2 {
  font-size: 22px;
  font-weight: 800;
  color: #052523;
  margin-bottom: 1rem;
}

/* ─── Table ─── */

body.account.questionnaire-index-index .block-questionnaire-list table {
  width: 100%;
  border-collapse: collapse;
}

body.account.questionnaire-index-index .block-questionnaire-list thead tr {
  border-bottom: 1px solid #e8eced;
}

body.account.questionnaire-index-index .block-questionnaire-list thead th {
  font-size: 15px;
  font-weight: 700;
  color: #052523;
  padding: 0.5rem 0.75rem;
  white-space: nowrap;
}

body.account.questionnaire-index-index .block-questionnaire-list tbody tr {
  background: none !important;
  border-bottom: 1px solid #f2f3f7;
}

body.account.questionnaire-index-index .block-questionnaire-list tbody tr:last-child {
  border-bottom: none;
}

body.account.questionnaire-index-index .block-questionnaire-list tbody td {
  font-size: 15px;
  color: #052523;
  padding: 0.6rem 0.75rem;
  vertical-align: middle;
}

body.account.questionnaire-index-index .block-questionnaire-list tbody td strong {
  font-weight: 600;
}

/* ─── Button ─── */

body.account.questionnaire-index-index .block-questionnaire-list .btn-size-sm {
  font-size: 14px;
  font-weight: 600;
  padding: 0.3rem 0.75rem;
}

/* ─── "Déjà répondu" text ─── */

body.account.questionnaire-index-index .block-questionnaire-list .questionnaire-already-answered {
  font-size: 14px;
  font-weight: 500;
  color: #828D9E;
}

/* ─── (Obligatoire) badge ─── */

body.account.questionnaire-index-index .block-questionnaire-list .questionnaire-required-tag {
  font-size: 12px;
  font-weight: 700;
  color: #f34832;
  margin-left: 0.25rem;
}

/* ═══════════════════════════════════════════════════════════
       Statistics — body.account.market-account-statistics
       ═══════════════════════════════════════════════════════════ */

/* Hide original h1 title (we have it in the card) */

body.account.market-account-statistics .market-statistics-page > h1 {
  display: none;
}

body.account.market-account-statistics .pz-statistics-page .block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

body.account.market-account-statistics .pz-statistics-page .block-title h2 {
  font-size: 22px;
  font-weight: 800;
  color: #052523;
}

body.account.market-account-statistics .pz-stats-toggle {
  display: flex;
  background: #F2F3F7;
  border-radius: 8px;
  padding: 4px;
  gap: 0;
}

body.account.market-account-statistics .pz-stats-toggle button {
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #828e9e;
  border: none;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
}

body.account.market-account-statistics .pz-stats-toggle button.active {
  background: white;
  color: #052523;
  font-weight: 700;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* ─── KPI Cards row (3 cols × 2 rows) ─── */

body.account.market-account-statistics .pz-stats-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e8eced;
}

@media (max-width: 1024px) {
  body.account.market-account-statistics .pz-stats-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  body.account.market-account-statistics .pz-stats-kpi-grid {
    grid-template-columns: 1fr;
  }
}

body.account.market-account-statistics .pz-stats-kpi-card {
  background: white;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

body.account.market-account-statistics .pz-stats-kpi-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(40, 177, 168, 0.1);
  border-radius: 8px;
  color: #28b1a8;
  margin-bottom: 0.35rem;
}

body.account.market-account-statistics .pz-stats-kpi-label {
  font-size: 16px;
  font-weight: 700;
  color: #052523;
}

body.account.market-account-statistics .pz-stats-kpi-value {
  font-size: 25px;
  font-weight: 800;
  color: #052523;
  line-height: 1.2;
}

body.account.market-account-statistics .pz-stats-kpi-sub {
  font-size: 13px;
  font-weight: 500;
  color: #828D9E;
}

body.account.market-account-statistics .pz-stats-kpi-link {
  color: #28b1a8;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 600;
}

body.account.market-account-statistics .pz-stats-kpi-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* ─── Progression indicator (vs. mois dernier) ─── */

body.account.market-account-statistics .pz-stats-progression {
  font-size: 12px;
  font-weight: 600;
  color: #828D9E;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

body.account.market-account-statistics .pz-stats-progression-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 2px;
  width: 14px;
  height: 14px;
}

body.account.market-account-statistics .pz-stats-progression-indicator.positive {
  background-color: #28b1a8;
}

body.account.market-account-statistics .pz-stats-progression-indicator.negative {
  background-color: #f34832;
}

body.account.market-account-statistics .pz-stats-progression-indicator svg {
  width: 8px;
  height: 8px;
  fill: white;
}

body.account.market-account-statistics .pz-stats-progression-indicator .arrow-up svg {
  transform: rotate(-45deg);
}

body.account.market-account-statistics .pz-stats-progression-indicator .arrow-down svg {
  transform: rotate(45deg);
}

body.account.market-account-statistics .pz-stats-progression-text {
  font-weight: 700;
}

body.account.market-account-statistics .pz-stats-progression-text.positive {
  color: #28b1a8;
}

body.account.market-account-statistics .pz-stats-progression-text.negative {
  color: #f34832;
}

/* ─── Charts row ─── */

body.account.market-account-statistics .pz-stats-charts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

body.account.market-account-statistics .pz-stats-charts-grid > :first-child {
  grid-column: span 2;
}

@media (max-width: 768px) {
  body.account.market-account-statistics .pz-stats-charts-grid {
    grid-template-columns: 1fr;
  }

  body.account.market-account-statistics .pz-stats-charts-grid > :first-child {
    grid-column: span 1;
  }
}

body.account.market-account-statistics .pz-stats-chart-box {
  background: white;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

body.account.market-account-statistics .pz-stats-chart-container {
  position: relative;
  height: 150px;
}

body.account.market-account-statistics .pz-stats-chart-container.pz-stats-chart-doughnut {
  height: 170px;
}

body.account.market-account-statistics .pz-stats-chart-container canvas {
  width: 100% !important;
  height: 100% !important;
}

/* ─── Top lists layout (2 cols 50/50) ─── */

body.account.market-account-statistics .pz-stats-toplists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

body.account.market-account-statistics .pz-stats-toplists-left,
        body.account.market-account-statistics .pz-stats-toplists-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

@media (max-width: 768px) {
  body.account.market-account-statistics .pz-stats-toplists {
    grid-template-columns: 1fr;
  }
}

/* ─── Sort toggle (Volume / Valeur) ─── */

body.account.market-account-statistics .pz-stats-sort-toggle {
  display: flex;
  gap: 0.25rem;
  margin-left: auto;
}

body.account.market-account-statistics .pz-stats-sort-toggle button {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #e2e5ea;
  background: white;
  color: #828D9E;
  cursor: pointer;
  transition: all 0.15s;
}

body.account.market-account-statistics .pz-stats-sort-toggle button.active {
  background: #052523;
  color: white;
  border-color: #052523;
}

/* ─── Item rank (numbered list) ─── */

body.account.market-account-statistics .pz-stats-item-rank {
  font-size: 13px;
  font-weight: 700;
  color: #828D9E;
  flex-shrink: 0;
  min-width: 1.5rem;
}

/* ─── Gamme subtitle ─── */

body.account.market-account-statistics .pz-stats-item-gamme {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #828D9E;
  margin-top: 1px;
}

/* ─── Grid of boxes (3 cols) — legacy ─── */

body.account.market-account-statistics .pz-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 1024px) {
  body.account.market-account-statistics .pz-stats-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  body.account.market-account-statistics .pz-stats-grid {
    grid-template-columns: 1fr;
  }
}

/* ─── Individual box ─── */

body.account.market-account-statistics .pz-stats-box {
  background: white;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  min-width: 0;
}

/* ─── Box title with icon ─── */

body.account.market-account-statistics .pz-stats-box-title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 16px;
  font-weight: 800;
  color: #052523;
  margin: 0 0 0.75rem 0;
}

body.account.market-account-statistics .pz-stats-box-title svg {
  color: #28b1a8;
  flex-shrink: 0;
}

/* ─── List items ─── */

body.account.market-account-statistics .pz-stats-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.account.market-account-statistics .pz-stats-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid #f2f3f7;
}

body.account.market-account-statistics .pz-stats-list li:last-child {
  border-bottom: none;
}

body.account.market-account-statistics .pz-stats-item-name {
  font-size: 14px;
  font-weight: 500;
  color: #052523;
  -webkit-text-decoration: none;
  text-decoration: none;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

body.account.market-account-statistics .pz-stats-item-name:hover {
  color: #28b1a8;
}

body.account.market-account-statistics .pz-stats-item-value {
  font-size: 14px;
  font-weight: 600;
  color: #052523;
  white-space: nowrap;
  flex-shrink: 0;
}

body.account.market-account-statistics .pz-stats-empty {
  font-size: 14px;
  color: #828D9E;
}

/* ═══════════════════════════════════════════════════
       WISHLIST — Ma liste d'achats
       ═══════════════════════════════════════════════════ */

/* ── Card header — title left, buttons right ── */

body.account.wishlist-index-index .wishlist-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

body.account.wishlist-index-index .wishlist-card-header h2 {
  font-size: 22px;
  font-weight: 800;
  color: #052523;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

body.account.wishlist-index-index .wishlist-total-count {
  font-size: 15px;
  font-weight: 600;
  color: #828e9e;
}

body.account.wishlist-index-index .wishlist-actions-top {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

/* Tooltip wrapper for "Tout ajouter" */

body.account.wishlist-index-index .wishlist-tocart-wrapper {
  position: relative;
  display: inline-flex;
}

body.account.wishlist-index-index .wishlist-tocart-tooltip {
  position: absolute;
  background: white;
  z-index: 99999;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e2e5ea;
  padding: 5px 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  line-height: 1.15;
}

body.account.wishlist-index-index .wishlist-tocart-tooltip span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #052523;
}

/* Arrow */

body.account.wishlist-index-index .wishlist-tocart-tooltip::after {
  content: "";
  position: absolute;
  background: white;
  width: 8px;
  height: 8px;
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(45deg);
  border-right: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
}

body.account.wishlist-index-index .wishlist-tocart-tooltip[x-cloak] {
  display: none !important;
}

body.account.wishlist-index-index .wishlist-actions-top .btn {
  font-size: 15px;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
}

/* "Tout ajouter au panier" — bg vert, border vert, SVG + texte */

body.account.wishlist-index-index .wishlist-actions-top .action.tocart {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #28b1a8;
  color: white;
  border: 1px solid #28b1a8;
}

body.account.wishlist-index-index .wishlist-actions-top .action.tocart:hover {
  filter: brightness(1.05);
}

/* Remove the arrow ::after from btn */

body.account.wishlist-index-index .wishlist-actions-top .action.tocart::after {
  display: none !important;
}

/* Spinner overlay — covers button content, keeps dimensions */

body.account.wishlist-index-index .wishlist-allcart-btn {
  position: relative;
}

body.account.wishlist-index-index .wishlist-allcart-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #28b1a8;
  border-radius: inherit;
}

body.account.wishlist-index-index .wishlist-allcart-overlay[x-cloak] {
  display: none !important;
}

body.account.wishlist-index-index .wishlist-allcart-spinner {
  animation: wishlist-spin 0.8s linear infinite;
}

body.account.wishlist-index-index .wishlist-actions-top .action.tocart svg {
  flex-shrink: 0;
}

/* Auto-save status indicator */

body.account.wishlist-index-index .wishlist-autosave-status {
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0 0.5rem;
  white-space: nowrap;
  min-width: 130px;
  justify-content: flex-start;
}

body.account.wishlist-index-index .wishlist-autosave-status.is-saving {
  color: #828D9E;
}

body.account.wishlist-index-index .wishlist-autosave-status.is-saved {
  color: #28b1a8;
}

body.account.wishlist-index-index .wishlist-autosave-status.is-error {
  color: #f34832;
}

body.account.wishlist-index-index .wishlist-autosave-status[x-cloak] {
  display: none !important;
}

body.account.wishlist-index-index .wishlist-autosave-status svg[x-cloak] {
  display: none !important;
}

body.account.wishlist-index-index .wishlist-autosave-spinner {
  animation: wishlist-spin 0.8s linear infinite;
}

@keyframes wishlist-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ── Wishlist card container ── */

body.account.wishlist-index-index .wishlist-card {
  padding: 1.25rem 1.5rem !important;
}

/* ── Product grid — 5 columns ── */

body.account.wishlist-index-index .wishlist-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.5rem;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Font sizes for 5-col layout */

body.account.wishlist-index-index .wishlist-grid .product-info-gamme {
  font-size: 14px;
}

/* Limit product name to 2 lines */

body.account.wishlist-index-index .wishlist-grid .product-info-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

body.account.wishlist-index-index .wishlist-grid .old-price {
  line-height: 1;
}

body.account.wishlist-index-index .wishlist-grid .prix-catalogue-old {
  display: none;
}

body.account.wishlist-index-index .wishlist-grid .price-current {
  gap: 0;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1.25rem;
}

/* Override account card padding on product items */

body.account.wishlist-index-index .wishlist-grid .product-item {
  padding: 0.25rem !important;
  min-width: 0;
}

/* Remove stroke on cart button SVG — fill only */

body.account.wishlist-index-index .wishlist-grid .btn-round svg {
  stroke: none;
}

/* ── Bottom actions toolbar — hide (moved to top) ── */

body.account.wishlist-index-index .form-wishlist-items > .actions-toolbar {
  display: none;
}

/* Pager uses .orders-pager styles from the account section */

/* ── Responsive ── */

@media (max-width: 1279px) {
  body.account.wishlist-index-index .wishlist-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1023px) {
  body.account.wishlist-index-index .wishlist-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  body.account.wishlist-index-index .wishlist-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  body.account.wishlist-index-index .wishlist-actions-top {
    flex-wrap: wrap;
  }
}

@media (max-width: 479px) {
  body.account.wishlist-index-index .wishlist-grid {
    grid-template-columns: 1fr;
  }
}

.catalog-category-view #maincontent{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  .catalog-category-view #maincontent{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .catalog-category-view #maincontent{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .catalog-category-view #maincontent{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .catalog-category-view #maincontent{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .catalog-category-view #maincontent{
    max-width: 1536px;
  }
}

.catalog-category-view #maincontent{
  margin-top: 0px;
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  .catalog-category-view #maincontent{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .catalog-category-view #maincontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > .catalog-category-view #maincontent {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 0 2.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > .catalog-category-view #maincontent {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1280px) {
  .catalog-category-view #maincontent {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent .catalog-category-view #maincontent > div, .customer-account-createpassword #maincontent .catalog-category-view #maincontent > div {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  }
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form .catalog-category-view #maincontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .checkout-cart-index .catalog-category-view #maincontent > div > .lg\:w-\[265px\] {
    flex-shrink: 0;
    min-width: 265px
  }
}

.checkout-cart-index .catalog-category-view #maincontent > div > .lg\:flex-1 {
  min-width: 0;
  overflow: hidden;
}

.checkout-cart-index .crosssell-product-slider .catalog-category-view #maincontent{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0px;
}

@media (max-width: 640px) {
  .checkout-cart-index .cart-form .catalog-category-view #maincontent {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.faq-question-view .column.main > .catalog-category-view #maincontent{
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1280px) {
  .catalog-category-view #maincontent {
    max-width: 100%;
    padding: 0 25px !important
  }
}

@media (max-width: 640px) {
  .catalog-category-view #maincontent {
    padding: 0 10px !important
  }
}

@media (max-width: 1024px) {
  .catalog-category-view .category-description {
    display: none;
  }
}

@media (max-width: 768px) {
  .catalog-category-view .main-title h1 {
    font-size: 1.75rem !important;
  }

  .catalog-category-view #product-count {
    padding-top: 9px;
  }
}

.catalog-category-view .sidebar-additional{
  display: none;
}

.market-product-grid-wrapper .catalog-category-view .breadcrumbs.flex {
  display: block;
  transform: none;
}

.catalog-category-view .breadcrumbs{
  position: relative;
  background-color: transparent;
  padding-top: 2.5rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index: 1;
}

.catalog-category-view .breadcrumbs .breadcrumbs-list{
  padding-top: 0px;
  padding-bottom: 0px;
}

.catalog-category-view .breadcrumbs .breadcrumbs-list li a, .catalog-category-view .breadcrumbs .breadcrumbs-list li span:not(.breadcrumb-separator) {
  font-size: 10px;
}

.market-product-grid-wrapper .catalog-category-view .main-title.flex {
  display: block;
  transform: none;
}

.catalog-category-view .main-title{
  position: relative;
  margin-top: 0px;
  flex-direction: row;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
  padding-top: 0px;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .catalog-category-view .main-title {
    align-items: center;
    gap: 10px;
  }
}

@media not all and (min-width: 768px){
  .catalog-category-view .main-title{
    padding: 0px;
  }
}

.catalog-category-view .main-title {
  column-gap: 1rem;
  margin-bottom: 3.5rem;
}

.catalog-category-view .main-title h1{
  font-size: 2.6rem;
  line-height: 2.8rem;
}

.catalog-category-view .main-title:after{
  position: absolute;
  top: 0px;
  left: -100vw;
  right: -100vw;
  z-index: -10;
  display: block;
  --tw-content: '';
  content: var(--tw-content);
}

[data-content-type$='block'] .catalog-category-view .main-title p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.catalog-category-view .main-title:after {
  background: linear-gradient(174deg, #e2f6f4 25%, #f9fafb 60%);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  bottom: -2.5rem;
  top: -4rem;
}

.catalog-category-view .main-title .category-description{
  margin: 0px;
  width: 100%;
}

.faq-question-view .sidebar-additional .catalog-category-view .main-title .category-description:has(#amfaq_search), .faq-category-view .sidebar-additional .catalog-category-view .main-title .category-description:has(#amfaq_search) {
  display: none;
}

/* Override Page Builder inline styles */

.catalog-category-view .main-title .category-description > div[data-content-type="row"] > div[data-element="inner"] {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Pas de sauts de ligne dans les descriptions */

.catalog-category-view .main-title .category-description p {
  display: inline;
  margin: 0;
  font-size: 15px;
}

.catalog-category-view .main-title .category-description p:empty {
  display: none;
}

.catalog-category-view .main-title .category-description p + p::before {
  content: " ";
}

.catalog-category-view .main-title .category-description br {
  display: none;
}

@media not all and (min-width: 768px){
  .catalog-category-view .main-title .category-description > div{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.catalog-category-view #product-count{
  padding-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2.catalog-category-view #product-count{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

.am-filter-state .filter-options-title span.catalog-category-view #product-count {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.catalog-category-view #product-count {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.catalog-category-view #product-count.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.catalog-category-view #product-count.leading-tight.text-black + svg{
  right: -2rem;
}

.catalog-category-view #category-view-container {
  padding: 0;
  font-size: 1rem;
  line-height: 1.25rem;
}

.catalog-category-view #category-view-container .category-slider {
  margin: 20px 0 0;
  padding: 0;
}

/* Forcer les images du slider visibles sur mobile */

.catalog-category-view #category-view-container .category-slider img {
  display: block !important;
}

/* Anti-FOUC : masquer les slides sauf la première avant init Glider */

.catalog-category-view #category-view-container .category-slider .glider:not(.draggable) {
  overflow: hidden;
}

.catalog-category-view #category-view-container .category-slider .glider:not(.draggable) > div:not(:first-child) {
  display: none;
}

.catalog-category-view #category-view-container .category-slider .glider.draggable {
  border-radius: 8px;
  overflow: hidden;
}

.catalog-category-view #category-view-container .category-slider .glider-prev {
  left: -1.5rem !important;
}

.catalog-category-view #category-view-container .category-slider .glider-next {
  right: -1.5rem !important;
}

.catalog-category-view #category-view-container .category-slider .glider-prev:hover svg, .catalog-category-view #category-view-container .category-slider .glider-next:hover svg {
  stroke: #052523;
}

.catalog-category-view #category-view-container .category-slider .glider-prev:active, .catalog-category-view #category-view-container .category-slider .glider-next:active {
  margin-top: 0;
}

.catalog-category-view #category-view-container .category-slider .glider-prev.disabled,
            .catalog-category-view #category-view-container .category-slider .glider-next.disabled {
  opacity: 1;
}

.catalog-category-view #category-view-container .category-slider .glider-prev.disabled svg, .catalog-category-view #category-view-container .category-slider .glider-next.disabled svg {
  opacity: 0.5;
}

.market-product-grid-wrapper .catalog-category-view .category-intro.flex {
  display: block;
  transform: none;
}

.catalog-category-view .category-intro{
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.catalog-category-view .category-intro p{
  font-size: 0.9375rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.catalog-category-view .category-intro:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .catalog-category-view .category-intro p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.catalog-category-view .category-intro:after {
  left: -100vw;
  right: -100vw;
  z-index: -1;
}

.catalog-category-view .products-grid .product-item{
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
}

.catalog-category-view .products-grid .product-item .link-product{
  position: relative;
}

.catalog-category-view .products-grid .product-item .badge {
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  z-index: 2;
  position: relative;
  top: 6px;
  left: 6px;
  padding: 0 6px;
  padding-bottom: 0px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  background-color: #ff4f4f;
}

.catalog-category-view .products-grid .product-item .badge.badge-rules {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  text-transform: none;
  top: auto;
  bottom: -10px;
  left: 0;
  padding-bottom: 8px;
  border-radius: 0;
  width: 100%;
  background: #38ac9b;
}

.market-product-grid-wrapper .catalog-category-view .sidebar-filters.flex {
  display: block;
  transform: none;
}

.catalog-category-view .sidebar-filters{
  position: relative;
  overflow-x: hidden;
}

.catalog-category-view .laboratory-media-plans [class*="text-primary-darker"] [class*="text-secondary"] {
  font-weight: 600;
}

.catalog-category-view .laboratory-media-plans .btn:hover{
  --tw-border-opacity: 1;
  border-color: rgba(5, 37, 35, var(--tw-border-opacity, 1));
  background-color: rgba(40, 177, 168, 0.05);
  color: #28b1a8;
  filter: none;
}

.catalog-category-view .laboratory-media-plans .media-plans-content a:hover {
  border-color: #28b1a8 !important;
}

.catalog-category-view .media-plans-header h3{
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .catalog-category-view .media-plans-header h3 {
    align-items: center;
    gap: 10px;
  }
}

.catalog-category-view .media-plans-header h3:before {
  content: "";
  display: block;
  height: 3.5rem;
  width: 3.5rem;
  flex: none;
  border-radius: 9999px;
}

[data-content-type$='block'] .catalog-category-view .media-plans-header h3 p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.catalog-category-view .media-plans-header h3:before {
  background-color: #28b1a8 !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="50px" height="50px"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M42.498,7.499 L39.374,7.499 L39.374,3.125 C39.374,1.399 37.975,0.000 36.249,0.000 C34.523,0.000 33.124,1.399 33.124,3.125 L33.124,7.499 L16.876,7.499 L16.876,3.125 C16.876,1.399 15.477,0.000 13.751,0.000 C12.025,0.000 10.626,1.399 10.626,3.125 L10.626,7.499 L7.502,7.499 C3.360,7.499 0.002,10.857 0.002,14.999 L0.002,42.498 C-0.000,44.464 0.772,46.352 2.152,47.753 C3.560,49.191 5.489,50.000 7.502,49.998 L42.498,49.998 C44.543,49.998 46.403,49.178 47.753,47.848 C49.191,46.439 50.000,44.511 49.998,42.498 L49.998,14.999 C49.998,10.857 46.640,7.499 42.498,7.499 ZM32.698,32.146 L23.335,38.803 C22.261,39.574 20.841,39.665 19.677,39.038 C18.511,38.406 17.789,37.182 17.798,35.856 L17.798,22.543 C17.789,21.216 18.511,19.992 19.677,19.358 C20.841,18.731 22.261,18.823 23.335,19.596 L32.698,26.252 C33.009,26.478 33.283,26.751 33.508,27.062 C34.688,28.690 34.325,30.966 32.698,32.146 Z"/></svg>');
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}

.catalog-category-view .toolbar-products nav ol{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.catalog-category-view .toolbar-products nav ol li a{
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  font-weight: 600;
}

.catalog-category-view .toolbar-products nav ol li a:hover{
  background-color: rgba(40, 177, 168, 0.05);
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.catalog-category-view .toolbar-products nav ol li a[aria-current="page"]{
  --tw-border-opacity: 1;
  border-color: rgba(40, 177, 168, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.catalog-category-view .toolbar-products nav li.pages-item-previous,.market-product-grid-wrapper .relative .catalog-category-view .toolbar-products nav li.pages-item-next {
  display: block;
  transform: none;
}

.catalog-category-view .toolbar-products nav li.pages-item-previous, .catalog-category-view .toolbar-products nav li.pages-item-next{
  display: flex;
}

.faq-question-view .question_view > .catalog-category-view .toolbar-products nav li.pages-item-previous.border-container, .faq-category-view .question_view > .catalog-category-view .toolbar-products nav li.pages-item-previous.border-container,.faq-question-view .question_view >  .catalog-category-view .toolbar-products nav li.pages-item-next.border-container, .faq-category-view .question_view >  .catalog-category-view .toolbar-products nav li.pages-item-next.border-container {
  display: none;
}

.catalog-category-view .toolbar-products nav li.pages-item-previous a, .catalog-category-view .toolbar-products nav li.pages-item-next a{
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 0 10px;
}

.catalog-category-view .toolbar-products nav li.pages-item-previous a:hover, .catalog-category-view .toolbar-products nav li.pages-item-next a:hover{
  background-color: transparent;
}

.catalog-category-view .toolbar-products nav li.pages-item-previous a svg, .catalog-category-view .toolbar-products nav li.pages-item-next a svg{
  stroke: #052523;
  border-radius: 20px;
  padding: 5px;
  box-sizing: content-box;
}

.catalog-category-view .toolbar-products nav li.pages-item-previous a:hover svg, .catalog-category-view .toolbar-products nav li.pages-item-next a:hover svg{
  background-color: rgba(226, 229, 234, 0.2);
}

.catalog-category-view .toolbar-products nav li:nth-child(2) a{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-left-width: 1px;
}

.catalog-category-view .toolbar-products nav li:nth-last-child(2) a{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-right-width: 1px;
}

#layered-filter-block{
  margin-top: 1.25rem;
}

.market-product-grid-wrapper .relative#layered-filter-block .sidebar-title {
  display: block;
  transform: none;
}

#layered-filter-block .sidebar-title{
  display: flex;
  justify-content: space-between;
}

.faq-question-view .question_view > #layered-filter-block .sidebar-title.border-container, .faq-category-view .question_view > #layered-filter-block .sidebar-title.border-container {
  display: none;
}

#layered-filter-block .sidebar-title .icon svg{
  --tw-rotate: 270deg;
  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));
}

#layered-filter-block .sidebar-title.open .icon svg{
  --tw-rotate: 360deg;
  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));
}

#layered-filter-block h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.section-one-review #layered-filter-block h2{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review #layered-filter-block h2{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review #layered-filter-block h2 p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review #layered-filter-block h2 p{
    font-size: 38px !important;
    line-height: 3rem !important;
  }
}

#layered-filter-block h2{
  font-weight: 800;
}

#filters-content, #layered-filter-block-content{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#filters-content[class="block-content filter-content is-sidebar hidden"], #filters-content[class="block-content filter-content hidden is-sidebar"], #layered-filter-block-content[class="block-content filter-content is-sidebar hidden"], #layered-filter-block-content[class="block-content filter-content hidden is-sidebar"]{
  display: none;
}

#filters-content .sort-by-sidebar, #layered-filter-block-content .sort-by-sidebar{
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
}

.page-footer .footer.content #filters-content .sort-by-sidebar.border-black,.page-footer .footer.content  #layered-filter-block-content .sort-by-sidebar.border-black {
  border-color: #e2e5ea;
}


    body.cms-home .page-footer .footer.content > [class~="bg-white"] > #filters-content .sort-by-sidebar:first-child,
    body.cms-home-logged .page-footer .footer.content > [class~="bg-white"] > #filters-content .sort-by-sidebar:first-child,
    body.cms-notre-offre .page-footer .footer.content > [class~="bg-white"] > #filters-content .sort-by-sidebar:first-child,
    body.cms-notre-histoire .page-footer .footer.content > [class~="bg-white"] > #filters-content .sort-by-sidebar:first-child,
    body.cms-offre-groupement .page-footer .footer.content > [class~="bg-white"] > #filters-content .sort-by-sidebar:first-child,
    body.customer-account-login .page-footer .footer.content > [class~="bg-white"] > #filters-content .sort-by-sidebar:first-child,
    body.customer-account-logoutsuccess .page-footer .footer.content > [class~="bg-white"] > #filters-content .sort-by-sidebar:first-child,
    body.checkout-onepage-success .page-footer .footer.content > [class~="bg-white"] > #filters-content .sort-by-sidebar:first-child,
    body.cms-noroute-index .page-footer .footer.content > [class~="bg-white"] > #filters-content .sort-by-sidebar:first-child,
    body.customer-account-forgotpassword .page-footer .footer.content > [class~="bg-white"] > #filters-content .sort-by-sidebar:first-child,
    body.customer-account-createpassword .page-footer .footer.content > [class~="bg-white"] > #filters-content .sort-by-sidebar:first-child,
    body.contact-index-index .page-footer .footer.content > [class~="bg-white"] > #filters-content .sort-by-sidebar:first-child,
    body.account .page-footer .footer.content > [class~="bg-white"] > #filters-content .sort-by-sidebar:first-child,
    body.cms-home .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .sort-by-sidebar:first-child,
    body.cms-home-logged .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .sort-by-sidebar:first-child,
    body.cms-notre-offre .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .sort-by-sidebar:first-child,
    body.cms-notre-histoire .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .sort-by-sidebar:first-child,
    body.cms-offre-groupement .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .sort-by-sidebar:first-child,
    body.customer-account-login .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .sort-by-sidebar:first-child,
    body.customer-account-logoutsuccess .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .sort-by-sidebar:first-child,
    body.checkout-onepage-success .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .sort-by-sidebar:first-child,
    body.cms-noroute-index .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .sort-by-sidebar:first-child,
    body.customer-account-forgotpassword .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .sort-by-sidebar:first-child,
    body.customer-account-createpassword .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .sort-by-sidebar:first-child,
    body.contact-index-index .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .sort-by-sidebar:first-child,
    body.account .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .sort-by-sidebar:first-child {
  border-top: none;
}

.cms-compatible-lgo .page-footer .footer.content .bg-white > #filters-content .sort-by-sidebar:first-child,.cms-compatible-lgo .page-footer .footer.content .bg-white >  #layered-filter-block-content .sort-by-sidebar:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .bg-white > #filters-content .sort-by-sidebar:first-child,.cms-guichet-unique .page-footer .footer.content .bg-white >  #layered-filter-block-content .sort-by-sidebar:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .bg-white > #filters-content .sort-by-sidebar:first-child,.cms-notre-catalogue .page-footer .footer.content .bg-white >  #layered-filter-block-content .sort-by-sidebar:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .bg-white > #filters-content .sort-by-sidebar:first-child,.cms-l-offre-b2c .page-footer .footer.content .bg-white >  #layered-filter-block-content .sort-by-sidebar:first-child {
  border-top: none;
}

.contact-index-index .page-footer .footer.content [class~="bg-white"] > #filters-content .sort-by-sidebar:first-child,.contact-index-index .page-footer .footer.content [class~="bg-white"] >  #layered-filter-block-content .sort-by-sidebar:first-child {
  border-top: none;
}

#filters-content .sort-by-sidebar, #layered-filter-block-content .sort-by-sidebar {
  padding-bottom: 1.25rem;
}

.market-product-grid-wrapper .relative#filters-content .sort-by-sidebar .sort-by-sidebar-options,.market-product-grid-wrapper .relative #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-options {
  display: block;
  transform: none;
}

#filters-content .sort-by-sidebar .sort-by-sidebar-options, #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-options{
  display: flex;
  flex-direction: column;
}

.faq-question-view .question_view > #filters-content .sort-by-sidebar .sort-by-sidebar-options.border-container, .faq-category-view .question_view > #filters-content .sort-by-sidebar .sort-by-sidebar-options.border-container,.faq-question-view .question_view >  #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-options.border-container, .faq-category-view .question_view >  #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-options.border-container {
  display: none;
}

#filters-content .sort-by-sidebar .sort-by-sidebar-options, #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-options {
  padding-top: 0;
}

.market-product-grid-wrapper .relative#filters-content .sort-by-sidebar .sort-by-sidebar-item,.market-product-grid-wrapper .relative #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-item {
  display: block;
  transform: none;
}

#filters-content .sort-by-sidebar .sort-by-sidebar-item, #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-item{
  display: flex;
  cursor: pointer;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #filters-content .sort-by-sidebar .sort-by-sidebar-item,.checkout-onepage-success .thanks-banner  #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-item {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #filters-content .sort-by-sidebar .sort-by-sidebar-item.border-container, .faq-category-view .question_view > #filters-content .sort-by-sidebar .sort-by-sidebar-item.border-container,.faq-question-view .question_view >  #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-item.border-container, .faq-category-view .question_view >  #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-item.border-container {
  display: none;
}

#filters-content .sort-by-sidebar .sort-by-sidebar-item, #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-item {
  padding-top: 0;
  padding-bottom: 0.15rem;
  gap: 0.5rem;
}

#filters-content .sort-by-sidebar .sort-by-sidebar-item span, #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-item span {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#filters-content .sort-by-sidebar .sort-by-sidebar-item:hover span, #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-item:hover span {
  color: #28b1a8;
}

#filters-content .sort-by-sidebar .sort-by-sidebar-item input[type="radio"], #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-item input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #d1d5db;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}

#filters-content .sort-by-sidebar .sort-by-sidebar-item input[type="radio"]:checked, #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-item input[type="radio"]:checked {
  border-color: #28b1a8;
  background-color: #28b1a8;
}

#filters-content .sort-by-sidebar .sort-by-sidebar-item input[type="radio"]:checked::after, #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-item input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
}

#filters-content .sort-by-sidebar .sort-by-sidebar-options[x-cloak], #layered-filter-block-content .sort-by-sidebar .sort-by-sidebar-options[x-cloak] {
  display: none !important;
}

#filters-content .filter-option, #layered-filter-block-content .filter-option{
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
}

.page-footer .footer.content #filters-content .filter-option.border-black,.page-footer .footer.content  #layered-filter-block-content .filter-option.border-black {
  border-color: #e2e5ea;
}


    body.cms-home .page-footer .footer.content > [class~="bg-white"] > #filters-content .filter-option:first-child,
    body.cms-home-logged .page-footer .footer.content > [class~="bg-white"] > #filters-content .filter-option:first-child,
    body.cms-notre-offre .page-footer .footer.content > [class~="bg-white"] > #filters-content .filter-option:first-child,
    body.cms-notre-histoire .page-footer .footer.content > [class~="bg-white"] > #filters-content .filter-option:first-child,
    body.cms-offre-groupement .page-footer .footer.content > [class~="bg-white"] > #filters-content .filter-option:first-child,
    body.customer-account-login .page-footer .footer.content > [class~="bg-white"] > #filters-content .filter-option:first-child,
    body.customer-account-logoutsuccess .page-footer .footer.content > [class~="bg-white"] > #filters-content .filter-option:first-child,
    body.checkout-onepage-success .page-footer .footer.content > [class~="bg-white"] > #filters-content .filter-option:first-child,
    body.cms-noroute-index .page-footer .footer.content > [class~="bg-white"] > #filters-content .filter-option:first-child,
    body.customer-account-forgotpassword .page-footer .footer.content > [class~="bg-white"] > #filters-content .filter-option:first-child,
    body.customer-account-createpassword .page-footer .footer.content > [class~="bg-white"] > #filters-content .filter-option:first-child,
    body.contact-index-index .page-footer .footer.content > [class~="bg-white"] > #filters-content .filter-option:first-child,
    body.account .page-footer .footer.content > [class~="bg-white"] > #filters-content .filter-option:first-child,
    body.cms-home .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .filter-option:first-child,
    body.cms-home-logged .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .filter-option:first-child,
    body.cms-notre-offre .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .filter-option:first-child,
    body.cms-notre-histoire .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .filter-option:first-child,
    body.cms-offre-groupement .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .filter-option:first-child,
    body.customer-account-login .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .filter-option:first-child,
    body.customer-account-logoutsuccess .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .filter-option:first-child,
    body.checkout-onepage-success .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .filter-option:first-child,
    body.cms-noroute-index .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .filter-option:first-child,
    body.customer-account-forgotpassword .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .filter-option:first-child,
    body.customer-account-createpassword .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .filter-option:first-child,
    body.contact-index-index .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .filter-option:first-child,
    body.account .page-footer .footer.content > [class~="bg-white"] >  #layered-filter-block-content .filter-option:first-child {
  border-top: none;
}

.cms-compatible-lgo .page-footer .footer.content .bg-white > #filters-content .filter-option:first-child,.cms-compatible-lgo .page-footer .footer.content .bg-white >  #layered-filter-block-content .filter-option:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .bg-white > #filters-content .filter-option:first-child,.cms-guichet-unique .page-footer .footer.content .bg-white >  #layered-filter-block-content .filter-option:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .bg-white > #filters-content .filter-option:first-child,.cms-notre-catalogue .page-footer .footer.content .bg-white >  #layered-filter-block-content .filter-option:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .bg-white > #filters-content .filter-option:first-child,.cms-l-offre-b2c .page-footer .footer.content .bg-white >  #layered-filter-block-content .filter-option:first-child {
  border-top: none;
}

.contact-index-index .page-footer .footer.content [class~="bg-white"] > #filters-content .filter-option:first-child,.contact-index-index .page-footer .footer.content [class~="bg-white"] >  #layered-filter-block-content .filter-option:first-child {
  border-top: none;
}

.market-product-grid-wrapper .relative#filters-content .filter-option .filter-options-title,.market-product-grid-wrapper .relative#layered-filter-block-content .filter-option .filter-options-title {
  display: block;
  transform: none;
}

#filters-content .filter-option .filter-options-title,#layered-filter-block-content .filter-option .filter-options-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #filters-content .filter-option .filter-options-title,.checkout-onepage-success .thanks-banner #layered-filter-block-content .filter-option .filter-options-title {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #filters-content .filter-option .filter-options-title.border-container, .faq-category-view .question_view > #filters-content .filter-option .filter-options-title.border-container,.faq-question-view .question_view > #layered-filter-block-content .filter-option .filter-options-title.border-container, .faq-category-view .question_view > #layered-filter-block-content .filter-option .filter-options-title.border-container {
  display: none;
}

#filters-content .filter-option .filter-options-title .icon svg,#layered-filter-block-content .filter-option .filter-options-title .icon svg{
  --tw-rotate: 270deg;
  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));
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  transition-property: none;
  width: 1.35rem;
  height: 1.35rem;
}

#filters-content .filter-option .filter-options-title.sidebar-top-open,#layered-filter-block-content .filter-option .filter-options-title.sidebar-top-open{
  margin-bottom: 1rem;
}

#filters-content .filter-option .filter-options-title.sidebar-top-open .icon svg,#layered-filter-block-content .filter-option .filter-options-title.sidebar-top-open .icon svg{
  --tw-rotate: 360deg;
  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));
  transition-property: none;
}

#filters-content .filter-option .filter-options-title .title,#layered-filter-block-content .filter-option .filter-options-title .title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

#filters-content .items li a, #layered-filter-block-content .items li a{
  align-items: center;
  gap: 0px;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #filters-content .items li a,.checkout-onepage-success .thanks-banner  #layered-filter-block-content .items li a {
    align-items: center;
    gap: 10px;
  }
}

.market-product-grid-wrapper .relative#filters-content .items li a .count,.market-product-grid-wrapper .relative #layered-filter-block-content .items li a .count {
  display: block;
  transform: none;
}

#filters-content .items li a .count, #layered-filter-block-content .items li a .count{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner #filters-content .items li a .count,.checkout-onepage-success .thanks-banner  #layered-filter-block-content .items li a .count {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > #filters-content .items li a .count.border-container, .faq-category-view .question_view > #filters-content .items li a .count.border-container,.faq-question-view .question_view >  #layered-filter-block-content .items li a .count.border-container, .faq-category-view .question_view >  #layered-filter-block-content .items li a .count.border-container {
  display: none;
}

#filters-content .items li a .count, #layered-filter-block-content .items li a .count {
  margin-left: 5px;
  font-size: 13px;
  padding: 0 5px;
  border-radius: 4px;
  line-height: 17px;
  background: #f3f4f5;
}

#filters-content .items li a:hover,#layered-filter-block-content .items li a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2#filters-content .items li a:hover,[data-content-type='row'] h2#layered-filter-block-content .items li a:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#filters-content .items li a.amshopby-link-selected, #layered-filter-block-content .items li a.amshopby-link-selected{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2#filters-content .items li a.amshopby-link-selected,[data-content-type='row'] h2 #layered-filter-block-content .items li a.amshopby-link-selected{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

/* Disable SimpleBar on price filter */

.am-filter-items-price {
  overflow: visible !important;
  max-height: none !important;
  margin-top: -5px;
}

.am-filter-items-price .simplebar-wrapper,
    .am-filter-items-price .simplebar-mask,
    .am-filter-items-price .simplebar-offset,
    .am-filter-items-price .simplebar-content-wrapper,
    .am-filter-items-price .simplebar-content,
    .am-filter-items-price .simplebar-track {
  overflow: visible !important;
}

/* Price slider container */

.amshopby-slider-container {
  margin-top: 0 !important;
  padding: 12px 10px;
}

/* Price range widget */

.range.am-fromto-widget {
  padding-left: 0 !important;
  padding-right: 0 !important;
  justify-content: space-around !important;
}

.range.am-fromto-widget .amshopby-input-wrapper {
  position: relative;
  flex: 1 1 0% !important;
}

.range.am-fromto-widget .amshopby-input-wrapper input {
  padding-left: 12px;
  padding-right: 28px;
  text-align: center;
  transition: none !important;
  width: 100%;
}

.range.am-fromto-widget .amshopby-input-wrapper input:focus, .range.am-fromto-widget .amshopby-input-wrapper input:active {
  outline: none !important;
  border-color: #28b1a8 !important;
  --tw-ring-color: #28b1a8;
  box-shadow: 0 0 0 1px #28b1a8 !important;
}

.range.am-fromto-widget .amshopby-input-wrapper .amshopby-currency {
  position: absolute;
  right: 50%;
  margin-right: -32px;
  top: 50%;
  transform: translateY(-50%);
  color: #052523;
  font-size: 16px;
  pointer-events: none;
}

.range.am-fromto-widget .delimiter {
  flex: 0 0 auto;
}

.filter-options-content{
  /* Never show horizontal scrollbar in filters */
  overflow-x: hidden !important;
}

.filter-options-content .items{
  max-height: 340px;
  overflow-x: hidden !important;
}

/* SimpleBar custom scrollbar styling */

.filter-options-content .items .simplebar-scrollbar::before {
  background-color: #e2e5ea;
  border-radius: 10px;
}

.filter-options-content .items .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.filter-options-content .items .simplebar-track.simplebar-vertical {
  width: 10px;
  right: 0;
  background: transparent;
}

.market-product-grid-wrapper .relative.filter-options-content .items .item {
  display: block;
  transform: none;
}

.filter-options-content .items .item{
  display: flex;
  align-items: flex-start;
  gap: 0px;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.faq-question-view .question_view > .filter-options-content .items .item.border-container, .faq-category-view .question_view > .filter-options-content .items .item.border-container {
  display: none;
}

.market-product-grid-wrapper .relative.filter-options-content .items .item a {
  display: block;
  transform: none;
}

.filter-options-content .items .item a{
  order: 2;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .filter-options-content .items .item a {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .sidebar-additional .filter-options-content .items .item a:has(#amfaq_search), .faq-category-view .sidebar-additional .filter-options-content .items .item a:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .filter-options-content .items .item a.border-container, .faq-category-view .question_view > .filter-options-content .items .item a.border-container {
  display: none;
}

.filter-options-content .items .item a .count {
  position: relative;
  top: 1px;
}

.filter-options-content .items .item a .filter-count-label{
  display: none;
}

.filter-options-content .items .item a .label{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cms-amasty-faq-home-page .amfaq_questions .filter-options-content .items .item a .label {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions .filter-options-content .items .item a .label, .faq-category-view .amfaq_questions .filter-options-content .items .item a .label {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

@media (min-width: 768px){
  .filter-options-content .items .item a .label{
    max-width: 170px;
  }
}

.filter-options-content .items .item a .label{
  padding-left: 8px;
}

.filter-options-content .items .item input, .filter-options-content .items .item input.radio, .filter-options-content .items .item input[type='radio']{
  order: 1;
  flex-shrink: 0;
  cursor: pointer;
  display: block !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #e2e5ea;
  border-radius: 3px;
  background-color: white;
  background-image: none;
  position: relative;
}

/* Hide native radio dot */

.filter-options-content .items .item input::before, .filter-options-content .items .item input.radio::before, .filter-options-content .items .item input[type='radio']::before {
  display: none !important;
}

/* border-color: theme("colors.secondary.DEFAULT"); */

/* Turn label green on checkbox hover */

.filter-options-content .items .item input:hover + a .label,
                    .filter-options-content .items .item input:hover + .filter-row a .label,
                    .filter-options-content .items .item input:hover ~ a .label,
                    .filter-options-content .items .item input.radio:hover + a .label,
                    .filter-options-content .items .item input.radio:hover + .filter-row a .label,
                    .filter-options-content .items .item input.radio:hover ~ a .label,
                    .filter-options-content .items .item input[type='radio']:hover + a .label,
                    .filter-options-content .items .item input[type='radio']:hover + .filter-row a .label,
                    .filter-options-content .items .item input[type='radio']:hover ~ a .label {
  color: #28b1a8;
}

.filter-options-content .items .item input:checked, .filter-options-content .items .item input.radio:checked, .filter-options-content .items .item input[type='radio']:checked {
  background-color: #28b1a8;
  border-color: #28b1a8;
  background-image: none;
}

.filter-options-content .items .item input:checked::after, .filter-options-content .items .item input.radio:checked::after, .filter-options-content .items .item input[type='radio']:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.market-product-grid-wrapper .relative.filter-options-content .items .item .filter-row {
  display: block;
  transform: none;
}

.filter-options-content .items .item .filter-row{
  display: flex;
  width: 100%;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .filter-options-content .items .item .filter-row {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .sidebar-additional .filter-options-content .items .item .filter-row:has(#amfaq_search), .faq-category-view .sidebar-additional .filter-options-content .items .item .filter-row:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .filter-options-content .items .item .filter-row.border-container, .faq-category-view .question_view > .filter-options-content .items .item .filter-row.border-container {
  display: none;
}

.filter-options-content .items .item[class="item hidden"]{
  display: none;
}

.filter-options-content .items .item.flyout-element,
            .filter-options-content .items .item.-is-collapsible{
  flex-direction: column;
}

.filter-options-content ul.items-children {
  max-height: none;
  overflow: visible;
  border-left: 1px solid #e2e5ea;
  margin: 0;
  margin-left: 8px;
  padding: 0;
  padding-left: 16px;
}

.filter-options-content ul.items-children .item {
  padding-left: 0;
}

.filter-options-content ul.items-children .item .category-filter-row a .label {
  margin-right: 0 !important;
}

.market-product-grid-wrapper .filter-options-content .amshopby-search-box.flex {
  display: block;
  transform: none;
}

.filter-options-content .amshopby-search-box{
  position: relative;
  margin-bottom: 0.75rem;
  width: 100%;
}

.faq-question-view .sidebar-additional .filter-options-content .amshopby-search-box:has(#amfaq_search), .faq-category-view .sidebar-additional .filter-options-content .amshopby-search-box:has(#amfaq_search) {
  display: none;
}

.filter-options-content .amshopby-search-box input{
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .filter-options-content .amshopby-search-box input > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .filter-options-content .amshopby-search-box input > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .filter-options-content .amshopby-search-box input > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .filter-options-content .amshopby-search-box input > .border-t:first-child {
  border-top: none;
}

.faq-question-view .sidebar-additional .filter-options-content .amshopby-search-box input:has(#amfaq_search), .faq-category-view .sidebar-additional .filter-options-content .amshopby-search-box input:has(#amfaq_search) {
  display: none;
}

.filter-options-content .amshopby-search-box input {
  padding: 10px 40px 10px 12px;
  font-size: 16px;
  transition: none !important;
}

.filter-options-content .amshopby-search-box input::placeholder{
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

.filter-options-content .amshopby-search-box input:hover {
  border-color: rgb(211, 214, 220);
}

.filter-options-content .amshopby-search-box input:focus, .filter-options-content .amshopby-search-box input:active {
  outline: none !important;
  border-color: #28b1a8 !important;
  --tw-ring-color: #FFF !important;
  box-shadow: none !important;
  transition: none !important;
}

/* Search icon via pseudo-element */

.filter-options-content .amshopby-search-box::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  --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));
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path fill="none" stroke="%23828d9e" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" d="M18.2,32.2c7.7,0,14-6.3,14-14s-6.3-14-14-14s-14,6.3-14,14S10.5,32.2,18.2,32.2z"/><path fill="none" stroke="%23828d9e" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" d="M35.8,35.8l-7.6-7.6"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.filter-options-content .amshopby-search-box:hover::after,
        .filter-options-content .amshopby-search-box:focus-within::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path fill="none" stroke="%23768091" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" d="M18.2,32.2c7.7,0,14-6.3,14-14s-6.3-14-14-14s-14,6.3-14,14S10.5,32.2,18.2,32.2z"/><path fill="none" stroke="%23768091" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" d="M35.8,35.8l-7.6-7.6"/></svg>');
}

.market-product-grid-wrapper .relative.filter-options-content .range {
  display: block;
  transform: none;
}

.filter-options-content .range{
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .filter-options-content .range {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .sidebar-additional .filter-options-content .range:has(#amfaq_search), .faq-category-view .sidebar-additional .filter-options-content .range:has(#amfaq_search) {
  display: none;
}

.faq-question-view .question_view > .filter-options-content .range.border-container, .faq-category-view .question_view > .filter-options-content .range.border-container {
  display: none;
}

.filter-options-content .range input{
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}

@media (min-width: 768px){
  .filter-options-content .range input{
    max-width: 120px;
  }
}

.market-product-grid-wrapper .relative.filter-options-content .range .amshopby-input-wrapper {
  display: block;
  transform: none;
}

.filter-options-content .range .amshopby-input-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .filter-options-content .range .amshopby-input-wrapper {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .filter-options-content .range .amshopby-input-wrapper.border-container, .faq-category-view .question_view > .filter-options-content .range .amshopby-input-wrapper.border-container {
  display: none;
}

.filter-options-content .range button {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper .filter-options-content .range button.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.filter-options-content .range button {
  display: block;
  transform: none;
}

.filter-options-content .range button{
  position: relative;
  z-index: 10;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0px;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .filter-options-content .range button {
    align-items: center;
    gap: 10px;
  }
}

.cms-amasty-faq-home-page .amfaq_questions .filter-options-content .range button {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .question_view > .filter-options-content .range button.border-container, .faq-category-view .question_view > .filter-options-content .range button.border-container {
  display: none;
}

.faq-question-view .amfaq_questions .filter-options-content .range button, .faq-category-view .amfaq_questions .filter-options-content .range button {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.filter-options-content .range button.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.filter-options-content .range button.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.filter-options-content .range button {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#29beb5 0%, #28b1a8 100%);
  cursor: pointer;
}

.filter-options-content .range button:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 4px;
  margin-left: 5px;
}

.filter-options-content .range button:hover {
  filter: brightness(1.05);
}

.filter-options-content .range button:disabled:hover,.filter-options-content .range button[disabled]:hover {
  filter: none;
}

.filter-options-content .range button.no-arrow:after{
  display: none;
}

.filter-options-content .range button.bg-simple {
  background: #28b1a8;
}

.filter-options-content .range button.adding-to-cart {
  cursor: wait;
}

.filter-options-content .range button.added-to-cart {
  background: #28b1a8;
}

.filter-options-content .range button.error-add-to-cart {
  background: #f34832;
}

.filter-options-content .range button{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(41, 190, 181, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

#header .navigation #navdesktop .filter-options-content .range button {
  display: inline-block;
}

.section-news-pharmazon .filter-options-content .range button {
  background: #28b1a8;
  padding: 0.5rem 1rem;
  border: none;
  color: #FFF;
  font-size: 17px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon .filter-options-content .range button:after{
  background-position: right 5px;
}

.customer-account-create .filter-options-content .range button.bg-simple {
  background: #2aafa8;
}

.product-service-contact .filter-options-content .range button.btn-primary {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 18px;
}

body.account.wishlist-index-index .wishlist-actions-top .filter-options-content .range button {
  font-size: 15px;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
}

.catalog-category-view .laboratory-media-plans .filter-options-content .range button:hover{
  --tw-border-opacity: 1;
  border-color: rgba(5, 37, 35, var(--tw-border-opacity, 1));
  background-color: rgba(40, 177, 168, 0.05);
  color: #28b1a8;
  filter: none;
}

.faq-question-view .sidebar-additional .filter-options-content .range button:has(#amfaq_search), .faq-category-view .sidebar-additional .filter-options-content .range button:has(#amfaq_search) {
  display: none;
}

.contact-index-index form.contact > div > .filter-options-content .range button {
  margin-top: 15px;
}

.filter-options-content .range button{
  margin: 12px 5px;
}

.filter-options-content .range button:after{
  margin-left: 0px;
}

.filter-content#layered-filter-block-content .filter-current{
  display: none;
}

.filter-content#layered-filter-block-content .amshopby-flyout-block .items .item .items-children{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 1rem;
  width: 100%;
}

.faq-question-view .sidebar-additional .filter-content#layered-filter-block-content .amshopby-flyout-block .items .item .items-children:has(#amfaq_search), .faq-category-view .sidebar-additional .filter-content#layered-filter-block-content .amshopby-flyout-block .items .item .items-children:has(#amfaq_search) {
  display: none;
}

@media not all and (min-width: 768px){
  .filter-content#layered-filter-block-content .amshopby-flyout-block .items .item .items-children{
    display: block;
  }
}

.filter-content#layered-filter-block-content .amshopby-flyout-block .items .item .items-children .flyout-element{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  gap: 0.25rem;
  padding-left: 0px;
  padding-right: 0px;
}

.am-filter-state{
  margin-top: 1rem;
  border-top-width: 1px;
  border-color: rgba(226, 229, 234, 1);
  padding-top: 1rem;
}

.market-product-grid-wrapper .relative.am-filter-state .filter-options-title {
  display: block;
  transform: none;
}

.am-filter-state .filter-options-title{
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.faq-question-view .question_view > .am-filter-state .filter-options-title.border-container, .faq-category-view .question_view > .am-filter-state .filter-options-title.border-container {
  display: none;
}

.am-filter-state .filter-options-title[aria-expanded="true"] .icon svg{
  --tw-rotate: 360deg;
  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));
  transition-property: none;
}

.am-filter-state .filter-options-title .icon svg{
  --tw-rotate: 270deg;
  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));
  transition-property: none;
  width: 1.35rem;
  height: 1.35rem;
}

.am-filter-state .filter-options-title span.font-semibold {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.am-filter-state .block-actions.filter-actions {
  margin-top: 10px;
  margin-bottom: 8px;
}

.am-filter-state .block-actions.filter-actions a {
  font-size: 16px;
  font-weight: 600;
  color: #28b1a8;
}

.am-filter-state .block-actions.filter-actions a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.am-filter-state .items{
  font-size: 16px;
}

.market-product-grid-wrapper .relative.am-filter-state .items .amshopby-remove-item {
  display: block;
  transform: none;
}

.am-filter-state .items .amshopby-remove-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .am-filter-state .items .amshopby-remove-item {
    align-items: center;
    gap: 10px;
  }
}

.faq-question-view .question_view > .am-filter-state .items .amshopby-remove-item.border-container, .faq-category-view .question_view > .am-filter-state .items .amshopby-remove-item.border-container {
  display: none;
}

.am-filter-state .items .amshopby-remove-item{
  padding-top: 0;
  padding-bottom: 0;
}

.amshopby-remove svg {
  width: 15px;
  margin-right: 3px;
}

.amshopby-remove:hover svg {
  color: #28b1a8;
}

.am-filter .amshopby-slider-container.-default .noUi-target{
  height: 0.125rem;
}

.am-filter .amshopby-slider-container.-default .am-slider .noUi-base .noUi-origin .noUi-handle{
  top: -7px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(40, 177, 168, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
}

.am-filter .amshopby-slider-container.-default .am-slider .noUi-connect{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.amshopby-fromto-wrap{
  border-style: none;
  padding-top: 0.5rem;
}

.has-fullbleed-banner.catalog-category-view .main-title {
  margin: -60px 0 0 0;
  isolation: auto;
  padding: 60px 0 10px 0;
}

.has-fullbleed-banner.catalog-category-view .main-title::after {
  display: none;
}

/* Catégorie mobile <= 640 */

@media (max-width: 640px) {
  body.catalog-category-view .main-title {
    text-align: center;
    display: flex;
    column-gap: 0;
    margin-bottom: 1.5rem;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  body.catalog-category-view .main-title h1 {
    line-height: 1.25;
  }

  body.catalog-category-view .main-title:after {
    bottom: -1.5rem !important;
  }

  body.catalog-category-view #product-count {
    padding-top: 0;
  }

  body.catalog-category-view .breadcrumbs {
    padding-top: 1.5rem !important;
  }

  body.catalog-category-view #category-view-container .category-slider .glider-prev {
    left: -1rem !important;
  }

  body.catalog-category-view #category-view-container .category-slider .glider-next {
    right: -1rem !important;
  }
}

[data-content-type='row'].section-offre {
  padding: 0;
  background: #F6FEFC;
  background: linear-gradient(180deg, rgba(246, 254, 252, 1) 50%, rgb(249 254 253) 60%);
  border-bottom: 3px solid #ffffff;
}

[data-content-type='row'].section-offre .pagebuilder-column-line{
  gap: 2.5rem;
}

@media (min-width: 768px){
  [data-content-type='row'].section-offre .pagebuilder-column-line{
    gap: 5rem;
  }
}

[data-content-type='row'].section-offre h2 {
  font-size: 27px;
  margin-bottom: 20px;
  line-height: 30px;
}

@media not all and (min-width: 768px){
  [data-content-type='row'].section-offre h2{
    text-align: left !important;
  }

  [data-content-type='row'].section-offre [data-content-type='buttons']{
    text-align: left !important;
  }
}

[data-content-type='row'].section-offre [data-content-type='text'] {
  width: 480px;
  max-width: 100%;
}

@media not all and (min-width: 768px){
  [data-content-type='row'].section-offre [data-content-type='text']{
    margin-left: 0px !important;
  }

  [data-content-type='row'].section-offre [data-content-type='text'] p{
    text-align: left !important;
  }

  [data-content-type='row'].section-offre .pagebuilder-column figure{
    text-align: left !important;
  }
}

[data-content-type='row'].section-offre .pagebuilder-column .references img{
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  -webkit-mask-image:
                            linear-gradient(0deg, #000 75%, #0000),      /* fade from bottom */
                            linear-gradient(90deg, #000 75%, #0000),     /* fade from right */
                            linear-gradient(180deg, #000 75%, #0000),    /* fade from top */
                            linear-gradient(270deg, #000 75%, #0000);
          mask-image:
                            linear-gradient(0deg, #000 75%, #0000),      /* fade from bottom */
                            linear-gradient(90deg, #000 75%, #0000),     /* fade from right */
                            linear-gradient(180deg, #000 75%, #0000),    /* fade from top */
                            linear-gradient(270deg, #000 75%, #0000);
  /* fade from left */
  -webkit-mask-composite: source-in;
}

[data-content-type='row'].section-offre .pagebuilder-column img {
  margin: 50px 0;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  -webkit-mask-image: 
  linear-gradient(0deg, #000 90%, #0000),      /* fade from bottom */
  linear-gradient(90deg, #000 90%, #0000),     /* fade from right */
  linear-gradient(180deg, #000 90%, #0000),    /* fade from top */
  linear-gradient(270deg, #000 90%, #0000);
          mask-image: 
  linear-gradient(0deg, #000 90%, #0000),      /* fade from bottom */
  linear-gradient(90deg, #000 90%, #0000),     /* fade from right */
  linear-gradient(180deg, #000 90%, #0000),    /* fade from top */
  linear-gradient(270deg, #000 90%, #0000);
  /* fade from left */
  -webkit-mask-composite: source-in;
}

[data-content-type='row'].section-offre.second-section .pagebuilder-column img{
  width: 100% !important;
}

[data-content-type='row'].section-offre .btn-wysiwyg-arrow-right .pagebuilder-button-primary {
  font-size: 17.5px;
  gap: 0;
}

[data-content-type='row'].section-offre .btn-wysiwyg-arrow-right .pagebuilder-button-primary:after {
  background-image: url("../images/arrow-left-white.svg");
  --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));
}

@media not all and (min-width: 768px){
  [data-content-type='row'].section-offre.section-offre-img-first .pagebuilder-column:last-child{
    order: -1;
  }
}

.section-join-us {
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-width: 2px !important;
}

.section-join-us h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.section-join-us p {
  text-align: center;
  font-size: 20px !important;
}

.section-join-us a.pagebuilder-button-secondary {
  font-size: 18px;
  padding: 12px 20px;
  margin-top: 5px;
}

.laboratoire-labo-index #header{
  border-width: 0px;
}

.laboratoire-labo-index #maincontent{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  .laboratoire-labo-index #maincontent{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .laboratoire-labo-index #maincontent{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .laboratoire-labo-index #maincontent{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .laboratoire-labo-index #maincontent{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .laboratoire-labo-index #maincontent{
    max-width: 1536px;
  }
}

.laboratoire-labo-index #maincontent{
  margin-top: 0px;
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  .laboratoire-labo-index #maincontent{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .laboratoire-labo-index #maincontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > .laboratoire-labo-index #maincontent {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 0 2.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > .laboratoire-labo-index #maincontent {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1280px) {
  .laboratoire-labo-index #maincontent {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent .laboratoire-labo-index #maincontent > div, .customer-account-createpassword #maincontent .laboratoire-labo-index #maincontent > div {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  }
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form .laboratoire-labo-index #maincontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .checkout-cart-index .laboratoire-labo-index #maincontent > div > .lg\:w-\[265px\] {
    flex-shrink: 0;
    min-width: 265px
  }
}

.checkout-cart-index .laboratoire-labo-index #maincontent > div > .lg\:flex-1 {
  min-width: 0;
  overflow: hidden;
}

.checkout-cart-index .crosssell-product-slider .laboratoire-labo-index #maincontent{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0px;
}

@media (max-width: 640px) {
  .checkout-cart-index .cart-form .laboratoire-labo-index #maincontent {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.faq-question-view .column.main > .laboratoire-labo-index #maincontent{
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1280px) {
  .laboratoire-labo-index #maincontent {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media (max-width: 640px) {
  .laboratoire-labo-index #maincontent {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* Titre labo — plus petit sur mobile */

@media (max-width: 768px) {
  .laboratoire-labo-index .labo-title-row h1 {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 1024px) {
  .laboratoire-labo-index #product-count {
    display: none !important;
  }
}

/* Description labo — clamp 2 lignes < lg */

@media (max-width: 1024px) {
  .laboratoire-labo-index .labo-description {
    position: relative;
  }

  .laboratoire-labo-index .labo-description p {
    display: inline;
  }

  .laboratoire-labo-index .labo-description p:empty {
    display: none;
  }

  .laboratoire-labo-index .labo-description p + p::before {
    content: " ";
  }

  .laboratoire-labo-index .labo-description:not(.labo-description--expanded) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.laboratoire-labo-index .labo-description-toggle {
  display: none;
  color: #052523;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin-top: 2px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .laboratoire-labo-index .labo-description-toggle {
    display: block;
    text-align: right
  }
}

.market-product-grid-wrapper .laboratoire-labo-index .breadcrumbs.flex {
  display: block;
  transform: none;
}

.laboratoire-labo-index .breadcrumbs{
  position: relative;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-footer .footer.content .laboratoire-labo-index .breadcrumbs.border-black {
  border-color: #e2e5ea;
}


    body.cms-home .page-footer .footer.content > [class~="bg-white"] > .laboratoire-labo-index .breadcrumbs:first-child,
    body.cms-home-logged .page-footer .footer.content > [class~="bg-white"] > .laboratoire-labo-index .breadcrumbs:first-child,
    body.cms-notre-offre .page-footer .footer.content > [class~="bg-white"] > .laboratoire-labo-index .breadcrumbs:first-child,
    body.cms-notre-histoire .page-footer .footer.content > [class~="bg-white"] > .laboratoire-labo-index .breadcrumbs:first-child,
    body.cms-offre-groupement .page-footer .footer.content > [class~="bg-white"] > .laboratoire-labo-index .breadcrumbs:first-child,
    body.customer-account-login .page-footer .footer.content > [class~="bg-white"] > .laboratoire-labo-index .breadcrumbs:first-child,
    body.customer-account-logoutsuccess .page-footer .footer.content > [class~="bg-white"] > .laboratoire-labo-index .breadcrumbs:first-child,
    body.checkout-onepage-success .page-footer .footer.content > [class~="bg-white"] > .laboratoire-labo-index .breadcrumbs:first-child,
    body.cms-noroute-index .page-footer .footer.content > [class~="bg-white"] > .laboratoire-labo-index .breadcrumbs:first-child,
    body.customer-account-forgotpassword .page-footer .footer.content > [class~="bg-white"] > .laboratoire-labo-index .breadcrumbs:first-child,
    body.customer-account-createpassword .page-footer .footer.content > [class~="bg-white"] > .laboratoire-labo-index .breadcrumbs:first-child,
    body.contact-index-index .page-footer .footer.content > [class~="bg-white"] > .laboratoire-labo-index .breadcrumbs:first-child,
    body.account .page-footer .footer.content > [class~="bg-white"] > .laboratoire-labo-index .breadcrumbs:first-child {
  border-top: none;
}

.cms-compatible-lgo .page-footer .footer.content .bg-white > .laboratoire-labo-index .breadcrumbs:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .bg-white > .laboratoire-labo-index .breadcrumbs:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .bg-white > .laboratoire-labo-index .breadcrumbs:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .bg-white > .laboratoire-labo-index .breadcrumbs:first-child {
  border-top: none;
}

.contact-index-index .page-footer .footer.content [class~="bg-white"] > .laboratoire-labo-index .breadcrumbs:first-child {
  border-top: none;
}

.laboratoire-labo-index .breadcrumbs {
  background: transparent;
  z-index: 1;
}

.laboratoire-labo-index .breadcrumbs a {
  color: var(--laboratory-text-color, #ffffff);
}

.laboratoire-labo-index .breadcrumbs .separator:after {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Arrows-Button-Right--Streamline-Micro" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 10 10" style="enable-background:new 0 0 10 10;" xml:space="preserve"><style type="text/css">.st0{fill:%23a3d5db;}</style><desc>Arrows Button Right Streamline Icon: https://streamlinehq.com</desc><path class="st0" d="M7.5,4.1L3.4,0.2C3.1-0.1,2.6,0,2.3,0.3c-0.3,0.3-0.2,0.7,0,1l3.7,3.5c0.1,0.1,0.1,0.3,0,0.4c0,0,0,0,0,0L2.4,8.7C2.1,9,2,9.5,2.3,9.8c0.3,0.3,0.8,0.3,1.1,0.1c0,0,0,0,0,0l4.1-3.9C8,5.4,8,4.6,7.5,4.1C7.5,4.1,7.5,4.1,7.5,4.1L7.5,4.1z"/></svg>');
}

.laboratoire-labo-index .breadcrumbs .home a{
  color: `#a3d5db`;
}

.market-product-grid-wrapper .laboratoire-labo-index .category-view.flex {
  display: block;
  transform: none;
}

.laboratoire-labo-index .category-view{
  position: relative;
  padding-top: 0px;
  padding-bottom: 2rem;
  margin: 0 -100vw;
  padding: 0 100vw;
  margin-top: -4rem;
  padding-top: 4rem;
  margin-bottom: 0;
  padding-bottom: calc(2rem + 1rem);
  border-bottom: none;
  background: none;
}

@media (max-width: 640px) {
  .laboratoire-labo-index .category-view {
    padding-left: calc(100vw + 15px);
    padding-right: calc(100vw + 15px);
    padding-bottom: calc(2rem + 0rem)
  }
}

.laboratoire-labo-index .category-view::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(174deg, rgba(var(--laboratory-color-rgb, 40, 177, 168), 0.2) 25%, #f9fafb 60%);
}

.laboratoire-labo-index .columns .sidebar {
  order: 1;
}

/* ============================
       Labo Header (title + count + description + logo)
       ============================ */

.laboratoire-labo-index .labo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .laboratoire-labo-index .labo-header {
    gap: 2rem
  }
}

@media (max-width: 550px) {
  .laboratoire-labo-index .labo-header {
    position: relative
  }
}

.laboratoire-labo-index .labo-header-left {
  flex: 1;
  min-width: 0;
}

@media (max-width: 550px) {
  .laboratoire-labo-index .labo-header-left {
    width: 100%;
    position: relative;
    z-index: 1
  }
}

.laboratoire-labo-index .labo-title-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.laboratoire-labo-index .labo-title-row h1{
  font-weight: 800;
  color: var(--laboratory-text-color, #052523);
  font-size: 2.6rem;
  line-height: 1.1;
  margin: 0;
}

.laboratoire-labo-index .labo-title-row #product-count {
  display: block;
  padding-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #28b1a8;
  opacity: 1;
  margin: 0;
}

.laboratoire-labo-index .labo-description {
  color: var(--laboratory-text-color, #052523);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 0.75rem;
  opacity: 0.85;
}

/* Reset complet du WYSIWYG admin — tout inline, pas de sauts de ligne */

.laboratoire-labo-index .labo-description * {
  all: unset;
  display: inline;
}

.laboratoire-labo-index .labo-description p {
  display: inline;
  margin: 0;
}

.laboratoire-labo-index .labo-description p:empty {
  display: none;
}

.laboratoire-labo-index .labo-description p + p::before {
  content: " ";
}

.laboratoire-labo-index .labo-description br {
  display: none;
}

.laboratoire-labo-index .labo-header-logo {
  flex: none;
  margin-top: -1rem;
  background: transparent;
  padding: 14px 20px;
  border-radius: 0;
  box-shadow: none;
  mix-blend-mode: multiply;
}

.laboratoire-labo-index .labo-header-logo img {
  max-height: 70px;
  max-width: 180px;
  width: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 640px) {
  .laboratoire-labo-index .labo-header-logo img {
    max-height: 70px;
    max-width: 130px
  }
}

@media (max-width: 550px) {
  .laboratoire-labo-index .labo-header-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 0;
    overflow: visible
  }

  .laboratoire-labo-index .labo-header-logo img {
    max-height: none;
    max-width: 150%;
    left: 75%;
    top: 5%;
    width: auto;
    opacity: 0.1;
    filter: blur(5px);
    mix-blend-mode: multiply;
    position: relative;
    transform: rotate(-2deg);
    transform-origin: bottom left;
  }
}

/* product-count et voir plus masqués quand labo bloqué */

.laboratoire-labo-index .labo-lock-badge ~ #product-count,
    .laboratoire-labo-index .labo-header--locked #product-count {
  display: none !important;
}

.laboratoire-labo-index .labo-header--locked .labo-description-toggle {
  display: none !important;
}

/* ============================
       Labo Header — Locked state
       When JS adds .labo-header--locked, the header
       becomes full-width column layout with lock row
       replacing description + logo.
       ============================ */

.laboratoire-labo-index .labo-header--locked {
  display: block;
}

.laboratoire-labo-index .labo-header--locked .labo-header-left {
  flex: none;
  width: 100%;
}

.laboratoire-labo-index .labo-header--locked .labo-title-row {
  margin-bottom: 20px;
  align-items: flex-end;
}

@media (max-width: 640px) {
  .laboratoire-labo-index .labo-header--locked .labo-title-row {
    gap: 8px
  }
}

/* ============================
       Labo Lock Badge (in title row)
       ============================ */

.laboratoire-labo-index .labo-lock-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  top: -3px;
  border: 1px solid #5b30f3;
  background: transparent;
  color: #5b30f3;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 6px;
  white-space: nowrap;
  vertical-align: middle;
}

.laboratoire-labo-index .labo-lock-badge svg {
  flex: none;
}

@media (max-width: 768px) {
  .laboratoire-labo-index .labo-lock-badge {
    font-size: 13px;
    padding: 4px 12px;
    top: 0
  }
}

/* ============================
       Labo Lock Info Row (conditions + explainer)
       ============================ */

.laboratoire-labo-index .laboratoire-lock-info {
  margin-bottom: 0;
}

.laboratoire-labo-index .laboratoire-lock-info:empty {
  display: none;
}

.laboratoire-labo-index .labo-lock-row {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 24px;
  gap: 24px;
  align-items: stretch;
}

@media (max-width: 640px) {
  .laboratoire-labo-index .labo-lock-row {
    display: flex;
    flex-direction: column;
    gap: 15px
  }
}

.laboratoire-labo-index .labo-lock-card {
  background: #fcfbff;
  border: 1px solid #e1dafa;
  border-radius: 10px;
  padding: 20px 30px;
}

.laboratoire-labo-index .labo-lock-section:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eef0f3;
}

.laboratoire-labo-index .labo-lock-section-title {
  font-size: 17px;
  font-weight: 700;
  color: #052523;
  margin-bottom: 0;
}

.laboratoire-labo-index .labo-lock-section-text {
  font-size: 15px;
  color: #052523;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 5px;
}

.laboratoire-labo-index .labo-lock-section-text strong {
  font-weight: 700;
  color: #5b30f3;
}

/* Gauge */

.laboratoire-labo-index .labo-lock-gauge {
  position: relative;
  height: 28px;
  background: #efeaff;
  border-radius: 99px;
  overflow: hidden;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.laboratoire-labo-index .labo-lock-gauge-fill {
  position: relative;
  z-index: 2;
  height: 100%;
  background: #5B30F3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: -webkit-fit-content;
  min-width: fit-content;
}

.laboratoire-labo-index .labo-lock-gauge-text {
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  padding: 0 10px;
  white-space: nowrap;
}

.laboratoire-labo-index .labo-lock-gauge-target {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: 600;
  color: #c3bae6;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  text-shadow:
            -4px 0 0 #efeaff, 4px 0 0 #efeaff, 0 -4px 0 #efeaff, 0 4px 0 #efeaff,
            -2px 0 0 #efeaff, 2px 0 0 #efeaff, 0 -2px 0 #efeaff, 0 2px 0 #efeaff,
            -4px -2px 0 #efeaff, 4px -2px 0 #efeaff, -4px 2px 0 #efeaff, 4px 2px 0 #efeaff,
            -2px -4px 0 #efeaff, 2px -4px 0 #efeaff, -2px 4px 0 #efeaff, 2px 4px 0 #efeaff,
            -3px -3px 0 #efeaff, 3px -3px 0 #efeaff, -3px 3px 0 #efeaff, 3px 3px 0 #efeaff;
}

.laboratoire-labo-index .labo-lock-gauge-target::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14"><path fill="%23c3bae6" fill-rule="evenodd" d="M4.3254 1.10811C5.03491 0.398599 5.99721 0 7.00061 0c1.0034 0 1.96571 0.398599 2.67522 1.10811 0.29289 0.29289 0.29289 0.76777 0 1.06066s-0.76777 0.29289-1.06066 0C8.18696 1.74056 7.60619 1.5 7.00061 1.5c-0.60557 0-1.18635 0.24056-1.61455 0.66877-0.42821 0.42821-0.66877 1.00898-0.66877 1.61456v0.58596C5.44685 4.34554 6.19666 4.33331 7 4.33331c0.9137 0 1.75815 0.01582 2.58233 0.04641 1.68837 0.06266 3.10097 1.36555 3.30187 3.04252 0.0676 0.564 0.1168 1.14755 0.1168 1.7444 0 0.59685-0.0492 1.18036-0.1168 1.74436-0.2009 1.677-1.6135 2.9799-3.30187 3.0426C8.75815 13.9841 7.9137 14 7 14c-0.9137 0-1.75815-0.0159-2.58233-0.0464-1.68838-0.0627-3.10101-1.3656-3.30188-3.0426-0.06756-0.564-0.116767-1.14751-0.116767-1.74436 0-0.59685 0.049207-1.1804 0.116767-1.7444 0.15063-1.25757 0.98271-2.30477 2.1015-2.77633v-0.86258c0-1.0034 0.3986-1.96571 1.10811-2.67522ZM7.75 8.56006c0-0.41421-0.33579-0.75-0.75-0.75s-0.75 0.33579-0.75 0.75v1.03993c0 0.41421 0.33579 0.75001 0.75 0.75001s0.75-0.3358 0.75-0.75001V8.56006Z" clip-rule="evenodd"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

/* Explainer card */

.laboratoire-labo-index .labo-lock-explainer {
  background: transparent;
  border: none;
  border-radius: 10px;
}

@media (max-width: 1280px) {
  .laboratoire-labo-index .labo-lock-explainer {
    padding: 0 0 0 15px !important;
  }
}

@media (max-width: 640px) {
  .laboratoire-labo-index .labo-lock-explainer {
    background: rgba(0, 0, 0, 0.01) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    border-radius: 10px !important;
    padding: 30px 30px !important;
  }
}

.laboratoire-labo-index .labo-lock-explainer{
  padding: 0 0 0 75px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.laboratoire-labo-index .labo-lock-explainer-title {
  font-size: 19px;
  font-weight: 700;
  color: #052523;
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  .laboratoire-labo-index .labo-lock-explainer-title {
    font-size: 17px
  }
}

.laboratoire-labo-index .labo-lock-explainer-logo {
  display: block;
  margin: auto;
  margin-top: 0;
  margin-bottom: 10px;
}

.laboratoire-labo-index .labo-lock-explainer-logo img {
  max-height: 55px;
  max-width: 160px;
  width: auto;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.laboratoire-labo-index .labo-lock-explainer-text {
  font-size: 15px;
  color: #052523;
  line-height: 1.5;
  margin: 0;
}

/* ============================
       Labo Lock Products Section (full-width band + Glider carousel)
       ============================ */

.laboratoire-labo-index .labo-lock-products-section {
  background: linear-gradient(174deg, rgb(252, 252, 255) 25%, #fcfbff 60%);
  padding: 0 0 3rem 0;
}

@media (max-width: 768px) {
  .laboratoire-labo-index .labo-lock-products-section {
    padding: 0 0 2rem 0
  }
}

.laboratoire-labo-index .labo-lock-products-section{
  margin: 0 -100vw;
  padding-left: 100vw;
  padding-right: 100vw;
}

.laboratoire-labo-index .labo-lock-products-section > div {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
}

.laboratoire-labo-index .labo-lock-products-section h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0;
  color: #052523;
  display: inline;
}

@media (max-width: 640px) {
  .laboratoire-labo-index .labo-lock-products-section h2 {
    display: block;
    padding-right: 90px;
    font-size: 21px
  }
}

.laboratoire-labo-index .labo-lock-products-section .subtitle {
  display: inline;
  margin-left: 15px;
  color: #5b30f3;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 850px) {
  .laboratoire-labo-index .labo-lock-products-section .subtitle {
    display: block;
    margin-left: 0;
    margin-top: -3px;
    font-size: 15px
  }
}

@media (max-width: 640px) {
  .laboratoire-labo-index .labo-lock-products-section .subtitle {
    padding-right: 90px;
    margin-top: 0;
    font-size: 15px;
    line-height: 1.2
  }
}

.laboratoire-labo-index .labo-lock-products-section .product-info-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.laboratoire-labo-index .labo-lock-products-section .glider-contain .glider-prev,
            .laboratoire-labo-index .labo-lock-products-section .glider-contain .glider-next {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: box-shadow 0.15s, opacity 0.15s;
}

.laboratoire-labo-index .labo-lock-products-section .glider-contain .glider-prev:hover:not(.disabled), .laboratoire-labo-index .labo-lock-products-section .glider-contain .glider-next:hover:not(.disabled) {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.laboratoire-labo-index .labo-lock-products-section .glider-contain .glider-prev:active:not(.disabled), .laboratoire-labo-index .labo-lock-products-section .glider-contain .glider-next:active:not(.disabled) {
  margin-top: 2px;
}

.laboratoire-labo-index .labo-lock-products-section .glider-contain .glider-prev.disabled, .laboratoire-labo-index .labo-lock-products-section .glider-contain .glider-next.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.laboratoire-labo-index .labo-lock-products-section .glider-track {
  gap: 0;
  align-items: stretch;
}

.laboratoire-labo-index .labo-lock-products-section .glider-track .carousel-nav {
  display: none;
}

/* Flèches alignées au H2 à droite < 1400px */

@media (max-width: 1400px) {
  .laboratoire-labo-index .labo-lock-products-section .glider-contain {
    position: relative;
  }

  .laboratoire-labo-index .labo-lock-products-section .glider-prev,
            .laboratoire-labo-index .labo-lock-products-section .glider-next {
    position: absolute !important;
    top: 0px;
    width: 28px;
    height: 28px;
  }

  .laboratoire-labo-index .labo-lock-products-section .glider-prev::before, .laboratoire-labo-index .labo-lock-products-section .glider-next::before {
    width: 12px;
    height: 12px;
  }

  .laboratoire-labo-index .labo-lock-products-section .glider-prev {
    left: auto !important;
    right: 44px !important;
  }

  .laboratoire-labo-index .labo-lock-products-section .glider-next {
    right: 8px !important;
  }
}

@media (max-width: 768px) {
  .laboratoire-labo-index .labo-lock-products-section [data-role="glider-content"] {
    margin-left: 0;
    margin-right: 0;
  }
}

.laboratoire-labo-index .products-grid .product-item{
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
}

.laboratoire-labo-index.labo-locked .labo-lock-products-section .product-item {
  border: 1px solid #e1dafa;
}

/* ============================
       Locked Overlay Header (title above product grid)
       ============================ */

.laboratoire-labo-index .locked-overlay-header {
  margin-bottom: 1rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .laboratoire-labo-index .locked-overlay-header {
    margin-top: 2rem;
    line-height: 1.25
  }
}

.laboratoire-labo-index .locked-overlay-header h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0;
  color: #052523;
  display: inline;
}

.laboratoire-labo-index .locked-overlay-header .subtitle {
  display: inline;
  margin-left: 15px;
  color: #5b30f3;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 640px) {
  .laboratoire-labo-index .locked-overlay-header .subtitle {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    font-size: 15px
  }
}

/* ============================
       Locked Overlay (blurred product grid)
       ============================ */

.laboratoire-labo-index .locked-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.laboratoire-labo-index .locked-content {
  text-align: center;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0) 80%);
  padding: 10rem 5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 35%;
}

.laboratoire-labo-index .locked-content h1 {
  font-size: 34px;
  font-weight: 800;
  margin: 0;
  color: #052523;
}

.laboratoire-labo-index .locked-content p {
  font-size: 20px;
  font-weight: 400;
  color: rgb(37, 41, 51);
  margin-bottom: 1.5rem;
}

.laboratoire-labo-index .locked-content .locked-unlock-btn {
  font-size: 17px;
  font-weight: 700;
  background: #5B30F3;
  padding: .75rem 1.5rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .laboratoire-labo-index .locked-content {
    padding: 3rem 1rem
  }

  .laboratoire-labo-index .locked-content h1 {
    font-size: 22px;
  }

  .laboratoire-labo-index .locked-content p {
    font-size: 16px;
  }
}

/* ============================
       Labo Locked — body.labo-locked overrides
       (class added via JS in locked_info.phtml)
       ============================ */

.laboratoire-labo-index.labo-locked .category-view {
  border: none;
  margin-bottom: 0;
}

.laboratoire-labo-index.labo-locked .category-view::after {
  display: none !important;
}

.laboratoire-labo-index.labo-locked .breadcrumbs .separator::after {
  background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path fill="%235B30F3" d="M7.5,4.1L3.4,0.2C3.1-0.1,2.6,0,2.3,0.3c-0.3,0.3-0.2,0.7,0,1l3.7,3.5c0.1,0.1,0.1,0.3,0,0.4c0,0,0,0,0,0L2.4,8.7C2.1,9,2,9.5,2.3,9.8c0.3,0.3,0.8,0.3,1.1,0.1c0,0,0,0,0,0l4.1-3.9C8,5.4,8,4.6,7.5,4.1z"/></svg>') !important;
}

.laboratoire-labo-index.labo-locked .breadcrumbs .breadcrumb-separator::after {
  background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path fill="%235b30f3" d="M7.5,4.1L3.4,0.2C3.1-0.1,2.6,0,2.3,0.3c-0.3,0.3-0.2,0.7,0,1l3.7,3.5c0.1,0.1,0.1,0.3,0,0.4c0,0,0,0,0,0L2.4,8.7C2.1,9,2,9.5,2.3,9.8c0.3,0.3,0.8,0.3,1.1,0.1c0,0,0,0,0,0l4.1-3.9C8,5.4,8,4.6,7.5,4.1C7.5,4.1,7.5,4.1,7.5,4.1L7.5,4.1z"/></svg>');
}

.laboratoire-labo-index.labo-locked .sidebar-main {
  display: none;
}

.laboratoire-labo-index.labo-locked .columns {
  grid-template-columns: 1fr !important;
}

.laboratoire-labo-index.labo-locked .columns .main {
  grid-column-start: 1 !important;
}

@media (min-width: 1280px) {
  .laboratoire-labo-index.labo-locked .products-grid,
        .laboratoire-labo-index.labo-locked #amasty-shopby-product-list ul[role="list"] {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important
  }
}

.laboratoire-labo-index.labo-locked .product-item .product-info-add-cart .price-container .old-price {
  font-size: 0.65rem;
  margin-right: 5px;
}

.laboratoire-labo-index.labo-locked .product-item .product-info-add-cart .price-container .prix-catalogue-old span {
  font-size: 10px;
}

.laboratoire-labo-index .media-plans-header h3{
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 640px) {
  .checkout-onepage-success .thanks-banner .laboratoire-labo-index .media-plans-header h3 {
    align-items: center;
    gap: 10px;
  }
}

.laboratoire-labo-index .media-plans-header h3:before {
  content: "";
  display: block;
  height: 3.5rem;
  width: 3.5rem;
  flex: none;
  border-radius: 9999px;
}

[data-content-type$='block'] .laboratoire-labo-index .media-plans-header h3 p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.laboratoire-labo-index .media-plans-header h3:before {
  background-color: #28b1a8;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="50px" height="50px"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M42.498,7.499 L39.374,7.499 L39.374,3.125 C39.374,1.399 37.975,0.000 36.249,0.000 C34.523,0.000 33.124,1.399 33.124,3.125 L33.124,7.499 L16.876,7.499 L16.876,3.125 C16.876,1.399 15.477,0.000 13.751,0.000 C12.025,0.000 10.626,1.399 10.626,3.125 L10.626,7.499 L7.502,7.499 C3.360,7.499 0.002,10.857 0.002,14.999 L0.002,42.498 C-0.000,44.464 0.772,46.352 2.152,47.753 C3.560,49.191 5.489,50.000 7.502,49.998 L42.498,49.998 C44.543,49.998 46.403,49.178 47.753,47.848 C49.191,46.439 50.000,44.511 49.998,42.498 L49.998,14.999 C49.998,10.857 46.640,7.499 42.498,7.499 ZM32.698,32.146 L23.335,38.803 C22.261,39.574 20.841,39.665 19.677,39.038 C18.511,38.406 17.789,37.182 17.798,35.856 L17.798,22.543 C17.789,21.216 18.511,19.992 19.677,19.358 C20.841,18.731 22.261,18.823 23.335,19.596 L32.698,26.252 C33.009,26.478 33.283,26.751 33.508,27.062 C34.688,28.690 34.325,30.966 32.698,32.146 Z"/></svg>');
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}

.laboratoire-labo-index.labo-locked:not(.has-fullbleed-banner) #header {
  box-shadow: 0 1px 0 rgb(213, 208, 231);
}

.laboratoire-labo-index.labo-locked:not(.has-fullbleed-banner) .labo-header--locked {
  background: linear-gradient(174deg, rgb(224, 216, 254) 25%, #fcfbff 60%);
  margin-top: -60px;
  margin-bottom: -48px;
  margin-left: -100vw;
  margin-right: -100vw;
  padding-top: 60px;
  padding-bottom: 45px;
  padding-left: 100vw;
  padding-right: 100vw;
}

@media (max-width: 768px) {
  .laboratoire-labo-index.labo-locked:not(.has-fullbleed-banner) .labo-header--locked {
    padding-bottom: 30px !important
  }
}

@media (max-width: 640px) {
  .laboratoire-labo-index.labo-locked:not(.has-fullbleed-banner) .labo-header--locked {
    padding-bottom: 25px !important;
    margin-bottom: -40px !important;
    padding-left: calc(100vw - 15px) !important;
    padding-right: calc(100vw - 15px) !important
  }
}

.has-fullbleed-banner.laboratoire-labo-index .labo-lock-products-section {
  background: linear-gradient(174deg, rgb(252, 252, 255) 25%, #fcfbff 60%);
  padding: 2rem 0 2rem 0;
  margin: 0 -110px;
  padding-left: 110px;
  padding-right: 110px;
}

.has-fullbleed-banner .breadcrumbs {
  border: none;
  z-index: 2;
}

@media (max-width: 1024px) {
  .has-fullbleed-banner .breadcrumbs {
    display: none !important
  }
}

.has-fullbleed-banner #maincontent {
  position: relative;
  z-index: 1;
  background: transparent;
}

.has-fullbleed-banner #maincontent::before {
  content: "";
  position: absolute;
  top: 0;
  left: -110px;
  right: -110px;
  bottom: 0;
  background: #FFF;
  border-radius: 20px 20px 0 0;
  z-index: -1;
}

.has-fullbleed-banner .fullbleed-banner {
  margin-bottom: -14vw;
}

.has-fullbleed-banner .fullbleed-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15vw;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

@media (max-width: 640px) {
  .has-fullbleed-banner .fullbleed-banner img:not(.mobile) {
    display: none;
  }

  .has-fullbleed-banner .fullbleed-banner img.mobile {
    display: block !important;
  }
}

.has-fullbleed-banner .category-view:not(#category-view-container) {
  margin: -60px 0 0 0;
  isolation: auto;
  padding: 60px 0 25px 0;
}

@media (max-width: 1024px) {
  .has-fullbleed-banner .category-view:not(#category-view-container) {
    padding: 30px 0 25px 0
  }
}

@media (max-width: 640px) {
  .has-fullbleed-banner .category-view:not(#category-view-container) {
    padding: 20px 0 10px 0
  }
}

.has-fullbleed-banner .category-view:not(#category-view-container)::after {
  display: none;
}

/* ============================================
   Blog — Shared across all blog pages
   ============================================ */

/* --- Breadcrumbs --- */

body.mpblog-post-view .breadcrumbs, body.mpblog-post-index .breadcrumbs, body.mpblog-category-view .breadcrumbs, body.mpblog-tag-view .breadcrumbs, body.mpblog-month-view .breadcrumbs, body.mpblog-author-view .breadcrumbs {
  background: none;
}

/* --- Main title --- */

body.mpblog-post-view .main-title, body.mpblog-post-index .main-title, body.mpblog-category-view .main-title, body.mpblog-tag-view .main-title, body.mpblog-month-view .main-title, body.mpblog-author-view .main-title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/* --- Container — same as category/dashboard --- */

body.mpblog-post-view #maincontent, body.mpblog-post-index #maincontent, body.mpblog-category-view #maincontent, body.mpblog-tag-view #maincontent, body.mpblog-month-view #maincontent, body.mpblog-author-view #maincontent{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  body.mpblog-post-view #maincontent, body.mpblog-post-index #maincontent, body.mpblog-category-view #maincontent, body.mpblog-tag-view #maincontent, body.mpblog-month-view #maincontent, body.mpblog-author-view #maincontent{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  body.mpblog-post-view #maincontent, body.mpblog-post-index #maincontent, body.mpblog-category-view #maincontent, body.mpblog-tag-view #maincontent, body.mpblog-month-view #maincontent, body.mpblog-author-view #maincontent{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  body.mpblog-post-view #maincontent, body.mpblog-post-index #maincontent, body.mpblog-category-view #maincontent, body.mpblog-tag-view #maincontent, body.mpblog-month-view #maincontent, body.mpblog-author-view #maincontent{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  body.mpblog-post-view #maincontent, body.mpblog-post-index #maincontent, body.mpblog-category-view #maincontent, body.mpblog-tag-view #maincontent, body.mpblog-month-view #maincontent, body.mpblog-author-view #maincontent{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  body.mpblog-post-view #maincontent, body.mpblog-post-index #maincontent, body.mpblog-category-view #maincontent, body.mpblog-tag-view #maincontent, body.mpblog-month-view #maincontent, body.mpblog-author-view #maincontent{
    max-width: 1536px;
  }
}

body.mpblog-post-view #maincontent, body.mpblog-post-index #maincontent, body.mpblog-category-view #maincontent, body.mpblog-tag-view #maincontent, body.mpblog-month-view #maincontent, body.mpblog-author-view #maincontent{
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  body.mpblog-post-view #maincontent, body.mpblog-post-index #maincontent, body.mpblog-category-view #maincontent, body.mpblog-tag-view #maincontent, body.mpblog-month-view #maincontent, body.mpblog-author-view #maincontent{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  body.mpblog-post-view #maincontent, body.mpblog-post-index #maincontent, body.mpblog-category-view #maincontent, body.mpblog-tag-view #maincontent, body.mpblog-month-view #maincontent, body.mpblog-author-view #maincontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > body.mpblog-post-view #maincontent,.mediaplan-view-header-info >  body.mpblog-post-index #maincontent,.mediaplan-view-header-info >  body.mpblog-category-view #maincontent,.mediaplan-view-header-info >  body.mpblog-tag-view #maincontent,.mediaplan-view-header-info >  body.mpblog-month-view #maincontent,.mediaplan-view-header-info >  body.mpblog-author-view #maincontent {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 0 2.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > body.mpblog-post-view #maincontent,.mediaplan-products-section >  body.mpblog-post-index #maincontent,.mediaplan-products-section >  body.mpblog-category-view #maincontent,.mediaplan-products-section >  body.mpblog-tag-view #maincontent,.mediaplan-products-section >  body.mpblog-month-view #maincontent,.mediaplan-products-section >  body.mpblog-author-view #maincontent {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1280px) {
  body.mpblog-post-view #maincontent, body.mpblog-post-index #maincontent, body.mpblog-category-view #maincontent, body.mpblog-tag-view #maincontent, body.mpblog-month-view #maincontent, body.mpblog-author-view #maincontent {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent body.mpblog-post-view #maincontent > div, .customer-account-createpassword #maincontent body.mpblog-post-view #maincontent > div,.customer-account-forgotpassword #maincontent  body.mpblog-post-index #maincontent > div, .customer-account-createpassword #maincontent  body.mpblog-post-index #maincontent > div,.customer-account-forgotpassword #maincontent  body.mpblog-category-view #maincontent > div, .customer-account-createpassword #maincontent  body.mpblog-category-view #maincontent > div,.customer-account-forgotpassword #maincontent  body.mpblog-tag-view #maincontent > div, .customer-account-createpassword #maincontent  body.mpblog-tag-view #maincontent > div,.customer-account-forgotpassword #maincontent  body.mpblog-month-view #maincontent > div, .customer-account-createpassword #maincontent  body.mpblog-month-view #maincontent > div,.customer-account-forgotpassword #maincontent  body.mpblog-author-view #maincontent > div, .customer-account-createpassword #maincontent  body.mpblog-author-view #maincontent > div {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  }
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form body.mpblog-post-view #maincontent,.checkout-cart-index .cart-form  body.mpblog-post-index #maincontent,.checkout-cart-index .cart-form  body.mpblog-category-view #maincontent,.checkout-cart-index .cart-form  body.mpblog-tag-view #maincontent,.checkout-cart-index .cart-form  body.mpblog-month-view #maincontent,.checkout-cart-index .cart-form  body.mpblog-author-view #maincontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .checkout-cart-index body.mpblog-post-view #maincontent > div > .lg\:w-\[265px\],.checkout-cart-index  body.mpblog-post-index #maincontent > div > .lg\:w-\[265px\],.checkout-cart-index  body.mpblog-category-view #maincontent > div > .lg\:w-\[265px\],.checkout-cart-index  body.mpblog-tag-view #maincontent > div > .lg\:w-\[265px\],.checkout-cart-index  body.mpblog-month-view #maincontent > div > .lg\:w-\[265px\],.checkout-cart-index  body.mpblog-author-view #maincontent > div > .lg\:w-\[265px\] {
    flex-shrink: 0;
    min-width: 265px
  }
}

.checkout-cart-index body.mpblog-post-view #maincontent > div > .lg\:flex-1,.checkout-cart-index  body.mpblog-post-index #maincontent > div > .lg\:flex-1,.checkout-cart-index  body.mpblog-category-view #maincontent > div > .lg\:flex-1,.checkout-cart-index  body.mpblog-tag-view #maincontent > div > .lg\:flex-1,.checkout-cart-index  body.mpblog-month-view #maincontent > div > .lg\:flex-1,.checkout-cart-index  body.mpblog-author-view #maincontent > div > .lg\:flex-1 {
  min-width: 0;
  overflow: hidden;
}

.checkout-cart-index .crosssell-product-slider body.mpblog-post-view #maincontent,.checkout-cart-index .crosssell-product-slider  body.mpblog-post-index #maincontent,.checkout-cart-index .crosssell-product-slider  body.mpblog-category-view #maincontent,.checkout-cart-index .crosssell-product-slider  body.mpblog-tag-view #maincontent,.checkout-cart-index .crosssell-product-slider  body.mpblog-month-view #maincontent,.checkout-cart-index .crosssell-product-slider  body.mpblog-author-view #maincontent{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0px;
}

@media (max-width: 640px) {
  .checkout-cart-index .cart-form body.mpblog-post-view #maincontent,.checkout-cart-index .cart-form  body.mpblog-post-index #maincontent,.checkout-cart-index .cart-form  body.mpblog-category-view #maincontent,.checkout-cart-index .cart-form  body.mpblog-tag-view #maincontent,.checkout-cart-index .cart-form  body.mpblog-month-view #maincontent,.checkout-cart-index .cart-form  body.mpblog-author-view #maincontent {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.faq-question-view .column.main > body.mpblog-post-view #maincontent,.faq-question-view .column.main >  body.mpblog-post-index #maincontent,.faq-question-view .column.main >  body.mpblog-category-view #maincontent,.faq-question-view .column.main >  body.mpblog-tag-view #maincontent,.faq-question-view .column.main >  body.mpblog-month-view #maincontent,.faq-question-view .column.main >  body.mpblog-author-view #maincontent{
  padding-left: 0px;
  padding-right: 0px;
}

/* --- Sidebar base --- */

body.mpblog-post-view .sidebar a, body.mpblog-post-index .sidebar a, body.mpblog-category-view .sidebar a, body.mpblog-tag-view .sidebar a, body.mpblog-month-view .sidebar a, body.mpblog-author-view .sidebar a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.mpblog-post-view .mp-clear, body.mpblog-post-index .mp-clear, body.mpblog-category-view .mp-clear, body.mpblog-tag-view .mp-clear, body.mpblog-month-view .mp-clear, body.mpblog-author-view .mp-clear {
  clear: both;
}

/* --- Sidebar search (direct child of .sidebar, not inside .mp-sidebar) --- */

body.mpblog-post-view .sidebar .mpblog-search, body.mpblog-post-index .sidebar .mpblog-search, body.mpblog-category-view .sidebar .mpblog-search, body.mpblog-tag-view .sidebar .mpblog-search, body.mpblog-month-view .sidebar .mpblog-search, body.mpblog-author-view .sidebar .mpblog-search {
  margin-bottom: 15px;
}

body.mpblog-post-view .sidebar .mpblog-search input, body.mpblog-post-index .sidebar .mpblog-search input, body.mpblog-category-view .sidebar .mpblog-search input, body.mpblog-tag-view .sidebar .mpblog-search input, body.mpblog-month-view .sidebar .mpblog-search input, body.mpblog-author-view .sidebar .mpblog-search input {
  font-size: 1rem;
  color: #052523;
  height: 40px;
}

body.mpblog-post-view .sidebar .mpblog-search input::placeholder, body.mpblog-post-index .sidebar .mpblog-search input::placeholder, body.mpblog-category-view .sidebar .mpblog-search input::placeholder, body.mpblog-tag-view .sidebar .mpblog-search input::placeholder, body.mpblog-month-view .sidebar .mpblog-search input::placeholder, body.mpblog-author-view .sidebar .mpblog-search input::placeholder {
  color: #828e9e;
  font-size: 1rem;
}

body.mpblog-post-view .sidebar .mpblog-search input:focus,
            body.mpblog-post-view .sidebar .mpblog-search input:focus:hover,
            body.mpblog-post-index .sidebar .mpblog-search input:focus,
            body.mpblog-post-index .sidebar .mpblog-search input:focus:hover,
            body.mpblog-category-view .sidebar .mpblog-search input:focus,
            body.mpblog-category-view .sidebar .mpblog-search input:focus:hover,
            body.mpblog-tag-view .sidebar .mpblog-search input:focus,
            body.mpblog-tag-view .sidebar .mpblog-search input:focus:hover,
            body.mpblog-month-view .sidebar .mpblog-search input:focus,
            body.mpblog-month-view .sidebar .mpblog-search input:focus:hover,
            body.mpblog-author-view .sidebar .mpblog-search input:focus,
            body.mpblog-author-view .sidebar .mpblog-search input:focus:hover {
  border-color: #28b1a8 !important;
  outline: none;
  box-shadow: 0 0 0 1px #28b1a8;
}

body.mpblog-post-view .sidebar .mpblog-search:hover input:not(:focus), body.mpblog-post-index .sidebar .mpblog-search:hover input:not(:focus), body.mpblog-category-view .sidebar .mpblog-search:hover input:not(:focus), body.mpblog-tag-view .sidebar .mpblog-search:hover input:not(:focus), body.mpblog-month-view .sidebar .mpblog-search:hover input:not(:focus), body.mpblog-author-view .sidebar .mpblog-search:hover input:not(:focus) {
  border-color: #A8AEB8;
}

body.mpblog-post-view .sidebar .mpblog-search svg, body.mpblog-post-index .sidebar .mpblog-search svg, body.mpblog-category-view .sidebar .mpblog-search svg, body.mpblog-tag-view .sidebar .mpblog-search svg, body.mpblog-month-view .sidebar .mpblog-search svg, body.mpblog-author-view .sidebar .mpblog-search svg {
  opacity: 0.5;
}

body.mpblog-post-view .sidebar .mpblog-search:hover svg,
        body.mpblog-post-view .sidebar .mpblog-search input:focus ~ button svg,
        body.mpblog-post-index .sidebar .mpblog-search:hover svg,
        body.mpblog-post-index .sidebar .mpblog-search input:focus ~ button svg,
        body.mpblog-category-view .sidebar .mpblog-search:hover svg,
        body.mpblog-category-view .sidebar .mpblog-search input:focus ~ button svg,
        body.mpblog-tag-view .sidebar .mpblog-search:hover svg,
        body.mpblog-tag-view .sidebar .mpblog-search input:focus ~ button svg,
        body.mpblog-month-view .sidebar .mpblog-search:hover svg,
        body.mpblog-month-view .sidebar .mpblog-search input:focus ~ button svg,
        body.mpblog-author-view .sidebar .mpblog-search:hover svg,
        body.mpblog-author-view .sidebar .mpblog-search input:focus ~ button svg {
  opacity: 1;
  color: #052523;
}

body.mpblog-post-view .sidebar .mpblog-search button.action.search, body.mpblog-post-index .sidebar .mpblog-search button.action.search, body.mpblog-category-view .sidebar .mpblog-search button.action.search, body.mpblog-tag-view .sidebar .mpblog-search button.action.search, body.mpblog-month-view .sidebar .mpblog-search button.action.search, body.mpblog-author-view .sidebar .mpblog-search button.action.search {
  background: none;
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

/* --- Sidebar blocks --- */

body.mpblog-post-view .sidebar .mp-sidebar, body.mpblog-post-index .sidebar .mp-sidebar, body.mpblog-category-view .sidebar .mp-sidebar, body.mpblog-tag-view .sidebar .mp-sidebar, body.mpblog-month-view .sidebar .mp-sidebar, body.mpblog-author-view .sidebar .mp-sidebar {
  margin-bottom: 1.75rem;
}

body.mpblog-post-view .sidebar .mp-sidebar .block-title p, body.mpblog-post-index .sidebar .mp-sidebar .block-title p, body.mpblog-category-view .sidebar .mp-sidebar .block-title p, body.mpblog-tag-view .sidebar .mp-sidebar .block-title p, body.mpblog-month-view .sidebar .mp-sidebar .block-title p, body.mpblog-author-view .sidebar .mp-sidebar .block-title p {
  font-size: 18px;
  font-weight: 800;
  color: #052523;
  margin-bottom: 0.5rem;
}

body.mpblog-post-view .sidebar .mp-sidebar .block-content, body.mpblog-post-index .sidebar .mp-sidebar .block-content, body.mpblog-category-view .sidebar .mp-sidebar .block-content, body.mpblog-tag-view .sidebar .mp-sidebar .block-content, body.mpblog-month-view .sidebar .mp-sidebar .block-content, body.mpblog-author-view .sidebar .mp-sidebar .block-content {
  padding-left: 0;
  margin-top: 0;
}

/* Sidebar tabs (Populaire / Récents) — structural layout */

body.mpblog-post-view .sidebar .mp-sidebar .product.data.items, body.mpblog-post-index .sidebar .mp-sidebar .product.data.items, body.mpblog-category-view .sidebar .mp-sidebar .product.data.items, body.mpblog-tag-view .sidebar .mp-sidebar .product.data.items, body.mpblog-month-view .sidebar .mp-sidebar .product.data.items, body.mpblog-author-view .sidebar .mp-sidebar .product.data.items {
  position: relative;
  z-index: 1;
  border: none;
  margin: 0;
}

body.mpblog-post-view .sidebar .mp-sidebar .product.data.items::after, body.mpblog-post-index .sidebar .mp-sidebar .product.data.items::after, body.mpblog-category-view .sidebar .mp-sidebar .product.data.items::after, body.mpblog-tag-view .sidebar .mp-sidebar .product.data.items::after, body.mpblog-month-view .sidebar .mp-sidebar .product.data.items::after, body.mpblog-author-view .sidebar .mp-sidebar .product.data.items::after {
  content: "";
  display: table;
  clear: both;
}

body.mpblog-post-view .sidebar .mp-sidebar .product.data.items > .item.title, body.mpblog-post-index .sidebar .mp-sidebar .product.data.items > .item.title, body.mpblog-category-view .sidebar .mp-sidebar .product.data.items > .item.title, body.mpblog-tag-view .sidebar .mp-sidebar .product.data.items > .item.title, body.mpblog-month-view .sidebar .mp-sidebar .product.data.items > .item.title, body.mpblog-author-view .sidebar .mp-sidebar .product.data.items > .item.title {
  float: left;
  margin: 0;
  width: calc(50% - 3px);
}

body.mpblog-post-view .sidebar .mp-sidebar .product.data.items > .item.title:first-child, body.mpblog-post-index .sidebar .mp-sidebar .product.data.items > .item.title:first-child, body.mpblog-category-view .sidebar .mp-sidebar .product.data.items > .item.title:first-child, body.mpblog-tag-view .sidebar .mp-sidebar .product.data.items > .item.title:first-child, body.mpblog-month-view .sidebar .mp-sidebar .product.data.items > .item.title:first-child, body.mpblog-author-view .sidebar .mp-sidebar .product.data.items > .item.title:first-child {
  margin-right: 6px;
  position: relative;
}

body.mpblog-post-view .sidebar .mp-sidebar .product.data.items > .item.title:first-child::after, body.mpblog-post-index .sidebar .mp-sidebar .product.data.items > .item.title:first-child::after, body.mpblog-category-view .sidebar .mp-sidebar .product.data.items > .item.title:first-child::after, body.mpblog-tag-view .sidebar .mp-sidebar .product.data.items > .item.title:first-child::after, body.mpblog-month-view .sidebar .mp-sidebar .product.data.items > .item.title:first-child::after, body.mpblog-author-view .sidebar .mp-sidebar .product.data.items > .item.title:first-child::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 0;
  width: 6px;
  height: 1px;
  background: #e2e5ea;
}

body.mpblog-post-view .sidebar .mp-sidebar .product.data.items > .item.title > .switch, body.mpblog-post-index .sidebar .mp-sidebar .product.data.items > .item.title > .switch, body.mpblog-category-view .sidebar .mp-sidebar .product.data.items > .item.title > .switch, body.mpblog-tag-view .sidebar .mp-sidebar .product.data.items > .item.title > .switch, body.mpblog-month-view .sidebar .mp-sidebar .product.data.items > .item.title > .switch, body.mpblog-author-view .sidebar .mp-sidebar .product.data.items > .item.title > .switch {
  display: block;
  position: relative;
  z-index: 2;
  background: #f5f7fa;
  border: 1px solid #e2e5ea;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #828e9e;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}

body.mpblog-post-view .sidebar .mp-sidebar .product.data.items > .item.title > .switch:hover, body.mpblog-post-index .sidebar .mp-sidebar .product.data.items > .item.title > .switch:hover, body.mpblog-category-view .sidebar .mp-sidebar .product.data.items > .item.title > .switch:hover, body.mpblog-tag-view .sidebar .mp-sidebar .product.data.items > .item.title > .switch:hover, body.mpblog-month-view .sidebar .mp-sidebar .product.data.items > .item.title > .switch:hover, body.mpblog-author-view .sidebar .mp-sidebar .product.data.items > .item.title > .switch:hover {
  background: #f0f2f5;
  color: #052523;
}

body.mpblog-post-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch,
                body.mpblog-post-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch:focus,
                body.mpblog-post-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch:hover,
                body.mpblog-post-index .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch,
                body.mpblog-post-index .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch:focus,
                body.mpblog-post-index .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch:hover,
                body.mpblog-category-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch,
                body.mpblog-category-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch:focus,
                body.mpblog-category-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch:hover,
                body.mpblog-tag-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch,
                body.mpblog-tag-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch:focus,
                body.mpblog-tag-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch:hover,
                body.mpblog-month-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch,
                body.mpblog-month-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch:focus,
                body.mpblog-month-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch:hover,
                body.mpblog-author-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch,
                body.mpblog-author-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch:focus,
                body.mpblog-author-view .sidebar .mp-sidebar .product.data.items > .item.title.active > .switch:hover {
  background: white;
  color: #052523;
  font-weight: 700;
  padding-bottom: 0;
}

body.mpblog-post-view .sidebar .mp-sidebar .product.data.items > .item.content, body.mpblog-post-index .sidebar .mp-sidebar .product.data.items > .item.content, body.mpblog-category-view .sidebar .mp-sidebar .product.data.items > .item.content, body.mpblog-tag-view .sidebar .mp-sidebar .product.data.items > .item.content, body.mpblog-month-view .sidebar .mp-sidebar .product.data.items > .item.content, body.mpblog-author-view .sidebar .mp-sidebar .product.data.items > .item.content {
  float: right;
  margin-left: -100%;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e2e5ea;
  border-top: none;
  padding: 0.75rem;
  margin-top: 40px;
  background: white;
  border-radius: 0 0 8px 8px;
}

/* Post list in sidebar tabs */

body.mpblog-post-view .sidebar .mp-sidebar .list-post-tabs, body.mpblog-post-index .sidebar .mp-sidebar .list-post-tabs, body.mpblog-category-view .sidebar .mp-sidebar .list-post-tabs, body.mpblog-tag-view .sidebar .mp-sidebar .list-post-tabs, body.mpblog-month-view .sidebar .mp-sidebar .list-post-tabs, body.mpblog-author-view .sidebar .mp-sidebar .list-post-tabs {
  padding: 0.5rem 0.25rem;
  border-bottom: 1px solid #f0f2f5;
  border-radius: 6px;
}

body.mpblog-post-view .sidebar .mp-sidebar .list-post-tabs::after, body.mpblog-post-index .sidebar .mp-sidebar .list-post-tabs::after, body.mpblog-category-view .sidebar .mp-sidebar .list-post-tabs::after, body.mpblog-tag-view .sidebar .mp-sidebar .list-post-tabs::after, body.mpblog-month-view .sidebar .mp-sidebar .list-post-tabs::after, body.mpblog-author-view .sidebar .mp-sidebar .list-post-tabs::after {
  content: "";
  display: table;
  clear: both;
}

body.mpblog-post-view .sidebar .mp-sidebar .list-post-tabs:last-child, body.mpblog-post-index .sidebar .mp-sidebar .list-post-tabs:last-child, body.mpblog-category-view .sidebar .mp-sidebar .list-post-tabs:last-child, body.mpblog-tag-view .sidebar .mp-sidebar .list-post-tabs:last-child, body.mpblog-month-view .sidebar .mp-sidebar .list-post-tabs:last-child, body.mpblog-author-view .sidebar .mp-sidebar .list-post-tabs:last-child {
  border-bottom: none;
}

body.mpblog-post-view .sidebar .mp-sidebar .list-post-tabs:hover, body.mpblog-post-index .sidebar .mp-sidebar .list-post-tabs:hover, body.mpblog-category-view .sidebar .mp-sidebar .list-post-tabs:hover, body.mpblog-tag-view .sidebar .mp-sidebar .list-post-tabs:hover, body.mpblog-month-view .sidebar .mp-sidebar .list-post-tabs:hover, body.mpblog-author-view .sidebar .mp-sidebar .list-post-tabs:hover {
  background: none;
}

body.mpblog-post-view .sidebar .mp-sidebar .list-post-tabs .post-left, body.mpblog-post-index .sidebar .mp-sidebar .list-post-tabs .post-left, body.mpblog-category-view .sidebar .mp-sidebar .list-post-tabs .post-left, body.mpblog-tag-view .sidebar .mp-sidebar .list-post-tabs .post-left, body.mpblog-month-view .sidebar .mp-sidebar .list-post-tabs .post-left, body.mpblog-author-view .sidebar .mp-sidebar .list-post-tabs .post-left {
  float: left;
  width: 56px;
}

body.mpblog-post-view .sidebar .mp-sidebar .list-post-tabs .post-left img, body.mpblog-post-index .sidebar .mp-sidebar .list-post-tabs .post-left img, body.mpblog-category-view .sidebar .mp-sidebar .list-post-tabs .post-left img, body.mpblog-tag-view .sidebar .mp-sidebar .list-post-tabs .post-left img, body.mpblog-month-view .sidebar .mp-sidebar .list-post-tabs .post-left img, body.mpblog-author-view .sidebar .mp-sidebar .list-post-tabs .post-left img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
}

body.mpblog-post-view .sidebar .mp-sidebar .list-post-tabs .post-right, body.mpblog-post-index .sidebar .mp-sidebar .list-post-tabs .post-right, body.mpblog-category-view .sidebar .mp-sidebar .list-post-tabs .post-right, body.mpblog-tag-view .sidebar .mp-sidebar .list-post-tabs .post-right, body.mpblog-month-view .sidebar .mp-sidebar .list-post-tabs .post-right, body.mpblog-author-view .sidebar .mp-sidebar .list-post-tabs .post-right {
  margin-left: 66px;
  float: none;
  width: auto;
  padding: 0;
}

body.mpblog-post-view .sidebar .mp-sidebar .list-post-tabs .post-right span, body.mpblog-post-index .sidebar .mp-sidebar .list-post-tabs .post-right span, body.mpblog-category-view .sidebar .mp-sidebar .list-post-tabs .post-right span, body.mpblog-tag-view .sidebar .mp-sidebar .list-post-tabs .post-right span, body.mpblog-month-view .sidebar .mp-sidebar .list-post-tabs .post-right span, body.mpblog-author-view .sidebar .mp-sidebar .list-post-tabs .post-right span {
  font-size: 15px;
  font-weight: 600;
  color: #052523;
  white-space: normal;
  line-height: 1.35;
  display: block;
}

body.mpblog-post-view .sidebar .mp-sidebar .list-post-tabs .post-right a, body.mpblog-post-index .sidebar .mp-sidebar .list-post-tabs .post-right a, body.mpblog-category-view .sidebar .mp-sidebar .list-post-tabs .post-right a, body.mpblog-tag-view .sidebar .mp-sidebar .list-post-tabs .post-right a, body.mpblog-month-view .sidebar .mp-sidebar .list-post-tabs .post-right a, body.mpblog-author-view .sidebar .mp-sidebar .list-post-tabs .post-right a {
  color: #052523;
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.mpblog-post-view .sidebar .mp-sidebar .list-post-tabs .post-right a:hover, body.mpblog-post-index .sidebar .mp-sidebar .list-post-tabs .post-right a:hover, body.mpblog-category-view .sidebar .mp-sidebar .list-post-tabs .post-right a:hover, body.mpblog-tag-view .sidebar .mp-sidebar .list-post-tabs .post-right a:hover, body.mpblog-month-view .sidebar .mp-sidebar .list-post-tabs .post-right a:hover, body.mpblog-author-view .sidebar .mp-sidebar .list-post-tabs .post-right a:hover {
  color: #28b1a8;
}

body.mpblog-post-view .sidebar .mp-sidebar .list-post-tabs .post-right span.create-at, body.mpblog-post-index .sidebar .mp-sidebar .list-post-tabs .post-right span.create-at, body.mpblog-category-view .sidebar .mp-sidebar .list-post-tabs .post-right span.create-at, body.mpblog-tag-view .sidebar .mp-sidebar .list-post-tabs .post-right span.create-at, body.mpblog-month-view .sidebar .mp-sidebar .list-post-tabs .post-right span.create-at, body.mpblog-author-view .sidebar .mp-sidebar .list-post-tabs .post-right span.create-at {
  font-size: 12px;
  font-weight: 400;
  color: #828e9e;
  margin-top: 3px;
}

/* Autocomplete search results */

body.mpblog-post-view .sidebar .mp-sidebar .autocomplete-suggestions, body.mpblog-post-index .sidebar .mp-sidebar .autocomplete-suggestions, body.mpblog-category-view .sidebar .mp-sidebar .autocomplete-suggestions, body.mpblog-tag-view .sidebar .mp-sidebar .autocomplete-suggestions, body.mpblog-month-view .sidebar .mp-sidebar .autocomplete-suggestions, body.mpblog-author-view .sidebar .mp-sidebar .autocomplete-suggestions {
  box-sizing: border-box;
  border: 1px solid #cacfd8;
  background: #fff;
  cursor: default;
  overflow: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  border-top: 0;
  padding: 0.5rem 0;
  overflow-x: hidden;
}

body.mpblog-post-view .sidebar .mp-sidebar .autocomplete-suggestion, body.mpblog-post-index .sidebar .mp-sidebar .autocomplete-suggestion, body.mpblog-category-view .sidebar .mp-sidebar .autocomplete-suggestion, body.mpblog-tag-view .sidebar .mp-sidebar .autocomplete-suggestion, body.mpblog-month-view .sidebar .mp-sidebar .autocomplete-suggestion, body.mpblog-author-view .sidebar .mp-sidebar .autocomplete-suggestion {
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #f0f2f5;
}

body.mpblog-post-view .sidebar .mp-sidebar .autocomplete-suggestion:last-child, body.mpblog-post-index .sidebar .mp-sidebar .autocomplete-suggestion:last-child, body.mpblog-category-view .sidebar .mp-sidebar .autocomplete-suggestion:last-child, body.mpblog-tag-view .sidebar .mp-sidebar .autocomplete-suggestion:last-child, body.mpblog-month-view .sidebar .mp-sidebar .autocomplete-suggestion:last-child, body.mpblog-author-view .sidebar .mp-sidebar .autocomplete-suggestion:last-child {
  border-bottom: none;
}

body.mpblog-post-view .sidebar .mp-sidebar .autocomplete-selected, body.mpblog-post-index .sidebar .mp-sidebar .autocomplete-selected, body.mpblog-category-view .sidebar .mp-sidebar .autocomplete-selected, body.mpblog-tag-view .sidebar .mp-sidebar .autocomplete-selected, body.mpblog-month-view .sidebar .mp-sidebar .autocomplete-selected, body.mpblog-author-view .sidebar .mp-sidebar .autocomplete-selected {
  background: #f5f7fa;
}

/* Categories list */

body.mpblog-post-view .sidebar .mp-sidebar ul.menu-categories, body.mpblog-post-index .sidebar .mp-sidebar ul.menu-categories, body.mpblog-category-view .sidebar .mp-sidebar ul.menu-categories, body.mpblog-tag-view .sidebar .mp-sidebar ul.menu-categories, body.mpblog-month-view .sidebar .mp-sidebar ul.menu-categories, body.mpblog-author-view .sidebar .mp-sidebar ul.menu-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.mpblog-post-view .sidebar .mp-sidebar ul.menu-categories li.category-item, body.mpblog-post-index .sidebar .mp-sidebar ul.menu-categories li.category-item, body.mpblog-category-view .sidebar .mp-sidebar ul.menu-categories li.category-item, body.mpblog-tag-view .sidebar .mp-sidebar ul.menu-categories li.category-item, body.mpblog-month-view .sidebar .mp-sidebar ul.menu-categories li.category-item, body.mpblog-author-view .sidebar .mp-sidebar ul.menu-categories li.category-item {
  padding: 0;
  margin: 0;
  line-height: 1.4;
}

body.mpblog-post-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories, body.mpblog-post-index .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories, body.mpblog-category-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories, body.mpblog-tag-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories, body.mpblog-month-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories, body.mpblog-author-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories {
  font-size: 16px;
  color: #052523;
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.mpblog-post-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories::before, body.mpblog-post-index .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories::before, body.mpblog-category-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories::before, body.mpblog-tag-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories::before, body.mpblog-month-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories::before, body.mpblog-author-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23052523' fill-rule='evenodd' d='M9.296 1.142C6.791 1.024 5.26 1.055 3.238 1.203 1.848 1.305.817 2.427.671 3.748c-.585 5.286-.784 9.372-.168 14.731.107.932.472 1.767 1.016 2.444.787.98 1.943 1.622 3.22 1.766 3.446.39 9.534.221 12.759.094 1.777-.07 3.353-1.187 3.938-2.881.071-.206.146-.421.224-.645.715-2.049 1.676-4.806 2.17-7.514.266-1.46-.72-2.706-2.036-3.011v-1.556c0-1.538-1.266-2.75-2.783-2.75h-6.297c-.266-.009-.491-.179-.576-.415l-.37-1.039C11.393 1.922 10.419 1.195 9.296 1.142ZM4.98 20.56c-.498-.056-.96-.248-1.341-.54l3.61-7.916.003-.007c.337-.753 1.06-1.27 1.896-1.334 1.527-.117 3.66-.249 5.473-.249 2.036 0 4.81.166 6.595.291.384.027.548.325.507.553-.462 2.533-1.366 5.13-2.086 7.197l-.001.001c-.077.221-.152.436-.224.644-.285.825-1.065 1.404-1.998 1.441-3.263.129-9.18.286-12.433-.082Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

body.mpblog-post-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories:hover, body.mpblog-post-index .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories:hover, body.mpblog-category-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories:hover, body.mpblog-tag-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories:hover, body.mpblog-month-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories:hover, body.mpblog-author-view .sidebar .mp-sidebar ul.menu-categories li.category-item a.list-categories:hover {
  color: #28b1a8;
}

body.mpblog-post-view .sidebar .mp-sidebar ul.menu-categories li.category-item i, body.mpblog-post-index .sidebar .mp-sidebar ul.menu-categories li.category-item i, body.mpblog-category-view .sidebar .mp-sidebar ul.menu-categories li.category-item i, body.mpblog-tag-view .sidebar .mp-sidebar ul.menu-categories li.category-item i, body.mpblog-month-view .sidebar .mp-sidebar ul.menu-categories li.category-item i, body.mpblog-author-view .sidebar .mp-sidebar ul.menu-categories li.category-item i {
  display: none;
}

/* Monthly archive / Topics */

body.mpblog-post-view .sidebar .mp-sidebar .menu-archives, body.mpblog-post-index .sidebar .mp-sidebar .menu-archives, body.mpblog-category-view .sidebar .mp-sidebar .menu-archives, body.mpblog-tag-view .sidebar .mp-sidebar .menu-archives, body.mpblog-month-view .sidebar .mp-sidebar .menu-archives, body.mpblog-author-view .sidebar .mp-sidebar .menu-archives {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

body.mpblog-post-view .sidebar .mp-sidebar .menu-archives li, body.mpblog-post-index .sidebar .mp-sidebar .menu-archives li, body.mpblog-category-view .sidebar .mp-sidebar .menu-archives li, body.mpblog-tag-view .sidebar .mp-sidebar .menu-archives li, body.mpblog-month-view .sidebar .mp-sidebar .menu-archives li, body.mpblog-author-view .sidebar .mp-sidebar .menu-archives li {
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
}

body.mpblog-post-view .sidebar .mp-sidebar .menu-archives li a, body.mpblog-post-index .sidebar .mp-sidebar .menu-archives li a, body.mpblog-category-view .sidebar .mp-sidebar .menu-archives li a, body.mpblog-tag-view .sidebar .mp-sidebar .menu-archives li a, body.mpblog-month-view .sidebar .mp-sidebar .menu-archives li a, body.mpblog-author-view .sidebar .mp-sidebar .menu-archives li a {
  color: #052523;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.mpblog-post-view .sidebar .mp-sidebar .menu-archives li a::before, body.mpblog-post-index .sidebar .mp-sidebar .menu-archives li a::before, body.mpblog-category-view .sidebar .mp-sidebar .menu-archives li a::before, body.mpblog-tag-view .sidebar .mp-sidebar .menu-archives li a::before, body.mpblog-month-view .sidebar .mp-sidebar .menu-archives li a::before, body.mpblog-author-view .sidebar .mp-sidebar .menu-archives li a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23052523' fill-rule='evenodd' d='M7.384.429c.592 0 1.071.48 1.071 1.071v1.246c1.14-.034 2.312-.051 3.545-.051 1.233 0 2.405.017 3.545.051V1.5c0-.592.48-1.071 1.071-1.071.592 0 1.072.48 1.072 1.071v1.334c2.919.245 5.256 2.523 5.586 5.388.397 3.44.397 6.383 0 9.823-.339 2.94-2.79 5.261-5.815 5.403-1.745.082-3.527.124-5.459.124-1.932 0-3.714-.042-5.459-.124-3.025-.142-5.476-2.463-5.815-5.403-.397-3.44-.397-6.383 0-9.823.33-2.865 2.667-5.143 5.586-5.388V1.5c0-.592.48-1.071 1.072-1.071ZM2.749 9.48c-.268 2.851-.232 5.385.106 8.319.219 1.897 1.811 3.415 3.786 3.508 1.711.08 3.46.122 5.359.122 1.9 0 3.648-.042 5.359-.122 1.975-.093 3.568-1.611 3.786-3.508.338-2.934.374-5.468.106-8.319H2.749Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

body.mpblog-post-view .sidebar .mp-sidebar .menu-archives li a:hover, body.mpblog-post-index .sidebar .mp-sidebar .menu-archives li a:hover, body.mpblog-category-view .sidebar .mp-sidebar .menu-archives li a:hover, body.mpblog-tag-view .sidebar .mp-sidebar .menu-archives li a:hover, body.mpblog-month-view .sidebar .mp-sidebar .menu-archives li a:hover, body.mpblog-author-view .sidebar .mp-sidebar .menu-archives li a:hover {
  color: #28b1a8;
}

body.mpblog-post-view .sidebar .mp-sidebar .menu-archives li i, body.mpblog-post-index .sidebar .mp-sidebar .menu-archives li i, body.mpblog-category-view .sidebar .mp-sidebar .menu-archives li i, body.mpblog-tag-view .sidebar .mp-sidebar .menu-archives li i, body.mpblog-month-view .sidebar .mp-sidebar .menu-archives li i, body.mpblog-author-view .sidebar .mp-sidebar .menu-archives li i {
  display: none;
}

/* Tags cloud — hidden (whole block) */

body.mpblog-post-view .sidebar .mp-sidebar:has(.sidebar-tags), body.mpblog-post-index .sidebar .mp-sidebar:has(.sidebar-tags), body.mpblog-category-view .sidebar .mp-sidebar:has(.sidebar-tags), body.mpblog-tag-view .sidebar .mp-sidebar:has(.sidebar-tags), body.mpblog-month-view .sidebar .mp-sidebar:has(.sidebar-tags), body.mpblog-author-view .sidebar .mp-sidebar:has(.sidebar-tags) {
  display: none;
}

/* ============================================
   Blog Post View — .mpblog-post-view
   ============================================ */

/* --- H1 spacing --- */

body.mpblog-post-view #maincontent h1 {
  margin-bottom: 0;
}

body.mpblog-post-view .sidebar.sidebar-additional {
  display: none;
}

/* --- Reorder: meta bar above image --- */

body.mpblog-post-view .post-list-content {
  display: flex;
  flex-direction: column;
  padding-right: 1.5rem;
}

body.mpblog-post-view .post-list-content .post-view-image {
  order: 2;
}

body.mpblog-post-view .post-list-content .post-post_content {
  order: 3;
}

body.mpblog-post-view .post-list-content .mp-clear {
  order: 4;
}

body.mpblog-post-view .post-list-content .mp-post-meta {
  order: 1;
  margin-bottom: 1rem;
}

/* --- Hide RSS icon --- */

body.mpblog-post-view .mp-blog-rss {
  display: none;
}

/* --- Featured image --- */

body.mpblog-post-view .post-view-image {
  margin-bottom: 1.75rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

body.mpblog-post-view .post-view-image img.img-responsive {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* --- Post content (WYSIWYG) --- */

body.mpblog-post-view .post-post_content {
  font-size: 17px;
  line-height: 1.75;
  color: #052523;
  margin: 0 0 1rem 0;
}

body.mpblog-post-view .post-post_content h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #052523;
  margin: 1.75rem 0 0.75rem 0;
}

body.mpblog-post-view .post-post_content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #052523;
  margin: 1.5rem 0 0.5rem 0;
}

body.mpblog-post-view .post-post_content h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #052523;
  margin: 1.25rem 0 0.5rem 0;
}

body.mpblog-post-view .post-post_content p {
  margin: 0 0 0.75rem 0;
}

body.mpblog-post-view .post-post_content ul, body.mpblog-post-view .post-post_content ol {
  margin: 0.5rem 0 1rem 1.5rem;
  padding: 0;
}

body.mpblog-post-view .post-post_content ul li, body.mpblog-post-view .post-post_content ol li {
  margin-bottom: 0.3rem;
  line-height: 1.7;
}

body.mpblog-post-view .post-post_content ul li {
  list-style-type: disc;
}

body.mpblog-post-view .post-post_content ol li {
  list-style-type: decimal;
}

body.mpblog-post-view .post-post_content a {
  color: #28b1a8;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

body.mpblog-post-view .post-post_content a:hover {
  color: #052523;
}

body.mpblog-post-view .post-post_content blockquote {
  border-left: 3px solid #28b1a8;
  padding: 0.75rem 1.25rem;
  margin: 1.25rem 0;
  background: #e9f7f7;
  font-style: italic;
}

body.mpblog-post-view .post-post_content img {
  max-width: 100%;
  height: auto;
  margin: 0.75rem 0;
  border-radius: 8px;
}

body.mpblog-post-view .post-post_content strong, body.mpblog-post-view .post-post_content b {
  font-weight: 700;
}

/* --- Post meta wrapper --- */

body.mpblog-post-view .mp-post-meta {
  border-top: none;
  border-bottom: none;
  background: none;
  margin: 0 0 1.5rem 0;
}

/* --- Post meta info bar --- */

body.mpblog-post-view .mp-post-info {
  font-size: 15px;
  line-height: 1.5;
  color: #828e9e;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  align-items: center;
}

body.mpblog-post-view .mp-post-info a {
  color: #28b1a8;
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.mpblog-post-view .mp-post-info .mp-info {
  color: #052523 !important;
  background: none;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}

body.mpblog-post-view .mp-post-info .mp-info:hover {
  color: #28b1a8 !important;
}

body.mpblog-post-view .mp-post-info .mp-post-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #052523;
}

body.mpblog-post-view .mp-post-info .mp-post-meta-item svg {
  flex-shrink: 0;
  color: #052523;
}

/* --- Hide vendor hr separators --- */

body.mpblog-post-view .col-xs-12 > hr {
  display: none;
}

/* --- Sharing & About Author — hidden --- */

body.mpblog-post-view #sharing,
    body.mpblog-post-view .block-blog-related.about-admin {
  display: none;
}

/* --- Related posts --- */

body.mpblog-post-view #card-carousel .splide__arrows {
  display: none;
}

body.mpblog-post-view .block-blog-related.topic-list {
  margin-top: 2rem;
  width: 100% !important;
}

body.mpblog-post-view .block-blog-related.topic-list h2 {
  font-size: 18px;
  font-weight: 700;
  color: #052523;
  margin-bottom: 1rem;
}

body.mpblog-post-view .block-blog-related.topic-list .related-content-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
}

body.mpblog-post-view .block-blog-related.topic-list .post-list-item {
  flex: 1 1 calc(33.333% - 0.75rem);
  min-width: 220px;
  margin-bottom: 0;
}

body.mpblog-post-view .block-blog-related.topic-list .post-item-wraper {
  border: 1px solid #e2e5ea !important;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: none !important;
}

body.mpblog-post-view .block-blog-related.topic-list .post-item-wraper:hover {
  border-color: #e2e5ea !important;
  box-shadow: none !important;
}

body.mpblog-post-view .block-blog-related.topic-list .post-image {
  min-height: 160px;
  overflow: hidden;
  position: relative;
}

body.mpblog-post-view .block-blog-related.topic-list .post-image img.img-responsive {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border: none;
  position: static;
}

body.mpblog-post-view .block-blog-related.topic-list .post-info-wraper {
  padding: 0.75rem 1rem;
  display: block;
}

body.mpblog-post-view .block-blog-related.topic-list .post-info-wraper h2.mp-post-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  margin: 0 0 0.5rem 0 !important;
  overflow-wrap: break-word;
}

body.mpblog-post-view .block-blog-related.topic-list .post-info-wraper h2.mp-post-title a {
  font-size: 18px;
  color: #052523 !important;
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.mpblog-post-view .block-blog-related.topic-list .post-info-wraper h2.mp-post-title a:hover {
  color: #28b1a8 !important;
}

body.mpblog-post-view .block-blog-related.topic-list .post-info-wraper .mp-post-info {
  font-size: 13px;
  padding: 0;
  color: #828e9e;
  display: flex;
  align-items: center;
  gap: 4px;
}

body.mpblog-post-view .block-blog-related.topic-list .post-info-wraper .mp-post-info .mp-post-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #052523;
}

body.mpblog-post-view .block-blog-related.topic-list .post-info-wraper .mp-post-info svg {
  color: #052523;
  flex-shrink: 0;
}

/* --- Products related to post --- */

body.mpblog-post-view .block-blog-related.products-same-post {
  margin-top: 2rem;
  width: 100% !important;
}

body.mpblog-post-view .block-blog-related.products-same-post h2 {
  font-size: 18px;
  font-weight: 700;
  color: #052523;
  margin-bottom: 1rem;
}

/* --- Comments --- */

body.mpblog-post-view .block-blog-related.blog-comment {
  margin-top: 2rem;
}

body.mpblog-post-view .block-blog-related.blog-comment h2 {
  font-size: 18px;
  font-weight: 700;
  color: #052523;
  margin-bottom: 1rem;
}

body.mpblog-post-view .block-blog-related.blog-comment textarea {
  border: 1px solid #cacfd8;
  border-radius: 8px;
  padding: 0.75rem;
  font-size: 14px;
  width: 100%;
}

body.mpblog-post-view .block-blog-related.blog-comment textarea:focus {
  border-color: #28b1a8;
  outline: none;
  box-shadow: none;
}

body.mpblog-post-view .block-blog-related.blog-comment input[type="text"],
        body.mpblog-post-view .block-blog-related.blog-comment input[type="email"] {
  border: 1px solid #cacfd8;
  border-radius: 8px;
  padding: 0 0.75rem;
  font-size: 14px;
  height: 40px;
}

body.mpblog-post-view .block-blog-related.blog-comment input[type="text"]:focus, body.mpblog-post-view .block-blog-related.blog-comment input[type="email"]:focus {
  border-color: #28b1a8;
  outline: none;
  box-shadow: none;
}

/* --- Like/Dislike --- */

body.mpblog-post-view #mp-blog-review {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

body.mpblog-post-view #mp-blog-review .mp-blog-like,
        body.mpblog-post-view #mp-blog-review .mp-blog-dislike {
  padding: 0.5rem 1rem;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #828e9e;
}

body.mpblog-post-view #mp-blog-review .mp-blog-like:hover, body.mpblog-post-view #mp-blog-review .mp-blog-dislike:hover {
  border-color: #28b1a8;
  color: #28b1a8;
}

body.mpblog-post-view .mp-blog-review-title span {
  font-size: 15px;
  font-weight: 600;
  color: #052523;
}

/* ============================================
   Override vendor hyvaBlog.css generic resets
   (vendor targets #maincontent h1-h5 globally)
   ============================================ */

body.mpblog-post-view #maincontent h1 {
  font-weight: 800;
  font-size: 35px;
  line-height: 1.25;
  color: #052523;
}

body.mpblog-post-view #maincontent h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #052523;
}

body.mpblog-post-view #maincontent h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  color: #052523;
}

body.mpblog-post-view #maincontent h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #052523;
}

body.mpblog-post-view #maincontent h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #052523;
  margin-bottom: 0.5rem;
}

body.mpblog-post-view #maincontent p {
  margin-bottom: 0.75rem;
}

/* Fix clear floats from vendor */

body.mpblog-post-view .mp-clear {
  clear: both;
}

/* Override vendor full-width on 1column layout */

body.mpblog-post-view .page-layout-1column .column.main {
  width: 100%;
}

/* Override vendor post-item-wraper padding globally */

body.mpblog-post-view .post-item-wraper {
  padding: 0;
}

/* ============================================
   Blog Category View — .mpblog-category-view
   ============================================ */

/* --- Titre catégorie --- */

body.mpblog-category-view .main-title h1, body.mpblog-post-index .main-title h1, body.mpblog-month-view .main-title h1 {
  margin-bottom: 20px;
}

/* --- Hide RSS, toolbar amount, limiter --- */

body.mpblog-category-view .mp-blog-rss,
    body.mpblog-category-view .toolbar-amount,
    body.mpblog-category-view .limiter,
    body.mpblog-category-view .mp-footer,
    body.mpblog-post-index .mp-blog-rss,
    body.mpblog-post-index .toolbar-amount,
    body.mpblog-post-index .limiter,
    body.mpblog-post-index .mp-footer,
    body.mpblog-month-view .mp-blog-rss,
    body.mpblog-month-view .toolbar-amount,
    body.mpblog-month-view .limiter,
    body.mpblog-month-view .mp-footer {
  display: none;
}

/* --- Grid 2 colonnes --- */

body.mpblog-category-view .post-list-body, body.mpblog-post-index .post-list-body, body.mpblog-month-view .post-list-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

/* --- Cards --- */

body.mpblog-category-view .post-item-wraper, body.mpblog-post-index .post-item-wraper, body.mpblog-month-view .post-item-wraper {
  border: 1px solid #e2e5ea;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}

body.mpblog-category-view .post-item-wraper:hover, body.mpblog-post-index .post-item-wraper:hover, body.mpblog-month-view .post-item-wraper:hover {
  border-color: #e2e5ea;
}

/* --- Image --- */

body.mpblog-category-view .post-image, body.mpblog-post-index .post-image, body.mpblog-month-view .post-image {
  overflow: hidden;
}

body.mpblog-category-view .post-image img.img-responsive, body.mpblog-post-index .post-image img.img-responsive, body.mpblog-month-view .post-image img.img-responsive {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* --- Content wrapper --- */

body.mpblog-category-view .post-info-wraper, body.mpblog-post-index .post-info-wraper, body.mpblog-month-view .post-info-wraper {
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* --- Titre --- */

body.mpblog-category-view h2.mp-post-title, body.mpblog-post-index h2.mp-post-title, body.mpblog-month-view h2.mp-post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}

body.mpblog-category-view h2.mp-post-title a, body.mpblog-post-index h2.mp-post-title a, body.mpblog-month-view h2.mp-post-title a {
  color: #052523 !important;
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.mpblog-category-view h2.mp-post-title a:hover, body.mpblog-post-index h2.mp-post-title a:hover, body.mpblog-month-view h2.mp-post-title a:hover {
  color: #28b1a8 !important;
}

/* --- Date --- */

body.mpblog-category-view .mp-post-info, body.mpblog-post-index .mp-post-info, body.mpblog-month-view .mp-post-info {
  font-size: 13px;
  padding: 0;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

body.mpblog-category-view .mp-post-info .mp-post-meta-item, body.mpblog-post-index .mp-post-info .mp-post-meta-item, body.mpblog-month-view .mp-post-info .mp-post-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #052523;
}

body.mpblog-category-view .mp-post-info .mp-post-meta-item svg, body.mpblog-post-index .mp-post-info .mp-post-meta-item svg, body.mpblog-month-view .mp-post-info .mp-post-meta-item svg {
  color: #052523;
  flex-shrink: 0;
}

/* --- Description --- */

body.mpblog-category-view .post-short-description, body.mpblog-post-index .post-short-description, body.mpblog-month-view .post-short-description {
  font-size: 15px;
  line-height: 1.5;
  color: #828e9e;
  margin-bottom: 0.75rem;
  flex: 1;
}

body.mpblog-category-view .post-short-description p, body.mpblog-post-index .post-short-description p, body.mpblog-month-view .post-short-description p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

/* --- Bouton "Lire la suite" --- */

body.mpblog-category-view .mp-read-more, body.mpblog-post-index .mp-read-more, body.mpblog-month-view .mp-read-more {
  padding: 6px 15px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  border-radius: 6px;
  font-size: 15px;
  color: #28b1a8;
  background: rgba(40, 177, 168, 0.05);
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.mpblog-category-view .mp-read-more:hover, body.mpblog-post-index .mp-read-more:hover, body.mpblog-month-view .mp-read-more:hover {
  color: white !important;
  background: #28b1a8;
}

/* --- Pagination --- */

body.mpblog-category-view .pages, body.mpblog-post-index .pages, body.mpblog-month-view .pages {
  margin-top: 1.5rem;
}

body.mpblog-category-view .pages .items, body.mpblog-post-index .pages .items, body.mpblog-month-view .pages .items {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  justify-content: center;
}

body.mpblog-category-view .pages .item a,
            body.mpblog-category-view .pages .item strong,
            body.mpblog-post-index .pages .item a,
            body.mpblog-post-index .pages .item strong,
            body.mpblog-month-view .pages .item a,
            body.mpblog-month-view .pages .item strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 0.5rem;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.mpblog-category-view .pages .item a, body.mpblog-post-index .pages .item a, body.mpblog-month-view .pages .item a {
  border: 1px solid #e2e5ea;
  color: #052523;
}

body.mpblog-category-view .pages .item a:hover, body.mpblog-post-index .pages .item a:hover, body.mpblog-month-view .pages .item a:hover {
  border-color: #28b1a8;
  color: #28b1a8;
}

body.mpblog-category-view .pages .item.current strong, body.mpblog-post-index .pages .item.current strong, body.mpblog-month-view .pages .item.current strong {
  background: #28b1a8;
  color: white;
  border: 1px solid #28b1a8;
}

body.mpblog-category-view .pages .action a, body.mpblog-post-index .pages .action a, body.mpblog-month-view .pages .action a {
  border: 1px solid #e2e5ea;
  color: #052523;
}

body.mpblog-category-view .pages .action a:hover, body.mpblog-post-index .pages .action a:hover, body.mpblog-month-view .pages .action a:hover {
  border-color: #28b1a8;
  color: #28b1a8;
}

/* ===== Responsive blog ===== */

@media (max-width: 1280px) {
  body.mpblog-post-view #maincontent, body.mpblog-post-index #maincontent, body.mpblog-category-view #maincontent, body.mpblog-tag-view #maincontent, body.mpblog-month-view #maincontent, body.mpblog-author-view #maincontent {
    padding: 0 25px;
    max-width: 100%;
  }

  body.mpblog-post-view .columns {
    column-gap: 1rem;
  }
}

@media (max-width: 640px) {
  body.mpblog-post-view #maincontent, body.mpblog-post-index #maincontent, body.mpblog-category-view #maincontent, body.mpblog-tag-view #maincontent, body.mpblog-month-view #maincontent, body.mpblog-author-view #maincontent {
    padding: 0 15px;
  }

  body.mpblog-category-view .post-list-body, body.mpblog-post-index .post-list-body, body.mpblog-month-view .post-list-body {
    gap: 1rem;
  }
}

/* ============================================
   FAQ Pages — Centre d'aide
   Shared styles + page-specific styles
   ============================================ */

@media (max-width: 767px) {
  .cms-amasty-faq-home-page #maincontent,
    .faq-question-view #maincontent,
    .faq-category-view #maincontent {
    padding-top: 0 !important;
    padding-bottom: 30px;
  }
}

/* ---- Styles partagés : toutes les pages FAQ ---- */

.cms-amasty-faq-home-page .breadcrumbs, .faq-question-view .breadcrumbs, .faq-category-view .breadcrumbs {
  z-index: 1;
}

.cms-amasty-faq-home-page #maincontent, .faq-question-view #maincontent, .faq-category-view #maincontent {
  padding-bottom: 50px;
}

/* Bandeau hero : titre + recherche */

.cms-amasty-faq-home-page .faq-hero, .faq-question-view .faq-hero, .faq-category-view .faq-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(90deg, rgba(252,254,254,1) 0%, rgba(242,250,250,1) 24%, rgba(255,249,248,1) 59%);
  padding: 80px 5vw 90px;
  text-align: center;
}

.cms-amasty-faq-home-page .faq-hero-title, .faq-question-view .faq-hero-title, .faq-category-view .faq-hero-title {
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
}

.cms-amasty-faq-home-page .faq-hero-title span, .faq-question-view .faq-hero-title span, .faq-category-view .faq-hero-title span {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 900;
  color: #052523;
}

/* ---- Barre de recherche ---- */

.cms-amasty-faq-home-page #amfaq_search, .faq-question-view #amfaq_search, .faq-category-view #amfaq_search {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.cms-amasty-faq-home-page #amfaq_search input.form-input, .faq-question-view #amfaq_search input.form-input, .faq-category-view #amfaq_search input.form-input {
  border-radius: 8px;
  border: 1.5px solid #e2e5ea;
  padding: 12px 48px 12px 16px;
  font-size: 1rem;
  color: #052523;
}

.cms-amasty-faq-home-page #amfaq_search input.form-input::placeholder, .faq-question-view #amfaq_search input.form-input::placeholder, .faq-category-view #amfaq_search input.form-input::placeholder {
  color: #828D9E;
}

.cms-amasty-faq-home-page #amfaq_search input.form-input:focus, .faq-question-view #amfaq_search input.form-input:focus, .faq-category-view #amfaq_search input.form-input:focus {
  border: 1.5px solid #e2e5ea;
  outline: none;
  box-shadow: none;
}

/* Bouton loupe */

.cms-amasty-faq-home-page .faq-search-btn, .faq-question-view .faq-search-btn, .faq-category-view .faq-search-btn {
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 14px;
  z-index: 3;
}

.cms-amasty-faq-home-page .faq-search-btn svg, .faq-question-view .faq-search-btn svg, .faq-category-view .faq-search-btn svg {
  opacity: 0.5;
}

.cms-amasty-faq-home-page #amfaq_search:focus-within .faq-search-btn svg, .faq-question-view #amfaq_search:focus-within .faq-search-btn svg, .faq-category-view #amfaq_search:focus-within .faq-search-btn svg {
  opacity: 1;
}

/* Spinner */

.cms-amasty-faq-home-page .faq-spinner, .faq-question-view .faq-spinner, .faq-category-view .faq-spinner {
  width: 22px;
  height: 22px;
  border: 3px solid #e2e5ea;
  border-top-color: #28b1a8;
  border-radius: 50%;
  animation: faq-spin 0.6s linear infinite;
}

/* Input : arrondi bas supprimé quand dropdown ouverte */

.cms-amasty-faq-home-page #amfaq_search.has-suggestions input.form-input, .faq-question-view #amfaq_search.has-suggestions input.form-input, .faq-category-view #amfaq_search.has-suggestions input.form-input {
  border-radius: 8px 8px 0 0;
  border-bottom-color: #e2e5ea;
}

/* Dropdown suggestions */

.cms-amasty-faq-home-page .faq-suggest-dropdown, .faq-question-view .faq-suggest-dropdown, .faq-category-view .faq-suggest-dropdown {
  border: 1.5px solid #e2e5ea;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 3px 1px 0px #00000008;
}

.cms-amasty-faq-home-page #amfaq_search:focus-within .faq-suggest-dropdown, .faq-question-view #amfaq_search:focus-within .faq-suggest-dropdown, .faq-category-view #amfaq_search:focus-within .faq-suggest-dropdown {
  border-color: #e2e5ea;
  border-top-color: #e2e5ea;
  width: 100%;
}

.cms-amasty-faq-home-page .faq-suggest-item, .faq-question-view .faq-suggest-item, .faq-category-view .faq-suggest-item {
  border-bottom: 1px solid #f7f8f9;
}

.cms-amasty-faq-home-page .faq-suggest-item:last-child, .faq-question-view .faq-suggest-item:last-child, .faq-category-view .faq-suggest-item:last-child {
  border-bottom: none;
}

.cms-amasty-faq-home-page .faq-suggest-link, .faq-question-view .faq-suggest-link, .faq-category-view .faq-suggest-link {
  display: block;
  padding: 10px 16px;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #052523;
  text-align: left;
}

.cms-amasty-faq-home-page .faq-suggest-link:hover, .faq-question-view .faq-suggest-link:hover, .faq-category-view .faq-suggest-link:hover {
  background: transparent;
}

.cms-amasty-faq-home-page .faq-suggest-link:hover .faq-suggest-title, .faq-question-view .faq-suggest-link:hover .faq-suggest-title, .faq-category-view .faq-suggest-link:hover .faq-suggest-title {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.cms-amasty-faq-home-page .faq-suggest-category, .faq-question-view .faq-suggest-category, .faq-category-view .faq-suggest-category {
  color: #28b1a8;
  font-weight: 700;
}

.cms-amasty-faq-home-page .faq-suggest-sep, .faq-question-view .faq-suggest-sep, .faq-category-view .faq-suggest-sep {
  color: #828D9E;
}

.cms-amasty-faq-home-page .faq-suggest-title, .faq-question-view .faq-suggest-title, .faq-category-view .faq-suggest-title {
  color: #052523;
  font-weight: 500;
}

.cms-amasty-faq-home-page .faq-no-results, .faq-question-view .faq-no-results, .faq-category-view .faq-no-results {
  padding: 12px 16px;
  font-size: 15px;
  color: #828D9E;
  text-align: left;
}

/* Icône catégorie partagée */

.cms-amasty-faq-home-page .category-icon, .faq-question-view .category-icon, .faq-category-view .category-icon {
  color: #28b1a8;
  flex-shrink: 0;
  margin-right: 8px;
  display: flex;
}

/* ---- Styles spécifiques : FAQ Home ---- */

/* Masquer les <p> vides du WYSIWYG */

.cms-amasty-faq-home-page .column.main > p {
  display: none;
}

/* Titre de page */

.cms-amasty-faq-home-page .page-title-wrapper {
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
}

.cms-amasty-faq-home-page .page-title-wrapper h1 span {
  font-size: 32px;
  font-weight: 900;
  color: #052523;
}

/* Masquer le .faq-hero-title (utilisé uniquement sur question detail) */

.cms-amasty-faq-home-page .faq-hero-title {
  display: none;
}

/* ---- Catégories — 1 par ligne, container centré 800px ---- */

.cms-amasty-faq-home-page .widget {
  display: block !important;
  max-width: 800px;
  margin: 25px auto 0;
}

.cms-amasty-faq-home-page .am-widget-category {
  padding: 0 0 30px;
  width: 100% !important;
  max-width: none;
}

/* Titres de catégories */

.cms-amasty-faq-home-page .am-category-container .am-category-header {
  min-height: 0;
}

.cms-amasty-faq-home-page .am-category-header {
  margin-bottom: 10px;
  margin-top: 0;
}

.cms-amasty-faq-home-page .am-category-header h2 {
  font-size: 24px;
  font-weight: 900;
  color: #052523;
  padding-bottom: 0;
  display: inline-block;
}

/* ---- Questions (accordéons) ---- */

.cms-amasty-faq-home-page .amfaq_questions .border-container {
  border-bottom-color: #e2e5ea;
  margin-bottom: 0;
  padding: 12px 0;
}

.cms-amasty-faq-home-page .amfaq_questions .border-container:last-child {
  border-bottom: none;
}

.cms-amasty-faq-home-page .amquestion-title {
  font-size: 15px;
  font-weight: 600;
  color: #052523;
}

.cms-amasty-faq-home-page .amquestion-title .question-text {
  font-size: 16px;
  font-weight: 500;
  text-wrap: pretty;
}

.cms-amasty-faq-home-page .amquestion-title svg {
  color: #828D9E;
}

.cms-amasty-faq-home-page .opened-question svg {
  color: #28b1a8;
}

.cms-amasty-faq-home-page .opened-question .question-text {
  font-weight: 700;
}

/* ---- Réponses ---- */

.cms-amasty-faq-home-page .amfaq_questions .text-base {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.cms-amasty-faq-home-page .amfaq_questions a {
  color: #052523;
  background: rgb(250, 250, 250);
  padding: 6px 15px;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 15px;
  font-weight: 700;
  border-radius: 6px;
  font-size: 15px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}

.cms-amasty-faq-home-page .amfaq_questions a:hover {
  color: #28b1a8;
  background: rgba(40, 177, 168, 0.05);
  -webkit-text-decoration: none;
  text-decoration: none;
}

/* ---- Styles spécifiques : Question Detail + Category View ---- */

@media (max-width: 1024px) {
  .faq-question-view .faq-hero, .faq-category-view .faq-hero {
    margin-top: -20px !important;
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}

@media (max-width: 768px) {
  .faq-question-view .faq-ask-header, .faq-category-view .faq-ask-header {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

/* Breadcrumbs : transparent, par-dessus le hero */

.faq-question-view .breadcrumbs, .faq-category-view .breadcrumbs {
  background: transparent;
  position: relative;
  z-index: 1;
}

/* Hero : margin-top négatif pour passer sous le breadcrumb */

.faq-question-view .faq-hero, .faq-category-view .faq-hero {
  margin-top: -100px;
  padding-top: 110px;
}

/* Container centré, sidebar à droite */

.faq-question-view #maincontent .columns, .faq-category-view #maincontent .columns {
  max-width: 1000px;
  margin: 0 auto;
  display: flex !important;
  flex-direction: row-reverse !important;
}

@media (max-width: 640px) {
  .faq-question-view #maincontent .columns, .faq-category-view #maincontent .columns {
    flex-direction: column-reverse !important
  }
}

/* Masquer la recherche dans la sidebar (déplacée dans le hero) */

.faq-question-view .sidebar-additional .w-full:has(#amfaq_search), .faq-category-view .sidebar-additional .w-full:has(#amfaq_search) {
  display: none;
}

/* Colonne principale : prend tout l'espace disponible */

.faq-question-view .column.main, .faq-category-view .column.main {
  flex: 1;
  min-width: 0;
}

/* Titre H1 de la question/catégorie */

.faq-question-view .page-title-wrapper,
    .faq-question-view .main-title,
    .faq-category-view .page-title-wrapper,
    .faq-category-view .main-title {
  margin-bottom: 15px;
}

.faq-question-view .main-title h1, .faq-category-view .main-title h1 {
  line-height: 2rem;
}

.faq-question-view .page-title-wrapper h1 span,
    .faq-question-view .main-title h1.page-title span,
    .faq-category-view .page-title-wrapper h1 span,
    .faq-category-view .main-title h1.page-title span {
  font-size: 24px;
  font-weight: 800;
  color: #052523;
}

/* Titre catégorie avec icône livre */

.faq-question-view .faq-category-page-title, .faq-category-view .faq-category-page-title {
  display: flex;
  align-items: center;
}

.faq-question-view .faq-category-page-title .category-icon, .faq-category-view .faq-category-page-title .category-icon {
  margin-right: 10px;
  margin-top: 1px;
  color: #28b1a8;
}

/* Contenu de la réponse */

.faq-question-view .question_view .answer, .faq-category-view .question_view .answer {
  font-size: 16px;
  color: #052523;
  line-height: 1.7;
}

.faq-question-view .question_view .answer p, .faq-category-view .question_view .answer p {
  margin-bottom: 12px;
}

/* Masquer le footer wrapper (rating/social) */

.faq-question-view .question_view > .flex.border-container, .faq-category-view .question_view > .flex.border-container {
  display: none;
}

/* ---- Sidebar catégories ---- */

.faq-question-view .faq-sidebar-categories, .faq-category-view .faq-sidebar-categories {
  padding: 15px 20px;
  margin-top: 40px;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
}

.faq-question-view .faq-sidebar-title, .faq-category-view .faq-sidebar-title {
  font-size: 18px;
  font-weight: 800;
  color: #052523;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e5ea;
  display: flex;
  align-items: center;
}

.faq-question-view .faq-sidebar-title .category-icon, .faq-category-view .faq-sidebar-title .category-icon {
  margin-right: 8px;
  margin-top: 2px;
}

.faq-question-view .faq-sidebar-cat-link, .faq-category-view .faq-sidebar-cat-link {
  display: block;
  padding: 2px 0;
  font-size: 16px;
  font-weight: 500;
  color: #052523;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.faq-question-view .faq-sidebar-cat-link:hover, .faq-category-view .faq-sidebar-cat-link:hover {
  color: #28b1a8;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.faq-question-view .faq-sidebar-cat-link.is-active, .faq-category-view .faq-sidebar-cat-link.is-active {
  color: #28b1a8;
  font-weight: 700;
}

/* Sidebar aside clean */

.faq-question-view .sidebar-additional aside, .faq-category-view .sidebar-additional aside {
  padding: 0;
}

.faq-question-view .sidebar-additional .card, .faq-category-view .sidebar-additional .card {
  border: none;
  box-shadow: none;
  background: transparent;
}

/* ---- Questions (accordéons) — même style que FAQ Home ---- */

.faq-question-view .amfaq_questions .border-container, .faq-category-view .amfaq_questions .border-container {
  border-bottom-color: #e2e5ea;
  margin-bottom: 0;
  padding: 12px 0;
}

.faq-question-view .amfaq_questions .border-container:last-child, .faq-category-view .amfaq_questions .border-container:last-child {
  border-bottom: none;
}

.faq-question-view .amquestion-title, .faq-category-view .amquestion-title {
  font-size: 15px;
  font-weight: 600;
  color: #052523;
}

.faq-question-view .amquestion-title .question-text, .faq-category-view .amquestion-title .question-text {
  font-size: 16px;
  font-weight: 500;
  text-wrap: pretty;
}

.faq-question-view .amquestion-title svg, .faq-category-view .amquestion-title svg {
  color: #828D9E;
}

.faq-question-view .opened-question svg, .faq-category-view .opened-question svg {
  color: #28b1a8;
}

.faq-question-view .opened-question .question-text, .faq-category-view .opened-question .question-text {
  font-weight: 700;
}

/* ---- Réponses ---- */

.faq-question-view .amfaq_questions .text-base, .faq-category-view .amfaq_questions .text-base {
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
}

.faq-question-view .amfaq_questions a, .faq-category-view .amfaq_questions a {
  color: #052523;
  background: rgb(250, 250, 250);
  padding: 6px 15px;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 15px;
  font-weight: 700;
  border-radius: 6px;
  font-size: 15px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}

.faq-question-view .amfaq_questions a:hover, .faq-category-view .amfaq_questions a:hover {
  color: #28b1a8;
  background: rgba(40, 177, 168, 0.05);
  -webkit-text-decoration: none;
  text-decoration: none;
}

/* ---- Sidebar Catégories FAQ ---- */

.amfaq_categories {
  border: 1px solid #e2e5ea !important;
  border-radius: 10px !important;
  padding: 1rem 1.25rem !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  margin-bottom: 1.5rem;
  margin-top: 35px;
  background: white;
  min-width: 200px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

@media (max-width: 640px) {
  .amfaq_categories {
    display: none !important
  }
}

.amfaq_categories h2 {
  font-size: 16px;
  font-weight: 700;
  color: #052523;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 0;
  margin-bottom: 12px;
  border-bottom: none;
  cursor: default;
}

.amfaq_categories h2 .title {
  font-size: inherit;
  font-weight: inherit;
}

.amfaq_categories > div {
  margin-top: 0;
  padding: 0;
  border-bottom: none;
}

.amfaq_categories > div a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #485160;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 7px 12px;
  border-radius: 6px;
}

.amfaq_categories > div a:hover {
  background: #f4fbfb;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.amfaq_categories > div a.font-semibold,
        .amfaq_categories > div a[aria-current="page"] {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.faq-question-view .question_view .answer p,
.faq-category-view .question_view .answer p {
  margin-bottom: 5px;
}

/* ---- Formulaire "Poser une question" ---- */

.cms-amasty-faq-home-page .faq-ask-form, .faq-question-view .faq-ask-form, .faq-category-view .faq-ask-form {
  margin-top: 40px;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.cms-amasty-faq-home-page .faq-ask-header, .faq-question-view .faq-ask-header, .faq-category-view .faq-ask-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cms-amasty-faq-home-page .faq-ask-label-wrapper, .faq-question-view .faq-ask-label-wrapper, .faq-category-view .faq-ask-label-wrapper {
  display: flex;
  align-items: center;
}

.cms-amasty-faq-home-page .faq-ask-icon, .faq-question-view .faq-ask-icon, .faq-category-view .faq-ask-icon {
  color: #28b1a8;
  display: flex;
  flex-shrink: 0;
  margin-right: 10px;
}

.cms-amasty-faq-home-page .faq-ask-label, .faq-question-view .faq-ask-label, .faq-category-view .faq-ask-label {
  font-size: 17px;
  font-weight: 700;
  color: #052523;
  margin-right: 16px;
}

.cms-amasty-faq-home-page .faq-ask-btn, .faq-question-view .faq-ask-btn, .faq-category-view .faq-ask-btn {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #28b1a8;
  border: none;
  border-radius: 6px;
  padding: 8px 18px;
  cursor: pointer;
  white-space: nowrap;
}

.cms-amasty-faq-home-page .faq-ask-btn:hover, .faq-question-view .faq-ask-btn:hover, .faq-category-view .faq-ask-btn:hover {
  background: #29beb5;
}

.cms-amasty-faq-home-page .faq-ask-hide-link, .faq-question-view .faq-ask-hide-link, .faq-category-view .faq-ask-hide-link {
  font-size: 15px;
  font-weight: 700;
  color: #052523;
  background: #ffffff;
  border: none;
  box-shadow: 0 0 0 1px #052523 inset;
  border-radius: 6px;
  padding: 8px 18px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cms-amasty-faq-home-page .faq-ask-hide-link:hover, .faq-question-view .faq-ask-hide-link:hover, .faq-category-view .faq-ask-hide-link:hover {
  color: #052523;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.cms-amasty-faq-home-page .ask-form-container, .faq-question-view .ask-form-container, .faq-category-view .ask-form-container {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #e2e5ea;
}

.cms-amasty-faq-home-page .ask-form-container .label, .faq-question-view .ask-form-container .label, .faq-category-view .ask-form-container .label {
  font-size: 15px;
  font-weight: 600;
  color: #052523;
  margin-bottom: 8px;
  display: block;
}

.cms-amasty-faq-home-page .ask-form-container textarea.form-input, .faq-question-view .ask-form-container textarea.form-input, .faq-category-view .ask-form-container textarea.form-input {
  border: 1.5px solid #e2e5ea;
  border-radius: 8px;
  font-size: 15px;
  color: #052523;
  padding: 10px 14px;
}

.cms-amasty-faq-home-page .ask-form-container textarea.form-input:focus, .faq-question-view .ask-form-container textarea.form-input:focus, .faq-category-view .ask-form-container textarea.form-input:focus {
  border-color: #28b1a8;
  outline: none;
  box-shadow: none;
}

.cms-amasty-faq-home-page .ask-form-container .field, .faq-question-view .ask-form-container .field, .faq-category-view .ask-form-container .field {
  margin-top: 0.5rem;
}

.cms-amasty-faq-home-page .ask-form-container .notify-user, .faq-question-view .ask-form-container .notify-user, .faq-category-view .ask-form-container .notify-user {
  margin-bottom: 1rem;
}

.cms-amasty-faq-home-page .ask-form-container input[type="checkbox"], .faq-question-view .ask-form-container input[type="checkbox"], .faq-category-view .ask-form-container input[type="checkbox"] {
  margin-top: -7px;
  margin-right: 8px !important;
}

.cms-amasty-faq-home-page .ask-form-container input.form-input, .faq-question-view .ask-form-container input.form-input, .faq-category-view .ask-form-container input.form-input {
  border: 1.5px solid #e2e5ea;
  border-radius: 8px;
  font-size: 15px;
  color: #052523;
  padding: 8px 14px;
}

.cms-amasty-faq-home-page .ask-form-container input.form-input:focus, .faq-question-view .ask-form-container input.form-input:focus, .faq-category-view .ask-form-container input.form-input:focus {
  border-color: #28b1a8;
  outline: none;
  box-shadow: none;
}

/* ---- Styles spécifiques : Category View uniquement ---- */

.faq-category-view .main-title {
  margin-bottom: 0;
}

@keyframes faq-spin {
  to {
    transform: rotate(360deg);
  }
}

/* ---- Responsive ---- */

@media (max-width: 767px) {
  .cms-amasty-faq-home-page #maincontent {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq-question-view #maincontent .columns,
    .faq-category-view #maincontent .columns {
    max-width: 100%;
  }
}

/* Page Contact — même background que connexion client, contenu en boxes blanches */

.contact-index-index #maincontent{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #FCFEFE;
  background: linear-gradient(90deg, rgba(252, 254, 254, 1) 0%, rgba(242, 250, 250, 1) 24%, rgba(255, 249, 248, 1) 59%);
}

.contact-index-index .page-title-wrapper {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
}

.contact-index-index .page-title-wrapper .page-title {
  font-size: 32px;
  font-weight: 900;
  color: #052523;
  margin-bottom: 0;
}

.contact-index-index .columns {
  max-width: 1230px;
  margin: 30px auto 0;
  padding: 0;
}

/* Le flex container principal (form + contact details) */

.contact-index-index .column.main {
  background: transparent;
  padding: 0;
}

.contact-index-index .column.main > div {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .contact-index-index .column.main > div {
    flex-direction: column
  }
}

/* Les deux cards */

.contact-index-index .card {
  background: #fff;
  border-radius: 8px;
  padding: 2.5rem;
}

/* Card formulaire */

.contact-index-index form.card {
  flex: 1;
}

/* Card contact details */

.contact-index-index div.card {
  min-width: 300px;
  max-width: 380px;
}

@media (max-width: 768px) {
  .contact-index-index div.card {
    max-width: 100%;
    min-width: auto
  }
}

/* H2 global (formulaire + sidebar) */

.contact-index-index h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #052523;
  margin-bottom: 0 !important;
  text-align: left;
}

/* Labels */

.contact-index-index .text-gray-700 {
  color: #052523 !important;
}

/* Reset margin-top sur les fields */

.contact-index-index form .field,
    .contact-index-index fieldset .field {
  margin-top: 0;
}

/* Formulaire */

.contact-index-index form.contact .fieldset {
  text-align: left;
}

/* Bouton submit */

.contact-index-index form.contact > div > .btn {
  margin-top: 15px;
}

/* Contact Details */

.contact-index-index div.card h2 {
  margin-bottom: 1rem !important;
}

.contact-index-index div.card h3 {
  font-size: 16px;
  font-weight: 800;
  color: #052523;
  margin-bottom: 0.5rem;
}

.contact-index-index div.card .contact-links a:hover {
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

.contact-index-index div.card address {
  font-style: normal;
  font-size: 16px;
  color: #052523;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.contact-index-index div.card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-index-index div.card ul li {
  font-size: 15px;
  color: #052523;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-index-index div.card ul li:first-child {
  margin-top: 0;
}

.contact-index-index div.card ul li a {
  color: #28b1a8;
  font-weight: 600;
}

.contact-index-index div.card ul li a:hover {
  color: #052523;
}

.contact-index-index div.card ul li svg {
  color: #28b1a8;
  flex-shrink: 0;
}

/* Footer — pas de border-top */

.contact-index-index .page-footer .footer.content [class~="bg-white"] > .border-t:first-child {
  border-top: none;
}

/* ===== Responsive contact ===== */

@media (max-width: 1023px) {
  .contact-index-index .card {
    padding: 1.5rem;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .contact-index-index .main-title {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .contact-index-index textarea#comment {
    height: 5rem;
  }

  .contact-index-index #maincontent {
    padding-top: 20px;
  }
}

/* ===== Page CGU / Règlement intérieur ===== */

/* Bandeau titre avec dégradé (même style que Mon compte) */

.market-product-grid-wrapper .cms-conditions-generales-utilisation .main-title.flex {
  display: block;
  transform: none;
}

.cms-conditions-generales-utilisation .main-title{
  position: relative;
  column-gap: 1rem;
  padding-top: 20px;
  margin-bottom: 3.5rem;
}

.cms-conditions-generales-utilisation .main-title h1 {
  font-size: 2.6rem;
  line-height: 2.8rem;
}

.cms-conditions-generales-utilisation .main-title::after {
  content: '';
  position: absolute;
  top: -4rem;
  bottom: -2.5rem;
  left: -100vw;
  right: -100vw;
  z-index: -10;
  display: block;
  background: linear-gradient(174deg, #e2f6f4 25%, #f9fafb 60%);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}

/* Contenu scopé au maincontent uniquement */

.cms-conditions-generales-utilisation #maincontent .columns {
  padding: 2rem 1.5rem 4rem;
}

.cms-conditions-generales-utilisation #maincontent .columns h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
  color: #052523;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #28b1a8;
}

.cms-conditions-generales-utilisation #maincontent .columns h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 900;
  color: #052523;
}

.cms-conditions-generales-utilisation #maincontent .columns em strong,
        .cms-conditions-generales-utilisation #maincontent .columns i strong {
  color: #28b0a8;
  margin-bottom: -25px;
  position: relative;
  display: block;
}

.cms-conditions-generales-utilisation #maincontent .columns p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0.75rem;
}

.cms-conditions-generales-utilisation #maincontent .columns a {
  color: #28b1a8;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.cms-conditions-generales-utilisation #maincontent .columns a:hover {
  color: #052523;
}

.cms-conditions-generales-utilisation #maincontent .columns ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.cms-conditions-generales-utilisation #maincontent .columns ul li {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0.5rem;
}

.cms-conditions-generales-utilisation #maincontent .columns table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 14px;
}

.cms-conditions-generales-utilisation #maincontent .columns table td {
  border: 1px solid #e2e5ea;
  padding: 0.75rem 1rem;
  vertical-align: top;
  line-height: 1.6;
  color: #333;
}

.cms-conditions-generales-utilisation #maincontent .columns table h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2rem;
}

.cms-conditions-generales-utilisation #maincontent .columns table td:first-child {
  font-weight: 700;
  color: #052523;
  white-space: nowrap;
  width: 200px;
}

.cms-conditions-generales-utilisation #maincontent .columns table tr:nth-child(even) td {
  background: #f9fafc;
}

.cms-conditions-generales-utilisation #maincontent .columns sup {
  font-size: 0.75em;
}

/* ===== Responsive ===== */

@media (max-width: 1280px) {
  .cms-conditions-generales-utilisation .main-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  .cms-conditions-generales-utilisation .main-title {
    padding-top: 5px;
  }

  .cms-conditions-generales-utilisation .main-title h1 {
    font-size: 2rem;
    line-height: 1;
  }

  .cms-conditions-generales-utilisation #maincontent .columns {
    padding: 1rem 1.5rem 4rem;
  }
}

@media (max-width: 1023px) {
  .cms-conditions-generales-utilisation .main-title {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .cms-conditions-generales-utilisation [data-content-type='row'][data-appearance='contained'] {
    padding-left: 0;
    padding-right: 0;
  }
}

@theme {
  --width-am-latter: 32px;

  --width-am-brand: 120px;

  --width-am-popup-content: 600px;

  --height-am-latter: 32px;

  --height-am-popup-content: 415px;

  --background-size-size20: 20px;

  --color-cornflower-100: #8392a7;

  --padding-full: 100%;
}

/* Custom module styles */

.filter-content .items.-am-singleselect .item > .filter-row > input[type='radio'], .filter-content .items.amshopby-fly-out-view .item > .filter-row > input[type='radio']{
  display: none;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a{
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.faq-question-view .sidebar-additional .filter-content .items.-am-singleselect .item .items-children .category-filter-row a:has(#amfaq_search), .faq-category-view .sidebar-additional .filter-content .items.-am-singleselect .item .items-children .category-filter-row a:has(#amfaq_search),.faq-question-view .sidebar-additional  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a:has(#amfaq_search), .faq-category-view .sidebar-additional  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a:has(#amfaq_search) {
  display: none;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a img, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a img{
  margin-top: 2px;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a .label, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a .label{
  margin-right: 0.25rem;
}

.filter-content .items.am-labels-folding.is-by-click button.filter-options-title{
  position: absolute;
  top: 5px;
  left: 0px;
}

.filter-content.-am-by-click.-am-multiselect .item.am-without-children{
  padding-left: 2rem;
}

.filter-content .amshopby-flyout-block .flyout-element{
  padding-left: 1rem;
  padding-right: 1rem;
}

.filter-content .items.-am-by-click .item{
  padding-left: 1.75rem !important;
}

.filter-content .am-labels-folding .item{
  padding-left: 1.5rem;
}

.filter-content .tooltip-wrapper > div > div > div {
  transform: translate(-20%, -100%);
}

.filter-content .tooltip-wrapper div span{
  display: block;
}

[data-content-type$='block'] .filter-content .tooltip-wrapper div span p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.filter-content .tooltip-wrapper div span {
  white-space: break-spaces;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.amshopby-link-selected .am-swatch-image{
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(5, 37, 35, 0.5);
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option .am-swatch-image img {
  vertical-align: inherit;
}

.amshopby-remove-item .am-swatch-image{
  min-width: 40px;
  border-width: 1px;
}

.amshopby-remove-item .am-swatch-image:hover{
  border-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --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(calc(3px + var(--tw-ring-offset-width)) + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(5, 37, 35, var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.amshopby-remove-item .am-swatch-image img {
  vertical-align: inherit;
}

.amasty-catalog-topnav .amshopby-fromto-wrap{
  min-width: 250px;
}

.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget{
  padding-left: 0px;
  padding-right: 0px;
}

.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget .amshopby-input-wrapper{
  max-width: 100px;
}

.amasty-catalog-topnav .amshopby-flyout-block .flyout-element{
  padding-left: 1rem;
  padding-right: 1rem;
}

.amasty-catalog-topnav .filter-options-title-level-1{
  left: 1.5rem;
}

.amasty-catalog-topnav .-am-by-click .item.level-1 >.filter-row{
  padding-left: 1.75rem;
}

.amasty-catalog-topnav .-am-by-click .item.level-1 >.items.-folding{
  padding-left: 1rem;
}

.amasty-catalog-topnav .items:not(.amshopby-fly-out-view) ul.level-1,
        .amasty-catalog-topnav .items:not(.amshopby-fly-out-view) ol.level-1{
  padding-left: 1.5rem;
}

.amasty-catalog-topnav .am-filter >.swatch-attribute,
    .amasty-catalog-topnav ol .item:not(.am-swatch-wrapper){
  padding-left: 1rem;
  padding-right: 1rem;
}

.filter-options-content .-am-overflow::-webkit-scrollbar-track,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-track{
  border-radius: 9999px;
}

.filter-options-content .-am-overflow::-webkit-scrollbar,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar{
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.filter-options-content .-am-overflow::-webkit-scrollbar-thumb,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-thumb{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
  background-clip: content-box;
}

.market-product-grid-wrapper #html-body.-amshopby-sticky .columns.flex {
  display: block;
  transform: none;
}

#html-body.-amshopby-sticky .columns{
  position: relative;
}

#html-body.-amshopby-sticky .columns > .sidebar-main{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-track{
  border-radius: 9999px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar{
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-thumb{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
  background-clip: content-box;
  color: red;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px !important;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute > div[class^='absolute'] {
  transform: translate(28px, 5px);
}

.catalog-product-view .amshopby-option-link img:not([src*='resized/']){
  max-height: 30px;
  max-width: 30px;
}

.product-info-main > section:first-child h1.page-title{
  width: 100%;
}

.faq-question-view .sidebar-additional .product-info-main > section:first-child h1.page-title:has(#amfaq_search), .faq-category-view .sidebar-additional .product-info-main > section:first-child h1.page-title:has(#amfaq_search) {
  display: none;
}

.product-info-main > section:first-child .amshopby-option-link{
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.product-info-main > section:first-child .amshopby-option-link div[x-show="showTooltip"] .am-brand-image{
  max-height: 100%;
  max-width: 100%;
}

.filter-content.is-sidebar .swatch-attribute,
    .filter-content.is-sidebar .amshopby-search-box,
    .filter-content.is-sidebar .item.level-1,
    .filter-content.is-sidebar .am-show-more{
  padding-left: 0px;
  padding-right: 0px;
}

.filter-content.is-sidebar .swatch-attribute,
    .filter-content.is-sidebar .amshopby-search-box,
    .filter-content.is-sidebar .am-filter > .items > .item,
    .filter-content.is-sidebar .am-filter > .items > .item-category{
  padding-left: 0px;
  padding-right: 0px;
}

/* Custom slider styles */

.amshopby-fromto-wrap input.am-filter-price::-webkit-outer-spin-button,
    .amshopby-fromto-wrap input.am-filter-price::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.amshopby-slider-container .noUi-handle::after, .amshopby-slider-container .noUi-handle::before{
  display: none;
}

.amshopby-slider-container .noUi-horizontal .noUi-tooltip{
  bottom: 130%;
}

.amshopby-slider-container .noUi-tooltip{
  pointer-events: none;
  border-radius: 0.125rem;
  border-style: none;
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-color: inherit;
  background-color: inherit;
}

.amshopby-slider-container .noUi-tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  height: 0px;
  width: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  border-top-color: inherit;
}

.amshopby-slider-container .noUi-handle{
  border-style: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container .noUi-handle:hover .noUi-tooltip{
  opacity: 1;
}

.amshopby-slider-container .noUi-target{
  border-style: none;
}

/*default*/

.amshopby-slider-container.-default .noUi-connect{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-default .noUi-target{
  height: 10px;
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-default .noUi-handle{
  top: -3px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-default .noUi-tooltip{
  background-color: transparent;
  color: transparent;
}

.amshopby-slider-container.-default .noUi-tooltip:after{
  border-color: transparent;
}

/*improved*/

.amshopby-slider-container.-improved .noUi-connect{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-improved .noUi-target{
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-improved .noUi-horizontal .noUi-tooltip{
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-improved .noUi-handle{
  top: -6px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*volumetric gradient*/

.amshopby-slider-container.-volumetric .noUi-connect{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-volumetric .noUi-target{
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(223, 222, 221, var(--tw-bg-opacity, 1));
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip{
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-volumetric .noUi-handle{
  top: 0.75rem;
  right: -0.25rem;
  height: 0.75rem;
  width: 0.5rem;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 0px;
}

.amshopby-slider-container.-volumetric .noUi-handle:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.5rem;
  display: block;
  height: 0px;
  width: 0px;
}

[data-content-type$='block'] .amshopby-slider-container.-volumetric .noUi-handle p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.amshopby-slider-container.-volumetric .noUi-handle:before {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid;
  border-bottom-color: inherit;
}

.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip{
  margin-bottom: 1rem;
}

/*light*/

.amshopby-slider-container.-light .noUi-connect{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-light .noUi-target{
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(223, 222, 221, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-light .noUi-handle{
  top: -7px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(223, 222, 221, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cms-compatible-lgo .page-footer .footer.content .amshopby-slider-container.-light .noUi-handle > .border-t:first-child {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .amshopby-slider-container.-light .noUi-handle > .border-t:first-child {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .amshopby-slider-container.-light .noUi-handle > .border-t:first-child {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .amshopby-slider-container.-light .noUi-handle > .border-t:first-child {
  border-top: none;
}

.amshopby-slider-container.-light .noUi-handle:not(:hover) {
  border-color: #dfdedd !important;
}

.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip{
  margin-bottom: 0.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(223, 222, 221, var(--tw-border-opacity, 1));
}

.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip:after{
  margin-left: -0.25rem;
  margin-top: -2px;
  height: 6px;
  width: 6px;
  transform-origin: center;
  --tw-rotate: -45deg;
  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));
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(223, 222, 221, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.cms-compatible-lgo .page-footer .footer.content .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip > .border-t:first-child:after {
  border-top: none;
}

.cms-guichet-unique .page-footer .footer.content .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip > .border-t:first-child:after {
  border-top: none;
}

.cms-notre-catalogue .page-footer .footer.content .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip > .border-t:first-child:after {
  border-top: none;
}

.cms-l-offre-b2c .page-footer .footer.content .amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip > .border-t:first-child:after {
  border-top: none;
}

/*dark*/

.amshopby-slider-container.-dark .noUi-target{
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgba(74, 73, 72, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-dark .noUi-horizontal .noUi-tooltip{
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-dark .noUi-handle{
  top: -6px;
  right: -5px;
  height: 15px;
  width: 10px;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 0px;
}

.amshopby-slider-container.-dark .noUi-horizontal .noUi-tooltip{
  margin-bottom: 0.25rem;
}

@theme {
  --color-amsb_graystarts: #cbd5e0;

  --color-amsb_yellowstars: #f6e05e;

  --color-amsb_sl_gray: #dadada;

  --color-amsb_sl_gray_1: #b6b6b6;

  --color-amsb_sl_gray_2: #dfdedd;

  --color-amsb_sl_gray_3: #4a4948;

  --max-width-100-50: calc(100% - 50px);

  --transition-left-top: left, top;

  --shadow-amsb-hover: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}

.am-category-container .am-category-header {
  min-height: 50px;
}

.amfaq_questions .opened-question svg{
  --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));
}

.amfaq-category-description [data-content-type='row'][data-appearance='contained']{
  padding-left: 0px;
  padding-right: 0px;
}

.amfaq-category-description [data-content-type='row'][data-appearance='contained'] > div{
  padding-left: 0px;
  padding-right: 0px;
}

.amfaq-product-tab .block-title{
  margin-bottom: 0.75rem;
}

.cms-amasty-faq-home-page .page-title-wrapper h1 span{
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

@media all and (min-width: 768px) {
  .am-widget-categories-3 .am-widget-category{
    width: 50%;
  }
}

@media all and (min-width: 1024px) {
  .am-widget-categories-2 .am-widget-category{
    width: 50%;
  }

  .am-widget-categories-3 .am-widget-category{
    width: 33.333333%;
  }
}

.am-search-box-wrapper{
  display: table;
  width: 100%;
}

.faq-question-view .sidebar-additional .am-search-box-wrapper:has(#amfaq_search), .faq-category-view .sidebar-additional .am-search-box-wrapper:has(#amfaq_search) {
  display: none;
}

.am-search-box-wrapper .am-widget-center{
  margin: auto;
}

.am-search-box-wrapper .am-widget-right{
  float: right;
}

.faq-search-index .amfaq-highlight{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 225, 133, var(--tw-bg-opacity, 1));
}

.question_view .answer [data-content-type='row'][data-appearance='contained'], .amfaq-category-description [data-content-type='row'][data-appearance='contained']{
  padding-left: 0px;
  padding-right: 0px;
}

.question_view .answer [data-content-type='row'] > div, .amfaq-category-description [data-content-type='row'] > div{
  padding: 0px;
}

.question_view .answer h1, .amfaq-category-description h1{
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.question_view .answer h2, .amfaq-category-description h2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.question_view .answer h3, .amfaq-category-description h3{
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.am-filter-state .filter-options-title span.question_view .answer h3,.am-filter-state .filter-options-title span .amfaq-category-description h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.question_view .answer h3,.amfaq_categories > div a .amfaq-category-description h3 {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

.question_view .answer h4, .amfaq-category-description h4{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.question_view .answer h5, .amfaq-category-description h5{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.question_view .answer h5.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .amfaq-category-description h5.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.question_view .answer h5.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .amfaq-category-description h5.leading-tight.text-black + svg{
  right: -2rem;
}

.question_view .answer h6, .amfaq-category-description h6{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.question_view .answer p, .amfaq-category-description p{
  margin-bottom: 0.5rem;
}

.question_view .answer code, .amfaq-category-description code{
  margin-bottom: 0.5rem;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.question_view .answer code.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .amfaq-category-description code.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.question_view .answer code.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .amfaq-category-description code.leading-tight.text-black + svg{
  right: -2rem;
}

.question_view .answer sup, .amfaq-category-description sup{
  margin-top: -0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.question_view .answer ul,
    .question_view .answer ol,
    .amfaq-category-description ul,
    .amfaq-category-description ol{
  margin-bottom: 1rem;
  margin-top: 0px;
  padding-left: 2.5rem;
}

.question_view .answer ul, .amfaq-category-description ul{
  list-style-type: disc;
}

.question_view .answer ol, .amfaq-category-description ol{
  list-style-type: decimal;
}

.question_view .answer table, .amfaq-category-description table {
  width: 100%;
  border-collapse: collapse;
  border-width: 2px;
  border-spacing: 0;
}

.question_view .answer table td,
        .question_view .answer table th,
        .amfaq-category-description table td,
        .amfaq-category-description table th{
  border-width: 1px;
  padding: 0.625rem;
  text-align: center;
  vertical-align: top;
}

.am-gdpr label a{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}

.am-gdpr label a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.field.required label:after {
  content: '*';
  margin-left: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.ask-form-container input[type="checkbox"]{
  margin-top: 0.25rem;
}

.faq-question-view .column.main > .container{
  padding-left: 0px;
  padding-right: 0px;
}

.amfaq_questions .question-text {
  width: calc(100% - 30px);
}

.amfaq_questions .amquestion-title svg{
  margin-top: 0.25rem;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

[data-content-type$='block'] .amfaq_questions .amquestion-title svg p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.question_view a, .amfaq_questions a{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}

.question_view a:hover, .amfaq_questions a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.faq-widget{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.faq-widget .amfaq-title{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.section-one-review .faq-widget .amfaq-title{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review .faq-widget .amfaq-title{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review .faq-widget .amfaq-title p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review .faq-widget .amfaq-title p{
    font-size: 38px !important;
    line-height: 3rem !important;
  }
}

.am-filter-state .filter-options-title span.faq-widget .amfaq-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.amfaq_categories > div a.faq-widget .amfaq-title {
  font-weight: 700;
  color: white;
  background: #28b1a8;
}

/*
 *  Copyright Magmodules.eu. All rights reserved.
 *  See COPYING.txt for license details.
 */

/*
 *  Copyright Magmodules.eu. All rights reserved.
 *  See COPYING.txt for license details.
 */

.mollie-buttons {
  margin-top: 10%;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mollie-buttons .button {
  display: inline-block;
  margin: 20px;
  max-width: 100%;
  padding: 0 16px;
  border: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .19);
  border-radius: 6px;
  background-color: #0095FF;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .15s;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
}

.mollie-buttons {
  opacity: 0;
  transition: opacity 2s ease-in;
}

.mollie-buttons .button:hover {
  background-color: #0077CB;
}

.mollie-loading .redirect-block {
  padding: 10%;
  text-align: center;
}

.checkout-payment-method #mollie_methods_ideal-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_ideal-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_kbc-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_kbc-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_giftcard-form .label {
  height: 40px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_giftcard-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.mollie-payment-icon {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}

.mollie-loading .loader {
  border: 16px solid #E3F0FA;
  border-top: 16px solid #31A8F0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

.payment-method-content .card-container {
  max-width: 400px;
  overflow: auto;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px;
  margin-bottom: 10px;
}

/* Apple Pay start */

.apple-pay-button {
  -webkit-appearance: -apple-pay-button;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-with-text > * {
    visibility: hidden;
  }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }

  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }

  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }

  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }

  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }

  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }

  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }

  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }

  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }

  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }

  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }

  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }

  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
}

.mollie-applepay-button-hidden {
  display: none;
}

.mollie-applepay-minicart-button {
  height: 40px;
}

/* Apple Pay end */

.market-product-grid-wrapper .open\:flex[open].relative {
  display: block !important;
  transform: none !important;
}

@media (min-width: 640px){
  .market-product-grid-wrapper .sm\:flex.relative {
    display: block !important;
    transform: none !important;
  }
}

@media (min-width: 768px){
  .market-product-grid-wrapper .md\:flex.relative {
    display: block !important;
    transform: none !important;
  }

  .md\:grid.market-products-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  @media (max-width: 768px) {
    .md\:grid.market-products-grid {
      grid-template-columns: repeat(2, 1fr) !important
    }
  }

  @media (max-width: 640px) {
    .md\:grid.market-products-grid {
      grid-template-columns: repeat(1, 1fr) !important;
      gap: 12px !important
    }
  }
}

@media (min-width: 1024px){
  .market-product-grid-wrapper .lg\:flex.relative {
    display: block !important;
    transform: none !important;
  }

  .lg\:grid.market-products-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  @media (max-width: 768px) {
    .lg\:grid.market-products-grid {
      grid-template-columns: repeat(2, 1fr) !important
    }
  }

  @media (max-width: 640px) {
    .lg\:grid.market-products-grid {
      grid-template-columns: repeat(1, 1fr) !important;
      gap: 12px !important
    }
  }
}

@media print{
  .market-product-grid-wrapper .print\:flex.relative {
    display: block !important;
    transform: none !important;
  }
}

.file\:mr-4::-webkit-file-upload-button{
  margin-right: 1rem;
}

.file\:mr-4::file-selector-button{
  margin-right: 1rem;
}

.file\:rounded-md::-webkit-file-upload-button{
  border-radius: 0.375rem;
}

.file\:rounded-md::file-selector-button{
  border-radius: 0.375rem;
}

.file\:border-0::-webkit-file-upload-button{
  border-width: 0px;
}

.file\:border-0::file-selector-button{
  border-width: 0px;
}

.file\:bg-primary::-webkit-file-upload-button{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 190, 181, var(--tw-bg-opacity, 1));
}

.file\:bg-primary::file-selector-button{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 190, 181, var(--tw-bg-opacity, 1));
}

.file\:px-4::-webkit-file-upload-button{
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:px-4::file-selector-button{
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:py-2::-webkit-file-upload-button{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.file\:py-2::file-selector-button{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.file\:text-sm::-webkit-file-upload-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:text-sm::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-semibold::-webkit-file-upload-button{
  font-weight: 600;
}

.file\:font-semibold::file-selector-button{
  font-weight: 600;
}

.file\:text-white::-webkit-file-upload-button{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.file\:text-white::file-selector-button{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#717989\]::placeholder{
  --tw-text-opacity: 1;
  color: rgba(113, 121, 137, var(--tw-text-opacity, 1));
}

.before\:h-3::before{
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:w-3::before{
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:shrink-0::before{
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-green-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity, 1));
}

.before\:bg-red-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}

.after\:ml-0\.5::after{
  content: var(--tw-content);
  margin-left: 0.125rem;
}

.after\:content-\[\'\:\'\]::after{
  --tw-content: ':';
  content: var(--tw-content);
}

.first\:pt-0:first-child{
  padding-top: 0px;
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.last\:mb-6:last-child{
  margin-bottom: 1.5rem;
}

.last\:mr-0:last-child{
  margin-right: 0px;
}

.last\:border-0:last-child{
  border-width: 0px;
}

.last\:border-b:last-child{
  border-bottom-width: 1px;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.last\:pb-0:last-child{
  padding-bottom: 0px;
}

.even\:bg-container:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.even\:bg-container-darker:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.even\:bg-gray-100:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.even\:bg-gray-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.open\:flex[open]{
  display: flex;
}

.invalid\:ring-2:invalid{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.invalid\:ring-red-500:invalid{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity, 1));
}

.focus-within\:ring-1:focus-within{
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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\:scale-110:hover{
  --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));
}

.hover\:border-blue-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity, 1));
}

.hover\:border-gray-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

.hover\:border-sky-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity, 1));
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:bg-amfaq_yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 201, 76, var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity, 1));
}

.hover\:bg-container-darker:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary\/5:hover{
  background-color: rgba(40, 177, 168, 0.05);
}

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

.hover\:from-emerald-600:hover{
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-teal-600:hover{
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.hover\:text-\[\#28b1a8\]:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

.hover\:text-\[\#6b7280\]:hover{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.hover\:text-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity, 1));
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}

.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.hover\:text-green-600:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.hover\:text-primary-darker:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

.hover\:text-secondary-darker:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.hover\:text-slate-800:hover{
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity, 1));
}

.hover\:text-yellow-500:hover{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity, 1));
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

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

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

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:ring:hover{
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:ring-primary:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 37, 35, var(--tw-ring-opacity, 1));
}

.hover\:ring-opacity-50:hover{
  --tw-ring-opacity: 0.5;
}

.hover\:file\:opacity-90::-webkit-file-upload-button:hover{
  opacity: 0.9;
}

.hover\:file\:opacity-90::file-selector-button:hover{
  opacity: 0.9;
}

.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\:z-10:focus{
  z-index: 10;
}

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

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

.focus\:border-0:focus{
  border-width: 0px;
}

.focus\:border-\[\#28b1a8\]:focus{
  --tw-border-opacity: 1;
  border-color: rgba(40, 177, 168, var(--tw-border-opacity, 1));
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity, 1));
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

.focus\:border-primary-lighter:focus{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity, 1));
}

.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.focus\:p-2:focus{
  padding: 0.5rem;
}

.focus\:text-gray-600:focus{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

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

.focus\:outline-black:focus{
  outline-color: #000;
}

.focus\:ring-0:focus{
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus{
  --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#28b1a8\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(40, 177, 168, var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity, 1));
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 37, 35, var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.active\:cursor-grabbing:active{
  cursor: grabbing;
}

.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.active\:opacity-70:active{
  opacity: 0.7;
}

.active\:ring-0:active{
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.enabled\:hover\:bg-\[\#28b1a8\]\/10:hover:enabled{
  background-color: rgba(40, 177, 168, 0.1);
}

.enabled\:hover\:text-\[\#28b1a8\]:hover:enabled{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}

.disabled\:bg-gray-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.disabled\:opacity-75:disabled{
  opacity: 0.75;
}

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

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

.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\:border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}

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

.group:hover .group-hover\:shadow-amsb-hover{
  --tw-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 3px 3px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.has-\[\:focus-visible\]\:outline-2:has(:focus-visible){
  outline-width: 2px;
}

.aria-\[current\=page\]\:font-medium[aria-current="page"]{
  font-weight: 500;
}

.group[aria-expanded="true"] .group-aria-expanded\: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));
}

.data-\[active\]\:border-primary[data-active]{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

@media (prefers-reduced-motion: reduce){
  .motion-reduce\:duration-0{
    transition-duration: 0s;
  }
}

@media not all and (min-width: 1024px){
  .max-lg\:mt-10{
    margin-top: 2.5rem;
  }

  .max-lg\:gap-y-0{
    row-gap: 0px;
  }
}

@media not all and (min-width: 768px){
  .max-md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .max-md\:\!mt-10{
    margin-top: 2.5rem !important;
  }

  .max-md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .max-md\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .max-md\:h-5{
    height: 1.25rem;
  }

  .max-md\:w-5{
    width: 1.25rem;
  }

  .max-md\:flex-col{
    flex-direction: column;
  }

  .max-md\:gap-5{
    gap: 1.25rem;
  }

  .max-md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media not all and (min-width: 640px){
  .max-sm\:flex-col{
    flex-direction: column;
  }

  .max-sm\:flex-wrap{
    flex-wrap: wrap;
  }
}

@media (min-width: 640px){
  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

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

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

  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

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

  .sm\:ml-2{
    margin-left: 0.5rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:mr-2{
    margin-right: 0.5rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:mr-8{
    margin-right: 2rem;
  }

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

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:table-cell{
    display: table-cell;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-6{
    width: 1.5rem;
  }

  .sm\:w-96{
    width: 24rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:table-fixed{
    table-layout: fixed;
  }

  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 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));
  }

  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }

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

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

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

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

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

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

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

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

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

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

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

  .sm\:gap-y-3{
    row-gap: 0.75rem;
  }

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

  .sm\:rounded-2xl{
    border-radius: 1rem;
  }

  .sm\:p-16{
    padding: 4rem;
  }

  .sm\:p-2{
    padding: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:pb-0{
    padding-bottom: 0px;
  }

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

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

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

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

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

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

  .sm\:duration-700{
    transition-duration: 700ms;
  }
}

@media (min-width: 768px){
  .md\: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;
  }

  .md\:visible{
    visibility: visible;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:\!-left-5{
    left: -1.25rem !important;
  }

  .md\:\!-right-5{
    right: -1.25rem !important;
  }

  .md\:\!-top-3{
    top: -0.75rem !important;
  }

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

  .md\:left-full{
    left: 100%;
  }

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

  .md\:order-3{
    order: 3;
  }

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

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

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

  .md\:row-start-1{
    grid-row-start: 1;
  }

  .md\:m-0{
    margin: 0px;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .md\:-mr-1{
    margin-right: -0.25rem;
  }

  .md\:-mt-1{
    margin-top: -0.25rem;
  }

  .md\:-mt-4{
    margin-top: -1rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

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

  .md\:me-0{
    margin-right: 0px;
  }

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

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:mr-6{
    margin-right: 1.5rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:block{
    display: block;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:inline-flex{
    display: inline-flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-4\/6{
    width: 66.666667%;
  }

  .md\:w-6{
    width: 1.5rem;
  }

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

  .md\:w-auto{
    width: auto;
  }

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

  .md\:max-w-100-50{
    max-width: calc(100% - 50px);
  }

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

  .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
    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));
  }

  .md\:translate-x-\[-100\%\]{
    --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));
  }

  .md\:translate-y-1\/4{
    --tw-translate-y: 25%;
    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));
  }

  .md\:cursor-default{
    cursor: default;
  }

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

  .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\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-\[42\%_minmax\(0px\2c 1fr\)\]{
    grid-template-columns: 42% minmax(0px,1fr);
  }

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

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

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

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

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

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

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

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

  .md\:gap-1{
    gap: 0.25rem;
  }

  .md\:gap-20{
    gap: 5rem;
  }

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

  .md\:gap-4{
    gap: 1rem;
  }

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

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

  .md\:gap-x-6{
    column-gap: 1.5rem;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  .md\:border-0{
    border-width: 0px;
  }

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-container{
    --tw-border-opacity: 1;
    border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
  }

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

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pr-3{
    padding-right: 0.75rem;
  }

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

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

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

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

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

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

  .md\:\[--snap-cols\:2\]{
    --snap-cols: 2;
  }
}

@media (min-width: 1024px){
  .lg\: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;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

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

  .lg\:left-\[var\(--msrp-inline-offset\)\]{
    left: var(--msrp-inline-offset);
  }

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

  .lg\:top-4{
    top: 1rem;
  }

  .lg\:top-\[var\(--msrp-block-offset\)\]{
    top: var(--msrp-block-offset);
  }

  .lg\:order-2{
    order: 2;
  }

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

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

  .lg\:-mt-5{
    margin-top: -1.25rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

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

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

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

  .lg\:block{
    display: block;
  }

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

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-36{
    height: 9rem;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-36{
    width: 9rem;
  }

  .lg\:w-56{
    width: 14rem;
  }

  .lg\:w-80{
    width: 20rem;
  }

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

  .lg\:w-auto{
    width: auto;
  }

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

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:table-auto{
    table-layout: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-x-10{
    column-gap: 2.5rem;
  }

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

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

  .lg\:px-\[5\.5rem\]{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:\[--snap-cols\:3\]{
    --snap-cols: 3;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

  .xl\:block{
    display: block;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

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

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

  .xl\:border-none{
    border-style: none;
  }

  .xl\:p-12{
    padding: 3rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:\[--snap-cols\:4\]{
    --snap-cols: 4;
  }
}

@media (min-width: 1536px){
  .\32xl\:w-96{
    width: 24rem;
  }

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

  .\32xl\:\[--snap-cols\:5\]{
    --snap-cols: 5;
  }
}

.rtl\:-rotate-180:where([dir="rtl"], [dir="rtl"] *){
  --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));
}

@media print{
  .print\:ml-5{
    margin-left: 1.25rem;
  }

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

  .print\:flex{
    display: flex;
  }

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

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

.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{
  display: none;
}

@media not all and (min-width: 768px){
  .\[\&\:nth-child\(n\+2\)\]\:max-md\:hidden:nth-child(n+2){
    display: none;
  }
}

.\[\&_svg\]\:\!fill-white svg{
  fill: #fff !important;
}

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