/** Shopify CDN: Minification failed

Line 1972:0 Unexpected ")"

**/
/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .narrow-page-width .page-title {
    margin-top: 2rem;
  }
}

.shopify-challenge__container {
  margin: 7rem auto;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.color-foreground {
  color: var(--color-foreground);
}
button.button--primary:hover{
  background: #1E5A9C!important;
  transition: all .2s ease;
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem var(--color-foreground-20);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid var(--color-foreground-20);
}

.light {
  opacity: 0.7;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: var(--color-foreground-20);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

/* component-title */

.title-wrapper-with-link .title {
  margin: 0;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0 2rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

@media screen and (min-width: 990px) {
  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 990px) {
  .title-wrapper-with-link.title-wrapper-with-link--no-heading {
    display: none;
  }
}

/* component-media */

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 100%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect>img+img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */

/* Button - default */

.shopify-challenge__button {
  font-size: 1.125rem;
  line-height: 1.75rem;

}

/* component-form */

.text-area,
.select {
  display: inline-block;
  position: relative;
}

/* Field */

.field--with-error {
  flex-wrap: wrap;
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1rem;
  min-height: 10rem;
  resize: none;
}

/* Form global */

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-modal */

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

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 2;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@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: 990px) {

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

  .container {
    max-width: 990px;
  }
}

@media (min-width: 1280px) {

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

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

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

  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.flex-grow {
  flex-grow: 1;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

:root {
  --button__border-radius: 6px;
}

.placeholder {
  background:
    radial-gradient(circle, var(--color-background) 0,
      var(--color-foreground-10) 100%),
    var(--color-background);
  color: var(--color-foreground-55);
  fill: var(--color-foreground-55);
}

.page-width {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {

  .page-width {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 768px) {

  .desktop-only {
    display: block;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.overflow-hidden-mobile {
  overflow: hidden;
}

iframe {
  width: 100%;
}

.icon-arrow,
.icon-caret {
  color: var(--color-arrow);
}

body {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 100%;
  background-color: var(--color-background);
  color: var(--color-foreground)
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--color-foreground);
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  word-break: break-word;
}

h1, .h1 {
  font-size: calc(var(--font-heading-size) * var(--font-h1__multiplier, 0.0625rem));
}

@media (min-width: 990px) {

  h1, .h1 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

h2, .h2 {
  font-size: clamp(22px, 3vw, calc(var(--font-heading-size) * 0.05rem));
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

h3, .h3 {
  font-size: calc(var(--font-heading-size) * 0.0417rem);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: calc(var(--font-heading-size) * 0.0417rem);
  letter-spacing: -1px;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

h5, .h5 {
  font-size: calc(var(--font-heading-size) * 0.0347rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

h6, .h6 {
  font-size: calc(var(--font-heading-size) * 0.032rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

b,
strong,
.bold {
  font-weight: 600;
}

.heading>h2,
.heading>.title,
.main-page-title {
  letter-spacing: -1px;
  text-wrap: balance;
}

.heading>h2::after,
.heading>.title::after,
.main-page-title::after {
  background-color: currentColor;
  content: '';
  display: inline-block;
  height: var(--heading-line--height);
  margin: 0 0 0 1rem;
  width: 4rem;
  vertical-align: middle;
}

@media (min-width: 768px) {

  .heading._before>h2::before,
  .heading._before>.title::before {
    background-color: currentColor;
    content: '';
    display: inline-block;
    height: var(--heading-line--height);
    margin: 0 1rem 0 0;
    width: 4rem;
    vertical-align: middle;
  }
}

.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  background-color: var(--color-background);
  color: var(--color-foreground);
}

/* Derived from base colors (theme settings) */

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-foreground-rgb: var(--color-base-text-rgb);
  --color-background: var(--color-base-background-1);
  --color-background-rgb: var(--color-base-background-1-rgb);
  --payment-terms-background-color: var(--color-base-background-1);
}

.color-background-2 {
  --color-background: var(--color-base-background-2);
  --color-background-rgb: var(--color-base-background-2-rgb);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-foreground-rgb: var(--color-base-background-1-rgb);
  --color-background: var(--color-base-text);
  --color-background-rgb: var(--color-base-text-rgb);
}

.color-accent-1 {
  --color-foreground: var(--color-base-accent-1-inverse);
  --color-foreground-rgb: var(--color-base-accent-1-inverse-rgb);
  --color-background: var(--color-base-accent-1);
  --color-background-rgb: var(--color-base-accent-1-rgb);
}

.color-accent-2 {
  --color-foreground: var(--color-base-accent-2-inverse);
  --color-foreground-rgb: var(--color-base-accent-2-inverse-rgb);
  --color-background: var(--color-base-accent-2);
  --color-background-rgb: var(--color-base-accent-2-rgb);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-link);
  --color-foreground-rgb: var(--color-base-link-rgb);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
  --color-foreground-rgb: var(--color-base-accent-1-rgb);
  --color-background: var(--color-base-accent-1-inverse);
  --color-background-rgb: var(--color-base-accent-1-inverse-rgb);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
  --color-foreground-rgb: var(--color-base-accent-2-rgb);
  --color-background: var(--color-base-accent-2-inverse);
  --color-background-rgb: var(--color-base-accent-2-inverse-rgb);
}

:root,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-foreground-75: rgba(var(--color-foreground-rgb), 0.75);
  --color-foreground-70: rgba(var(--color-foreground-rgb), 0.7);
  --color-foreground-55: rgba(var(--color-foreground-rgb), 0.55);
  --color-foreground-50: rgba(var(--color-foreground-rgb), 0.5);
  --color-foreground-40: rgba(var(--color-foreground-rgb), 0.4);
  --color-foreground-30: rgba(var(--color-foreground-rgb), 0.3);
  --color-foreground-20: rgba(var(--color-foreground-rgb), 0.2);
  --color-foreground-10: rgba(var(--color-foreground-rgb), 0.1);
  --color-foreground-8: rgba(var(--color-foreground-rgb), 0.08);
  --color-foreground-4: rgba(var(--color-foreground-rgb), 0.04);
  --color-foreground-3: rgba(var(--color-foreground-rgb), 0.03);
}

:root {
  --color-arrow: var(--color-base-arrow);
}

[type=button],
[type=reset],
[type=submit],
button,
.button,
.shopify-challenge__button {
  background-color: var(--color-button-background);
  border: 1px solid var(--color-button-border);
  border-radius: var(--button__border-radius);
  color: var(--color-button-text);
  font-weight: 600;
  line-height: 1.5rem;
  padding: .875rem 1.5rem;
  display: inline-flex;
  min-width: 8rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow-wrap: break-word;
  text-align: center;
  text-decoration-line: none
}

:is([type=button],
  [type=reset],
  [type=submit],
  button,
  .button,
  .shopify-challenge__button) .text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Button colors */

:root,
.color-background-1 {
  --color-button-border: var(--header--text-color);
  --color-button-background: var(--header--text-color);
  --color-button-text: var(--header--background-color);
  --color-button-text-rgb: var(--color-foreground-rgb);
}

.button--primary {
  --color-button-background: var(--color-base-accent-1);
  --color-button-border: var(--color-base-accent-1);
  --color-button-text: var(--color-base-accent-1-inverse);
  --color-button-text-rgb: var(--color-base-accent-1-inverse-rgb);
}

.shopify-payment-button__button {
  --color-button-background: #000;
  --color-button-border: #000;
  --color-button-text: #fff;
  --color-button-text-rgb: 255, 255, 255;
}

.color-accent-1 .button--primary {
  --color-button-background: var(--color-base-text);
  --color-button-border: var(--color-base-text);
  --color-button-text: var(--color-base-background-1);
  --color-button-text-rgb: var(--color-base-background-1-rgb);
}

.color-accent-2 .button--primary {
  --color-button-background: var(--color-base-accent-1);
  --color-button-border: var(--color-base-accent-1);
  --color-button-text: var(--color-base-background-1);
  --color-button-text-rgb: var(--color-base-background-1-rgb);
}

.color-background-2 .button--primary,
.color-inverse .button--primary {
  --color-button-background: var(--color-foreground);
  --color-button-border: var(--color-foreground);
  --color-button-text: var(--color-background);
  --color-button-text-rgb: var(--color-background-rgb);
}

.color-background-2 .button--secondary,
.color-inverse .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button-border: var(--color-foreground);
  --color-button-text: var(--color-foreground);
  --color-button-text-rgb: var(--color-foreground-rgb);
  --color-button-background: var(--color-background);
}

.button--tertiary {
  --color-button-background: var(--color-foreground-8);
  --color-button-border: transparent;
  --color-button-text: var(--color-foreground);
  --color-button-text-rgb: var(--color-foreground-rgb);
}

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
button[disabled] {
  filter: opacity(.5);
  pointer-events: none;
}

.button--small {
  min-width: 0px;
}

/**
 * Button icon animation
 */

.button>svg {
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}

.button>.icon-cart {
  --icon-cart__stroke-width: 1.5;
  margin: 0;
}

button.modal__close-button,
button.btn__close

/* used in shopify-payment-terms-modal */
  {
  background: var(--color-background);
  border: 0;
  border-radius: 100%;
  color: currentColor;
  min-width: 0;
  padding: .125rem;
}

button.modal__close-button svg {
  height: 1.5rem;
  width: 1.5rem;
}

.deferred-media__poster-button {
  /* Become visible when component-deferred-media.css loaded */
  display: none
}

summary {
  cursor: pointer;
  position: relative;
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

.link {
  box-shadow: none;
  color: var(--color-link);
  display: inline-block;
  min-width: 0px;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px
}

.link--text {
  color: var(--color-foreground);
}

/* Link colors */

:root,
.color-background-1 {
  --color-link: var(--color-base-link);
  --color-link-hover: rgba(var(--color-base-link-rgb), 0.85);
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --color-link-hover: var(--color-foreground-70);
}

.form__message {
  background-color: var(--color-message-background, #fff);
  border: 2px solid rgba(var(--color-message-rgb, 200, 82, 7), .75);
  border-radius: 6px;
  box-shadow: 4px 4px 14px var(--color-foreground-4);
  color: rgba(var(--color-message-rgb, 200, 82, 7), 1);
  display: flex;
  font-weight: 500;
  gap: 1rem;
  margin: .5rem 0;
  padding: .5rem .75rem;
  text-align: left;
}

.form__message--success {
  --color-message-rgb: var(--color-message-success-rgb, 39, 174, 96);
}

.form__message--error {
  --color-message-rgb: var(--color-message-error-rgb, 235, 87, 87);
}

.form__message ul {
  text-transform: none;
}

.form__message svg {
  fill: rgba(var(--color-message-rgb, 200, 82, 7), .1);
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}

.form__message svg+* {
  margin: 0 auto !important;
}

.form__message .icon-error {
  background-color: currentColor;
  border-radius: 999px;
  padding: .375rem;
}

.form__message p {
  line-height: 1.5rem;
  word-break: break-word;
}

.form__message p a {
  display: inline;
}

.form__message .form-status {
  display: flex;
  align-items: center;
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte blockquote {
  border-left-width: 4px;
  border-left-color: var(--color-foreground-20);
  padding-left: 0.5rem;
  font-style: italic;
  color: var(--color-foreground-70);
}

@media (min-width: 768px) {

  .rte blockquote {
    padding-left: 1rem;
  }
}

.rte p,
.rte ol,
.rte ul,
.rte blockquote {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {

  .rte p,
  .rte ol,
  .rte ul,
  .rte blockquote {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.rte>p:first-child {
  margin-top: 0px;
}

.rte>p:last-child {
  margin-bottom: 0px;
}

.rte table {
  table-layout: fixed;
}

@media (min-width: 768px) {

  .rte table td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.rte img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.rte ul,
.rte ol {
  padding-left: 2rem;
}

.rte ul li {
  list-style-type: disc;
}

.rte ol li {
  list-style-type: decimal;
}

.rte li:last-child {
  margin-bottom: 0px;
}

.rte a {
  color: var(--color-link);
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte.link-underlined a {
  --color-link: currentColor;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
}

@media (hover: hover) {
  .rte a:hover {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-line: underline;
  }

  .rte.link-underlined a:hover {
    text-decoration-thickness: 2px;
  }
}

[type=text],
[type=password],
[type=url],
[type=tel],
[type=search],
[type=number],
[type=datetime],
[type=email],
[type=date],
textarea,
form select,
.select__select {
  background: var(--color-background);
  border-radius: 6px;
  box-shadow: 0 0 0 1px var(--color-foreground-10);
  min-height: 3rem;
  line-height: 1.75rem;
  padding: calc(.5rem - 1px) .75rem calc(.5rem + 1px);
  box-sizing: border-box;
  width: 100%;
  color: var(--color-foreground)
}

[type=text]::-moz-placeholder, [type=password]::-moz-placeholder, [type=url]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=search]::-moz-placeholder, [type=number]::-moz-placeholder, [type=datetime]::-moz-placeholder, [type=email]::-moz-placeholder, [type=date]::-moz-placeholder, textarea::-moz-placeholder, form select::-moz-placeholder, .select__select::-moz-placeholder {
  color: var(--color-foreground-40);
}

[type=text]::placeholder,
[type=password]::placeholder,
[type=url]::placeholder,
[type=tel]::placeholder,
[type=search]::placeholder,
[type=number]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=date]::placeholder,
textarea::placeholder,
form select::placeholder,
.select__select::placeholder {
  color: var(--color-foreground-40);
}

form select,
.select__select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2rem;
}

.select {
  display: flex;
  align-items: center;
}

.select .icon-caret {
  height: 1rem;
  pointer-events: none;
  position: absolute;
  right: 0.5rem;
  width: 1rem;
}

.form__label {
  display: block;
  margin: 0 0 .5rem;
}

.field {
  position: relative;
  width: 100%;
  display: grid;
  margin: 0 0 1rem;
}

.field:last-child {
  margin-bottom: 0;
}

.field:has(.field__button) {
  grid-template-columns: 1fr auto;
}

.field__label {
  font-weight: 500;
  margin: 0px;
  margin-bottom: 0.5rem;
  display: block;
}

.field:has(.field__button) .field__label {
  grid-column: 1 / 3;
}

.field:has(.field__button)>input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  grid-column: 1 / 2;
}

.field .field__button {
  margin: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  grid-column: 2 / 3;
}

:is(a,
  ul,
  dl,
  div,
  section,
  article,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6):empty {
  display: none;
}

*[hidden] {
  display: none;
}

.skip-to-content-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

svg.spr-star {
  /* Reset start style from Product Reviews App -- https://apps.shopify.com/product-reviews */
  display: inline
}

.spaced-section {
  margin-top: 2.5rem;
}

.spaced-section--full-width+.spaced-section--full-width,
.spaced-section--full-width:first-child {
  margin-top: 0px;
}

.spaced-section--full-width:last-child {
  margin-bottom: 0px;
}

.section-header-transition:not(.section-header-sticky) .header--overlapped .menu-drawer-toggler,
.section-header-transition:not(.section-header-sticky) .header--overlapped .header__heading,
.section-header-transition:not(.section-header-sticky) .header--overlapped header-menu,
.section-header-transition:not(.section-header-sticky) .header--overlapped .header__buttons--wrapper,
.section-header-transition:not(.section-header-sticky) .header--overlapped .search__label,
.section-header-transition:not(.section-header-sticky) .header--overlapped .header__search:not(.header__search--collapsible-desktop:focus-within) :is(.search__input,
  .search__button) {
  --header--text-color: var(--header--overlaped-color);
  --header--text-color-rgb: var(--header--overlaped-color-rgb);
  color: var(--header--text-color);
}

.section-header-transition:not(.section-header-sticky) .header--overlapped .header__heading-logo {
  -o-object-position: -99999px 99999px;
  object-position: -99999px 99999px;
  background-color: currentColor;
}

header {
  --search--input--background-color: rgba(var(--header--text-color-rgb), .025);
  --search--input--text-color: var(--header--text-color-rgb);
  --search--input--border: rgba(var(--header--text-color-rgb), .05);
}

header .search__input {
  background-color: var(--search--input--background-color);
  border: 0;
  box-shadow: none;
  color: var(--search--input--text-color);
}

.header__search--with-border .search__input {
  box-shadow: inset 0 0 0 1px var(--search--input--border);
}

.header--overlapped .search__button {
  --color-button-border: transparent;
  --color-button-background: transparent;
  --color-button-text: var(--search--input--text-color);
}

.shopify-section:not(.section-header-sticky) .header--overlapped .search__input {
  --search--input--text-color: var(--header--text-color);
  --search--input--border: rgba(var(--header--text-color-rgb), .75);
}

.shopify-section:not(.section-header-sticky) .header--overlapped .search__input::-moz-placeholder {
  color: var(--search--input--text-color);
}

.shopify-section:not(.section-header-sticky) .header--overlapped .search__input::placeholder {
  color: var(--search--input--text-color);
}

.shopify-section:not(.section-header-sticky) .header--overlapped .search__button {
  --color-button-border: transparent;
  --color-button-background: transparent;
  --color-button-text: var(--search--input--text-color);
}

@media (min-width: 990px) {

  /* header search styles when it is on the left */
  header>.header__search:is( :nth-child(1):not(.header__search--collapsible-desktop),
    :nth-child(2):not(.header__search--collapsible-desktop)) .field {
    grid-template-columns: auto 1fr;
  }

  header>.header__search:is( :nth-child(1):not(.header__search--collapsible-desktop),
    :nth-child(2):not(.header__search--collapsible-desktop)) .search__input {
    border-radius: 0 var(--button__border-radius) var(--button__border-radius) 0;
    grid-column: 2 / 3;
    grid-row: 1 / 1;
  }

  header>.header__search:is( :nth-child(1):not(.header__search--collapsible-desktop),
    :nth-child(2):not(.header__search--collapsible-desktop)) .search__button {
    border-radius: var(--button__border-radius) 0 0 var(--button__border-radius);
    grid-column: 1 / 2;
  }
}

.popup-modal {
  display: none;
}

.price-item {
  font-weight: 500;
}

.price--final {
  color: var(--color-price-final);
  font-weight: 500;
}

@media (min-width: 768px) {
  [data-mode="grid"] .item-price:not(.no-label) .price--compare {
    display: none;
  }
}

.badge {
  display: none;
}

.spr-badge,
.grid-item .jdgm-widget {
  color: var(--color-foreground-70);
  font-size: calc(1rem - 2px);
}

.spr-badge .spr-badge-starrating {
  display: inline-flex;
  font-size: inherit;
  margin: 0 .5rem 0 0;
}

.spr-badge .spr-badge-starrating .spr-icon {
  font-size: inherit;
}

.spr-badge .spr-icon-star {
  color: var(--color-foreground);
  height: 1rem;
  width: 1rem;
}

.grid-item [class^="spr-icon-"]:before,
.grid-item [class*=" spr-icon-"]:before {
  font-size: 100%;
}

.grid-item .spr-badge {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grid-item .jdgm-widget {
  margin: .25rem 0 0;
}

.grid-item .jdgm-widget:is( :empty,
  :has(:only-child[data-number-of-reviews="0"]),
) {
  display: none;
}

[data-mode="grid"] .item-actions-wrapper :is(button, .button) {
  padding: .7rem;
}

[data-mode=grid] .item-actions-wrapper :nth-child(n+2) {
  order: -1;
}

.animate-arrow .icon-arrow {
  margin-left: 0.25rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  vertical-align: text-bottom;
}

.animate-arrow .icon-arrow.extend {
  height: 1.25rem;
  width: 1.25rem;
}

.animate-arrow .icon-arrow path {
  --tw-translate-x: -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));
}

.media {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--faq-accordion__background, var(--color-foreground-4));
}

.media--transparent {
  background: transparent;
}

.media>*:not(.zoom, .deferred-media__poster-button),
.media model-viewer {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-width: 0px;
}

.media>img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.media>.img-mobile {
  display: none;
}

@media (max-width: 767px) {
  .media>.img-mobile+img {
    display: none;
  }

  .media>.img-mobile {
    display: block;
  }
}

/* ==============================================
   NOXOR USA — UI Polish
   Branding: #0a3a67 (dark blue), #dc2626 (red)
   ============================================== */

/* 1. Product cards — rounded corners (direct, bypass CSS variable) */
squama-item,
squama-item .item-link,
squama-item .item-link::before {
  border-radius: 12px !important;
}

squama-item .item-image {
  border-radius: 12px;
  overflow: hidden;
}

/* 2. Product cards — branded hover shadow */
@media (hover: hover) {
  squama-item:is(:hover, [data-focused]) {
    --item__box-shadow: 0 8px 32px rgba(10, 58, 103, 0.22), 0 2px 8px rgba(10, 58, 103, 0.12);
  }
}

@media (hover: hover) and (min-width: 768px) {
  squama-item:hover {
    --item__box-shadow: 0 16px 48px rgba(10, 58, 103, 0.28), 0 4px 16px rgba(10, 58, 103, 0.16);
  }
}

/* 3. Testimonials — redesign complet */

/* Section background + full-width edge-to-edge */
.section-testimonials {
  background: #ffffff !important;
}

.section-testimonials .dynamic-page-width {
  max-width: 100% !important;
  width: 100% !important;
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Annule le margin négatif qui compensait le .75rem padding du parent */
.section-testimonials .testimonials-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Titre */
.testimonials-heading .title {
  color: #0a3a67 !important;
  font-weight: 800 !important;
  text-align: center;
}

/* Card */
.testimonials-grid .testimonial-inner {
  background: #ffffff !important;
  color: inherit !important;
  border-radius: 12px !important;
  border: 1px solid #e2e8f0 !important;
  border-left: 4px solid #dc2626 !important;
  box-shadow: 0 4px 20px rgba(10, 58, 103, 0.08) !important;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-left-width 0.3s ease;
}

/* Guillemet décoratif */
.testimonials-grid .testimonial-inner::before {
  content: '\201C';
  position: absolute;
  top: -12px;
  right: 14px;
  font-size: 120px;
  font-family: Georgia, 'Times New Roman', serif;
  color: #0a3a67;
  opacity: 0.08;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* Hover */
@media (hover: hover) {
  .testimonials-grid .testimonial-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(10, 58, 103, 0.22) !important;
    border-left-width: 5px !important;
  }
}

/* Nom */
.testimonials-grid .author {
  color: #0a3a67 !important;
  font-weight: 700 !important;
  font-size: 1.1em !important;
}

/* Ville / date */
.testimonials-grid .location,
.testimonials-grid .date {
  color: #94a3b8 !important;
}

/* Inner text box — supprime le look "box dans la box" */
.testimonials-grid .text {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0.5rem 0 0 !important;
  color: #475569 !important;
  font-style: italic;
  line-height: 1.7 !important;
}

/* Texte du review */
.testimonials-grid .text.rte {
  color: #475569 !important;
}

/* Étoiles inactives */
.testimonials-grid .text .rating svg {
  color: #e2e8f0 !important;
}

/* Étoiles actives */
.testimonials-grid .text .rating svg.active {
  color: #dc2626 !important;
}

/* Flèches slider */
.testimonials-wrapper .slider__button {
  color: #0a3a67 !important;
  border-color: #0a3a67 !important;
}

.testimonials-wrapper .slider__button:hover {
  color: #dc2626 !important;
  border-color: #dc2626 !important;
}

/* Mobile testimonials */
@media (max-width: 767px) {
  .section-testimonials {
    padding: 40px 16px !important;
  }

  .testimonials-grid .testimonial {
    width: 100% !important;
  }

  .testimonials-grid .text {
    font-size: 0.9em !important;
  }

  .testimonials-grid .testimonial-inner::before {
    font-size: 80px;
  }
}

/* 4. Input fields */
.field__input,
.field > input,
.field > textarea {
  border-radius: 6px;
}

/* 5. Badges — subtle, override pill-shape du critical CSS */
.badge {
  border-radius: 4px !important;
}

/* 6. Modal */
.popup-modal__content {
  border-radius: 8px;
}


/* 8. Images dans les sections (hero, image-with-text, banner) */
.section-image img,
.image-with-text__image .media,
.banner__media {
  border-radius: 8px;
  overflow: hidden;
}

/* 9. Featured collection — centered heading */
@media (min-width: 768px) {
  .classic .title-wrapper .heading {
    justify-content: center !important;
    text-align: center;
  }
}

/* 10. CTA banner (icons_bar) */

@keyframes noxor-cta-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.45); }
  70%  { box-shadow: 0 0 0 14px rgba(220, 38, 38, 0); }
  100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); }
}

[id$="__icons_bar"],
[id$="__icons_bar"] .icons-bar {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

[id$="__icons_bar"] {
  min-height: 280px !important;
  display: flex !important;
  align-items: center !important;
}

[id$="__icons_bar"] .icons-bar {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 280px !important;
}

[id$="__icons_bar"] .icons-bar-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

[id$="__icons_bar"] .icons-bar-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  text-align: center !important;
}

[id$="__icons_bar"] h2 {
  color: #0a3a67 !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  margin: 0 0 1rem !important;
}

[id$="__icons_bar"] p {
  color: #64748b !important;
  max-width: 500px;
  margin: 0 auto 1.5rem !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}

[id$="__icons_bar"] p a {
  display: inline-block;
  background: #dc2626 !important;
  color: #ffffff !important;
  padding: 14px 36px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

[id$="__icons_bar"] p a:hover {
  background: #b91c1c !important;
  transform: scale(1.02);
  box-shadow: 0 4px 20px rgba(220, 38, 38, 0.35);
}

@media (max-width: 767px) {
  [id$="__icons_bar"] p a {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

/* 11. Stats section — Trusted Across America */

/* Reset CSS variable and remove section bottom margin */
[id$="__multicolumn_wi3djB"] {
  --multicolumn-card__background: transparent;
  margin-bottom: 0 !important;
}

/* Wipe all card-level backgrounds — nuclear reset */
[id$="__multicolumn_wi3djB"] .multicolumn-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  --columns-count: 4 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

[id$="__multicolumn_wi3djB"] .multicolumn-list__item,
[id$="__multicolumn_wi3djB"] .multicolumn-card,
[id$="__multicolumn_wi3djB"] .multicolumn-card__content,
[id$="__multicolumn_wi3djB"] .multicolumn-card > * {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

@keyframes noxor-icon-pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.18); }
  100% { transform: scale(1); }
}

[id$="__multicolumn_wi3djB"] {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 70%),
    linear-gradient(135deg, #061e3a 0%, #0a3a67 40%, #124a7a 70%, #0a3a67 100%) !important;
  padding: 2rem 0 !important;
}

[id$="__multicolumn_wi3djB"] .dynamic-page-width,
[id$="__multicolumn_wi3djB"] .multicolumn,
[id$="__multicolumn_wi3djB"] .heading,
[id$="__multicolumn_wi3djB"] .heading._before {
  background: transparent !important;
  background-color: transparent !important;
}

/* Heading — starts hidden, fades in on scroll */
[id$="__multicolumn_wi3djB"] .heading {
  display: block !important;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[id$="__multicolumn_wi3djB"].noxor-stats-visible .heading {
  opacity: 1;
  transform: translateY(0);
}

[id$="__multicolumn_wi3djB"] .heading h2.title {
  color: #ffffff !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  text-align: center !important;
  margin-bottom: 3rem !important;
}

/* Columns — flex sizing + start hidden, stagger in on scroll */
[id$="__multicolumn_wi3djB"] .multicolumn-list__item,
[id$="__multicolumn_wi3djB"] .multicolumn-list__item.grid__item {
  flex: 1 1 0 !important;
  width: 25% !important;
  max-width: 25% !important;
  min-width: 0 !important;
  padding: 0 !important;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[id$="__multicolumn_wi3djB"].noxor-stats-visible .multicolumn-list__item:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0ms;
}

[id$="__multicolumn_wi3djB"].noxor-stats-visible .multicolumn-list__item:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 150ms;
}

[id$="__multicolumn_wi3djB"].noxor-stats-visible .multicolumn-list__item:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 300ms;
}

[id$="__multicolumn_wi3djB"].noxor-stats-visible .multicolumn-list__item:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 450ms;
}

/* Stat number */
[id$="__multicolumn_wi3djB"] .noxor-stat-number,
[id$="__multicolumn_wi3djB"] h3.title {
  white-space: nowrap;
  font-size: clamp(1.2rem, 2.5vw, 3.5rem) !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  letter-spacing: -0.02em;
  margin: 0.5rem 0 !important;
  line-height: 1 !important;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}

/* Stat description */
[id$="__multicolumn_wi3djB"] .multicolumn-card .text p {
  font-size: 0.8rem !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.5) !important;
  margin: 0 !important;
}

/* Icon — 36px, opacity 0.9, pulse on hover */
[id$="__multicolumn_wi3djB"] .multicolumn-card__image-wrapper {
  width: 36px !important;
  height: 36px !important;
  margin: 0 auto 0.25rem !important;
  opacity: 0.9;
}

[id$="__multicolumn_wi3djB"] .multicolumn-card__image-wrapper .media {
  width: 36px !important;
  height: 36px !important;
  border-radius: 100% !important;
}

[id$="__multicolumn_wi3djB"] .multicolumn-card:hover .multicolumn-card__image-wrapper {
  animation: noxor-icon-pulse 0.6s ease;
}

/* Card — separator via ::after pseudo-element */
[id$="__multicolumn_wi3djB"] .multicolumn-card {
  background: transparent !important;
  border-right: none !important;
  border-radius: 0 !important;
  padding: 1.5rem 2rem !important;
  min-height: unset !important;
  position: relative;
}

[id$="__multicolumn_wi3djB"] .multicolumn-list__item:not(:last-child) .multicolumn-card::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
}

/* Mobile: 2x2 grid with separators */
@media screen and (max-width: 749px) {
  [id$="__multicolumn_wi3djB"] .multicolumn-list {
    --columns-count: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    flex-wrap: wrap !important;
  }

  [id$="__multicolumn_wi3djB"] .multicolumn-list__item,
  [id$="__multicolumn_wi3djB"] .multicolumn-list__item.grid__item {
    width: 100% !important;
    flex: none !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 28px 16px !important;
    text-align: center !important;
    border: none !important;
  }

  [id$="__multicolumn_wi3djB"] .multicolumn-card {
    padding: 0 !important;
  }

  [id$="__multicolumn_wi3djB"] h3.title,
  [id$="__multicolumn_wi3djB"] .noxor-stat-number {
    font-size: 2.2rem !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  [id$="__multicolumn_wi3djB"] .multicolumn-card .text p,
  [id$="__multicolumn_wi3djB"] .noxor-stat-label {
    font-size: 0.65rem !important;
    letter-spacing: 0.1em !important;
    white-space: normal !important;
    word-break: normal !important;
    line-height: 1.4 !important;
  }

  [id$="__multicolumn_wi3djB"] .multicolumn-card__image-wrapper,
  [id$="__multicolumn_wi3djB"] .noxor-stat-icon {
    display: none !important;
  }

  [id$="__multicolumn_wi3djB"] .multicolumn-list__item:nth-child(1),
  [id$="__multicolumn_wi3djB"] .multicolumn-list__item:nth-child(2) {
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  }
  [id$="__multicolumn_wi3djB"] .multicolumn-list__item:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,0.1) !important;
  }
}

/* ============================================
   BRANDS SLIDER — Premium Social Proof
   ============================================ */

[id$="__brands_slider"] {
  background: #ffffff !important;
  padding: 48px 0;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  overflow: hidden;
}

/* Titre centré style "as seen in" */
[id$="__brands_slider"] .title,
[id$="__brands_slider"] h2 {
  text-align: center !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  color: #94a3b8 !important;
  margin-bottom: 32px !important;
}

/* Retire la ligne décorative à côté du titre si présente */
[id$="__brands_slider"] .heading._before::before,
[id$="__brands_slider"] .heading._before::after {
  display: none !important;
}

/* Wrapper du scroll infini — fade edges */
[id$="__brands_slider"] .slideshow,
[id$="__brands_slider"] ul.slider {
  overflow: hidden !important;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  ) !important;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  ) !important;
}

/* Logos — grayscale par défaut */
[id$="__brands_slider"] img {
  filter: grayscale(100%) opacity(0.45) !important;
  transition: filter 0.3s ease !important;
  max-height: 48px !important;
  width: auto !important;
  object-fit: contain !important;
}

[id$="__brands_slider"] img:hover {
  filter: grayscale(0%) opacity(1) !important;
}

/* Pause au hover sur le slider entier */
[id$="__brands_slider"]:hover .slideshow,
[id$="__brands_slider"]:hover ul.slider {
  animation-play-state: paused !important;
}

/* ============================================
   WHY NOXOR — Premium Feature Rows
   ============================================ */

[id$="__about_store"] {
  background-color: #ffffff;
  padding: 72px 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

[id$="__about_store"] .multicolumn {
  padding: 0 !important;
}

[id$="__about_store"] .dynamic-page-width {
  max-width: 100% !important;
  padding: 0 !important;
}

[id$="__about_store"] h2.title {
  color: #0a3a67 !important;
  font-size: 1.9rem;
  font-weight: 800;
}

/* Lines à côté du titre */
[id$="__about_store"] .heading._before::before,
[id$="__about_store"] .heading._before::after {
  background-color: #0a3a67 !important;
  opacity: 0.25;
}

/* Liste en colonne */
[id$="__about_store"] .multicolumn-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  max-width: 100%;
  margin: 48px 0 0;
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 4px 40px rgba(10, 58, 103, 0.08);
}

[id$="__about_store"] .multicolumn-list__item {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[id$="__about_store"] .multicolumn-list__item.noxor-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Feature row */
[id$="__about_store"] .multicolumn-card {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 28px;
  padding: 36px 40px;
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
  transition: background 0.25s ease;
  text-align: left !important;
}

[id$="__about_store"] .multicolumn-list__item:last-child .multicolumn-card {
  border-bottom: none;
}

/* Left border draw */
[id$="__about_store"] .multicolumn-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0%;
  background: #dc2626;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

[id$="__about_store"] .multicolumn-list__item.noxor-visible .multicolumn-card::before {
  height: 100%;
}

/* Progress bar bottom */
[id$="__about_store"] .multicolumn-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #dc2626, #ff4040);
  transition: width 0.6s ease 0.35s;
}

[id$="__about_store"] .multicolumn-list__item.noxor-visible .multicolumn-card::after {
  width: 100%;
}

[id$="__about_store"] .multicolumn-card:hover {
  background: #fafbff;
}

/* Icône — cercle rouge fixe */
[id$="__about_store"] .multicolumn-card__image-wrapper {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  background: #dc2626 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

[id$="__about_store"] .multicolumn-card:hover .multicolumn-card__image-wrapper {
  transform: scale(1.08) rotate(-5deg);
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.3);
}

[id$="__about_store"] .multicolumn-card__image-wrapper svg {
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}

[id$="__about_store"] .multicolumn-card__image-wrapper .media {
  background: transparent !important;
  width: auto !important;
  height: auto !important;
}

/* Texte */
[id$="__about_store"] .multicolumn-card__content {
  text-align: left !important;
  flex: 1;
}

[id$="__about_store"] .multicolumn-card__content h3.title {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #0a3a67 !important;
  margin-bottom: 6px !important;
  line-height: 1.3 !important;
}

[id$="__about_store"] .multicolumn-card__content .rte p {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}

/* Mobile */
@media screen and (max-width: 749px) {
  [id$="__about_store"] .multicolumn-card {
    gap: 18px;
    padding: 24px 20px;
  }
  [id$="__about_store"] .multicolumn-card__image-wrapper {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
  }
  [id$="__about_store"] h2.title {
    font-size: 1.4rem;
  }
}

/* ============================================
   FEATURED PRODUCTS SECTION
   ============================================ */

/* Titre centré avec lignes des 2 côtés */
[id$="__featured_product_list_bayDXV"] h2 {
  text-align: center !important;
  color: #0a3a67 !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
}

[id$="__featured_product_list_bayDXV"] h2::before,
[id$="__featured_product_list_bayDXV"] h2::after {
  content: '' !important;
  flex: 1 !important;
  max-width: 80px !important;
  height: 2px !important;
  background: #0a3a67 !important;
  opacity: 0.25 !important;
  display: block !important;
}

/* Background blanc sur slider */
[id$="__featured_product_list_bayDXV"] slider-component {
  background: #ffffff !important;
  background-image: none !important;
}

[id$="__featured_product_list_bayDXV"] squama-item {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  transform: perspective(1000px) translateZ(0);
}

/* Libère l'overflow pour que le translateZ soit visible */
[id$="__featured_product_list_bayDXV"] slider-component,
[id$="__featured_product_list_bayDXV"] #products--template--21244955689214__featured_product_list_bayDXV,
[id$="__featured_product_list_bayDXV"] .slider {
  overflow: visible !important;
}

/* Force le translateZ avec scale comme fallback */
[id$="__featured_product_list_bayDXV"] squama-item:hover {
  transform: perspective(1000px) translateZ(24px) scale(1.04) !important;
  box-shadow:
    0 2px 4px rgba(10, 58, 103, 0.04),
    0 8px 16px rgba(10, 58, 103, 0.08),
    0 24px 48px rgba(10, 58, 103, 0.12) !important;
  position: relative;
  z-index: 10;
}

[id$="__featured_product_list_bayDXV"] .item-price .price {
  color: #dc2626 !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
}

[id$="__featured_product_list_bayDXV"] .item-vendor {
  display: none !important;
}

[id$="__featured_product_list_bayDXV"] .item-title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
  min-height: 2.8rem !important;
  color: #0a3a67 !important;
}

/* Cache les swatches de couleur */
[id$="__featured_product_list_bayDXV"] [class*="swatch"],
[id$="__featured_product_list_bayDXV"] [class*="variant"],
[id$="__featured_product_list_bayDXV"] [class*="color"] {
  display: none !important;
}

/* Bouton Shop All centré en bas */
[id$="__featured_product_list_bayDXV"] .slider-buttons,
[id$="__featured_product_list_bayDXV"] .slider-component__button {
  display: none !important;
}

/* Cache le widget Judge.me reviews dans la featured section */
[id$="__featured_product_list_bayDXV"] .jdgm-widget,
[id$="__featured_product_list_bayDXV"] .jdgm-preview-badge {
  display: none !important;
}

.noxor-featured-cta {
  text-align: center;
  margin-top: 8px;
}

.noxor-featured-btn {
  display: inline-block;
  background: #dc2626;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 14px 40px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.noxor-featured-btn:hover {
  background: #b91c1c !important;
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.35);
  color: #ffffff !important;
}

/* Barre d'annonce — blanc */
#shopify-section-sections--21244955459838__header_top {
  background: #ffffff !important;
  background-image: none !important;
}

/* Nav principale — gradient métallisé */
#shopify-section-sections--21244955459838__header {
  background: radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.05) 0%, transparent 70%),
              linear-gradient(135deg, #061e3a 0%, #0a3a67 40%, #124a7a 70%, #0a3a67 100%) !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

#shopify-section-sections--21244955459838__header .header-wrapper,
#shopify-section-sections--21244955459838__header .header {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Cache l'icône de compte dans le header */
#shopify-section-sections--21244955459838__header .header__icon--account {
  display: none !important;
}

/* ============================================
   SEE NOXOR IN ACTION — Redesign Premium
   ============================================ */

/* Fond bleu foncé harmonisé + padding réduit */
[id$="__collage_TN4jpq"],
[id$="__collage_PgRT6m"] {
  background: #061e3a !important;
  background-color: #061e3a !important;
}

/* Titre centré avec lignes décoratives */
[id$="__collage_TN4jpq"] h2 {
  text-align: center !important;
  padding: 48px 40px 32px !important;
  font-size: clamp(1.4rem, 2.5vw, 2rem) !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
}

[id$="__collage_TN4jpq"] h2::before,
[id$="__collage_TN4jpq"] h2::after {
  content: '' !important;
  flex: 1 !important;
  max-width: 80px !important;
  height: 2px !important;
  background: #ffffff !important;
  opacity: 0.25 !important;
  display: block !important;
}

/* Grid compact — 2 colonnes côte à côte */
[id$="__collage_TN4jpq"] .collage,
[id$="__collage_TN4jpq"] .collage-grid,
[id$="__collage_TN4jpq"] [class*="collage"] {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  padding: 0 40px 40px !important;
  max-height: 420px !important;
}

[id$="__collage_PgRT6m"] .collage,
[id$="__collage_PgRT6m"] .collage-grid,
[id$="__collage_PgRT6m"] [class*="collage"] {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 12px !important;
  padding: 0 40px 48px !important;
  max-height: 380px !important;
}

/* Médias — border-radius + overflow hidden */
[id$="__collage_TN4jpq"] .collage__item,
[id$="__collage_PgRT6m"] .collage__item {
  border-radius: 12px !important;
  overflow: hidden !important;
  position: relative !important;
}

/* Images et vidéos — cover propre */
[id$="__collage_TN4jpq"] img,
[id$="__collage_TN4jpq"] video,
[id$="__collage_TN4jpq"] iframe,
[id$="__collage_PgRT6m"] img,
[id$="__collage_PgRT6m"] video,
[id$="__collage_PgRT6m"] iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 12px !important;
}

/* Hover sur les médias */
[id$="__collage_TN4jpq"] .collage__item,
[id$="__collage_PgRT6m"] .collage__item {
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  cursor: pointer !important;
}

[id$="__collage_TN4jpq"] .collage__item:hover,
[id$="__collage_PgRT6m"] .collage__item:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.4) !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  [id$="__collage_TN4jpq"] .collage,
  [id$="__collage_TN4jpq"] [class*="collage"],
  [id$="__collage_PgRT6m"] .collage,
  [id$="__collage_PgRT6m"] [class*="collage"] {
    grid-template-columns: 1fr !important;
    max-height: none !important;
    padding: 0 16px 32px !important;
  }
}

/* ============================================
   FOOTER — Premium
   ============================================ */

/* Gradient métallisé */
#shopify-section-sections--21244955427070__footer_top {
  background: radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.05) 0%, transparent 70%),
              linear-gradient(135deg, #061e3a 0%, #0a3a67 40%, #124a7a 70%, #0a3a67 100%) !important;
  border-top: 3px solid #dc2626 !important;
}

/* Hover liens footer */
#shopify-section-sections--21244955427070__footer_top a:hover {
  color: #dc2626 !important;
  transition: color 0.2s ease;
}

.noxor-footer-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  margin-top: 24px;
}

.noxor-footer-copy a {
  color: rgba(255,255,255,0.5) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.noxor-footer-copy a:hover {
  color: #dc2626 !important;
}

@media screen and (max-width: 749px) {
  .noxor-footer-copy {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 16px 20px;
  }
}

/* ============================================
   ABOUT US — Built on Innovation
   ============================================ */

/* Animations story_section_1 gérées par noxor-about.js */

/* H2 styling */
[id$="__story_section_1"] .heading .title {
  color: #0a3a67 !important;
  border-left: 4px solid #dc2626;
  padding-left: 16px;
  line-height: 1.2;
}

/* Body text */
[id$="__story_section_1"] .image-with-text__text.rte p {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Image rounded corners */
[id$="__story_section_1"] img {
  border-radius: 16px !important;
  overflow: hidden !important;
}

[id$="__story_section_1"] .image-with-text__image-wrapper,
[id$="__story_section_1"] .image-with-text__media,
[id$="__story_section_1"] .media {
  border-radius: 16px !important;
  overflow: hidden !important;
}

/* Stats bar */
.noxor-about-stats {
  display: flex;
  gap: 24px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.noxor-about-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.noxor-about-stat__value {
  font-size: 2rem;
  font-weight: 800;
  color: #0a3a67;
  line-height: 1;
}

.noxor-about-stat__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 600;
}

@media screen and (max-width: 749px) {
  .noxor-about-stats {
    gap: 16px;
  }
  .noxor-about-stat__value {
    font-size: 1.6rem;
  }
}

/* ============================================
   ABOUT US — Stats 4 colonnes (Why Noxor)
   Même style que Trusted Across America
   ============================================ */

[id$="__multicolumn_Cr4Xck"] {
  background: radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.05) 0%, transparent 70%),
              linear-gradient(135deg, #061e3a 0%, #0a3a67 40%, #124a7a 70%, #0a3a67 100%) !important;
  padding: 64px 0 !important;
}

/* Titre centré blanc */
[id$="__multicolumn_Cr4Xck"] h2 {
  color: #ffffff !important;
  font-weight: 800 !important;
  text-align: center !important;
}

[id$="__multicolumn_Cr4Xck"] .heading._before::before,
[id$="__multicolumn_Cr4Xck"] .heading._before::after {
  background-color: rgba(255,255,255,0.25) !important;
}

/* Cards transparentes */
[id$="__multicolumn_Cr4Xck"] .multicolumn-card,
[id$="__multicolumn_Cr4Xck"] .multicolumn-card__content,
[id$="__multicolumn_Cr4Xck"] .multicolumn-list__item,
[id$="__multicolumn_Cr4Xck"] .grid__item,
[id$="__multicolumn_Cr4Xck"] * {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Icônes rouges */
[id$="__multicolumn_Cr4Xck"] .multicolumn-card__image-wrapper svg,
[id$="__multicolumn_Cr4Xck"] .multicolumn-card__image-wrapper img,
[id$="__multicolumn_Cr4Xck"] .icon {
  color: #dc2626 !important;
  fill: #dc2626 !important;
  filter: none !important;
}

/* Titres et textes blancs */
[id$="__multicolumn_Cr4Xck"] .multicolumn-card__content h3,
[id$="__multicolumn_Cr4Xck"] .multicolumn-card__content .title {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
}

[id$="__multicolumn_Cr4Xck"] .multicolumn-card__content p,
[id$="__multicolumn_Cr4Xck"] .multicolumn-card__content .rte {
  color: rgba(255,255,255,0.7) !important;
  font-size: 0.9rem !important;
}

/* Séparateurs verticaux entre colonnes */
[id$="__multicolumn_Cr4Xck"] .multicolumn-list__item:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.1) !important;
}

/* Hover icône pulse */
[id$="__multicolumn_Cr4Xck"] .multicolumn-card:hover .multicolumn-card__image-wrapper {
  transform: scale(1.1) !important;
  transition: transform 0.3s ease !important;
}

[id$="__multicolumn_Cr4Xck"] .multicolumn-card__image-wrapper {
  transition: transform 0.3s ease !important;
}

/* ============================================
   ABOUT US — story_section_2 (Built for American Climate)
   ============================================ */

[id$="__story_section_2"] img {
  border-radius: 16px !important;
}

[id$="__story_section_2"] .image-text__media,
[id$="__story_section_2"] .media {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 24px 64px rgba(10, 58, 103, 0.15) !important;
}

[id$="__story_section_2"] h2 {
  color: #0a3a67 !important;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem) !important;
  font-weight: 800 !important;
  border-left: 4px solid #dc2626 !important;
  padding-left: 16px !important;
  line-height: 1.2 !important;
  margin-bottom: 24px !important;
}

[id$="__story_section_2"] .image-text__text p:first-child {
  font-size: 1.05rem !important;
  color: #334155 !important;
  line-height: 1.75 !important;
}

[id$="__story_section_2"] .image-text__text p {
  font-size: 0.95rem !important;
  color: #64748b !important;
  line-height: 1.7 !important;
}

/* ============================================
   ABOUT US — Stats Section
   ============================================ */

[id$="__stats_section"] {
  background: radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.05) 0%, transparent 70%),
              linear-gradient(135deg, #061e3a 0%, #0a3a67 40%, #124a7a 70%, #0a3a67 100%) !important;
}

[id$="__stats_section"] .multicolumn-card,
[id$="__stats_section"] .multicolumn-card__content,
[id$="__stats_section"] .multicolumn-list__item,
[id$="__stats_section"] .grid__item,
[id$="__stats_section"] * {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

[id$="__stats_section"] .multicolumn-list__item:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.1) !important;
}

/* Chiffres — blancs */
[id$="__stats_section"] h3.title {
  color: #ffffff !important;
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 900 !important;
  text-shadow: 0 2px 20px rgba(255,255,255,0.1) !important;
}

/* Ligne rouge accent sous chaque chiffre */
[id$="__stats_section"] h3.title::after {
  content: '' !important;
  display: block !important;
  width: 64px !important;
  height: 3px !important;
  background: #dc2626 !important;
  margin: 10px auto 0 !important;
  border-radius: 2px !important;
}

/* Sous-titre — blanc */
[id$="__stats_section"] .sub_title {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

/* Texte descriptif */
[id$="__stats_section"] .rte.text p {
  color: rgba(255,255,255,0.6) !important;
  font-size: 0.85rem !important;
}

/* Scroll reveal — état initial */
[id$="__stats_section"] .multicolumn-list__item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.4,0,0.2,1),
              transform 0.6s cubic-bezier(0.4,0,0.2,1);
}

[id$="__stats_section"] .multicolumn-list__item.noxor-visible {
  opacity: 1;
  transform: translateY(0);
}

[id$="__story_section_1"] {
  padding-bottom: 40px !important;
}

[id$="__story_section_1"] .image-text {
  align-items: center !important;
}

[id$="__story_section_1"] .image-text__media {
  max-width: 380px !important;
  width: 380px !important;
  margin: 0 auto !important;
  align-self: center !important;
}

[id$="__story_section_1"] .image-text__media img {
  width: 100% !important;
  height: auto !important;
  max-width: 380px !important;
}

/* ============================================
   ABOUT US — Testimonials
   ============================================ */

[id$="__testimonials"] {
  background: #ffffff !important;
}

[id$="__testimonials"] .dynamic-page-width {
  background: #ffffff !important;
}

/* Cards bleues premium */
[id$="__testimonials"] .testimonial-inner {
  background: #0a3a67 !important;
  border-radius: 12px !important;
  border: none !important;
  border-left: 4px solid #dc2626 !important;
  padding: 28px 24px !important;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.4,0,0.2,1),
              transform 0.6s cubic-bezier(0.4,0,0.2,1) !important;
}

[id$="__testimonials"] .testimonial-inner.noxor-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

[id$="__testimonials"] .testimonial-inner:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(10, 58, 103, 0.2) !important;
}

/* Auteur */
[id$="__testimonials"] .author {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
}

/* Location */
[id$="__testimonials"] .location {
  color: rgba(255,255,255,0.5) !important;
  font-size: 0.8rem !important;
}

/* Texte */
[id$="__testimonials"] .text.rte p,
[id$="__testimonials"] .text.rte {
  color: rgba(255,255,255,0.85) !important;
  font-size: 0.92rem !important;
  line-height: 1.7 !important;
  font-style: italic !important;
}

/* Étoiles rouges */
[id$="__testimonials"] .stars,
[id$="__testimonials"] [class*="star"] {
  color: #dc2626 !important;
  fill: #dc2626 !important;
}

/* Titre */
[id$="__testimonials"] h2.title {
  color: #0a3a67 !important;
  font-weight: 800 !important;
}

/* Slider smooth transition */
[id$="__testimonials"] .slider {
  scroll-behavior: smooth !important;
  scroll-snap-type: x mandatory !important;
}

[id$="__testimonials"] .testimonial.slider__slide {
  scroll-snap-align: start !important;
  transition: opacity 0.5s cubic-bezier(0.4,0,0.2,1) !important;
}

/* Flèches premium */
[id$="__testimonials"] .slider__button {
  background: #0a3a67 !important;
  border: none !important;
  border-radius: 50% !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
  box-shadow: 0 4px 16px rgba(10,58,103,0.2) !important;
}

[id$="__testimonials"] .slider__button:hover {
  background: #dc2626 !important;
  transform: scale(1.08) !important;
}

[id$="__testimonials"] .slider__button svg,
[id$="__testimonials"] .slider__button .icon {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

/* ============================================
   ABOUT US — Newsletter Section
   ============================================ */

[id$="__1764782413803e4d6a"] {
  position: relative !important;
}

/* Overlay natif — opacité augmentée */
[id$="__1764782413803e4d6a"] [class*="ai-newsletter-overlay"] {
  opacity: 0.75 !important;
  background: #061e3a !important;
}

/* Titre */
[id$="__1764782413803e4d6a"] h2,
[id$="__1764782413803e4d6a"] .title {
  color: #ffffff !important;
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3) !important;
}

/* Sous-titre */
[id$="__1764782413803e4d6a"] p,
[id$="__1764782413803e4d6a"] .description {
  color: rgba(255,255,255,0.85) !important;
  font-size: 1rem !important;
}

/* Input email */
[id$="__1764782413803e4d6a"] input[type="email"],
[id$="__1764782413803e4d6a"] input[type="text"] {
  background: rgba(255,255,255,0.12) !important;
  border: 1.5px solid rgba(255,255,255,0.4) !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  padding: 14px 20px !important;
  font-size: 0.95rem !important;
  backdrop-filter: blur(4px) !important;
  transition: border 0.2s ease, background 0.2s ease !important;
}

[id$="__1764782413803e4d6a"] input[type="email"]::placeholder {
  color: rgba(255,255,255,0.55) !important;
}

[id$="__1764782413803e4d6a"] input[type="email"]:focus {
  border-color: #ffffff !important;
  background: rgba(255,255,255,0.18) !important;
  outline: none !important;
}

/* Bouton Subscribe */
[id$="__1764782413803e4d6a"] button,
[id$="__1764782413803e4d6a"] input[type="submit"],
[id$="__1764782413803e4d6a"] .button {
  background: #dc2626 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 14px 32px !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
  cursor: pointer !important;
}

[id$="__1764782413803e4d6a"] button:hover,
[id$="__1764782413803e4d6a"] input[type="submit"]:hover {
  background: #b91c1c !important;
  transform: scale(1.03) !important;
}

/* Badge confiance sous le form */
[id$="__1764782413803e4d6a"] .newsletter-form__message,
[id$="__1764782413803e4d6a"] small {
  color: rgba(255,255,255,0.5) !important;
  font-size: 0.75rem !important;
  text-align: center !important;
  margin-top: 12px !important;
}

/* Spécificité maximale — ID + class wildcard */
#shopify-section-template--21244955787518__1764782413803e4d6a [class*="ai-newsletter-overlay"] {
  opacity: 0.75 !important;
  background-color: #061e3a !important;
}

#shopify-section-template--21244955787518__1764782413803e4d6a h2,
#shopify-section-template--21244955787518__1764782413803e4d6a [class*="heading"] {
  color: #ffffff !important;
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  font-weight: 800 !important;
}

#shopify-section-template--21244955787518__1764782413803e4d6a input[type="email"] {
  background: rgba(255,255,255,0.12) !important;
  border: 1.5px solid rgba(255,255,255,0.4) !important;
  color: #ffffff !important;
  border-radius: 6px !important;
}

#shopify-section-template--21244955787518__1764782413803e4d6a button,
#shopify-section-template--21244955787518__1764782413803e4d6a [class*="button"] {
  background: #dc2626 !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

/* ============================================
   PARTNERSHIPS — Hero Banner
   ============================================ */

/* Overlay gradient sur toute l'image */
[id$="__image_banner_7CYwyx"] .banner::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    135deg,
    rgba(6, 30, 58, 0.75) 0%,
    rgba(6, 30, 58, 0.45) 50%,
    rgba(6, 30, 58, 0.25) 100%
  ) !important;
  z-index: 1 !important;
}

/* Retire la glassmorphism box */
[id$="__image_banner_7CYwyx"] .banner__content {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 2 !important;
}

/* Titre */
[id$="__image_banner_7CYwyx"] .banner__heading {
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3) !important;
  margin-bottom: 16px !important;
}

/* Sous-titre */
[id$="__image_banner_7CYwyx"] .banner__subheading,
[id$="__image_banner_7CYwyx"] p {
  color: rgba(255,255,255,0.88) !important;
  font-size: clamp(0.95rem, 1.5vw, 1.15rem) !important;
  max-width: 600px !important;
  margin: 0 auto 32px !important;
  line-height: 1.65 !important;
}

/* Boutons */
[id$="__image_banner_7CYwyx"] .banner__buttons {
  display: flex !important;
  gap: 16px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

[id$="__image_banner_7CYwyx"] .button--primary {
  background: #dc2626 !important;
  color: #ffffff !important;
  border: 2px solid #dc2626 !important;
  padding: 15px 32px !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  border-radius: 6px !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
}

[id$="__image_banner_7CYwyx"] .button--primary:hover {
  background: #b91c1c !important;
  border-color: #b91c1c !important;
  transform: scale(1.03) !important;
}

[id$="__image_banner_7CYwyx"] .button--secondary {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid rgba(255,255,255,0.7) !important;
  padding: 15px 32px !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  border-radius: 6px !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
}

[id$="__image_banner_7CYwyx"] .button--secondary:hover {
  background: rgba(255,255,255,0.12) !important;
  border-color: #ffffff !important;
  transform: scale(1.03) !important;
}

/* Animations au load */
[id$="__image_banner_7CYwyx"] .banner__heading,
[id$="__image_banner_7CYwyx"] .banner__subheading,
[id$="__image_banner_7CYwyx"] .banner__buttons {
  opacity: 0;
  transform: translateY(28px);
  animation: noxorBannerReveal 0.8s cubic-bezier(0.4,0,0.2,1) forwards;
}

[id$="__image_banner_7CYwyx"] .banner__heading {
  animation-delay: 0.1s;
}

[id$="__image_banner_7CYwyx"] .banner__subheading {
  animation-delay: 0.3s;
}

[id$="__image_banner_7CYwyx"] .banner__buttons {
  animation-delay: 0.5s;
}

@keyframes noxorBannerReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

[id$="__image_banner_7CYwyx"] .banner__heading {
  white-space: nowrap !important;
  font-size: clamp(1.4rem, 3vw, 2.8rem) !important;
}

/* ============================================
   CONTACT — Hero Banner
   ============================================ */

[id$="__hero_banner"] .banner::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    135deg,
    rgba(6, 30, 58, 0.75) 0%,
    rgba(6, 30, 58, 0.45) 50%,
    rgba(6, 30, 58, 0.25) 100%
  ) !important;
  z-index: 1 !important;
}

[id$="__hero_banner"] .banner__content {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 2 !important;
}

[id$="__hero_banner"] .banner__heading {
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3) !important;
  margin-bottom: 16px !important;
  opacity: 0;
  transform: translateY(28px);
  animation: noxorBannerReveal 0.8s cubic-bezier(0.4,0,0.2,1) 0.1s forwards !important;
}

[id$="__hero_banner"] .banner__subheading,
[id$="__hero_banner"] .banner__subheading p {
  color: rgba(255,255,255,0.88) !important;
  font-size: clamp(0.95rem, 1.5vw, 1.15rem) !important;
  opacity: 0;
  transform: translateY(28px);
  animation: noxorBannerReveal 0.8s cubic-bezier(0.4,0,0.2,1) 0.3s forwards !important;
}

/* ============================================
   CONTACT — Form
   ============================================ */

[id$="__form"] {
  background: #ffffff !important;
}

[id$="__form"] .contact__container,
[id$="__form"] .contact__form {
  background: #ffffff !important;
}

[id$="__form"] h2 {
  color: #0a3a67 !important;
  font-size: clamp(1.4rem, 2.5vw, 2rem) !important;
  font-weight: 800 !important;
  border-left: 4px solid #dc2626 !important;
  padding-left: 16px !important;
  margin-bottom: 32px !important;
}

[id$="__form"] .field input,
[id$="__form"] .field textarea {
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 0.9rem !important;
  color: #334155 !important;
  background: #ffffff !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

[id$="__form"] .field input:focus,
[id$="__form"] .field textarea:focus {
  border-color: #0a3a67 !important;
  box-shadow: 0 0 0 3px rgba(10,58,103,0.1) !important;
  outline: none !important;
}

[id$="__form"] .field label {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  color: #64748b !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

[id$="__form"] .button.contact__button {
  background: #dc2626 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 15px 48px !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
  width: auto !important;
}

[id$="__form"] .button.contact__button:hover {
  background: #b91c1c !important;
  transform: scale(1.02) !important;
}

[id$="__form"] .contact-form {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1),
              transform 0.7s cubic-bezier(0.4,0,0.2,1) !important;
}

[id$="__form"] .contact-form.noxor-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ============================================
   MOBILE-ONLY OVERRIDES (max-width: 749px)
   ============================================ */

/* 1 — Hide search bar on mobile (keep icon) */
@media (max-width: 749px) {
  .header__search .search {
    display: none !important;
  }
}

/* 2 — Center logo between hamburger & cart on mobile */
@media (max-width: 749px) {
  header.header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header.header .header__heading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }

  .header__heading img.header__heading-logo,
  .header__heading img.header__heading-logo_2 {
    max-width: 95px !important;
    height: auto !important;
  }
}

/* 3 — Featured Products → horizontal carousel on mobile */
@media (max-width: 749px) {

  [id$="__featured_product_list_bayDXV"] ul.products,
  [id$="__featured_product_list_bayDXV"] .products {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 12px !important;
    padding-bottom: 16px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  [id$="__featured_product_list_bayDXV"] .products::-webkit-scrollbar {
    display: none !important;
  }

  [id$="__featured_product_list_bayDXV"] .products > li.grid-item {
    flex: 0 0 calc(50% - 6px) !important;
    min-width: calc(50% - 6px) !important;
    scroll-snap-align: start !important;
  }

}

/* 4 — Fix overflow horizontal mobile */
@media (max-width: 749px) {
  html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  .shopify-section {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
}

/* 6 — CTA "Ready to Protect Your Roof?" title fix mobile */
@media (max-width: 749px) {
  [id$="__icons_bar"] h2,
  [id$="__icons_bar"] .title {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
}

/* 7 — Hamburger menu smooth animation mobile */
@media (max-width: 749px) {

  /* Drawer — closed state */
  .menu-drawer-container .menu-drawer {
    transform: translateX(-100%) !important;
    opacity: 0 !important;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.3s ease !important;
    will-change: transform !important;
  }

  /* Drawer — open state (details[open]) */
  .menu-drawer-container[open] .menu-drawer {
    transform: translateX(0) !important;
    opacity: 1 !important;
  }

  /* Overlay behind menu */
  .header-menu__overlay-element {
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: none !important;
  }

  header-drawer .menu-drawer-container[open] ~ .header-menu__overlay-element,
  .header-menu__overlay-element.is-visible {
    opacity: 1 !important;
    pointer-events: all !important;
  }

  /* Hamburger icon smooth transition */
  .header__icon--menu span,
  .menu-drawer-toggler span {
    transition: transform 0.3s ease,
                opacity 0.3s ease !important;
    display: block !important;
  }

}

/* 8 — Hide Compare & Log in from mobile menu drawer */
@media (max-width: 749px) {
  .menu-drawer li.item--compare {
    display: none !important;
  }
  .menu-drawer li.item--account {
    display: none !important;
  }
}

/* 9 — About Us hero mobile */
@media (max-width: 749px) {
  [id$="__hero_banner"] .banner {
    height: 50vh !important;
    max-height: 50vh !important;
    overflow: hidden !important;
  }
  [id$="__hero_banner"] .banner__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  [id$="__hero_banner"] .banner__heading {
    font-size: 1.8rem !important;
    text-align: center !important;
  }
  [id$="__hero_banner"] .banner__box {
    padding: 24px 20px !important;
    text-align: center !important;
  }
}

/* 10 — About Us story sections — card style mobile */
@media (max-width: 749px) {

  /* Card container */
  [id$="__story_section_1"],
  [id$="__story_section_2"] {
    background: white !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08) !important;
    margin: 16px !important;
  }

  /* Stack vertical — flex-direction column forces image on top */
  [id$="__story_section_1"] .dynamic-page-width,
  [id$="__story_section_2"] .dynamic-page-width {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
  }

  /* Image always first even if layout-text_first reverses on desktop */
  [id$="__story_section_1"] .image-media,
  [id$="__story_section_2"] .image-media {
    order: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Override the padding-bottom aspect-ratio trick — use fixed height */
  [id$="__story_section_1"] .image-media .media,
  [id$="__story_section_2"] .image-media .media {
    padding-bottom: 0 !important;
    height: 220px !important;
    overflow: hidden !important;
  }

  [id$="__story_section_1"] .image-media .media img,
  [id$="__story_section_2"] .image-media .media img {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  /* Text always second */
  [id$="__story_section_1"] .image-text,
  [id$="__story_section_2"] .image-text {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px 20px 28px !important;
    box-sizing: border-box !important;
  }

  /* Heading */
  [id$="__story_section_1"] .heading .title,
  [id$="__story_section_2"] .heading .title {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
    color: #0a3a67 !important;
  }

  /* Body text */
  [id$="__story_section_1"] .image-with-text__text,
  [id$="__story_section_2"] .image-with-text__text {
    font-size: 0.9rem !important;
    line-height: 1.7 !important;
    color: #374151 !important;
  }

  /* Stats inline */
  [id$="__story_section_1"] .noxor-about-stats,
  [id$="__story_section_2"] .noxor-about-stats {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1px !important;
    background: #e5e7eb !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    margin-top: 20px !important;
  }

  [id$="__story_section_1"] .noxor-about-stat,
  [id$="__story_section_2"] .noxor-about-stat {
    background: white !important;
    padding: 12px 8px !important;
    text-align: center !important;
  }

  [id$="__story_section_1"] .noxor-about-stat__val,
  [id$="__story_section_2"] .noxor-about-stat__val {
    font-size: 1.3rem !important;
    font-weight: 900 !important;
    color: #0a3a67 !important;
  }

  [id$="__story_section_1"] .noxor-about-stat__lbl,
  [id$="__story_section_2"] .noxor-about-stat__lbl {
    font-size: 0.58rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: #6b7280 !important;
    line-height: 1.3 !important;
  }

  /* CTA button */
  [id$="__story_section_1"] .action,
  [id$="__story_section_2"] .action {
    width: 100% !important;
    text-align: center !important;
    margin-top: 20px !important;
  }

  [id$="__story_section_1"] .action .button,
  [id$="__story_section_2"] .action .button {
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 0.8rem !important;
  }

}

