@charset "UTF-8";
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --oi-navy: #112548;
  --oi-navy-dark: #0d1b36;
  --oi-cyan: #00a0d2;
  --oi-cyan-dark: #008cb8;
  --oi-teal: #0c556f;
  --oi-teal-dark: #094558;
  --oi-orange: #f3aa2d;
  --oi-orange-dark: #d9951f;
  --oi-orange-light: #f5b942;
  --oi-green: #43CB9C;
  --oi-green-dark: #36b085;
  --oi-green-teal: #0c956f;
  --oi-green-bright: #4de8b0;
  --oi-best-bg: #D9D9D9;
  --oi-error: #dc3545;
  --oi-error-dark: #c0392b;
  --oi-error-alt: #e74c3c;
  --oi-black: #000000;
  --oi-charcoal: #23282d;
  --oi-text: #444444;
  --oi-text-light: #707070;
  --oi-text-muted: #c1c1c1;
  --oi-text-dark: #0d1f3c;
  --oi-text-mid: #4a6080;
  --oi-text-steel: #8da0b8;
  --oi-border: #ced4da;
  --oi-border-light: #c1c1c1;
  --oi-border-warm: #e2dfd8;
  --oi-light-gray: #f8f9fa;
  --oi-lighter-gray: #fafafa;
  --oi-white: #ffffff;
  --oi-surface-warm: #f5f3ef;
  --oi-surface-header: #fafaf8;
  --oi-ink-soft: #1c2130;
  --oi-navy-mid: #0f2040;
  --oi-cyan-bright: #00d4ff;
  --oi-cyan-light: #5ac8e0;
  --oi-slate: #64748b;
  --oi-slate-light: #94a3b8;
  --oi-slate-dark: #475569;
  --oi-font-primary: Neris, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, sans-serif;
  --oi-font-fallback: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  --oi-fs-xs: 0.75rem;
  --oi-fs-sm: 0.875rem;
  --oi-fs-base: 1.25rem;
  --oi-fs-md: 1.375rem;
  --oi-fs-lg: 1.5rem;
  --oi-fs-xl: 1.75rem;
  --oi-fs-2xl: 2.25rem;
  --oi-fs-3xl: 3rem;
  --oi-fs-h2: 3.75rem;
  --oi-fs-h1: 5.625rem;
  --oi-fw-light: 300;
  --oi-fw-regular: 400;
  --oi-fw-medium: 500;
  --oi-fw-semibold: 600;
  --oi-fw-bold: 700;
  --oi-fw-black: 900;
  --oi-lh-tight: 1.15;
  --oi-lh-heading: 1.2;
  --oi-lh-normal: 1.6;
  --oi-lh-relaxed: 1.8;
  --oi-container-width: 1200px;
  --oi-container-narrow:900px;
  --oi-gutter: 1.5rem;
  --oi-gap: 2rem;
  --oi-section-py: 5rem;
  --oi-radius-sm: 4px;
  --oi-radius: 7px;
  --oi-radius-lg: 16px;
  --oi-radius-pill: 50px;
  --oi-radius-circle: 50%;
  --oi-shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.06);
  --oi-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  --oi-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
  --oi-shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
  --oi-transition: 0.3s ease;
  --oi-transition-fast: 0.15s ease;
}

@font-face {
  font-family: "Neris";
  src: url("./fonts/Neris-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neris";
  src: url("./fonts/Neris-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neris";
  src: url("./fonts/Neris-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neris";
  src: url("./fonts/Neris-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #0c556f;
}
a:visited {
  color: #0c556f;
}
a:hover, a:focus, a:active {
  color: #112548;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 7px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# OpenIndus — Surcharge typographie de base (après base d'Underscore_)
--------------------------------------------------------------*/
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #444444;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  font-weight: 300;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  --oi-page-bg: #ffffff;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#primary {
  flex: 1 1 auto;
}

.site-footer {
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce-account:not(.logged-in):not(.oi-lost-password) {
  --oi-page-bg: #1a1a1a;
}

body.post-type-archive-product {
  --oi-page-bg: #f8f9fa;
}

body.single-product {
  --oi-page-bg: #f8fafc;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  color: #112548;
  margin: 0 0 1rem;
}

h1 {
  font-size: 5.625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 3.75rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

h6 {
  font-size: 0.875rem;
  font-weight: 600;
}

p {
  margin: 0 0 1rem;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.8;
}

strong, b {
  font-weight: 700;
}

small {
  font-size: 0.875rem;
}

:focus-visible {
  outline: 2px solid #0c556f;
  outline-offset: 2px;
  border-radius: 3px;
}

:focus:not(:focus-visible) {
  outline: none;
}

a {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  color: #0c556f;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover, a:focus {
  color: #00a0d2;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 900;
  color: #112548;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.section-title--center {
  text-align: center;
}
.section-title--white {
  color: #ffffff;
}

.section-container,
.header-container,
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-narrow {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.content-section {
  margin-bottom: 60px;
  padding: 0;
  background-color: #ffffff;
}

.content-text {
  display: flex;
  flex-direction: column;
}
.content-text p {
  font-size: 1rem;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

.section-gray-bg {
  background: #f8f9fa;
  border-radius: 6px;
  padding: 25px 15px;
}

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

/*--------------------------------------------------------------
# OpenIndus — Système de boutons unifié
--------------------------------------------------------------*/
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, .btn-dark, .btn-ghost, .btn-outline, .btn-secondary, .btn-primary, .woocommerce .checkout-button,
.woocommerce a.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 28px;
  border: 2px solid transparent;
  border-radius: 7px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
  outline: none;
  position: relative;
  overflow: hidden;
}
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible, .btn-dark:focus-visible, .btn-ghost:focus-visible, .btn-outline:focus-visible, .btn-secondary:focus-visible, .btn-primary:focus-visible, .woocommerce .checkout-button:focus-visible {
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.25);
}
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled, .btn-dark:disabled, .btn-ghost:disabled, .btn-outline:disabled, .btn-secondary:disabled, .btn-primary:disabled, .woocommerce .checkout-button:disabled, .woocommerce a.disabled.button,
.woocommerce button.disabled.button,
.woocommerce input.disabled.button, .disabled.btn-dark, .disabled.btn-ghost, .disabled.btn-outline, .disabled.btn-secondary, .disabled.btn-primary, .woocommerce .disabled.checkout-button {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}
.woocommerce a.button svg,
.woocommerce button.button svg,
.woocommerce input.button svg, .btn-dark svg, .btn-ghost svg, .btn-outline svg, .btn-secondary svg, .btn-primary svg, .woocommerce .checkout-button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.btn-primary, .woocommerce .checkout-button,
.woocommerce a.checkout-button {
  background-color: #f3aa2d;
  color: #ffffff;
  border-color: #f3aa2d;
  box-shadow: 0 4px 16px rgba(243, 170, 45, 0.3);
}
.btn-primary, .woocommerce .checkout-button,
.woocommerce a.checkout-button, .btn-primary:visited, .woocommerce .checkout-button:visited, .btn-primary:active, .woocommerce .checkout-button:active {
  color: #ffffff;
}
.btn-primary:hover, .woocommerce .checkout-button:hover, .btn-primary:focus, .woocommerce .checkout-button:focus {
  background-color: #f5b942;
  border-color: #f5b942;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(243, 170, 45, 0.4);
}
.btn-primary:active, .woocommerce .checkout-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 16px rgba(243, 170, 45, 0.3);
}

.btn-secondary {
  background-color: #43CB9C;
  color: #ffffff;
  border-color: #43CB9C;
  box-shadow: 0 4px 16px rgba(67, 203, 156, 0.25);
}
.btn-secondary, .btn-secondary:visited, .btn-secondary:active {
  color: #ffffff;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #36b085;
  border-color: #36b085;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(67, 203, 156, 0.35);
}
.btn-secondary:active {
  transform: translateY(0);
  box-shadow: 0 4px 16px rgba(67, 203, 156, 0.25);
}

.btn-outline {
  background-color: transparent;
  color: #ffffff;
  border-color: #0c556f;
  background-color: #0c556f;
  box-shadow: 0 4px 16px rgba(12, 85, 111, 0.25);
}
.btn-outline, .btn-outline:visited, .btn-outline:active {
  color: #ffffff;
}
.btn-outline:hover, .btn-outline:focus {
  background-color: transparent;
  color: #0c556f;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(12, 85, 111, 0.35);
}
.btn-outline:active {
  transform: translateY(0);
  box-shadow: 0 4px 16px rgba(12, 85, 111, 0.25);
}

.btn-ghost {
  background-color: transparent;
  color: #0c556f;
  border-color: #0c556f;
  box-shadow: 0 4px 16px rgba(12, 85, 111, 0.2);
}
.btn-ghost, .btn-ghost:visited, .btn-ghost:active {
  color: #0c556f;
}
.btn-ghost:hover, .btn-ghost:focus {
  background-color: #0c556f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(12, 85, 111, 0.3);
}
.btn-ghost:active {
  transform: translateY(0);
  box-shadow: 0 4px 16px rgba(12, 85, 111, 0.2);
}

.btn-dark {
  background-color: #112548;
  color: #ffffff;
  border-color: #112548;
  box-shadow: 0 4px 16px rgba(17, 37, 72, 0.25);
}
.btn-dark, .btn-dark:visited, .btn-dark:active {
  color: #ffffff;
}
.btn-dark:hover, .btn-dark:focus {
  background-color: #0c556f;
  border-color: #0c556f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(17, 37, 72, 0.35);
}
.btn-dark:active {
  transform: translateY(0);
  box-shadow: 0 4px 16px rgba(17, 37, 72, 0.25);
}

.btn-sm {
  padding: 10px 20px;
  font-size: 0.875rem;
  border-radius: 4px;
}
.btn-sm svg {
  width: 14px;
  height: 14px;
}

.btn-lg, .woocommerce .checkout-button,
.woocommerce a.checkout-button {
  padding: 18px 36px;
  font-size: 1rem;
  border-radius: 7px;
  letter-spacing: 0.04em;
}

.btn-full, .woocommerce .checkout-button,
.woocommerce a.checkout-button {
  width: 100%;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #0c556f;
  color: #ffffff;
  border-color: #0c556f;
  box-shadow: none;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #094558;
  border-color: #094558;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(12, 85, 111, 0.2);
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #f3aa2d;
  color: #ffffff;
  border-color: #f3aa2d;
  box-shadow: 0 4px 16px rgba(243, 170, 45, 0.3);
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #f5b942;
  border-color: #f5b942;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(243, 170, 45, 0.4);
}
/*--------------------------------------------------------------
# Composants du thème OpenIndus
--------------------------------------------------------------*/
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: visible;
}

#header-spacer {
  width: 100%;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 0;
}

.site-header__navbar {
  padding: 12px 0;
  background-color: #fafafa;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.09);
  transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__navbar.no-transition {
  transition: none !important;
}

.site-header__container {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-header__brand {
  display: flex;
  flex-shrink: 0;
  width: 200px;
  max-width: 42vw;
  margin-right: 2rem;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: inherit;
  outline: none;
}
.site-header__brand, .site-header__brand:visited, .site-header__brand:hover, .site-header__brand:focus, .site-header__brand:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.site-header__brand svg {
  width: 100%;
  height: auto;
}
.site-header__brand:hover {
  opacity: 0.85;
}

.site-header__brand-text {
  font-size: 1.6rem;
  font-weight: 900;
  color: #112548;
  letter-spacing: -0.02em;
}

.site-header__collapse {
  flex: 1;
  min-width: 0;
}

.site-header__collapse-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header__nav,
#primary-menu {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}
.site-header__nav li,
#primary-menu li {
  list-style: none;
  margin: 0;
  white-space: nowrap;
}
.site-header__nav a,
#primary-menu a {
  display: block;
  padding: 6px 14px;
  font-size: 1rem;
  font-weight: 500;
  color: #112548;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease, color 0.3s ease, font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__nav a, .site-header__nav a:visited,
#primary-menu a,
#primary-menu a:visited {
  color: #112548;
  text-decoration: none;
}
.site-header__nav a:hover, .site-header__nav a:focus,
#primary-menu a:hover,
#primary-menu a:focus {
  color: rgb(7.2584269663, 15.797752809, 30.7415730337);
  border-bottom-color: #112548;
  text-decoration: none;
  outline: none;
}
.site-header__nav .menu-item-has-children > a,
#primary-menu .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.site-header__nav .menu-item-has-children > a::after,
#primary-menu .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.5;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.site-header__nav .menu-item-has-children:hover > a::after,
#primary-menu .menu-item-has-children:hover > a::after {
  transform: rotate(-135deg) translateY(-1px);
  opacity: 0.85;
}
.site-header__nav .sub-menu,
#primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  min-width: 200px;
}
.site-header__nav .sub-menu li,
#primary-menu .sub-menu li {
  margin: 0;
}
.site-header__nav .sub-menu a,
#primary-menu .sub-menu a {
  padding: 8px 16px;
  font-size: 0.9rem;
  border-bottom: none;
}
.site-header__nav .sub-menu a:hover,
#primary-menu .sub-menu a:hover {
  background-color: #f8f9fa;
  color: #112548;
}
.site-header__nav li:hover > .sub-menu,
.site-header__nav li.focus > .sub-menu,
#primary-menu li:hover > .sub-menu,
#primary-menu li.focus > .sub-menu {
  display: block;
}
.site-header__nav li,
#primary-menu li {
  position: relative;
}
.site-header__nav .current-menu-item > a,
.site-header__nav .current_page_item > a,
#primary-menu .current-menu-item > a,
#primary-menu .current_page_item > a {
  border-bottom-color: #f3aa2d;
  font-weight: 600;
}

.site-header__btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 20px;
  padding: 0 20px;
  height: 38px;
  background: #112548;
  color: #ffffff;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 7px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.18s, box-shadow 0.18s, transform 0.15s, height 0.3s cubic-bezier(0.4, 0, 0.2, 1), font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(17, 37, 72, 0.22);
  white-space: nowrap;
}
.site-header__btn-contact, .site-header__btn-contact:visited {
  color: #ffffff;
  text-decoration: none;
}
.site-header__btn-contact:hover {
  background: rgb(24.793258427, 53.9617977528, 105.006741573);
  box-shadow: 0 4px 16px rgba(17, 37, 72, 0.28);
  transform: translateY(-1px);
  color: #ffffff;
  text-decoration: none;
}
.site-header__btn-contact:active {
  transform: translateY(0);
}
.site-header__btn-contact svg {
  width: 15px;
  height: 15px;
  stroke: rgba(255, 255, 255, 0.9);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.site-header__divider {
  width: 1px;
  height: 24px;
  background: #d2d6e0;
  margin: 0 20px;
  flex-shrink: 0;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 20px;
  flex-shrink: 0;
}

.site-header__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 1rem;
  color: #112548;
  text-decoration: none;
  border-radius: 50%;
  transition: color 0.3s ease, background-color 0.3s ease, width 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.3s cubic-bezier(0.4, 0, 0.2, 1), font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__action-link, .site-header__action-link:visited {
  color: #112548;
}
.site-header__action-link:hover, .site-header__action-link:focus, .site-header__action-link:active {
  color: #ffffff;
  background-color: #112548;
  text-decoration: none;
  outline: none;
}
.site-header__action-link:hover i,
.site-header__action-link:hover svg, .site-header__action-link:focus i,
.site-header__action-link:focus svg, .site-header__action-link:active i,
.site-header__action-link:active svg {
  color: #ffffff;
  fill: #ffffff;
}
.site-header__action-link--shop {
  display: none;
}
.site-header__action-link--cart {
  position: relative;
}

.site-header__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: transform 0.3s ease;
  cursor: default;
}
.site-header__flag svg {
  display: block;
  width: 16px;
  height: 16px;
}

.header__cart-count {
  position: absolute;
  top: -2px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background-color: #f3aa2d;
  border-radius: 9px;
}

.site-header__user {
  position: relative;
  margin-left: 4px;
}

.site-header__user-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  box-sizing: border-box;
  padding: 0 12px 0 4px;
  border-radius: 50px;
  text-decoration: none;
  color: #112548;
  background: rgba(17, 37, 72, 0.04);
  border: 1.5px solid rgba(17, 37, 72, 0.08);
  transition: all 0.25s ease;
  cursor: pointer;
}
.site-header__user-toggle:hover {
  background: rgba(17, 37, 72, 0.08);
  border-color: rgba(17, 37, 72, 0.15);
  box-shadow: 0 2px 12px rgba(17, 37, 72, 0.08);
}

.site-header__user-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00a0d2, #0c556f);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  flex-shrink: 0;
  line-height: 1;
  overflow: hidden;
}

.site-header__user-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
  display: block;
}

.site-header__user-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: #112548;
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header__user-chevron {
  width: 10px;
  height: 10px;
  color: rgba(17, 37, 72, 0.4);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.site-header__user:hover .site-header__user-chevron {
  transform: rotate(180deg);
}

.site-header__user-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  padding: 8px 0;
  background: #ffffff;
  border: 1px solid rgba(17, 37, 72, 0.08);
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(17, 37, 72, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 1000;
}
.site-header__user-dropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-top: 1px solid rgba(17, 37, 72, 0.08);
  border-left: 1px solid rgba(17, 37, 72, 0.08);
  transform: rotate(45deg);
  border-radius: 2px 0 0 0;
}
.site-header__user-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #112548;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.site-header__user-dropdown a svg {
  flex-shrink: 0;
  color: rgba(17, 37, 72, 0.4);
  transition: color 0.15s ease;
}
.site-header__user-dropdown a:hover {
  background: rgba(0, 160, 210, 0.06);
  color: #00a0d2;
}
.site-header__user-dropdown a:hover svg {
  color: #00a0d2;
}
.site-header__user-dropdown .site-header__user-logout {
  margin-top: 4px;
  border-top: 1px solid rgba(17, 37, 72, 0.06);
  padding-top: 12px;
}
.site-header__user-dropdown .site-header__user-logout:hover {
  background: rgba(229, 62, 62, 0.05);
  color: #e53e3e;
}
.site-header__user-dropdown .site-header__user-logout:hover svg {
  color: #e53e3e;
}

.site-header__user:hover .site-header__user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header__hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-left: 0.75rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  -webkit-tap-highlight-color: transparent;
  border-radius: 7px;
  transition: background 0.2s;
  position: relative;
}
.site-header__hamburger:hover {
  background: rgba(17, 37, 72, 0.06);
}

.burger-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 20px;
}
.burger-lines span {
  display: block;
  height: 2px;
  background: #112548;
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s, width 0.3s;
  transform-origin: center;
}
.burger-lines span:nth-child(1) {
  width: 20px;
}
.burger-lines span:nth-child(2) {
  width: 14px;
}
.burger-lines span:nth-child(3) {
  width: 20px;
}

.site-header__hamburger.open .burger-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  width: 20px;
}
.site-header__hamburger.open .burger-lines span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.site-header__hamburger.open .burger-lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  width: 20px;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 37, 72, 0.35);
  backdrop-filter: blur(2px);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.mobile-menu-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  max-width: 85vw;
  background: #ffffff;
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
  padding-top: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu.open {
  transform: translateX(0);
}

.mobile-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #ced4da;
  background: #fafafa;
  flex-shrink: 0;
}

.mobile-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0c556f;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}

.mobile-user-info strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #112548;
}
.mobile-user-info small {
  font-size: 12px;
  color: #707070;
}

.mobile-cart-preview {
  display: block;
  margin: 1rem 1.5rem;
  padding: 1rem;
  background: #0c556f;
  border-radius: 7px;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.2s;
}
.mobile-cart-preview:hover {
  background: #094558;
}

.mobile-cart-title {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0.5rem;
}

.mobile-cart-items {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.mobile-cart-item {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #ffffff;
}
.mobile-cart-item span:last-child {
  font-weight: 600;
}

.mobile-cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 0.75rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
}

.mobile-nav-section {
  padding: 0.75rem 0;
  border-bottom: 1px solid #ced4da;
}

.mobile-nav-section-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #707070;
  padding: 0.35rem 1.5rem 0.5rem;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.85rem 1.5rem;
  text-decoration: none;
  color: #112548;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  position: relative;
}
.mobile-nav-link, .mobile-nav-link:link, .mobile-nav-link:visited {
  color: #112548;
  text-decoration: none;
}
.mobile-nav-link:hover {
  background: #fafafa;
}
.mobile-nav-link.active {
  color: #0c556f;
  background: rgba(12, 85, 111, 0.06);
}
.mobile-nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 3px;
  background: #0c556f;
  border-radius: 0 3px 3px 0;
}
.mobile-nav-link.active .nav-link-icon {
  background: rgba(12, 85, 111, 0.1);
  color: #0c556f;
}
.mobile-nav-link .nav-link-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
  background: #fafafa;
  color: #707070;
}
.mobile-nav-link .nav-link-text {
  flex: 1;
}
.mobile-nav-link .nav-link-arrow {
  color: #c1c1c1;
}

.mobile-footer {
  padding: 1.25rem 1.5rem;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-footer-lang {
  display: flex;
  gap: 8px;
}

.lang-btn {
  padding: 0.35rem 0.7rem;
  border-radius: 7px;
  border: 1.5px solid #ced4da;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  background: #ffffff;
  color: #707070;
  transition: all 0.2s;
}
.lang-btn.active {
  border-color: #0c556f;
  color: #0c556f;
  background: rgba(12, 85, 111, 0.06);
}

.mobile-ssl-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #707070;
}
.mobile-ssl-badge svg {
  color: #43CB9C;
}

.site-header__navbar.is-compact {
  padding: 6px 0;
}
.site-header__navbar.is-compact .site-header__brand {
  width: 150px;
}
.site-header__navbar.is-compact .site-header__nav li a,
.site-header__navbar.is-compact #primary-menu li a {
  font-size: 0.85rem;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
}
.site-header__navbar.is-compact .site-header__btn-contact {
  height: 32px;
  font-size: 12.5px;
  padding: 0 16px;
}
.site-header__navbar.is-compact .site-header__divider {
  height: 20px;
}
.site-header__navbar.is-compact .site-header__action-link {
  font-size: 0.875rem;
  width: 32px;
  height: 32px;
}

.oi-breadcrumbs {
  background: #f5f3ef;
  border-bottom: 1px solid #e2dfd8;
  font-size: 13px;
  color: #707070;
}

.oi-breadcrumbs__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 24px;
}
.oi-breadcrumbs__inner a {
  color: #0c556f;
  font-weight: 400;
  text-decoration: none;
}
.oi-breadcrumbs__inner a:hover {
  text-decoration: underline;
}
.oi-breadcrumbs__inner .separator {
  margin: 0 6px;
  opacity: 0.5;
}
.oi-breadcrumbs__inner .last {
  color: #444444;
  font-weight: 600;
}

@media (max-width: 768px) {
  .site-header__brand {
    width: 160px;
  }
  .site-header__hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header__actions {
    margin-left: auto;
    gap: 0.5rem;
  }
  .site-header__btn-contact,
  .site-header__divider,
  .site-header__flag {
    display: none;
  }
  .site-header__collapse {
    display: none;
  }
  .site-header__user-name,
  .site-header__user-chevron {
    display: none;
  }
  .site-header__user-toggle {
    padding: 3px;
    border-radius: 50%;
    background: transparent;
    border-color: transparent;
  }
  .site-header__user-dropdown {
    right: -10px;
  }
  .site-header__action-link {
    font-size: 0.875rem;
    width: 32px;
    height: 32px;
  }
  .site-header__action-link--shop {
    display: inline-flex;
  }
}
.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.front-page {
  padding-bottom: 80px;
}
.front-page .section-title {
  font-size: 32px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  margin: 0 0 20px 0;
  color: #112548;
}

.tile-title {
  text-align: left;
  margin-bottom: 25px;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-hero,
.cta-bottom__btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 7px;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
}

.btn-hero {
  align-self: flex-start;
}

.btn-cta-orange {
  background-color: #f3aa2d;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  margin-top: 20px;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-cta-orange:hover {
  background-color: #d9951f;
  color: #ffffff;
}

.hero-section {
  padding: 0;
  background-color: transparent;
}

.hero-banner {
  margin-top: 60px;
  margin-bottom: 30px;
  background: linear-gradient(90deg, #112548 26%, #1B2746 77%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
  min-height: 400px;
  padding: 0;
}

.hero-banner__background {
  position: absolute;
  top: 0;
  left: 68%;
  z-index: 1;
  width: 40%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  border-radius: 0 10px 10px 0;
}
.hero-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  border-radius: 0 10px 10px 0;
}

.hero-banner__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
}

.hero-banner__text {
  color: #ffffff;
  padding: 60px 20px 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 19px;
  line-height: 1.6;
}
.hero-banner__text p {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.6;
}
.hero-banner__text strong {
  font-weight: 600;
}

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

.hero-banner__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 900;
  margin: 0 0 20px 0;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  text-decoration: none;
  background: none;
}
.hero-banner__title h1 {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  clear: none;
  letter-spacing: inherit;
  text-transform: inherit;
}

.hero-banner__subtitle {
  color: #ffffff;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 24px 0;
}
.hero-banner__subtitle p {
  margin: 0 0 10px 0;
  color: inherit;
  font-size: inherit;
}
.hero-banner__subtitle strong, .hero-banner__subtitle b {
  font-weight: 600;
  color: #ffffff;
}

.hero-banner__image-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 100%;
  overflow: visible;
}

.hero-banner__image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.hero-banner__image {
  position: absolute;
  width: 85%;
  max-width: none;
  height: auto;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
}

.bestsellers-section {
  margin-bottom: 60px;
  padding: 20px 0;
  background-color: transparent;
}

.bestsellers-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 1rem;
}

.bestsellers-section__catalog-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #707070;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}
.bestsellers-section__catalog-link:hover {
  color: #0c556f;
}

.best-seller-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  align-items: stretch;
}
@media (max-width: 768px) {
  .best-seller-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .best-seller-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.best-seller-card {
  background-color: #ffffff;
  border-radius: 7px;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  box-shadow: 0 2px 0 rgba(12, 85, 111, 0.12), 0 8px 24px rgba(17, 37, 72, 0.1);
  transform: translateY(0) translateZ(0);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
@media (hover: hover) {
  .best-seller-card:hover {
    box-shadow: 0 2px 0 rgba(12, 85, 111, 0.2), 0 20px 48px rgba(17, 37, 72, 0.14);
    transform: translateY(-3px) translateZ(0);
  }
  .best-seller-card:hover .best-seller-card__img-link img {
    transform: scale(1.04);
  }
}
.best-seller-card__header {
  background-color: #F2F2F2;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 16px;
}
.best-seller-card__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #112548;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-align: center;
  margin: 0 0 14px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  max-height: calc(2 * 1.3 * 1em);
  min-block-size: 2.6em;
  max-height: 2.8em;
  overflow-wrap: break-word;
}
.best-seller-card__img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #F2F2F2;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
}
.best-seller-card__img-link img {
  display: block;
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.best-seller-card__content {
  background-color: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 14px 16px 18px;
}
.best-seller-card__desc {
  font-size: 0.875rem;
  color: #444444;
  margin: 0 0 auto 0;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(3 * 1.5 * 1em);
}
.best-seller-card__btn {
  border-radius: 4px;
  padding: 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin-top: 16px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .best-seller-card {
    border-radius: 7px;
  }
  .best-seller-card__header {
    padding: 12px 12px 10px;
  }
  .best-seller-card__content {
    padding: 10px 12px 14px;
  }
  .best-seller-card__title {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    max-height: calc(2 * 1.3 * 1em);
    min-block-size: 2.6em;
    max-height: 2.8em;
  }
  .best-seller-card__desc {
    font-size: 0.78rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(2 * 1.4 * 1em);
  }
  .best-seller-card__btn {
    padding: 8px;
    font-size: clamp(0.55rem, 2.5vw, 0.75rem);
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .best-seller-card__header {
    padding: 10px 10px 8px;
  }
  .best-seller-card__content {
    padding: 8px 10px 12px;
  }
  .best-seller-card__title {
    margin-bottom: 8px;
    min-block-size: 2.6em;
    max-height: 2.8em;
  }
  .best-seller-card__desc {
    display: none;
  }
  .best-seller-card__btn {
    padding: 6px 8px;
    font-size: clamp(0.5rem, 2.2vw, 0.7rem);
    margin-top: 8px;
  }
}

.products-grid--dynamic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
@media (max-width: 992px) {
  .products-grid--dynamic {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .products-grid--dynamic {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.product-card {
  width: 100%;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(17, 37, 72, 0.06), 0 12px 40px rgba(17, 37, 72, 0.1);
  animation: cardRiseIn 0.65s cubic-bezier(0.22, 0.68, 0, 1.1) both;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 4px rgba(17, 37, 72, 0.06), 0 24px 60px rgba(17, 37, 72, 0.14);
  }
  .product-card:hover .product-card__prod-img {
    transform: scale(1.06) translateY(-4px);
  }
  .product-card:hover .product-card__btn-primary svg:last-child {
    transform: translateX(3px);
  }
}
.product-card--out {
  opacity: 0.7;
}
.product-card--out .product-card__image-zone {
  filter: grayscale(30%);
}

.product-card__top-line {
  height: 3px;
  background: linear-gradient(90deg, #0c556f 0%, #43CB9C 100%);
}

.product-card__image-zone {
  position: relative;
  height: 200px;
  background: linear-gradient(145deg, #e8f4f7 0%, #f5fbfc 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-card__image-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(12, 85, 111, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(12, 85, 111, 0.04) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 1;
}
.product-card__image-zone::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #ffffff;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  z-index: 2;
}

.product-card__ref {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0c556f;
  background: rgba(12, 85, 111, 0.08);
  border: 1px solid rgba(12, 85, 111, 0.18);
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 3;
}

.product-card__stock-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #e74c3c;
  padding: 4px 10px;
  border-radius: 50px;
  z-index: 3;
}
.product-card__stock-badge b {
  font-weight: 900;
  margin-right: 2px;
}
.product-card__stock-badge--out {
  background: #95a5a6;
}

.product-card__prod-img {
  position: relative;
  z-index: 2;
  width: 115px;
  height: 115px;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(17, 37, 72, 0.18));
  transition: transform 0.4s cubic-bezier(0.22, 0.68, 0, 1.3);
}

.product-card__body {
  padding: 18px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card__cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #c1c1c1;
  margin-bottom: 6px;
}
.product-card__cat::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 2px;
  background: #0c556f;
  border-radius: 2px;
}

.product-card__name {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  color: #111;
  letter-spacing: -0.02em;
  margin: 0 0 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.05;
  max-height: calc(3 * 1.05 * 1em);
}
.product-card__name em {
  color: #0c556f;
  font-style: normal;
}

.product-card__desc {
  font-size: 11px;
  font-weight: 300;
  color: #c1c1c1;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  max-height: calc(3 * 1.6 * 1em);
}

.product-card__social {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 10px;
  margin-bottom: 12px;
}

.product-card__avatars {
  display: flex;
}
.product-card__avatars .product-card__avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--c, #0c556f);
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  margin-left: -6px;
}
.product-card__avatars .product-card__avatar:first-child {
  margin-left: 0;
}

.product-card__social-text {
  font-size: 10px;
  font-weight: 500;
  color: #112548;
  white-space: nowrap;
}

.product-card__stars {
  font-size: 10px;
  color: #f3aa2d;
  letter-spacing: 1px;
  margin-left: auto;
}

.product-card__reviews {
  font-size: 10px;
  color: #c1c1c1;
  font-weight: 500;
}

.product-card__trust-row {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.product-card__pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 50px;
  white-space: nowrap;
}
.product-card__pill svg {
  flex-shrink: 0;
}
.product-card__pill--green {
  color: #36b085;
  background: rgba(67, 203, 156, 0.1);
}
.product-card__pill--green svg {
  color: #36b085;
}
.product-card__pill--teal {
  color: #0c556f;
  background: rgba(12, 85, 111, 0.08);
}
.product-card__pill--teal svg {
  color: #0c556f;
}
.product-card__pill--orange {
  color: #d9951f;
  background: rgba(243, 170, 45, 0.1);
}
.product-card__pill--orange svg {
  color: #d9951f;
}

.product-card__footer {
  padding-top: 16px;
  border-top: 1px solid #ced4da;
  margin-top: auto;
}

.product-card__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.product-card__price {
  display: flex;
  align-items: baseline;
  gap: 1px;
  line-height: 1;
}

.product-card__price-eur {
  font-size: 16px;
  font-weight: 700;
  color: #0c556f;
  align-self: flex-start;
  margin-top: 2px;
}

.product-card__price-int {
  font-size: 34px;
  font-weight: 900;
  color: #111;
  letter-spacing: -0.03em;
}

.product-card__price-dec {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  align-self: flex-start;
  margin-top: 2px;
}

.product-card__price small {
  font-size: 10px;
  font-weight: 500;
  color: #c1c1c1;
  margin-left: 4px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-card__qty {
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 8px;
  overflow: hidden;
}

.product-card__qty-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #112548;
  transition: background 0.2s;
}
.product-card__qty-btn:hover {
  background: rgb(233.125, 236.25, 239.375);
}

.product-card__qty-input {
  width: 36px;
  height: 30px;
  text-align: center;
  border: none;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  font-size: 13px;
  font-weight: 600;
  color: #112548;
  background: #ffffff;
  appearance: textfield;
}
.product-card__qty-input::-webkit-inner-spin-button, .product-card__qty-input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.product-card__cta-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.product-card__btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f3aa2d;
  color: #ffffff;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background 0.2s, transform 0.2s, box-shadow 0.25s;
  white-space: nowrap;
}
.product-card__btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, transparent 100%);
  pointer-events: none;
}
@media (hover: hover) {
  .product-card__btn-primary:hover {
    background: #d9951f;
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(243, 170, 45, 0.4);
  }
}
.product-card__btn-primary svg {
  stroke: #ffffff;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s;
}
.product-card__btn-primary svg:last-child {
  width: 10px;
  height: 10px;
}
.product-card__btn-primary.is-loading {
  pointer-events: none;
  opacity: 0.8;
}
.product-card__btn-primary.is-added {
  background: #43CB9C;
}
.product-card__btn-primary.is-added:hover {
  background: #36b085;
}

.product-card__spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.product-card__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  color: #0c556f;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1.5px solid rgba(12, 85, 111, 0.3);
  border-radius: 10px;
  padding: 10px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  white-space: nowrap;
}
@media (hover: hover) {
  .product-card__btn-secondary:hover {
    background: rgba(12, 85, 111, 0.06);
    border-color: #0c556f;
    transform: scale(1.02);
  }
}

.product-card__micro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 500;
  color: #c1c1c1;
  padding-top: 12px;
  border-top: 1px dashed rgba(206, 212, 218, 0.5);
}

.product-card__micro-dot {
  font-size: 12px;
  color: #ced4da;
}

.products-grid__empty {
  text-align: center;
  font-size: 14px;
  color: #c1c1c1;
  padding: 3rem 0;
}

@keyframes cardRiseIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.reassurance-section {
  margin-bottom: 60px;
  padding: 0;
}

.reassurance-section__row {
  background: linear-gradient(90deg, #112548 26%, #1b2746 77%);
  border-radius: 6px;
  padding: 30px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 30px;
  justify-items: center;
}

.reassurance-item__header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.reassurance-item__icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reassurance-item__icon i {
  font-size: 1.5rem;
  color: #ffffff;
}
.reassurance-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reassurance-item__title {
  font-size: 16px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: #ffffff;
  text-transform: none;
}

.reassurance-item__desc {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
  color: #ffffff;
}

.about-section {
  margin-bottom: 60px;
  padding: 0;
  background-color: #ffffff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  align-items: stretch;
}

.about-image {
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 80px 15px;
}
.about-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.acf-content {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #444444;
  line-height: 1.8;
  font-weight: 300;
}
.acf-content p {
  margin: 0 0 0.75rem;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.acf-content br {
  display: block;
  content: "";
  margin-top: 0.25em;
}

.about-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  height: 100%;
  padding: 0 30px 0 0;
}
.about-content .acf-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-content p {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #444444;
  line-height: 1.7;
  margin: 0;
}

.approach-section {
  margin-bottom: 60px;
  padding: 0;
  background-color: #ffffff;
  color: #444444;
}
.approach-section .section-container {
  background: transparent;
}
.approach-section .section-title {
  color: #112548;
}

.approach-wrapper {
  background: #f8f9fa;
  border-radius: 6px;
  padding: 25px 0 25px 30px;
}

.approach-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: start;
}

.approach-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.approach-content .acf-content {
  display: block;
  margin-bottom: 24px;
}
.approach-content p {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #444444;
  line-height: 1.7;
  margin: 0 0 0.75rem;
}
.approach-content p:last-child {
  margin-bottom: 0;
}
.approach-content .btn-hero {
  align-self: flex-start;
}

.approach-image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.approach-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px 0 0 6px;
}

.solution-section {
  margin-bottom: 60px;
  padding: 0;
  background-color: #ffffff;
}

.solution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.solution-mobile-title {
  display: none;
}

.solution-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.solution-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}
.solution-content .acf-content {
  display: block;
}
.solution-content p {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #444444;
  line-height: 1.7;
  margin: 0 0 0.75rem;
}
.solution-content p:last-child {
  margin-bottom: 0;
}

/* Logo animé wrapper — structure FSE (BEM) */
.solution-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.animated-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  overflow: visible;
}
.animated-logo__wrapper {
  position: absolute;
  inset: -10%;
  opacity: 0.7;
  z-index: 0;
}
.animated-logo__layer {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.animated-logo__layer--sun {
  background-image: url("assets/images/soleil.png");
  z-index: 0;
}
.animated-logo__layer--orbit-1 {
  background-image: url("assets/images/orbite1.png");
  animation: complete-rotation 90s linear infinite reverse;
  z-index: 1;
}
.animated-logo__layer--orbit-2 {
  background-image: url("assets/images/orbite2.png");
  animation: complete-rotation 50s linear infinite normal;
  z-index: 2;
}
.animated-logo__layer--orbit-3 {
  background-image: url("assets/images/orbite3.png");
  animation: complete-rotation 22s linear infinite reverse;
  z-index: 3;
}
.animated-logo__product {
  position: relative;
  z-index: 4;
  max-width: 100% !important;
  max-height: none !important;
  width: auto;
  height: auto;
  display: block;
}

.video-section {
  margin-bottom: 0;
  padding: 40px 0 0;
  background-color: #ffffff;
}

.video-section__title {
  font-size: 35px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  color: #112548;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.video-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #112548;
}
.video-container iframe,
.video-container video,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}

.video-facade {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-facade__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65);
  transition: filter 0.4s ease, transform 0.6s ease;
}
.video-facade:hover .video-facade__thumb {
  filter: brightness(0.5);
  transform: scale(1.03);
}
.video-facade::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 40%, rgba(17, 37, 72, 0.45) 100%);
  pointer-events: none;
}
.video-facade__play {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.video-facade__play svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
  margin-left: 3px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .video-facade:hover .video-facade__play {
    background: rgba(0, 160, 210, 0.85);
    border-color: #00a0d2;
    transform: scale(1.1);
    box-shadow: 0 0 0 8px rgba(0, 160, 210, 0.2), 0 12px 40px rgba(0, 0, 0, 0.35);
  }
  .video-facade:hover .video-facade__play svg {
    transform: scale(1.15);
  }
}
.video-facade__play::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  animation: video-pulse 2s ease-in-out infinite;
}
.video-facade__label {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}
.video-facade__label i {
  font-size: 10px;
}
.video-facade:hover .video-facade__label {
  opacity: 1;
}
.video-facade__duration {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}

.video-container.is-playing .video-facade {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

@keyframes video-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.features-section {
  padding: 0;
  margin-top: 0;
  margin-bottom: 60px;
}

.features-grid {
  background: linear-gradient(90deg, #112548 26%, #1b2746 77%);
  border-radius: 0 0 6px 6px;
  padding: 30px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 20px;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0;
}

.feature-card__icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-card__icon i {
  font-size: 1.5rem;
  color: #ffffff;
}
.feature-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-card__title {
  font-size: 16px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 5px 0;
}

.feature-card__desc {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
}

.cta-bottom-section {
  padding: 0;
  margin-bottom: 0;
}

.cta-bottom {
  background: #f2f2f2;
  border-radius: 7px;
  padding: 60px 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border: none;
}

.cta-bottom__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 900;
  color: #112548;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.cta-bottom__text {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 300;
  color: rgba(17, 37, 72, 0.7);
  margin: 0;
  max-width: 560px;
  line-height: 1.6;
}

.cta-bottom__btn {
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 7px;
  margin-top: 12px;
}
.cta-bottom__btn svg {
  transition: transform 0.25s ease;
}
.cta-bottom__btn:hover svg {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .front-page {
    padding-bottom: 40px;
  }
  .front-page .section-title {
    font-size: 25px;
  }
  .front-page p {
    font-size: 16px;
  }
  .hero-banner {
    margin-top: 30px;
    margin-bottom: 60px;
    min-height: 350px;
    padding-top: 240px;
    display: flex;
    flex-direction: column;
    overflow: visible;
    position: relative;
    border-radius: 8px;
  }
  .hero-banner__content {
    grid-template-columns: 1fr;
  }
  .hero-banner__image-col {
    position: absolute;
    top: -250px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 320px;
    height: auto;
    padding: 0;
    margin: 0;
    z-index: 10;
  }
  .hero-banner__image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }
  .hero-banner__background {
    display: none;
  }
  .hero-banner__image {
    width: 85%;
    max-width: 85%;
    height: auto;
    margin: 0;
    position: relative;
    z-index: 10;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
  }
  .hero-banner__text {
    padding: 20px 15px 40px;
    position: relative;
    z-index: 5;
  }
  .hero-banner__text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
  }
  .hero-banner__text .btn-hero {
    width: 100%;
    max-width: 100%;
    align-self: stretch;
  }
  .hero-banner__title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
    white-space: normal;
  }
  .btn-hero,
  .cta-bottom__btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 12px 28px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about-section {
    margin-bottom: 40px;
  }
  .about-section .tile-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-image {
    height: auto;
    min-height: 250px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .about-content {
    padding: 0 15px;
  }
  .about-content p {
    text-align: left;
    margin-bottom: 15px;
  }
  .approach-section {
    margin-bottom: 40px;
  }
  .approach-section .section-container {
    padding: 20px 15px;
  }
  .approach-section .tile-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .approach-wrapper {
    padding: 20px 15px;
  }
  .approach-grid {
    grid-template-columns: 1fr;
  }
  .approach-content {
    order: 2;
    align-items: stretch;
    text-align: left;
    width: 100%;
  }
  .approach-content .acf-content {
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
  }
  .approach-content p {
    text-align: left;
    margin-bottom: 15px;
  }
  .approach-content .btn-hero {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .approach-image {
    order: 1;
    margin-bottom: 20px;
  }
  .approach-image img {
    width: 100%;
    border-radius: 6px;
  }
  .solution-section {
    margin-bottom: 40px;
  }
  .solution-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .solution-mobile-title {
    display: block;
    order: 1;
    text-align: center;
    margin-bottom: 20px;
  }
  .solution-image {
    order: 2;
    margin-bottom: 20px;
  }
  .solution-image img {
    max-width: 80%;
    margin: 0 auto;
  }
  .solution-content {
    order: 3;
    text-align: left;
  }
  .solution-content .tile-title {
    display: none;
  }
  .animated-logo {
    max-width: 320px;
  }
  .video-section {
    margin-bottom: 0;
  }
  .video-section__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .reassurance-section {
    margin-bottom: 30px;
  }
  .reassurance-section__row {
    grid-template-columns: 1fr 1fr;
    padding: 16px;
    gap: 16px;
  }
  .reassurance-item {
    text-align: center;
  }
  .reassurance-item__header {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
  .reassurance-item__icon {
    width: 36px;
    height: 36px;
  }
  .reassurance-item__icon i {
    font-size: 1.2rem;
  }
  .reassurance-item__body {
    text-align: center;
  }
  .reassurance-item__title {
    font-size: 13px;
    text-align: center;
  }
  .reassurance-item__desc {
    font-size: 11px;
    text-align: center;
  }
  .bestsellers-section {
    margin-bottom: 40px;
  }
  .bestsellers-section__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .btn-cta-orange {
    margin-top: 15px;
    padding: 12px;
    font-size: 14px;
  }
  .features-section {
    margin-bottom: 40px;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }
  .feature-card {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 0;
  }
  .feature-card__icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }
  .feature-card__icon i {
    font-size: 1.2rem;
  }
  .feature-card__title {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .feature-card__desc {
    font-size: 11px;
  }
  .cta-bottom {
    padding: 40px 15px;
  }
  .cta-bottom__btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll .product-card,
.animate-on-scroll .feature-card,
.animate-on-scroll .reassurance-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-on-scroll.is-visible .product-card,
.animate-on-scroll.is-visible .feature-card,
.animate-on-scroll.is-visible .reassurance-item {
  opacity: 1;
  transform: translateY(0);
}
.animate-on-scroll.is-visible .product-card:nth-child(1),
.animate-on-scroll.is-visible .feature-card:nth-child(1),
.animate-on-scroll.is-visible .reassurance-item:nth-child(1) {
  transition-delay: 0.1s;
}
.animate-on-scroll.is-visible .product-card:nth-child(2),
.animate-on-scroll.is-visible .feature-card:nth-child(2),
.animate-on-scroll.is-visible .reassurance-item:nth-child(2) {
  transition-delay: 0.2s;
}
.animate-on-scroll.is-visible .product-card:nth-child(3),
.animate-on-scroll.is-visible .feature-card:nth-child(3),
.animate-on-scroll.is-visible .reassurance-item:nth-child(3) {
  transition-delay: 0.3s;
}
.animate-on-scroll.is-visible .product-card:nth-child(4),
.animate-on-scroll.is-visible .feature-card:nth-child(4),
.animate-on-scroll.is-visible .reassurance-item:nth-child(4) {
  transition-delay: 0.4s;
}
.animate-on-scroll.is-visible .product-card:nth-child(5),
.animate-on-scroll.is-visible .feature-card:nth-child(5),
.animate-on-scroll.is-visible .reassurance-item:nth-child(5) {
  transition-delay: 0.5s;
}
.animate-on-scroll.is-visible .product-card:nth-child(6),
.animate-on-scroll.is-visible .feature-card:nth-child(6),
.animate-on-scroll.is-visible .reassurance-item:nth-child(6) {
  transition-delay: 0.6s;
}

.animate-slide-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-slide-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.animate-slide-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-slide-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll,
  .animate-slide-left,
  .animate-slide-right {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .animate-on-scroll .product-card,
  .animate-on-scroll .feature-card,
  .animate-on-scroll .reassurance-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.boutique-hero {
  padding: 0;
  margin-bottom: 5rem;
}

.boutique-hero__banner {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  align-items: stretch;
  background: linear-gradient(135deg, #112548 0%, #0d1b36 100%);
  border-radius: 10px;
  overflow: visible;
  min-height: 300px;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.boutique-hero__text {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 20px 45px 40px;
  color: #ffffff;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.boutique-hero__title-wrap {
  margin-bottom: 12px;
}

.boutique-hero__title {
  color: #ffffff;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}

.boutique-hero__subtitle {
  color: #ffffff;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 12px;
}

.boutique-hero__headline {
  color: #ffffff;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: none;
  margin: 8px 0 0;
}

.boutique-hero__visuals {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: visible;
  align-self: stretch;
  container-type: inline-size;
}

.boutique-hero__images {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
  overflow: visible;
  --hero-arrow-width: 145px;
  --hero-product-1-height: 108px;
  --hero-product-2-height: 250px;
  --hero-product-3-height: 78px;
  --hero-product-4-height: 53px;
  --hero-product-5-height: 55px;
  --hero-label-size: 16px;
}

@supports (width: 1cqw) {
  .boutique-hero__images {
    --hero-arrow-width: clamp(86px, 28cqw, 145px);
    --hero-product-1-height: clamp(56px, 20cqw, 108px);
    --hero-product-2-height: clamp(145px, 46cqw, 250px);
    --hero-product-3-height: clamp(40px, 14.5cqw, 78px);
    --hero-product-4-height: clamp(28px, 9.8cqw, 53px);
    --hero-product-5-height: clamp(29px, 10.2cqw, 55px);
    --hero-label-size: clamp(10px, 3cqw, 16px);
  }
}
.boutique-hero__arrow {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  object-fit: contain;
  width: var(--hero-arrow-width);
  height: auto;
}

.boutique-hero__arrow--left {
  right: 55%;
  top: 16%;
}

.boutique-hero__arrow--right {
  left: 65%;
  top: 10%;
}

.boutique-hero__product {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.boutique-hero__product img {
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.35));
}

.boutique-hero__label {
  color: #ffffff;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: var(--hero-label-size);
  line-height: 1.2;
  margin-top: 6px;
  text-align: center;
  white-space: nowrap;
}

.boutique-hero__product--1 {
  left: 2%;
  top: 28%;
}
.boutique-hero__product--1 img {
  height: var(--hero-product-1-height);
}

.boutique-hero__product--2 {
  left: 51%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.boutique-hero__product--2 img {
  height: var(--hero-product-2-height);
}
.boutique-hero__product--2 .boutique-hero__label {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  text-align: center;
}

.boutique-hero__product--3 {
  right: 8%;
  top: 35%;
}
.boutique-hero__product--3 img {
  height: var(--hero-product-3-height);
}
.boutique-hero__product--3 .boutique-hero__label {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
}

.boutique-hero__product--4 {
  left: calc(23% + 5px);
  top: calc(62% - 6px);
}
.boutique-hero__product--4 img {
  height: var(--hero-product-4-height);
}

.boutique-hero__product--5 {
  left: 31%;
  top: 77%;
}
.boutique-hero__product--5 img {
  height: var(--hero-product-5-height);
}

.boutique-content {
  padding: 5rem 0;
}

.boutique-catalogue {
  padding: 0 0 2rem;
}

.boutique-catalogue__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #112548;
  margin-bottom: 0.5rem;
}

.boutique-catalogue__subtitle {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1rem;
  color: #707070;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.boutique-cat-section {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.boutique-cat-section__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #112548;
  text-decoration: none;
  margin-bottom: 1.75rem;
}

.boutique-cat-section__desc {
  font-size: 0.875rem;
  color: #707070;
  margin-bottom: 2rem;
}

.boutique-cat-section ul.products,
.boutique-bestsellers ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
  padding: 0;
  list-style: none;
  margin: 0;
}
.boutique-page .boutique-cat-section ul.products li.product,
.boutique-page .boutique-bestsellers ul.products li.product {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 0 rgba(12, 85, 111, 0.12), 0 8px 24px rgba(17, 37, 72, 0.1);
  transform: translateY(0) translateZ(0);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .boutique-page .boutique-cat-section ul.products li.product:hover,
  .boutique-page .boutique-bestsellers ul.products li.product:hover {
    box-shadow: 0 2px 0 rgba(12, 85, 111, 0.2), 0 20px 48px rgba(17, 37, 72, 0.14);
    transform: translateY(-3px) translateZ(0);
  }
  .boutique-page .boutique-cat-section ul.products li.product:hover img,
  .boutique-page .boutique-bestsellers ul.products li.product:hover img {
    transform: scale(1.04);
  }
}
.boutique-cat-section ul.products li.product a.woocommerce-LoopProduct-link,
.boutique-bestsellers ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  text-decoration: none;
  color: #112548;
  overflow: visible;
}
.boutique-cat-section ul.products li.product a.woocommerce-LoopProduct-link::after,
.boutique-bestsellers ul.products li.product a.woocommerce-LoopProduct-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.boutique-cat-section ul.products li.product .boutique-product-visual,
.boutique-bestsellers ul.products li.product .boutique-product-visual {
  background: #F2F2F2;
  overflow: hidden;
}
.boutique-cat-section ul.products li.product .boutique-product-img-wrap,
.boutique-bestsellers ul.products li.product .boutique-product-img-wrap {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.boutique-cat-section ul.products li.product .boutique-product-img-wrap img,
.boutique-bestsellers ul.products li.product .boutique-product-img-wrap img {
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
  object-fit: contain;
  aspect-ratio: auto;
  background: transparent;
  display: block;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.boutique-cat-section ul.products li.product .boutique-product-img-wrap--no-img,
.boutique-bestsellers ul.products li.product .boutique-product-img-wrap--no-img {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.boutique-cat-section ul.products li.product .boutique-product-img-wrap--no-img span,
.boutique-bestsellers ul.products li.product .boutique-product-img-wrap--no-img span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #707070;
  line-height: 1.4;
  word-break: break-word;
}
.boutique-page .boutique-cat-section ul.products li.product .woocommerce-loop-product__title,
.boutique-page .boutique-bestsellers ul.products li.product .woocommerce-loop-product__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #112548;
  padding: 14px 14px 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
  max-height: calc(2 * 1.35 * 1em);
  min-block-size: 2.7em;
  max-height: 2.9em;
  overflow-wrap: break-word;
}

.boutique-product-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  padding: 10px 14px 2px;
  background: #FFFFFF;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.boutique-product-price__current {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  color: #112548;
  letter-spacing: -0.02em;
  line-height: 1;
}
.boutique-product-price__current--sale {
  color: #0c556f;
}

.boutique-product-price__old {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #c1c1c1;
  text-decoration: line-through;
  line-height: 1;
}

.boutique-product-price__badge {
  display: inline-flex;
  align-items: center;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #ffffff;
  background: #f3aa2d;
  border-radius: 50px;
  padding: 2px 8px;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.boutique-product-price__tax {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #c1c1c1;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.boutique-product-desc {
  font-size: 0.75rem;
  color: #707070;
  padding: 0 14px;
  margin: 4px 0 0;
  background: #FFFFFF;
  flex-grow: 1;
  min-height: 2.5em;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  max-height: calc(3 * 1.6 * 1em);
}

.boutique-product-footer {
  padding: 10px 14px 16px;
  background: #FFFFFF;
  display: flex;
  gap: 8px;
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.boutique-btn-info,
a.boutique-btn-cart.button.add_to_cart_button {
  width: calc(50% - 4px);
  flex: 0 0 calc(50% - 4px);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 7px;
  padding: 9px 4px;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 3;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}

.boutique-product-footer .boutique-btn-info {
  background-color: transparent !important;
  color: #43CB9C !important;
  border: 2px solid #43CB9C !important;
  box-shadow: none;
}
.boutique-product-footer .boutique-btn-info, .boutique-product-footer .boutique-btn-info:visited, .boutique-product-footer .boutique-btn-info:active {
  color: #43CB9C !important;
}
@media (hover: hover) {
  .boutique-product-footer .boutique-btn-info:hover {
    background-color: #43CB9C !important;
    border-color: #43CB9C !important;
    color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(67, 203, 156, 0.3);
    transform: translateY(-1px);
  }
}

.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button {
  position: relative;
  overflow: hidden;
  background-color: #f3aa2d;
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 16px rgba(243, 170, 45, 0.3);
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button, .boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button:visited, .boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button:active {
  color: #ffffff;
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button svg {
  flex-shrink: 0;
}
@media (hover: hover) {
  .boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button:hover {
    background-color: transparent;
    color: #f3aa2d;
    border-color: #f3aa2d;
    box-shadow: 0 4px 20px rgba(243, 170, 45, 0.3);
    transform: translateY(-1px);
  }
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button::after, .boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button.loading::after, .boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button.added::after {
  content: none !important;
  display: none !important;
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button .oi-btn-text,
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button .oi-btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button .oi-btn-success {
  position: absolute;
  inset: 0;
  transform: translateY(110%);
  opacity: 0;
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button .oi-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transform: scale(0);
  pointer-events: none;
  animation: oi-ripple-expand 0.6s ease-out forwards;
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button .oi-check-icon {
  width: 16px;
  height: 16px;
  stroke: #fff;
  stroke-width: 2.5;
  fill: none;
  flex-shrink: 0;
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button .oi-check-path {
  stroke-dasharray: 24;
  stroke-dashoffset: 24;
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button.oi-adding {
  pointer-events: none;
  opacity: 0.85;
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button.oi-added {
  background: #f3aa2d;
  border-color: #f3aa2d;
  color: #ffffff !important;
  pointer-events: none;
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button.oi-added .oi-btn-text {
  transform: translateY(-110%);
  opacity: 0;
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button.oi-added .oi-btn-success {
  transform: translateY(0);
  opacity: 1;
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button.oi-added .oi-check-path {
  animation: oi-draw-check 0.45s 0.15s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button.loading {
  opacity: 1 !important;
  padding-right: 4px !important;
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button.loading::after {
  content: none !important;
  display: none !important;
}
.boutique-product-footer a.boutique-btn-cart.button.add_to_cart_button.added::after {
  content: none !important;
  display: none !important;
}

.boutique-product-footer .added_to_cart {
  display: none !important;
}

@keyframes oi-ripple-expand {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes oi-draw-check {
  to {
    stroke-dashoffset: 0;
  }
}
/* ── Flying product bubble ── */
.oi-fly-bubble {
  position: fixed;
  z-index: 100000;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 32px rgba(17, 37, 72, 0.18), 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  pointer-events: none;
  transition: none;
  will-change: transform, left, top, width, height, opacity;
}
.oi-fly-bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.oi-fly-bubble.oi-fly-go {
  transition: left 0.75s cubic-bezier(0.22, 1, 0.36, 1), top 0.75s cubic-bezier(0.55, 0, 0.15, 1), width 0.75s cubic-bezier(0.22, 1, 0.36, 1), height 0.75s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s 0.45s ease;
}

/* ── Cart icon pulse ── */
.site-header__action-link--cart.oi-cart-pulse {
  animation: oi-header-cart-pulse 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes oi-header-cart-pulse {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.35);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
/* Cart count bump */
.header__cart-count.oi-count-bump {
  animation: oi-count-bump 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes oi-count-bump {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
/* ── Toast notification ── */
.oi-cart-toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 10px;
  padding: 14px 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.06);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-width: 360px;
}
.oi-cart-toast.oi-toast-show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.oi-cart-toast__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #43CB9C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oi-cart-toast__icon svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  stroke-width: 2.5;
  fill: none;
}

.oi-toast-check-path {
  stroke-dasharray: 24;
  stroke-dashoffset: 24;
}

.oi-cart-toast.oi-toast-show .oi-toast-check-path {
  animation: oi-draw-check 0.45s 0.3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.oi-cart-toast__body {
  flex: 1;
  min-width: 0;
}

.oi-cart-toast__title {
  font-weight: 600;
  font-size: 0.88rem;
  color: #112548;
  margin: 0;
  line-height: 1.3;
}

.oi-cart-toast__sub {
  font-size: 0.78rem;
  color: #64748b;
  margin: 2px 0 0;
  line-height: 1.3;
}

.oi-cart-toast__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #00a0d2;
  white-space: nowrap;
  text-decoration: none;
}
.oi-cart-toast__link:hover {
  color: rgb(0, 121.1428571429, 159);
}
.oi-cart-toast__link svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.oi-cart-toast__close {
  position: absolute;
  top: 6px;
  right: 8px;
  background: none;
  border: none;
  font-size: 14px;
  color: #94a3b8;
  cursor: pointer;
  padding: 2px;
  line-height: 1;
}
.oi-cart-toast__close:hover {
  color: #475569;
}

.oi-cart-toast__progress {
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 3px;
  background: #43CB9C;
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: left;
}

.oi-cart-toast.oi-toast-show .oi-cart-toast__progress {
  transform: scaleX(1);
  transition: transform 4.5s linear;
}

.boutique-bestsellers {
  padding: 5rem 0;
  background: #f8f9fa;
}

.boutique-bestsellers__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #112548;
  margin-bottom: 2rem;
}

.boutique-text-block {
  padding: 5rem 0;
  background: #f8f9fa;
}

.boutique-text-block__inner {
  background: linear-gradient(135deg, #112548 0%, #0d1b36 100%);
  border-radius: 16px;
  padding: 3rem 2.5rem;
  color: #ffffff;
}

.boutique-text-block__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.boutique-text-block__content {
  font-size: 0.875rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.boutique-advantages {
  padding: 5rem 0 6rem;
  background: #f8f9fa;
}

.boutique-advantages__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #112548;
  margin-bottom: 1.5rem;
}

.boutique-advantages__content {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #444444;
}
.boutique-advantages__content h3, .boutique-advantages__content h4 {
  color: #00a0d2;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .boutique-hero__banner {
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
    min-height: auto;
    border-radius: 8px;
  }
  .boutique-hero__text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 20px;
    text-align: center;
  }
  .boutique-hero__title {
    font-size: 22px;
  }
  .boutique-hero__headline {
    font-size: 22px;
  }
  .boutique-hero__subtitle {
    font-size: 14px;
  }
  .boutique-hero__visuals {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 290px;
  }
  .boutique-hero__images {
    min-height: 290px;
  }
  .boutique-hero__arrow {
    width: 72px;
  }
  .boutique-hero__arrow--left {
    left: 30%;
    right: auto;
    top: 16%;
  }
  .boutique-hero__arrow--right {
    left: auto;
    right: 23%;
    top: 14%;
  }
  .boutique-hero__product--1 {
    left: 12%;
    top: 26%;
  }
  .boutique-hero__product--2 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .boutique-hero__product--2 .boutique-hero__label {
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
  }
  .boutique-hero__product--3 {
    right: 15%;
    top: 30%;
  }
  .boutique-hero__product--3 .boutique-hero__label {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .boutique-hero__product--4 {
    left: 25%;
    top: 60%;
  }
  .boutique-hero__product--5 {
    left: 32%;
    top: 74%;
  }
  .boutique-hero__product--1 img {
    height: 60px;
  }
  .boutique-hero__product--2 img {
    height: 150px;
  }
  .boutique-hero__product--3 img {
    height: 50px;
  }
  .boutique-hero__product--4 img,
  .boutique-hero__product--5 img {
    height: 35px;
  }
  .boutique-hero__label {
    font-size: 11px;
    line-height: 1.2;
  }
  .boutique-cat-section ul.products,
  .boutique-bestsellers ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .boutique-btn-info,
  a.boutique-btn-cart.button.add_to_cart_button {
    font-size: 0.75rem !important;
    padding: 9px 6px;
    gap: 4px;
  }
  .boutique-text-block__inner {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 480px) {
  .boutique-cat-section ul.products,
  .boutique-bestsellers ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .boutique-btn-info,
  a.boutique-btn-cart.button.add_to_cart_button {
    font-size: 0.7rem !important;
    padding: 8px 4px;
    gap: 3px;
  }
  .woocommerce-loop-product__title {
    font-size: clamp(0.65rem, 2.6vw, 0.8rem) !important;
    padding: 8px 8px 2px !important;
    line-height: 1.4 !important;
    min-block-size: 2.8em;
    max-height: 3em !important;
  }
  .boutique-product-desc {
    font-size: clamp(0.55rem, 2.2vw, 0.7rem);
    padding: 0 8px;
  }
  .boutique-product-footer {
    padding: 8px 8px 12px;
    gap: 6px;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.oi-page {
  padding-bottom: 60px;
}

.oi-page--realisations {
  padding: 0 1rem 2rem;
}

.oi-page .about-image {
  padding: 0;
  overflow: hidden;
  min-height: 410px;
  position: relative;
}

.oi-page .about-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  max-width: none;
}

.oi-page-hero {
  padding: 0;
  margin-bottom: 40px;
}

.oi-page-hero__banner {
  position: relative;
  background: linear-gradient(135deg, #112548 0%, #0d1b36 100%);
  border-radius: 10px;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.oi-page-hero__banner--overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 37, 72, 0.55);
  z-index: 1;
}

.oi-page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.oi-page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.oi-page-hero__bg--cover img {
  opacity: 1;
}

.oi-page-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 30px;
}

.oi-page-hero__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin: 0;
}

.oi-page-hero__subtitle {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(14px, 1.3vw, 18px);
  color: rgba(255, 255, 255, 0.85);
  margin-top: 12px;
  font-weight: 300;
  line-height: 1.6;
}

.oi-page-content {
  margin-bottom: 40px;
}

.oi-page-content--colored {
  background: rgba(12, 85, 111, 0.06);
  padding: 50px 0;
  border-radius: 0;
}

.oi-page-content--dark {
  background: #0c556f;
  padding: 50px 0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.oi-page-content--gray {
  padding: 0;
}

.about-image--dark {
  background-color: rgba(255, 255, 255, 0.08);
  min-height: 410px;
}

.about-content--light,
.about-content--light .acf-content,
.about-content--light p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.oi-process {
  margin: 0;
  padding: 0;
}

.oi-process__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.oi-process__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 120px;
  max-width: 160px;
  transition: transform 0.3s ease;
}

.oi-process__item:hover {
  transform: translateY(-4px);
}

.oi-process__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
}

.oi-process__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(22%) sepia(64%) saturate(514%) hue-rotate(163deg) brightness(96%) contrast(93%);
}

.oi-process__label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #112548;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0;
}

.oi-cta-banner {
  margin-bottom: 40px;
}

.oi-cta-banner__inner {
  background: linear-gradient(135deg, #112548 0%, #0d1b36 100%);
  border-radius: 10px;
  padding: 50px 40px;
  text-align: center;
}

.oi-cta-banner__text {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}

.oi-competences {
  margin-bottom: 40px;
}

.oi-competences__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.oi-competences__card {
  position: relative;
  background: rgba(12, 85, 111, 0.06);
  border-radius: 10px;
  padding: 40px 28px 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.oi-competences__card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.oi-competences__card-icon {
  position: absolute;
  top: 16px;
  right: 20px;
}

.oi-competences__card-icon i {
  font-size: 2rem;
  color: rgba(12, 85, 111, 0.25);
}

.oi-competences__card-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #112548;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.oi-competences__card-desc,
.oi-competences__card-desc p {
  font-size: 0.9rem;
  color: #444444;
  line-height: 1.7;
  font-weight: 300;
}

.oi-page-cta {
  margin-bottom: 40px;
}

.oi-page-cta--inline .oi-page-cta__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.oi-page-cta__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #112548;
  margin: 0;
}

.oi-last-project {
  margin-bottom: 40px;
}

.oi-last-project__heading {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #f3aa2d;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.oi-last-project__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.oi-last-project__image img {
  width: 100%;
  height: auto;
  border-radius: 7px;
  object-fit: cover;
}

.oi-last-project__title {
  text-decoration: none;
  color: #112548;
  display: block;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.oi-last-project__title:hover {
  color: #0c556f;
}

.oi-last-project__title h3 {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.oi-last-project__excerpt {
  font-size: 0.95rem;
  color: #444444;
  line-height: 1.7;
  margin-bottom: 12px;
}

.oi-last-project__link {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0c556f;
  text-decoration: none;
}

.oi-last-project__link:hover {
  color: #112548;
  text-decoration: underline;
}

.oi-page-intro {
  margin-bottom: 50px;
  padding: 3.5rem 0 0;
  position: relative;
}

.oi-page-intro__text {
  max-width: none;
  margin: 0 auto;
  text-align: center;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  font-weight: 300;
  color: #112548;
  line-height: 1.9;
  letter-spacing: 0.01em;
  position: relative;
}
.oi-page-intro__text::before {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #00a0d2, #0c556f);
  border-radius: 2px;
  margin: 0 auto 2rem;
}
.oi-page-intro__text p {
  margin: 0 0 1rem;
}
.oi-page-intro__text p:last-child {
  margin-bottom: 0;
}
.oi-page-intro__text strong, .oi-page-intro__text b {
  font-weight: 600;
  color: #0d1b36;
}
.oi-page-intro__text a {
  color: #00a0d2;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 160, 210, 0.3);
  transition: border-color 0.3s ease, color 0.3s ease;
}
.oi-page-intro__text a:hover {
  color: #0c556f;
  border-bottom-color: #0c556f;
}

.oi-support-cards {
  margin-bottom: 60px;
}

.oi-support-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 520px));
  grid-auto-rows: 1fr;
  gap: 24px;
  max-width: none;
  margin: 0;
  justify-content: space-between;
}

.oi-support-cards__item {
  background: #fefefe;
  border-radius: 24px;
  padding: 40px 32px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.oi-support-cards__item::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 24px;
  z-index: 0;
  pointer-events: none;
}

.oi-support-cards__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
}

.oi-support-cards__item:hover::before {
  opacity: 1;
}

.oi-support-cards__item--navy::before {
  background: linear-gradient(135deg, rgba(17, 37, 72, 0.04) 0%, rgba(12, 85, 111, 0.04) 100%);
}

.oi-support-cards__item--teal::before {
  background: linear-gradient(135deg, rgba(12, 85, 111, 0.04) 0%, rgba(0, 160, 210, 0.04) 100%);
}

.oi-support-cards__item--green::before {
  background: linear-gradient(135deg, rgba(67, 203, 156, 0.04) 0%, rgba(0, 160, 210, 0.04) 100%);
}

.oi-support-cards__item--orange::before {
  background: linear-gradient(135deg, rgba(243, 170, 45, 0.04) 0%, rgba(12, 85, 111, 0.04) 100%);
}

.oi-support-cards__icon-wrap {
  width: 96px;
  height: 96px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.oi-support-cards__icon-wrap svg {
  width: 52px;
  height: 52px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  filter: brightness(0) invert(1);
}

.oi-support-cards__item:hover .oi-support-cards__icon-wrap svg {
  transform: scale(1.08);
}

.oi-support-cards__icon-wrap--navy,
.oi-support-cards__icon-wrap--teal,
.oi-support-cards__icon-wrap--green,
.oi-support-cards__icon-wrap--orange {
  background: linear-gradient(90deg, rgba(17, 37, 72, 0.85) 26%, rgba(27, 39, 70, 0.85) 77%);
}

.oi-support-cards__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

.oi-support-cards__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #112548;
  margin: 0 0 1rem;
  line-height: 1.3;
}

.oi-support-cards__desc {
  flex: 1;
}

.oi-support-cards__desc,
.oi-support-cards__desc p {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #707070;
  line-height: 1.65;
  margin: 0 0 0.6rem;
}

.oi-support-cards__desc p:last-child {
  margin-bottom: 1rem;
}

.oi-support-cards__link {
  display: inline-block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 7px;
  margin-top: auto;
  padding-top: 12px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  background-color: #43CB9C;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
}
.oi-support-cards__link:hover {
  background-color: #36b085;
  transform: translateY(-1px);
  color: #ffffff;
  text-decoration: none;
}
.oi-support-cards__link:visited {
  color: #ffffff;
}

.oi-support-cards__arrow {
  font-size: 15px;
  margin-left: 6px;
  transition: transform 0.2s ease;
  display: inline-block;
}

.oi-support-cards__link:hover .oi-support-cards__arrow {
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .oi-page-hero__banner {
    min-height: 220px;
    margin-top: 30px;
    border-radius: 8px;
  }
  .oi-page-hero__content {
    padding: 40px 20px;
  }
  .oi-page-content--dark {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  .oi-process__row {
    gap: 16px;
  }
  .oi-process__item {
    max-width: 100px;
    flex: 1 1 80px;
  }
  .oi-process__icon {
    width: 40px;
    height: 40px;
  }
  .oi-process__label {
    font-size: 0.7rem;
  }
  .oi-competences__grid {
    grid-template-columns: 1fr;
  }
  .oi-last-project__row {
    grid-template-columns: 1fr;
  }
  .oi-last-project__image {
    order: -1;
  }
  .oi-support-cards__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .oi-support-cards__item {
    padding: 28px 24px 28px;
    border-radius: 18px;
  }
  .oi-support-cards__icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }
  .oi-support-cards__icon-wrap svg {
    width: 40px;
    height: 40px;
  }
  .oi-page-cta--inline .oi-page-cta__row {
    flex-direction: column;
    text-align: center;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.rl-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  user-select: none;
  -webkit-user-select: none;
}

.rl-slider__images {
  position: relative;
  height: 520px;
  border-radius: 16px;
  overflow: hidden;
}

.rl-slider__top-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 12;
}

.rl-slider__top-progress-bar {
  height: 100%;
  width: 0%;
  background: #112548;
  border-radius: 0 1px 1px 0;
}

.rl-slider__img-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.rl-slider__img-slide.is-active {
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
}
.rl-slider__img-slide.is-leaving {
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

.rl-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 7s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.is-active .rl-slider__img {
  transform: scale(1.04);
}

.rl-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  color: #112548;
  cursor: pointer;
  padding: 0;
  transform: translateY(-50%);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.rl-slider__arrow:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}
.rl-slider__arrow:active {
  transform: translateY(-50%) scale(0.95);
  transition-duration: 0.1s;
}
.rl-slider__arrow--prev {
  left: 1.25rem;
}
.rl-slider__arrow--next {
  right: 1.25rem;
}
.rl-slider__arrow svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.rl-slider__img-counter {
  position: absolute;
  bottom: 1.25rem;
  right: 1.5rem;
  z-index: 10;
  display: flex;
  align-items: baseline;
  gap: 3px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-variant-numeric: tabular-nums;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.rl-slider__img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  padding: 0 2.5rem 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
}

.rl-slider__tag {
  display: inline-block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.12);
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 0.5rem;
}

.rl-slider__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.rl-slider__counter-cur {
  font-size: 0.9rem;
  font-weight: 700;
  color: #112548;
  transition: opacity 0.2s ease;
}
.rl-slider__counter-cur.is-changing {
  opacity: 0;
}

.rl-slider__counter-sep {
  font-size: 0.7rem;
  color: #707070;
  margin: 0 1px;
}

.rl-slider__counter-tot {
  font-size: 0.7rem;
  font-weight: 400;
  color: #707070;
}

.rl-slider__info {
  position: relative;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
  margin-top: -16px;
  padding: 1rem 2.5rem 0.75rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  z-index: 5;
}

.rl-slider__text-slide {
  display: none;
}
.rl-slider__text-slide.is-active {
  display: block;
}

.rl-slider__desc {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.78rem;
  color: #0d1f3c;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-align: justify;
}
.rl-slider__desc p {
  margin: 0 0 0.75rem;
}
.rl-slider__desc p:last-child {
  margin-bottom: 0;
}
.rl-slider__desc h2, .rl-slider__desc h3 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #112548;
  margin: 1.25rem 0 0.4rem;
}
.rl-slider__desc h2:first-child, .rl-slider__desc h3:first-child {
  margin-top: 0;
}
.rl-slider__desc strong {
  color: #112548;
}
.rl-slider__desc ul, .rl-slider__desc ol {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}
.rl-slider__desc ul li, .rl-slider__desc ol li {
  margin-bottom: 0.3rem;
  font-size: 0.78rem;
  line-height: 1.65;
}
.rl-slider__desc .rl-highlight {
  background: #f0f7ff;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin: 0.75rem 0;
  border-left: 3px solid #112548;
}
.rl-slider__desc .rl-highlight h2, .rl-slider__desc .rl-highlight h3 {
  margin-top: 0;
}
.rl-slider__desc .rl-highlight p:last-child, .rl-slider__desc .rl-highlight ul:last-child {
  margin-bottom: 0;
}
.rl-slider__desc .rl-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid rgba(17, 37, 72, 0.08);
  padding-top: 0.75rem;
  margin-top: 1rem;
}
.rl-slider__desc .rl-cta p {
  flex: 1;
  margin: 0;
}
.rl-slider__desc .rl-cta a {
  display: inline-block;
  background: #112548;
  color: #ffffff;
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
  transition: background 0.3s ease;
}
.rl-slider__desc .rl-cta a:hover {
  background: #112548;
}

.rl-slider__nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(17, 37, 72, 0.06);
}

.rl-slider__progress {
  flex: 1;
  height: 2px;
  background: rgba(17, 37, 72, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

.rl-slider__progress-bar {
  height: 100%;
  width: 0%;
  background: #112548;
  border-radius: inherit;
}

.rl-slider__dots {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.rl-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(17, 37, 72, 0.12);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease, transform 0.25s ease;
}
.rl-slider__dot.is-active {
  background: #112548;
  transform: scale(1.3);
}
.rl-slider__dot:hover:not(.is-active) {
  background: rgba(17, 37, 72, 0.28);
}

@media (prefers-reduced-motion: reduce) {
  .rl-slider__img-slide {
    transition-duration: 0.01s !important;
  }
  .rl-slider__img {
    transition-duration: 0.01s !important;
  }
}
@media (max-width: 768px) {
  .rl-slider {
    margin-top: 30px;
  }
  .rl-slider__images {
    height: 380px;
    border-radius: 10px;
  }
  .rl-slider__info {
    padding: 1.25rem 1.5rem 0.75rem;
    border-radius: 0 0 12px 12px;
  }
  .rl-slider__text-inner {
    flex-direction: column;
    gap: 1rem;
  }
  .rl-slider__text-left {
    max-width: 100%;
    min-width: 0;
  }
  .rl-slider__img-overlay {
    padding: 0 1.5rem 1.5rem;
  }
  .rl-slider__arrow {
    width: 38px;
    height: 38px;
  }
  .rl-slider__arrow--prev {
    left: 0.75rem;
  }
  .rl-slider__arrow--next {
    right: 0.75rem;
  }
  .rl-slider__arrow svg {
    width: 16px;
    height: 16px;
  }
  .rl-slider__title {
    font-size: clamp(1.1rem, 4.5vw, 1.4rem);
  }
  .rl-slider__img-overlay {
    padding: 0 1rem 1.25rem;
  }
  .rl-slider__desc {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .rl-slider__images {
    height: 280px;
    border-radius: 10px;
  }
  .rl-slider__info {
    padding: 1rem 1rem 0.75rem;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
  }
  .rl-slider__arrow {
    width: 34px;
    height: 34px;
  }
  .rl-slider__arrow--prev {
    left: 0.5rem;
  }
  .rl-slider__arrow--next {
    right: 0.5rem;
  }
  .rl-slider__img-counter {
    display: none;
  }
  .rl-slider__tag {
    font-size: 0.6rem;
    padding: 3px 8px;
  }
  .rl-slider__title {
    font-size: clamp(1.1rem, 5vw, 1.4rem);
  }
  .rl-slider__desc {
    font-size: 0.75rem;
    line-height: 1.7;
  }
  .rl-slider__nav {
    margin-top: 1.25rem;
    padding-top: 1rem;
    gap: 10px;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.oi-page--realisations-v2 {
  padding: 0 1rem 4rem;
  background: linear-gradient(180deg, #fafaf8 0%, #f5f3ef 100%);
}

.rlv2-shell {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  gap: clamp(1.75rem, 3vw, 3rem);
  margin-top: 36px;
}

.rlv2-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.88fr);
  gap: clamp(1.25rem, 2.6vw, 2rem);
  padding: clamp(1.25rem, 2.4vw, 2rem);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(17, 37, 72, 0.08);
  background: radial-gradient(circle at top right, rgba(0, 160, 210, 0.1), transparent 30%), linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f7f5f1 100%);
  box-shadow: 0 20px 48px rgba(17, 37, 72, 0.08);
}
.rlv2-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #0c556f 0%, rgba(0, 160, 210, 0.22) 58%, rgba(0, 160, 210, 0) 100%);
}
.rlv2-hero::after {
  content: "";
  position: absolute;
  inset: auto auto -85px -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67, 203, 156, 0.14) 0%, rgba(67, 203, 156, 0) 72%);
  pointer-events: none;
}

.rlv2-hero__content,
.rlv2-hero__visual,
.rlv2-usecase,
.rlv2-story,
.rlv2-products {
  position: relative;
  z-index: 1;
}

.rlv2-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.rlv2-hero__eyebrow,
.rlv2-section-head__eyebrow,
.rlv2-offer__eyebrow,
.rlv2-product-card__eyebrow,
.rlv2-hero__spotlight-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #0c556f;
}
.rlv2-hero__eyebrow::before,
.rlv2-section-head__eyebrow::before,
.rlv2-offer__eyebrow::before,
.rlv2-product-card__eyebrow::before,
.rlv2-hero__spotlight-label::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.rlv2-hero__title {
  margin: 0;
  font-size: clamp(2.25rem, 4.9vw, 4.35rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #0d1b36;
  max-width: 7.5ch;
}

.rlv2-hero__intro {
  margin: 0;
  max-width: 50ch;
  font-size: 0.96rem;
  line-height: 1.72;
  color: rgba(13, 31, 60, 0.86);
}

.rlv2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  padding-top: 0.25rem;
}

.rlv2-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.75rem;
  max-width: 560px;
}

.rlv2-metric {
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 37, 72, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.rlv2-metric__value {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 900;
  line-height: 1;
  color: #112548;
}

.rlv2-metric__label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: rgba(74, 96, 128, 0.92);
}

.rlv2-hero__visual {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.9rem;
  padding-left: 0;
}

.rlv2-hero__frame {
  position: relative;
  width: min(100%, 520px);
  justify-self: end;
  height: clamp(300px, 34vw, 410px);
  min-height: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #f2f2f2;
  box-shadow: 0 18px 40px rgba(17, 37, 72, 0.12);
}

.rlv2-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rlv2-hero__placeholder,
.rlv2-case__placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(74, 96, 128, 0.88);
  background: linear-gradient(135deg, rgba(0, 160, 210, 0.12), rgba(67, 203, 156, 0.08));
}

.rlv2-hero__spotlight {
  position: relative;
  width: min(290px, 100% - 1rem);
  max-width: 290px;
  margin: -72px 1rem 0 auto;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 37, 72, 0.08);
  color: #0d1f3c;
  box-shadow: 0 16px 38px rgba(17, 37, 72, 0.14);
}

.rlv2-hero__spotlight-label {
  color: #0c556f;
}
.rlv2-hero__spotlight-label::before {
  background: currentColor;
}

.rlv2-hero__spotlight-text {
  margin: 0.7rem 0 0;
  font-size: 0.87rem;
  line-height: 1.65;
  color: rgba(13, 31, 60, 0.84);
}

.rlv2-hero__spotlight-stat {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  margin-top: 0.9rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(17, 37, 72, 0.08);
}
.rlv2-hero__spotlight-stat strong {
  font-size: 1.45rem;
  line-height: 1;
  color: #112548;
}
.rlv2-hero__spotlight-stat span {
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(74, 96, 128, 0.82);
}

.rlv2-section-head {
  display: grid;
  gap: 0.7rem;
  max-width: 720px;
}

.rlv2-section-head__title {
  margin: 0;
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #0d1b36;
}

.rlv2-section-head__intro {
  margin: 0;
  max-width: 62ch;
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(13, 31, 60, 0.82);
}

.rlv2-usecase {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
}

.rlv2-usecase__panel {
  display: grid;
  gap: 1.2rem;
  padding: clamp(1.15rem, 2.5vw, 1.7rem);
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(17, 37, 72, 0.07);
  box-shadow: 0 16px 34px rgba(17, 37, 72, 0.06);
}

.rlv2-usecase__lead {
  max-width: none;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 600;
  line-height: 1.6;
  color: #112548;
}

.rlv2-usecase__body {
  font-size: 0.91rem;
  line-height: 1.72;
  color: rgba(13, 31, 60, 0.88);
}
.rlv2-usecase__body p,
.rlv2-usecase__body ul,
.rlv2-usecase__body ol {
  margin: 0 0 1rem;
}
.rlv2-usecase__body h2,
.rlv2-usecase__body h3 {
  margin: 1.25rem 0 0.55rem;
  font-size: 0.88rem;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #0c556f;
}
.rlv2-usecase__body a {
  color: #0c556f;
}

.rlv2-story,
.rlv2-products {
  display: grid;
  gap: 1.1rem;
}

.rlv2-story__list {
  display: grid;
  gap: 1.15rem;
}

.rlv2-case {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 1.15rem;
  align-items: start;
}

.rlv2-case--reverse {
  .grid-column: auto;
}
.rlv2-case--reverse .rlv2-case__media {
  order: 2;
}
.rlv2-case--reverse .rlv2-case__content {
  order: 1;
}

.rlv2-case__media,
.rlv2-case__content,
.rlv2-product-card,
.rlv2-offer__card {
  border-radius: 20px;
  border: 1px solid rgba(17, 37, 72, 0.07);
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(17, 37, 72, 0.06);
}

.rlv2-case__media {
  overflow: hidden;
  align-self: start;
  height: clamp(240px, 28vw, 360px);
  min-height: 0;
  background: #f2f2f2;
}

.rlv2-case__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rlv2-case__content {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: clamp(1.1rem, 2.6vw, 1.5rem);
}

.rlv2-case__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.rlv2-case__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #0d1b36;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.rlv2-case__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(0, 160, 210, 0.1);
  color: #094558;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.rlv2-case__title {
  margin: 0;
  font-size: clamp(1.3rem, 2.6vw, 1.95rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0d1b36;
}

.rlv2-case__lead {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(9, 69, 88, 0.9);
  font-weight: 600;
}

.rlv2-case__body {
  max-width: 64ch;
  font-size: 0.9rem;
  line-height: 1.72;
  color: rgba(13, 31, 60, 0.9);
}
.rlv2-case__body p,
.rlv2-case__body ul,
.rlv2-case__body ol {
  margin: 0 0 0.95rem;
}
.rlv2-case__body h2,
.rlv2-case__body h3 {
  margin: 1.15rem 0 0.45rem;
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #0c556f;
}
.rlv2-case__body strong {
  color: #112548;
}

.rlv2-offer {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 1.2rem;
  padding: clamp(1.2rem, 2.6vw, 1.8rem);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(13, 27, 54, 0.96) 0%, rgba(9, 69, 88, 0.94) 100%);
  color: #ffffff;
  box-shadow: 0 22px 52px rgba(13, 27, 54, 0.18);
}

.rlv2-offer__content {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.rlv2-offer__eyebrow,
.rlv2-offer__eyebrow::before {
  color: rgba(90, 200, 224, 0.94);
  background: transparent;
}

.rlv2-offer__title {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.rlv2-offer__text {
  margin: 0;
  max-width: 54ch;
  font-size: 0.98rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
}

.rlv2-offer__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.rlv2-offer__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.rlv2-offer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  padding-top: 0.4rem;
}

.rlv2-offer__card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
  padding: 0.9rem;
  color: #0d1f3c;
}

.rlv2-offer__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 1rem;
  border-radius: 18px;
  background: #f2f2f2;
}
.rlv2-offer__media img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: contain;
}

.rlv2-offer__summary {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  padding: 0 0.2rem 0.2rem;
}

.rlv2-offer__product-type {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #0c556f;
}

.rlv2-offer__price-row,
.rlv2-product-card__price-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.rlv2-offer__price,
.rlv2-product-card__price {
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
  color: #112548;
}

.rlv2-offer__tax,
.rlv2-product-card__tax {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(74, 96, 128, 0.86);
}

.rlv2-offer__desc,
.rlv2-product-card__desc {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(13, 31, 60, 0.8);
}

.rlv2-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.rlv2-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.rlv2-product-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(180px, 20vw, 220px);
  padding: 0.85rem 1rem;
  background: linear-gradient(180deg, #f2f2f2 0%, #fbfbfb 100%);
  border-bottom: 1px solid rgba(17, 37, 72, 0.06);
}
.rlv2-product-card__media img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}

.rlv2-product-card__body {
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
  background: #ffffff;
  flex: 1;
}

.rlv2-product-card__eyebrow {
  color: #0c556f;
}

.rlv2-product-card__title {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.25;
  color: #0d1b36;
}
.rlv2-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.rlv2-product-card__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(17, 37, 72, 0.06);
}

.rlv2-editor-note {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px dashed rgba(217, 149, 31, 0.45);
  background: rgba(243, 170, 45, 0.08);
  font-size: 0.9rem;
  line-height: 1.7;
  color: #0d1b36;
}

@media (max-width: 1100px) {
  .rlv2-hero,
  .rlv2-usecase,
  .rlv2-offer,
  .rlv2-case {
    grid-template-columns: 1fr;
  }
  .rlv2-hero__visual {
    padding-left: 0;
  }
  .rlv2-hero__frame {
    width: 100%;
    height: clamp(280px, 54vw, 360px);
  }
  .rlv2-hero__spotlight {
    max-width: 320px;
  }
  .rlv2-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rlv2-case--reverse .rlv2-case__media,
  .rlv2-case--reverse .rlv2-case__content {
    order: initial;
  }
}
@media (max-width: 768px) {
  .oi-page--realisations-v2 {
    padding: 0 0.85rem 3rem;
  }
  .rlv2-shell {
    margin-top: 32px;
    gap: 2rem;
  }
  .rlv2-hero,
  .rlv2-usecase__panel,
  .rlv2-case__content,
  .rlv2-offer,
  .rlv2-offer__card {
    border-radius: 22px;
  }
  .rlv2-hero__title {
    max-width: 100%;
  }
  .rlv2-metrics {
    grid-template-columns: 1fr 1fr;
  }
  .rlv2-case__media {
    height: clamp(220px, 52vw, 300px);
  }
  .rlv2-products__grid {
    grid-template-columns: 1fr;
  }
  .rlv2-hero__spotlight {
    position: static;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .rlv2-product-card__footer {
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .rlv2-hero {
    padding: 1.15rem;
  }
  .rlv2-metrics,
  .rlv2-hero__actions,
  .rlv2-offer__actions {
    grid-template-columns: 1fr;
  }
  .rlv2-metrics {
    display: grid;
  }
  .rlv2-metric {
    padding: 0.95rem 1rem;
  }
  .rlv2-hero__actions,
  .rlv2-offer__actions {
    display: grid;
  }
  .rlv2-hero__frame {
    height: 280px;
  }
  .rlv2-section-head__title {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }
}
.rlv2-page-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 1.2rem;
  align-items: end;
  padding-top: 0.35rem;
}

.rlv2-page-head__copy {
  display: grid;
  gap: 0.65rem;
  max-width: 760px;
}

.rlv2-page-head__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #0c556f;
}
.rlv2-page-head__eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.rlv2-page-head__title {
  margin: 0;
  font-size: clamp(2rem, 4.3vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #0d1b36;
}

.rlv2-page-head__intro,
.rlv2-page-head__subintro {
  margin: 0;
  max-width: 64ch;
  font-size: 0.95rem;
  line-height: 1.72;
  color: rgba(13, 31, 60, 0.84);
}

.rlv2-page-head__subintro {
  color: rgba(9, 69, 88, 0.9);
  font-weight: 500;
}

.rlv2-page-head__metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.75rem;
}

.rlv2-page-head__metric {
  display: grid;
  gap: 0.3rem;
  padding: 0.9rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 37, 72, 0.08);
  box-shadow: 0 12px 24px rgba(17, 37, 72, 0.05);
}

.rlv2-page-head__metric-value {
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  color: #112548;
}

.rlv2-page-head__metric-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(74, 96, 128, 0.88);
}

.rl-slider--v2 {
  max-width: none;
  width: 100%;
  margin-top: 0;
}

.rlv2-storyboard {
  display: grid;
  gap: clamp(1rem, 2.2vw, 1.6rem);
  align-items: start;
}

.rlv2-storyboard__detail {
  width: 100%;
}

.rl-slider--v2 .rl-slider__images {
  height: clamp(360px, 45vw, 510px);
  border-radius: 28px;
  border: 1px solid rgba(17, 37, 72, 0.08);
  box-shadow: 0 24px 44px rgba(17, 37, 72, 0.11);
}

.rlv2-slider__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  background: linear-gradient(135deg, rgba(17, 37, 72, 0.88), rgba(12, 85, 111, 0.9));
}

.rl-slider--v2 .rl-slider__img-overlay {
  padding: 0 2rem 1.6rem;
}

.rlv2-slider__img-lead {
  max-width: 46ch;
  margin: 0.55rem 0 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.rlv2-slider__info {
  margin-top: 0;
  width: 100%;
  margin-inline: 0;
  padding: clamp(1.15rem, 2vw, 1.45rem);
  border-radius: 26px;
  border: 1px solid rgba(17, 37, 72, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f8f5ef 100%);
  box-shadow: 0 22px 46px rgba(17, 37, 72, 0.07);
  display: grid;
  gap: 1.1rem;
}

.rlv2-slider__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(290px, 0.88fr);
  gap: 1.1rem;
  align-items: start;
}

.rlv2-slider__panel-main {
  display: grid;
  gap: 0.75rem;
}

.rlv2-slider__panel-kicker,
.rlv2-slider__panel-side-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #0c556f;
}

.rlv2-slider__panel-title {
  margin: 0;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0d1b36;
}

.rlv2-slider__panel-lead {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.7;
  font-weight: 600;
  color: rgba(9, 69, 88, 0.92);
}

.rlv2-slider__panel-body {
  font-size: 0.9rem;
  line-height: 1.72;
  color: rgba(13, 31, 60, 0.88);
}
.rlv2-slider__panel-body p {
  margin: 0 0 0.75rem;
}
.rlv2-slider__panel-body p:last-child {
  margin-bottom: 0;
}

.rlv2-slider__panel-body--rich {
  max-height: 220px;
  overflow: auto;
  padding-right: 0.25rem;
}

.rlv2-slider__panel-side {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #fbfaf7 0%, #f1efe9 100%);
  border: 1px solid rgba(17, 37, 72, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.rlv2-slider__panel-side-copy {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.65;
  color: rgba(13, 31, 60, 0.74);
}

.rlv2-slider__mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.rlv2-slider__mini-product {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 37, 72, 0.08);
  box-shadow: 0 10px 22px rgba(17, 37, 72, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.rlv2-slider__mini-product:hover {
  transform: translateY(-2px);
  border-color: rgba(12, 85, 111, 0.28);
  box-shadow: 0 16px 30px rgba(17, 37, 72, 0.08);
}

.rlv2-slider__mini-product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 138px;
  padding: 0.8rem;
  background: linear-gradient(180deg, #f3f4f4 0%, #fafafa 100%);
  text-decoration: none;
}
.rlv2-slider__mini-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rlv2-slider__mini-product-body {
  display: grid;
  align-content: start;
  gap: 0.5rem;
  padding: 0.85rem;
}

.rlv2-slider__mini-product-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  color: #0d1b36;
  text-decoration: none;
}

.rlv2-slider__mini-product-price {
  font-size: 0.82rem;
  font-weight: 700;
  color: #094558;
}

.rlv2-slider__mini-product-cta {
  justify-self: start;
  margin-top: 0.2rem;
}

.rlv2-slider__pack-link,
.rlv2-slider__products-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.rlv2-slider__pack-link {
  background: linear-gradient(135deg, rgba(13, 27, 54, 0.96) 0%, rgba(9, 69, 88, 0.94) 100%);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(13, 27, 54, 0.16);
}
.rlv2-slider__pack-link:hover {
  transform: translateY(-2px);
}

.rlv2-slider__pack-label,
.rlv2-slider__pack-cta {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.rlv2-slider__pack-title {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
}

.rlv2-slider__pack-cta {
  color: rgba(90, 200, 224, 0.98);
}

.rlv2-slider__products-link {
  padding-left: 0;
  background: transparent;
  color: #094558;
  font-size: 0.84rem;
  font-weight: 600;
}

.rlv2-slider__case-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 37, 72, 0.08);
}

.rlv2-slider__case-toolbar-copy {
  display: grid;
  gap: 0.3rem;
  max-width: 34rem;
}

.rlv2-slider__case-toolbar-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #0c556f;
}

.rlv2-slider__case-toolbar-text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(13, 31, 60, 0.74);
}

.rlv2-slider__case-categories {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.rlv2-slider__category-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(17, 37, 72, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(13, 31, 60, 0.78);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.rlv2-slider__category-chip:hover, .rlv2-slider__category-chip.is-active {
  transform: translateY(-1px);
  border-color: rgba(12, 85, 111, 0.3);
  background: rgba(0, 160, 210, 0.08);
  color: #094558;
}

.rlv2-slider__cases {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.95rem;
}

.rlv2-slider__case-card {
  display: grid;
  grid-template-rows: 152px 1fr;
  flex: 1 1 220px;
  width: 100%;
  max-width: 248px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 37, 72, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(17, 37, 72, 0.05);
  text-align: left;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.rlv2-slider__case-card:hover, .rlv2-slider__case-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(12, 85, 111, 0.28);
  box-shadow: 0 16px 30px rgba(17, 37, 72, 0.08);
}
.rlv2-slider__case-card.is-active {
  background: linear-gradient(180deg, white 0%, rgba(0, 160, 210, 0.05) 100%);
}

.rlv2-slider__case-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f2f2f2;
  min-height: 152px;
}
.rlv2-slider__case-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rlv2-slider__case-card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 160, 210, 0.16), rgba(67, 203, 156, 0.1));
}

.rlv2-slider__case-card-body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.45rem;
  align-content: start;
  padding: 0.9rem 0.9rem 1rem;
}

.rlv2-slider__case-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.rlv2-slider__case-card-category {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(0, 160, 210, 0.09);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #094558;
}

.rlv2-slider__case-card-step {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(74, 96, 128, 0.82);
}

.rlv2-slider__case-card-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  color: #0d1b36;
}

.rlv2-slider__case-card-text {
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(13, 31, 60, 0.74);
}

.rlv2-slider__case-card-link {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #094558;
}

.rlv2-slider__footer {
  display: grid;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 37, 72, 0.08);
}

.rlv2-slider__footer .rl-slider__progress {
  width: 100%;
  margin: 0;
  flex: initial;
}

.rlv2-slider__footer-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}

.rlv2-slider__footer-label {
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(13, 31, 60, 0.68);
}

.rlv2-slider__footer-link {
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  color: #094558;
}

@media (max-width: 1024px) {
  .rlv2-page-head,
  .rlv2-slider__panel {
    grid-template-columns: 1fr;
  }
  .rlv2-page-head__metrics {
    max-width: 420px;
  }
  .rlv2-slider__case-card {
    max-width: calc(50% - 0.5rem);
  }
  .rlv2-slider__mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .rlv2-page-head {
    gap: 1rem;
  }
  .rlv2-page-head__title {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }
  .rlv2-page-head__metrics {
    grid-template-columns: 1fr 1fr;
  }
  .rlv2-page-head__metric {
    padding: 0.8rem;
  }
  .rlv2-shell .rl-slider--v2 .rl-slider__images {
    height: 380px;
  }
  .rlv2-slider__img-lead {
    font-size: 0.84rem;
  }
  .rlv2-slider__info {
    width: 100%;
    padding: 1rem;
  }
  .rlv2-slider__mini-grid {
    grid-template-columns: 1fr 1fr;
  }
  .rlv2-slider__case-card {
    max-width: calc(50% - 0.5rem);
  }
  .rlv2-slider__case-card {
    border-radius: 20px;
  }
  .rlv2-slider__footer-meta {
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .rlv2-page-head__metrics {
    grid-template-columns: 1fr;
  }
  .rlv2-shell .rl-slider--v2 .rl-slider__images {
    height: 300px;
  }
  .rlv2-shell .rl-slider--v2 .rl-slider__img-overlay {
    padding: 0 1rem 1rem;
  }
  .rlv2-slider__panel-side {
    padding: 0.9rem;
  }
  .rlv2-slider__mini-grid {
    grid-template-columns: 1fr;
  }
  .rlv2-slider__case-card {
    max-width: 100%;
    flex-basis: 100%;
  }
  .rlv2-slider__mini-product-media {
    height: 120px;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.oi-contact-page {
  background: linear-gradient(180deg, #f5f3ef 0%, #ffffff 60%);
  overflow-x: hidden;
}

.oi-contact-page .oi-page-hero__banner {
  background: linear-gradient(135deg, #112548 0%, #0d1b36 50%, #0c556f 100%);
}

.oi-contact-page .oi-page-hero__banner--overlay::before {
  display: none;
}

.oi-contact-hero__glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.oi-contact-hero__glow--left {
  top: -100px;
  left: -100px;
  background: #00a0d2;
}

.oi-contact-hero__glow--right {
  bottom: -100px;
  right: -100px;
  background: #43CB9C;
}

.oi-contact-hero__eyebrow {
  display: inline-block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #43CB9C;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}

.oi-contact-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  padding: 48px 0 0;
  align-items: start;
}

.oi-contact-sidebar {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.oi-contact-sidebar__card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.oi-contact-sidebar__card-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00a0d2, #43CB9C, #f3aa2d);
  border-radius: 16px 16px 0 0;
}
.oi-contact-sidebar__card-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #112548;
  margin: 8px 0 20px;
}
.oi-contact-sidebar__info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.oi-contact-sidebar__info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #444444;
  line-height: 1.5;
}
.oi-contact-sidebar__info-item strong {
  display: block;
  font-weight: 600;
  color: #112548;
  font-size: 13px;
  margin-bottom: 2px;
}
.oi-contact-sidebar__info-item a {
  color: #0c556f;
  text-decoration: none;
  transition: color 0.3s ease;
}
.oi-contact-sidebar__info-item a:hover {
  color: #00a0d2;
}
.oi-contact-sidebar__info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(0, 160, 210, 0.08);
  border-radius: 7px;
  flex-shrink: 0;
}
.oi-contact-sidebar__info-icon svg {
  color: #0c556f;
}
.oi-contact-sidebar__socials {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ced4da;
}
.oi-contact-sidebar__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(17, 37, 72, 0.06);
  border-radius: 7px;
  color: #112548;
  transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
}
.oi-contact-sidebar__social-link img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.oi-contact-sidebar__social-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.oi-contact-sidebar__social-link:hover {
  background: #112548;
  transform: translateY(-2px);
  color: #ffffff;
}
.oi-contact-sidebar__social-link:hover img {
  filter: brightness(0) invert(1);
}
.oi-contact-sidebar__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}
.oi-contact-sidebar__pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: rgba(67, 203, 156, 0.08);
  border-radius: 50px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #36b085;
}
.oi-contact-sidebar__pill svg {
  color: #43CB9C;
}
.oi-contact-sidebar__pill--cyan {
  background: rgba(0, 160, 210, 0.08);
  color: #008cb8;
}
.oi-contact-sidebar__pill--cyan svg {
  color: #00a0d2;
}
.oi-contact-sidebar__pill--orange {
  background: rgba(243, 170, 45, 0.08);
  color: #d9951f;
}
.oi-contact-sidebar__pill--orange svg {
  color: #f3aa2d;
}
.oi-contact-sidebar__pill--green {
  background: rgba(67, 203, 156, 0.08);
  color: #36b085;
}
.oi-contact-sidebar__pill--green svg {
  color: #43CB9C;
}
.oi-contact-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #ffffff;
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.oi-contact-sidebar__nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #112548;
  text-decoration: none;
  border-radius: 7px;
  transition: background 0.3s ease, color 0.3s ease;
}
.oi-contact-sidebar__nav-link > svg {
  color: #c1c1c1;
  transition: transform 0.3s ease, color 0.3s ease;
  margin-left: auto;
}
.oi-contact-sidebar__nav-link:hover {
  background: rgba(0, 160, 210, 0.06);
  color: #0c556f;
}
.oi-contact-sidebar__nav-link:hover > svg {
  color: #0c556f;
  transform: translateX(3px);
}
.oi-contact-sidebar__nav-link:hover .oi-contact-sidebar__nav-icon {
  color: #0c556f;
}
.oi-contact-sidebar__nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: rgba(0, 160, 210, 0.08);
  color: #0c556f;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.oi-contact-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.oi-contact-reassurance {
  background: linear-gradient(135deg, #112548 0%, #0d1b36 50%, #0c556f 100%);
  border-radius: 16px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  box-shadow: 0 8px 32px rgba(15, 28, 63, 0.18);
}
.oi-contact-reassurance__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}
.oi-contact-reassurance__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.oi-contact-reassurance__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.oi-contact-reassurance__icon--cyan {
  background: rgba(0, 160, 210, 0.15);
  color: #00a0d2;
}
.oi-contact-reassurance__icon--orange {
  background: rgba(243, 170, 45, 0.15);
  color: #f3aa2d;
}
.oi-contact-reassurance__icon--green {
  background: rgba(67, 203, 156, 0.15);
  color: #43CB9C;
}
.oi-contact-reassurance__icon--teal {
  background: rgba(12, 85, 111, 0.2);
  color: #5ac8e0;
}
.oi-contact-reassurance__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 3px;
}
.oi-contact-reassurance__text {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.45;
}

.oi-contact-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.oi-contact-stats__card {
  background: #ffffff;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #ced4da;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: default;
}
.oi-contact-stats__card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.oi-contact-stats__card:hover .oi-contact-stats__icon {
  transform: scale(1.12);
}
.oi-contact-stats__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.oi-contact-stats__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.oi-contact-stats__icon--green {
  background: rgba(67, 203, 156, 0.12);
  color: #36b085;
}
.oi-contact-stats__icon--cyan {
  background: rgba(0, 160, 210, 0.12);
  color: #008cb8;
}
.oi-contact-stats__icon--orange {
  background: rgba(243, 170, 45, 0.12);
  color: #d9951f;
}
.oi-contact-stats__label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}
.oi-contact-stats__value {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #112548;
  margin: 0 0 3px;
}
.oi-contact-stats__sub {
  font-size: 12px;
  font-weight: 300;
  color: #707070;
  margin: 0;
}

.oi-contact-form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(206, 212, 218, 0.5);
  overflow: hidden;
  position: relative;
}
.oi-contact-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00a0d2, #0c556f, #112548);
  z-index: 1;
}
.oi-contact-form-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(206, 212, 218, 0.4);
  flex-wrap: wrap;
}
.oi-contact-form-card__head-left {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.oi-contact-form-card__head-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: rgba(243, 170, 45, 0.12);
  color: #d9951f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.oi-contact-form-card__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 700;
  color: #112548;
  margin: 0 0 2px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.oi-contact-form-card__desc {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #707070;
  margin: 0;
}
.oi-contact-form-card__form {
  padding: 28px;
}

.oi-contact-map-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(206, 212, 218, 0.5);
  overflow: hidden;
  position: relative;
}
.oi-contact-map-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00a0d2, #0c556f, #112548);
  z-index: 1;
}
.oi-contact-map-card__header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(206, 212, 218, 0.4);
}
.oi-contact-map-card__head-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: rgba(12, 85, 111, 0.12);
  color: #0c556f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.oi-contact-map-card__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 700;
  color: #112548;
  margin: 0 0 2px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.oi-contact-map-card__desc {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #707070;
  margin: 0;
}
.oi-contact-map-card__body {
  padding: 0;
}
.oi-contact-map-card__body iframe,
.oi-contact-map-card__body .wpgmza_sl_main_div,
.oi-contact-map-card__body .wpgmza-map {
  width: 100% !important;
  border-radius: 0;
}

.oi-form-steps {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 4px;
}

.oi-form-step {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 11px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #707070;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  white-space: nowrap;
}
.oi-form-step.active {
  background: #ffffff;
  color: #112548;
  box-shadow: 0 1px 4px rgba(15, 28, 63, 0.12);
}
.oi-form-step.done {
  color: #36b085;
}
.oi-form-step__num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(17, 37, 72, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: #707070;
  transition: all 0.2s;
  flex-shrink: 0;
}
.oi-form-step__num svg {
  width: 9px;
  height: 9px;
}
.oi-form-step.active .oi-form-step__num {
  background: #112548;
  color: #ffffff;
}
.oi-form-step.done .oi-form-step__num {
  background: #43CB9C;
  color: #ffffff;
}

.oi-form-panel {
  display: none;
}
.oi-form-panel.active {
  display: block;
}

.oi-fieldset-label {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #0c556f;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(206, 212, 218, 0.4);
  display: flex;
  align-items: center;
  gap: 8px;
}
.oi-fieldset-label::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #0c556f;
  border-radius: 2px;
}

.oi-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.oi-form-grid--single {
  grid-template-columns: 1fr;
}

.oi-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.oi-field label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #112548;
}

.oi-req {
  color: #dc3545;
  margin-left: 2px;
}

.oi-field-wrap {
  position: relative;
}
.oi-field-wrap .wpcf7-form-control-wrap {
  display: block;
}
.oi-field-wrap input.oi-input,
.oi-field-wrap textarea.oi-textarea,
.oi-field-wrap select.oi-select {
  width: 100%;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #112548;
  background: #f8f9fa;
  border: 1px solid rgba(206, 212, 218, 0.6);
  border-radius: 7px;
  padding: 13px 14px 13px 40px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.oi-field-wrap input.oi-input::placeholder,
.oi-field-wrap textarea.oi-textarea::placeholder,
.oi-field-wrap select.oi-select::placeholder {
  color: #c1c1c1;
  font-weight: 300;
}
.oi-field-wrap input.oi-input:focus,
.oi-field-wrap textarea.oi-textarea:focus,
.oi-field-wrap select.oi-select:focus {
  border-color: #00a0d2;
  box-shadow: 0 0 0 4px rgba(0, 160, 210, 0.1);
  background: #ffffff;
}
.oi-field-wrap textarea.oi-textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.6;
}
.oi-field-wrap--error input.oi-input,
.oi-field-wrap--error textarea.oi-textarea {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}
.oi-field-wrap:focus-within .oi-field-icon {
  color: #00a0d2;
}

.oi-input-error {
  border-color: #dc3545 !important;
}

.oi-select-wrap select.oi-select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.oi-field-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #0c556f;
  font-size: 13px;
  pointer-events: none;
  transition: color 0.2s;
  z-index: 1;
  display: flex;
  align-items: center;
}
.oi-field-icon--top {
  top: 15px;
  transform: none;
}

.oi-interests-group {
  margin-bottom: 20px;
}
.oi-interests-group .wpcf7-form-control-wrap {
  display: block;
}
.oi-interests-group .wpcf7-checkbox,
.oi-interests-group .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.oi-interests-group .wpcf7-list-item {
  margin: 0 !important;
}
.oi-interests-group .wpcf7-list-item label {
  padding: 6px 14px;
  background: #f8f9fa;
  border: 1px solid rgba(206, 212, 218, 0.5);
  border-radius: 50px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #707070;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.oi-interests-group .wpcf7-list-item label:hover {
  border-color: #0c556f;
  color: #0c556f;
  background: rgba(12, 85, 111, 0.08);
}
.oi-interests-group .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.oi-interests-group .wpcf7-list-item.selected label, .oi-interests-group .wpcf7-list-item.oi-interest-tag.selected label {
  background: #112548;
  border-color: #112548;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(15, 28, 63, 0.2);
}

.oi-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f9fa;
  border: 1px solid rgba(206, 212, 218, 0.5);
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.oi-toggle-row:hover {
  border-color: #00a0d2;
}
.oi-toggle-row .wpcf7-form-control-wrap,
.oi-toggle-row .wpcf7-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.oi-toggle-row__info {
  flex: 1;
}
.oi-toggle-row__title {
  font-size: 13px;
  font-weight: 600;
  color: #112548;
  margin-bottom: 1px;
}
.oi-toggle-row__desc {
  font-size: 11px;
  font-weight: 300;
  color: #707070;
}

.oi-toggle-switch {
  width: 42px;
  height: 24px;
  border-radius: 10px;
  background: rgba(206, 212, 218, 0.4);
  position: relative;
  flex-shrink: 0;
  margin-left: 14px;
  transition: background 0.25s;
}
.oi-toggle-switch.on {
  background: #00a0d2;
}
.oi-toggle-switch::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: transform 0.25s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.oi-toggle-switch.on::after {
  transform: translateX(18px);
}

.oi-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(206, 212, 218, 0.4);
  margin-top: 20px;
}

.oi-form-privacy {
  font-size: 11px;
  font-weight: 300;
  color: #707070;
  line-height: 1.5;
  max-width: 260px;
}
.oi-form-privacy a {
  color: #0c556f;
  text-decoration: none;
}

.oi-form-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.oi-form-actions--split {
  gap: 12px;
}
.oi-form-actions--right {
  justify-content: flex-end;
}

.oi-form-panel[data-step="3"] .oi-form-footer {
  display: block !important;
}

.oi-form-panel[data-step="3"] .oi-form-actions {
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 12px;
}

.oi-form-actions .wpcf7-spinner {
  position: absolute;
  margin: 0;
}

.oi-btn-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  background: #112548;
  border: none;
  border-radius: 7px;
  padding: 14px 28px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 24px rgba(15, 28, 63, 0.15);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}
.oi-btn-next:hover {
  background: #0c556f;
  box-shadow: 0 8px 24px rgba(12, 85, 111, 0.25);
  transform: translateY(-1px);
}
.oi-btn-next:active {
  transform: translateY(0) scale(0.98);
}
.oi-btn-next svg {
  transition: transform 0.25s;
}
.oi-btn-next:hover svg {
  transform: translateX(4px);
}
.oi-btn-next--alt {
  background: #ffffff;
  color: #112548;
  border: 1.5px solid rgba(17, 37, 72, 0.2);
  box-shadow: none;
}
.oi-btn-next--alt:hover {
  background: #112548;
  color: #ffffff;
  border-color: #112548;
  box-shadow: 0 8px 24px rgba(15, 28, 63, 0.15);
}

.oi-btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #112548;
  background: #ffffff;
  border: 1px solid rgba(15, 28, 63, 0.12);
  border-radius: 7px;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
}
.oi-btn-back:hover {
  background: #112548;
  color: #ffffff;
  border-color: #112548;
  box-shadow: 0 6px 20px rgba(15, 28, 63, 0.15);
  transform: translateY(-1px);
}

.oi-contact-form-card__form input[type=submit].oi-btn-submit,
.oi-contact-form-card__form .wpcf7-submit.oi-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  background: #112548;
  border: none;
  border-radius: 7px;
  padding: 14px 28px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 24px rgba(15, 28, 63, 0.15);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
  width: auto;
  margin-top: 0;
}
.oi-contact-form-card__form input[type=submit].oi-btn-submit:hover,
.oi-contact-form-card__form .wpcf7-submit.oi-btn-submit:hover {
  background: #0c556f;
  box-shadow: 0 8px 24px rgba(12, 85, 111, 0.25);
  transform: translateY(-1px);
}
.oi-contact-form-card__form input[type=submit].oi-btn-submit:active,
.oi-contact-form-card__form .wpcf7-submit.oi-btn-submit:active {
  transform: translateY(0) scale(0.98);
}
.oi-contact-form-card__form p {
  margin-bottom: 0;
}
.oi-contact-form-card__form .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.oi-contact-form-card__form .wpcf7-not-valid-tip {
  display: none !important;
}
.oi-contact-form-card__form .wpcf7-response-output {
  display: none !important;
}

.oi-toast {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 10000;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 320px;
  max-width: 440px;
  padding: 16px 18px;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.08);
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  pointer-events: auto;
  opacity: 1;
  transform: none;
}
.oi-toast--show {
  transform: translateX(0);
  opacity: 1;
}
.oi-toast--hide {
  transform: translateX(120%);
  opacity: 0;
}
.oi-toast--error {
  background: linear-gradient(135deg, #1e1028 0%, #0d1b36 100%);
  border: 1px solid rgba(220, 53, 69, 0.3);
}
.oi-toast--error .oi-toast__icon {
  color: #ff6b7a;
}
.oi-toast--success {
  background: linear-gradient(135deg, #0d1b36 0%, #0a2e1e 100%);
  border: 1px solid rgba(67, 203, 156, 0.3);
}
.oi-toast--success .oi-toast__icon {
  color: #43CB9C;
}
.oi-toast__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oi-toast--error .oi-toast__icon {
  background: rgba(220, 53, 69, 0.15);
}
.oi-toast--success .oi-toast__icon {
  background: rgba(67, 203, 156, 0.15);
}
.oi-toast__body {
  flex: 1;
  min-width: 0;
}
.oi-toast__title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}
.oi-toast__msg {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}
.oi-toast__list {
  margin: 0;
  padding: 0 0 0 16px;
  list-style: none;
}
.oi-toast__list li {
  position: relative;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  padding-left: 4px;
}
.oi-toast__list li::before {
  content: "•";
  position: absolute;
  left: -12px;
  color: rgba(255, 255, 255, 0.35);
}
.oi-toast__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  transition: color 0.2s;
}
.oi-toast__close:hover {
  color: #ffffff;
}

@media (max-width: 600px) {
  .oi-toast {
    top: auto;
    bottom: 16px;
    right: 16px;
    left: 16px;
    min-width: 0;
    max-width: none;
    transform: translateY(120%);
  }
  .oi-toast--show {
    transform: translateY(0);
  }
  .oi-toast--hide {
    transform: translateY(120%);
  }
}
.oi-contact-partners {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 28px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(206, 212, 218, 0.5);
}
.oi-contact-partners__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.oi-contact-partners__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #112548;
  margin: 0;
}
.oi-contact-partners__arrows {
  display: flex;
  gap: 6px;
}
.oi-contact-partners__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: none;
  background: #112548;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(17, 37, 72, 0.25);
}
.oi-contact-partners__arrow svg {
  width: 16px !important;
  height: 16px !important;
  color: #ffffff !important;
  stroke: #ffffff !important;
  flex-shrink: 0;
}
.oi-contact-partners__arrow:hover:not(:disabled) {
  background: #0c556f;
  box-shadow: 0 4px 14px rgba(12, 85, 111, 0.35);
  transform: scale(1.08);
}
.oi-contact-partners__arrow:disabled {
  background: rgba(17, 37, 72, 0.15);
  box-shadow: none;
  cursor: not-allowed;
}
.oi-contact-partners__arrow:disabled svg {
  color: rgba(17, 37, 72, 0.4) !important;
  stroke: rgba(17, 37, 72, 0.4) !important;
}
.oi-contact-partners__viewport {
  overflow: hidden;
  border-radius: 7px;
}
.oi-contact-partners__track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.oi-contact-partners__item {
  flex: 0 0 25%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 72px;
  box-sizing: border-box;
}
.oi-contact-partners__item img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.oi-contact-partners__item svg {
  color: #112548;
  width: 36px;
  height: 36px;
}
.oi-contact-partners__item:hover img, .oi-contact-partners__item:hover svg {
  transform: scale(1.08);
}
.oi-contact-partners__placeholder {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.oi-contact-partners__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}
.oi-contact-partners__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(17, 37, 72, 0.15);
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.oi-contact-partners__dot.active {
  background: #0c556f;
  width: 24px;
  border-radius: 4px;
}
.oi-contact-partners__dot:hover:not(.active) {
  background: rgba(17, 37, 72, 0.3);
}

.oi-contact-page .cta-bottom-section {
  padding-top: 48px;
}

.oi-sidebar-partners {
  padding: 0 !important;
  overflow: hidden;
}
.oi-sidebar-partners__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #112548;
  margin: 0;
  padding: 20px 20px 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.oi-sidebar-partners__inner {
  display: flex;
  align-items: stretch;
  min-height: 160px;
}
.oi-sidebar-partners__bandeau {
  flex: 0 0 90px;
  overflow: hidden;
}
.oi-sidebar-partners__bandeau:empty {
  display: none;
}
.oi-sidebar-partners__bandeau img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oi-sidebar-partners__carousel {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 20px;
  min-width: 0;
}
.oi-sidebar-partners__viewport {
  flex: 1;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}
.oi-sidebar-partners__track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.oi-sidebar-partners__arrows {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.oi-sidebar-partners__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none !important;
  border-color: transparent !important;
  background: #0c556f !important;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  padding: 0;
}
.oi-sidebar-partners__arrow svg {
  display: block;
  width: 14px;
  height: 14px;
  stroke: #ffffff !important;
  fill: none !important;
}
.oi-sidebar-partners__arrow svg polyline, .oi-sidebar-partners__arrow svg line, .oi-sidebar-partners__arrow svg path {
  stroke: #ffffff !important;
}
.oi-sidebar-partners__arrow:hover:not(:disabled) {
  background: #112548 !important;
}
.oi-sidebar-partners__arrow:disabled {
  background: rgba(17, 37, 72, 0.15) !important;
  cursor: default;
}
.oi-sidebar-partners__arrow:disabled svg {
  stroke: rgba(17, 37, 72, 0.4) !important;
}
.oi-sidebar-partners__arrow:disabled svg polyline, .oi-sidebar-partners__arrow:disabled svg line, .oi-sidebar-partners__arrow:disabled svg path {
  stroke: rgba(17, 37, 72, 0.4) !important;
}
.oi-sidebar-partners__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
}
.oi-sidebar-partners__item img {
  display: block;
  max-width: 120px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 1;
  transition: transform 0.3s ease;
}
.oi-sidebar-partners__item:hover img {
  transform: scale(1.05);
}

@media (max-width: 968px) {
  .oi-contact-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .oi-contact-sidebar {
    position: static;
    order: -1;
  }
  .oi-contact-sidebar__card {
    padding: 24px 20px;
  }
  .oi-contact-reassurance {
    grid-template-columns: repeat(2, 1fr);
  }
  .oi-contact-stats {
    grid-template-columns: repeat(3, 1fr);
  }
  .oi-contact-form-card__header {
    flex-direction: column;
    gap: 12px;
  }
  .oi-contact-form-card__form {
    padding: 24px 20px;
  }
  .oi-form-steps {
    width: 100%;
    justify-content: center;
  }
  .oi-form-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .oi-contact-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .oi-contact-reassurance {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .oi-contact-page .oi-page-hero__banner {
    min-height: 220px;
  }
  .oi-contact-layout {
    padding: 24px 0 0;
    gap: 24px;
  }
  .oi-contact-reassurance {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 16px;
  }
  .oi-contact-reassurance__item {
    padding: 16px 12px;
  }
  .oi-contact-stats {
    grid-template-columns: 1fr;
  }
  .oi-contact-stats__card {
    padding: 18px 16px;
  }
  .oi-contact-form-card__header {
    padding: 20px 16px;
  }
  .oi-contact-form-card__form {
    padding: 20px 16px;
  }
  .oi-contact-form-card .oi-btn-submit {
    width: 100%;
  }
  .oi-form-steps {
    gap: 2px;
    padding: 3px;
  }
  .oi-form-step {
    padding: 6px 10px;
    font-size: 11px;
  }
  .oi-form-grid {
    grid-template-columns: 1fr;
  }
  .oi-form-footer {
    flex-direction: column;
    gap: 12px;
  }
  .oi-form-privacy {
    max-width: none;
    text-align: center;
  }
  .oi-form-actions {
    width: 100%;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  .oi-form-panel[data-step="3"] .oi-form-actions {
    align-items: flex-end;
  }
  .oi-btn-next,
  .oi-btn-back {
    width: 100%;
    justify-content: center;
    flex: unset;
  }
  .oi-form-panel[data-step="3"] .oi-btn-back,
  .oi-form-panel[data-step="3"] .oi-btn-submit {
    width: auto;
  }
  .oi-contact-partners {
    padding: 20px 16px;
  }
  .oi-contact-partners__item {
    flex: 0 0 50%;
    height: 64px;
    padding: 10px 8px;
  }
  .oi-contact-partners__item img {
    max-height: 30px;
  }
  .oi-sidebar-partners__inner {
    min-height: 140px;
  }
  .oi-sidebar-partners__bandeau {
    flex: 0 0 70px;
  }
  .cta-bottom-section {
    padding: 32px 0 0;
  }
}
@media (max-width: 480px) {
  .oi-contact-reassurance {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .oi-contact-sidebar__card {
    padding: 20px 16px;
  }
  .oi-contact-map-card__header {
    padding: 20px 16px;
  }
  .oi-form-steps {
    flex-wrap: wrap;
    gap: 4px;
  }
  .oi-form-step {
    flex: 1 1 auto;
    justify-content: center;
  }
  .oi-contact-layout {
    padding: 16px 0 0;
  }
  .oi-contact-hero__glow {
    display: none;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.oi-legal__update-bar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #707070;
  background: #ffffff;
  border: 1px solid rgba(17, 37, 72, 0.06);
  border-radius: 50px;
  padding: 10px 20px;
  margin-bottom: 2rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.oi-legal__update-bar svg {
  color: #0c556f;
  flex-shrink: 0;
}
.oi-legal__update-bar strong {
  font-weight: 700;
  color: #112548;
}

.oi-legal__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 3rem;
}

.oi-legal__section {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.oi-legal__section:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.oi-legal__section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(17, 37, 72, 0.04);
  background: rgba(245, 243, 239, 0.5);
}

.oi-legal__section-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #112548 0%, #0c556f 100%);
  color: #ffffff;
  border-radius: 10px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.oi-legal__section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c556f;
  flex-shrink: 0;
}

.oi-legal__section-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  color: #112548;
  margin: 0;
  letter-spacing: -0.01em;
}

.oi-legal__section-content {
  padding: 24px 28px 28px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #444444;
  line-height: 1.8;
}
.oi-legal__section-content h3, .oi-legal__section-content h4 {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  color: #112548;
  margin: 1.25rem 0 0.5rem;
}
.oi-legal__section-content h3:first-child, .oi-legal__section-content h4:first-child {
  margin-top: 0;
}
.oi-legal__section-content h3 {
  font-size: 1rem;
}
.oi-legal__section-content h4 {
  font-size: 0.875rem;
}
.oi-legal__section-content p {
  margin: 0 0 0.75rem;
}
.oi-legal__section-content ul, .oi-legal__section-content ol {
  padding-left: 1.5rem;
  margin: 0 0 0.75rem;
}
.oi-legal__section-content ul li, .oi-legal__section-content ol li {
  margin-bottom: 0.35rem;
}
.oi-legal__section-content a {
  color: #0c556f;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.3s ease;
}
.oi-legal__section-content a:hover {
  color: #00a0d2;
}
.oi-legal__section-content strong {
  font-weight: 700;
  color: #112548;
}

.oi-legal__contact {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 28px;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.oi-legal__contact-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(17, 37, 72, 0.06);
}
.oi-legal__contact-head svg {
  color: #0c556f;
  flex-shrink: 0;
}
.oi-legal__contact-head h2 {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  color: #112548;
  margin: 0;
}

.oi-legal__contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.oi-legal__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #444444;
}
.oi-legal__contact-item strong {
  display: block;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0c556f;
  margin-bottom: 4px;
}
.oi-legal__contact-item p {
  margin: 0;
  line-height: 1.8;
}
.oi-legal__contact-item a {
  color: #0c556f;
  text-decoration: none;
  transition: color 0.3s ease;
}
.oi-legal__contact-item a:hover {
  color: #00a0d2;
}

.oi-legal__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(12, 85, 111, 0.08);
  border-radius: 10px;
  color: #0c556f;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .oi-legal__section-head {
    padding: 18px 20px;
  }
  .oi-legal__section-content {
    padding: 20px;
  }
  .oi-legal__contact-grid {
    grid-template-columns: 1fr;
  }
  .oi-legal__contact {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .oi-legal__section-head {
    flex-wrap: wrap;
    gap: 10px;
  }
  .oi-legal__section-title {
    font-size: 1rem;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.actu-page {
  padding-bottom: 2rem;
}

.actu-filters {
  margin-bottom: 2rem;
}

.actu-filters__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.actu-filters__btn {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px solid rgba(17, 37, 72, 0.1);
  background: #ffffff;
  color: #444444;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.actu-filters__btn:hover {
  background: rgba(12, 85, 111, 0.06);
  border-color: rgba(12, 85, 111, 0.3);
  color: #0c556f;
}
.actu-filters__btn--active {
  background: #0c556f;
  border-color: #0c556f;
  color: #ffffff;
}
.actu-filters__btn--active:hover {
  background: #094558;
  border-color: #094558;
  color: #ffffff;
}

.actu-grid-section {
  margin-bottom: 3rem;
}

.actu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  transition: opacity 0.2s;
}
.actu-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.actu-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.actu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.actu-card--featured {
  grid-column: 1/-1;
}
.actu-card--featured .actu-card__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.actu-card--featured .actu-card__img-wrap {
  height: 100%;
  min-height: 320px;
}
.actu-card--featured .actu-card__body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.actu-card--featured .actu-card__title {
  font-size: 1.75rem;
}

.actu-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.actu-card__img-wrap {
  position: relative;
  overflow: hidden;
  height: 200px;
  flex-shrink: 0;
}

.actu-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.actu-card:hover .actu-card__img {
  transform: scale(1.04);
}

.actu-card__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  color: #c1c1c1;
  font-size: 2rem;
}

.actu-card__cat {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 50px;
  background: #0c556f;
  color: #ffffff;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.actu-card__body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.actu-card__date {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  color: #707070;
  margin-bottom: 8px;
}
.actu-card__date i {
  margin-right: 4px;
}

.actu-card__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #112548;
  line-height: 1.2;
  margin: 0 0 8px;
  text-transform: none;
}

.actu-card__excerpt {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #444444;
  line-height: 1.8;
  margin: 0 0 12px;
  flex: 1;
}

.actu-card__read-more {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0c556f;
  margin-top: auto;
  transition: color 0.2s;
}
.actu-card__read-more i {
  margin-left: 4px;
  transition: transform 0.2s;
}
.actu-card:hover .actu-card__read-more {
  color: #094558;
}
.actu-card:hover .actu-card__read-more i {
  transform: translateX(3px);
}

.actu-pagination {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.actu-pagination ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 6px;
}
.actu-pagination li {
  margin: 0;
  padding: 0;
}
.actu-pagination a, .actu-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(17, 37, 72, 0.1);
  background: #ffffff;
  color: #444444;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.actu-pagination a:hover {
  background: rgba(12, 85, 111, 0.06);
  border-color: rgba(12, 85, 111, 0.3);
  color: #0c556f;
}
.actu-pagination .current {
  background: #0c556f;
  border-color: #0c556f;
  color: #ffffff;
}

.actu-empty {
  text-align: center;
  padding: 4rem 1rem;
  color: #707070;
}
.actu-empty i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
  opacity: 0.4;
}
.actu-empty p {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.25rem;
  line-height: 1.8;
  margin: 0;
}

.single-actu__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 48px 40px 52px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.single-actu .oi-page-hero__title {
  text-transform: none;
}

.single-actu__topline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1.5rem;
  width: 100%;
}

.single-actu__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s, transform 0.2s;
}
.single-actu__back, .single-actu__back:link, .single-actu__back:visited {
  color: rgba(255, 255, 255, 0.75);
}
.single-actu__back:hover, .single-actu__back:focus {
  color: #ffffff;
  transform: translateX(-3px);
}

.single-actu__cat {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.single-actu__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
}
.single-actu__meta i {
  margin-right: 4px;
}

.single-actu__cover {
  margin-bottom: 2.5rem;
}

.single-actu__cover-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.single-actu__img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 500px;
  object-fit: cover;
}

.single-actu__content-section {
  margin-bottom: 2.5rem;
}

.single-actu__body {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.25rem;
  color: #444444;
  line-height: 1.8;
}
.single-actu__body h2, .single-actu__body h3, .single-actu__body h4 {
  color: #112548;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  text-transform: none;
}
.single-actu__body h2 {
  font-size: 1.75rem;
}
.single-actu__body h3 {
  font-size: 1.5rem;
}
.single-actu__body h4 {
  font-size: 1.25rem;
}
.single-actu__body p {
  margin: 0 0 1.25rem;
}
.single-actu__body img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1rem 0;
}
.single-actu__body a {
  color: #0c556f;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single-actu__body a:hover {
  color: #094558;
}
.single-actu__body blockquote {
  border-left: 4px solid #0c556f;
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  background: rgba(12, 85, 111, 0.04);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #707070;
}
.single-actu__body ul, .single-actu__body ol {
  margin: 0 0 1.25rem 1.5rem;
  padding: 0;
}
.single-actu__body li {
  margin-bottom: 0.4rem;
}
.single-actu__body pre, .single-actu__body code {
  font-size: 0.9em;
  background: #f8f9fa;
  border-radius: 6px;
}
.single-actu__body pre {
  padding: 1rem;
  overflow-x: auto;
  margin: 1rem 0;
}
.single-actu__body code {
  padding: 2px 6px;
}

.single-actu__tags {
  max-width: 800px;
  margin: 2rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.single-actu__tag {
  padding: 5px 14px;
  border-radius: 50px;
  background: #f8f9fa;
  color: #707070;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.single-actu__tag:hover {
  background: rgba(12, 85, 111, 0.08);
  color: #0c556f;
}

.single-actu__nav-section {
  margin-bottom: 2.5rem;
}

.single-actu__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.single-actu__nav-link {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.single-actu__nav-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.single-actu__nav-link--prev {
  text-align: left;
}
.single-actu__nav-link--next {
  text-align: right;
}

.single-actu__nav-label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.single-actu__nav-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #112548;
  line-height: 1.2;
}

.single-actu__related {
  padding: 3rem 0;
  background: #f8f9fa;
  margin: 0 calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.single-actu__related-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 2.25rem;
  color: #112548;
  text-align: center;
  margin: 0 0 2rem;
  text-transform: none;
}

@media (max-width: 992px) {
  .actu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .actu-card--featured {
    grid-template-columns: 1fr;
  }
  .actu-card--featured .actu-card__link {
    grid-template-columns: 1fr;
  }
  .actu-card--featured .actu-card__img-wrap {
    min-height: 220px;
    height: 220px;
  }
  .single-actu__nav {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .actu-grid {
    grid-template-columns: 1fr;
  }
  .actu-grid--3 {
    grid-template-columns: 1fr;
  }
  .actu-filters__list {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
  .actu-filters__btn {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .single-actu__hero {
    padding: 32px 16px 40px;
  }
  .single-actu__back {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
  .single-actu__meta {
    flex-direction: column;
    gap: 0.5rem;
  }
  .single-actu__related {
    padding: 2rem 1rem;
    margin: 0 -1.5rem;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.woocommerce-account:not(.logged-in):not(.oi-lost-password).site,
.woocommerce-account:not(.logged-in):not(.oi-lost-password) .site {
  display: block;
}
.woocommerce-account:not(.logged-in):not(.oi-lost-password) #page {
  background: #0d1b36;
  min-height: 100vh;
}
.woocommerce-account:not(.logged-in):not(.oi-lost-password) #masthead,
.woocommerce-account:not(.logged-in):not(.oi-lost-password) #colophon,
.woocommerce-account:not(.logged-in):not(.oi-lost-password) .widget-area,
.woocommerce-account:not(.logged-in):not(.oi-lost-password) #secondary {
  display: none !important;
}
.woocommerce-account:not(.logged-in):not(.oi-lost-password) #primary {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  max-width: 100% !important;
  width: 100% !important;
  overflow: visible;
}
.woocommerce-account:not(.logged-in):not(.oi-lost-password) .woocommerce {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.woocommerce-account:not(.logged-in):not(.oi-lost-password) .woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-account:not(.logged-in):not(.oi-lost-password) .entry-header,
.woocommerce-account:not(.logged-in):not(.oi-lost-password) .entry-footer,
.woocommerce-account:not(.logged-in):not(.oi-lost-password) .entry-title {
  display: none !important;
}
.woocommerce-account:not(.logged-in):not(.oi-lost-password) .entry-content {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.woocommerce-account:not(.logged-in):not(.oi-lost-password) article {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.oi-auth {
  display: flex;
  width: 100%;
  min-height: 100vh;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.oi-auth--loaded {
  opacity: 1;
  transform: translateY(0);
}

.oi-auth__brand {
  position: relative;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #112548;
}
.oi-auth__brand::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(170deg, rgba(12, 85, 111, 0.15) 0%, transparent 40%, rgba(0, 160, 210, 0.08) 100%);
  pointer-events: none;
}

.oi-auth__brand-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.oi-auth__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.2;
  animation: oiOrbFloat 20s ease-in-out infinite;
}
.oi-auth__orb--1 {
  width: 380px;
  height: 380px;
  background: #00a0d2;
  top: -8%;
  left: -8%;
}
.oi-auth__orb--2 {
  width: 260px;
  height: 260px;
  background: #43CB9C;
  bottom: 8%;
  right: -4%;
  animation-delay: -8s;
  animation-duration: 24s;
}

@keyframes oiOrbFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(20px, -18px) scale(1.04);
  }
  66% {
    transform: translate(-14px, 12px) scale(0.96);
  }
}
.oi-auth__brand-inner {
  position: relative;
  z-index: 1;
  padding: 4rem;
  max-width: 500px;
  width: 100%;
}

.oi-auth__logo-link {
  display: inline-block;
  margin-bottom: 3rem;
}

.oi-auth__logo {
  width: 140px;
  height: auto;
  filter: brightness(0) invert(1);
}

.oi-auth__headline {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: clamp(2.25rem, 3.5vw, 3.25rem);
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
}
.oi-auth__headline span {
  color: #00a0d2;
}

.oi-auth__desc {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 2.5rem;
}

.oi-auth__perks {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.oi-auth__perks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
}

.oi-auth__perk-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  color: #43CB9C;
}

.oi-auth__visual {
  margin-top: 1rem;
}
.oi-auth__visual img {
  max-width: 100%;
  max-height: 300px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
  animation: oiProductFloat 8s ease-in-out infinite;
}

@keyframes oiProductFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.oi-auth__panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 3rem;
  overflow-y: auto;
}

.oi-auth__panel-inner {
  width: 100%;
  max-width: 440px;
}

.oi-auth__mobile-logo {
  display: none;
  margin-bottom: 2rem;
}
.oi-auth__mobile-logo img {
  height: 36px;
  width: auto;
}

.oi-auth__tabs {
  position: relative;
  display: flex;
  background: #f8f9fa;
  border-radius: 50px;
  padding: 3px;
  margin-bottom: 2rem;
}

.oi-auth__tab {
  flex: 1;
  position: relative;
  z-index: 1;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #707070;
  border: none;
  background: none;
  padding: 11px 20px;
  cursor: pointer;
  border-radius: 50px;
  transition: color 0.3s ease;
}
.oi-auth__tab--active {
  color: #112548;
}

.oi-auth__tab-slider {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(50% - 3px);
  height: calc(100% - 6px);
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.oi-auth__notices:empty {
  display: none;
}

.oi-auth__pane {
  display: none;
  animation: oiAuthSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.oi-auth__pane--active {
  display: block;
}

@keyframes oiAuthSlideIn {
  from {
    opacity: 0;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.oi-auth__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.5vw, 1.75rem);
  color: #112548;
  margin: 0 0 6px;
  line-height: 1.2;
}

.oi-auth__subtitle {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #707070;
  line-height: 1.6;
  margin: 0 0 1.75rem;
}

.oi-auth__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.oi-auth__form.woocommerce-form {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.oi-auth__field {
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease;
}
.oi-auth__field--focus {
  transform: translateY(-1px);
}
.oi-auth__field label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #23282d;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.oi-auth__label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.oi-auth__label-row label {
  margin-bottom: 0;
}

.oi-auth__input-wrap {
  position: relative;
  width: 100%;
}

.oi-auth__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #c1c1c1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  line-height: 0;
  transition: color 0.25s ease;
}
.oi-auth__icon svg {
  display: block;
}
.oi-auth__field--focus .oi-auth__icon {
  color: #00a0d2;
}

.oi-auth__input {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 500;
  font-size: 0.88rem;
  color: #1c2130;
  background: #ffffff;
  border: 1.5px solid #e2dfd8;
  border-radius: 7px;
  padding: 10px 14px 10px 44px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.oi-auth__input::placeholder {
  color: #c1c1c1;
  font-weight: 300;
}
.oi-auth__input:hover {
  border-color: #0c556f;
}
.oi-auth__input:focus {
  border-color: #0c556f;
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.12);
  background: #ffffff;
}
.oi-auth__input.oi-auth__input--invalid {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
  background: rgba(231, 76, 60, 0.03);
}

.oi-auth__input-wrap--toggle .oi-auth__input {
  padding-right: 48px;
}

.oi-auth__eye {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #c1c1c1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: color 0.2s ease;
}
.oi-auth__eye svg {
  display: block;
}
.oi-auth__eye:hover {
  color: #112548;
}

.oi-auth__eye-hide {
  display: none;
}

.oi-auth__input-wrap--visible .oi-auth__eye-show {
  display: none;
}
.oi-auth__input-wrap--visible .oi-auth__eye-hide {
  display: block;
}

.oi-auth__strength {
  margin-top: 8px;
}

.oi-auth__strength-bar {
  display: flex;
  gap: 5px;
}
.oi-auth__strength-bar span {
  flex: 1;
  height: 3px;
  border-radius: 2px;
  background: #ced4da;
  transition: background 0.3s ease;
}

.oi-auth__strength-label {
  display: block;
  margin-top: 4px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 500;
  font-size: 11px;
  transition: color 0.3s ease;
}

.oi-auth__remember {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #444444;
  cursor: pointer;
  user-select: none;
}

.oi-auth__chk {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.oi-auth__chk:checked + .oi-auth__tick {
  background: #0c556f;
  border-color: #0c556f;
}
.oi-auth__chk:checked + .oi-auth__tick::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.oi-auth__chk:focus-visible + .oi-auth__tick {
  box-shadow: 0 0 0 3px rgba(0, 160, 210, 0.2);
}

.oi-auth__tick {
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid #ced4da;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.oi-auth__tick::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  opacity: 0;
  transition: all 0.2s ease;
}

.oi-auth__forgot {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #0c556f;
  text-decoration: none;
  transition: color 0.2s ease;
}
.oi-auth__forgot:hover {
  color: #112548;
  text-decoration: underline;
}

.oi-auth__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #ffffff;
  background: #112548;
  border: none;
  border-radius: 7px;
  padding: 14px 24px;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.15s ease;
  box-shadow: 0 4px 14px rgba(17, 37, 72, 0.2);
  margin-top: 0.25rem;
}
.oi-auth__btn svg {
  transition: transform 0.25s ease;
}
.oi-auth__btn:hover {
  background: #0c556f;
  box-shadow: 0 6px 20px rgba(12, 85, 111, 0.25);
}
.oi-auth__btn:hover svg {
  transform: translateX(3px);
}
.oi-auth__btn:active {
  transform: scale(0.99);
}
.oi-auth__btn--register {
  background: #43CB9C;
  box-shadow: 0 4px 14px rgba(67, 203, 156, 0.2);
}
.oi-auth__btn--register:hover {
  background: #36b085;
  box-shadow: 0 6px 20px rgba(67, 203, 156, 0.3);
}

.oi-auth__switch {
  text-align: center;
  margin-top: 1.5rem;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #444444;
}

.oi-auth__switch-link {
  font-weight: 700;
  color: #0c556f;
  background: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  padding: 0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.oi-auth__switch-link:hover {
  color: #112548;
  text-decoration: underline;
}

.oi-auth__legal {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #707070;
  line-height: 1.6;
  margin: 0;
}
.oi-auth__legal a {
  color: #0c556f;
  text-decoration: none;
  font-weight: 500;
}
.oi-auth__legal a:hover {
  text-decoration: underline;
}

.oi-auth__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #f8f9fa;
}

.oi-auth__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #707070;
  text-decoration: none;
  transition: color 0.2s ease;
}
.oi-auth__back svg {
  transition: transform 0.2s ease;
}
.oi-auth__back:hover {
  color: #112548;
}
.oi-auth__back:hover svg {
  transform: translateX(-3px);
}

.oi-auth__copy {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #c1c1c1;
}

@media (max-width: 1024px) {
  .oi-auth__brand {
    flex: 0 0 44%;
  }
  .oi-auth__brand-inner {
    padding: 3rem;
  }
}
@media (max-width: 860px) {
  .oi-auth {
    flex-direction: column;
  }
  .oi-auth__brand {
    flex: none;
    min-height: 260px;
  }
  .oi-auth__brand-inner {
    padding: 2rem 1.5rem;
    max-width: 100%;
    text-align: center;
  }
  .oi-auth__logo {
    width: 110px;
  }
  .oi-auth__headline {
    font-size: 1.75rem;
  }
  .oi-auth__desc {
    display: none;
  }
  .oi-auth__perks {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 1rem;
  }
  .oi-auth__perks li {
    font-size: 0.75rem;
    gap: 6px;
  }
  .oi-auth__perk-icon {
    width: 26px;
    height: 26px;
  }
  .oi-auth__perk-icon svg {
    width: 14px;
    height: 14px;
  }
  .oi-auth__visual {
    display: none;
  }
  .oi-auth__panel {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 560px) {
  .oi-auth__brand {
    min-height: 200px;
    padding: 1rem;
  }
  .oi-auth__headline {
    font-size: 1.35rem;
  }
  .oi-auth__perks {
    display: none;
  }
  .oi-auth__mobile-logo {
    display: block;
  }
  .oi-auth__panel {
    padding: 1.5rem 1.25rem;
  }
  .oi-auth__panel-inner {
    max-width: 100%;
  }
  .oi-auth__tab {
    font-size: 0.75rem;
    padding: 10px 14px;
  }
  .oi-auth__footer {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
  .oi-auth__label-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@keyframes oi-slideUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.woocommerce-account.logged-in .entry-header {
  display: none !important;
}
.woocommerce-account.logged-in .entry-title {
  display: none;
}
.woocommerce-account.logged-in .entry-content {
  margin-top: 0 !important;
}
.woocommerce-account.logged-in .widget-area,
.woocommerce-account.logged-in #secondary {
  display: none !important;
}
.woocommerce-account.logged-in .entry-footer {
  display: none !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}

.oi-account {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 1.5rem 5rem;
  display: grid;
  grid-template-columns: 272px 1fr;
  gap: 2.5rem;
  align-items: start;
}

.oi-account__sidebar {
  align-self: start;
}

.oi-account__sidebar-inner {
  position: sticky;
  top: 100px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 28px 20px;
}

.oi-account__user-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(17, 37, 72, 0.06);
}

.oi-account__user-avatar {
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(12, 85, 111, 0.08);
}

.oi-account__user-img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.oi-account__user-info {
  flex: 1;
  min-width: 0;
}

.oi-account__user-name {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #112548;
  margin: 0 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.oi-account__user-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #43CB9C;
  background: rgba(67, 203, 156, 0.08);
  padding: 3px 10px;
  border-radius: 50px;
}
.oi-account__user-badge svg {
  flex-shrink: 0;
}

.oi-account__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.oi-account__nav li {
  margin: 3px 0;
}

.oi-account__nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border-radius: 10px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #707070;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.oi-account__nav-link:visited {
  color: #707070;
}
.oi-account__nav-link:hover, .oi-account__nav-link:hover:visited {
  color: #112548;
  background: #f8f9fa;
}
.oi-account__nav-link.is-active, .oi-account__nav-link.is-active:visited {
  background: #F5F8F9;
  color: #0C556F;
  box-shadow: 0 6px 20px rgba(17, 37, 72, 0.2);
}
.oi-account__nav-link.is-active .oi-account__nav-icon, .oi-account__nav-link.is-active:visited .oi-account__nav-icon {
  color: #0C556F;
}

.oi-account__nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: inherit;
}
.oi-account__nav-icon svg {
  display: block;
}

.oi-account__logout {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 37, 72, 0.06);
}

.oi-account__nav-link--logout {
  color: #125576;
}
.oi-account__nav-link--logout:visited {
  color: #125576;
}
.oi-account__nav-link--logout:hover {
  background: rgba(18, 85, 118, 0.06);
  color: rgb(11.25, 53.125, 73.75);
}

.oi-account a:visited,
.woocommerce-MyAccount-content a:visited {
  color: inherit;
}

.woocommerce-MyAccount-content a.oi-view-order__pdf-btn,
.woocommerce-MyAccount-content a.oi-view-order__pdf-btn:visited {
  color: #ffffff;
}

.oi-account__main {
  min-width: 0;
  float: none;
  width: 100%;
}
.oi-account__main .woocommerce-notices-wrapper {
  display: none;
}
.oi-account__main .woocommerce-notices-wrapper:has(*) {
  display: block;
  margin-bottom: 1rem;
}

.oi-dash__hero {
  position: relative;
  background: #112548;
  border-radius: 10px;
  padding: 3rem;
  color: #ffffff;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.oi-dash__hero-content {
  position: relative;
  z-index: 2;
}

.oi-dash__hero-glow {
  display: none;
}

.oi-dash__hero-glow-sm {
  display: none;
}

.oi-dash__hero-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #ffffff;
  margin: 0 0 8px;
  line-height: 1.2;
}

.oi-dash__wave {
  display: inline-block;
  animation: oi-wave 1.8s ease-in-out 0.3s 2;
  transform-origin: 70% 70%;
}

@keyframes oi-wave {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.oi-dash__hero-subtitle {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  max-width: 520px;
}

.oi-dash__hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 2.5rem;
}

.oi-dash__hero-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 14px 20px;
}

.oi-dash__hero-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
}
.oi-dash__hero-badge-icon--orange {
  background: transparent;
  color: #43CB9C;
  box-shadow: none;
}
.oi-dash__hero-badge-icon--cyan {
  background: #43CB9C;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(67, 203, 156, 0.4);
}

.oi-dash__hero-badge-label {
  display: block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1px;
}

.oi-dash__hero-badge-value {
  display: block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #ffffff;
}

.oi-dash__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.oi-dash__stat-card {
  display: block;
  text-decoration: none;
  background: #ffffff;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.oi-dash__stat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.oi-dash__stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.oi-dash__stat-icon--green {
  background: rgba(17, 37, 72, 0.06);
  color: #112548;
}
.oi-dash__stat-icon--cyan {
  background: rgba(17, 37, 72, 0.06);
  color: #112548;
}
.oi-dash__stat-icon--teal {
  background: rgba(17, 37, 72, 0.06);
  color: #112548;
}

.oi-dash__stat-label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #c1c1c1;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}

.oi-dash__stat-value {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #112548;
  margin: 0 0 4px;
}

.oi-dash__stat-sub {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #707070;
  margin: 0;
}

.oi-dash__recent {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.oi-dash__recent-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(17, 37, 72, 0.04);
}

.oi-dash__recent-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  color: #112548;
  margin: 0;
}

.oi-dash__recent-link {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #0c556f;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}
.oi-dash__recent-link:hover {
  color: #43CB9C;
}

.oi-dash__order-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
  border-bottom: 1px solid rgba(17, 37, 72, 0.03);
}
.oi-dash__order-row:last-child {
  border-bottom: none;
}
.oi-dash__order-row:hover {
  background: rgba(248, 249, 250, 0.6);
}
.oi-dash__order-row:hover .oi-dash__order-icon {
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.oi-dash__order-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.oi-dash__order-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #f8f9fa;
  border-radius: 10px;
  color: #707070;
  flex-shrink: 0;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.oi-dash__order-id {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #112548;
  margin: 0;
}

.oi-dash__order-meta {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #707070;
  margin: 2px 0 0;
}

.oi-dash__order-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.oi-dash__order-amount {
  text-align: right;
}

.oi-dash__order-total {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #112548;
  margin: 0 0 4px;
}

.oi-dash__order-status {
  display: inline-block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 3px 10px;
  border-radius: 50px;
}
.oi-dash__order-status--green {
  background: rgba(67, 203, 156, 0.12);
  color: #36b085;
}
.oi-dash__order-status--cyan {
  background: rgba(67, 203, 156, 0.12);
  color: #36b085;
}
.oi-dash__order-status--orange {
  background: rgba(243, 170, 45, 0.12);
  color: #d9951f;
}
.oi-dash__order-status--red {
  background: rgba(220, 53, 69, 0.1);
  color: #c0392b;
}

.oi-dash__order-chevron {
  display: flex;
  color: #c1c1c1;
  transition: color 0.3s ease;
}
.oi-dash__order-row:hover .oi-dash__order-chevron {
  color: #112548;
}

.oi-orders__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.oi-orders__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: #112548;
  margin: 0 0 4px;
}

.oi-orders__subtitle {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #707070;
  margin: 0;
}

.oi-orders__select {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #112548;
  background: #ffffff;
  border: 1px solid rgba(17, 37, 72, 0.1);
  border-radius: 7px;
  padding: 12px 44px 12px 18px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23112548' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.oi-orders__select:focus {
  border-color: #43CB9C;
  box-shadow: 0 0 0 4px rgba(67, 203, 156, 0.1);
}

.oi-orders__list {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.oi-orders__row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 28px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
  border-bottom: 1px solid rgba(17, 37, 72, 0.04);
}
.oi-orders__row:last-child {
  border-bottom: none;
}
.oi-orders__row:hover {
  background: rgba(248, 249, 250, 0.6);
}
.oi-orders__row:hover .oi-orders__row-icon {
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.oi-orders__row:hover .oi-orders__row-chevron {
  color: #112548;
}

.oi-orders__row-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #f8f9fa;
  border-radius: 10px;
  color: #707070;
  flex-shrink: 0;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.oi-orders__row-info {
  flex: 1;
  min-width: 0;
}

.oi-orders__row-number {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #112548;
  margin: 0;
}

.oi-orders__row-meta {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #707070;
  margin: 2px 0 0;
}

.oi-orders__row-right {
  text-align: right;
  flex-shrink: 0;
}

.oi-orders__row-total {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #112548;
  margin: 0 0 4px;
}

.oi-orders__badge {
  display: inline-block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 3px 10px;
  border-radius: 50px;
}
.oi-orders__badge--green {
  background: rgba(67, 203, 156, 0.12);
  color: #36b085;
}
.oi-orders__badge--cyan {
  background: rgba(67, 203, 156, 0.12);
  color: #36b085;
}
.oi-orders__badge--orange {
  background: rgba(243, 170, 45, 0.12);
  color: #d9951f;
}
.oi-orders__badge--red {
  background: rgba(220, 53, 69, 0.1);
  color: #c0392b;
}

.oi-orders__row-chevron {
  display: flex;
  color: #c1c1c1;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.oi-orders__pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 48px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.oi-orders__page-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 7px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.oi-orders__page-btn, .oi-orders__page-btn:visited, .oi-orders__page-btn:active, .oi-orders__page-btn:focus {
  color: #ffffff;
}
.oi-orders__page-btn svg {
  stroke: currentColor;
}
.oi-orders__page-btn:hover, .oi-orders__page-btn:hover:visited, .oi-orders__page-btn:focus, .oi-orders__page-btn:focus:visited {
  color: #ffffff;
  background: #0c556f;
  border-color: #0c556f;
  box-shadow: 0 6px 20px rgba(17, 37, 72, 0.15);
  transform: translateY(-1px);
}
.oi-orders__page-btn:hover svg, .oi-orders__page-btn:hover:visited svg, .oi-orders__page-btn:focus svg, .oi-orders__page-btn:focus:visited svg {
  stroke: #ffffff;
}

.oi-orders__empty {
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 4rem 2rem;
}

.oi-orders__empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #f8f9fa;
  border-radius: 10px;
  color: #c1c1c1;
  margin: 0 auto 1.5rem;
}

.oi-orders__empty-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  color: #112548;
  margin: 0 0 8px;
}

.oi-orders__empty-text {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #707070;
  margin: 0 0 2rem;
}

.oi-orders__empty-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 7px;
  padding: 14px 32px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(17, 37, 72, 0.15);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.oi-addresses__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.oi-addresses__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: #112548;
  margin: 0 0 4px;
}

.oi-addresses__subtitle {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #707070;
  margin: 0;
}

.oi-addresses__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.oi-addresses__grid:has(.oi-addresses__editor[open]) {
  grid-template-columns: 1fr;
}

.oi-addresses__card {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.oi-addresses__card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.oi-addresses__card:has(.oi-addresses__editor[open]) {
  box-shadow: 0 18px 42px rgba(17, 37, 72, 0.08);
  transform: none;
}

.oi-addresses__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(17, 37, 72, 0.04);
}

.oi-addresses__card-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.oi-addresses__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(12, 85, 111, 0.08);
  border-radius: 10px;
  color: #0c556f;
}

.oi-addresses__card-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #112548;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}

.oi-addresses__badge {
  display: inline-block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #43CB9C;
  background: rgba(67, 203, 156, 0.1);
  padding: 4px 12px;
  border-radius: 50px;
}

.oi-addresses__card-body {
  padding: 20px 24px;
}
.oi-addresses__card-body address {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  color: #444444;
  line-height: 1.8;
}

.oi-addresses__empty-text {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #c1c1c1;
  margin: 0;
}

.oi-addresses__card-actions {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 24px;
  border-top: 1px solid rgba(17, 37, 72, 0.04);
}

.oi-addresses__editor {
  display: block;
  width: 100%;
}
.oi-addresses__editor[open] .oi-addresses__action--edit {
  color: #43CB9C;
}

.oi-addresses__editor-panel {
  padding-top: 1.25rem;
}

.oi-addresses__action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  text-decoration: none;
  list-style: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
.oi-addresses__action::marker, .oi-addresses__action::-webkit-details-marker {
  display: none;
  content: "";
}
.oi-addresses__action--edit {
  color: #0c556f;
}
.oi-addresses__action--edit:hover {
  color: #43CB9C;
}
.oi-addresses__action--delete {
  color: #dc3545;
}
.oi-addresses__action--delete:hover {
  color: #c0392b;
}

.oi-details__header {
  margin-bottom: 1rem;
}

.oi-details__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: #112548;
  margin: 0 0 4px;
}

.oi-details__subtitle {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #707070;
  margin: 0;
}

.oi-details__avatar-section {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(17, 37, 72, 0.06);
}

.oi-details__avatar-wrap {
  position: relative;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(12, 85, 111, 0.08);
  cursor: pointer;
}

.oi-details__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.oi-details__avatar-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 27, 54, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.oi-details__avatar-wrap:hover .oi-details__avatar-overlay {
  opacity: 1;
}

.oi-details__avatar-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.oi-details__avatar-meta {
  display: flex;
  flex-direction: column;
}

.oi-details__avatar-name {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #112548;
  margin: 0;
  line-height: 1.3;
}

.oi-details__avatar-email {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #c1c1c1;
  margin: 0;
  line-height: 1.3;
}

.oi-details__avatar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.oi-details__avatar-sep {
  color: #c1c1c1;
  font-size: 0.7rem;
}

.oi-details__avatar-upload {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #43CB9C;
  cursor: pointer;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.oi-details__avatar-upload:hover {
  color: #0c556f;
}

.oi-details__avatar-file {
  display: none;
}

.oi-details__avatar-hint {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.65rem;
  color: #c1c1c1;
  white-space: nowrap;
}

.oi-details__form {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 1.5rem 2rem;
}

.oi-details__form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.oi-details__field {
  margin-bottom: 0.75rem;
}
.oi-details__field--wide {
  width: 100%;
}
.oi-details__field label {
  display: block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #444444;
  margin-bottom: 6px;
}
.oi-details__field label .required {
  color: #dc3545;
}
.oi-details__field input[type=text],
.oi-details__field input[type=email],
.oi-details__field input[type=tel],
.oi-details__field input[type=password],
.oi-details__field input[type=number],
.oi-details__field select,
.oi-details__field textarea {
  width: 100%;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #112548;
  background: #fafafa;
  border: 1px solid #ced4da;
  border-radius: 7px;
  padding: 11px 16px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  outline: none;
}
.oi-details__field input[type=text]:focus,
.oi-details__field input[type=email]:focus,
.oi-details__field input[type=tel]:focus,
.oi-details__field input[type=password]:focus,
.oi-details__field input[type=number]:focus,
.oi-details__field select:focus,
.oi-details__field textarea:focus {
  border-color: #43CB9C;
  box-shadow: 0 0 0 4px rgba(67, 203, 156, 0.1);
  background: #ffffff;
}

.oi-details__field-hint {
  display: block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #c1c1c1;
  margin-top: 6px;
}

.oi-details__password-section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 37, 72, 0.06);
}

.oi-details__password-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #112548;
  margin: 0 0 4px;
  text-transform: none;
  letter-spacing: 0;
}

.oi-details__password-hint {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #c1c1c1;
  margin: 0 0 0.75rem;
}

.oi-details__pw-wrap {
  position: relative;
}
.oi-details__pw-wrap input {
  min-height: 44px;
  line-height: 1.4;
  padding-right: 44px !important;
}

.oi-details__pw-toggle {
  position: absolute;
  top: 1px;
  right: 1px;
  transform: none;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  background: none;
  color: #c1c1c1;
  cursor: pointer;
  border-radius: 0 7px 7px 0;
  transition: color 0.2s ease, background 0.2s ease;
}
.oi-details__pw-toggle:hover {
  color: #112548;
  background: rgba(17, 37, 72, 0.04);
}
.oi-details__pw-toggle .oi-pw-eye-off {
  display: none;
}
.oi-details__pw-toggle.is-visible .oi-pw-eye {
  display: none;
}
.oi-details__pw-toggle.is-visible .oi-pw-eye-off {
  display: block;
}
.oi-details__pw-toggle.is-visible {
  color: #43CB9C;
}

.oi-details__submit {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 37, 72, 0.06);
}

.oi-details__submit-btn {
  font-weight: 700;
  font-size: 0.875rem;
  border: none;
  border-radius: 7px;
  padding: 13px 32px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 24px rgba(17, 37, 72, 0.15);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.oi-details__submit-btn:active {
  transform: translateY(0) scale(0.98);
}

.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3 {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  color: #112548;
}
.woocommerce-MyAccount-content .oi-dash__hero h2 {
  color: #ffffff;
}
.woocommerce-MyAccount-content h2 {
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
}
.woocommerce-MyAccount-content h3 {
  font-size: 1.1rem;
  margin: 0 0 1rem;
}
.woocommerce-MyAccount-content form.woocommerce-address-fields,
.woocommerce-MyAccount-content .woocommerce-address-fields {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 2.5rem;
}
.woocommerce-MyAccount-content fieldset {
  border: none;
  padding: 0;
  margin: 2rem 0 0;
}
.woocommerce-MyAccount-content legend {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #112548;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 1.5rem;
  padding: 0;
}
.woocommerce-MyAccount-content .woocommerce-form-row,
.woocommerce-MyAccount-content .form-row {
  margin-bottom: 1.25rem;
}
.woocommerce-MyAccount-content .woocommerce-form-row label,
.woocommerce-MyAccount-content .form-row label {
  display: block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #444444;
  margin-bottom: 6px;
}
.woocommerce-MyAccount-content .woocommerce-form-row input[type=text],
.woocommerce-MyAccount-content .woocommerce-form-row input[type=email],
.woocommerce-MyAccount-content .woocommerce-form-row input[type=tel],
.woocommerce-MyAccount-content .woocommerce-form-row input[type=password],
.woocommerce-MyAccount-content .woocommerce-form-row input[type=number],
.woocommerce-MyAccount-content .woocommerce-form-row select,
.woocommerce-MyAccount-content .woocommerce-form-row textarea,
.woocommerce-MyAccount-content .form-row input[type=text],
.woocommerce-MyAccount-content .form-row input[type=email],
.woocommerce-MyAccount-content .form-row input[type=tel],
.woocommerce-MyAccount-content .form-row input[type=password],
.woocommerce-MyAccount-content .form-row input[type=number],
.woocommerce-MyAccount-content .form-row select,
.woocommerce-MyAccount-content .form-row textarea {
  width: 100%;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #112548;
  background: #fafafa;
  border: 1px solid #ced4da;
  border-radius: 7px;
  padding: 14px 18px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  outline: none;
}
.woocommerce-MyAccount-content .woocommerce-form-row input[type=text]:focus,
.woocommerce-MyAccount-content .woocommerce-form-row input[type=email]:focus,
.woocommerce-MyAccount-content .woocommerce-form-row input[type=tel]:focus,
.woocommerce-MyAccount-content .woocommerce-form-row input[type=password]:focus,
.woocommerce-MyAccount-content .woocommerce-form-row input[type=number]:focus,
.woocommerce-MyAccount-content .woocommerce-form-row select:focus,
.woocommerce-MyAccount-content .woocommerce-form-row textarea:focus,
.woocommerce-MyAccount-content .form-row input[type=text]:focus,
.woocommerce-MyAccount-content .form-row input[type=email]:focus,
.woocommerce-MyAccount-content .form-row input[type=tel]:focus,
.woocommerce-MyAccount-content .form-row input[type=password]:focus,
.woocommerce-MyAccount-content .form-row input[type=number]:focus,
.woocommerce-MyAccount-content .form-row select:focus,
.woocommerce-MyAccount-content .form-row textarea:focus {
  border-color: #43CB9C;
  box-shadow: 0 0 0 4px rgba(67, 203, 156, 0.1);
  background: #ffffff;
}
.woocommerce-MyAccount-content .woocommerce-form-row select,
.woocommerce-MyAccount-content .form-row select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23707070' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.woocommerce-MyAccount-content .form-row-first,
.woocommerce-MyAccount-content .form-row-last {
  width: calc(50% - 12px);
  display: inline-block;
  vertical-align: top;
}
.woocommerce-MyAccount-content .form-row-first {
  margin-right: 24px;
}
.woocommerce-MyAccount-content button[type=submit],
.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-MyAccount-content input[type=submit] {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #ffffff;
  background: #112548;
  border: none;
  border-radius: 7px;
  padding: 16px 36px;
  cursor: pointer;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 1rem;
  box-shadow: 0 8px 24px rgba(17, 37, 72, 0.15);
}
.woocommerce-MyAccount-content button[type=submit]:hover,
.woocommerce-MyAccount-content .woocommerce-Button:hover,
.woocommerce-MyAccount-content input[type=submit]:hover {
  background: #0c556f;
  box-shadow: 0 8px 24px rgba(12, 85, 111, 0.25);
  transform: translateY(-1px);
}
.woocommerce-MyAccount-content button[type=submit]:active,
.woocommerce-MyAccount-content .woocommerce-Button:active,
.woocommerce-MyAccount-content input[type=submit]:active {
  transform: translateY(0) scale(0.98);
}
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-error {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  border-radius: 16px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  border: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  line-height: 1.6;
}
.woocommerce-MyAccount-content .woocommerce-info::before,
.woocommerce-MyAccount-content .woocommerce-message::before,
.woocommerce-MyAccount-content .woocommerce-error::before {
  font-size: 1.25rem;
  position: static;
  margin: 0;
}
.woocommerce-MyAccount-content .woocommerce-info {
  background: rgba(67, 203, 156, 0.08);
  color: #0c556f;
  border-left: 3px solid #43CB9C;
}
.woocommerce-MyAccount-content .woocommerce-info::before {
  color: #43CB9C;
}
.woocommerce-MyAccount-content .woocommerce-message {
  background: rgba(67, 203, 156, 0.08);
  color: #1a7a5a;
  border-left: 3px solid #43CB9C;
}
.woocommerce-MyAccount-content .woocommerce-message::before {
  color: #43CB9C;
}
.woocommerce-MyAccount-content .woocommerce-error {
  background: rgba(220, 53, 69, 0.06);
  color: #c0392b;
  border-left: 3px solid #dc3545;
  list-style: none;
}
.woocommerce-MyAccount-content .woocommerce-error::before {
  color: #dc3545;
}
.woocommerce-MyAccount-content .woocommerce-error li {
  list-style: none;
  margin: 0;
}
.woocommerce-MyAccount-content .woocommerce-pagination {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button {
  background: #f8f9fa;
  color: #112548;
  border-radius: 10px;
  transition: background 0.25s ease, color 0.25s ease;
}
.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover {
  background: #112548;
  color: #ffffff;
}

.oi-view-order__banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 18px 24px;
  margin-bottom: 2rem;
}

.oi-view-order__banner-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.oi-view-order__banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(12, 85, 111, 0.08);
  border-radius: 10px;
  color: #0c556f;
  flex-shrink: 0;
}

.oi-view-order__banner-text {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #707070;
}

.oi-view-order__highlight-num {
  font-weight: 900;
  color: #112548;
  font-size: 1.1rem;
}

.oi-view-order__banner-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.oi-view-order__pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 7px;
  padding: 12px 28px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.oi-view-order__pdf-btn svg {
  flex-shrink: 0;
}

.woocommerce-MyAccount-content p.order-again {
  margin: 32px 0 40px;
  display: flex;
  justify-content: flex-end;
}

.woocommerce-MyAccount-content p.order-again a.button,
.woocommerce-MyAccount-content p.order-again a.button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  background: #43CB9C;
  color: #ffffff;
  border: 1px solid #43CB9C;
  border-radius: 10px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(67, 203, 156, 0.25);
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.woocommerce-MyAccount-content p.order-again a.button:hover,
.woocommerce-MyAccount-content p.order-again a.button:visited:hover {
  background: rgb(51.87, 187.53, 140.6475);
  border-color: rgb(51.87, 187.53, 140.6475);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(67, 203, 156, 0.35);
}

.oi-view-order__date-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #444444;
  background: none;
  padding: 0;
}

.oi-view-order__status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: none;
  padding: 0;
}
.oi-view-order__status-pill--green {
  color: #36b085;
}
.oi-view-order__status-pill--green .oi-view-order__status-dot {
  background: #43CB9C;
}
.oi-view-order__status-pill--cyan {
  color: #36b085;
}
.oi-view-order__status-pill--cyan .oi-view-order__status-dot {
  background: #43CB9C;
}
.oi-view-order__status-pill--orange {
  color: #d9951f;
}
.oi-view-order__status-pill--orange .oi-view-order__status-dot {
  background: #f3aa2d;
}
.oi-view-order__status-pill--red {
  color: #c0392b;
}
.oi-view-order__status-pill--red .oi-view-order__status-dot {
  background: #dc3545;
}

@keyframes oi-pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}
.oi-view-order__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: oi-pulse-dot 1.8s ease-in-out infinite;
}

.oi-view-order__section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #707070;
  margin-bottom: 1rem;
}
.oi-view-order__section-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(17, 37, 72, 0.08);
}

.oi-view-order__card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(17, 37, 72, 0.06), 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 2rem;
  isolation: isolate;
}

.oi-view-order__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  border: none !important;
  background: transparent !important;
}
.oi-view-order__table thead {
  background: #f5f3ef;
}
.oi-view-order__table thead tr {
  border: none !important;
}
.oi-view-order__table thead th {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #707070;
  padding: 14px 24px;
  border: none !important;
  text-align: left;
}
.oi-view-order__table thead th:first-child {
  border-top-left-radius: 10px;
}
.oi-view-order__table thead th:last-child {
  border-top-right-radius: 10px;
}
.oi-view-order__table tbody tr {
  border-bottom: 1px solid rgba(17, 37, 72, 0.04) !important;
  border-left: none !important;
  border-right: none !important;
}
.oi-view-order__table tbody tr:last-child {
  border-bottom: none !important;
}
.oi-view-order__table tbody td {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  padding: 16px 24px;
  border: none !important;
  vertical-align: middle;
}
.oi-view-order__table tbody .product-name {
  color: #112548;
}
.oi-view-order__table tbody .product-name a {
  color: #0c556f;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}
.oi-view-order__table tbody .product-name a:hover {
  color: #43CB9C;
}
.oi-view-order__table tbody .product-name .product-quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #0c556f;
  background: rgba(12, 85, 111, 0.08);
  border-radius: 8px;
  padding: 3px 10px;
  margin-left: 8px;
}
.oi-view-order__table tbody .product-total {
  font-weight: 700;
  color: #112548;
  text-align: right;
  white-space: nowrap;
}
.oi-view-order__table tfoot {
  display: none !important;
}

.oi-view-order__th-total {
  text-align: right !important;
}

.oi-view-order__summary {
  border-top: 1px solid rgba(17, 37, 72, 0.06);
}

.oi-view-order__sum-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(17, 37, 72, 0.04);
}
.oi-view-order__sum-row:last-of-type {
  border-bottom: none;
}

.oi-view-order__sum-label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #707070;
}

.oi-view-order__sum-value {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #112548;
}
.oi-view-order__sum-value small {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #0c556f;
  background: rgba(12, 85, 111, 0.08);
  border-radius: 8px;
  padding: 2px 10px;
  margin-left: 6px;
}

.oi-view-order__total-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background: #112548;
}

.oi-view-order__total-label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.oi-view-order__total-value {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: #ffffff;
}

.oi-view-order__note-client {
  padding: 16px 24px;
  border-top: 1px solid rgba(17, 37, 72, 0.06);
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #444444;
}

.oi-view-order__notes {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 4px 0;
  margin-bottom: 2rem;
}

.oi-view-order__note {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(17, 37, 72, 0.04);
}
.oi-view-order__note:last-child {
  border-bottom: none;
}

.oi-view-order__note-date {
  display: block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #707070;
  margin-bottom: 4px;
}

.oi-view-order__note-text {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #444444;
  line-height: 1.8;
}
.oi-view-order__note-text p {
  margin: 0;
}

.oi-view-order__addresses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.oi-view-order__address-card {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 24px 24px 24px 28px;
  overflow: hidden;
}
.oi-view-order__address-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: #0c556f;
  border-radius: 0 4px 4px 0;
}
.oi-view-order__address-card address {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  color: #444444;
  line-height: 1.8;
}

.oi-view-order .oi-view-order__address-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #0c556f;
  margin: 0 0 10px;
  line-height: 1;
}
.oi-view-order .oi-view-order__address-title svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.oi-view-order__address-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.oi-view-order__address-phone,
.oi-view-order__address-email {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  color: #707070;
  margin: 6px 0 0;
}

.oi-view-order .woocommerce-order-details__title {
  display: none !important;
}

.oi-view-order__edit-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: none;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.oi-view-order__edit-btn svg {
  flex-shrink: 0;
}

.oi-view-order__changed-badge {
  margin-left: 8px;
  padding: 3px 10px;
  border-radius: 10px;
  background: #fef3c7;
  color: #92400e;
  font-size: 10px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.oi-view-order__edit-form {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.oi-view-order__edit-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.oi-view-order__edit-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.oi-view-order__edit-field label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.oi-view-order__edit-field input, .oi-view-order__edit-field select {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid rgba(17, 37, 72, 0.12);
  border-radius: 7px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #444444;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.oi-view-order__edit-field input:focus, .oi-view-order__edit-field select:focus {
  border-color: #0c556f;
  box-shadow: 0 0 0 2px rgba(12, 85, 111, 0.12);
}
.oi-view-order__edit-field select {
  appearance: auto;
}

.oi-view-order__optional {
  font-weight: 400;
  text-transform: none;
  color: rgba(112, 112, 112, 0.6);
  font-size: 10px;
}

.oi-view-order__edit-actions {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.oi-view-order__save-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border: none;
  border-radius: 7px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, transform 0.1s;
}
.oi-view-order__save-btn:active {
  transform: scale(0.97);
}
.oi-view-order__save-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.oi-view-order__cancel-btn {
  padding: 10px 16px;
  border-radius: 7px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s;
}
.oi-view-order__cancel-btn:hover {
  background: rgba(17, 37, 72, 0.03);
}

.oi-view-order__edit-hint {
  font-size: 10px;
  color: rgba(112, 112, 112, 0.55);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 4px;
  white-space: nowrap;
}

.oi-view-order__edit-msg {
  padding: 8px 14px;
  border-radius: 8px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
}
.oi-view-order__edit-msg--ok {
  background: #dcfce7;
  color: #166534;
}
.oi-view-order__edit-msg--err {
  background: #fee2e2;
  color: #991b1b;
}

.oi-view-order__toast {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  padding: 10px 20px;
  border-radius: 10px;
  background: #166534;
  color: #fff;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 10;
}
.oi-view-order__toast--show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.oi-view-order__toast--hide {
  opacity: 0;
  transform: translateX(-50%) translateY(8px);
}
.oi-view-order__toast--err {
  background: #991b1b;
}

@media (max-width: 968px) {
  .oi-account {
    display: flex;
    flex-direction: column;
    padding: 20px 1.5rem 3rem;
    gap: 1.25rem;
  }
  .oi-account__sidebar {
    width: 100%;
  }
  .oi-account__sidebar-inner {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    position: static;
  }
  .oi-account__user-card {
    display: none;
  }
  .oi-account__nav {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .oi-account__nav::-webkit-scrollbar {
    display: none;
  }
  .oi-account__nav {
    scrollbar-width: none;
  }
  .oi-account__nav ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    padding-bottom: 4px;
  }
  .oi-account__nav li {
    margin: 0;
    flex-shrink: 0;
  }
  .oi-account__nav-link {
    padding: 10px 16px;
    font-size: 0.75rem;
    border-radius: 10px;
    gap: 8px;
    white-space: nowrap;
  }
  .oi-account__nav-link.is-active {
    box-shadow: 0 3px 10px rgba(17, 37, 72, 0.15);
  }
  .oi-account__logout {
    display: none;
  }
  .oi-account__main {
    width: 100%;
  }
  .oi-dash__hero {
    padding: 1.75rem;
    border-radius: 10px;
  }
  .oi-dash__hero-title {
    font-size: 1.25rem;
  }
  .oi-dash__stats {
    grid-template-columns: 1fr;
  }
  .oi-dash__order-row {
    flex-wrap: wrap;
    gap: 12px;
  }
  .oi-dash__order-left {
    min-width: 0;
    flex: 1;
  }
  .oi-dash__order-right {
    gap: 12px;
  }
  .oi-dash__order-amount {
    display: none;
  }
  .oi-view-order__card {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .oi-view-order__table {
    min-width: 480px;
  }
  .oi-orders__row {
    flex-wrap: nowrap;
    gap: 10px;
    padding: 16px 20px;
  }
  .oi-orders__row-info {
    min-width: 0;
    flex: 1;
  }
  .oi-orders__row-number {
    font-size: 0.82rem;
  }
  .oi-orders__row-meta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.72rem;
  }
  .oi-orders__row-total {
    font-size: 0.82rem;
  }
  .oi-orders__badge {
    font-size: 9px;
    padding: 2px 8px;
  }
  .oi-orders__row-chevron {
    display: none;
  }
  .oi-orders__header {
    flex-direction: column;
  }
  .oi-addresses__grid {
    grid-template-columns: 1fr;
  }
  .oi-details__avatar-section {
    flex-direction: column;
    text-align: center;
  }
  .oi-details__form-grid {
    grid-template-columns: 1fr;
  }
  .woocommerce-MyAccount-content .form-row-first,
  .woocommerce-MyAccount-content .form-row-last {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .woocommerce-MyAccount-content form.woocommerce-address-fields,
  .woocommerce-MyAccount-content .woocommerce-address-fields {
    padding: 1.5rem;
    border-radius: 10px;
  }
  .oi-view-order__banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .oi-view-order__banner-right {
    flex-wrap: wrap;
  }
  .oi-view-order__addresses {
    grid-template-columns: 1fr;
  }
  .oi-view-order__edit-row {
    grid-template-columns: 1fr;
  }
  .oi-view-order__address-title {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .oi-account {
    padding: 20px 0.75rem 2rem;
  }
  .oi-dash__hero {
    padding: 1.5rem;
    border-radius: 10px;
  }
  .oi-dash__hero-title {
    font-size: 1.15rem;
  }
  .oi-dash__hero-badges {
    flex-direction: column;
  }
  .oi-dash__hero-badge {
    width: 100%;
  }
  .oi-dash__order-row {
    padding: 14px 16px;
  }
  .oi-dash__order-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
  .oi-dash__recent-head {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .oi-orders__row {
    padding: 12px 14px;
    gap: 8px;
  }
  .oi-orders__row-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }
  .oi-orders__row-icon svg {
    width: 18px;
    height: 18px;
  }
  .oi-orders__row-number {
    font-size: 0.78rem;
  }
  .oi-orders__row-meta {
    font-size: 0.68rem;
  }
  .oi-orders__row-total {
    font-size: 0.78rem;
  }
  .oi-details__form {
    padding: 1.25rem;
    border-radius: 10px;
  }
  .oi-addresses__card-head,
  .oi-addresses__card-body,
  .oi-addresses__card-actions {
    padding-left: 20px;
    padding-right: 20px;
  }
  .oi-addresses__editor-panel {
    padding-top: 0.875rem;
  }
  .oi-view-order__card {
    border-radius: 10px;
  }
  .oi-view-order__table thead th,
  .oi-view-order__table tbody td {
    padding: 12px 16px;
  }
  .oi-view-order__sum-row,
  .oi-view-order__note-client {
    padding: 12px 16px;
  }
  .oi-view-order__total-bar {
    padding: 14px 16px;
    border-radius: 0 0 16px 16px;
  }
  .oi-view-order__address-card {
    border-radius: 10px;
    padding: 20px 20px 20px 24px;
  }
}
.oi-edit-address--inline .oi-edit-address__header {
  margin-bottom: 0.75rem;
}
.oi-edit-address--inline .oi-edit-address__title {
  font-size: 1.25rem;
}
.oi-edit-address--inline .oi-edit-address__subtitle {
  font-size: 0.75rem;
  max-width: 48ch;
}
.oi-edit-address--inline .oi-edit-address__form .woocommerce-address-fields {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(17, 37, 72, 0.06);
  border-radius: 0;
  box-shadow: none;
  padding: 1rem 0 0;
}
.oi-edit-address--inline .oi-edit-address__form .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem 1.5rem;
  align-items: start;
}
.oi-edit-address--inline .oi-edit-address__form .form-row {
  margin-bottom: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  transition: none;
}
.oi-edit-address--inline .oi-edit-address__form .form-row:focus-within {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}
.oi-edit-address--inline .oi-edit-address__form .form-row label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #707070;
  margin-bottom: 0.45rem;
}
.oi-edit-address--inline .oi-edit-address__form .form-row label .required {
  color: #dc3545;
}
.oi-edit-address--inline .oi-edit-address__form .form-row label .optional {
  font-size: 0.65rem;
  letter-spacing: 0;
  text-transform: none;
  color: #c1c1c1;
}
.oi-edit-address--inline .oi-edit-address__form .form-row input[type=text],
.oi-edit-address--inline .oi-edit-address__form .form-row input[type=email],
.oi-edit-address--inline .oi-edit-address__form .form-row input[type=tel],
.oi-edit-address--inline .oi-edit-address__form .form-row input[type=number],
.oi-edit-address--inline .oi-edit-address__form .form-row select,
.oi-edit-address--inline .oi-edit-address__form .form-row textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid rgba(17, 37, 72, 0.1);
  border-radius: 12px;
  box-shadow: none;
  padding: 0 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.45;
}
.oi-edit-address--inline .oi-edit-address__form .form-row input[type=text]::placeholder,
.oi-edit-address--inline .oi-edit-address__form .form-row input[type=email]::placeholder,
.oi-edit-address--inline .oi-edit-address__form .form-row input[type=tel]::placeholder,
.oi-edit-address--inline .oi-edit-address__form .form-row input[type=number]::placeholder,
.oi-edit-address--inline .oi-edit-address__form .form-row select::placeholder,
.oi-edit-address--inline .oi-edit-address__form .form-row textarea::placeholder {
  color: rgba(193, 193, 193, 0.95);
}
.oi-edit-address--inline .oi-edit-address__form .form-row input[type=text]:focus,
.oi-edit-address--inline .oi-edit-address__form .form-row input[type=email]:focus,
.oi-edit-address--inline .oi-edit-address__form .form-row input[type=tel]:focus,
.oi-edit-address--inline .oi-edit-address__form .form-row input[type=number]:focus,
.oi-edit-address--inline .oi-edit-address__form .form-row select:focus,
.oi-edit-address--inline .oi-edit-address__form .form-row textarea:focus {
  background: #ffffff;
  border-color: #43CB9C;
  box-shadow: 0 0 0 4px rgba(67, 203, 156, 0.08);
}
.oi-edit-address--inline .oi-edit-address__form .form-row textarea {
  min-height: 96px;
  padding: 12px 14px;
  resize: vertical;
}
.oi-edit-address--inline .oi-edit-address__form .form-row select {
  background-position: right 14px center;
  padding-right: 36px;
}
.oi-edit-address--inline .oi-edit-address__form .form-row .woocommerce-input-wrapper {
  display: block;
  min-width: 0;
}
.oi-edit-address--inline .oi-edit-address__form .form-row.form-row-first, .oi-edit-address--inline .oi-edit-address__form .form-row.form-row-last {
  width: auto;
  min-width: 0;
  max-width: none;
}
.oi-edit-address--inline .oi-edit-address__form .form-row.form-row-first {
  grid-column: 1;
}
.oi-edit-address--inline .oi-edit-address__form .form-row.form-row-last {
  grid-column: 2;
}
.oi-edit-address--inline .oi-edit-address__form .form-row.form-row-wide {
  grid-column: 1/-1;
}
.oi-edit-address--inline .oi-edit-address__form .form-row .select2-container {
  width: 100% !important;
  min-width: 0;
}
.oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default .select2-selection--single,
.oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default .select2-selection--multiple {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  min-height: 52px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid rgba(17, 37, 72, 0.1);
  border-radius: 12px;
  padding: 0 14px;
  box-shadow: none;
}
.oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #112548;
  display: flex;
  align-items: center;
  min-height: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.45;
  padding: 0;
}
.oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
.oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 14px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: 0;
  transform: translateY(-50%);
}
.oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b,
.oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  border-color: #0c556f transparent transparent;
  border-width: 6px 5px 0;
  margin: 0;
  left: auto;
  top: auto;
}
.oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0c556f;
  border-width: 0 5px 6px;
}
.oi-edit-address--inline .oi-edit-address__actions {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
}
.oi-edit-address--inline .oi-edit-address__submit {
  justify-content: center;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: #ffffff;
  background: #43CB9C;
  border: 1px solid #43CB9C;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(67, 203, 156, 0.25);
}
.oi-edit-address--inline .oi-edit-address__submit:hover {
  background: #0c556f;
  border-color: #0c556f;
  color: #ffffff;
  box-shadow: 0 8px 28px rgba(67, 203, 156, 0.35);
  transform: translateY(-1px);
}
.oi-edit-address--inline .oi-edit-address__submit:active {
  transform: translateY(0) scale(0.98);
}

.oi-edit-address__header {
  margin-bottom: 1.5rem;
}

.oi-edit-address__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #0c556f;
  text-decoration: none;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}
.oi-edit-address__back:hover {
  color: #43CB9C;
}

.oi-edit-address__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: #112548;
  margin: 0 0 4px;
}
.oi-edit-address__title svg {
  color: #0c556f;
  flex-shrink: 0;
}

.oi-edit-address__subtitle {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #707070;
  margin: 0;
}

.oi-edit-address__form .woocommerce-address-fields {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(17, 37, 72, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 2.5rem;
}
.oi-edit-address__form .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.5rem;
}
.oi-edit-address__form .form-row {
  margin-bottom: 1.25rem;
}
.oi-edit-address__form .form-row.form-row-first, .oi-edit-address__form .form-row.form-row-last {
  width: 100%;
  display: block;
  margin-right: 0;
}
.oi-edit-address__form .form-row.form-row-wide {
  grid-column: 1/-1;
}
.oi-edit-address__form .form-row label {
  display: block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #444444;
  margin-bottom: 6px;
}
.oi-edit-address__form .form-row label .optional {
  font-weight: 300;
  color: #c1c1c1;
  font-size: 0.75rem;
}
.oi-edit-address__form .form-row input[type=text],
.oi-edit-address__form .form-row input[type=email],
.oi-edit-address__form .form-row input[type=tel],
.oi-edit-address__form .form-row input[type=number],
.oi-edit-address__form .form-row select,
.oi-edit-address__form .form-row textarea {
  width: 100%;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #112548;
  background: #fafafa;
  border: 1px solid #ced4da;
  border-radius: 7px;
  padding: 14px 18px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  outline: none;
}
.oi-edit-address__form .form-row input[type=text]:focus,
.oi-edit-address__form .form-row input[type=email]:focus,
.oi-edit-address__form .form-row input[type=tel]:focus,
.oi-edit-address__form .form-row input[type=number]:focus,
.oi-edit-address__form .form-row select:focus,
.oi-edit-address__form .form-row textarea:focus {
  border-color: #43CB9C;
  box-shadow: 0 0 0 4px rgba(67, 203, 156, 0.1);
  background: #ffffff;
}
.oi-edit-address__form .form-row select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23707070' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.oi-edit-address__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(17, 37, 72, 0.06);
}

.woocommerce .oi-edit-address__form .oi-edit-address__submit,
.woocommerce-page .oi-edit-address__form .oi-edit-address__submit,
.woocommerce-MyAccount-content .oi-edit-address__form .oi-edit-address__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  background: #43CB9C;
  border: 1px solid #43CB9C;
  border-radius: 10px;
  padding: 14px 24px;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 4px 16px rgba(67, 203, 156, 0.25);
}
.woocommerce .oi-edit-address__form .oi-edit-address__submit:hover,
.woocommerce-page .oi-edit-address__form .oi-edit-address__submit:hover,
.woocommerce-MyAccount-content .oi-edit-address__form .oi-edit-address__submit:hover {
  background: #0c556f;
  border-color: #0c556f;
  box-shadow: 0 8px 28px rgba(67, 203, 156, 0.35);
  transform: translateY(-1px);
}
.woocommerce .oi-edit-address__form .oi-edit-address__submit:active,
.woocommerce-page .oi-edit-address__form .oi-edit-address__submit:active,
.woocommerce-MyAccount-content .oi-edit-address__form .oi-edit-address__submit:active {
  transform: translateY(0) scale(0.98);
}

.oi-edit-address__cancel {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #707070;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 7px;
  transition: background 0.3s ease, color 0.3s ease;
}
.oi-edit-address__cancel:hover {
  background: #f8f9fa;
  color: #112548;
}

.oi-field-readonly input,
.oi-field-readonly select {
  background-color: #f3f4f6 !important;
  color: #9ca3af !important;
  cursor: not-allowed;
  border-color: #e5e7eb !important;
}

@media (max-width: 968px) {
  .oi-downloads__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .oi-downloads__card-meta {
    flex-wrap: wrap;
  }
  .oi-downloads__btn {
    width: 100%;
    justify-content: center;
  }
  .oi-edit-address__form .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
  .oi-edit-address__form .woocommerce-address-fields {
    padding: 1.5rem;
    border-radius: 10px;
  }
  .oi-edit-address--inline .oi-edit-address__form .woocommerce-address-fields {
    padding: 0.9rem 0 0;
    border-radius: 0;
  }
  .oi-edit-address--inline .oi-edit-address__form .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .oi-edit-address--inline .oi-edit-address__form .form-row label {
    font-size: 0.68rem;
  }
  .oi-edit-address--inline .oi-edit-address__form .form-row input[type=text],
  .oi-edit-address--inline .oi-edit-address__form .form-row input[type=email],
  .oi-edit-address--inline .oi-edit-address__form .form-row input[type=tel],
  .oi-edit-address--inline .oi-edit-address__form .form-row input[type=number],
  .oi-edit-address--inline .oi-edit-address__form .form-row select,
  .oi-edit-address--inline .oi-edit-address__form .form-row textarea,
  .oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
  .oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default .select2-selection--multiple .select2-selection__rendered,
  .oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 0.875rem;
  }
  .oi-edit-address--inline .oi-edit-address__form .form-row input[type=text],
  .oi-edit-address--inline .oi-edit-address__form .form-row input[type=email],
  .oi-edit-address--inline .oi-edit-address__form .form-row input[type=tel],
  .oi-edit-address--inline .oi-edit-address__form .form-row input[type=number],
  .oi-edit-address--inline .oi-edit-address__form .form-row select,
  .oi-edit-address--inline .oi-edit-address__form .form-row textarea,
  .oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default .select2-selection--single,
  .oi-edit-address--inline .oi-edit-address__form .form-row .select2-container--default .select2-selection--multiple {
    min-height: 48px;
  }
  .oi-edit-address__actions {
    flex-direction: column;
  }
  .oi-edit-address__submit {
    width: 100%;
    justify-content: center;
  }
  .oi-edit-address__cancel {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .oi-downloads__card {
    padding: 16px 20px;
    border-radius: 10px;
  }
  .oi-downloads__card-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }
  .oi-downloads__empty {
    padding: 3rem 1.5rem;
    border-radius: 10px;
  }
}
.oi-toast {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-radius: 10px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
  transform: translateX(calc(100% + 40px));
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
  max-width: min(400px, 100vw - 48px);
}
.oi-toast--visible {
  transform: translateX(0);
  opacity: 1;
}
.oi-toast--error {
  border-left: 4px solid #dc3545;
  color: #c0392b;
}
.oi-toast--success {
  border-left: 4px solid #43CB9C;
  color: #36b085;
}
.oi-toast--warning {
  border-left: 4px solid #f3aa2d;
  color: #d9951f;
}

.oi-toast__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
}
.oi-toast--error .oi-toast__icon {
  background: rgba(220, 53, 69, 0.08);
  color: #dc3545;
}
.oi-toast--success .oi-toast__icon {
  background: rgba(67, 203, 156, 0.08);
  color: #43CB9C;
}
.oi-toast--warning .oi-toast__icon {
  background: rgba(243, 170, 45, 0.1);
  color: #f3aa2d;
}

.oi-toast__text {
  flex: 1;
  line-height: 1.4;
}

.oi-toast__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  color: #c1c1c1;
  cursor: pointer;
  border-radius: 6px;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.oi-toast__close:hover {
  background: rgba(17, 37, 72, 0.06);
  color: #112548;
}

/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.oi-auth-page {
  margin: 0;
  padding: 0 !important;
  height: 100vh;
  overflow: hidden;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 300;
  color: #0d1f3c;
  background: #0d1b36;
}
.oi-auth-page #wpadminbar {
  display: none !important;
}
.oi-auth-page a {
  text-decoration: none;
}
.oi-auth-page input[type=text],
.oi-auth-page input[type=email],
.oi-auth-page input[type=url],
.oi-auth-page input[type=password],
.oi-auth-page input[type=search],
.oi-auth-page input[type=number],
.oi-auth-page input[type=tel],
.oi-auth-page input[type=date],
.oi-auth-page textarea {
  width: 100%;
  border: 1.5px solid #e2dfd8;
  border-radius: 7px;
  padding: 10px 14px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  color: #1c2130;
  background: #ffffff;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.oi-auth-page input[type=text]::placeholder,
.oi-auth-page input[type=email]::placeholder,
.oi-auth-page input[type=url]::placeholder,
.oi-auth-page input[type=password]::placeholder,
.oi-auth-page input[type=search]::placeholder,
.oi-auth-page input[type=number]::placeholder,
.oi-auth-page input[type=tel]::placeholder,
.oi-auth-page input[type=date]::placeholder,
.oi-auth-page textarea::placeholder {
  color: #c1c1c1;
  font-weight: 300;
}
.oi-auth-page input[type=text]:focus,
.oi-auth-page input[type=email]:focus,
.oi-auth-page input[type=url]:focus,
.oi-auth-page input[type=password]:focus,
.oi-auth-page input[type=search]:focus,
.oi-auth-page input[type=number]:focus,
.oi-auth-page input[type=tel]:focus,
.oi-auth-page input[type=date]:focus,
.oi-auth-page textarea:focus {
  border-color: #0c556f;
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.12);
  background: #fff;
}
.oi-auth-page input[type=text]:hover:not(:focus),
.oi-auth-page input[type=email]:hover:not(:focus),
.oi-auth-page input[type=url]:hover:not(:focus),
.oi-auth-page input[type=password]:hover:not(:focus),
.oi-auth-page input[type=search]:hover:not(:focus),
.oi-auth-page input[type=number]:hover:not(:focus),
.oi-auth-page input[type=tel]:hover:not(:focus),
.oi-auth-page input[type=date]:hover:not(:focus),
.oi-auth-page textarea:hover:not(:focus) {
  border-color: #0c556f;
}
.oi-auth-page input[type=text].auth-input--has-icon,
.oi-auth-page input[type=email].auth-input--has-icon,
.oi-auth-page input[type=url].auth-input--has-icon,
.oi-auth-page input[type=password].auth-input--has-icon,
.oi-auth-page input[type=search].auth-input--has-icon,
.oi-auth-page input[type=number].auth-input--has-icon,
.oi-auth-page input[type=tel].auth-input--has-icon,
.oi-auth-page input[type=date].auth-input--has-icon,
.oi-auth-page textarea.auth-input--has-icon {
  padding-right: 52px;
}
.oi-auth-page input[type=text].auth-input--invalid,
.oi-auth-page input[type=email].auth-input--invalid,
.oi-auth-page input[type=url].auth-input--invalid,
.oi-auth-page input[type=password].auth-input--invalid,
.oi-auth-page input[type=search].auth-input--invalid,
.oi-auth-page input[type=number].auth-input--invalid,
.oi-auth-page input[type=tel].auth-input--invalid,
.oi-auth-page input[type=date].auth-input--invalid,
.oi-auth-page textarea.auth-input--invalid {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
  background: rgba(231, 76, 60, 0.03);
}
.oi-auth-page *, .oi-auth-page *::before, .oi-auth-page *::after {
  box-sizing: border-box;
}

.auth-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.auth-page--loaded {
  opacity: 1;
  transform: translateY(0);
}

.auth-left {
  position: relative;
  background: #0d1b36;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 52px;
  height: 100%;
}
.auth-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 20% 80%, rgba(0, 160, 210, 0.16) 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 80% 20%, rgba(67, 203, 156, 0.08) 0%, transparent 55%), radial-gradient(ellipse 100% 80% at 50% 50%, rgba(13, 27, 54, 0.5) 0%, transparent 70%);
  animation: authMeshShift 8s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}
.auth-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 160, 210, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 160, 210, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 80% 70% at 30% 70%, black 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.auth-left > * {
  position: relative;
}

@keyframes authMeshShift {
  0% {
    opacity: 0.8;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1.04) translateY(-10px);
  }
}
.auth-logo {
  display: block;
  text-decoration: none;
  margin-bottom: 32px;
}
.auth-logo__img {
  height: 80px;
  width: auto;
  max-width: none;
  display: block;
}

.auth-left__body {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
}

.auth-eyebrow {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #43CB9C;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.auth-eyebrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: #43CB9C;
  border-radius: 2px;
}

.auth-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  color: #ffffff;
  letter-spacing: -1.5px;
  text-transform: none;
  margin: 0 0 20px;
}

.auth-desc {
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  max-width: 360px;
  margin: 0 0 44px;
}

.auth-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  list-style: none;
  padding: 0;
}

.auth-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  cursor: default;
  max-width: 380px;
}
.auth-feature:hover {
  background: rgba(0, 160, 210, 0.08);
  border-color: rgba(0, 160, 210, 0.25);
  transform: translateX(4px);
}
.auth-feature__icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 160, 210, 0.25), rgba(67, 203, 156, 0.15));
  border: 1px solid rgba(0, 160, 210, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #43CB9C;
}
.auth-feature__icon svg {
  width: 16px;
  height: 16px;
}
.auth-feature__text {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.1px;
}

.auth-glow-ring {
  position: absolute;
  bottom: 60px;
  right: 30px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(0, 160, 210, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 160, 210, 0.05), inset 0 0 80px rgba(0, 160, 210, 0.04);
  animation: authRingPulse 5s ease-in-out infinite;
  z-index: 0;
}

@keyframes authRingPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}
.auth-product {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 480px;
  opacity: 0.1;
  filter: drop-shadow(0 0 60px rgba(0, 160, 210, 0.25));
  animation: authFloat 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.auth-product svg {
  width: 100%;
  display: block;
}

@keyframes authFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2%) scale(1.03);
  }
}
@keyframes authLedBlink1 {
  0%, 100% {
    opacity: 1;
  }
  45%, 55% {
    opacity: 0.15;
  }
}
@keyframes authLedBlink2 {
  0%, 100% {
    opacity: 0.2;
  }
  40%, 60% {
    opacity: 1;
  }
}
@keyframes authLedPulse {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}
@keyframes authConnPulse {
  0%, 100% {
    fill: #2e9e55;
  }
  50% {
    fill: #3dd674;
  }
}
.oi-auth-page .led-on {
  animation: authLedBlink1 2.4s ease-in-out infinite;
}
.oi-auth-page .led-on2 {
  animation: authLedBlink1 2.4s ease-in-out infinite 0.8s;
}
.oi-auth-page .led-off {
  animation: authLedBlink2 3s ease-in-out infinite 0.4s;
}
.oi-auth-page .led-pulse {
  animation: authLedPulse 1.8s ease-in-out infinite;
}
.oi-auth-page .conn-active {
  animation: authConnPulse 2s ease-in-out infinite;
}

.auth-right {
  background: #f4f7fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 64px;
  position: relative;
  overflow: hidden;
}
.auth-right::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 160, 210, 0.07) 0%, transparent 70%);
  pointer-events: none;
}
.auth-right::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67, 203, 156, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.auth-form-container {
  width: 100%;
  max-width: 420px;
  position: relative;
  z-index: 1;
}

.auth-tabs {
  display: flex;
  background: #e8edf4;
  border-radius: 8px;
  padding: 4px;
  margin-bottom: 16px;
  position: relative;
}

.auth-tab {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px 20px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4a6080;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.auth-tab--active {
  background: #ffffff;
  color: #0d1f3c;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.auth-panel {
  animation: authPanelIn 0.35s ease forwards;
}
.auth-panel[hidden] {
  display: none;
}

@keyframes authPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.auth-heading {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: #0d1f3c;
  letter-spacing: -0.8px;
  text-transform: none;
  margin: 0 0 4px;
}

.auth-subhead {
  font-size: 0.875rem;
  color: #8da0b8;
  font-weight: 300;
  margin: 0 0 14px;
  line-height: 1.4;
}

.auth-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
}

.auth-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.auth-customer-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.auth-type-card {
  cursor: pointer;
}
.auth-type-card input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.auth-type-card .auth-type-card__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 12px;
  border: 1.5px solid #e2dfd8;
  border-radius: 8px;
  background: #f5f3ef;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d1f3c;
  transition: all 0.2s ease;
}
.auth-type-card .auth-type-card__box svg {
  color: rgba(17, 37, 72, 0.35);
  transition: color 0.2s;
}
.auth-type-card input[type=radio]:checked + .auth-type-card__box {
  border-color: #0c556f;
  background: rgba(12, 85, 111, 0.04);
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.08);
}
.auth-type-card input[type=radio]:checked + .auth-type-card__box svg {
  color: #0C556F;
}
.auth-type-card:hover .auth-type-card__box {
  border-color: #0c556f;
  background: rgba(12, 85, 111, 0.04);
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.08);
}

.auth-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0d1f3c;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  margin: 0;
}

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

.auth-forgot {
  font-size: 0.75rem;
  color: #125576;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}
.auth-forgot:hover {
  color: #0c556f;
}

.auth-input-wrap {
  position: relative;
}

.auth-input {
  width: 100%;
  padding: 10px 14px;
  background: #ffffff;
  border: 1.5px solid #e2dfd8;
  border-radius: 7px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  color: #1c2130;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}
.auth-input::placeholder {
  color: #c1c1c1;
  font-weight: 300;
}
.auth-input:focus {
  border-color: #0c556f;
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.12);
  background: #fff;
}
.auth-input:hover:not(:focus) {
  border-color: #0c556f;
}
.auth-input--has-icon {
  padding-right: 52px;
}
.auth-input--invalid, .auth-input.woocommerce-invalid {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
  background: rgba(231, 76, 60, 0.03);
}

.auth-input-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #8da0b8;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2px;
  transition: color 0.2s;
  background: none;
  border: none;
  padding: 4px;
}
.auth-input-icon:hover {
  color: #00a0d2;
}
.auth-input-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.auth-remember {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  cursor: pointer;
  user-select: none;
}
.auth-remember__check {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.auth-remember__box {
  width: 16px;
  height: 16px;
  border: 1.5px solid #c8d5e0;
  border-radius: 5px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
}
.auth-remember__box::after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  border: 1.5px solid #ffffff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0;
  transition: opacity 0.2s;
}
.auth-remember__check:checked + .auth-remember__box {
  background: #43CB9C;
  border-color: #43CB9C;
}
.auth-remember__check:checked + .auth-remember__box::after {
  opacity: 1;
}
.auth-remember:hover .auth-remember__box {
  border-color: #9ca3af;
}
.auth-remember__label {
  font-size: 0.875rem;
  color: #4a6080;
}

.auth-strength {
  margin-top: 6px;
}
.auth-strength__bar {
  display: flex;
  gap: 4px;
}
.auth-strength__bar span {
  flex: 1;
  height: 3px;
  border-radius: 2px;
  background: #e5e7eb;
  transition: background 0.3s;
}
.auth-strength__label {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  font-size: 10.5px;
  transition: color 0.3s;
}

.auth-input-icon .auth-eye-hide {
  display: none;
}

.auth-input-wrap--visible .auth-input-icon .auth-eye-show {
  display: none;
}

.auth-input-wrap--visible .auth-input-icon .auth-eye-hide {
  display: block;
}

.auth-input-wrap .show-password-input {
  display: none !important;
}

.auth-input-wrap .woocommerce-password-strength {
  display: none !important;
}

.auth-privacy {
  font-size: 0.75rem;
  color: #8da0b8;
  line-height: 1.45;
  margin-bottom: 10px;
}
.auth-privacy a {
  color: #125576;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
}
.auth-privacy a:hover {
  color: #0c556f;
}

.woocommerce-privacy-policy-text p {
  font-size: 0.75rem;
  color: #8da0b8;
  line-height: 1.45;
  margin: 0 0 10px;
}
.woocommerce-privacy-policy-text a {
  color: #125576;
  text-decoration: none;
  font-weight: 500;
}
.woocommerce-privacy-policy-text a:hover {
  text-decoration: underline;
}

.auth-terms {
  font-size: 0.75rem;
  color: #8da0b8;
  line-height: 1.4;
  margin: 0 0 10px;
}
.auth-terms a {
  color: #125576;
  text-decoration: none;
  font-weight: 500;
}
.auth-terms a:hover {
  text-decoration: underline;
}

.auth-btn {
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 7px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.auth-btn:is(a) {
  text-decoration: none;
}
.auth-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.auth-btn:hover::before {
  opacity: 1;
}
.auth-btn:active {
  transform: translateY(0) !important;
}
.auth-btn--green {
  background: linear-gradient(135deg, #43CB9C, rgb(47.45, 171.55, 128.6625));
  box-shadow: 0 6px 24px rgba(67, 203, 156, 0.3);
}
.auth-btn--green:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(67, 203, 156, 0.4);
}
.auth-btn--navy {
  background: linear-gradient(135deg, #0f2040, #0d1b36);
  box-shadow: 0 6px 24px rgba(13, 27, 54, 0.25);
}
.auth-btn--navy:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(13, 27, 54, 0.35);
  background: linear-gradient(135deg, #112548, #0f2040);
}
.auth-btn__arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.auth-btn__arrow svg {
  width: 10px;
  height: 10px;
  display: block;
}
.auth-btn:hover .auth-btn__arrow {
  transform: translateX(3px);
}

#auth-login-form .btn-primary, #auth-register-form .btn-primary {
  width: 100%;
}

.auth-switch {
  text-align: center;
  font-size: 0.875rem;
  color: #4a6080;
  margin: 10px 0 0;
}
.auth-switch__link {
  color: #0c556f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  border-bottom: none;
  padding-bottom: 1px;
  transition: color 0.2s;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
}
.auth-switch__link:hover {
  color: #094558;
}

.auth-notices:empty {
  display: none;
}

.auth-notice {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.85rem 1.1rem;
  border-radius: 16px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.auth-notice--success {
  background: rgba(67, 203, 156, 0.08);
  color: #1a7a5a;
  border-left: 3px solid #43CB9C;
}

.auth-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid #e4eaf2;
}

.auth-back {
  font-size: 0.75rem;
  color: #8da0b8;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
.auth-back:hover {
  color: #00a0d2;
}
.auth-back svg {
  transition: transform 0.2s;
}
.auth-back:hover svg {
  transform: translateX(-3px);
}

.auth-copy {
  font-size: 0.75rem;
  color: #8da0b8;
}

@media (max-width: 1024px) {
  .auth-left {
    padding: 36px 40px;
  }
  .auth-right {
    padding: 40px 48px;
  }
  .auth-title {
    font-size: clamp(28px, 3.5vw, 42px);
  }
  .auth-glow-ring {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 860px) {
  .oi-auth-page {
    overflow: auto;
    height: auto;
  }
  .auth-page {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
  .auth-left {
    padding: 32px 24px;
  }
  .auth-left::after {
    display: none;
  }
  .auth-left__body {
    padding-bottom: 20px;
  }
  .auth-desc {
    display: none;
  }
  .auth-glow-ring {
    display: none;
  }
  .auth-product {
    display: none;
  }
  .auth-features {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
  }
  .auth-feature {
    padding: 10px 14px;
    max-width: none;
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
  }
  .auth-feature__icon {
    width: 26px;
    height: 26px;
  }
  .auth-feature__text {
    font-size: 12px;
  }
  .auth-right {
    padding: 32px 24px;
  }
}
@media (max-width: 560px) {
  .auth-left {
    padding: 24px 20px;
  }
  .auth-title {
    font-size: 24px;
  }
  .auth-eyebrow {
    font-size: 10px;
  }
  .auth-features {
    display: none;
  }
  .auth-right {
    padding: 24px 20px;
  }
  .auth-form-container {
    max-width: 100%;
  }
  .auth-tabs {
    margin-bottom: 24px;
  }
  .auth-tab {
    font-size: 13px;
    padding: 9px 14px;
  }
  .auth-footer {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .auth-label-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
  }
}
.auth-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 24px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #43CB9C;
  cursor: pointer;
  transition: color 0.2s;
}
.auth-back-link:hover {
  color: #36b085;
}

.auth-lost-pw-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #edf6fb;
  color: #00a0d2;
  margin: 0 0 20px;
}
.auth-lost-pw-icon svg {
  width: 32px;
  height: 32px;
  stroke: #00a0d2;
  fill: none;
}
.auth-lost-pw-icon--success {
  background: #edf6fb;
  color: #00a0d2;
}
.auth-lost-pw-icon--success svg {
  stroke: #00a0d2;
}
.auth-lost-pw-icon--error {
  background: rgba(231, 76, 60, 0.08);
  color: #e74c3c;
}
.auth-lost-pw-icon--error svg {
  stroke: #e74c3c;
}

.auth-panel--lost-pw .auth-heading {
  text-align: left;
}
.auth-panel--lost-pw .auth-subhead {
  text-align: left;
}

#auth-tab-lost-pw:not([hidden]) .auth-back-link {
  gap: 0;
}
#auth-tab-lost-pw:not([hidden]) .auth-back-link svg {
  display: none;
}
#auth-tab-lost-pw:not([hidden]) .auth-btn {
  gap: 0;
}
#auth-tab-lost-pw:not([hidden]) .auth-btn--navy {
  background: linear-gradient(135deg, #f3aa2d, rgb(233.8378378378, 152.5513513514, 13.3621621622));
  box-shadow: 0 6px 24px rgba(243, 170, 45, 0.28);
}
#auth-tab-lost-pw:not([hidden]) .auth-btn--navy:hover {
  background: linear-gradient(135deg, rgb(243.827027027, 175.8581081081, 59.472972973), rgb(214.5405405405, 139.9621621622, 12.2594594595));
  box-shadow: 0 10px 32px rgba(243, 170, 45, 0.36);
}
#auth-tab-lost-pw:not([hidden]) .auth-btn__arrow {
  display: none;
}
#auth-tab-lost-pw:not([hidden]) ~ .auth-footer .auth-back {
  gap: 0;
}
#auth-tab-lost-pw:not([hidden]) ~ .auth-footer .auth-back svg {
  display: none;
}

.oi-lost-password {
  background: #f4f7fb !important;
}
.oi-lost-password .site-footer {
  --oi-page-bg: #f4f7fb;
}
.oi-lost-password .widget-area,
.oi-lost-password #secondary {
  display: none !important;
}
.oi-lost-password .site-main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 20px 80px;
  min-height: 60vh;
}
.oi-lost-password .site-main > .woocommerce {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  padding: 48px 40px;
  width: 100%;
  max-width: 480px;
}
.oi-lost-password .site-main > .woocommerce h2 {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #112548;
  margin: 0 0 8px;
  text-align: center;
}
.oi-lost-password .site-main > .woocommerce p {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #4a6080;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}
.oi-lost-password .site-main > .woocommerce label {
  display: block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #112548;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.oi-lost-password .site-main > .woocommerce input[type=text],
.oi-lost-password .site-main > .woocommerce input[type=email] {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  background: #ffffff;
  border: 1.5px solid #dce4ee;
  border-radius: 8px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #0d1f3c;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.oi-lost-password .site-main > .woocommerce input[type=text]:focus,
.oi-lost-password .site-main > .woocommerce input[type=email]:focus {
  outline: none;
  border-color: #00a0d2;
  box-shadow: 0 0 0 3px rgba(0, 160, 210, 0.12);
}
.oi-lost-password .site-main > .woocommerce .woocommerce-Button,
.oi-lost-password .site-main > .woocommerce button[type=submit] {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 14px 24px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #ffffff;
  background: #112548;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 14px rgba(17, 37, 72, 0.2);
}
.oi-lost-password .site-main > .woocommerce .woocommerce-Button:hover,
.oi-lost-password .site-main > .woocommerce button[type=submit]:hover {
  background: #0c556f;
  box-shadow: 0 6px 20px rgba(12, 85, 111, 0.25);
}
.oi-lost-password .site-main > .woocommerce .woocommerce-error,
.oi-lost-password .site-main > .woocommerce .woocommerce-message,
.oi-lost-password .site-main > .woocommerce .woocommerce-info {
  margin: 0 0 1.25rem;
  padding: 1rem 1.25rem;
  border-radius: 16px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  border: none;
}
.oi-lost-password .site-main > .woocommerce .woocommerce-error::before,
.oi-lost-password .site-main > .woocommerce .woocommerce-message::before,
.oi-lost-password .site-main > .woocommerce .woocommerce-info::before {
  font-size: 1.25rem;
  position: static;
  margin: 0;
}
.oi-lost-password .site-main > .woocommerce .woocommerce-message {
  background: rgba(67, 203, 156, 0.08);
  color: #1a7a5a;
  border-left: 3px solid #43CB9C;
}
.oi-lost-password .site-main > .woocommerce .woocommerce-error {
  background: rgba(220, 53, 69, 0.06);
  color: #c0392b;
  border-left: 3px solid #dc3545;
}
.oi-lost-password .site-main > .woocommerce .woocommerce-error li {
  list-style: none;
  margin: 0;
}
.oi-lost-password .site-main > .woocommerce .woocommerce-info {
  background: rgba(0, 160, 210, 0.08);
  color: #0c556f;
  border-left: 3px solid #00a0d2;
}
@media (max-width: 560px) {
  .oi-lost-password .site-main {
    padding: 32px 16px 60px;
  }
  .oi-lost-password .site-main > .woocommerce {
    padding: 32px 24px;
    border-radius: 8px;
  }
}

@keyframes complete-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .animated-logo {
    max-width: 320px;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.site-footer {
  position: relative;
  background-color: #0c556f;
  color: rgba(255, 255, 255, 0.85);
  padding: 4rem 0 0;
  overflow: hidden;
  flex-shrink: 0;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--oi-page-bg, #ffffff);
  clip-path: ellipse(55% 100% at 50% 0%);
  z-index: 1;
}

.footer-container {
  position: relative;
  z-index: 2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  align-items: start;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  text-decoration: none;
}
.footer-logo__img {
  max-height: 60px;
  width: auto;
}
.footer-logo .logo-open {
  color: rgba(255, 255, 255, 0.6);
}
.footer-logo .logo-indus {
  color: #ffffff;
}
.footer-logo:hover {
  opacity: 0.85;
}

.footer-desc {
  font-size: 0.875rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 0.6rem;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.footer-social a:hover {
  background-color: #00a0d2;
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-col__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  margin-bottom: 0.6rem;
}
.footer-menu a {
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
  text-decoration: none;
}
.footer-menu a:hover {
  color: #f3aa2d;
}

.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.footer-contact i {
  color: #ffffff;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 3px;
}
.footer-contact a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer-contact a:hover {
  color: #f3aa2d;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.25rem 0;
  text-align: center;
}
.footer-bottom p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #f3aa2d;
}

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .site-footer::before {
    height: 50px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 2rem;
  }
  .footer-bottom {
    padding: 1rem 0;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Chatbot
--------------------------------------------- */
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.oi-chatbot {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 99999;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
}

.oi-chatbot__fab {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #0c556f 0%, #094558 100%);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(9, 69, 88, 0.35), 0 0 0 0 rgba(12, 85, 111, 0.4);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease, box-shadow 0.25s ease;
  position: relative;
}
.oi-chatbot__fab:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(9, 69, 88, 0.4);
}
.oi-chatbot__fab:active {
  transform: scale(0.92);
}
.oi-chatbot__fab .oi-chatbot__fab-icon {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease;
}
.oi-chatbot__fab .oi-chatbot__fab-icon--close {
  display: none;
}
.oi-chatbot__fab--open {
  background: linear-gradient(135deg, #112548 0%, #0d1b36 100%);
}
.oi-chatbot__fab--open .oi-chatbot__fab-icon--chat {
  display: none;
}
.oi-chatbot__fab--open .oi-chatbot__fab-icon--close {
  display: block;
  animation: oi-fab-icon-spin 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.oi-chatbot__fab--pulse {
  animation: oi-fab-pulse 2s infinite;
}
.oi-chatbot__fab--on-footer {
  border: 2px solid #ffffff;
}

@keyframes oi-fab-pulse {
  0% {
    box-shadow: 0 4px 12px rgba(9, 69, 88, 0.35), 0 0 0 0 rgba(12, 85, 111, 0.5);
  }
  70% {
    box-shadow: 0 4px 12px rgba(9, 69, 88, 0.35), 0 0 0 14px rgba(12, 85, 111, 0);
  }
  100% {
    box-shadow: 0 4px 12px rgba(9, 69, 88, 0.35), 0 0 0 0 rgba(12, 85, 111, 0);
  }
}
@keyframes oi-fab-icon-spin {
  0% {
    transform: rotate(-90deg) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
.oi-chatbot__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #dc3545;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(220, 53, 69, 0.4);
  border: 2px solid #ffffff;
}

.oi-chatbot__window {
  position: absolute;
  bottom: calc(100% + 0.875rem);
  right: 0;
  width: 390px;
  max-height: 560px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.04);
  display: none;
  flex-direction: column;
  overflow: hidden;
  transform-origin: bottom right;
}
.oi-chatbot__window--open {
  display: flex;
  animation: oi-chatbot-slide-in 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes oi-chatbot-slide-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.oi-chatbot__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.125rem;
  background: linear-gradient(135deg, #0c556f 0%, #094558 100%);
  color: #ffffff;
}

.oi-chatbot__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s;
}
.oi-chatbot__avatar .oi-chatbot__avatar-human {
  display: none;
}
.oi-chatbot__avatar--human {
  background: rgba(255, 255, 255, 0.3);
}
.oi-chatbot__avatar--human .oi-chatbot__avatar-bot {
  display: none;
}
.oi-chatbot__avatar--human .oi-chatbot__avatar-human {
  display: block;
}

.oi-chatbot__header-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.3;
}

.oi-chatbot__header-name {
  font-weight: 700;
  font-size: 0.875rem;
}

.oi-chatbot__header-status {
  font-size: 0.75rem;
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 6px;
}

.oi-chatbot__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
  display: inline-block;
  transition: background 0.3s;
}
.oi-chatbot__dot--online {
  background: #43CB9C;
  box-shadow: 0 0 0 2px rgba(67, 203, 156, 0.3);
  animation: oi-dot-pulse 2s infinite;
}
.oi-chatbot__dot--live {
  background: #4de8b0;
  box-shadow: 0 0 0 2px rgba(77, 232, 176, 0.3);
  animation: oi-dot-pulse 2s infinite;
}
.oi-chatbot__dot--waiting {
  background: #f3aa2d;
  animation: oi-dot-pulse 2s infinite;
}

@keyframes oi-dot-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.oi-chatbot__close {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #ffffff;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  opacity: 0.9;
  transition: opacity 0.15s, background 0.15s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.oi-chatbot__close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.oi-chatbot__live-banner {
  display: none;
  padding: 8px 16px;
  background: linear-gradient(90deg, #43CB9C, #0c956f);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2px;
}

.oi-chatbot__messages {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: #f5f3ef;
  min-height: 200px;
}
.oi-chatbot__messages::-webkit-scrollbar {
  width: 5px;
}
.oi-chatbot__messages::-webkit-scrollbar-track {
  background: transparent;
}
.oi-chatbot__messages::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.oi-chatbot__messages::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}

.oi-chatbot__msg {
  display: flex;
  flex-direction: column;
  max-width: 88%;
}

.oi-chatbot__msg--in {
  animation: oi-msg-in 0.3s ease;
}

@keyframes oi-msg-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.oi-chatbot__sender-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #0c556f;
  margin-bottom: 3px;
  padding-left: 4px;
}

.oi-chatbot__bubble {
  padding: 0.625rem 0.875rem;
  border-radius: 10px;
  font-size: 0.875rem;
  line-height: 1.55;
  word-break: break-word;
}
.oi-chatbot__bubble a {
  color: #0c556f;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.oi-chatbot__bubble strong {
  font-weight: 600;
}

.oi-chatbot__time {
  font-size: 10px;
  color: #707070;
  margin-top: 3px;
  padding: 0 4px;
}

.oi-chatbot__msg--bot {
  align-self: flex-start;
}
.oi-chatbot__msg--bot .oi-chatbot__bubble {
  background: #ffffff;
  color: #444444;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.oi-chatbot__msg--visitor,
.oi-chatbot__msg--user {
  align-self: flex-end;
}
.oi-chatbot__msg--visitor .oi-chatbot__bubble,
.oi-chatbot__msg--user .oi-chatbot__bubble {
  background: #0c556f;
  color: #ffffff;
  border-bottom-right-radius: 4px;
}
.oi-chatbot__msg--visitor .oi-chatbot__bubble a,
.oi-chatbot__msg--user .oi-chatbot__bubble a {
  color: #f5b942;
}
.oi-chatbot__msg--visitor .oi-chatbot__time,
.oi-chatbot__msg--user .oi-chatbot__time {
  text-align: right;
}

.oi-chatbot__msg--admin {
  align-self: flex-start;
}
.oi-chatbot__msg--admin .oi-chatbot__bubble {
  background: #ffffff;
  color: #444444;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  border-left: 3px solid #0c556f;
}

.oi-chatbot__msg--system {
  align-self: center;
  max-width: 95%;
}
.oi-chatbot__msg--system .oi-chatbot__bubble {
  background: rgba(243, 170, 45, 0.12);
  color: #444444;
  font-size: 0.75rem;
  text-align: center;
  padding: 6px 14px;
  border-radius: 8px;
}

.oi-chatbot__dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  height: 1.2em;
}
.oi-chatbot__dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #707070;
  animation: oi-dot-bounce 1.2s infinite ease-in-out;
}
.oi-chatbot__dots span:nth-child(2) {
  animation-delay: 0.15s;
}
.oi-chatbot__dots span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes oi-dot-bounce {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
}
.oi-chatbot__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0.625rem 1rem;
  background: #f5f3ef;
  border-top: 1px solid #e2dfd8;
}

.oi-chatbot__chip {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  border: 1px solid #e2dfd8;
  background: #ffffff;
  color: #444444;
  padding: 6px 12px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.oi-chatbot__chip:hover {
  background: #0c556f;
  color: #ffffff;
  border-color: #0c556f;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(12, 85, 111, 0.25);
}
.oi-chatbot__chip--live {
  border-color: #f3aa2d;
  color: #d9951f;
  font-weight: 600;
}
.oi-chatbot__chip--live:hover {
  background: #f3aa2d;
  color: #ffffff;
  border-color: #f3aa2d;
  box-shadow: 0 3px 8px rgba(243, 170, 45, 0.3);
}
.oi-chatbot__chip--reset {
  border-color: #0c556f;
  color: #0c556f;
  font-weight: 600;
}
.oi-chatbot__chip--reset:hover {
  background: #0c556f;
  color: #ffffff;
  border-color: #0c556f;
}

.oi-chatbot__request-live {
  display: inline-block;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  background: #f3aa2d;
  color: #ffffff;
  border: none;
  padding: 5px 14px;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.2s, transform 0.15s;
}
.oi-chatbot__request-live:hover {
  background: #d9951f;
  transform: scale(1.03);
}

.oi-chatbot__contact-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.oi-chatbot__contact-title {
  font-size: 0.82rem;
  color: #112548;
  margin: 0 0 2px;
  line-height: 1.4;
}

.oi-chatbot__contact-field {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.82rem;
  border: 1.5px solid #e2dfd8;
  border-radius: 8px;
  padding: 8px 12px;
  outline: none;
  background: #ffffff;
  color: #112548;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.oi-chatbot__contact-field::placeholder {
  color: #707070;
}
.oi-chatbot__contact-field:focus {
  border-color: #0c556f;
  box-shadow: 0 0 0 2px rgba(12, 85, 111, 0.12);
}
.oi-chatbot__contact-field--error {
  border-color: #e74c3c;
  box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.12);
}

.oi-chatbot__contact-submit {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  background: #0c556f;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 9px 16px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  margin-top: 2px;
}
.oi-chatbot__contact-submit:hover {
  background: #094558;
  transform: translateY(-1px);
}

.oi-chatbot__contact-cancel {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  background: none;
  border: none;
  color: #707070;
  cursor: pointer;
  padding: 4px 0;
  text-decoration: underline;
  transition: color 0.2s;
}
.oi-chatbot__contact-cancel:hover {
  color: #112548;
}

.oi-chatbot__input {
  padding: 0.75rem;
  border-top: 1px solid #e2dfd8;
  background: #ffffff;
}

.oi-chatbot__input-wrap {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #c2c8ce;
  border-radius: 50px;
  transition: border-color 0.25s, box-shadow 0.25s;
  overflow: hidden;
}
.oi-chatbot__input-wrap:focus-within {
  border-color: #0c556f;
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.1);
}

.oi-chatbot__field {
  flex: 1;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0.65rem 0.5rem 0.65rem 1.1rem !important;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  outline: none;
  min-width: 0;
  color: #112548;
  -webkit-appearance: none;
  appearance: none;
}
.oi-chatbot__field::placeholder {
  color: #707070;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
}

.oi-chatbot__send {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  border: none !important;
  background: #0c556f !important;
  color: #ffffff !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 3px 4px 3px 4px;
  padding: 0 !important;
  transition: background 0.2s, transform 0.15s;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  line-height: 1;
}
.oi-chatbot__send:hover {
  background: #094558 !important;
  transform: scale(1.08);
}
.oi-chatbot__send:focus {
  outline: none;
  box-shadow: none !important;
}
.oi-chatbot__send svg {
  display: block !important;
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transition: transform 0.15s;
  pointer-events: none;
}
.oi-chatbot__send:active svg {
  transform: translateX(2px);
}

.oi-chatbot__footer {
  padding: 6px 16px;
  background: #f5f3ef;
  border-top: 1px solid #e2dfd8;
  text-align: center;
  font-size: 10px;
  color: #707070;
  letter-spacing: 0.2px;
}
.oi-chatbot__footer strong {
  color: #0c556f;
  font-weight: 600;
}

@media (max-width: 480px) {
  .oi-chatbot {
    bottom: 1rem;
    right: 1rem;
  }
  .oi-chatbot__window {
    width: calc(100vw - 1.5rem);
    max-height: 75vh;
    right: -0.5rem;
    bottom: calc(100% + 0.625rem);
  }
  .oi-chatbot__quick {
    gap: 5px;
    padding: 0.5rem 0.75rem;
  }
  .oi-chatbot__chip {
    font-size: 11px;
    padding: 5px 10px;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* WooCommerce 2
--------------------------------------------- */
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.woocommerce table.shop_table:not(.cart) {
  border: 1px solid #ced4da;
  border-radius: 16px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}
.woocommerce table.shop_table:not(.cart) th {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  color: #707070;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid #ced4da;
  background: #f8f9fa;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.woocommerce table.shop_table:not(.cart) td {
  padding: 14px 16px;
  vertical-align: middle;
  border-bottom: 1px solid #ced4da;
  font-size: 0.95rem;
}
.woocommerce table.shop_table:not(.cart) tbody tr:last-child td {
  border-bottom: none;
}
.woocommerce table.shop_table:not(.cart) tfoot td,
.woocommerce table.shop_table:not(.cart) tfoot th {
  font-weight: 700;
  padding: 12px 16px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 7px;
}

table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
  font-weight: 600;
  color: #707070;
  font-size: 0.875rem;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.oi-shop-wrapper {
  padding: 60px 0 4rem;
}
.oi-shop-wrapper .page-title {
  margin-bottom: 2rem;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering {
  margin-bottom: 1.5rem;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  border: 1px solid #ced4da;
  border-radius: 7px;
  padding: 8px 12px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #112548;
  cursor: pointer;
}
.woocommerce .woocommerce-ordering select:focus,
.woocommerce-page .woocommerce-ordering select:focus {
  outline: none;
  border-color: #00a0d2;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 30px;
  padding: 0;
  list-style: none;
  margin: 0;
}
.woocommerce ul.products li.product {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 0 rgba(12, 85, 111, 0.12), 0 16px 40px rgba(17, 37, 72, 0.12), 0 4px 12px rgba(17, 37, 72, 0.08);
  transition: box-shadow 0.3s ease, transform 0.35s cubic-bezier(0.22, 0.68, 0, 1.2);
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (hover: hover) {
  .woocommerce ul.products li.product:hover {
    box-shadow: 0 2px 0 rgba(12, 85, 111, 0.2), 0 32px 60px rgba(17, 37, 72, 0.16), 0 8px 20px rgba(17, 37, 72, 0.1);
    transform: translateY(-6px);
  }
  .woocommerce ul.products li.product:hover img {
    transform: scale(1.06);
  }
}
.woocommerce ul.products li.product a {
  text-decoration: none;
  color: #112548;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: block;
  overflow: hidden;
}
.woocommerce ul.products li.product img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  background: #f8f9fa;
  transition: transform 0.45s cubic-bezier(0.22, 0.68, 0, 1.3);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #112548;
  padding: 12px 16px 4px;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: calc(3 * 1.4 * 1em);
}
.woocommerce ul.products li.product .price {
  font-size: 0.95rem;
  color: #f3aa2d;
  font-weight: 700;
  padding: 0 16px 12px;
}
.woocommerce ul.products li.product .price del {
  opacity: 0.5;
  font-weight: 400;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-weight: 700;
}
.woocommerce ul.products li.product .button:not(.boutique-btn-cart),
.woocommerce ul.products li.product .add_to_cart_button:not(.boutique-btn-cart) {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #f3aa2d;
  color: #ffffff;
  border: none;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  margin: 0 16px 16px;
  transition: background 0.3s ease, transform 0.2s ease;
  text-transform: none;
}
@media (hover: hover) {
  .woocommerce ul.products li.product .button:not(.boutique-btn-cart):hover,
  .woocommerce ul.products li.product .add_to_cart_button:not(.boutique-btn-cart):hover {
    background: #d9951f;
    transform: scale(1.04);
  }
}

@media (max-width: 768px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.9rem;
    padding: 10px 10px 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35;
    max-height: calc(2 * 1.35 * 1em);
  }
  .woocommerce ul.products li.product .price {
    font-size: 0.85rem;
    padding: 0 10px 10px;
  }
  .woocommerce ul.products li.product .button:not(.boutique-btn-cart),
  .woocommerce ul.products li.product .add_to_cart_button:not(.boutique-btn-cart) {
    font-size: clamp(0.55rem, 2.5vw, 0.75rem);
    padding: 8px 12px;
    margin: 0 10px 12px;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: clamp(0.7rem, 2.8vw, 0.8rem);
    padding: 8px 8px 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    max-height: calc(2 * 1.3 * 1em);
  }
  .woocommerce ul.products li.product .price {
    font-size: clamp(0.7rem, 2.8vw, 0.8rem);
    padding: 0 8px 8px;
  }
  .woocommerce ul.products li.product .button:not(.boutique-btn-cart),
  .woocommerce ul.products li.product .add_to_cart_button:not(.boutique-btn-cart) {
    font-size: clamp(0.5rem, 2.2vw, 0.7rem);
    padding: 6px 8px;
    margin: 0 8px 10px;
    gap: 0.25rem;
    white-space: nowrap;
  }
  .oi-shop-wrapper {
    padding: 30px 1rem 3rem;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
body.single-product {
  background: var(--oi-page-bg, #ffffff);
}

.oi-product-wrapper {
  padding: 60px 0 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4px;
  margin-top: 8px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  max-width: 25%;
  flex: 0 1 auto;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  display: block;
  border: 1px solid #ced4da;
  border-radius: 7px;
  transition: border-color 0.3s ease;
}
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  border-color: #00a0d2;
}
.woocommerce div.product .woocommerce-product-gallery img {
  border-radius: 16px;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.woocommerce div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 0.5em;
}
.woocommerce div.product .product_title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #112548;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 1.5rem;
  color: #f3aa2d;
  font-weight: 700;
  margin-bottom: 1rem;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #707070;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.6;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}
.woocommerce div.product .stock {
  color: #43CB9C;
  font-weight: 600;
}
.woocommerce div.product .stock:empty::before {
  display: none;
}
.woocommerce div.product .stock.out-of-stock {
  color: #e74c3c;
}
.woocommerce div.product .single_add_to_cart_button {
  all: unset;
  box-sizing: border-box;
}
.woocommerce div.product {
  --oi-cyan: #0c556f;
}
.woocommerce div.product .oi-btn-cart {
  background: #f3aa2d !important;
  color: #ffffff !important;
  border-color: #f3aa2d !important;
  box-shadow: 0 4px 16px rgba(243, 170, 45, 0.3);
}
.woocommerce div.product .oi-btn-cart:hover {
  background: #d9951f !important;
  border-color: #d9951f !important;
  box-shadow: 0 8px 24px rgba(243, 170, 45, 0.4) !important;
  color: #ffffff !important;
}
.woocommerce div.product {
  --oi-r: 7px;
}
.woocommerce div.product .oi-qty-row .quantity {
  border-color: #ced4da;
  border-radius: 7px;
}
.woocommerce div.product .oi-qty-row .quantity .oi-qty-btn {
  color: #0c556f;
}
.woocommerce div.product .oi-qty-row .quantity .oi-qty-btn:hover {
  background: rgba(12, 85, 111, 0.08);
  color: #0c556f;
}
.woocommerce div.product .oi-trust-strip {
  border: none;
  background: transparent;
}
.woocommerce div.product .oi-trust-item {
  border-right: none;
}
.woocommerce div.product .quantity .qty {
  border: 1px solid #ced4da;
  border-radius: 7px;
  padding: 10px 14px;
  font-size: 1rem;
  width: 70px;
  text-align: center;
}

@media (min-width: 769px) {
  .oi-single-product .oi-gallery__main,
  .oi-single-product .oi-gallery__thumbs {
    max-width: 320px;
    width: 100%;
  }
  .oi-single-product .oi-gallery__main {
    justify-self: center;
    align-self: start;
    aspect-ratio: 1;
  }
  .oi-single-product .oi-gallery__thumbs {
    justify-self: center;
    align-self: start;
    gap: 4px;
    margin-top: -18px;
    position: relative;
    z-index: 2;
  }
  .oi-single-product .oi-gallery__thumb img {
    width: 60%;
    height: 60%;
  }
  .oi-single-product .oi-gallery__img {
    width: 58%;
    height: 58%;
  }
  .oi-single-product .oi-product-info {
    justify-content: flex-start;
  }
  .oi-single-product .oi-tabs-nav {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 993px) {
  .oi-single-product .oi-product-inner {
    grid-template-columns: minmax(0, 392px) minmax(0, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "gallery product-info";
    align-items: start;
  }
  .oi-single-product .oi-gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
    grid-area: gallery;
    width: 100%;
    max-width: 392px;
    justify-self: center;
    align-self: start;
  }
  .oi-single-product .oi-gallery__main,
  .oi-single-product .oi-gallery__thumbs {
    max-width: none;
    width: 100%;
  }
  .oi-single-product .oi-gallery__main {
    justify-self: auto;
    align-self: auto;
  }
  .oi-single-product .oi-gallery__thumbs {
    justify-self: auto;
    align-self: auto;
    margin-top: 0;
  }
  .oi-single-product .oi-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.oi-single-product .oi-rel-img {
  aspect-ratio: 1/1;
  background: #f8f9fa;
}
.oi-single-product .oi-rel-img img {
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
  object-fit: contain;
  aspect-ratio: auto;
  transform: scale(1);
}
.oi-single-product .oi-features .oi-feat-row a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: var(--oi-cyan);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}
.oi-single-product .oi-features .oi-feat-row a:hover, .oi-single-product .oi-features .oi-feat-row a:focus {
  color: var(--oi-cyan-dk);
}
.oi-single-product .oi-tabs-nav .oi-tab-btn {
  background: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none;
  padding: 14px 24px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #c1c1c1;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s;
  margin-bottom: -1px;
}
.oi-single-product .oi-tabs-nav .oi-tab-btn:hover {
  color: #444444;
}
.oi-single-product .oi-tabs-nav .oi-tab-btn.active {
  color: #112548 !important;
  border-bottom-color: #0c556f !important;
}
.oi-single-product .oi-spec-row--category .oi-spec-lbl {
  background: #112548 !important;
  color: #fff !important;
}
.oi-single-product .oi-tech-table tr.oi-tech-category td,
.oi-single-product .oi-desc-text table tr.oi-tech-category td {
  background: #112548 !important;
  color: #fff !important;
}

.woocommerce div.product section.related,
.woocommerce div.product section.upsells {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #ced4da;
}
.woocommerce div.product section.related h2, .woocommerce div.product section.related h3,
.woocommerce div.product section.upsells h2,
.woocommerce div.product section.upsells h3 {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #112548;
  margin-bottom: 1.5rem;
}
.woocommerce div.product .product_meta {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #ced4da;
  font-size: 0.875rem;
  color: #707070;
}
.woocommerce div.product .product_meta > span {
  display: block;
  margin-bottom: 0.3rem;
}
.woocommerce div.product .product_meta > span a {
  color: #00a0d2;
  text-decoration: none;
}
.woocommerce div.product .product_meta > span a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .woocommerce div.product .product_title {
    font-size: 1.5rem;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    flex-wrap: wrap;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
  .oi-product-wrapper {
    padding: 30px 1rem 3rem;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.woocommerce-cart .widget-area,
.woocommerce-cart #secondary {
  display: none !important;
}
.woocommerce-cart .entry-footer {
  display: none !important;
}
.woocommerce-cart .site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 1.5rem 5rem;
}
.woocommerce-cart .entry-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #112548;
  line-height: 1.15;
  margin-bottom: 0.25rem;
}
.woocommerce-cart .oi-cart-subtitle {
  margin-top: 0.35rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  color: #707070;
}
.woocommerce-cart .oi-cart-subtitle span {
  display: inline-block;
  background: #0c556f;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 50px;
  margin-left: 8px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  vertical-align: middle;
}

@keyframes oi-fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.woocommerce-cart .woocommerce-cart-form {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2dfd8;
  overflow: hidden;
  animation: oi-fadeUp 0.4s ease both;
}

.oi-cart-form__header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #e2dfd8;
  display: flex;
  align-items: center;
  gap: 10px;
}
.oi-cart-form__header h2 {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #707070;
  margin: 0;
}
.oi-cart-form__header .oi-widget__icon {
  width: 28px;
  height: 28px;
  background: rgba(12, 85, 111, 0.1);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0c556f;
  flex-shrink: 0;
}
.oi-cart-form__header .oi-widget__icon svg {
  width: 14px;
  height: 14px;
  display: block;
}

.woocommerce-cart table.shop_table {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  background: transparent;
}
.woocommerce-cart table.shop_table thead {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce-cart table.shop_table thead {
    display: block;
  }
  .woocommerce-cart table.shop_table thead tr {
    display: grid;
    grid-template-columns: 80px 1fr 130px 140px 140px;
    padding: 14px 32px;
    padding-right: 64px;
    background: #fafaf8;
    border-bottom: 1px solid #e2dfd8;
  }
  .woocommerce-cart table.shop_table thead th {
    font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #707070;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce-cart table.shop_table thead th.product-remove {
    display: none;
  }
  .woocommerce-cart table.shop_table thead th.product-thumbnail {
    padding: 0;
  }
  .woocommerce-cart table.shop_table thead th.product-thumbnail .oi-thead-icon {
    color: #707070;
    opacity: 0.6;
  }
}
.woocommerce-cart table.shop_table tbody {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item {
  display: grid;
  grid-template-columns: 80px 1fr 130px 140px 140px;
  align-items: center;
  padding: 24px 32px 24px 32px;
  padding-right: 64px;
  border-bottom: 1px solid #e2dfd8;
  position: relative;
  transition: background 0.15s ease;
  animation: oi-fadeUp 0.4s ease both;
}
.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item:last-child {
  border-bottom: none;
}
.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item:hover {
  background: #fdfcfa;
}
.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item:nth-child(2) {
  animation-delay: 0.05s;
}
.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item:nth-child(3) {
  animation-delay: 0.1s;
}
.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item:nth-child(4) {
  animation-delay: 0.15s;
}
.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item:nth-child(5) {
  animation-delay: 0.2s;
}
.woocommerce-cart table.shop_table td.product-thumbnail {
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
}
.woocommerce-cart table.shop_table td.product-thumbnail a {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2dfd8;
  background: linear-gradient(135deg, #e8e4de, #f0ede8);
}
.woocommerce-cart table.shop_table td.product-thumbnail img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.woocommerce-cart table.shop_table td.product-name {
  padding: 0 16px;
  border: none;
  text-align: center;
}
.woocommerce-cart table.shop_table td.product-name a {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 500;
  color: #112548;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3;
  display: block;
  margin-bottom: 3px;
  transition: color 0.2s;
}
.woocommerce-cart table.shop_table td.product-name a:hover {
  color: #0c556f;
}
.woocommerce-cart table.shop_table td.product-name .variation,
.woocommerce-cart table.shop_table td.product-name dl.variation {
  font-size: 11px;
  color: #707070;
  margin: 0;
}
.woocommerce-cart table.shop_table td.product-name .variation dt, .woocommerce-cart table.shop_table td.product-name .variation dd,
.woocommerce-cart table.shop_table td.product-name dl.variation dt,
.woocommerce-cart table.shop_table td.product-name dl.variation dd {
  display: inline;
  margin: 0;
  padding: 0;
}
.woocommerce-cart table.shop_table td.product-price {
  padding: 0;
  border: none;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 14px;
  color: #112548;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: center;
}
.woocommerce-cart table.shop_table td.product-quantity {
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-cart table.shop_table td.product-quantity .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e2dfd8;
  border-radius: 7px;
  overflow: hidden;
  background: #ffffff;
}
.woocommerce-cart table.shop_table td.product-quantity .quantity .qty {
  width: 40px;
  text-align: center;
  border: none;
  border-left: 1px solid #e2dfd8;
  border-right: 1px solid #e2dfd8;
  padding: 0;
  height: 34px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #112548;
  background: transparent;
  -moz-appearance: textfield;
  outline: none;
}
.woocommerce-cart table.shop_table td.product-quantity .quantity .qty::-webkit-inner-spin-button, .woocommerce-cart table.shop_table td.product-quantity .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart table.shop_table td.product-quantity .quantity .qty:focus {
  background: rgba(12, 85, 111, 0.04);
}
.woocommerce-cart table.shop_table td.product-quantity .qty-btn,
.woocommerce-cart table.shop_table td.product-quantity button[class*=qty] {
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  transition: all 0.15s ease;
  font-size: 16px;
  font-weight: 300;
}
.woocommerce-cart table.shop_table td.product-quantity .qty-btn:hover,
.woocommerce-cart table.shop_table td.product-quantity button[class*=qty]:hover {
  background: #0c556f;
  color: #ffffff;
}
.woocommerce-cart table.shop_table td.product-subtotal {
  padding: 0;
  border: none;
  text-align: center;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  color: #112548;
  font-size: 15px;
  letter-spacing: -0.01em;
}
.woocommerce-cart table.shop_table td.product-remove {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  padding: 0;
  border: none;
}
.woocommerce-cart table.shop_table td.product-remove a.remove {
  position: relative;
  display: block !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 4px;
  font-size: 0 !important;
  line-height: 0;
  overflow: hidden;
  color: #707070 !important;
  background: transparent !important;
  transition: all 0.2s;
  text-decoration: none;
  padding: 0;
}
.woocommerce-cart table.shop_table td.product-remove a.remove::before, .woocommerce-cart table.shop_table td.product-remove a.remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: currentColor;
}
.woocommerce-cart table.shop_table td.product-remove a.remove::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.woocommerce-cart table.shop_table td.product-remove a.remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.woocommerce-cart table.shop_table td.product-remove a.remove:hover {
  color: #c0392b !important;
  background: rgba(192, 57, 43, 0.08) !important;
}
.woocommerce-cart table.shop_table tbody tr:not(.woocommerce-cart-form__cart-item) {
  display: block;
}
.woocommerce-cart table.shop_table td.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
  padding: 20px 32px;
  border: none;
  background: #fafaf8;
  border-top: 1px solid #e2dfd8;
}
.woocommerce-cart table.shop_table td.actions .coupon {
  display: none;
}
.woocommerce-cart table.shop_table td.actions > .button[name=update_cart] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.woocommerce-cart table.shop_table td.actions > .oi-continue-shopping-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.woocommerce-cart table.shop_table td.actions > .oi-continue-shopping-btn svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
}
.woocommerce-cart table.shop_table td.actions > .oi-continue-shopping-btn:hover svg {
  transform: translateX(-3px);
}

.woocommerce-cart .woocommerce-cart-form .oi-continue-shopping,
.woocommerce-cart .return-to-shop {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.woocommerce-cart .woocommerce-cart-form .oi-continue-shopping a, .woocommerce-cart .woocommerce-cart-form .oi-continue-shopping .button,
.woocommerce-cart .return-to-shop a,
.woocommerce-cart .return-to-shop .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  background: #0c556f;
  border: 2px solid #0c556f;
  border-radius: 7px;
  padding: 10px 24px;
  text-decoration: none;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none;
  transform: none;
}
.woocommerce-cart .woocommerce-cart-form .oi-continue-shopping a:hover, .woocommerce-cart .woocommerce-cart-form .oi-continue-shopping .button:hover,
.woocommerce-cart .return-to-shop a:hover,
.woocommerce-cart .return-to-shop .button:hover {
  background: transparent;
  color: #0c556f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 85, 111, 0.2);
}
.woocommerce-cart .woocommerce-cart-form .oi-continue-shopping a svg, .woocommerce-cart .woocommerce-cart-form .oi-continue-shopping .button svg,
.woocommerce-cart .return-to-shop a svg,
.woocommerce-cart .return-to-shop .button svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}
.woocommerce-cart .woocommerce-cart-form .oi-continue-shopping a:hover svg, .woocommerce-cart .woocommerce-cart-form .oi-continue-shopping .button:hover svg,
.woocommerce-cart .return-to-shop a:hover svg,
.woocommerce-cart .return-to-shop .button:hover svg {
  transform: translateX(-4px);
}

.woocommerce-cart .cart-collaterals {
  margin-top: 0;
  animation: oi-fadeUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 0;
  box-shadow: none;
  background: transparent;
  border: none;
}
.woocommerce-cart .cart-collaterals .oi-widget {
  --oi-widget-radius: 10px;
  position: relative;
  background: #ffffff;
  border-radius: var(--oi-widget-radius);
  box-shadow: 0 0 0 1px #e2dfd8, 0 4px 32px rgba(17, 37, 72, 0.1);
  isolation: isolate;
  overflow: hidden;
}
.woocommerce-cart .cart-collaterals .oi-widget__header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #e2dfd8;
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-cart .cart-collaterals .oi-widget__header h2 {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #707070;
  margin: 0;
}
.woocommerce-cart .cart-collaterals .oi-widget__icon {
  width: 28px;
  height: 28px;
  background: rgba(12, 85, 111, 0.1);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-cart .cart-collaterals .oi-widget__icon svg {
  width: 14px;
  height: 14px;
  display: block;
  stroke: #0c556f;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.woocommerce-cart .cart-collaterals .oi-widget__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
}
.woocommerce-cart .cart-collaterals .oi-widget__row + .oi-widget__row, .woocommerce-cart .cart-collaterals .oi-widget__row + .oi-shipping {
  border-top: 1px solid #e2dfd8;
}
.woocommerce-cart .cart-collaterals .oi-widget__row-label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #112548;
}
.woocommerce-cart .cart-collaterals .oi-widget__row-label .oi-coupon-percent {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 2px 7px;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #36b085;
  background: rgba(67, 203, 156, 0.14);
  vertical-align: middle;
}
.woocommerce-cart .cart-collaterals .oi-widget__row-value {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #112548;
  text-align: right;
}
.woocommerce-cart .cart-collaterals .oi-widget__row-value--discount {
  color: #43CB9C;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.woocommerce-cart .cart-collaterals .oi-widget__row-value--discount .oi-coupon-amount {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #36b085;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--coupon-summary {
  background: rgba(67, 203, 156, 0.06);
  border-top: 1px dashed rgba(67, 203, 156, 0.35) !important;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--coupon-summary .oi-widget__row-label {
  font-weight: 700;
  color: #36b085;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--coupon-summary .oi-widget__row-value--discount strong {
  font-size: 1rem;
  font-weight: 900;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--tva {
  padding: 10px 24px;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--tva .oi-widget__row-label {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #707070;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--tva .oi-widget__row-label small {
  font-size: 0.7rem;
  color: #707070;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--tva .oi-widget__row-value {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #707070;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--fee {
  background: rgba(12, 85, 111, 0.03);
  border-top: 1px dashed rgba(226, 223, 216, 0.8) !important;
  padding: 12px 24px;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--fee .oi-widget__row-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1c2130;
  display: flex;
  align-items: center;
  gap: 6px;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--fee .oi-widget__row-label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0c556f;
  flex-shrink: 0;
  opacity: 0.5;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--fee .oi-widget__row-value {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1c2130;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--fee + .oi-widget__row--fee {
  border-top: 1px dashed rgba(226, 223, 216, 0.5) !important;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--livraison .oi-widget__row-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #112548;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--livraison .oi-widget__row-value {
  font-size: 0.875rem;
  font-weight: 700;
  color: #112548;
}
.woocommerce-cart .cart-collaterals .oi-widget__row--livraison .oi-free-shipping {
  color: #0c556f;
  font-weight: 600;
}
.woocommerce-cart .cart-collaterals .oi-widget__coupon {
  padding: 0;
  border-top: 1px solid #e2dfd8;
}
.woocommerce-cart .cart-collaterals .oi-coupon-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0c556f;
  transition: color 0.2s;
}
.woocommerce-cart .cart-collaterals .oi-coupon-toggle:hover {
  color: #094558;
}
.woocommerce-cart .cart-collaterals .oi-coupon-toggle span {
  flex: 1;
  text-align: left;
}
.woocommerce-cart .cart-collaterals .oi-coupon-toggle .oi-coupon-chevron {
  margin-left: auto;
  transition: transform 0.3s ease;
  color: #707070;
}
.woocommerce-cart .cart-collaterals .oi-coupon-toggle[aria-expanded=true] .oi-coupon-chevron {
  transform: rotate(180deg);
}
.woocommerce-cart .cart-collaterals .oi-coupon-form {
  display: flex;
  align-items: stretch;
  margin: 0 24px 16px;
  border: 1.5px solid #e2dfd8;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.woocommerce-cart .cart-collaterals .oi-coupon-form:focus-within {
  border-color: #0c556f;
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.1);
}
.woocommerce-cart .cart-collaterals .oi-coupon-form__input {
  flex: 1;
  border: none;
  padding: 11px 16px;
  font-size: 13px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  color: #112548;
  background: transparent;
  outline: none;
  letter-spacing: 0.03em;
  min-width: 0;
}
.woocommerce-cart .cart-collaterals .oi-coupon-form__input::placeholder {
  color: #707070;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.woocommerce-cart .cart-collaterals .oi-coupon-form__btn {
  display: grid;
  place-items: center;
  width: 42px;
  border: none;
  background: #0c556f;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  transition: background 0.2s;
  flex-shrink: 0;
}
.woocommerce-cart .cart-collaterals .oi-coupon-form__btn:hover {
  background: #094558;
}
.woocommerce-cart .cart-collaterals .oi-widget__shipping-section {
  border-top: 1px solid #e2dfd8;
}
.woocommerce-cart .cart-collaterals .oi-widget__shipping-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 14px 24px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  transition: background 0.2s;
}
.woocommerce-cart .cart-collaterals .oi-widget__shipping-toggle:hover {
  background: rgba(12, 85, 111, 0.03);
}
.woocommerce-cart .cart-collaterals .oi-widget__shipping-toggle svg:first-child {
  color: #0c556f;
  flex-shrink: 0;
}
.woocommerce-cart .cart-collaterals .oi-widget__shipping-toggle-text {
  font-size: 0.88rem;
  font-weight: 600;
  color: #112548;
  flex: 1;
  text-align: left;
}
.woocommerce-cart .cart-collaterals .oi-widget__shipping-toggle-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 20px;
  background: rgba(243, 170, 45, 0.15);
  color: #c48a1a;
}
.woocommerce-cart .cart-collaterals .oi-widget__shipping-toggle-badge--ok {
  background: rgba(12, 85, 111, 0.1);
  color: #0c556f;
}
.woocommerce-cart .cart-collaterals .oi-widget__shipping-chevron {
  color: #707070;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.woocommerce-cart .cart-collaterals .oi-widget__shipping-toggle[aria-expanded=true] .oi-widget__shipping-chevron {
  transform: rotate(180deg);
}
.woocommerce-cart .cart-collaterals .oi-widget__shipping-body {
  padding: 0 24px 0;
  border-top: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.woocommerce-cart .cart-collaterals .oi-widget__shipping-section--animated .oi-widget__shipping-body {
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
}
.woocommerce-cart .cart-collaterals .oi-widget__shipping-section--open .oi-widget__shipping-body {
  max-height: 1200px;
  opacity: 1;
  padding-bottom: 16px;
  border-top: 1px solid #e2dfd8;
}
.woocommerce-cart .cart-collaterals .oi-shipping {
  padding: 0;
}
.woocommerce-cart .cart-collaterals .oi-shipping .blockUI.blockOverlay {
  pointer-events: none !important;
}
.woocommerce-cart .cart-collaterals .oi-shipping__content {
  padding: 0;
}
.woocommerce-cart .cart-collaterals .oi-shipping__content > p:not(.woocommerce-shipping-destination):not(.woocommerce-shipping-contents) {
  font-size: 0.88rem;
  color: #707070;
  margin: 0;
  padding: 4px 0;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
  padding: 4px 0 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid #e2dfd8;
  border-radius: 10px;
  background: #F5F8F9;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods li:hover {
  border-color: rgba(12, 85, 111, 0.35);
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods li:has(input:checked) {
  border-color: #0c556f;
  background: #ffffff;
  box-shadow: 0 0 0 1px #0c556f;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods input[type=radio].shipping_method {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #e2dfd8;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods input[type=radio].shipping_method::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0c556f;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods input[type=radio].shipping_method:checked {
  border-color: #0c556f;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods input[type=radio].shipping_method:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods .pl-checkout-carrier-image {
  height: 26px !important;
  width: 50px !important;
  flex-shrink: 0;
  object-fit: contain;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #112548;
  line-height: 1.35;
  margin: 0;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods label > span:first-of-type {
  flex: 1;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods label .woocommerce-Price-amount,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods label .amount {
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  margin-left: auto;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
  font-size: 12.5px;
  color: #707070;
  padding: 6px 0 8px;
  margin: 0;
  line-height: 1.5;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination strong {
  color: #112548;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination a {
  color: #0c556f;
  text-decoration: none;
  margin-left: 4px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination a:hover {
  text-decoration: underline;
}
.woocommerce-cart .cart-collaterals #packlink-drop-off-picker {
  margin: 4px 0 8px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
  padding: 0;
  margin-top: 4px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  text-decoration: none;
  color: inherit;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button .oi-pin-dot {
  width: 8px;
  height: 8px;
  background: #c0392b;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15);
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button .sh-label {
  font-size: 0.88rem;
  color: #707070;
  font-weight: 400;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button .sh-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: #0c556f;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 2px;
  transition: color 0.2s;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button .oi-chevron {
  margin-left: auto;
  transition: transform 0.3s ease;
  color: #707070;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button .oi-chevron svg {
  width: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:hover .sh-link {
  color: #094558;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button[aria-expanded=true] .oi-chevron {
  transform: rotate(180deg);
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
  overflow: hidden;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .form-inner {
  background: #ffffff;
  border: 1.5px solid #e2dfd8;
  border-radius: 16px;
  margin: 14px 0 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 2px 12px rgba(17, 37, 72, 0.04);
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-field label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #707070;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-field select,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-field .input-text,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-field input[type=text] {
  background: #f5f3ef;
  border: 1.5px solid #e2dfd8;
  border-radius: 7px;
  padding: 11px 14px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  color: #112548;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
  width: 100%;
  appearance: none;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-field select:focus,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-field .input-text:focus,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-field input[type=text]:focus {
  border-color: #0c556f;
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.1);
  background: #ffffff;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-field select::placeholder,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-field .input-text::placeholder,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-field input[type=text]::placeholder {
  color: #707070;
  font-weight: 400;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-field select {
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239a9590' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-submit {
  background: #0c556f;
  color: #ffffff;
  border: none;
  border-radius: 7px;
  padding: 12px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  width: 100%;
  text-align: center;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-submit:hover {
  background: #094558;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(12, 85, 111, 0.25);
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .oi-calc-submit:active {
  transform: translateY(0);
}
.woocommerce-cart .cart-collaterals .select2-container--default {
  width: 100% !important;
}
.woocommerce-cart .cart-collaterals .select2-container--default .select2-selection--single {
  background: #f5f3ef;
  border: 1.5px solid #e2dfd8;
  border-radius: 7px;
  height: auto;
  padding: 10px 14px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  color: #112548;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.woocommerce-cart .cart-collaterals .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.4;
  color: #112548;
}
.woocommerce-cart .cart-collaterals .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}
.woocommerce-cart .cart-collaterals .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #707070 transparent transparent;
}
.woocommerce-cart .cart-collaterals .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #0c556f;
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.1);
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart {
  padding: 12px 24px;
  border-top: 1px solid rgba(17, 37, 72, 0.06);
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart__toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #112548;
  cursor: pointer;
  user-select: none;
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart__toggle svg {
  flex-shrink: 0;
  color: #707070;
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart__toggle--open .oi-coupon-cart__chevron {
  transform: rotate(180deg);
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart__chevron {
  margin-left: auto;
  transition: transform 0.2s ease;
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart__form {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart__feedback {
  display: none;
  margin-top: 8px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart__feedback.is-error, .woocommerce-cart .cart-collaterals .oi-coupon-cart__feedback.is-success {
  display: block;
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart__feedback.is-error {
  color: #b42318;
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart__feedback.is-success {
  color: #36b085;
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart__input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #e2dfd8;
  border-radius: 7px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  outline: none;
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart__input:focus {
  border-color: #43CB9C;
  box-shadow: 0 0 0 3px rgba(67, 203, 156, 0.1);
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart__btn {
  padding: 8px 16px;
  background-color: #112548;
  color: #ffffff;
  border: none;
  border-radius: 7px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart__btn:hover {
  background-color: #0c556f;
}
.woocommerce-cart .cart-collaterals .oi-coupon-cart__btn:disabled {
  opacity: 0.6;
  cursor: wait;
}
.woocommerce-cart .cart-collaterals .oi-widget__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: #112548;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.woocommerce-cart .cart-collaterals .oi-widget__total-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.woocommerce-cart .cart-collaterals .oi-widget__total-label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
}
.woocommerce-cart .cart-collaterals .oi-widget__total-saving {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(67, 203, 156, 0.95);
  white-space: nowrap;
}
.woocommerce-cart .cart-collaterals .oi-widget__total-saving strong {
  font-weight: 900;
  color: #ffffff;
}
.woocommerce-cart .cart-collaterals .oi-widget__total-saving em {
  font-style: normal;
  color: rgba(67, 203, 156, 0.9);
}
.woocommerce-cart .cart-collaterals .oi-widget__total-value {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  text-align: right;
}
.woocommerce-cart .cart-collaterals .oi-widget__total-value .woocommerce-Price-amount {
  font-size: 1.4rem;
  font-weight: 900;
  color: #ffffff;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .blockUI,
.woocommerce-cart .cart-collaterals .cart_totals .blockOverlay,
.woocommerce-cart .cart-collaterals .cart-collaterals .blockUI,
.woocommerce-cart .cart-collaterals .cart-collaterals .blockOverlay {
  display: none !important;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  margin-top: 16px;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px 24px;
  background: #f3aa2d;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  transform: none;
  box-shadow: 0 4px 16px rgba(243, 170, 45, 0.3);
  line-height: 1.4;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.4s;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button::after {
  display: none;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
  background: #f5b942;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(243, 170, 45, 0.4);
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover::before {
  left: 100%;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button:active {
  transform: translateY(0);
}
.woocommerce-cart .cart-collaterals .oi-checkout-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 11px;
  color: #707070;
  letter-spacing: 0.04em;
}
.woocommerce-cart .cart-collaterals .oi-checkout-meta svg {
  width: 14px;
  height: 14px;
  opacity: 0.6;
}

.oi-cart-trust {
  margin-top: 20px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2dfd8;
  padding: 20px 24px;
  box-shadow: 0 2px 12px rgba(17, 37, 72, 0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: oi-fadeUp 0.4s 0.2s ease both;
}
.oi-cart-trust__item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.oi-cart-trust__icon {
  width: 36px;
  height: 36px;
  background: rgba(12, 85, 111, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #0c556f;
}
.oi-cart-trust__icon svg {
  width: 18px;
  height: 18px;
}
.oi-cart-trust__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.oi-cart-trust__text strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #112548;
  line-height: 1.3;
}
.oi-cart-trust__text span {
  font-size: 12px;
  color: #707070;
  line-height: 1.4;
}

.select2-container--default .select2-dropdown {
  border: 1.5px solid #e2dfd8;
  border-radius: 7px;
  box-shadow: 0 8px 24px rgba(17, 37, 72, 0.1);
  overflow: hidden;
}
.select2-container--default .select2-dropdown .select2-search--dropdown {
  padding: 10px;
}
.select2-container--default .select2-dropdown .select2-search--dropdown .select2-search__field {
  background: #f5f3ef;
  border: 1.5px solid #e2dfd8;
  border-radius: 8px;
  padding: 9px 12px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.85rem;
  color: #112548;
  outline: none;
}
.select2-container--default .select2-dropdown .select2-search--dropdown .select2-search__field:focus {
  border-color: #0c556f;
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.1);
}
.select2-container--default .select2-dropdown .select2-results__option {
  padding: 9px 14px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.85rem;
  color: #112548;
  transition: background 0.15s;
}
.select2-container--default .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: rgba(12, 85, 111, 0.08);
  color: #112548;
}
.select2-container--default .select2-dropdown .select2-results__option[aria-selected=true] {
  background: rgba(12, 85, 111, 0.15);
  color: #094558;
  font-weight: 600;
}

@media (min-width: 768px) {
  .woocommerce-cart .woocommerce {
    display: flex;
    gap: 32px;
    align-items: flex-start;
  }
  .woocommerce-cart .woocommerce > form.woocommerce-cart-form {
    flex: 1;
    min-width: 0;
  }
  .woocommerce-cart .woocommerce > .cart-collaterals {
    flex: 0 0 360px;
    margin-top: 0;
    position: sticky;
    top: 100px;
  }
}
.woocommerce-cart .cart-empty {
  display: none;
}

.woocommerce-cart .oi-cart-empty ~ .entry-title,
.woocommerce-cart .entry-header {
  display: none;
}

@media (max-width: 767px) {
  .woocommerce-cart .site-main {
    padding: 20px 16px 2rem;
  }
  .woocommerce-cart .entry-title {
    font-size: 1.5rem;
    margin-bottom: 0.15rem;
  }
  .woocommerce-cart .oi-cart-subtitle {
    margin-bottom: 1.25rem;
    font-size: 0.75rem;
  }
  .woocommerce-cart .woocommerce-cart-form {
    border-radius: 10px;
  }
  .oi-cart-form__header {
    padding: 14px 16px 12px;
  }
  .oi-cart-form__header h2 {
    font-size: 0.62rem;
  }
  .oi-cart-form__header .oi-widget__icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
  }
  .oi-cart-form__header .oi-widget__icon svg {
    width: 12px;
    height: 12px;
  }
  .woocommerce-cart table.shop_table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce-cart table.shop_table.shop_table_responsive tr td {
    display: block;
    text-align: left;
    clear: none;
    float: none;
  }
  .woocommerce-cart table.shop_table.shop_table_responsive tr td::before {
    display: none !important;
  }
  .woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item {
    grid-template-columns: 52px 1fr auto;
    grid-template-rows: auto auto;
    gap: 4px 12px;
    padding: 14px 16px;
    padding-right: 40px;
  }
  .woocommerce-cart table.shop_table td.product-thumbnail {
    grid-row: 1/3;
    grid-column: 1;
    align-self: start;
  }
  .woocommerce-cart table.shop_table td.product-thumbnail a {
    width: 52px;
    height: 52px;
    border-radius: 8px;
  }
  .woocommerce-cart table.shop_table td.product-thumbnail img {
    width: 52px;
    height: 52px;
  }
  .woocommerce-cart table.shop_table td.product-name {
    grid-row: 1;
    grid-column: 2/-1;
    padding: 0;
    text-align: left;
  }
  .woocommerce-cart table.shop_table td.product-name a {
    font-size: 13px;
    line-height: 1.3;
  }
  .woocommerce-cart table.shop_table td.product-name .variation,
  .woocommerce-cart table.shop_table td.product-name dl.variation {
    font-size: 10px;
  }
  .woocommerce-cart table.shop_table td.product-price {
    display: none !important;
  }
  .woocommerce-cart table.shop_table td.product-quantity {
    grid-row: 2;
    grid-column: 2;
    justify-self: start;
    display: flex;
    align-items: center;
  }
  .woocommerce-cart table.shop_table td.product-quantity .quantity .qty {
    width: 36px;
    height: 30px;
    font-size: 12px;
  }
  .woocommerce-cart table.shop_table td.product-quantity .qty-btn,
  .woocommerce-cart table.shop_table td.product-quantity button[class*=qty] {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .woocommerce-cart table.shop_table td.product-subtotal {
    grid-row: 2;
    grid-column: 3;
    position: static;
    text-align: right;
    align-self: center;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    white-space: nowrap;
  }
  .woocommerce-cart table.shop_table td.product-remove {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 0;
    border: none;
  }
  .woocommerce-cart table.shop_table td.product-remove a.remove {
    width: 24px !important;
    height: 24px !important;
  }
  .woocommerce-cart table.shop_table td.product-remove a.remove::before, .woocommerce-cart table.shop_table td.product-remove a.remove::after {
    width: 12px;
  }
  .woocommerce-cart table.shop_table td.actions {
    padding: 14px 16px;
    flex-direction: column;
    gap: 10px;
  }
  .woocommerce-cart table.shop_table td.actions .coupon {
    width: 100%;
  }
  .woocommerce-cart table.shop_table td.actions .coupon #coupon_code {
    flex: 1;
    width: auto;
    padding: 8px 12px;
    font-size: 12px;
  }
  .woocommerce-cart table.shop_table td.actions .coupon .button {
    padding: 8px 12px;
    font-size: 11px;
  }
  .woocommerce-cart table.shop_table td.actions > .oi-continue-shopping-btn {
    width: 100%;
    justify-content: center;
    padding: 8px 16px;
    font-size: 11px;
  }
  .woocommerce-cart .cart-collaterals {
    margin-top: 12px;
  }
  .woocommerce-cart .cart-collaterals .oi-widget {
    --oi-widget-radius: 10px;
    border-radius: var(--oi-widget-radius);
    box-shadow: 0 2px 16px rgba(17, 37, 72, 0.08);
  }
  .woocommerce-cart .cart-collaterals .oi-widget__header {
    padding: 14px 16px 12px;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__header h2 {
    font-size: 0.62rem;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__icon svg {
    width: 12px;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__row {
    padding: 12px 16px;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__row-label {
    font-size: 0.8rem;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__row-value {
    font-size: 0.85rem;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__row--tva {
    padding: 8px 16px;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__row--tva .oi-widget__row-label {
    font-size: 0.75rem;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__row--tva .oi-widget__row-value {
    font-size: 0.75rem;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__row--fee {
    padding: 10px 16px;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__row--fee .oi-widget__row-label {
    font-size: 0.75rem;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__row--fee .oi-widget__row-value {
    font-size: 0.75rem;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__row--livraison .oi-widget__row-label {
    font-size: 0.75rem;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__row--livraison .oi-widget__row-value {
    font-size: 0.8rem;
  }
  .woocommerce-cart .cart-collaterals .oi-shipping {
    padding: 0;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__shipping-toggle {
    padding: 12px 16px;
    gap: 10px;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__shipping-toggle svg:first-child {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__shipping-toggle-text {
    font-size: 0.82rem;
    flex: 1;
    min-width: 0;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__shipping-toggle-badge {
    font-size: 9px;
    padding: 3px 8px;
    flex-shrink: 0;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__shipping-chevron {
    flex-shrink: 0;
    margin-left: 4px;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__shipping-body {
    padding: 0 16px 0;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__shipping-section--open .oi-widget__shipping-body {
    padding-bottom: 12px;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-methods {
    gap: 6px;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-methods li {
    padding: 10px 12px;
    gap: 8px;
    border-radius: 8px;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-methods input[type=radio].shipping_method {
    width: 16px;
    height: 16px;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-methods input[type=radio].shipping_method::after {
    width: 7px;
    height: 7px;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-methods label {
    font-size: 12px;
    gap: 6px;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-methods .pl-checkout-carrier-image {
    height: 20px !important;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
    font-size: 11px;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
    gap: 6px;
    flex-wrap: wrap;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button .sh-label,
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button .sh-link {
    font-size: 0.78rem;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button .oi-chevron svg {
    width: 12px;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button .oi-pin-dot {
    width: 7px;
    height: 7px;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .form-inner {
    padding: 14px;
    gap: 12px;
    border-radius: 10px;
    margin-top: 10px;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .oi-calc-field {
    gap: 4px;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .oi-calc-field label {
    font-size: 0.6rem;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .oi-calc-field select,
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .oi-calc-field .input-text,
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .oi-calc-field input[type=text] {
    padding: 9px 12px;
    font-size: 0.8rem;
    border-radius: 7px;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .oi-calc-submit {
    padding: 10px 14px;
    font-size: 0.78rem;
    border-radius: 7px;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__total {
    padding: 16px;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__total-label {
    font-size: 0.65rem;
  }
  .woocommerce-cart .cart-collaterals .oi-widget__total-value .woocommerce-Price-amount {
    font-size: 1.2rem;
  }
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    padding: 0;
  }
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    position: static;
    width: 100%;
    border-radius: 10px;
    padding: 16px 24px;
    font-size: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    background: #f3aa2d;
    color: #ffffff;
  }
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button::before {
    display: none;
  }
  .woocommerce-cart .cart-collaterals .oi-checkout-meta {
    position: static;
    background: #ffffff;
    margin: 0;
    padding: 8px 0;
    font-size: 10px;
    border-top: 1px solid #e2dfd8;
  }
  .oi-cart-trust {
    margin-top: 14px;
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 10px;
    gap: 10px;
  }
  .oi-cart-trust__item {
    gap: 10px;
  }
  .oi-cart-trust__icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .oi-cart-trust__icon svg {
    width: 15px;
    height: 15px;
  }
  .oi-cart-trust__text strong {
    font-size: 12px;
  }
  .oi-cart-trust__text span {
    font-size: 11px;
  }
  .woocommerce-cart .site-main {
    padding-bottom: 2rem;
  }
}
@keyframes oi-cart-remove {
  0% {
    opacity: 1;
    transform: translateX(0);
    max-height: 120px;
  }
  50% {
    opacity: 0;
    transform: translateX(-40px);
    max-height: 120px;
  }
  100% {
    opacity: 0;
    transform: translateX(-40px);
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-width: 0;
  }
}
.oi-cart-removing {
  animation: oi-cart-remove 0.4s ease-in forwards !important;
  pointer-events: none;
}

@keyframes oi-flash {
  0% {
    background-color: transparent;
  }
  30% {
    background-color: rgba(12, 85, 111, 0.12);
  }
  100% {
    background-color: transparent;
  }
}
.oi-cart-flash {
  animation: oi-flash 0.6s ease both;
  border-radius: 4px;
}

@keyframes oi-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.oi-cart-pulse {
  animation: oi-pulse 0.3s ease;
}

@keyframes oi-total-pop {
  0% {
    transform: scale(1);
    color: #f5b942;
  }
  40% {
    transform: scale(1.12);
    color: rgb(247.1351351351, 199.2905405405, 117.3648648649);
  }
  100% {
    transform: scale(1);
    color: #f5b942;
  }
}
.oi-cart-total-pop {
  animation: oi-total-pop 0.5s ease;
  display: inline-block;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .oi-cart-trust {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  animation: none;
}
.woocommerce-cart .woocommerce-cart-form.oi-cart-visible,
.woocommerce-cart .cart-collaterals.oi-cart-visible,
.woocommerce-cart .oi-cart-trust.oi-cart-visible {
  opacity: 1;
  transform: translateY(0);
}

.woocommerce-cart .oi-cart-empty {
  opacity: 1;
}

.oi-cart-fadeout {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

#oi-toast-container {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 10000;
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  pointer-events: none;
  width: 400px;
  max-width: calc(100vw - 48px);
}
@media (max-width: 767px) {
  #oi-toast-container {
    bottom: 16px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}

@keyframes oi-toast-circle {
  0% {
    stroke-dashoffset: 151;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes oi-toast-check {
  0% {
    stroke-dashoffset: 36;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes oi-toast-cross {
  0% {
    stroke-dashoffset: 56;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes oi-toast-slideIn {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes oi-toast-slideOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    max-height: 120px;
    margin-bottom: 0;
  }
  60% {
    opacity: 0;
    transform: translateY(16px) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(16px) scale(0.95);
    max-height: 0;
    margin-bottom: -12px;
    overflow: hidden;
  }
}
@keyframes oi-toast-timer {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.oi-toast {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 44px 16px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px) saturate(1.6);
  -webkit-backdrop-filter: blur(16px) saturate(1.6);
  box-shadow: 0 12px 48px rgba(17, 37, 72, 0.14), 0 4px 16px rgba(17, 37, 72, 0.08), 0 0 0 1px rgba(17, 37, 72, 0.04);
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  cursor: default;
  opacity: 0;
  transform: translateY(24px) scale(0.95);
}
.oi-toast--visible {
  animation: oi-toast-slideIn 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.oi-toast--leaving {
  animation: oi-toast-slideOut 0.3s ease forwards;
}
.oi-toast--paused .oi-toast__timer {
  animation-play-state: paused;
}
.oi-toast__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oi-toast__svg {
  width: 28px;
  height: 28px;
}
.oi-toast__circle {
  stroke: #0c556f;
  stroke-dasharray: 151;
  stroke-dashoffset: 151;
  stroke-linecap: round;
  animation: oi-toast-circle 0.5s 0.1s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.oi-toast__circle--error {
  stroke: #c0392b;
}
.oi-toast__check {
  stroke: #0c556f;
  stroke-dasharray: 36;
  stroke-dashoffset: 36;
  stroke-linecap: round;
  animation: oi-toast-check 0.35s 0.45s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.oi-toast__cross {
  stroke: #c0392b;
  stroke-dasharray: 56;
  stroke-dashoffset: 56;
  stroke-linecap: round;
  animation: oi-toast-cross 0.35s 0.45s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.oi-toast__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.oi-toast__label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0c556f;
}
.oi-toast__msg {
  font-size: 0.875rem;
  font-weight: 600;
  color: #112548;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.oi-toast__undo {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  padding: 4px 10px;
  border: none;
  border-radius: 6px;
  background: rgba(12, 85, 111, 0.08);
  font-size: 0.75rem;
  font-weight: 700;
  color: #0c556f;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  width: fit-content;
}
.oi-toast__undo svg {
  flex-shrink: 0;
}
.oi-toast__undo:hover {
  background: rgba(12, 85, 111, 0.15);
  color: #094558;
}
.oi-toast__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #707070;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
.oi-toast__close:hover {
  background: rgba(17, 37, 72, 0.06);
  color: #112548;
  transform: scale(1.15);
}
.oi-toast__timer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0c556f, #f3aa2d);
  border-radius: 0 0 16px 16px;
  transform-origin: left;
  animation: oi-toast-timer 5s linear forwards;
}
.oi-toast--error .oi-toast__icon {
  background: rgba(192, 57, 43, 0.08);
}
.oi-toast--error .oi-toast__label {
  color: #c0392b;
}
.oi-toast--error .oi-toast__timer {
  background: linear-gradient(90deg, #c0392b, #f3aa2d);
}
.oi-toast--success .oi-toast__icon {
  background: rgba(12, 85, 111, 0.08);
}
.oi-toast--info .oi-toast__icon {
  background: rgba(17, 37, 72, 0.06);
}
.oi-toast--info .oi-toast__label {
  color: #112548;
}
.oi-toast--info .oi-toast__circle {
  stroke: #112548;
}
.oi-toast--info .oi-toast__check {
  stroke: #112548;
}

@keyframes oi-badge-pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.oi-cart-badge-pop {
  animation: oi-badge-pop 0.35s ease;
}

.oi-cart-empty {
  max-width: 860px;
  margin: 0 auto;
  padding: 56px 24px 80px;
  animation: oi-fadeUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.oi-cart-empty__page-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 34px;
  font-weight: 900;
  color: #112548;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 40px;
}

.oi-cart-empty__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 64px 48px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 20px rgba(17, 37, 72, 0.07);
  margin-bottom: 48px;
  animation: oi-fadeUp 0.5s 0.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@media (max-width: 600px) {
  .oi-cart-empty__card {
    padding: 48px 24px 40px;
  }
}

.oi-cart-empty__icon-wrap {
  width: 80px;
  height: 80px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: #edf6fb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oi-cart-empty__icon-wrap svg {
  width: 36px;
  height: 36px;
  color: #00a0d2;
  stroke: #00a0d2;
  fill: none;
}

.oi-cart-empty__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #112548;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.oi-cart-empty__text {
  font-size: 14px;
  font-weight: 400;
  color: #4a5f80;
  line-height: 1.7;
  max-width: 380px;
  margin: 0 0 36px;
}

.oi-cart-empty a.oi-cart-empty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px !important;
  background: #f3aa2d;
  color: #ffffff !important;
  border: 2px solid #f3aa2d;
  border-radius: 7px !important;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  position: relative;
}
.oi-cart-empty a.oi-cart-empty__btn:hover {
  background: transparent;
  color: #f3aa2d !important;
  border-color: #f3aa2d;
  box-shadow: 0 4px 20px rgba(243, 170, 45, 0.3);
  transform: translateY(-1px);
  text-decoration: none;
}
.oi-cart-empty a.oi-cart-empty__btn svg {
  flex-shrink: 0;
  stroke: #ffffff;
  transition: stroke 0.3s ease, transform 0.2s;
}
.oi-cart-empty a.oi-cart-empty__btn:hover svg {
  stroke: #f3aa2d;
  transform: translateX(3px);
}

.oi-cart-empty .oi-cart-empty__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  animation: oi-fadeUp 0.5s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@media (max-width: 700px) {
  .oi-cart-empty .oi-cart-empty__trust {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }
}

.oi-cart-empty .oi-cart-empty__trust-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: 0 1px 8px rgba(17, 37, 72, 0.05);
}

.oi-cart-empty .oi-cart-empty__trust-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: #edf6fb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.oi-cart-empty .oi-cart-empty__trust-icon svg {
  width: 18px;
  height: 18px;
  stroke: #00a0d2;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oi-cart-empty .oi-cart-empty__trust-text strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #112548;
  margin-bottom: 3px;
}
.oi-cart-empty .oi-cart-empty__trust-text span {
  display: block;
  font-size: 11px;
  color: #8a97b0;
  line-height: 1.5;
}

.oi-cross-sells {
  margin: 0 -1px -1px;
  padding: 28px 32px 32px;
  background: #f5f3ef;
  border-top: 1px solid #e2dfd8;
  border-radius: 0 0 16px 16px;
  animation: oi-fadeUp 0.5s 0.2s ease both;
}
.oi-cross-sells__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 1.75rem;
}
.oi-cross-sells__icon {
  width: 40px;
  height: 40px;
  background: rgba(243, 170, 45, 0.12);
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.oi-cross-sells__icon svg {
  width: 20px;
  height: 20px;
  color: #f3aa2d;
}
.oi-cross-sells__titles h2 {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 700;
  color: #112548;
  margin: 0 0 2px;
  line-height: 1.15;
}
.oi-cross-sells__titles p {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.85rem;
  color: #707070;
  margin: 0;
}
.oi-cross-sells__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.oi-cross-sells__card {
  background: #ffffff;
  border: 1px solid #e2dfd8;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.oi-cross-sells__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(17, 37, 72, 0.1);
  border-color: rgba(12, 85, 111, 0.25);
}
.oi-cross-sells__image {
  display: block;
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: linear-gradient(135deg, #f0ede8, #e8e4de);
}
.oi-cross-sells__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.4s ease;
}
.oi-cross-sells__image:hover img {
  transform: scale(1.06);
}
.oi-cross-sells__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f3aa2d;
  color: #112548;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 50px;
}
.oi-cross-sells__info {
  padding: 14px 16px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.oi-cross-sells__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #112548;
  text-decoration: none;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}
.oi-cross-sells__title:hover {
  color: #0c556f;
}
.oi-cross-sells__price {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #112548;
}
.oi-cross-sells__price del {
  color: #707070;
  font-weight: 400;
  font-size: 0.82rem;
}
.oi-cross-sells__price ins {
  text-decoration: none;
  color: #0c556f;
}
.oi-cross-sells__action {
  padding: 12px 16px 16px;
}
.oi-cross-sells__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px 14px;
  background: #0c556f;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.oi-cross-sells__btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.oi-cross-sells__btn:hover {
  background: #094558;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(12, 85, 111, 0.3);
  color: #ffffff;
}
.oi-cross-sells__btn:active {
  transform: translateY(0);
}
.oi-cross-sells__btn--details {
  background: transparent;
  color: #0c556f;
  border: 1.5px solid #0c556f;
}
.oi-cross-sells__btn--details:hover {
  background: #0c556f;
  color: #ffffff;
}
.oi-cross-sells__btn.added::after {
  content: " ✓";
}

@media (max-width: 1024px) {
  .oi-cross-sells__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .oi-cross-sells {
    margin: 0 -1px -1px;
    padding: 20px 16px;
    padding-bottom: 90px;
    border-radius: 0 0 12px 12px;
  }
  .oi-cross-sells__header {
    gap: 10px;
    margin-bottom: 1.25rem;
  }
  .oi-cross-sells__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }
  .oi-cross-sells__icon svg {
    width: 16px;
    height: 16px;
  }
  .oi-cross-sells__titles h2 {
    font-size: 1.05rem;
  }
  .oi-cross-sells__titles p {
    font-size: 0.78rem;
  }
  .oi-cross-sells__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .oi-cross-sells__card {
    border-radius: 10px;
  }
  .oi-cross-sells__info {
    padding: 10px 12px 0;
  }
  .oi-cross-sells__title {
    font-size: 0.8rem;
  }
  .oi-cross-sells__price {
    font-size: 0.85rem;
  }
  .oi-cross-sells__price del {
    font-size: 0.75rem;
  }
  .oi-cross-sells__action {
    padding: 10px 12px 14px;
  }
  .oi-cross-sells__btn {
    padding: 9px 12px;
    font-size: 11px;
    border-radius: 8px;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.woocommerce-checkout {
  background: #f5f3ef;
}
.woocommerce-checkout .widget-area,
.woocommerce-checkout #secondary,
.woocommerce-checkout .entry-footer,
.woocommerce-checkout .woocommerce-breadcrumb {
  display: none !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .site-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 1.5rem 3rem;
}
.woocommerce-checkout .entry-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(1.4rem, 3.5vw, 1.75rem);
  font-weight: 700;
  color: #112548;
  margin-bottom: 0.15rem;
  text-align: center;
}
.woocommerce-checkout .oi-stepper {
  margin-bottom: 2.5rem;
}

.woocommerce-form-coupon-toggle {
  display: none !important;
}

.woocommerce form.checkout_coupon {
  display: none !important;
}

.woocommerce form.login,
.woocommerce form.register {
  background: #ffffff;
  border: 2px dashed rgba(243, 170, 45, 0.5);
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 16px rgba(17, 37, 72, 0.06);
}
.woocommerce form.login p:first-child,
.woocommerce form.register p:first-child {
  margin-bottom: 1rem;
  color: #1c2130;
  font-size: 0.875rem;
}
.woocommerce form.login .form-row,
.woocommerce form.register .form-row {
  margin-bottom: 0.75rem;
}
.woocommerce form.login .button,
.woocommerce form.register .button {
  background: #0c556f;
  color: #ffffff;
  border: none;
  border-radius: 7px;
  padding: 12px 24px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.woocommerce form.login .button:hover,
.woocommerce form.register .button:hover {
  background: #094558;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(12, 85, 111, 0.25);
}

.woocommerce-checkout .woocommerce-info {
  background: #ffffff;
  border: 2px dashed rgba(243, 170, 45, 0.45);
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.88rem;
  color: #1c2130;
  box-shadow: 0 2px 16px rgba(17, 37, 72, 0.06);
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.5;
}
.woocommerce-checkout .woocommerce-info::before {
  content: "";
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: rgba(12, 85, 111, 0.1);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230c556f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4M12 8h.01'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  margin: 0;
  top: auto;
  position: static;
  font-size: 0;
  color: transparent;
}
.woocommerce-checkout .woocommerce-info a {
  color: #0c556f;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(12, 85, 111, 0.3);
  transition: border-color 0.3s ease, color 0.3s ease;
}
.woocommerce-checkout .woocommerce-info a:hover {
  border-color: #0c556f;
  color: #094558;
}

@media (min-width: 768px) {
  .woocommerce-checkout form.checkout {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
  }
  .woocommerce-checkout form.checkout .oi-checkout-left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .woocommerce-checkout form.checkout #order_review_heading {
    display: none !important;
  }
  .woocommerce-checkout form.checkout > .oi-shipping-card {
    display: none !important;
  }
  .woocommerce-checkout form.checkout #order_review {
    width: 380px;
    flex-shrink: 0;
    position: sticky !important;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 20px;
  }
  .woocommerce-checkout form.checkout .blockUI.blockOverlay {
    display: none !important;
  }
  .woocommerce-checkout form.checkout .processing {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

.woocommerce-checkout #order_review,
.woocommerce-checkout #payment,
.woocommerce-checkout .oi-shipping-card,
.woocommerce-checkout .oi-order-card {
  opacity: 1 !important;
  transition: none !important;
}

.woocommerce-checkout .blockUI {
  display: none !important;
}

.woocommerce-checkout #order_review #payment {
  margin-top: 0;
}

.woocommerce-checkout .col2-set {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 0;
}
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
  background: #ffffff;
  border: 1px solid #e2dfd8;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
  display: none !important;
}

.woocommerce-checkout .col2-set .col-1::before {
  content: "Détails de facturation";
  display: block;
  padding: 1.25rem 1.5rem;
  margin: -1.25rem -1.5rem 1.25rem;
  border-bottom: 1px solid #e2dfd8;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #707070;
}

.woocommerce-checkout .col2-set .col-2::before {
  content: "Détails de livraison";
  display: block;
  padding: 1.25rem 1.5rem;
  margin: -1.25rem -1.5rem 1.25rem;
  border-bottom: 1px solid #e2dfd8;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #707070;
}

#order_review_heading {
  display: none;
}

.woocommerce-checkout .form-row {
  margin-bottom: 0.6rem;
}
.woocommerce-checkout .form-row label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 700;
  color: #707070;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
  display: block;
}
.woocommerce-checkout .form-row label .required {
  color: rgb(224.1891891892, 146.2567567568, 12.8108108108);
}
.woocommerce-checkout .form-row .input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select {
  width: 100%;
  border: 1.5px solid #e2dfd8;
  border-radius: 7px;
  padding: 10px 14px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  color: #1c2130;
  background: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.woocommerce-checkout .form-row .input-text::placeholder,
.woocommerce-checkout .form-row textarea::placeholder,
.woocommerce-checkout .form-row select::placeholder {
  color: #c1c1c1;
}
.woocommerce-checkout .form-row .input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus {
  outline: none;
  border-color: #0c556f;
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.12);
}
.woocommerce-checkout .form-row textarea {
  min-height: 70px;
  resize: vertical;
}
.woocommerce-checkout .form-row select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%23707070' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}
.woocommerce-checkout .form-row .input-checkbox,
.woocommerce-checkout .form-row input[type=checkbox],
.woocommerce-checkout .form-row input[type=radio] {
  width: 16px;
  height: 16px;
  accent-color: #0c556f;
  margin-right: 0.4rem;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 480px) {
  .woocommerce-checkout .form-row-first {
    margin-right: 4%;
  }
}
.woocommerce-checkout .form-row-wide {
  width: 100%;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1.5px solid #e2dfd8;
  border-radius: 7px;
  height: auto;
  padding: 10px 14px;
  transition: border-color 0.3s ease;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1c2130;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.85rem;
  line-height: 1.4;
  padding: 0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 12px;
}
.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single, .woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #0c556f;
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.12);
}

.woocommerce-checkout #order_review {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  margin-top: 0;
  overflow: visible;
}
.woocommerce-checkout #order_review::before {
  display: none;
}

.oi-shipping-card {
  background: #ffffff;
  border: 1px solid #e2dfd8;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-top: 0;
}
.oi-shipping-card__toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  transition: background 0.15s ease;
}
.oi-shipping-card__toggle:hover {
  background: #faf9f7;
}
.oi-shipping-card__toggle-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 85, 111, 0.08);
  border-radius: 8px;
  color: #0c556f;
}
.oi-shipping-card__toggle-text {
  flex: 1;
  min-width: 0;
}
.oi-shipping-card__toggle-text strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #112548;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.oi-shipping-card__toggle-badge {
  flex-shrink: 0;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 4px;
  background: rgba(243, 170, 45, 0.12);
  color: rgb(200.0675675676, 130.5202702703, 11.4324324324);
}
.oi-shipping-card__toggle-badge--ok {
  background: rgba(67, 203, 156, 0.1);
  color: #36b085;
}
.oi-shipping-card__toggle-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  transition: transform 0.25s ease;
}
.oi-shipping-card__body {
  padding: 0 1.25rem 1.25rem;
  border-top: 1px solid #e2dfd8;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
  max-height: 500px;
  opacity: 1;
  overflow: hidden;
}
.oi-shipping-card__body .woocommerce-shipping-totals {
  display: block !important;
}
.oi-shipping-card__body .woocommerce-shipping-totals th {
  display: none;
}
.oi-shipping-card__body .woocommerce-shipping-totals td {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}
.oi-shipping-card__loading {
  color: #707070;
  font-size: 0.8125rem;
  padding: 0.5rem 0;
}
.oi-shipping-card--collapsed .oi-shipping-card__body {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
}
.oi-shipping-card--collapsed .oi-shipping-card__toggle-arrow {
  transform: rotate(0deg);
}
.oi-shipping-card:not(.oi-shipping-card--collapsed) .oi-shipping-card__toggle-arrow {
  transform: rotate(180deg);
}
.oi-shipping-card:not(.oi-shipping-card--collapsed) .oi-shipping-card__body {
  padding-top: 1rem;
}

.oi-order-card {
  background: #ffffff;
  border: 1px solid #e2dfd8;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.oi-order-card__header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e2dfd8;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #707070;
  margin: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
  width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin: 0 !important;
  background: transparent;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none;
  overflow: visible !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table caption {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th, .woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 14px 22px !important;
  border: none !important;
  border-bottom: 1px solid #e2dfd8 !important;
  font-size: 0.875rem;
  color: #1c2130;
  background: none !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
  display: none !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr {
  transition: background 0.15s ease;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:hover {
  background: #faf9f7 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td.product-name {
  font-weight: 500 !important;
  color: #1c2130 !important;
  padding: 14px 22px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .oi-product-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .oi-product-cell__thumb {
  flex-shrink: 0;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2dfd8;
  background: #faf9f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .oi-product-cell__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  color: transparent;
  font-size: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .oi-product-cell__thumb--placeholder {
  color: #707070;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .oi-product-cell__thumb--placeholder svg {
  width: 22px;
  height: 22px;
  opacity: 0.5;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .oi-product-cell__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 1;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .oi-product-cell__name {
  color: #112548;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .oi-product-cell__qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  background: #f5f3ef;
  border: 1px solid #e2dfd8;
  border-radius: 5px;
  font-size: 0.65rem;
  font-weight: 600;
  color: #707070;
  padding: 1px 6px;
  line-height: 1.5;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
  display: inline-flex !important;
  align-items: center;
  background: #f5f3ef !important;
  border: 1px solid #e2dfd8 !important;
  border-radius: 5px !important;
  font-size: 0.7rem !important;
  font-weight: 500 !important;
  color: #707070 !important;
  padding: 1px 7px !important;
  margin-left: 6px !important;
  vertical-align: middle;
  line-height: 1.6;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td.product-total {
  text-align: right !important;
  font-weight: 700 !important;
  color: #112548 !important;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.9375rem !important;
  vertical-align: middle !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
  text-align: left !important;
  font-weight: 600 !important;
  color: #1c2130 !important;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.72rem !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  text-align: right !important;
  color: #112548 !important;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 500 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr th, .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr td {
  border: none !important;
  border-bottom: none !important;
  padding: 10px 22px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  padding-top: 14px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.shipping th {
  text-align: left !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.shipping td {
  text-align: right !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.shipping td ul#shipping_method {
  display: none !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.shipping td .woocommerce-shipping-destination,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.shipping td p {
  display: none !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.shipping .oi-shipping-summary {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.shipping .oi-shipping-summary .woocommerce-Price-amount {
  font-weight: 600 !important;
  color: #112548 !important;
  font-size: 0.875rem !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.tax-rate th, .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.tax-total th {
  font-size: 0.82rem !important;
  color: #707070 !important;
  font-weight: 400 !important;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.tax-rate td, .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.tax-total td {
  color: #707070 !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total {
  background: none !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td {
  border: none !important;
  border-top: 2px solid #112548 !important;
  padding: 1rem 22px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
  color: #112548 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td {
  color: #112548 !important;
  font-weight: 700 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td .woocommerce-Price-amount {
  font-size: 1.375rem !important;
  font-weight: 700 !important;
}

.woocommerce-checkout ul.woocommerce-shipping-methods {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce-checkout ul.woocommerce-shipping-methods li {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 1rem 1.25rem !important;
  margin-bottom: 0 !important;
  border: 1.5px solid #e2dfd8 !important;
  border-radius: 10px !important;
  background: #F5F8F9 !important;
  transition: background 0.15s ease, border-color 0.2s ease;
  cursor: pointer;
  position: relative;
}
.woocommerce-checkout ul.woocommerce-shipping-methods li:last-child {
  margin-bottom: 0 !important;
}
.woocommerce-checkout ul.woocommerce-shipping-methods li:hover {
  background: #faf9f7 !important;
}
.woocommerce-checkout ul.woocommerce-shipping-methods li input[type=radio] {
  width: 18px !important;
  height: 18px !important;
  accent-color: #0c556f !important;
  flex-shrink: 0;
  cursor: pointer;
  margin: 0 !important;
}
.woocommerce-checkout ul.woocommerce-shipping-methods li label {
  cursor: pointer !important;
  color: #1c2130 !important;
  font-size: 0.85rem !important;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
  font-weight: 600 !important;
  flex: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.woocommerce-checkout ul.woocommerce-shipping-methods li label img {
  width: 36px !important;
  height: 36px !important;
  object-fit: contain !important;
  border-radius: 4px;
  flex-shrink: 0;
  order: -1;
}
.woocommerce-checkout ul.woocommerce-shipping-methods li label .woocommerce-Price-amount {
  font-weight: 700;
  color: #112548;
  margin-left: auto;
  flex-shrink: 0;
}
.woocommerce-checkout ul.woocommerce-shipping-methods li:has(input[type=radio]:checked) {
  background: rgba(12, 85, 111, 0.04) !important;
  border-color: rgba(12, 85, 111, 0.3) !important;
  border-left: 3px solid #0c556f !important;
}
.woocommerce-checkout ul.woocommerce-shipping-methods li:has(input[type=radio]:checked) label .woocommerce-Price-amount {
  color: #0c556f;
}

.woocommerce-checkout #payment {
  background: #ffffff !important;
  border: 1px solid #e2dfd8 !important;
  border-radius: 10px !important;
  padding: 0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.05) !important;
  margin-top: 0 !important;
  overflow: hidden;
}
.woocommerce-checkout #payment::before {
  content: "Paiement";
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e2dfd8;
  margin-bottom: 0;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #707070;
}
.woocommerce-checkout #payment ul.payment_methods {
  list-style: none !important;
  padding: 16px 22px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: none !important;
}
.woocommerce-checkout #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after {
  display: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 8px;
  background: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0.85rem 1rem !important;
  border: 1.5px solid #e2dfd8 !important;
  border-radius: 10px !important;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.15s ease;
}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio] {
  display: inline-block !important;
  width: 17px !important;
  height: 17px !important;
  accent-color: #0c556f !important;
  margin: 0 !important;
  flex-shrink: 0;
  cursor: pointer;
}
.woocommerce-checkout #payment ul.payment_methods li > label,
.woocommerce-checkout #payment ul.payment_methods li > input + label {
  display: inline !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: #1c2130 !important;
  cursor: pointer;
  margin: 0 !important;
  letter-spacing: 0.01em;
  float: none !important;
  width: auto !important;
  flex: 1 !important;
}
.woocommerce-checkout #payment ul.payment_methods li > label img,
.woocommerce-checkout #payment ul.payment_methods li > input + label img {
  max-height: 20px;
  width: auto;
  margin-left: auto;
  vertical-align: middle;
}
.woocommerce-checkout #payment ul.payment_methods li:has(input[type=radio]:checked) {
  background: rgba(12, 85, 111, 0.04) !important;
  border-color: rgba(12, 85, 111, 0.35) !important;
}
.woocommerce-checkout #payment ul.payment_methods li:has(input[type=radio]:checked) > label,
.woocommerce-checkout #payment ul.payment_methods li:has(input[type=radio]:checked) > input + label {
  color: #0c556f !important;
}
.woocommerce-checkout #payment ul.payment_methods li:hover {
  border-color: rgba(12, 85, 111, 0.25) !important;
  background: #faf9f7 !important;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box {
  flex-basis: 100% !important;
  background: #f5f3ef !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  font-size: 0.75rem !important;
  color: #707070 !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  margin: 4px 0 0 !important;
  box-shadow: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box::before, .woocommerce-checkout #payment ul.payment_methods li .payment_box::after {
  display: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box p {
  margin: 0 !important;
  color: #707070 !important;
  font-size: 0.75rem !important;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box strong {
  color: #1c2130 !important;
  font-weight: 600 !important;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_cheque .payment_box {
  display: none !important;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
  padding: 16px 22px 20px !important;
  border-top: 1px solid #e2dfd8;
  margin: 0 !important;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  font-size: 0.75rem !important;
  color: #707070 !important;
  line-height: 1.6 !important;
  margin-bottom: 18px;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  color: #0c556f !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
.woocommerce-checkout #payment .oi-coupon-wrap {
  border-top: 1px solid #e2dfd8;
  padding: 0;
}
.woocommerce-checkout #payment .oi-coupon-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 14px 22px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #0c556f;
  transition: background 0.15s ease, color 0.15s ease;
}
.woocommerce-checkout #payment .oi-coupon-toggle svg {
  flex-shrink: 0;
  color: #0c556f;
}
.woocommerce-checkout #payment .oi-coupon-toggle:hover {
  background: #faf9f7;
  color: #094558;
}
.woocommerce-checkout #payment .oi-coupon-toggle--open {
  border-bottom: 1px solid #e2dfd8;
}
.woocommerce-checkout #payment .oi-coupon-form {
  padding: 14px 22px;
}
.woocommerce-checkout #payment .oi-coupon-form__row {
  display: flex;
  gap: 8px;
}
.woocommerce-checkout #payment .oi-coupon-form__input {
  flex: 1;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.8rem;
  padding: 10px 14px;
  border: 1.5px solid #e2dfd8;
  border-radius: 8px;
  background: #f5f3ef;
  color: #112548;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce-checkout #payment .oi-coupon-form__input::placeholder {
  color: #707070;
}
.woocommerce-checkout #payment .oi-coupon-form__input:focus {
  border-color: #0c556f;
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.1);
  background: #ffffff;
}
.woocommerce-checkout #payment .oi-coupon-form__btn {
  flex-shrink: 0;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 10px 18px;
  background: #112548;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.woocommerce-checkout #payment .oi-coupon-form__btn:hover {
  background: #0c556f;
}
.woocommerce-checkout #payment .oi-coupon-form__btn:disabled {
  opacity: 0.6;
  cursor: wait;
}
.woocommerce-checkout #payment .oi-coupon-form__msg {
  margin: 8px 0 0;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
}
.woocommerce-checkout #payment .oi-coupon-form__msg:empty {
  display: none;
}
.woocommerce-checkout #payment .oi-coupon-form__msg--ok {
  color: #36b085;
}
.woocommerce-checkout #payment .oi-coupon-form__msg--err {
  color: #c0392b;
}
.woocommerce-checkout #payment .place-order {
  padding: 20px 22px !important;
  border-top: 1px solid #e2dfd8;
  margin: 0 !important;
}
.woocommerce-checkout #payment .place-order .button,
.woocommerce-checkout #payment .place-order #place_order {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  background: #f3aa2d !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
  font-size: 0.93rem !important;
  font-weight: 700 !important;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  text-transform: none !important;
  float: none !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  box-shadow: 0 4px 16px rgba(243, 170, 45, 0.3) !important;
}
.woocommerce-checkout #payment .place-order .button:hover,
.woocommerce-checkout #payment .place-order #place_order:hover {
  background: #f5b942 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(243, 170, 45, 0.4) !important;
}
.woocommerce-checkout #payment .place-order .button:active,
.woocommerce-checkout #payment .place-order #place_order:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(243, 170, 45, 0.3) !important;
}

.woocommerce-additional-fields {
  background: #ffffff;
  border: 1px solid #e2dfd8;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 2px 16px rgba(17, 37, 72, 0.06);
  margin-bottom: 1.25rem;
}

.oi-checkout-trust {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 0;
  border: none;
}
.oi-checkout-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: none;
  border-radius: 7px;
  padding: 12px 16px;
  flex: 1;
  min-width: 140px;
}
.oi-checkout-trust__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 85, 111, 0.1);
  border-radius: 7px;
  color: #0c556f;
  flex-shrink: 0;
}
.oi-checkout-trust__icon svg {
  width: 16px;
  height: 16px;
}
.oi-checkout-trust__text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.oi-checkout-trust__text strong {
  color: #112548;
  font-weight: 600;
  font-size: 0.875rem;
}
.oi-checkout-trust__text span {
  color: #707070;
  font-size: 0.75rem;
  font-weight: 400;
}

.oi-ship-toggle {
  margin-bottom: 1.25rem;
}
.oi-ship-toggle__label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1rem 1.25rem;
  border-radius: 7px;
  border: 1.5px solid #e2dfd8;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  user-select: none;
  background: #f2f2f2;
}
.oi-ship-toggle__label input[type=checkbox] {
  width: 17px;
  height: 17px;
  accent-color: #0c556f;
  cursor: pointer;
  flex-shrink: 0;
}
.oi-ship-toggle__label:hover {
  border-color: #0c556f;
  background: rgba(12, 85, 111, 0.04);
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.08);
}
.oi-ship-toggle--active .oi-ship-toggle__label {
  border-color: #0c556f;
  background: rgba(12, 85, 111, 0.04);
}
.oi-ship-toggle__icon {
  width: 32px;
  height: 32px;
  background: rgba(12, 85, 111, 0.08);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.oi-ship-toggle__icon svg {
  stroke: #0c556f;
  transition: stroke 0.2s ease;
}
.oi-ship-toggle--active .oi-ship-toggle__icon {
  background: #0c556f;
}
.oi-ship-toggle--active .oi-ship-toggle__icon svg {
  stroke: #ffffff;
}
.oi-ship-toggle__text {
  flex: 1;
  line-height: 1.4;
}
.oi-ship-toggle__text strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: #112548;
}
.oi-ship-toggle__text small {
  font-size: 0.75rem;
  color: #707070;
  font-weight: 400;
}
.oi-ship-toggle__arrow {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e2dfd8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.35s ease;
  flex-shrink: 0;
}
.oi-ship-toggle__arrow svg {
  stroke: #707070;
  transition: stroke 0.2s ease;
}
.oi-ship-toggle--active .oi-ship-toggle__arrow {
  background: #0c556f;
  transform: rotate(180deg);
}
.oi-ship-toggle--active .oi-ship-toggle__arrow svg {
  stroke: #ffffff;
}

.woocommerce-checkout .col2-set .col-2 {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 !important;
  border: none !important;
  margin: 0;
  box-shadow: none !important;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, padding 0.3s ease, margin 0.35s ease, border-color 0.3s ease;
}

.woocommerce-checkout .col2-set.oi-ship-active .col-2 {
  max-height: 1200px;
  opacity: 1;
  padding: 1.25rem 1.5rem !important;
  border: 1px solid #e2dfd8 !important;
  background: #ffffff;
  margin-top: 1.25rem;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.05) !important;
}

.oi-pro-toggle {
  margin-top: 0.75rem;
}
.oi-pro-toggle label {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 0.85rem 1rem;
  border-radius: 4px;
  border: 1.5px solid #e2dfd8;
  cursor: pointer;
  user-select: none;
  font-size: 0.72rem;
  font-weight: 500 !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.oi-pro-toggle label:hover {
  border-color: #0c556f;
  background: rgba(12, 85, 111, 0.04);
}
.oi-pro-toggle label input[type=checkbox] {
  width: 17px;
  height: 17px;
  accent-color: #0c556f;
}

.oi-pro-field {
  transition: opacity 0.25s ease, max-height 0.3s ease;
}

.oi-newsletter-row {
  margin-top: 0 !important;
  padding: 0 22px 8px;
}
.oi-newsletter-row label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0.75rem 1rem !important;
  background: #f5f3ef !important;
  border-radius: 4px !important;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  color: #707070;
  cursor: pointer;
  user-select: none;
  line-height: 1.4;
}
.oi-newsletter-row label input[type=checkbox] {
  width: 14px;
  height: 14px;
  accent-color: #0c556f;
  flex-shrink: 0;
  margin: 0;
}
.oi-newsletter-row label span {
  font-size: 0.72rem;
  color: #707070;
  font-weight: 400;
}

.woocommerce-checkout .woocommerce-NoticeGroup {
  margin-bottom: 1.5rem;
}
.woocommerce-checkout .woocommerce-error {
  background: #ffffff;
  border: 1px solid rgba(231, 76, 60, 0.25);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  list-style: none;
  font-size: 0.875rem;
  color: #1c2130;
  box-shadow: 0 2px 16px rgba(17, 37, 72, 0.06);
  position: relative;
  padding-left: 60px;
}
.woocommerce-checkout .woocommerce-error::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  width: 28px;
  height: 28px;
  background: rgba(231, 76, 60, 0.1);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23e74c3c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M15 9l-6 6M9 9l6 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.woocommerce-checkout .woocommerce-error li {
  padding: 4px 0;
}
.woocommerce-checkout .woocommerce-error li strong {
  color: #c0392b;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-message {
  background: #ffffff;
  border: 1px solid rgba(67, 203, 156, 0.25);
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  color: #1a7a5a;
  box-shadow: 0 2px 16px rgba(17, 37, 72, 0.06);
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.5;
  border-left: 3px solid #43CB9C;
  animation: oi-checkout-fadeUp 0.5s ease both;
}
.woocommerce-checkout .woocommerce-message::before {
  content: "";
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: rgba(67, 203, 156, 0.1);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2343CB9C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  margin: 0;
  top: auto;
  position: static;
  font-size: 0;
  color: transparent;
}
.woocommerce-checkout .woocommerce-message a.button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1.5px solid #43CB9C;
  border-radius: 7px;
  padding: 6px 16px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #1a7a5a;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  margin-left: auto;
  float: none;
  white-space: nowrap;
}
.woocommerce-checkout .woocommerce-message a.button:hover {
  background: #43CB9C;
  border-color: #43CB9C;
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .woocommerce-checkout:not(.woocommerce-order-received) .site-main {
    padding: 24px 0.875rem 2.5rem;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout {
    display: block;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) .col2-set {
    gap: 1rem;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) .col2-set .col-1,
  .woocommerce-checkout:not(.woocommerce-order-received) .col2-set .col-2 {
    padding: 1rem 1rem;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields {
    padding: 1rem;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) .oi-stepper {
    margin-bottom: 1.5rem;
  }
  .woocommerce-checkout:not(.woocommerce-order-received) #order_review {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .oi-checkout-trust {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  .oi-shipping-card {
    margin-bottom: 0;
  }
  .oi-shipping-card__toggle {
    padding: 1rem 1.25rem;
  }
  .oi-order-card__header {
    padding: 1rem 1.25rem;
  }
  .woocommerce-checkout .woocommerce-checkout-review-order-table thead th,
  .woocommerce-checkout .woocommerce-checkout-review-order-table tbody td {
    padding: 12px 16px !important;
  }
  .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr th,
  .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr td {
    padding: 8px 16px !important;
  }
  .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th,
  .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td {
    padding: 0.875rem 16px !important;
  }
  .woocommerce-checkout .oi-stepper .oi-stepper__connector {
    width: 24px;
  }
  .woocommerce-checkout .oi-stepper .oi-stepper__circle {
    width: 28px;
    height: 28px;
  }
  .woocommerce-checkout .oi-stepper .oi-stepper__label {
    font-size: 0.65rem;
  }
}
@keyframes oi-checkout-fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .oi-stepper,
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .oi-shipping-card,
.woocommerce-checkout .oi-checkout-trust {
  animation: oi-checkout-fadeUp 0.5s ease both;
}
.woocommerce-checkout .oi-stepper {
  animation-delay: 0s;
}
.woocommerce-checkout .col2-set .col-1 {
  animation-delay: 0.05s;
}
.woocommerce-checkout .col2-set .col-2 {
  animation-delay: 0.1s;
}
.woocommerce-checkout .woocommerce-additional-fields {
  animation-delay: 0.15s;
}
.woocommerce-checkout .oi-shipping-card {
  animation-delay: 0.15s;
}
.woocommerce-checkout .oi-checkout-trust {
  animation-delay: 0.3s;
}

.woocommerce-checkout .blockUI.blockOverlay {
  display: none !important;
}

.oi-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 37, 72, 0);
  backdrop-filter: blur(0);
  pointer-events: none;
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
.oi-modal-overlay--visible {
  pointer-events: auto;
  background: rgba(17, 37, 72, 0.35);
  backdrop-filter: blur(6px);
}

.oi-modal {
  width: 90%;
  max-width: 480px;
  max-height: 85vh;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(226, 223, 216, 0.5);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: scale(0.92) translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.oi-modal--visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.oi-modal--leaving {
  opacity: 0;
  transform: scale(0.95) translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.oi-modal__header {
  text-align: center;
  padding: 2rem 2rem 0.75rem;
}
.oi-modal__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
}
.oi-modal__icon svg {
  width: 56px;
  height: 56px;
}
.oi-modal__circle {
  stroke: #f3aa2d;
  stroke-dasharray: 151;
  stroke-dashoffset: 151;
  fill: none;
  animation: oi-modal-circle 0.6s 0.15s ease forwards;
}
.oi-modal__excl-line {
  stroke: #f3aa2d;
  stroke-dasharray: 14;
  stroke-dashoffset: 14;
  animation: oi-modal-excl 0.3s 0.5s ease forwards;
}
.oi-modal__excl-dot {
  fill: #f3aa2d;
  opacity: 0;
  animation: oi-modal-dot 0.2s 0.7s ease forwards;
}
.oi-modal__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #112548;
  margin: 0 0 0.35rem;
}
.oi-modal__subtitle {
  font-size: 0.875rem;
  color: #707070;
  margin: 0;
  line-height: 1.6;
}
.oi-modal__body {
  padding: 1rem 2rem 0.5rem;
  overflow-y: auto;
  flex: 1;
}
.oi-modal__errors {
  list-style: none;
  padding: 0;
  margin: 0;
}
.oi-modal__error-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  margin-bottom: 0.5rem;
  background: #fef8f0;
  border: 1px solid #f5e1c0;
  border-radius: 7px;
  font-size: 0.875rem;
  color: #1c2130;
  line-height: 1.45;
  animation: oi-modal-item 0.3s ease both;
}
.oi-modal__error-item:nth-child(1) {
  animation-delay: 0.05s;
}
.oi-modal__error-item:nth-child(2) {
  animation-delay: 0.1s;
}
.oi-modal__error-item:nth-child(3) {
  animation-delay: 0.15s;
}
.oi-modal__error-item:nth-child(4) {
  animation-delay: 0.2s;
}
.oi-modal__error-item:nth-child(5) {
  animation-delay: 0.25s;
}
.oi-modal__error-item:nth-child(6) {
  animation-delay: 0.3s;
}
.oi-modal__error-item:nth-child(7) {
  animation-delay: 0.35s;
}
.oi-modal__error-item:nth-child(8) {
  animation-delay: 0.4s;
}
.oi-modal__error-item:nth-child(9) {
  animation-delay: 0.45s;
}
.oi-modal__error-item:nth-child(10) {
  animation-delay: 0.5s;
}
.oi-modal__error-item:nth-child(11) {
  animation-delay: 0.55s;
}
.oi-modal__error-item:nth-child(12) {
  animation-delay: 0.6s;
}
.oi-modal__error-item span {
  flex: 1;
}
.oi-modal__error-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #f3aa2d;
  margin-top: 1px;
}
.oi-modal__footer {
  padding: 1rem 2rem 1.75rem;
}
.oi-modal__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 24px;
  background-color: #43CB9C;
  color: #ffffff;
  border: none;
  border-radius: 7px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  letter-spacing: 0.02em;
}
.oi-modal__btn:focus, .oi-modal__btn:focus-visible {
  outline: none;
  box-shadow: 0 12px 28px rgba(12, 85, 111, 0.18);
}
.oi-modal__btn:hover {
  background-color: #36b085;
  transform: translateY(-1px);
}
.oi-modal__btn:active {
  transform: translateY(0);
}

@keyframes oi-modal-circle {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes oi-modal-excl {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes oi-modal-dot {
  to {
    opacity: 1;
  }
}
@keyframes oi-modal-item {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout[style*="display: none"] {
  height: 0;
  overflow: hidden;
}

@media (max-width: 480px) {
  .oi-modal {
    width: 95%;
    max-height: 90vh;
  }
  .oi-modal__header {
    padding: 1.5rem 1.5rem 0.5rem;
  }
  .oi-modal__body {
    padding: 0.75rem 1.5rem 0.5rem;
  }
  .oi-modal__footer {
    padding: 0.75rem 1.5rem 1.25rem;
  }
}
.woocommerce-checkout.woocommerce-order-received {
  background-color: #F2F2F2;
}
.woocommerce-checkout.woocommerce-order-received .site-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
  background-color: #F2F2F2;
}
.woocommerce-checkout.woocommerce-order-received .entry-title {
  display: none;
}

.oi-thankyou {
  width: 100%;
}
.oi-thankyou__banner {
  background: #112548;
  border-radius: 10px;
  padding: 2.5rem 2rem 2rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2rem;
  animation: oi-checkout-fadeUp 0.5s ease both;
}
.oi-thankyou__check {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(67, 203, 156, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.oi-thankyou__check svg {
  width: 36px;
  height: 36px;
  stroke: #43CB9C;
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
  animation: oi-check-draw 0.6s 0.3s ease forwards;
}
.oi-thankyou__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #ffffff;
}
.oi-thankyou__subtitle {
  font-size: 0.875rem;
  opacity: 0.85;
  margin: 0;
  line-height: 1.55;
}
.oi-thankyou__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.75rem;
  margin-bottom: 2rem;
  animation: oi-checkout-fadeUp 0.5s 0.15s ease both;
}
.oi-thankyou__pill {
  background: #ffffff;
  border: 1px solid #e2dfd8;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  text-align: center;
}
.oi-thankyou__pill--highlight {
  background: #112548;
  border-color: transparent;
}
.oi-thankyou__pill--highlight .oi-thankyou__pill-label {
  color: rgba(255, 255, 255, 0.7);
}
.oi-thankyou__pill--highlight .oi-thankyou__pill-value {
  color: #ffffff;
}
.oi-thankyou__pill-label {
  font-size: 0.75rem;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.oi-thankyou__pill-value {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #112548;
}
.oi-thankyou__pill-value--small {
  font-size: 0.875rem;
  font-weight: 600;
  word-break: break-all;
}
.oi-thankyou__section-title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #112548;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e2dfd8;
}
.oi-thankyou__card {
  background: #ffffff;
  border: 1px solid #e2dfd8;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5rem;
  animation: oi-checkout-fadeUp 0.5s 0.2s ease both;
}
.oi-thankyou__table {
  width: 100%;
  border-collapse: collapse;
}
.oi-thankyou__table thead th {
  padding: 0.75rem 1.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #707070;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #e2dfd8;
  background: #f5f3ef;
}
.oi-thankyou__table tbody tr {
  border-bottom: 1px solid rgba(226, 223, 216, 0.6);
}
.oi-thankyou__table tbody tr:last-child {
  border-bottom: none;
}
.oi-thankyou__table tbody tr td {
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  color: #1c2130;
  vertical-align: middle;
}
.oi-thankyou__table-right {
  text-align: right !important;
}
.oi-thankyou__product-name {
  font-weight: 600;
  color: #112548;
}
.oi-thankyou__product-qty {
  color: #707070;
  font-size: 0.75rem;
  margin-left: 0.35rem;
}
.oi-thankyou__price {
  font-weight: 600;
  color: #112548;
}
.oi-thankyou__totals {
  background: #ffffff;
  border: 1px solid #e2dfd8;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
  animation: oi-checkout-fadeUp 0.5s 0.25s ease both;
}
.oi-thankyou__total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 1.25rem;
  font-size: 0.875rem;
  color: #1c2130;
  border-bottom: 1px solid rgba(226, 223, 216, 0.6);
}
.oi-thankyou__total-row:last-child {
  border-bottom: none;
}
.oi-thankyou__total-row--free .oi-thankyou__total-value {
  color: #43CB9C;
  font-weight: 700;
}
.oi-thankyou__total-row--grand {
  background: #112548;
  border-bottom: none;
  padding: 1rem 1.25rem;
}
.oi-thankyou__total-row--grand .oi-thankyou__total-label,
.oi-thankyou__total-row--grand .oi-thankyou__total-value {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
}
.oi-thankyou__total-label {
  font-weight: 500;
}
.oi-thankyou__total-value {
  font-weight: 600;
}
.oi-thankyou__addresses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
  animation: oi-checkout-fadeUp 0.5s 0.3s ease both;
}
.oi-thankyou__address-card {
  background: #ffffff;
  border: 1px solid #e2dfd8;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.oi-thankyou__address-card h3 {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #112548;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 0.75rem;
}
.oi-thankyou__address-card address {
  font-style: normal;
  font-size: 0.875rem;
  color: #1c2130;
  line-height: 1.65;
}
.oi-thankyou__address-email, .oi-thankyou__address-phone {
  font-size: 0.75rem;
  color: #707070;
  margin: 0.35rem 0 0;
}
.oi-thankyou__cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: oi-checkout-fadeUp 0.5s 0.35s ease both;
}
.oi-thankyou__cta .boutique-btn-info {
  width: auto !important;
  flex: none !important;
  padding: 12px 28px !important;
  font-size: 15px !important;
  background-color: transparent !important;
  color: #43CB9C !important;
  border: 2px solid #43CB9C !important;
  box-shadow: none;
  border-radius: 10px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.oi-thankyou__cta .boutique-btn-info:visited, .oi-thankyou__cta .boutique-btn-info:active {
  color: #43CB9C !important;
}
.oi-thankyou__cta .boutique-btn-info:hover {
  background-color: #43CB9C !important;
  border-color: #43CB9C !important;
  color: #ffffff !important;
  box-shadow: 0 4px 20px rgba(67, 203, 156, 0.3);
  transform: translateY(-1px);
}
.oi-thankyou__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 12px 28px;
  border-radius: 10px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.oi-thankyou__btn svg {
  flex-shrink: 0;
}
.oi-thankyou__btn--primary {
  background-color: #43CB9C;
  color: #ffffff;
  border: none;
}
.oi-thankyou__btn--primary:visited, .oi-thankyou__btn--primary:active, .oi-thankyou__btn--primary:focus {
  color: #ffffff;
}
.oi-thankyou__btn--primary:hover {
  background-color: #36b085;
  transform: translateY(-1px);
  color: #ffffff;
}
.oi-thankyou__btn--secondary {
  background: transparent;
  color: #112548;
  border: 2px solid #e2dfd8;
}
.oi-thankyou__btn--secondary:hover {
  border-color: #112548;
  color: #112548;
  transform: translateY(-1px);
}

.oi-stepper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  background: #ffffff;
  border: 1px solid #e2dfd8;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(17, 37, 72, 0.06);
  animation: oi-checkout-fadeUp 0.5s 0.1s ease both;
}
.oi-stepper__connector {
  width: 48px;
  height: 3px;
  flex-shrink: 0;
  background: #e2dfd8;
  margin-top: 15.5px;
  border-radius: 2px;
}
.oi-stepper__connector--done {
  background: #e2dfd8;
}
.oi-stepper__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  width: 80px;
}
.oi-stepper__step--done .oi-stepper__circle {
  background: #43CB9C;
  color: #ffffff;
  border-color: #43CB9C;
}
.oi-stepper__step--active .oi-stepper__circle {
  background: #0c556f;
  color: #ffffff;
  border-color: #0c556f;
  box-shadow: 0 0 0 4px rgba(12, 85, 111, 0.2);
}
.oi-stepper__step--pending .oi-stepper__circle {
  background: #f5f3ef;
  color: #707070;
  border-color: #e2dfd8;
}
.oi-stepper__step--done .oi-stepper__label {
  color: #43CB9C;
}
.oi-stepper__step--active .oi-stepper__label {
  color: #0c556f;
  font-weight: 700;
}
.oi-stepper__step--pending .oi-stepper__label {
  color: #707070;
}
.oi-stepper__circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
.oi-stepper__label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}

@keyframes oi-check-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 600px) {
  .oi-thankyou {
    padding: 0 1rem 2rem;
  }
  .oi-thankyou__banner {
    padding: 2rem 1.25rem 1.5rem;
    border-radius: 10px;
  }
  .oi-thankyou__meta {
    grid-template-columns: 1fr 1fr;
  }
  .oi-thankyou__addresses {
    grid-template-columns: 1fr;
  }
  .oi-thankyou__cta {
    flex-direction: column;
    align-items: stretch;
  }
  .oi-thankyou__btn {
    justify-content: center;
  }
  .oi-stepper__connector {
    width: 24px;
  }
  .oi-stepper__circle {
    width: 28px;
    height: 28px;
  }
  .oi-stepper__label {
    font-size: 0.65rem;
  }
}
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* WooCommerce 2
--------------------------------------------- */
.woocommerce button[type=submit],
.woocommerce input[type=submit],
.woocommerce .button,
.woocommerce-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: #43CB9C;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 0.7rem 1.75rem;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.15s ease;
  line-height: 1.4;
}
.woocommerce button[type=submit]:hover,
.woocommerce input[type=submit]:hover,
.woocommerce .button:hover,
.woocommerce-page .button:hover {
  background: rgb(49.66, 179.54, 134.655);
  box-shadow: 0 4px 14px rgba(67, 203, 156, 0.35);
  transform: translateY(-1px);
}
.woocommerce button[type=submit]:active,
.woocommerce input[type=submit]:active,
.woocommerce .button:active,
.woocommerce-page .button:active {
  transform: translateY(0);
}
.woocommerce button[type=submit]:disabled, .woocommerce button[type=submit].disabled,
.woocommerce input[type=submit]:disabled,
.woocommerce input[type=submit].disabled,
.woocommerce .button:disabled,
.woocommerce .button.disabled,
.woocommerce-page .button:disabled,
.woocommerce-page .button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.woocommerce button[type=submit].alt,
.woocommerce input[type=submit].alt,
.woocommerce .button.alt,
.woocommerce-page .button.alt {
  background: #0c556f;
}
.woocommerce button[type=submit].alt:hover,
.woocommerce input[type=submit].alt:hover,
.woocommerce .button.alt:hover,
.woocommerce-page .button.alt:hover {
  background: #094558;
  box-shadow: 0 4px 14px rgba(12, 85, 111, 0.3);
}

.woocommerce .coupon .button,
.woocommerce button[name=update_cart] {
  background: transparent;
  color: #112548;
  border: 1.5px solid #ced4da;
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
}
.woocommerce .coupon .button:hover,
.woocommerce button[name=update_cart]:hover {
  border-color: #112548;
  background: #112548;
  color: #ffffff;
  box-shadow: none;
  transform: none;
}

.woocommerce .input-text,
.woocommerce select,
.woocommerce .quantity .qty {
  border: 1.5px solid #ced4da;
  border-radius: 7px;
  padding: 0.65rem 0.9rem;
  font-size: 0.95rem;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  color: #112548;
  width: 100%;
  background: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.woocommerce .input-text:focus,
.woocommerce select:focus,
.woocommerce .quantity .qty:focus {
  outline: none;
  border-color: #0c556f;
  box-shadow: 0 0 0 3px rgba(12, 85, 111, 0.12);
}
.woocommerce .input-text::placeholder,
.woocommerce select::placeholder,
.woocommerce .quantity .qty::placeholder {
  color: #707070;
}

.woocommerce .quantity .qty {
  width: 72px;
  text-align: center;
}

.woocommerce form .form-row .input-checkbox {
  margin-top: -7px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 0.4em;
}

.woocommerce form .form-row label {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #112548;
  margin-bottom: 6px;
  display: block;
}

.form-row.woocommerce-validated input.input-text {
  border-color: #43CB9C;
  box-shadow: 0 0 0 3px rgba(67, 203, 156, 0.12);
}
.form-row.woocommerce-invalid input.input-text, .form-row.woocommerce-invalid select, .form-row.woocommerce-invalid textarea {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
  background: rgba(231, 76, 60, 0.03);
}
.form-row.woocommerce-invalid label {
  color: #e74c3c;
}

.required {
  color: #e74c3c;
  font-weight: 700;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #f3aa2d;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #444444;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #444444;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #f3aa2d;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #f3aa2d;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #444444;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #f3aa2d;
  opacity: 1;
}

.woocommerce-column__title {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #112548;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f8f9fa;
}

@keyframes oi-toast-in {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes oi-toast-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes oi-toast-progress {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
body > .woocommerce-notices-wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 100001;
  width: 360px;
  max-width: calc(100vw - 3rem);
  padding: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body > .woocommerce-notices-wrapper:empty {
  display: none;
}
body > .woocommerce-notices-wrapper > * {
  pointer-events: auto;
}
body > .woocommerce-notices-wrapper .woocommerce-message,
body > .woocommerce-notices-wrapper .woocommerce-info,
body > .woocommerce-notices-wrapper .woocommerce-error {
  animation: oi-toast-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 40px 14px 16px;
  margin: 0;
  background: #ffffff;
  border-top: 0.5px solid rgba(0, 0, 0, 0.08);
  border-right: 0.5px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
  border-left: 3px solid #43CB9C;
  border-radius: 10px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
  color: #112548;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  list-style: none;
}
body > .woocommerce-notices-wrapper .woocommerce-message::after,
body > .woocommerce-notices-wrapper .woocommerce-info::after,
body > .woocommerce-notices-wrapper .woocommerce-error::after {
  content: none;
  display: none;
}
body > .woocommerce-notices-wrapper .woocommerce-message::before,
body > .woocommerce-notices-wrapper .woocommerce-info::before,
body > .woocommerce-notices-wrapper .woocommerce-error::before {
  content: "";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  margin: 0;
  position: static;
  display: block;
  font-family: inherit;
  font-size: 0;
  color: transparent;
  left: auto;
  top: auto;
}
body > .woocommerce-notices-wrapper .woocommerce-message .oi-notice-progress,
body > .woocommerce-notices-wrapper .woocommerce-info .oi-notice-progress,
body > .woocommerce-notices-wrapper .woocommerce-error .oi-notice-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  transform-origin: left;
  animation: oi-toast-progress 5s linear forwards;
}
body > .woocommerce-notices-wrapper .woocommerce-message .oi-notice-close,
body > .woocommerce-notices-wrapper .woocommerce-info .oi-notice-close,
body > .woocommerce-notices-wrapper .woocommerce-error .oi-notice-close {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  border-radius: 0;
  border: none;
  background: none;
  color: #9ca3af;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  line-height: 1;
  transition: color 0.2s;
}
body > .woocommerce-notices-wrapper .woocommerce-message .oi-notice-close svg,
body > .woocommerce-notices-wrapper .woocommerce-info .oi-notice-close svg,
body > .woocommerce-notices-wrapper .woocommerce-error .oi-notice-close svg {
  width: 11px;
  height: 11px;
  stroke: currentColor;
  stroke-width: 2.5;
  flex-shrink: 0;
}
body > .woocommerce-notices-wrapper .woocommerce-message .oi-notice-close:hover,
body > .woocommerce-notices-wrapper .woocommerce-info .oi-notice-close:hover,
body > .woocommerce-notices-wrapper .woocommerce-error .oi-notice-close:hover {
  color: #112548;
  background: none;
}
body > .woocommerce-notices-wrapper .woocommerce-message a.button,
body > .woocommerce-notices-wrapper .woocommerce-message a.restore-item,
body > .woocommerce-notices-wrapper .woocommerce-info a.button,
body > .woocommerce-notices-wrapper .woocommerce-info a.restore-item,
body > .woocommerce-notices-wrapper .woocommerce-error a.button,
body > .woocommerce-notices-wrapper .woocommerce-error a.restore-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: 1px solid rgba(17, 37, 72, 0.15);
  border-radius: 6px;
  padding: 4px 10px !important;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: #112548 !important;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  margin-left: auto;
  float: none !important;
  white-space: nowrap;
  box-shadow: none;
}
body > .woocommerce-notices-wrapper .woocommerce-message a.button::after,
body > .woocommerce-notices-wrapper .woocommerce-message a.restore-item::after,
body > .woocommerce-notices-wrapper .woocommerce-info a.button::after,
body > .woocommerce-notices-wrapper .woocommerce-info a.restore-item::after,
body > .woocommerce-notices-wrapper .woocommerce-error a.button::after,
body > .woocommerce-notices-wrapper .woocommerce-error a.restore-item::after {
  content: "→";
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1;
  transition: transform 0.25s ease;
}
body > .woocommerce-notices-wrapper .woocommerce-message a.button:hover,
body > .woocommerce-notices-wrapper .woocommerce-message a.restore-item:hover,
body > .woocommerce-notices-wrapper .woocommerce-info a.button:hover,
body > .woocommerce-notices-wrapper .woocommerce-info a.restore-item:hover,
body > .woocommerce-notices-wrapper .woocommerce-error a.button:hover,
body > .woocommerce-notices-wrapper .woocommerce-error a.restore-item:hover {
  background: rgba(17, 37, 72, 0.04);
  border-color: rgba(17, 37, 72, 0.25);
  transform: none;
  box-shadow: none;
}
body > .woocommerce-notices-wrapper .woocommerce-message a.button:hover::after,
body > .woocommerce-notices-wrapper .woocommerce-message a.restore-item:hover::after,
body > .woocommerce-notices-wrapper .woocommerce-info a.button:hover::after,
body > .woocommerce-notices-wrapper .woocommerce-info a.restore-item:hover::after,
body > .woocommerce-notices-wrapper .woocommerce-error a.button:hover::after,
body > .woocommerce-notices-wrapper .woocommerce-error a.restore-item:hover::after {
  transform: translateX(2px);
}
body > .woocommerce-notices-wrapper .woocommerce-message {
  border-left-color: #43CB9C;
}
body > .woocommerce-notices-wrapper .woocommerce-message::before {
  background-color: rgba(67, 203, 156, 0.12);
  border: 0.8px solid #43CB9C;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2343CB9C' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
body > .woocommerce-notices-wrapper .woocommerce-message .oi-notice-progress {
  background: rgba(67, 203, 156, 0.25);
}
body > .woocommerce-notices-wrapper .woocommerce-info {
  border-left-color: #00a0d2;
}
body > .woocommerce-notices-wrapper .woocommerce-info::before {
  background-color: rgba(0, 160, 210, 0.1);
  border: 0.8px solid #00a0d2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2300a0d2' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 16v-4M12 8h.01'/%3E%3C/svg%3E");
}
body > .woocommerce-notices-wrapper .woocommerce-info .oi-notice-progress {
  background: rgba(0, 160, 210, 0.25);
}
body > .woocommerce-notices-wrapper .woocommerce-error {
  border-left-color: #dc3545;
}
body > .woocommerce-notices-wrapper .woocommerce-error li {
  list-style: none;
  margin: 0;
}
body > .woocommerce-notices-wrapper .woocommerce-error::before {
  background-color: rgba(220, 53, 69, 0.1);
  border: 0.8px solid #dc3545;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23dc3545' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
}
body > .woocommerce-notices-wrapper .woocommerce-error .oi-notice-progress {
  background: rgba(220, 53, 69, 0.25);
}
body > .woocommerce-notices-wrapper .oi-notice-dismissing {
  animation: oi-toast-out 0.3s ease forwards !important;
}

@media (max-width: 767px) {
  body > .woocommerce-notices-wrapper {
    width: calc(100vw - 1.5rem);
    max-width: none;
  }
}
.woocommerce-noreviews,
p.no-comments {
  background: rgba(0, 160, 210, 0.08);
  border-left: 4px solid #00a0d2;
  border-radius: 16px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.wc-block-components-notice-banner {
  border-radius: 16px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  color: #112548;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.6;
  border: none;
}
.wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  flex: 1;
}
.wc-block-components-notice-banner svg {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.wc-block-components-notice-banner.is-success {
  background: rgba(67, 203, 156, 0.08);
  color: #1a7a5a;
  border-left: 3px solid #43CB9C;
}
.wc-block-components-notice-banner.is-success svg {
  color: #43CB9C;
}
.wc-block-components-notice-banner.is-info {
  background: rgba(0, 160, 210, 0.08);
  color: #0c556f;
  border-left: 3px solid #00a0d2;
}
.wc-block-components-notice-banner.is-info svg {
  color: #00a0d2;
}
.wc-block-components-notice-banner.is-error {
  background: rgba(231, 76, 60, 0.06);
  color: #c0392b;
  border-left: 3px solid #dc3545;
}
.wc-block-components-notice-banner.is-error svg {
  color: #dc3545;
}
.wc-block-components-notice-banner.is-warning {
  background: rgba(243, 170, 45, 0.08);
  color: #d9951f;
  border-left: 3px solid #f3aa2d;
}
.wc-block-components-notice-banner.is-warning svg {
  color: #f3aa2d;
}

.woocommerce-password-strength {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.25rem;
}
.woocommerce-password-strength.strong {
  color: #43CB9C;
}
.woocommerce-password-strength.short {
  color: #e74c3c;
}
.woocommerce-password-strength.bad {
  color: #e74c3c;
}
.woocommerce-password-strength.good {
  color: #00a0d2;
}

.woocommerce a.remove {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  width: 1.75rem;
  font-size: 1.1rem;
  border-radius: 50%;
  color: #707070 !important;
  background: #f8f9fa;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none;
}
.woocommerce a.remove:hover {
  background: #e74c3c;
  color: #ffffff !important;
}

.woocommerce-breadcrumb {
  display: none;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0.75em 1em;
  background-color: rgba(0, 160, 210, 0.1);
  border-top: 2px solid #00a0d2;
  z-index: 9999;
  text-align: center;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 0.875rem;
  backdrop-filter: blur(8px);
}

.woocommerce .return-to-shop .button,
.wc-backward {
  background: #0c556f;
}
.woocommerce .return-to-shop .button:hover,
.wc-backward:hover {
  background: #094558;
}

.woocommerce .blockUI.blockOverlay {
  position: relative !important;
}
.woocommerce .blockUI.blockOverlay::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border: 3px solid rgba(12, 85, 111, 0.2);
  border-top-color: #0c556f;
  border-radius: 50%;
  animation: oi-spin 0.6s linear infinite;
}

@keyframes oi-spin {
  to {
    transform: rotate(360deg);
  }
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce .cart .button,
.woocommerce .checkout-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.added_to_cart,
.woocommerce .return-to-shop a.button,
.woocommerce .woocommerce-form-coupon button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  border-radius: 7px !important;
  padding: 12px 28px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  transition: background-color 0.3s ease, transform 0.3s ease !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce .cart .button:hover,
.woocommerce .checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce .return-to-shop a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  transform: translateY(-1px);
}

/* Tarteaucitron (RGPD)
--------------------------------------------- */
/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
#tarteaucitronBack {
  background: rgba(17, 37, 72, 0.6) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: none !important;
  animation: none !important;
  opacity: 1 !important;
}

#tarteaucitronRoot.tarteaucitronBeforeVisible::before {
  display: none !important;
}

#tarteaucitronRoot {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
  pointer-events: none !important;
}
#tarteaucitronRoot *,
#tarteaucitronRoot *::before,
#tarteaucitronRoot *::after {
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
}

#tarteaucitronAlertBig,
#tarteaucitronBack,
#tarteaucitron,
#tarteaucitronIcon,
#tarteaucitronAlertSmall,
#tarteaucitronPercentage {
  pointer-events: auto !important;
}

#tarteaucitronRoot.tarteaucitronBeforeVisible #tarteaucitronAlertBig {
  display: flex !important;
}

#tarteaucitronBack,
#tarteaucitronBack *,
#tarteaucitronRoot #tarteaucitronAlertBig,
#tarteaucitronRoot #tarteaucitronAlertBig *,
#tarteaucitronRoot #tarteaucitron,
#tarteaucitronRoot #tarteaucitron * {
  transition: none !important;
  animation: none !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #ffffff !important;
  color: #112548 !important;
  border-radius: 20px !important;
  border-top: 4px solid #0c556f !important;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
  max-width: 480px !important;
  width: calc(100vw - 32px) !important;
  padding: 36px 36px 28px !important;
  overflow: visible !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center !important;
}
@media (max-width: 520px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    padding: 28px 20px 22px !important;
    border-radius: 16px !important;
    max-width: calc(100vw - 16px) !important;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig::before {
  content: "🍪";
  font-size: 40px;
  line-height: 1;
  margin-bottom: 14px;
  order: -2;
  display: block;
}
#tarteaucitronRoot #tarteaucitronAlertBig > button,
#tarteaucitronRoot #tarteaucitronAlertBig > a {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  float: none !important;
  text-align: center !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig span#tarteaucitronDisclaimerAlert {
  color: #707070 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  order: -1;
  width: 100% !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig span#tarteaucitronDisclaimerAlert strong {
  display: block !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #112548 !important;
  margin-bottom: 6px !important;
  line-height: 1.3 !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2 {
  background: #112548 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 14px 28px !important;
  border-radius: 7px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease !important;
  text-transform: none;
  order: 1;
  box-shadow: 0 4px 14px rgba(17, 37, 72, 0.35);
  letter-spacing: 0.02em;
  line-height: 1.2 !important;
  margin: 0 0 10px !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:hover {
  background: #0d1b36 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(17, 37, 72, 0.5);
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:active {
  transform: translateY(0);
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2 {
  background: transparent !important;
  color: #112548 !important;
  border: 1.5px solid #112548 !important;
  padding: 13px 28px !important;
  border-radius: 7px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.2s ease, border-color 0.2s ease !important;
  text-transform: none;
  order: 2;
  line-height: 1.2 !important;
  margin: 0 0 6px !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2:hover {
  background: rgba(17, 37, 72, 0.06) !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
  background: none !important;
  border: none !important;
  color: #707070 !important;
  padding: 8px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  text-transform: none;
  order: 3;
  opacity: 0.6 !important;
  transition: opacity 0.2s, color 0.2s !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize:hover {
  opacity: 1 !important;
  color: #0c556f !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  color: #0c556f !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  padding: 6px 0 0 !important;
  margin: 0 !important;
  background: none !important;
  order: 4;
  opacity: 0.7 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog:hover {
  text-decoration: underline !important;
  color: #094558 !important;
  opacity: 1 !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  position: absolute !important;
  top: 12px !important;
  right: 14px !important;
  color: #707070 !important;
  font-size: 13px !important;
  opacity: 0.3 !important;
  cursor: pointer !important;
  background: none !important;
  border: none !important;
  padding: 4px 6px !important;
  margin: 0 !important;
  width: auto !important;
  line-height: 1 !important;
  transition: opacity 0.2s !important;
  z-index: 10 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
  opacity: 0.7 !important;
}

#tarteaucitronRoot #tarteaucitron {
  background: #ffffff !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25) !important;
  border: 0.5px solid rgba(0, 0, 0, 0.1) !important;
  max-width: 560px !important;
  width: 90vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
  font-size: 14px !important;
  transition: none !important;
  animation: none !important;
}
@media (max-width: 600px) {
  #tarteaucitronRoot #tarteaucitron {
    border-radius: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
  position: absolute !important;
  top: 14px !important;
  right: 16px !important;
  z-index: 10 !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: normal !important;
  padding: 0 !important;
  font-size: 14px !important;
  border: none !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  transition: background 0.15s !important;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
  text-indent: -9999px;
  overflow: hidden !important;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel::after {
  content: "✕";
  text-indent: 0;
  display: block;
  font-size: 14px;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices {
  box-shadow: none;
  border-radius: 0 !important;
  margin-top: 0 !important;
  background: #ffffff !important;
}

#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine {
  background: #1a2540 !important;
  border: none !important;
  border-left: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine::after {
  content: "";
  display: table;
  clear: both;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine:hover {
  background: #1a2540 !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine .tarteaucitronH1 {
  display: block !important;
  float: none !important;
  width: 100% !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 20px 56px 6px 24px !important;
  text-align: left !important;
  box-sizing: border-box !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine #tarteaucitronInfo {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.6) !important;
  border: none !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  padding: 0 24px 16px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  max-width: none !important;
  text-align: left !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine #tarteaucitronInfo br {
  display: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine #tarteaucitronInfo button,
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine #tarteaucitronInfo a {
  color: #2dd4bf !important;
  text-decoration: none !important;
  font-size: 12px !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine #tarteaucitronInfo button:hover,
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine #tarteaucitronInfo a:hover {
  text-decoration: underline !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine .tarteaucitronName {
  display: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine .tarteaucitronAsk {
  float: none !important;
  clear: both !important;
  width: 100% !important;
  background: #243056 !important;
  padding: 10px 24px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  box-sizing: border-box !important;
  opacity: 1 !important;
  filter: none;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronDeny {
  border-radius: 8px !important;
  font-size: 13px !important;
  padding: 7px 18px !important;
  cursor: pointer !important;
  transition: all 0.15s !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  float: none !important;
  opacity: 1 !important;
  filter: none;
  text-shadow: none;
  box-shadow: none;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronAllow {
  background: #ffffff !important;
  color: #1a2540 !important;
  border: 2px solid #ffffff !important;
  font-weight: 700 !important;
  order: 1;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronAllow:hover {
  background: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronDeny {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  font-weight: 600 !important;
  order: 2;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronDeny:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronCheck,
#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronCross {
  display: none !important;
}

#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder {
  border: none !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  margin: 0 !important;
  padding: 0 24px 24px !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .clear {
  display: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder > ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices::-webkit-scrollbar {
  width: 4px !important;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices::-webkit-scrollbar-track {
  background: transparent !important;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15) !important;
  border-radius: 4px !important;
}

#tarteaucitronRoot #tarteaucitron .tarteaucitronTitle {
  background: transparent !important;
  color: #9ca3af !important;
  font-weight: 500 !important;
  border: none !important;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.08) !important;
  font-size: 10px !important;
  padding: 20px 0 8px !important;
  margin: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 0 !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronTitle button,
#tarteaucitronRoot #tarteaucitron .tarteaucitronTitle .asCatToggleBtn {
  color: #9ca3af !important;
  font-weight: 500 !important;
  font-size: 10px !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronTitle .tarteaucitronPlus {
  color: #9ca3af !important;
  font-size: 10px !important;
}

#tarteaucitronRoot #tarteaucitron [id^=tarteaucitronDetails] {
  background: transparent !important;
  color: #6b7280 !important;
  font-size: 12px !important;
  padding: 8px 0 12px !important;
  line-height: 1.6 !important;
  border-bottom: none !important;
}

#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine {
  background: #ffffff !important;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.06) !important;
  border-left: none !important;
  padding: 12px 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  transition: none !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine::after {
  display: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine:last-child {
  border-bottom: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine:hover {
  background: #ffffff !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine.tarteaucitronIsAllowed {
  border-left: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine.tarteaucitronIsDenied {
  border-left: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName {
  float: none !important;
  flex: 1;
  min-width: 0;
  font-size: 13px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  width: auto !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName .tarteaucitronH3 {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #111827 !important;
  margin-bottom: 2px !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName .tarteaucitronStatusInfo {
  display: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName .tacCurrentStatus,
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName .tarteaucitronReadmoreSeparator {
  display: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName .tarteaucitronReadmoreInfo,
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName .tarteaucitronReadmoreOfficial {
  color: #2dd4bf !important;
  font-size: 11px !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName .tarteaucitronReadmoreInfo:hover,
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName .tarteaucitronReadmoreOfficial:hover {
  text-decoration: underline !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName .tarteaucitronReadmoreSeparator {
  display: inline !important;
  color: #d1d5db !important;
  font-size: 11px !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  display: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk {
  float: none !important;
  flex-shrink: 0;
  display: flex !important;
  align-items: center;
  gap: 8px;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
  position: relative !important;
  width: 40px !important;
  height: 22px !important;
  min-width: 40px;
  background: #f3f4f6 !important;
  border: 0.5px solid #e5e7eb !important;
  border-radius: 11px !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
  overflow: hidden !important;
  display: block !important;
  flex-shrink: 0;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9ca3af;
  left: 2px;
  top: 2px;
  transition: all 0.2s !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow .tarteaucitronCheck {
  display: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  background: none !important;
  color: #9ca3af !important;
  border: none !important;
  font-size: 11px !important;
  font-weight: normal !important;
  padding: 0 !important;
  cursor: pointer !important;
  opacity: 0.7 !important;
  transition: opacity 0.15s !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  white-space: nowrap;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover {
  opacity: 1 !important;
  color: #6b7280 !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny .tarteaucitronCross {
  display: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAsk .tarteaucitronAllow {
  background: rgba(45, 212, 191, 0.15) !important;
  border-color: #2dd4bf !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAsk .tarteaucitronAllow::before {
  background: #2dd4bf !important;
  transform: translateX(18px);
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAsk .tarteaucitronDeny {
  opacity: 1 !important;
  font-weight: 500 !important;
  color: #6b7280 !important;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronLine .tarteaucitronH3 {
  font-weight: normal !important;
  font-size: 12px !important;
  color: #6b7280 !important;
  line-height: 1.6 !important;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronLine .tarteaucitronAsk {
  display: none !important;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronNoServicesTitle {
  border-left: none !important;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronSave {
  background: #ffffff !important;
  padding: 16px 24px !important;
  text-align: right !important;
  border-top: 0.5px solid rgba(0, 0, 0, 0.08) !important;
  display: flex !important;
  justify-content: flex-end;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronSave #tarteaucitronSaveButton {
  background: #1a2540 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 9px 24px !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  cursor: pointer !important;
  transition: background 0.15s !important;
  box-shadow: none;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronSave #tarteaucitronSaveButton:hover {
  background: #243056 !important;
}

#tarteaucitronRoot #tarteaucitron a.tarteaucitronSelfLink {
  font-size: 10px !important;
  color: #9ca3af !important;
  opacity: 0.4 !important;
  display: block !important;
  text-align: center !important;
  padding: 6px !important;
}
#tarteaucitronRoot #tarteaucitron a.tarteaucitronSelfLink img {
  opacity: 0.3 !important;
}

#tarteaucitronRoot #tarteaucitron .tarteaucitronHidden {
  background: transparent !important;
}

#tarteaucitronRoot #tarteaucitron .tarteaucitron-spacer-20 {
  height: 0 !important;
}

@media (max-width: 479px) {
  #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine {
    flex-wrap: wrap;
  }
  #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName {
    width: 100% !important;
    flex: none;
  }
  #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk {
    width: 100% !important;
    justify-content: flex-start;
    margin-top: 6px !important;
  }
}
#tarteaucitronRoot #tarteaucitronIcon {
  display: none !important;
}

#tarteaucitronRoot {
  z-index: 999998 !important;
}

/*!
Theme Name: Underscore_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Underscore_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
  background: #0c556f;
  color: #ffffff;
  border: none;
  border-radius: 7px;
  padding: 6px 16px;
  font-family: "Neris", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background 0.3s ease;
}
.widget_price_filter .price_slider_amount .button:hover {
  background: #094558;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #0c556f;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
  border-radius: 50%;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(12, 85, 111, 0.2);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #0c556f;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* No-hover on touch devices (buttons & cards)
--------------------------------------------- */
/**
 * Désactive tous les effets :hover en mobile (≤ 768px).
 * Utilise max-width au lieu de (hover: none) pour fonctionner
 * aussi en vue responsive des DevTools navigateur.
 */
@media (max-width: 768px) {
  .btn-primary:hover,
  .btn-secondary:hover,
  .btn-outline:hover,
  .btn-dark:hover,
  .btn-hero:hover,
  .boutique-btn-info:hover,
  a.boutique-btn-cart:hover,
  .best-seller-card__btn:hover,
  .wc-block-components-button:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit:hover {
    transform: none !important;
    box-shadow: none !important;
  }
  .boutique-product-card:hover,
  .best-seller-card:hover,
  .oi-product-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }
  .boutique-product-card:hover img,
  .best-seller-card:hover img,
  .oi-product-card:hover img {
    transform: none !important;
  }
}
