@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Manrope, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html,
  body {
  max-width: 100%;
  overflow-x: hidden;
}

*,
  *::before,
  *::after {
  box-sizing: border-box;
}

body{
  --tw-text-opacity: 1;
  color: rgb(1 27 40 / var(--tw-text-opacity, 1));
}

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

.container{
  width: 100%;
}

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

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

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

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

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

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

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

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

@media (min-width: 1440px){
  .\!container{
    max-width: 1440px !important;
  }

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.top-0{
  top: 0px;
}

.z-50{
  z-index: 50;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.mt-\[160px\]{
  margin-top: 160px;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-\[88px\]{
  height: 88px;
}

.h-auto{
  height: auto;
}

.w-10{
  width: 2.5rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-\[106px\]{
  width: 106px;
}

.w-\[132px\]{
  width: 132px;
}

.w-\[24px\]{
  width: 24px;
}

.w-full{
  width: 100%;
}

.max-w-8xl{
  max-width: 1440px;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize{
  resize: both;
}

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

.grid-cols-\[1fr_auto_1fr\]{
  grid-template-columns: 1fr auto 1fr;
}

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

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

.justify-center{
  justify-content: center;
}

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

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[2px\]{
  gap: 2px;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.justify-self-start{
  justify-self: start;
}

.justify-self-end{
  justify-self: end;
}

.justify-self-center{
  justify-self: center;
}

.border{
  border-width: 1px;
}

.bg-transparent{
  background-color: transparent;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pl-\[10px\]{
  padding-left: 10px;
}

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

.font-sans{
  font-family: Manrope, sans-serif;
}

.font-serif{
  font-family: Cormorant Garamond, serif;
}

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

.text-\[14px\]{
  font-size: 14px;
}

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

.font-bold{
  font-weight: 700;
}

.font-normal{
  font-weight: 400;
}

.uppercase{
  text-transform: uppercase;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[0\.1em\]{
  letter-spacing: 0.1em;
}

.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outline{
  outline-style: solid;
}

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

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

/* ──────────────────────────────────────────────────────────────
   Custom theme styles, split by breakpoint for maintainability.
   Imported largest → smallest so narrower breakpoints override.
   ────────────────────────────────────────────────────────────── */

/* Desktop & base styles */

.mt-medium {
  margin-top: 48px;
}

.mb-small {
  margin-bottom: 8px !important;
}

.gray-image {
  filter: grayscale(100%);
  transition: filter 1s ease;
  padding-top: 40px;
}

.wp-block-columns:hover .gray-image{
  filter: grayscale(0%);
}

del {
  text-decoration: line-through;
}

del .miglea-price__sign,
del .miglea-price__currency,
del .miglea-price__euros,
del .miglea-price__cents {
  text-decoration: line-through;
}

.contacts-form-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 267px;
}

.contacts-form-right .wp-block-paragraph{
  background-color:#D7F1FE;
  padding: 20px 32px 32px 32px;
  width:267px;
}

.contacts-form-right strong {
  margin-top: 12px;
  display: inline-block;
}

.contacts-form-right img {
  max-width: 267px;
}

.miglea-footer__logo-inner{
  padding-top: 64px;
}

.miglea-contact-form__submit:hover,
.miglea-contact-form__submit:focus-visible {
  background-color: #011B28;
  color: #fff;
  border-color: #011B28;
}

.miglea-contact-form__submit-arrow {
  display: inline-flex;
  line-height: 1;
  transition: transform 1.5s cubic-bezier(0.22,1,0.36,1);
}

.miglea-contact-form__submit:hover .miglea-contact-form__submit-arrow,
.miglea-contact-form__submit:focus-visible .miglea-contact-form__submit-arrow {
  transform: translateX(4px);
  filter: invert(1) brightness(5);
}

.simple-subtitle {
  font-family: Manrope;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 48px;
}

.border-bottom-gray {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 24px;
}

.miglea-shop-breadcrumbs {
  padding-bottom: 48px;
}

.single-product .miglea-shop-breadcrumbs{
  padding-bottom:16px;
}

.miglea-shop-title {
  margin-bottom: 8px;
}

.miglea-shop-description-wrap {
  -o-object-fit: cover;
  object-fit: cover;
  width: 555px;
  -o-object-position: center;
  object-position: center;
  margin-top: 8px;
}

.miglea-shop-description {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}

.miglea-shop-sort-label {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  padding-left: 24px;
  width: 145px;
}

.miglea-shop-sort {
  position: relative;
  min-width: min(100%, 255px);
}

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

.miglea-shop-sort__trigger {
  width: 100%;
  min-height: 44px;
  border: 1px solid #EBEBEB;
  border-radius: 0;
  background-color: #fff;
  background-image: url("../img/selector_arrow_2.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px 14px;
  padding: 10px 48px 10px 15px;
  text-align: left;
  cursor: pointer;
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #011B28;
}

.miglea-shop-sort.is-open .miglea-shop-sort__trigger {
  border-color: #B9B6B6;
  border-bottom: 0;
}

.miglea-shop-sort__trigger:focus-visible {
  outline: none;
}

.miglea-shop-sort__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #B9B6B6;
  border-top: 0;
  background: #fff;
  z-index: 30;
}

.miglea-shop-sort__list,
.miglea-shop-sort__list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.miglea-shop-sort__list {
  padding: 8px 0;
}

.miglea-shop-sort__option {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 10px 15px;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #011B28;
}

.miglea-shop-sort__option:not(.is-selected) {
  padding-left: 24px;
}

.miglea-shop-sort__option:hover,
.miglea-shop-sort__option:focus,
.miglea-shop-sort__option.is-selected {
  font-weight: 700;
  outline: none;
}

header .woocommerce-product-search {
  position: relative;
  display: flex;
  align-items: center;
  width: min(300px, 100%);
  min-width: 0;
  border: 1px solid #000;
  border-radius: 0;
  padding: 6px 24px;
  background-color: transparent;
}

header .woocommerce-product-search label {
  display: none;
}

header .woocommerce-product-search .search-field {
  width: 100%;
  border: 0;
  background: transparent;
  color: #000;
  padding-right: 26px;
  font-size: 14px;
  line-height: 20px;
}

header .woocommerce-product-search .search-field:focus {
  outline: none;
}

header .woocommerce-product-search .search-field::-moz-placeholder {
  color: #000;
  opacity: 1;
}

header .woocommerce-product-search .search-field::placeholder {
  color: #000;
  opacity: 1;
}

header .woocommerce-product-search button {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  background-image: url("../img/search_icon.svg");
  gap: 32px;
  background-position: center;
  align-self: center;
  background-size: 18px 18px;
  color: transparent;
  font-size: 0;
  margin: 0;
  line-height: 123%;
}

.miglea-header-icon-button {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #011B28;
}

.miglea-header-icon-button img {
  display: block;
}

.miglea-mobile-menu-backdrop,
.miglea-header-search-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(1, 27, 40, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.miglea-mobile-menu-backdrop.is-open,
.miglea-header-search-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.miglea-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 71;
  width: min(360px, calc(100vw - 24px));
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #F3F5F2;
  box-shadow: 18px 0 48px rgba(1, 27, 40, 0.12);
  transform: translateX(-100%);
  transition: transform 0.25s ease;
}

.miglea-mobile-menu.is-open {
  transform: translateX(0);
}

.miglea-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 20px 20px;
  border-bottom: 1px solid rgba(1, 27, 40, 0.08);
}

.miglea-mobile-menu__close {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #011B28;
}

.miglea-mobile-menu__body {
  flex: 1;
  overflow-y: auto;
  padding: 28px 20px 40px;
}

.miglea-mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.miglea-mobile-menu__list li + li {
  margin-top: 18px;
}

.miglea-mobile-menu__list a {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #011B28;
  text-decoration: none;
}

.miglea-header-search-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 71;
  width: min(520px, calc(100vw - 32px));
  padding: 56px 20px 24px;
  background: #F3F5F2;
  box-shadow: 0 16px 40px rgba(1, 27, 40, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(-50% + 12px));
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.miglea-header-search-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}

.miglea-header-search-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #011B28;
}

.miglea-header-search-modal .woocommerce-product-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #000;
  border-radius: 0;
  padding: 12px 20px;
  background-color: #F3F5F2;
}

.miglea-header-search-modal .woocommerce-product-search label {
  display: none;
}

.page-template-template-about-us .miglea-hero__img {
  max-width: 1440px;
  margin: 0 auto;
}

.miglea-hero--about-us {
  background-color: #f0f2ef !important;
}

.miglea-header-search-modal .woocommerce-product-search .search-field {
  width: 100%;
  border: 0;
  background: transparent;
  color: #000;
  padding-right: 26px;
  font-size: 14px;
  line-height: 20px;
}

.miglea-header-search-modal .woocommerce-product-search .search-field:focus {
  outline: none;
}

.miglea-header-search-modal .woocommerce-product-search .search-field::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.miglea-header-search-modal .woocommerce-product-search .search-field::placeholder {
  color: #000;
  opacity: 1;
}

.miglea-header-search-modal .woocommerce-product-search button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  background-image: url("../img/search_icon.svg");
  background-position: center;
  background-size: 18px 18px;
  color: transparent;
  font-size: 0;
  margin: 0;
  line-height: 1;
}

.miglea-info2__panel {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s ease;
}

.miglea-info2__panel-inner {
  padding-top: 24px;
}

.color-blue,
.color-secondary {
  color: #3668AB !important;
}

.color-ink-black,
.ink-black {
  color: #011B28 !important;
}



/* ── Hero ── */

.miglea-hero {
  position: relative;
  width: 100%;
  height: 745px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #d7d8d5;
}

.miglea-hero--about-us {
  height: 620px;
}

.miglea-hero__overlay {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.miglea-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
}

.miglea-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.miglea-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.miglea-hero__video--mobile {
  display: none;
}

.miglea-hero__content {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 75px 52px 0;
}

.miglea-hero__text-wrap {
  justify-content: center;
  transform: translateX(-100px);
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

.miglea-hero__text-wrap--animated {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1.5s ease, transform 1.5s cubic-bezier(0.22,1,0.36,1);
  will-change: opacity, transform;
}

.miglea-hero__text-wrap--animated.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.miglea-hero__heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0.03em;
  text-align: right;
  text-transform: uppercase;
  color: #0f172a;
  margin: 0;
}

.miglea-hero__sub {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: right;
  text-transform: uppercase;
  color: #0f172a;
  margin: 0;
}

.miglea-hero__btn-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  padding: 57px 80px 49px;
}

.miglea-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #011B28;
  border-radius: 0;
  padding: 9px 16px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #0f172a;
  text-decoration: none;
  background: transparent;
  transition: background 0.15s, color 0.15s;
}

.miglea-hero__btn:hover {
  background: #011B28;
  color: #fff;
}

.miglea-hero__btn:hover .miglea-hero__btn-icon {
  filter: invert(1) brightness(5);
  transform: translateX(4px);
}

.miglea-hero__btn-icon {
  width: 15px;
  height: auto;
  display: block;
  flex-shrink: 0;
  transition: transform 1.5s cubic-bezier(0.22,1,0.36,1), filter 0.2s ease;
}

.about-us-main__inner {
  width: 100%;
  max-width: 1440px;
  margin:  80px auto;
  padding: 0 48px;
}

.about-us-main h1 {
  margin: 0 0 32px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.about-us-main h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #3668AB;
  margin: 80px 0;
}

.about-us-main h3 {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}

.about-us-main h3 em {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.8px;
  margin-bottom: 8px;
  color: #3668AB;
  font-style: italic;
  text-transform: uppercase;
}

.about-us-main p{
  line-height: 20px;
}

.archive-product-main {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.about-us-main__inner__text p{
  margin-bottom: 32px;
  line-height: 22px;
}

.about-us-main__inner__text {
  padding: 16px 0 0 95px;
}

.about-us-main__inner__image {
  height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
}

/* ── Product slider ── */

.miglea-product-slider {
  width: 100%;
  padding: 80px 24px;
}

.miglea-product-slider__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
}

.miglea-product-slider__header {
  margin-bottom: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.miglea-product-slider__heading-group {
  margin: 0;
}

.miglea-section-heading,
.miglea-product-slider__heading {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.miglea-section-subheading {
  margin: 2px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  padding-top: 8px;
}

.miglea-product-slider__subheading {
  margin: 2px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  padding-top: 8px;
}

.miglea-product-slider__collection-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  text-decoration: none;
  color: #0f172a;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.miglea-product-slider__collection-link--mobile {
  display: none;
}

.miglea-product-slider__collection-link:hover,
.miglea-product-slider__collection-link:focus-visible {
  color: #3668AB;
}

.miglea-product-slider__collection-link:hover .miglea-product-slider__collection-link-icon,
.miglea-product-slider__collection-link:focus-visible .miglea-product-slider__collection-link-icon {
  filter: brightness(0) saturate(100%) invert(38%) sepia(26%) saturate(1298%) hue-rotate(178deg) brightness(92%) contrast(92%);
  transform: translateX(4px);
}

.miglea-product-slider__collection-link-icon {
  width: 14px;
  height: auto;
  display: block;
  flex-shrink: 0;
  transition: transform 1.5s cubic-bezier(0.22,1,0.36,1), filter 0.2s ease;
}

.miglea-product-slider__viewport {
  overflow: hidden;
}

.miglea-product-slider__track {
  display: flex;
  gap: 32px;
  will-change: transform;
  transition: transform 0.35s ease;
}

.miglea-product-slider__item {
  flex: 0 0 312px;
}

.miglea-product-slider__thumb-link {
  display: block;
  position: relative;
  width: 312px;
  height: 406px;
  background: #f2f2f2;
  overflow: hidden;
}

.miglea-product-slider__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.25s ease;
}

.miglea-page-nav {
  width: 100%;
  padding: 80px 24px 0;
}

.miglea-page-nav .miglea-contact{
  padding:0;
  margin-top: 40px;
}

.miglea-page-nav .miglea-contact__inner{
  grid-template-columns: 1fr;
  padding:0;
  gap: 48px;
}

.miglea-page-nav__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 48px 0 48px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 84px;
  align-items: start;
}

.miglea-page-nav__aside {
  position: sticky;
  top: 130px;
  align-self: start;
  height: -moz-max-content;
  height: max-content;
}

.miglea-page-nav__sticky {
  position: static;
}

.miglea-page-nav__menu,
.miglea-page-nav__menu ul,
.miglea-page-nav__menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.miglea-page-nav__menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.miglea-page-nav__menu a {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 2%;
  transition: color 0.2s, border-color 0.2s;
  border-bottom: 1px solid transparent;
}

.miglea-page-nav__menu a:hover,
.miglea-page-nav__menu .current-menu-item > a,
.miglea-page-nav__menu .current_page_item > a,
.miglea-page-nav__menu .current-menu-ancestor > a,
.miglea-page-nav__menu .current-page-ancestor > a {
  color: #011B28;
  border-color: #011B28;
}

.miglea-page-nav__content {
  min-width: 0;
}

.miglea-page-nav__content ul,
.miglea-page-nav__content ol {
  padding-left: 24px;
}

.miglea-page-nav__content li {
  list-style-type: disc;
  list-style-position: outside;
}

.miglea-page-nav__content h1 {
  font-family: Cormorant Garamond;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin-bottom:48px;
}

.miglea-page-nav__content h2.wp-block-heading {
  margin-bottom: 16px;
  font-family: Manrope;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0%;
}

.miglea-page-nav__content table,
.miglea-page-nav__content table th,
.miglea-page-nav__content table td {
  border: 0;
}

.miglea-page-nav__content table tr {
  border-bottom: 1px solid #e5e5e5;
}

.miglea-page-nav__content table td {
  vertical-align: top;
}

.miglea-page-nav [class*='wp-container-core-columns']:last-child .border-bottom-gray,
.miglea-page-nav [class*='wp-container-core-columns']:last-of-type .border-bottom-gray {
  border-bottom: 0;
  padding-bottom: 0;
}

.miglea-account-page {
  width: 100%;
  padding: 80px 24px 0;
}

.miglea-account-page__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 48px 0 48px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 84px;
  align-items: start;
}

.miglea-account-page__content {
  min-width: 0;
  max-width: 820px;
}

.miglea-account-nav,
.miglea-account-nav ul,
.miglea-account-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.miglea-account-nav__menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.miglea-account-nav__menu .is-active > a,
.miglea-account-nav__menu .is-active > .miglea-account-nav__link {
  color: #011B28;
  border-color: #011B28;
}

.miglea-account-nav__link {
  display: inline-flex;
  align-items: center;
}

.miglea-account-nav__icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  flex: 0 0 auto;
}

.miglea-account-profile__header {
  margin-bottom: 32px;
}

.miglea-account-profile__title,
.miglea-account-page .woocommerce-MyAccount-content > h2,
.miglea-account-page .woocommerce-Address-title h2 {
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #011B28;
}

.miglea-account-profile__subtitle,
.miglea-account-page .woocommerce-MyAccount-content > p,
.miglea-account-page .woocommerce-Address address,
.miglea-account-page .woocommerce-MyAccount-content,
.miglea-account-page .woocommerce-MyAccount-content p,
.miglea-account-page .woocommerce-MyAccount-content li {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #011B28;
}

.miglea-account-profile__subtitle {
  margin: 0;
}

.miglea-account-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 18px;
}

.miglea-account-form .form-row {
  float: none;
  width: auto;
  margin: 0;
}

.miglea-account-form .form-row-wide,
.miglea-account-form .woocommerce-form-row--wide,
.miglea-account-form__fieldset,
.miglea-account-form__actions,
.miglea-account-form .clear {
  grid-column: 1 / -1;
}

.miglea-account-form label,
.miglea-account-form .woocommerce-form__label,
.miglea-account-form .woocommerce-form__label-for-checkbox {
  display: block;
  margin-bottom: 8px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #011B28;
}

.miglea-account-form .required {
  color: #011B28;
}

.miglea-account-form input[type='text'],
.miglea-account-form input[type='tel'],
.miglea-account-form input[type='email'],
.miglea-account-form input[type='password'],
.miglea-account-form select,
.miglea-account-form textarea,
.miglea-account-page .select2-container--default .select2-selection--single,
.miglea-account-page .select2-container--default .select2-selection--multiple {
  width: 100%;
  border: 1px solid #EBEBEB !important;
  border-radius: 0 !important;
  background: #fff;
  min-height: 48px;
  padding: 12px 14px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #011B28;
}

.miglea-account-form input:hover,
.miglea-account-form select:hover,
.miglea-account-form textarea:hover,
.miglea-account-form input:active,
.miglea-account-form select:active,
.miglea-account-form textarea:active,
.miglea-account-page .select2-container--default .select2-selection--single:hover,
.miglea-account-page .select2-container--default .select2-selection--multiple:hover,
.miglea-account-page .select2-container--default.select2-container--open .select2-selection--single,
.miglea-account-page .select2-container--default.select2-container--open .select2-selection--multiple,
.miglea-account-form input:focus,
.miglea-account-form select:focus,
.miglea-account-form textarea:focus,
.miglea-account-page .select2-container--default.select2-container--focus .select2-selection--single,
.miglea-account-page .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #011B28 !important;
  outline: none;
}

.miglea-account-form textarea {
  min-height: 120px;
  resize: vertical;
}

.miglea-account-form .woocommerce-password-strength,
.miglea-account-form__description,
.miglea-account-form em,
.miglea-account-form small {
  display: block;
  margin-top: 8px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #6A6A6A;
}

.miglea-field-error {
  display: none;
  margin-top: 8px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #c53030;
}

.miglea-field-error.is-visible {
  display: block;
}

.miglea-account-form input.is-invalid,
.miglea-account-form select.is-invalid,
.miglea-account-form textarea.is-invalid {
  border-color: #c53030 !important;
  background-color: #fff8f8 !important;
}

.miglea-account-form select.is-invalid + .select2 .select2-selection {
  border-color: #c53030 !important;
  background-color: #fff8f8 !important;
}

.miglea-account-form input[type='checkbox'].is-invalid {
  border-color: #c53030 !important;
  box-shadow: 0 0 0 3px rgba(197, 48, 48, 0.12);
}

.miglea-account-form__fieldset {
  margin: 10px 0 0;
  padding: 0;
  border: 0;
}

.miglea-account-form__fieldset legend {
  margin: 0 0 18px;
  padding: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #011B28;
}

.miglea-account-form input[type='checkbox'] {
  width: 12px;
  height: 12px;
  min-height: 12px;
  margin: 2px 8px 0 0;
  padding: 0;
  vertical-align: top;
}

.miglea-account-form .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 0;
}

.miglea-account-form__actions {
  margin-top: 12px;
}

.miglea-account-page .woocommerce-Button.button,
.miglea-account-page .woocommerce-button.button,
.miglea-account-page .button.wc-forward {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #011B28;
  border-radius: 0;
  background: transparent;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #011B28;
  text-decoration: none;
}

.miglea-account-page .woocommerce-Button.button:hover,
.miglea-account-page .woocommerce-button.button:hover,
.miglea-account-page .button.wc-forward:hover {
  background: #011B28;
  color: #fff;
}

.miglea-account-page .woocommerce-notices-wrapper {
  margin-bottom: 28px;
}

.miglea-account-page .woocommerce-message,
.miglea-account-page .woocommerce-info,
.miglea-account-page .woocommerce-error {
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid #EBEBEB;
  border-left: 3px solid #011B28;
  background: #fff;
  list-style: none;
}

.miglea-account-page .woocommerce-orders-table,
.miglea-account-page .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}

.miglea-account-page .woocommerce-orders-table th,
.miglea-account-page .woocommerce-orders-table td,
.miglea-account-page .shop_table th,
.miglea-account-page .shop_table td {
  padding: 14px 12px;
  border-bottom: 1px solid #EBEBEB;
  text-align: left;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #011B28;
}

.miglea-account-page .woocommerce-orders-table th,
.miglea-account-page .shop_table th {
  font-weight: 700;
}

.miglea-account-page .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.miglea-account-page .woocommerce-Address {
  padding: 24px;
  border: 1px solid #EBEBEB;
  background: #fff;
}

.miglea-account-page .woocommerce-Address-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.miglea-account-page .woocommerce-Address-title .edit {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #011B28;
  text-decoration: none;
}

.miglea-account-panel--addresses,
.miglea-account-panel--address-form {
  max-width: 760px;
}

.miglea-account-panel--orders {
  max-width: 760px;
}

.miglea-account-panel--orders-has-items .miglea-account-panel__title,
.miglea-account-panel--orders-has-items.miglea-page-nav__content h1,
.miglea-page-nav__content .miglea-account-panel--orders-has-items h1 {
  margin-bottom: 8px;
}

.miglea-account-panel__subtitle--orders {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 140% !important;
  letter-spacing: 0 !important;
  color: #011B28 !important;
}

.miglea-account-orders__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.miglea-account-orders__table th,
.miglea-account-orders__table td {
  padding: 14px 0;
  border-bottom: 1px solid #EBEBEB;
  text-align: left;
  vertical-align: top;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #011B28;
}

.miglea-account-orders__table th {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 140% !important;
  letter-spacing: 0 !important;
  color: #B9B6B6 !important;
}

.miglea-account-orders__number {
  color: #011B28;
  text-decoration: none;
}

.miglea-account-orders__status,
.miglea-account-orders__total {
  white-space: nowrap;
}

.miglea-account-orders__empty {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #011B28;
}

.miglea-account-orders__pagination {
  margin-top: 24px;
  display: flex;
  gap: 12px;
}

.miglea-account-addresses__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.miglea-account-address-card {
  padding: 16px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  background: #fff;
}

.miglea-account-address-card--default {
  border-color: #011B28;
}

.miglea-account-address-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.miglea-account-address-card__title {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 2%;
}

.miglea-account-address-card__edit {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #B9AFAF;
  text-decoration: none;
}

.miglea-account-address-card__edit-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
}

.woocommerce-notices-wrapper {
  display:none !important;
}

.miglea-account-address-card__address,
.miglea-account-address-card__empty {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0%;
  color: #011B28;
}

.miglea-account-address-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.miglea-account-address-card__default {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: #011B28;
}

.miglea-account-address-card__default input[type='checkbox'] {
  width: 12px;
  height: 12px;
  min-height: 12px;
  margin: 0;
  border: 1px solid #011B28 !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  opacity: 1;
}

.miglea-account-address-card__default input[type='checkbox']:checked {
  background: #011B28;
  box-shadow: inset 0 0 0 2px #fff;
}

.miglea-account-form--address {
  display: block;
}

.miglea-account-form--address .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.miglea-account-form--address .form-row,
.miglea-account-form--address .woocommerce-address-fields__field-wrapper > p {
  float: none;
  width: auto;
  margin: 0;
}

.miglea-account-form--address .form-row-wide,
.miglea-account-form--address .woocommerce-form-row--wide,
.miglea-account-form--address .form-row-first:last-child,
.miglea-account-form--address .form-row-last:last-child,
.miglea-account-form--address .select2-container,
.miglea-account-form--address .woocommerce-address-fields__field-wrapper .clear {
  grid-column: 1 / -1;
}

.miglea-product-slider__img--primary {
  opacity: 1;
}

.miglea-product-slider__img--hover {
  opacity: 0;
}

.miglea-product-slider__labels {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  pointer-events: none;
}

.miglea-product-slider__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  align-self: flex-start;
  padding: 5px 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
}

.miglea-product-slider__label--oeko {
  background: #6E000F;
}

.miglea-product-slider__label--ce {
  background: #002662;
}

.miglea-product-slider__label-ce-icon {
  display: block;
  width: auto;
  height: 17px;
}

.miglea-product-slider__label--soldout {
  background: #011B28;
}

.miglea-product-slider__thumb-link--has-hover:hover .miglea-product-slider__img--primary,
.miglea-product-slider__thumb-link--has-hover:focus-visible .miglea-product-slider__img--primary {
  opacity: 0;
}

.miglea-product-slider__thumb-link--has-hover:hover .miglea-product-slider__img--hover,
.miglea-product-slider__thumb-link--has-hover:focus-visible .miglea-product-slider__img--hover {
  opacity: 1;
}

.miglea-product-slider__title {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
  padding: 2px 0 0;
}

.miglea-product-slider__text-block {
  margin-top: 14px;
  margin-bottom: 16px;
  padding: 0 16px;
}

.miglea-product-slider__attributes {
  margin: 2px 0 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #B9B6B6;
  text-align: left;
  padding: 5px 0 0;
}

.miglea-product-slider__title a {
  color: #0f172a;
  text-decoration: none;
}

.miglea-product-slider__price {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.miglea-product-slider__price del {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  text-decoration: line-through;
  color: #3668AB;
  opacity: 1;
}

.miglea-product-slider__price del .amount {
  color: inherit;
}

.miglea-product-slider__price ins {
  text-decoration: none;
}

.miglea-product-slider__meta {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 16px 0;
}

.miglea-product-slider__add-to-cart {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 0;
  text-decoration: none;
  color: #011B28;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.miglea-product-slider__add-to-cart:hover,
.miglea-product-slider__add-to-cart:focus-visible {
  color: #3668AB;
}

.miglea-product-slider__add-to-cart:hover .miglea-product-slider__add-to-cart-icon,
.miglea-product-slider__add-to-cart:focus-visible .miglea-product-slider__add-to-cart-icon {
  filter: brightness(0) saturate(100%) invert(38%) sepia(26%) saturate(1298%) hue-rotate(178deg) brightness(92%) contrast(92%);
}

.miglea-product-slider__add-to-cart span {
  display: inline-block;
}

.miglea-product-slider__add-to-cart-icon {
  width: 14px;
  height: 14px;
  display: block;
  flex-shrink: 0;
}

.miglea-product-slider__controls {
  margin-top: 53px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.miglea-product-slider__arrow {
  border: 0;
  background: transparent;
  padding: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.miglea-product-slider__arrow img {
  width: 16px;
  height: auto;
  display: block;
  transition: transform 1.5s cubic-bezier(0.22,1,0.36,1), filter 0.2s ease;
}

.miglea-product-slider__arrow--prev img {
  transform: scaleX(-1);
}

.miglea-product-slider__arrow:hover img,
.miglea-product-slider__arrow:focus-visible img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(26%) saturate(1298%) hue-rotate(178deg) brightness(92%) contrast(92%);
}

.miglea-product-slider__arrow--next:hover img,
.miglea-product-slider__arrow--next:focus-visible img {
  transform: translateX(4px);
}

.miglea-product-slider__arrow--prev:hover img,
.miglea-product-slider__arrow--prev:focus-visible img {
  transform: scaleX(-1) translateX(4px);
}

.miglea-product-slider__progress {
  position: relative;
  width: 100%;
  height: 1px;
  background: #D7F1FE;
}

.miglea-product-slider__progress-indicator {
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background: #000;
  width: 0;
  transform: translateY(-50%);
  transform-origin: left center;
  transition: width 0.35s ease, left 0.35s ease, height 0.2s ease, background-color 0.6s ease;
  cursor: pointer;
  touch-action: none;
}

.miglea-product-slider__progress-indicator::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
}

.miglea-product-slider__progress-indicator:hover,
.miglea-product-slider__progress-indicator--dragging {
  height: 4px;
  background: #3668AB;
}

/* ── Product categories ── */

.miglea-product-categories {
  width: 100%;
  padding: 0px 20px 80px 20px;
}

.miglea-product-categories__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
}

.miglea-product-categories__header {
  margin-bottom: 34px;
}

.miglea-product-categories__heading {
  margin: 0;
}

.miglea-product-categories__subheading {
  margin: 2px 0 0;
}

.miglea-product-categories__description {
  margin: 47px 0 50px 0;
  font-family: Manrope;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #011B28;
}

.miglea-product-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.miglea-product-categories__item {
  min-width: 0;
}

.miglea-product-categories__image-link {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f2f2f2;
  box-shadow: 0 0 0 rgba(54, 104, 171, 0);
  transition: box-shadow 1.15s cubic-bezier(0.22,1,0.36,1);
}

.miglea-product-categories__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 1.5s cubic-bezier(0.22,1,0.36,1);
}

.miglea-product-categories__item:hover .miglea-product-categories__image,
.miglea-product-categories__image-link:focus-visible .miglea-product-categories__image {
  transform: scale(1.04) translateY(-2px);
}

.miglea-product-categories__name {
  margin: 37px 0 39px;
  font-family: Manrope;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0%;
}

.miglea-product-categories__name a {
  color: #011B28;
  text-decoration: none;
}

.miglea-product-categories__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #011B28;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.miglea-product-categories__item:hover .miglea-product-categories__cta,
.miglea-product-categories__item:focus-visible .miglea-product-categories__cta {
  color: #3668AB;
}

.miglea-product-categories__item:hover .miglea-product-categories__cta .miglea-product-categories__cta-icon,
.miglea-product-categories__item:focus-visible .miglea-product-categories__cta .miglea-product-categories__cta-icon {
  filter: brightness(0) saturate(100%) invert(38%) sepia(26%) saturate(1298%) hue-rotate(178deg) brightness(92%) contrast(92%);
  transform: translateX(4px);
}

.miglea-product-categories__cta-icon {
  width: 14px;
  height: 14px;
  display: block;
  transition: transform 1.5s cubic-bezier(0.22,1,0.36,1), filter 0.2s ease;
}

/* ── Index banner ── */

.miglea-index-banner {
  width: 100%;
  padding: 8px 24px;
}

.miglea-index-banner__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 48px;
}

.miglea-index-banner__img {
  display: block;
  width: 100%;
  height: auto;
}

.miglea-video-player {
  width: 100%;
  padding: 0 24px;
  margin: 80px 0 0;
}

.miglea-video-player__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 26px;
}

.miglea-video-player__stage {
  position: relative;
  width: 100%;
  max-width: 1340px;
  height: 715px;
  margin: 0 auto;
  overflow: hidden;
  background: #d8d8d8;
}

.miglea-video-player__media {
  width: 100%;
  height: 100%;
}

.miglea-video-player__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.miglea-video-player__video--mobile {
  display: none;
}

.miglea-video-player__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.miglea-video-player__cover-picture,
.miglea-video-player__cover {
  width: 100%;
  height: 100%;
}

.miglea-video-player__cover {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.miglea-video-player__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.miglea-video-player__play img {
  display: block;
  width: 50px;
  height: 50px;
}

.miglea-video-player.is-playing .miglea-video-player__overlay {
  display: none;
}

/* ── FAQ ── */

.miglea-faq {
  width: 100%;
  padding: 87px 24px;
}

.miglea-faq__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}

.miglea-faq__header {
  margin-bottom: 34px;
  padding: 0 34px;
}

.miglea-faq__heading {
  margin: 0;
}

.miglea-faq__subheading {
  margin: 2px 0 0;
}

.miglea-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 615px;
  gap: 32px;
  align-items: start;
}

.miglea-faq__list {
  display: grid;
  gap: 12px;
}

.miglea-faq__item {
  padding: 16px 40px 19px 40px;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
}

.miglea-faq__list .miglea-faq__item:last-child {
  border-bottom: none;
}

.single-product .miglea-faq__item {
  padding: 16px 0 19px 0;
}

.miglea-faq__question {
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0;
  color: #011B28;
}

.miglea-faq__question > span:first-child {
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), color 1s ease;
}

.miglea-faq__question:hover > span:first-child,
.miglea-faq__question:focus-visible > span:first-child {
  transform: translateX(6px);
  color: #3668AB;
}

.miglea-faq__question-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.miglea-faq__question-icon::before,
.miglea-faq__question-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: #011B28;
  transform: translate(-50%, -50%);
  transition: transform 1s ease, opacity 1s ease, background-color 1s ease;
}

.miglea-faq__question:hover .miglea-faq__question-icon,
.miglea-faq__question:focus-visible .miglea-faq__question-icon {
  transform: scale(1.22);
}

.miglea-faq__question:hover .miglea-faq__question-icon::before,
.miglea-faq__question:hover .miglea-faq__question-icon::after,
.miglea-faq__question:focus-visible .miglea-faq__question-icon::before,
.miglea-faq__question:focus-visible .miglea-faq__question-icon::after {
  background: #3668AB;
}

.miglea-faq__question-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.miglea-faq__item.is-active .miglea-faq__question-icon::after {
  opacity: 0;
}

body.home .miglea-faq__answer ul,
body.tax-product_cat .miglea-faq__answer ul{
  padding-bottom:16px;
}

.miglea-faq__answer {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.55s ease;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  color: #011B28;
}

.miglea-faq__item.is-active .miglea-faq__answer {
  margin-top: 17px;
  font-family: Manrope;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  font-size: 16px;
  padding-right: 50px;
}

.single-product .miglea-faq__item.is-active .miglea-faq__answer {
  margin-top: 24px;
  padding-right: 0px;
}

.miglea-faq__answer > :first-child {
  margin-top: 0;
}

.miglea-faq__answer > :last-child {
  margin-bottom: 0;
}

.miglea-faq__answer ul,
.miglea-faq__answer ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0px;
  padding-bottom: 0px;
}

.page-id-110 .miglea-faq__answer ul,
.page-id-110 .miglea-faq__answer ol {
  padding-bottom: 17px;
}
.miglea-faq__answer p {
  padding-bottom: 0px;
  line-height: 134%;
}

body.single-product .miglea-faq__answer p,
body.single-product .miglea-faq__answer ul {
  padding-bottom: 16px;
}

.page-id-116 .miglea-faq__answer p {
  padding-bottom: 0px;
}

.page-id-116 .miglea-faq__answer ul,
.page-id-116 .miglea-faq__answer ol {
  padding-bottom: 0px;
  margin: 0px;
}

.miglea-faq__answer li {
  position: relative;
  margin: 0;
  padding-left: 24px;
  line-height: 140%;
}

.miglea-faq__answer li::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0.7em;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #011B28;
  transform: translateY(-50%);
}

.miglea-faq__image-source {
  display: none;
}

.miglea-faq__image-panel {
  position: sticky;
  top: 24px;
  padding: 0 50px 0 30px;
  overflow: hidden;
}

.miglea-faq__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

/* ── FAQ Shortcode ── */

.miglea-faq-shortcode {
  width: 100%;
  max-width: 700px;
}

.miglea-faq-shortcode .miglea-faq__list {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.miglea-faq-shortcode .miglea-faq__item {
  padding: 24px 0;
}

.miglea-faq-shortcode .miglea-faq__item:last-child {
  border-bottom: none;
}

.miglea-faq-shortcode .miglea-faq__question {
  cursor: pointer;
}

.miglea-faq-shortcode .miglea-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.miglea-faq-shortcode .miglea-faq__item.is-active .miglea-faq__answer {
  max-height: 9999px;
}

/* ── Converted FAQ ── */

.miglea-faq-converted {
  width: 100%;
  max-width: 700px;
}

.miglea-faq-converted .miglea-faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.miglea-faq-converted .miglea-faq__item {
  padding: 24px 0;
}

.miglea-faq-converted .miglea-faq__item:first-child {
  border-top: none;
}

.miglea-faq-converted .miglea-faq__question {
  cursor: pointer;
}

.miglea-faq-converted .miglea-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.miglea-faq-converted .miglea-faq__item.is-active .miglea-faq__answer {
  max-height: 9999px;
}

/* ── Index information ── */

.miglea-info {
  width: 100%;
  padding: 0 0 80px 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.miglea-info__hoverable-area {
  width: 100%;
}

.miglea-info__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 169px;
}

.miglea-info__row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 0;
}

.miglea-info__row--animated .miglea-info__text-col,
.miglea-info__row--animated .miglea-info__img-col {
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.5s cubic-bezier(0.22,1,0.36,1);
  will-change: opacity, transform;
}

.miglea-info__row--animated .miglea-info__text-col {
  transform: translateX(-48px);
}

.miglea-info__row--animated .miglea-info__img-col {
  transform: translateX(48px);
}

.miglea-info__row--animated.miglea-info__row--reversed .miglea-info__text-col {
  transform: translateX(48px);
}

.miglea-info__row--animated.miglea-info__row--reversed .miglea-info__img-col {
  transform: translateX(-48px);
}

.miglea-info__row--animated.is-visible .miglea-info__text-col,
.miglea-info__row--animated.is-visible .miglea-info__img-col {
  opacity: 1;
  transform: translateX(0);
}

.miglea-info__row--reversed {
  grid-template-columns: 1fr 1.5fr;
}

.miglea-info__row--reversed .miglea-info__img-col {
  order: -1;
}

.miglea-info__text-col {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 95px;
}

.miglea-info__row--reversed .miglea-info__text-col {
  padding: 106px 0 0 64px;
}

.miglea-info__heading {
  margin: 0;
}

.miglea-info__subheading {
  margin: 0;
  letter-spacing: -1.1px;
}

.miglea-info__body {
  display: flex;
  flex-direction: column;
  gap: 28px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #011b28;
  margin-top: 50px;
  line-height: 130%;
}

.miglea-info__body p {
  margin: 0;
}

.miglea-info__body h4 {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0;
}

.miglea-info__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height:98%;
}

.miglea-info__body li {
  position: relative;
  margin: 0;
  padding-left: 26px;
}

.miglea-info__body li::before {
  content: '';
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('../img/check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.miglea-info__body li > p {
  margin: 0;
}

.miglea-info__img-col {
  justify-content: center;
}

.miglea-info__img-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 600px;
}

.miglea-info__img-overlay {
  display: none;
}

.miglea-info__img {
  width: auto;
  max-width: 100%;
  height: 600px;
  display: block;
}

.miglea-info__hoverable-area .miglea-info__img-wrap {
  overflow:hidden;
}

.miglea-info__hoverable-area .miglea-info__img {
  transition: transform 1.5s cubic-bezier(0.22,1,0.36,1), box-shadow 1.15s cubic-bezier(0.22,1,0.36,1);
}

.miglea-info__hoverable-area:hover .miglea-info__img {
  transform: scale(1.03) translateY(-2px);
}

/* ── Index information 2 ── */

.miglea-info2 {
  width: 100%;
  padding: 0px 24px 70px 24px;
}

.miglea-info2__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 10px 50px 0;
}

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

.miglea-info2__header {
  display: inline-flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  flex: 0 0 auto;
  width:100%;
}

.miglea-info2__panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.miglea-info2__panel-inner {
  padding-top: 24px;
}

.miglea-info2__heading {
  margin: 0;
  line-height: 123%;
  max-width: 700px;
}

.miglea-info2__row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 25px;
  align-items: start;
}

.miglea-info2__body-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.miglea-info2__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #011b28;
  line-height: 145%;
  overflow: visible;
}

.miglea-info2__body-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.miglea-info2__body p {
  margin: 0
}

.miglea-info2__body h4 {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0;
}

.miglea-info2__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 98%;
}

.miglea-info2__body li {
  position: relative;
  margin: 0;
  padding-left: 26px;
}

.miglea-info2__body li::before {
  content: '';
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('../img/check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.miglea-info2__body li > p {
  margin: 0;
}

.miglea-info2__img-col {
  justify-content: center;
}

.miglea-info2__img-wrap {
  width: auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.miglea-info2__img {
  width: auto;
  max-width: 400px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.miglea-info2__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: 14px;
  background: transparent;
  padding: 0;
  cursor: pointer;
  align-self: flex-start;
  margin: 0;
}

.miglea-info2__toggle-label--less,
.miglea-info2__toggle-icon--minus {
  display: none;
}

.miglea-info2__toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.miglea-info2__toggle:hover .miglea-info2__toggle-icon,
.miglea-info2__toggle:focus-visible .miglea-info2__toggle-icon {
  color: #3668AB;
}

.miglea-info2[data-info2-open="true"] .miglea-info2__toggle-label--more,
.miglea-info2[data-info2-open="true"] .miglea-info2__toggle-icon--plus {
  display: none;
}

.miglea-info2[data-info2-open="false"] .miglea-info2__toggle-label--less,
.miglea-info2[data-info2-open="false"] .miglea-info2__toggle-icon--minus {
  display: none;
}

.miglea-info2[data-info2-open="true"] .miglea-info2__toggle-label--less,
.miglea-info2[data-info2-open="true"] .miglea-info2__toggle-icon--minus {
  display: inline-flex;
}

.miglea-info2__toggle:hover,
.miglea-info2__toggle:focus-visible {
  color: #3668AB;
}

.miglea-info2__toggle-input:not(:checked) ~ .miglea-info2__header .miglea-info2__toggle-label--less,
.miglea-info2__toggle-input:not(:checked) ~ .miglea-info2__header .miglea-info2__toggle-icon--minus {
  display: none;
}

.miglea-info2__toggle-input:checked ~ .miglea-info2__header .miglea-info2__toggle-label--more,
.miglea-info2__toggle-input:checked ~ .miglea-info2__header .miglea-info2__toggle-icon--plus {
  display: none;
}

.miglea-info2__toggle-input:checked ~ .miglea-info2__header .miglea-info2__toggle-label--less,
.miglea-info2__toggle-input:checked ~ .miglea-info2__header .miglea-info2__toggle-icon--minus {
  display: inline-flex;
}

.miglea-info2__toggle-input:checked ~ .miglea-info2__panel {
  max-height: 1200px;
}

@media (prefers-reduced-motion: reduce) {
  .miglea-hero__text-wrap--animated,
  .miglea-info__row--animated .miglea-info__text-col,
  .miglea-info__row--animated .miglea-info__img-col {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── Instagram feed ── */

.miglea-instagram-feed {
  width: 100%;
  padding: 0 24px;
}

.miglea-instagram-feed__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
}

.miglea-instagram-feed__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 14px;
}

.miglea-instagram-feed__controls{
  margin-top: 28px;
}

.miglea-instagram-feed__socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
  padding-bottom: 16px;
}

.miglea-instagram-feed__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: background-color 0.2s ease;
}

.miglea-instagram-feed__social-icon-stack,
.miglea-footer__social-icon-stack {
  position: relative;
  display: inline-grid;
  place-items: center;
  line-height: 0;
}

.miglea-instagram-feed__social-icon-stack > *,
.miglea-footer__social-icon-stack > * {
  grid-area: 1 / 1;
}

.miglea-instagram-feed__social-icon-stack {
  width: 30px;
  height: 30px;
}

.miglea-footer__social-icon-stack {
  height: 28px;
}

.miglea-instagram-feed__social-icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.miglea-instagram-feed__social-icon--hover,
.miglea-footer__social-icon--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.miglea-instagram-feed__social-link:hover,
.miglea-instagram-feed__social-link:focus-visible {
  background: #000;
}

.miglea-instagram-feed__social-link.has-hover-icon:hover,
.miglea-instagram-feed__social-link.has-hover-icon:focus-visible,
.miglea-footer__social-list a.has-hover-icon:hover,
.miglea-footer__social-list a.has-hover-icon:focus-visible {
  background: transparent;
}

.miglea-instagram-feed__social-link:not(.has-hover-icon):hover .miglea-instagram-feed__social-icon,
.miglea-instagram-feed__social-link:not(.has-hover-icon):focus-visible .miglea-instagram-feed__social-icon {
  filter: brightness(0) invert(1) brightness(5);
}

.miglea-instagram-feed__social-link.has-hover-icon:hover .miglea-instagram-feed__social-icon,
.miglea-instagram-feed__social-link.has-hover-icon:focus-visible .miglea-instagram-feed__social-icon,
.miglea-footer__social-list a.has-hover-icon:hover .miglea-footer__social-icon,
.miglea-footer__social-list a.has-hover-icon:focus-visible .miglea-footer__social-icon {
  filter: none;
}

.miglea-instagram-feed__social-link.has-hover-icon:hover .miglea-instagram-feed__social-icon--default,
.miglea-instagram-feed__social-link.has-hover-icon:focus-visible .miglea-instagram-feed__social-icon--default,
.miglea-footer__social-list a.has-hover-icon:hover .miglea-footer__social-icon--default,
.miglea-footer__social-list a.has-hover-icon:focus-visible .miglea-footer__social-icon--default {
  opacity: 0;
}

.miglea-instagram-feed__social-link.has-hover-icon:hover .miglea-instagram-feed__social-icon--hover,
.miglea-instagram-feed__social-link.has-hover-icon:focus-visible .miglea-instagram-feed__social-icon--hover,
.miglea-footer__social-list a.has-hover-icon:hover .miglea-footer__social-icon--hover,
.miglea-footer__social-list a.has-hover-icon:focus-visible .miglea-footer__social-icon--hover {
  opacity: 1;
}

.miglea-instagram-feed__intro {
  justify-self: start;
  text-align: left;
  max-width: 470px;
}

.miglea-instagram-feed__title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 37px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #011b28;
}

.miglea-instagram-feed__subtitle {
  margin: 9px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  line-height: 120%;
  text-transform: uppercase;
  color: #3668ab;
}

.miglea-instagram-feed__description {
  margin: 62px 0 24px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #011b28;
}

.miglea-instagram-feed__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
}

.miglea-instagram-feed__viewport {
  overflow: hidden;
}

.miglea-instagram-feed__item {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(54, 104, 171, 0);
  transition: box-shadow 1.15s cubic-bezier(0.22,1,0.36,1);
}

.miglea-instagram-feed__image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  transition: transform 1.5s cubic-bezier(0.22,1,0.36,1);
}

.miglea-instagram-feed__item:hover .miglea-instagram-feed__image,
.miglea-instagram-feed__item:focus-within .miglea-instagram-feed__image {
  transform: scale(1.04) translateY(-2px);
}

.miglea-instagram-feed__item:hover,
.miglea-instagram-feed__item:focus-within {
  box-shadow: 0 12px 24px rgba(54, 104, 171, 0.1);
}

.miglea-instagram-feed__controls {
  display: none;
  margin-top: 53px;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}

.miglea-instagram-feed__arrow {
  border: 0;
  background: transparent;
  padding: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.miglea-instagram-feed__arrow img {
  width: 16px;
  height: auto;
  display: block;
  transition: transform 1.5s cubic-bezier(0.22,1,0.36,1), filter 0.2s ease;
}

.miglea-instagram-feed__arrow--prev img {
  transform: scaleX(-1);
}

.miglea-instagram-feed__arrow:hover img,
.miglea-instagram-feed__arrow:focus-visible img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(26%) saturate(1298%) hue-rotate(178deg) brightness(92%) contrast(92%);
}

.miglea-instagram-feed__arrow--next:hover img,
.miglea-instagram-feed__arrow--next:focus-visible img {
  transform: translateX(4px);
}

.miglea-instagram-feed__arrow--prev:hover img,
.miglea-instagram-feed__arrow--prev:focus-visible img {
  transform: scaleX(-1) translateX(4px);
}

.miglea-instagram-feed__progress {
  position: relative;
  width: 100%;
  height: 1px;
  background: #D7F1FE;
}

.miglea-instagram-feed__progress-indicator {
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background: #000;
  width: 0;
  transform: translateY(-50%);
  transform-origin: left center;
  transition: width 0.35s ease, left 0.35s ease, height 0.2s ease, background-color 0.6s ease;
  cursor: pointer;
  touch-action: none;
}

.miglea-instagram-feed__progress-indicator::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
}

.miglea-instagram-feed__progress-indicator:hover,
.miglea-instagram-feed__progress-indicator--dragging {
  height: 4px;
  background: #3668AB;
}

/* ── Index contact ── */

.miglea-contact {
  width: 100%;
  padding: 0 24px;
  margin-top: 80px;
}

.miglea-contact__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.miglea-contact__title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #011b28;
}

.miglea-contact__description {
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.9px;
}

.miglea-contact__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #011b28;
  padding: 9px 20px;
  text-decoration: none;
  color: #011b28;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.miglea-contact__cta:hover {
  background-color: #011b28;
  color: #ffffff;
}

.miglea-contact__cta:hover .miglea-contact__cta-icon {
  filter: invert(1) brightness(5);
  transform: translateX(4px);
}

.miglea-contact__cta-icon {
  width: 16px;
  height: auto;
  display: block;
  transition: transform 1.5s cubic-bezier(0.22,1,0.36,1), filter 0.2s ease;
}

.miglea-site-header li a:hover {
  color:#3668AB;
}

/* ── Footer ── */

.miglea-footer {
  width: 100%;
  margin-top: 80px;
  border-top: 1px solid #d9d9d9;
  background: #fff;
}

.miglea-footer__logo-row {
  width: 100%;
  padding-top: 6px;
}

.miglea-footer__inner{
  padding: 0px 16px;
}

.miglea-footer__logo-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.miglea-footer__logo-image {
  width: 100%;
  height: auto;
  display: block;
}

.miglea-footer__content-row {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

.miglea-footer__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 50px 51px 50px;
}

.miglea-contact-form__custom-select-list ul,
.miglea-contact-form__custom-select-list li {
  list-style-type: none !important;
  padding: 0 !important;
}

.miglea-contact-form__custom-select-list li {
  padding-bottom: 4px !important;
}

.miglea-contact-form__custom-select-option{
  padding: 0 15px !important;
  font-size:14px !important;
}

.miglea-contact-form__custom-select-dropdown{
  top: 82% !important;
}

.miglea-footer__content-row .miglea-footer__inner {
  display: grid;
  grid-template-columns: 574px repeat(2, minmax(180px, 1fr) 234px 212px 60px);
  gap: 24px;
}

.miglea-footer__col {
  padding-left: 16px;
  padding-right: 16px;
}

.miglea-footer__col--words {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-left: 0 !important;
}

.official-partner-line {
  width: 100%;
  background-color: #EBEBEB;
  padding: 70px 24px 60px;
  margin-bottom: 80px;
}

.official-partner-line__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 510px);
  gap: 48px;
  align-items: center;
}

.official-partner-line__title {
  margin: 0 0 8px 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #011B28;
}

.official-partner-line__subtitle {
  width: min(540px, 100%);
  max-width: 100%;
  font-family: Manrope;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 48px;
}

.official-partner-line__body {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}

.miglea-single-product__thumb:has(img[src*="replace"]) {
  display: none;
}

.official-partner-line__body p {
  margin: 0;
}

.official-partner-line__body p + p {
  margin-top: 12px;
}

.official-partner-line__media {
  width: 100%;
  padding-right: 95px;
}

.official-partner-line__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.miglea-footer__col--words p {
  margin: 0;
}

.miglea-footer__title {
  margin: 0 0 21px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0;
  color: #011B28;
}

.miglea-footer__menu,
.miglea-footer__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.miglea-footer__social-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px;
}

.miglea-footer__menu a {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #011B28;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.miglea-footer__menu a:hover,
.miglea-footer__social-list a:hover {
  color: #3668AB;
}

.miglea-footer__social-list a,
.miglea-footer__social-list span {
  display: inline-flex;
  align-items: center;
}

.miglea-footer__social-list a {
  transition: background-color 0.2s ease;
}

.miglea-footer__social-list a:hover,
.miglea-footer__social-list a:focus-visible {
  background: #000;
}

.miglea-footer__social-icon {
  width: auto;
  height: 28px;
  display: block;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.miglea-footer__social-list a:not(.has-hover-icon):hover .miglea-footer__social-icon,
.miglea-footer__social-list a:not(.has-hover-icon):focus-visible .miglea-footer__social-icon {
  filter: brightness(0) invert(1) brightness(5);
}

.miglea-footer__bottom-row .miglea-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.miglea-footer__bottom-left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.miglea-footer__created-by {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #011B28;
}

.miglea-footer__adface-link {
  display: inline-flex;
  align-items: center;
  background: #000;
  padding: 4px;
}

.miglea-footer__adface-logo {
  width: auto;
  height: 14px;
  display: block;
}

.miglea-footer__copyright {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #011B28;
  text-align: left;
}

/* Product Archive / Shop Grid Styles */

.miglea-product-archive__item {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .miglea-product-archive__item--style2 {
    grid-column: span 2 / span 2;
  }
}

.miglea-product-archive__thumb-link {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 312 / 406;
  background: #f2f2f2;
  overflow: hidden;
  margin-bottom: 14px;
}

.miglea-product-archive__thumb-link--style2 {
  height: 408px;
  background: #f3f3f1;
}

.miglea-product-archive__thumb-link--style2 .miglea-product-archive__img {
  inset: auto;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.miglea-product-archive__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 70%;
  object-position: center 70%;
  transition: opacity 0.25s ease;
}

.miglea-product-archive__img--primary {
  opacity: 1;
}

.miglea-product-archive__img--hover {
  opacity: 0;
  max-height: unset !important;
}

.miglea-product-archive__thumb-link--has-hover:hover .miglea-product-archive__img--primary,
.miglea-product-archive__thumb-link--has-hover:focus-visible .miglea-product-archive__img--primary {
  opacity: 0;
}

.miglea-product-archive__thumb-link--has-hover:hover .miglea-product-archive__img--hover,
.miglea-product-archive__thumb-link--has-hover:focus-visible .miglea-product-archive__img--hover {
  opacity: 1;
}

.miglea-product-archive__labels {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  pointer-events: none;
}

.miglea-product-archive__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  align-self: flex-start;
  padding: 5px 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
}

.miglea-product-archive__label--oeko {
  background: #6E000F;
}

.miglea-product-archive__label--ce {
  background: #002662;
}

.miglea-product-archive__label-ce-icon {
  display: block;
  width: auto;
  height: 17px;
}

.miglea-product-archive__label--soldout {
  background: #011B28;
}

.miglea-product-archive__text-block {
  margin-bottom: 16px;
  flex-grow: 1;
  padding: 0 16px;
}

.miglea-product-archive__title {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.miglea-product-archive__title a {
  color: #0f172a;
  text-decoration: none;
}

.miglea-product-archive__title a:hover {
  text-decoration: underline;
}

.miglea-product-archive__attributes {
  margin: 2px 0 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #B9B6B6;
  text-align: left;
}

.miglea-product-archive__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 16px 0;
}

.miglea-product-archive__price {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.miglea-product-archive__price del {
  font-family: 'Manrope', sans-serif;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  text-decoration: line-through;
  color: #3668AB;
  opacity: 1;
}

.miglea-product-archive__price del .amount {
  color: inherit;
}

.miglea-product-archive__price ins {
  text-decoration: none;
}

.miglea-product-archive__add-to-cart {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 0;
  text-decoration: none;
  color: #011B28;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.miglea-product-archive__add-to-cart:hover,
.miglea-product-archive__add-to-cart:focus-visible {
  color: #3668AB;
}

.miglea-product-archive__add-to-cart:hover .miglea-product-archive__add-to-cart-icon,
.miglea-product-archive__add-to-cart:focus-visible .miglea-product-archive__add-to-cart-icon {
  filter: brightness(0) saturate(100%) invert(38%) sepia(26%) saturate(1298%) hue-rotate(178deg) brightness(92%) contrast(92%);
}

.miglea-product-archive__add-to-cart span {
  display: inline-block;
}

.miglea-product-archive__add-to-cart-icon {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

/* Cart Page */

.miglea-cart-page {
  padding-bottom: 80px;
}

.miglea-cart-page__inner {
  padding: 0 50px;
}

.miglea-cart-page__title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  margin-top: 29px;
}

.miglea-cart-page__title-icon {
  height: 34px;
  width: auto;
  padding-right: 23px;
  display: block;
}

.miglea-cart-page__title {
  margin: 0;
}

.miglea-cart-page__item-count {
  font-weight: 400;
  font-size: 0.85em;
  margin-left: 8px;
}

.miglea-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 890px) minmax(320px, 1fr);
  gap: 73px;
  align-items: start;
}

.miglea-cart-form {
  width: 100%;
}

.miglea-cart-continue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 48px;
  padding: 14px 18px;
  border: 1px solid #011B28;
  font-family: 'Manrope', sans-serif;
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 10%;
  text-transform: uppercase;
  line-height: 1;
  color: #011B28;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.miglea-cart-continue:hover,
.miglea-cart-continue:focus-visible {
  background-color: #011B28;
  color: #ffffff;
}

.miglea-cart-continue__icon {
  display: block;
  width: 15px;
  height: 13px;
  transform: scaleX(-1);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.miglea-cart-continue:hover .miglea-cart-continue__icon,
.miglea-cart-continue:focus-visible .miglea-cart-continue__icon {
  filter: brightness(0) invert(1);
  transform: scaleX(-1) translateX(4px);
}

.miglea-cart-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.miglea-cart-item {
  border: none;
  border-bottom: 1px solid #EBEBEB;
  background: #fff;
  padding: 6px 0 20px;
  display: grid;
  grid-template-columns: 32px 172px 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  align-items: center;
}

.miglea-cart-item__footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.miglea-cart-item__top {
  display: contents;
}

.miglea-cart-item__remove {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  color: #000;
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  line-height: 1;
  text-decoration: none;
  grid-column: 1;
  grid-row: 2;
}

.miglea-cart-item__thumbnail {
  display: block;
  width: 159px;
  flex-shrink: 0;
  grid-column: 2;
  grid-row: 2;
}

.miglea-cart-item__thumbnail img {
  display: block;
  width: 159px;
  height: 228px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 70%;
  object-position: center 70%;
}

.miglea-cart-item__details {
  min-width: 0;
  grid-column: 3;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 13px 0px 24px;
}

.miglea-cart-item__title {
  font-family: Manrope;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0%;
}

.miglea-cart-item__title a {
  color: #0f172a;
  text-decoration: none;
}

.miglea-cart-item__title a:hover {
  text-decoration: underline;
}

.miglea-cart-item__attributes {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #B9B6B6;
  max-width: 265px;
}

.miglea-cart-item__attributes.miglea-product-archive__attributes {
  margin-top: 8px;
  padding-left: 0;
}

.miglea-cart-item__attributes .variation {
  margin: 0;
}

.miglea-cart-item__variation-data {
  margin-top: 4px;
}

.miglea-cart-item__variation-data .variation {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.miglea-cart-item__attributes dd,
.miglea-cart-item__attributes dt {
  margin: 0;
}

.miglea-cart-item__unit-price {
  margin-top: 12px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: super;
  leading-trim: none;
}

.miglea-cart-item__unit-price.miglea-product-archive__price {
  margin-top: 12px;
  justify-content: flex-start;
}

.miglea-cart-item__bottom {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  grid-column: 4;
  grid-row: 2;
  align-self: flex-end;
}

.miglea-cart-quantity {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #011B28;
  border-radius: 0;
  overflow: hidden;
  min-height: 40px;
}

.miglea-cart-quantity__button {
  width: 38px;
  border: 0;
  border-left: none;
  border-right: none;
  background: #fff;
  color: #011B28;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.miglea-cart-quantity__button:hover {
  background: #f3f4f6;
}

.miglea-cart-quantity__input {
  width: 54px;
  border: 0;
  border-left: none;
  border-right: none;
  border-radius: 0;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 24px;
  -moz-appearance: textfield;
}

.miglea-cart-quantity__input::-webkit-outer-spin-button,
.miglea-cart-quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.miglea-cart-item__line-total {
  margin: 0;
  min-width: 120px;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 2%;
  vertical-align: super;
  leading-trim: none;
}

.miglea-cart-item__line-total del {
  display: none;
}

.miglea-cart-item__line-total.miglea-product-archive__price {
  justify-content: flex-end;
  min-width: 120px;
  text-align: right;
}

.miglea-cart-summary {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 32px;
  background: #D7F1FE;
  padding: 45px 24px;
}

.miglea-cart-summary__coupon {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.miglea-cart-summary__coupon-input {
  width: 100%;
  border: 1px solid #011B28;
  border-radius: 0;
  background: transparent;
  padding: 14px 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.miglea-cart-summary__coupon-button {
  border: 1px solid #011B28;
  border-radius: 0;
  background: transparent;
  padding: 12px 16px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #011B28;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.miglea-cart-summary__coupon-button:hover:not(:disabled) {
  background: #011B28;
  color: #fff;
}

.miglea-cart-summary__coupon-button:disabled {
  opacity: 0.6;
  cursor: default;
}

.miglea-cart-summary__coupon-button-icon {
  width: 14px;
  height: 14px;
  display: block;
  transition: transform 1.5s cubic-bezier(0.22,1,0.36,1), filter 0.2s ease;
}

.miglea-cart-summary__coupon-button:hover:not(:disabled) .miglea-cart-summary__coupon-button-icon {
  filter: invert(1) brightness(5);
  transform: translateX(4px);
}

.miglea-cart-summary__coupon-input.has-error {
  border-color: #c0392b;
}

.miglea-cart-summary__coupon-error {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #c0392b;
}

.miglea-cart-summary__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.miglea-cart-summary__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 60px;
  border-bottom: 1px solid #011B28;
  margin-bottom: 20px;
}

.miglea-cart-summary__row strong {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: super;
  leading-trim: none;
}

.miglea-cart-summary__row .miglea-price{
  align-items: center;
}

.miglea-price {
  display: inline-flex;
  line-height: 1;
}

.miglea-price__sign {
  font-size: 1em;
  line-height: 1;
  margin-right: 1px;
}

.miglea-price__currency {
  font-size: 1em;
  line-height: 1;
  margin-right: 2px;
}

.miglea-price__euros {
  line-height: 1;
}

.miglea-price__cents {
  font-size: 0.56em;
  line-height: 1;
  margin-left: 1px;
  margin-top: 0.22em;
}

.miglea-cart-summary__row--total {
  font-weight: 400;
}

.miglea-cart-summary__delivery {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding: 16px;
}

.miglea-cart-summary__delivery-icon {
  width: 44px;
  height: 44px;
  display: block;
  flex-shrink: 0;
}

.miglea-cart-summary__delivery-text {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #011B28;
}

.miglea-cart-summary__payment {
  display: flex;
  flex-direction:column;
  gap: 16px;
  background: #fff;
  padding: 16px;
}

.miglea-cart-summary__payment-title {
  margin: 0;
  gap:14px;
  align-items: center;
  display:flex;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 10px;
  color: #011B28;
}

.miglea-cart-summary__payment-methods {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.miglea-cart-summary__payment-method-icon {
  display: block;
  width: auto;
  max-width: 100px !important;
  height: 24px;
}

.miglea-cart-summary__checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: 1px solid #011B28;
  border-radius: 0;
  background: #011B28;
  padding: 11px 20px;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.miglea-cart-summary__checkout:hover {
  background: #011B28;
}

.miglea-cart-summary__checkout-icon {
  width: 15px;
  height: 13px;
  display: block;
  filter: invert(1) brightness(5);
  transition: transform 0.2s ease;
}

.miglea-cart-summary__checkout:hover .miglea-cart-summary__checkout-icon {
  transform: translateX(4px);
}

/* Beat WooCommerce's #place_order default styling on checkout. */

#place_order.miglea-cart-summary__checkout,
.woocommerce #place_order.miglea-cart-summary__checkout {
  background: #011B28;
  border: 1px solid #011B28;
  color: #fff;
}

.miglea-header-cart-count {
  position: absolute;
  right: -4px;
  top: -4px;
  display: inline-flex;
  min-width: 18px;
  min-height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #011B28;
  padding: 0 4px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}

.miglea-header-cart-count--hidden {
  display: none;
}

body.miglea-overlay-open {
  overflow: hidden;
}

body.miglea-side-cart-open {
  overflow: hidden;
}

.miglea-side-cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(1, 27, 40, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.miglea-side-cart-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.miglea-side-cart-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: min(548px, 100vw);
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: -18px 0 48px rgba(1, 27, 40, 0.12);
  transform: translateX(100%);
  transition: transform 0.25s ease;
}

.miglea-side-cart-panel.is-open {
  transform: translateX(0);
}

.miglea-side-cart-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 22px 18px;
  border-bottom: 1px solid #EBEBEB;
}

.miglea-side-cart-panel__title-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.miglea-side-cart-panel__title-icon {
  width: 46px;
  height: auto;
}

@media (min-width: 768px) {
  .miglea-mobile-menu,
  .miglea-mobile-menu-backdrop,
  .miglea-header-search-modal,
  .miglea-header-search-backdrop {
    display: none !important;
  }
}

.miglea-side-cart-panel__title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #011B28;
}

.miglea-side-cart-panel__close {
  border: 0;
  background: transparent;
  padding: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 1;
  color: #011B28;
  cursor: pointer;
}

.miglea-side-cart-panel__content {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
}

.miglea-side-cart-panel__items {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0 22px;
}

.miglea-side-cart-panel__empty {
  margin: 24px 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #011B28;
}

.miglea-side-cart-item {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid #EBEBEB;
}

.miglea-side-cart-item__thumbnail img {
  display: block;
  width: 126px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.miglea-side-cart-item__content {
  min-width: 0;
}

.miglea-side-cart-item__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.miglea-side-cart-item__title,
.miglea-side-cart-item__title a {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 2%;
}

.miglea-side-cart-item__remove {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
}

.miglea-side-cart-item__remove img {
  display: block;
  width: 14px;
  height: 14px;
}

.woocommerce-error, .woocommerce-message{
  display: none !important;
}

.miglea-side-cart-item__total{
  font-weight: 500 !important;
}

.miglea-side-cart-item__attributes {
  margin: 12px 0 18px;
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 10%;
  text-transform: uppercase;
}

.miglea-side-cart-item__attributes.miglea-product-archive__attributes {
  margin: 12px 0 18px;
  padding-left: 0;
}

.miglea-side-cart-item__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.miglea-side-cart-item__quantity {
  flex: 0 0 auto;
}

.miglea-side-cart-item__total {
  flex: 0 0 auto;
  font-size: 24px;
}

.miglea-side-cart-panel__footer {
  flex: 0 0 auto;
  background: #D7F1FE;
  padding: 28px 20px 22px;
}

.miglea-side-cart-panel__summary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.miglea-side-cart-panel__summary-label {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #011B28;
}

.miglea-side-cart-panel__summary-total {
  margin: 0;
  color: #011B28;
}

.miglea-side-cart-panel__summary-total .miglea-price {
  font-size: 32px;
}

.miglea-side-cart-panel__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.miglea-side-cart-panel__action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #011B28;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

.miglea-side-cart-panel__action--secondary {
  background: transparent;
  color: #011B28;
}

.miglea-side-cart-panel__action--primary {
  background: #072534;
  color: #fff;
}

.miglea-side-cart-panel__delivery {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  background: #fff;
  padding: 26px 18px;
}

.miglea-side-cart-panel__delivery-icon {
  width: 40px;
  height: 40px;
}

.miglea-side-cart-panel__delivery-text {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #011B28;
}

.miglea-side-cart-panel__note {
  margin: 28px 0 0;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #011B28;
}

.miglea-cart-empty {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 640px;
}

.miglea-cart-empty__text {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #475569;
}

.miglea-cart-empty__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #011B28;
  border-radius: 0;
  padding: 14px 20px;
  background: #011B28;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}

.miglea-cart-empty__button:hover {
  background: #011B28;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

/* Single Product */

.miglea-single-product-page{
  padding: 157px 45px 64px;
}

.miglea-site-header {
  padding-top: 4px;
}

.miglea-single-product__main-image-wrap{
  height: auto !important;
}

.miglea-single-product {
  display: grid;
  grid-template-columns: 665px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.miglea-single-product__gallery {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 27px;
  align-items: start;
}

.miglea-single-product__thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.miglea-single-product__thumb {
  background: #fff;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.miglea-single-product__thumb.is-active,
.miglea-single-product__thumb:hover,
.miglea-single-product__thumb:focus-visible {
  border-color: #011B28;
}

.miglea-single-product__thumb-image {
  display: block;
  width: 94px;
  height: 94px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.miglea-single-product__main-image-wrap {
  position: relative;
  background: #f2f2f2;
  height: 800px;
}

.miglea-single-product__main-image-link {
  display: block;
  width: 100%;
}

.miglea-single-product__main-image {
  display: block;
  width: auto;
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.miglea-single-product__zoom {
  position: absolute;
  right: 21px;
  top: 25px;
  z-index: 3;
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: transform 0.15s ease;
}

.miglea-single-product__zoom:hover,
.miglea-single-product__zoom:focus-visible {
  background: transparent;
  transform: scale(1.05);
}

.miglea-single-product__zoom img {
  width: 22px;
  height: 22px;
  display: block;
}

.miglea-single-product__lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  padding: 40px;
}

.miglea-single-product__lightbox[hidden] {
  display: none;
}

.miglea-single-product__lightbox-image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.miglea-single-product__main-image-link {
  cursor: zoom-in;
}

.miglea-single-product__lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}

.miglea-product-slider__arrow--prev[data-single-lightbox-prev] {
  left: 24px;
}

.miglea-product-slider__arrow--next[data-single-lightbox-next] {
  right: 24px;
}

.miglea-single-product__lightbox-arrow[hidden],
.miglea-single-product__lightbox-arrow:disabled {
  display: none;
}

.miglea-single-product__lightbox-arrow img {
  width: 18px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width:100% !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 0 !important;
  padding:0 !important;
}

.miglea-auth-page {
  width: 100%;
  padding: 194px 24px 40px;
}

.miglea-auth-page__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
}

.miglea-auth-page__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 505px;
  gap: 42px;
  align-items: start;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 106px;
}

.miglea-auth-page .woocommerce-privacy-policy-text{
  display: none;
}

.miglea-auth-page__card {
  min-width: 0;
}

.miglea-auth-page__title {
  margin: 0 0 13px !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400 !important;
  font-size: 35px !important;
  line-height: 0.95 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #011B28 !important;
}

.miglea-auth-page__switch {
  display: block !important;
  margin: 0 0 75px !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  font-size: 19px !important;
  line-height: 1.4 !important;
  color: #011B28 !important;
}

.miglea-auth-page__switch a {
  color: #3668AB !important;
  font-weight: bold !important;
}

.miglea-auth-page__switch a:hover {
  color: #011B28 !important;
}

.miglea-auth-page__message {
  margin: 0 0 24px !important;
  max-width: 460px !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #011B28 !important;
}

.miglea-auth-page__notice {
  max-width: 460px !important;
  margin: 0 0 24px !important;
}

.miglea-auth-page__notice .woocommerce-message,
.miglea-auth-page__notice .woocommerce-info,
.miglea-auth-page__notice .woocommerce-error {
  margin: 0 !important;
}

.miglea-auth-form {
  max-width: 550px !important;
}

.miglea-auth-form .form-row,
.miglea-auth-form p {
  margin: 0 0 22px !important;
}

.miglea-auth-form label,
.miglea-auth-form .woocommerce-form__label {
  display: block !important;
  margin-bottom: 8px !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #011B28 !important;
}

.miglea-auth-form .required {
  color: #011B28 !important;
}

.miglea-auth-form input[type='text'],
.miglea-auth-form input[type='email'],
.miglea-auth-form input[type='password'] {
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  border: 1px solid #EBEBEB !important;
  border-radius: 0 !important;
  background: #fff !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #011B28 !important;
  box-shadow: none !important;
}

.miglea-auth-form input:hover,
.miglea-auth-form input:active,
.miglea-auth-form input:focus {
  outline: none !important;
  border-color: #011B28 !important;
}

.miglea-auth-form input.is-invalid {
  border-color: #c53030 !important;
  background-color: #fff8f8 !important;
}

.miglea-auth-form input.is-invalid:hover,
.miglea-auth-form input.is-invalid:active,
.miglea-auth-form input.is-invalid:focus,
.miglea-account-form input.is-invalid:hover,
.miglea-account-form input.is-invalid:active,
.miglea-account-form input.is-invalid:focus,
.miglea-account-form select.is-invalid:hover,
.miglea-account-form select.is-invalid:active,
.miglea-account-form select.is-invalid:focus,
.miglea-account-form textarea.is-invalid:hover,
.miglea-account-form textarea.is-invalid:active,
.miglea-account-form textarea.is-invalid:focus {
  border-color: #c53030 !important;
}

.miglea-auth-form__terms input.is-invalid,
.miglea-auth-form__rememberme input.is-invalid {
  border-color: #c53030 !important;
  box-shadow: 0 0 0 3px rgba(197, 48, 48, 0.12);
}

.miglea-auth-form__helper {
  margin: 0 0 18px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #67757f;
}

.miglea-auth-form__meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 6px 0 60px !important;
}

.miglea-auth-form__terms-row {
  margin: 12px 0 28px !important;
}

.miglea-auth-form__terms {
  display: inline-flex !important;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-size: 14px !important;
}

.miglea-auth-form__terms input[type='checkbox'] {
  width: 12px;
  height: 12px;
  min-height: 12px;
  margin: 3px 0 0;
  padding: 0;
  border: 1px solid #011B28 !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  flex: 0 0 auto;
}

.miglea-auth-form__terms input[type='checkbox']:checked {
  background: #011B28;
  box-shadow: inset 0 0 0 2px #fff;
}

.miglea-auth-form__terms a {
  color: #3668AB !important;
  font-weight: bold !important;
}
.miglea-auth-form__terms a:hover {
  color: #011B28;
}

.woocommerce form .form-row .input-checkbox {
  display:inline-block !important;
  margin: -2px 4px 0 0 !important;
}

.miglea-auth-form__rememberme {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px !important;
}

.miglea-auth-form__rememberme input[type='checkbox'] {
  width: 12px;
  height: 12px;
  min-height: 12px;
  margin: 0;
  padding: 0;
  border: 1px solid #011B28 !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  top: 3px;
}

.miglea-auth-form__rememberme input[type='checkbox']:checked {
  background: #011B28;
  box-shadow: inset 0 0 0 2px #fff;
}

.miglea-auth-form__lost-password {
  margin: 0 !important;
}

.miglea-auth-form__lost-password a {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #3668AB !important;
  text-decoration: none !important;
}

.miglea-auth-form__lost-password a:hover {
  color: #011B28 !important;
}

.miglea-auth-form__actions {
  margin: 0 !important;
}

.miglea-auth-form .button,
.miglea-auth-form .woocommerce-button,
.miglea-auth-form .woocommerce-Button {
  width: 100% !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 2px 16px !important;
  border: 1px solid #011b28 !important;
  border-radius: 0 !important;
  background: #072534 !important;
  font-family: Manrope, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.miglea-auth-form .button:hover,
.miglea-auth-form .woocommerce-button:hover,
.miglea-auth-form .woocommerce-Button:hover {
  background: #011B28 !important;
  color: #fff !important;
}

.miglea-auth-page__visual {
  width: 100%;
}

.miglea-auth-page__image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  max-width: 1020px;
  margin: 0 auto 24px;
  padding: 16px 18px;
  border: 0px solid #EBEBEB;
  background: #fff;
  list-style: none;
  font-family: 'Manrope', sans-serif;
}

.miglea-single-product__lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease;
}

.woocommerce .star-rating span {
  position: relative;
}

.miglea-single-product__lightbox-close:hover,
.miglea-single-product__lightbox-close:focus-visible {
  background: rgba(255, 255, 255, 0.3);
}

body.miglea-lightbox-open {
  overflow: hidden;
}

.miglea-single-product__rating-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.miglea-single-product__stars {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.miglea-single-product__stars .star-rating {
  margin: 0;
  width: auto;
  height: auto;
  font-size: 0;
  overflow: visible;
  position: relative;
  float: none;
  display: inline-flex;
  line-height: 1;
}

.miglea-single-product__stars .star-rating::before,
.miglea-single-product__stars .star-rating > span:not(.miglea-stars) {
  content: none;
  display: none;
}

.miglea-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.miglea-stars .miglea-star {
  display: block;
  width: 16px;
  height: 15px;
}

.star-rating:has(.miglea-stars) {
  width: auto;
  height: auto;
  font-size: 0;
  overflow: visible;
  position: relative;
  float: none;
  display: inline-flex;
  line-height: 1;
}

.star-rating:has(.miglea-stars)::before,
.star-rating:has(.miglea-stars) > span:not(.miglea-stars) {
  content: none;
  display: none;
}

.miglea-single-product__reviews p.stars a,
.comment-form-rating p.stars a {
  width: 20px;
  height: 19px;
  font-size: 0;
  text-indent: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 35' fill='none'%3E%3Cpath d='M16.9655 2.51008C17.388 1.65402 17.5993 1.22599 17.8861 1.08924C18.1357 0.970254 18.4256 0.970254 18.6751 1.08924C18.962 1.22599 19.1732 1.65402 19.5958 2.51007L23.6047 10.6317C23.7295 10.8844 23.7918 11.0108 23.883 11.1089C23.9637 11.1958 24.0605 11.2661 24.168 11.3161C24.2894 11.3726 24.4289 11.393 24.7078 11.4337L33.6751 12.7445C34.6194 12.8825 35.0915 12.9515 35.31 13.1821C35.5001 13.3828 35.5896 13.6585 35.5534 13.9326C35.5118 14.2476 35.1699 14.5805 34.4863 15.2464L27.9999 21.5641C27.7977 21.761 27.6966 21.8595 27.6314 21.9767C27.5736 22.0804 27.5366 22.1944 27.5223 22.3123C27.5061 22.4454 27.53 22.5845 27.5777 22.8627L29.1082 31.7862C29.2696 32.7274 29.3503 33.198 29.1986 33.4772C29.0667 33.7202 28.8321 33.8906 28.5602 33.941C28.2477 33.999 27.8251 33.7767 26.98 33.3322L18.9633 29.1164C18.7135 28.985 18.5886 28.9193 18.457 28.8935C18.3405 28.8707 18.2207 28.8707 18.1042 28.8935C17.9726 28.9193 17.8477 28.985 17.598 29.1164L9.58129 33.3322C8.73611 33.7767 8.31352 33.999 8.00105 33.941C7.72918 33.8906 7.49459 33.7202 7.36262 33.4772C7.21093 33.198 7.29164 32.7274 7.45307 31.7862L8.98356 22.8627C9.03127 22.5845 9.05513 22.4454 9.03898 22.3123C9.02469 22.1944 8.98764 22.0804 8.92988 21.9767C8.86464 21.8595 8.76354 21.761 8.56134 21.5641L2.07496 15.2464C1.39131 14.5805 1.04949 14.2476 1.0079 13.9326C0.971707 13.6585 1.06111 13.3828 1.25123 13.1821C1.46973 12.9515 1.94188 12.8825 2.88618 12.7445L11.8535 11.4337C12.1324 11.393 12.2718 11.3726 12.3932 11.3161C12.5008 11.2661 12.5976 11.1958 12.6783 11.1089C12.7694 11.0108 12.8318 10.8844 12.9565 10.6317L16.9655 2.51008Z' stroke='%23011B28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-right: 4px;
}

.miglea-single-product__reviews p.stars a::before,
.comment-form-rating p.stars a::before,
.miglea-single-product__reviews p.stars:hover a::before,
.comment-form-rating p.stars:hover a::before,
.miglea-single-product__reviews p.stars a:hover ~ a::before,
.comment-form-rating p.stars a:hover ~ a::before,
.miglea-single-product__reviews p.stars.selected a.active::before,
.comment-form-rating p.stars.selected a.active::before,
.miglea-single-product__reviews p.stars.selected a:not(.active)::before,
.comment-form-rating p.stars.selected a:not(.active)::before,
.miglea-single-product__reviews p.stars.selected a.active ~ a::before,
.comment-form-rating p.stars.selected a.active ~ a::before {
  content: none;
}

.miglea-single-product__reviews p.stars:hover a,
.comment-form-rating p.stars:hover a,
.miglea-single-product__reviews p.stars.selected a:not(.active),
.comment-form-rating p.stars.selected a:not(.active),
.miglea-single-product__reviews p.stars.selected a.active,
.comment-form-rating p.stars.selected a.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15' fill='none'%3E%3Cpath d='M7.25703 0.686398C7.4491 0.297282 7.54513 0.102724 7.67551 0.0405626C7.78894 -0.0135209 7.92072 -0.0135209 8.03416 0.0405626C8.16453 0.102724 8.26056 0.297282 8.45264 0.686398L10.2749 4.37804C10.3316 4.49291 10.3599 4.55035 10.4014 4.59495C10.438 4.63443 10.482 4.66643 10.5309 4.68915C10.5861 4.71482 10.6495 4.72408 10.7763 4.74261L14.8523 5.33839C15.2815 5.40113 15.4961 5.4325 15.5955 5.53733C15.6819 5.62854 15.7225 5.75388 15.7061 5.87845C15.6872 6.02162 15.5318 6.17295 15.221 6.47562L12.2727 9.34732C12.1808 9.43684 12.1348 9.48159 12.1052 9.53485C12.0789 9.58201 12.0621 9.63381 12.0556 9.68739C12.0482 9.7479 12.0591 9.81113 12.0808 9.93758L12.7765 13.9937C12.8498 14.4215 12.8865 14.6354 12.8176 14.7624C12.7576 14.8728 12.6509 14.9503 12.5274 14.9732C12.3853 14.9995 12.1932 14.8985 11.8091 14.6965L8.16513 12.7802C8.05159 12.7205 7.99483 12.6906 7.93502 12.6789C7.88207 12.6685 7.8276 12.6685 7.77464 12.6789C7.71484 12.6906 7.65807 12.7205 7.54453 12.7802L3.90059 14.6965C3.51641 14.8985 3.32433 14.9995 3.18229 14.9732C3.05872 14.9503 2.95209 14.8728 2.8921 14.7624C2.82315 14.6354 2.85984 14.4215 2.93321 13.9937L3.62889 9.93758C3.65058 9.81113 3.66142 9.7479 3.65408 9.68739C3.64759 9.63381 3.63074 9.58201 3.60449 9.53485C3.57484 9.48159 3.52888 9.43683 3.43697 9.34732L0.488617 6.47562C0.17787 6.17295 0.0224966 6.02162 0.00358961 5.87845C-0.0128605 5.75388 0.027779 5.62854 0.114193 5.53733C0.213514 5.4325 0.428127 5.40113 0.857354 5.33839L4.93341 4.74261C5.06017 4.72408 5.12355 4.71482 5.17875 4.68915C5.22762 4.66643 5.27162 4.63443 5.30831 4.59495C5.34974 4.55035 5.37809 4.49291 5.4348 4.37804L7.25703 0.686398Z' fill='%23011B28'/%3E%3C/svg%3E");
}

.miglea-single-product__reviews p.stars:hover a:hover ~ a,
.comment-form-rating p.stars:hover a:hover ~ a,
.miglea-single-product__reviews p.stars.selected a.active ~ a,
.comment-form-rating p.stars.selected a.active ~ a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 35' fill='none'%3E%3Cpath d='M16.9655 2.51008C17.388 1.65402 17.5993 1.22599 17.8861 1.08924C18.1357 0.970254 18.4256 0.970254 18.6751 1.08924C18.962 1.22599 19.1732 1.65402 19.5958 2.51007L23.6047 10.6317C23.7295 10.8844 23.7918 11.0108 23.883 11.1089C23.9637 11.1958 24.0605 11.2661 24.168 11.3161C24.2894 11.3726 24.4289 11.393 24.7078 11.4337L33.6751 12.7445C34.6194 12.8825 35.0915 12.9515 35.31 13.1821C35.5001 13.3828 35.5896 13.6585 35.5534 13.9326C35.5118 14.2476 35.1699 14.5805 34.4863 15.2464L27.9999 21.5641C27.7977 21.761 27.6966 21.8595 27.6314 21.9767C27.5736 22.0804 27.5366 22.1944 27.5223 22.3123C27.5061 22.4454 27.53 22.5845 27.5777 22.8627L29.1082 31.7862C29.2696 32.7274 29.3503 33.198 29.1986 33.4772C29.0667 33.7202 28.8321 33.8906 28.5602 33.941C28.2477 33.999 27.8251 33.7767 26.98 33.3322L18.9633 29.1164C18.7135 28.985 18.5886 28.9193 18.457 28.8935C18.3405 28.8707 18.2207 28.8707 18.1042 28.8935C17.9726 28.9193 17.8477 28.985 17.598 29.1164L9.58129 33.3322C8.73611 33.7767 8.31352 33.999 8.00105 33.941C7.72918 33.8906 7.49459 33.7202 7.36262 33.4772C7.21093 33.198 7.29164 32.7274 7.45307 31.7862L8.98356 22.8627C9.03127 22.5845 9.05513 22.4454 9.03898 22.3123C9.02469 22.1944 8.98764 22.0804 8.92988 21.9767C8.86464 21.8595 8.76354 21.761 8.56134 21.5641L2.07496 15.2464C1.39131 14.5805 1.04949 14.2476 1.0079 13.9326C0.971707 13.6585 1.06111 13.3828 1.25123 13.1821C1.46973 12.9515 1.94188 12.8825 2.88618 12.7445L11.8535 11.4337C12.1324 11.393 12.2718 11.3726 12.3932 11.3161C12.5008 11.2661 12.5976 11.1958 12.6783 11.1089C12.7694 11.0108 12.8318 10.8844 12.9565 10.6317L16.9655 2.51008Z' stroke='%23011B28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.miglea-single-product__review-count {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #64748B;
}

.miglea-single-product__stars-placeholder {
  opacity: 0.6;
}

.miglea-single-product__title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 128%;
  letter-spacing: 1.8px;
  margin-top: 24px;
  color: #011B28;
  text-transform: uppercase;
}

.miglea-checkout-page {
  padding: 0 50px 96px;
}

/* Checkout validation errors: keep them full-width on top instead of forming a
   third flex column inside form.checkout, and override the global hide so they
   stay readable. */

.miglea-checkout-form > .woocommerce-NoticeGroup,
.miglea-checkout-form > .woocommerce-error,
.miglea-checkout-form > .woocommerce-message,
.miglea-checkout-form > .woocommerce-info {
  flex: 0 0 100%;
  width: 100%;
  order: -1;
  margin: 0;
}

.miglea-checkout-form .woocommerce-NoticeGroup .woocommerce-error,
.miglea-checkout-form .woocommerce-NoticeGroup .woocommerce-message,
.miglea-checkout-form .woocommerce-NoticeGroup .woocommerce-info,
.miglea-checkout-form > .woocommerce-error,
.miglea-checkout-form > .woocommerce-message,
.miglea-checkout-form > .woocommerce-info {
  display: block !important;
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid #EBEBEB;
  border-left: 3px solid #c0392b;
  background: #fff;
  list-style: none;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #011B28;
}

.miglea-checkout-form .woocommerce-NoticeGroup .woocommerce-message,
.miglea-checkout-form .woocommerce-NoticeGroup .woocommerce-info,
.miglea-checkout-form > .woocommerce-message,
.miglea-checkout-form > .woocommerce-info {
  border-left-color: #011B28;
}

.miglea-checkout-form .woocommerce-NoticeGroup .woocommerce-error li,
.miglea-checkout-form > .woocommerce-error li {
  list-style: none;
  margin: 0;
}

.miglea-checkout-page__inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.miglea-checkout-page__heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom:40px;
}

.miglea-checkout-page__title-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}

.miglea-checkout-page__title-icon {
  width: 36px;
  height: 36px;
  display: block;
}

.miglea-checkout-page__title {
  margin: 0;
}

.miglea-checkout-page__auth {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.miglea-checkout-page__auth-label {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #011B28;
}

.miglea-checkout-page__auth-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #011B28;
  padding: 11px 16px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #011B28;
  text-decoration: none;
}

.miglea-checkout-page__auth-link img {
  width: 16px;
  height: 16px;
  display: block;
}

.miglea-checkout-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
  align-items: flex-start;
}

.miglea-checkout-form__left {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.miglea-checkout-form__right {
  flex: 0 0 530px;
  max-width: 530px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.miglea-checkout-section {
  background: #fff;
  border: 1px solid #d7e8f1;
}

.miglea-checkout-section--customer,
  .miglea-checkout-section--shipping,
  .miglea-checkout-section--payment {
  width: 100%;
}

.woocommerce-checkout-review-order,
  .woocommerce-checkout-review-order-table {
  display: contents;
}

.woocommerce-checkout-payment {
  display: contents;
}

.miglea-checkout-summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: #d7f1fe;
  padding: 24px;
}

.miglea-checkout-summary__footer {
  width: 100%;
  background: #d7f1fe;
  padding: 0 14px 20px;
  margin-top: 0;
}

.miglea-checkout-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #d7f1fe;
  padding: 25px 10px 14px 20px;
}

.miglea-checkout-section__title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #011B28;
}

.miglea-checkout-section__step {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding-right:15px;
  color: #011B28;
}

.miglea-checkout-section__body {
  padding: 20px 14px 18px;
}

.miglea-thankyou-page {
  padding-bottom: 96px;
}

.miglea-thankyou-page__inner {
  gap: 32px;
}

.miglea-thankyou-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 420px);
  gap: 28px;
  align-items: start;
}

.woocommerce ul.order_details li {
  font-size: 14px;
}

.miglea-thankyou-page__hero-main,
  .miglea-thankyou-page__summary,
  .miglea-thankyou-page .woocommerce-order-details,
  .miglea-thankyou-page .woocommerce-customer-details,
  .miglea-thankyou-page .woocommerce-notice,
  .miglea-thankyou-page .woocommerce-message,
  .miglea-thankyou-page .woocommerce-error,
  .miglea-thankyou-page .woocommerce-info {
  border: 1px solid #d7e8f1;
  background: #fff;
}

.miglea-thankyou-page__hero-main {
  padding: 32px;
}

.miglea-thankyou-page__title-wrapper {
  margin-bottom: 24px;
}

.miglea-thankyou-page__title-icon {
  width: 40px;
  height: 40px;
}

.miglea-thankyou-page__title {
  margin: 0;
}

.miglea-thankyou-page__notice {
  margin: 0;
  padding: 18px 20px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #011B28;
}

.miglea-thankyou-page__notice--error {
  border-color: #edd5d5;
  background: #fff8f8;
  color: #8b2d2d;
}

.miglea-thankyou-page__description {
  margin: 20px 0 0;
  max-width: 560px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
}

.miglea-thankyou-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.miglea-thankyou-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #011B28;
  background: transparent;
  border-radius: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #011B28;
  text-decoration: none;
}

.miglea-thankyou-page__button:hover {
  background: #011B28;
  color: #fff;
}

.miglea-thankyou-page__button--primary {
  background: #011B28;
  color: #fff;
}

.miglea-thankyou-page__button--primary:hover {
  background: transparent;
  color: #011B28;
}

.miglea-thankyou-page__summary {
  padding: 24px;
  background: #d7f1fe;
}

.miglea-thankyou-page__overview {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.miglea-thankyou-page__overview-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(1, 27, 40, 0.12);
}

.miglea-thankyou-page__overview-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.miglea-thankyou-page__overview-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5e7684;
}

.miglea-thankyou-page__overview-value {
  font-family: 'Manrope', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  color: #011B28;
}

.miglea-thankyou-page__details {
  display: grid;
  gap: 24px;
}

.miglea-thankyou-page .woocommerce-order-details,
  .miglea-thankyou-page .woocommerce-customer-details {
  margin: 0;
  padding: 32px;
}

.miglea-thankyou-page .woocommerce-order-details__title,
  .miglea-thankyou-page .woocommerce-column__title {
  margin: 0 0 24px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #011B28;
}

.miglea-thankyou-page .shop_table {
  width: 100%;
  border-collapse: collapse;
}

.miglea-thankyou-page .shop_table th,
  .miglea-thankyou-page .shop_table td {
  padding: 14px 0;
  border-bottom: 1px solid #ebebeb;
  text-align: left;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #011B28;
}

.miglea-thankyou-page .shop_table th {
  font-weight: 700;
}

.miglea-thankyou-page .product-name a,
  .miglea-thankyou-page .woocommerce-table__product-name a {
  color: #011B28;
  text-decoration: none;
}

.miglea-thankyou-page .woocommerce-order-details__item-label,
  .miglea-thankyou-page .wc-item-meta,
  .miglea-thankyou-page .woocommerce-table__product-name .wc-item-meta,
  .miglea-thankyou-page address,
  .miglea-thankyou-page .woocommerce-customer-details--phone,
  .miglea-thankyou-page .woocommerce-customer-details--email,
  .miglea-thankyou-page .woocommerce-order-details p {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}

.miglea-thankyou-page .woocommerce-customer-details address {
  margin: 0;
}

.miglea-thankyou-page .woocommerce-notice + .woocommerce-order-details,
  .miglea-thankyou-page .woocommerce-notice + .woocommerce-customer-details,
  .miglea-thankyou-page .woocommerce-message + .woocommerce-order-details,
  .miglea-thankyou-page .woocommerce-message + .woocommerce-customer-details {
  margin-top: 24px;
}

/* Order pay page: payment form inside the hero, styled like the thank you page. */

.miglea-orderpay-form {
  margin-top: 28px;
}

.miglea-orderpay-payment {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.miglea-orderpay-payment .miglea-checkout-payment-methods {
  margin: 0;
}

.miglea-orderpay-submit-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.miglea-orderpay-submit-row .miglea-orderpay-button {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  position: static !important;
}

.miglea-orderpay-page .miglea-orderpay-items {
  border: 1px solid #d7e8f1;
}

.miglea-checkout-billing-fields__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.miglea-checkout-billing-fields__grid .form-row {
  float: none;
  width: auto;
  margin: 0;
}

.miglea-checkout-billing-fields__grid .miglea-checkout-billing-fields__field {
  grid-column: span 1;
}

.miglea-checkout-account-fields,
  .miglea-checkout-account-fields__body {
  grid-column: 1 / -1;
}

.miglea-checkout-form label {
  display: flex;
  margin-bottom: 8px;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 140% !important;
  letter-spacing: 0 !important;
  vertical-align: middle;
  color: #011B28;
}

.miglea-checkout-form .form-row label,
    .miglea-checkout-form .woocommerce-form__label,
    .miglea-checkout-form .woocommerce-form__label-for-checkbox {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 140% !important;
  letter-spacing: 0 !important;
}

.miglea-checkout-form .required {
  display: none !important;
}

.miglea-checkout-form label .optional,
  .miglea-checkout-form .optional {
  display: none !important;
}

.miglea-checkout-form label.required_field::before,
  .miglea-checkout-form .required_field > label::before {
  content: "* ";
  color: #011B28;
  margin-right: 2px;
}

.miglea-checkout-form input[type='text'],
  .miglea-checkout-form input[type='tel'],
  .miglea-checkout-form input[type='email'],
  .miglea-checkout-form input[type='password'],
  .miglea-checkout-form select,
  .miglea-checkout-form textarea,
  .miglea-checkout-form .select2-container--default .select2-selection--single,
  .miglea-checkout-form .select2-container--default .select2-selection--multiple {
  width: 100%;
  border: 1px solid #EBEBEB !important;
  border-radius: 0 !important;
  background: #fff;
  min-height: 48px;
  padding: 12px 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #011B28;
}

.miglea-checkout-form .select2-container {
  width: 100% !important;
}

.miglea-checkout-form .select2-container--default .select2-selection--single {
  height: 48px;
  padding: 0 14px;
  display: flex;
  align-items: center;
}

.miglea-checkout-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 46px;
  color: #011B28;
}

.miglea-checkout-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 8px;
}

.miglea-checkout-form textarea {
  min-height: 52px;
  resize: vertical;
}

.miglea-checkout-form input:hover,
  .miglea-checkout-form select:hover,
  .miglea-checkout-form textarea:hover,
  .miglea-checkout-form input:active,
  .miglea-checkout-form select:active,
  .miglea-checkout-form textarea:active,
  .miglea-checkout-form .select2-container--default .select2-selection--single:hover,
  .miglea-checkout-form .select2-container--default .select2-selection--multiple:hover,
  .miglea-checkout-form .select2-container--default.select2-container--open .select2-selection--single,
  .miglea-checkout-form .select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #011B28 !important;
}

.miglea-checkout-form input:focus,
  .miglea-checkout-form select:focus,
  .miglea-checkout-form textarea:focus,
  .miglea-checkout-form .select2-container--default.select2-container--focus .select2-selection--single,
  .miglea-checkout-form .select2-container--default.select2-container--focus .select2-selection--multiple,
  .miglea-checkout-form .select2-container--default.select2-container--open .select2-selection--single:focus,
  .miglea-checkout-form .select2-container--default.select2-container--open .select2-selection--multiple:focus {
  outline: none;
  border-color: #011B28 !important;
}

.miglea-checkout-account-fields {
  margin-top: 18px;
}

.miglea-checkout-account-fields__toggle .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 12px;
}

.miglea-checkout-account-fields__toggle input {
  width: 14px;
  height: 14px;
  min-height: 0;
  padding: 0;
}

.miglea-checkout-shipping-methods__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.miglea-checkout-shipping-methods__item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.miglea-checkout-shipping-methods__item input[type='radio'],
  .miglea-checkout-shipping-methods__single {
  width: 14px;
  height: 14px;
  margin: 2px 0 0;
  min-height: 0;
  padding: 0;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: transparent !important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

.miglea-checkout-shipping-methods__label {
  margin: 0;
  display: block;
  margin-bottom: 16px !important;
}

.miglea-checkout-shipping-methods__label-text,
  .miglea-checkout-shipping-methods__label .amount {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #011B28;
}

.miglea-checkout-shipping-methods__notice {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #4a6370;
}

.miglea-checkout-order-notes {
  margin-top: 16px;
}

.miglea-checkout-order-notes .form-row {
  margin: 0;
}

.miglea-checkout-order-notes label {
  display: none;
}

.miglea-checkout-summary__title {
  margin: 0;
  padding: 0 0 12px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #011B28;
}

.miglea-checkout-summary__items {
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: #fff;
  padding: 24px;
}

.miglea-checkout-summary-item {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.miglea-checkout-summary-item__thumbnail img {
  display: block;
  width: 100px;
  height: auto;
}

.miglea-checkout-summary-item__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: space-between;
}

.miglea-checkout-summary-item__name,
  .miglea-checkout-summary-item__name a {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 140%;
  color: #011B28;
  text-decoration: none;
}

.miglea-checkout-summary-item__meta {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #B9B6B6;
}

.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100% !important;
}

.miglea-checkout-summary-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.miglea-checkout-summary-item__quantity {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  color: #011B28;
}

.miglea-checkout-summary-item__total {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  color: #011B28;
}

.miglea-checkout-summary-item__total .miglea-price {
  align-items: center;
}

.miglea-checkout-summary__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.miglea-checkout-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #84a5b4;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #011B28;
}

.miglea-checkout-summary__row strong {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  color: #011B28;
}

.miglea-checkout-summary__row .miglea-price {
  align-items: center;
}

.miglea-checkout-summary__row--total strong {
  font-weight: 700;
}

.miglea-checkout-payment-methods {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.miglea-checkout-payment-method {
  margin: 0;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.miglea-checkout-payment-method > input[type='radio'] {
  width: 14px;
  height: 14px;
  margin: 16px 0 0;
  min-height: 0;
  padding: 0;
}

.miglea-checkout-payment-method__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  margin: 0;
}

.miglea-checkout-payment-method__title {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #011B28;
}

.miglea-checkout-payment-method__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
}

.miglea-checkout-payment-method__icons img {
  display: block;
  width: auto;
  max-height: 28px;
}

.miglea-checkout-payment-method__box {
  grid-column: 2;
  border: 1px solid #d4dde3;
  border-top: 0;
  background: #fff;
  padding: 14px 16px;
  margin-top: -12px;
}

.miglea-checkout-payment-method__box p {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #4a6370;
}

.miglea-checkout-summary__place-order {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.miglea-checkout-summary__place-order .miglea-cart-summary__checkout {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  position: static !important;
}

.miglea-checkout-consent {
  margin: 0 !important;
}

.miglea-checkout-consent__label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 !important;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #011B28;
}

.miglea-checkout-consent__input {
  margin-top: 2px;
}

.miglea-checkout-consent__label span {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #011B28;
}

.miglea-checkout-consent__label a {
    font-weight: bold;
    color: #3668AB;
}

.miglea-checkout-consent__label a:hover {
  color: #011B28;
}

.miglea-checkout-summary__payment-box {
  margin-top: 6px;
}

.miglea-checkout-summary__payment-box .miglea-cart-summary__payment-title {
  margin-bottom: 0;
}

.miglea-checkout-summary__place-order .button[type='submit']:disabled {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
}

.woocommerce-error,
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
  flex: 0 0 100% !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 16px 20px !important;
  border: 1px solid #EBEBEB !important;
  border-left: 3px solid #011B28 !important;
  border-radius: 0 !important;
  background: #fff !important;
  list-style: none !important;
  box-shadow: none !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #011B28 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px 14px !important;
}

.woocommerce-error::before,
   .woocommerce-info::before,
   .woocommerce-message::before,
  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
  display: none !important;
  content: none !important;
}

.woocommerce-error {
  border-left-color: #C2374D !important;
}

.woocommerce-message {
  border-left-color: #2E7D32 !important;
}

.woocommerce-info a {
  color: #011B28 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.woocommerce-info .showlogin,
  .woocommerce-info .showcoupon {
  display: inline-flex !important;
  align-items: center !important;
  margin-left: auto !important;
  padding: 8px 14px !important;
  border: 1px solid #011B28 !important;
  background: transparent !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #011B28 !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
}

.woocommerce-info .showlogin:hover,
  .woocommerce-info .showcoupon:hover {
  background: #011B28 !important;
  color: #fff !important;
}

.miglea-single-product__color {
  margin: 8px 0 0;
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  line-height: 100%;
  color: #B9B6B6;
}

.miglea-single-product__price {
  margin: 30px 0 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-align: center;
  leading-trim: none;
  justify-content: center;
}

.miglea-single-product__cart {
  margin-top: 22px;
}

.miglea-single-product .variations_form.miglea-single-product__cart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px 60px;
}

.miglea-single-product__attribute-row {
  margin-bottom: 5px;
}

.miglea-single-product__attribute-row--full-width {
  flex-basis: 100%;
}

.miglea-single-product .variations_form .reset_variations,
.miglea-single-product .variations_form .single_variation_wrap {
  flex-basis: 100%;
}

.miglea-single-product__attribute-label {
  display: block;
  margin: 0 0 8px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: #011B28;
  padding: 31px 0 16px;
}

.miglea-single-product .variations select,
.miglea-single-product__attribute-select {
  width: 100%;
  border: 1px solid #011B28;
  border-radius: 0;
  background-color: #fff;
  padding: 12px 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.miglea-js .miglea-single-product .variations select,
.miglea-js .miglea-single-product__attribute-select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  white-space: nowrap;
}

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

.miglea-single-product__attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.miglea-single-product__attribute-option {
  border: 1px solid #011B28;
  border-radius: 0;
  background: #fff;
  color: #011B28;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-height: 33px;
  padding: 8px 18px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  margin-right: 5px;
  min-width: 60px;
}

a.miglea-single-product__attribute-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.miglea-single-product__attribute-label--guide {
  cursor: pointer;
  font-weight: bold;
  color: #3668AB;
}
.miglea-single-product__attribute-label--guide:hover {
  color: #011B28 !important;
}
.open-size-table {
  cursor: pointer;
}

.miglea-single-product__attribute-label--guide:hover,
.miglea-single-product__attribute-label--guide:focus-visible {
  color: #011B28;
}

.miglea-size-guide-modal__dialog {
  max-width: 760px;
  padding: 40px 40px 48px;
}

.miglea-size-guide-modal__close img {
  display: block;
  width: 18px;
  height: 18px;
}

.miglea-size-guide-modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
}

.miglea-size-guide-modal__title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #011B28;
}

.miglea-size-guide-modal__subtitle {
  margin: 16px 0 28px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #011B28;
}

.miglea-size-guide-modal__image {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin-bottom: 28px;
}

.miglea-size-guide-modal__content {
  max-width: 610px;
}

.miglea-size-guide-modal__content p {
  margin: 0 0 18px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #011B28;
}

.miglea-size-guide-modal__content p:last-child {
  margin-bottom: 0;
}

.miglea-size-guide-modal__content a {
  color: #3668AB;
  font-weight: bold;
  text-underline-offset: 2px;
}

.miglea-size-guide-modal__content a:hover {
  color: #011B28;
}

.miglea-single-product__compression-label--guide {
  cursor: pointer;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
  font-weight: bold !important;
  color: #3668AB !important;
}

.miglea-single-product__compression-label--guide:hover,
.miglea-single-product__compression-label--guide:focus-visible {
  color: #011B28 !important;
}

.miglea-compression-modal__heading {
  margin: 0;
  padding-bottom: 24px;
  padding-top: 48px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #011B28;
}

.miglea-compression-modal__content ul {
  margin: 0 0 18px;
  padding-left: 30px;
  list-style: disc;
}

.miglea-faq__answer a {
  font-weight:bold;
  color:#3668AB;
}

.miglea-faq__answer a:hover {
  color: #011B28;
}

.miglea-checkout-consent__disclaimer {
  font-size:14px;
}

.miglea-compression-modal__content li {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #011B28;
}

.miglea-compression-modal__content li:last-child {
  margin-bottom: 0;
}

.miglea-single-product__attribute-option:hover,
.miglea-single-product__attribute-option:focus-visible {
  background: #fff;
  color: #011B28;
}

.miglea-single-product__attribute-option.is-active {
  border-color: #011B28;
  background: #011B28;
  color: #fff;
}

.miglea-single-product__attribute-option.is-disabled {
  border-color: #B9B6B6;
  color: #B9B6B6;
  opacity: 1;
  background: #fff;
  cursor: not-allowed;
}

.miglea-single-product__attribute-option:disabled {
  border-color: #B9B6B6;
  color: #B9B6B6;
  opacity: 1;
  background: #fff;
  cursor: not-allowed;
}

.miglea-single-product__unavailable-notice {
  margin: 12px 0 0;
  padding: 10px 14px;
  border-radius: 8px;
  background: #FBE9E9;
  color: #8A1F1F;
  font-size: 14px;
  line-height: 1.4;
}

.miglea-single-product__add-to-cart:disabled,
.miglea-single-product__add-to-cart[aria-disabled="true"] {
  background: #B9B6B6 !important;
  border-color: #B9B6B6 !important;
  cursor: not-allowed;
}

.miglea-single-product .variations {
  margin: 0;
}

.miglea-single-product .variations th,
.miglea-single-product .variations td {
  padding: 0;
  border: 0;
}

.miglea-single-product .variations td {
  display: block;
}

.miglea-single-product__reset-variations {
  display: none !important;
  margin: 4px 0 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: #64748B;
  text-decoration: underline;
}

.miglea-single-product .single_variation_wrap {
  margin-top: 6px;
}

.miglea-single-product .woocommerce-variation-price {
  display: none;
}

.miglea-single-product .woocommerce-variation-add-to-cart,
.miglea-single-product__cart-row {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.miglea-single-product .quantity.miglea-cart-quantity,
.miglea-single-product__cart .miglea-cart-quantity {
  flex-shrink: 0;
  height: 44px;
}

.miglea-single-product .quantity.miglea-cart-quantity .miglea-cart-quantity__button,
.miglea-single-product .quantity.miglea-cart-quantity .miglea-cart-quantity__input,
.miglea-single-product__cart .miglea-cart-quantity .miglea-cart-quantity__button,
.miglea-single-product__cart .miglea-cart-quantity .miglea-cart-quantity__input {
  height: 100%;
  box-sizing: border-box;
}

.miglea-single-product .single_add_to_cart_button,
.miglea-single-product .single_add_to_cart_button.button,
.miglea-single-product .single_add_to_cart_button.button.alt,
.miglea-single-product__add-to-cart {
  border: 1px solid #011B28 !important;
  border-radius: 0 !important;
  background: #011B28 !important;
  color: #fff !important;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-height: 44px;
  padding: 11px 26px;
  margin-top: 0;
}

miglea-single-product__add-to-cart {
  width: 100%;
}

.miglea-single-product .single_add_to_cart_button:hover,
.miglea-single-product .single_add_to_cart_button:focus,
.miglea-single-product .single_add_to_cart_button:active,
.miglea-single-product__add-to-cart:hover {
  border: 1px solid #011B28 !important;
  border-radius: 0 !important;
  background: #011B28 !important;
  color: #fff !important;
}

.miglea-single-product__swatches {
  margin-top: 20px;
}

.miglea-single-product__swatches-label {
  margin: 42px 0 25px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #011B28;
}

.miglea-single-product__swatches-list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.miglea-single-product__swatch {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
}

.miglea-single-product__swatch--outline-black {
  background: #fff;
  border: 1px solid #e5e7eb;
}

.miglea-single-product__swatch--pink {
  background: #E2AFBC;
  border: 1px solid #B9B6B6;
}

.miglea-single-product__swatch--blue {
  background: #9DB7C1;
  border: 1px solid #B9B6B6;
}

a.miglea-single-product__swatch {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.miglea-single-product__swatch:hover,
a.miglea-single-product__swatch:focus-visible {
  transform: scale(1.06);
  box-shadow: 0 0 0 2px rgba(54, 104, 171, 0.25);
  outline: none;
}

.miglea-single-product__swatch.is-active {
  border: 1px solid #011B28;
}

.miglea-single-product__swatch.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.miglea-single-product__toes {
  margin-top: 20px;
}

.miglea-single-product__compression {
  margin-top: 20px;
  flex-basis: 100%;
  width: 100%;
}

.miglea-single-product__toes-label,
.miglea-single-product__compression-label {
  margin: 24px 0 12px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #011B28;
}

.miglea-single-product__delivery-info {
  margin-top: 33px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #fff;
}

.miglea-single-product__delivery-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 4px;
}

.miglea-single-product__delivery-item--bordered {
  border-left: 1px solid #EBEBEB;
  padding-left: 33px;
}

.miglea-single-product__delivery-icon {
  width: 24px;
  height: 24px;
  padding-top:5px;
  flex-shrink: 0;
  display: block;
}

.miglea-single-product .single_add_to_cart_button,
.miglea-single-product__add-to-cart {
  width: 100%;
}

.miglea-single-product__attribute-row:nth-child(1){
  flex-shrink:1;
}

.miglea-single-product__delivery-text {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #011B28;
}

.miglea-single-product__stock-status {
  margin-top: 20px;
}

.miglea-single-product__faq-section {
  margin-top: 71px;
}

.miglea-single-product__faq-list {
  width: 100%;
}

.miglea-single-product__reviews {
  margin-top: 72px;
  padding-top: 34px;
}

.miglea-single-product__reviews-title {
  margin-bottom: 22px;
}

.miglea-single-product__reviews .commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.miglea-single-product__reviews .commentlist > li {
  border-bottom: 1px solid #e5e7eb;
  padding: 16px 0;
}

.miglea-single-product__reviews .comment-text {
  margin-top: 8px;
}

.miglea-related-products {
  margin-top: 88px;
  padding-top: 8px;
}

.miglea-related-products__inner {
  width: 100%;
}

.miglea-related-products__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 32px;
}

.miglea-related-products__title,
.miglea-related-products__subtitle {
  margin: 0;
}

.miglea-related-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

/* ===== Reviews redesign ===== */

.miglea-reviews {
  display: block;
  color: #011B28;
}

.miglea-reviews__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.miglea-reviews__title {
  margin: 0;
}

.miglea-reviews__view {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #011B28;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23011B28' stroke-width='1.6'/%3E%3C/svg%3E") no-repeat right 14px center;
  padding: 10px 36px 10px 16px;
  font: 600 12px/1 'Manrope', sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #011B28;
  border-radius: 0;
  cursor: pointer;
}

.miglea-reviews__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 50px;
  flex-wrap: wrap;
}

.miglea-reviews__summary-rating {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.miglea-reviews__average {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  line-height: 1;
  font-weight: 500;
  color: #011B28;
}

.miglea-reviews__summary-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.miglea-reviews__summary-meta .miglea-stars {
  gap: 3px;
}

.miglea-reviews__count {
  font: 500 13px/1 'Manrope', sans-serif;
  color: #64748B;
}

.miglea-reviews__write-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  background: #011B28;
  color: #fff;
  font: 600 12px/1 'Manrope', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #011B28;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.miglea-reviews__write-btn:hover {
  background: #fff;
  color: #011B28;
}

.miglea-reviews__filters {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  flex-wrap: wrap;
}

.miglea-reviews__sort select,
.miglea-reviews__filter-btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #CBD5E1;
  background: #fff;
  padding: 10px 16px;
  font: 600 11px/1 'Manrope', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #011B28;
  border-radius: 0;
  cursor: pointer;
}

.miglea-reviews__sort select {
  padding-right: 36px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23011B28' stroke-width='1.6'/%3E%3C/svg%3E") no-repeat right 14px center;
}

.miglea-reviews__filter-btn.is-active {
  background: #011B28;
  color: #fff;
  border-color: #011B28;
}

.miglea-reviews__filter-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px auto;
  font: 500 13px/1 'Manrope', sans-serif;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom:16px;
  color: #64748B;
}

.miglea-reviews__clear {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: #011B28;
  text-decoration: underline;
  cursor: pointer;
}

.miglea-reviews__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.miglea-review-card {
  border-top: 1px solid #E5E7EB;
  padding-top: 22px;
}

.miglea-review-card[hidden] {
  display: none;
}

.miglea-review-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.miglea-review-card__stars .miglea-stars {
  gap: 3px;
}

.miglea-review-card__date {
  font: 500 13px/1 'Manrope', sans-serif;
  color: #64748B;
}

.miglea-review-card__product {
  margin: 0 0 2px;
  font: 600 14px/1.3 'Manrope', sans-serif;
  color: #011B28;
}

.miglea-review-card__variation {
  margin: 0 0 8px;
  font: 500 13px/1.4 'Manrope', sans-serif;
  color: #64748B;
}

.miglea-review-card__author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font: 600 14px/1.3 'Manrope', sans-serif;
  color: #011B28;
}

.miglea-review-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 12px;
  color: #011B28;
}

.miglea-review-card__title {
  margin: 0 0 8px;
  font: 700 16px/1.4 'Manrope', sans-serif;
  color: #011B28;
}

.miglea-review-card__body {
  font: 400 14px/1.6 'Manrope', sans-serif;
  color: #011B28;
}

.miglea-review-card__body p {
  margin: 0 0 10px;
}

.miglea-review-card__body p:last-child {
  margin-bottom: 0;
}

.miglea-review-card__photos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.miglea-review-card__photo {
  display: block;
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 4px;
}

.miglea-review-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.miglea-review-card__photo:hover img {
  transform: scale(1.05);
}

.miglea-review-card__reply {
  margin-top: 16px;
  padding: 16px 18px;
  background: #E4F0F2;
  border-radius: 6px;
}

.miglea-review-card__reply-meta {
  margin: 0 0 6px;
  font: 500 13px/1.3 'Manrope', sans-serif;
  color: #011B28;
}

.miglea-review-card__reply-meta strong {
  font-weight: 700;
}

.miglea-review-card__reply-meta span {
  color: #64748B;
  margin-left: 6px;
}

.miglea-review-card__reply-body {
  font: 400 14px/1.6 'Manrope', sans-serif;
  color: #011B28;
}

.miglea-review-card__reply-body p {
  margin: 0;
}

.miglea-reviews__form-wrap {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #E5E7EB;
}

.miglea-reviews__form-title {
  display: block;
  font: 600 20px/1.3 'Manrope', sans-serif;
  margin-bottom: 16px;
}

.miglea-reviews #commentform p {
  margin: 0 0 14px;
}

.miglea-reviews #commentform label {
  display: block;
  font: 600 12px/1 'Manrope', sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #011B28;
  margin-bottom: 6px;
}

.miglea-reviews #commentform input[type="text"],
.miglea-reviews #commentform input[type="email"],
.miglea-reviews #commentform textarea {
  width: 100%;
  border: 1px solid #CBD5E1;
  padding: 12px 14px;
  font: 400 14px/1.4 'Manrope', sans-serif;
  background: #fff;
  border-radius: 0;
}

.miglea-reviews #commentform input[type="file"] {
  font: 400 13px/1 'Manrope', sans-serif;
}

.miglea-reviews #commentform .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: #011B28;
  color: #fff;
  font: 600 12px/1 'Manrope', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #011B28;
  cursor: pointer;
}

.miglea-reviews #commentform .submit:hover {
  background: #fff;
  color: #011B28;
}

/* ===== Review modal ===== */

body.miglea-modal-open {
  overflow: hidden;
}

.miglea-review-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(2, 14, 22, 0.65);
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 16px 60px;
}

.miglea-review-modal[hidden] {
  display: none;
}

.miglea-review-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 575px;
  background: #fff;
  padding: 0 32px 32px;
}

.miglea-review-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
  line-height: 0;
}

.miglea-review-modal__header {
  display: flex;
  justify-content: center;
  padding: 24px 0 12px;
}

.miglea-review-modal__logo {
  height: 38px;
  width: auto;
}

.miglea-review-modal__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding-top: 18px;
}

.miglea-review-modal__image {
  width: 100%;
  max-width: 280px !important;
  height: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  background: #f5f5f5;
}

.miglea-review-modal__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #011B28;
  margin: 0;
}

.miglea-review-modal__subtitle {
  font: 500 13px/1.4 'Manrope', sans-serif;
  color: #64748B;
  margin: 0;
}

.miglea-review-modal__stars {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 28px 0 10px;
}

.miglea-review-modal__star {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  transition: transform 0.15s ease;
}

.miglea-review-modal__star svg path {
  transition: fill 0.15s ease;
}

.miglea-review-modal__star:hover {
  transform: scale(1.05);
}

/* Hide any secondary star widget that may be injected inside the form */

.miglea-review-modal__form .stars,
.miglea-review-modal__form p.stars,
.miglea-review-modal__form .comment-form-rating > label,
.miglea-review-modal__form .comment-form-rating select {
  display: none !important;
}

.miglea-review-modal__form {
  margin-top: 18px;
}

.miglea-review-modal__form[hidden] {
  display: none;
}

.miglea-review-modal__form #commentform p {
  margin: 0 0 16px;
}

.miglea-review-modal__form #commentform label {
  display: block;
  font: 500 14px/1.4 'Manrope', sans-serif;
  color: #011B28;
  margin-bottom: 6px;
  text-transform: none;
  letter-spacing: 0;
}

.miglea-review-modal__form #commentform .required {
  color: #C2374D;
  margin-left: 2px;
}

.miglea-review-modal__form #commentform input[type="text"],
.miglea-review-modal__form #commentform input[type="email"],
.miglea-review-modal__form #commentform textarea {
  width: 100%;
  border: 1px solid #CBD5E1;
  padding: 12px 14px;
  font: 400 14px/1.4 'Manrope', sans-serif;
  background: #fff;
  border-radius: 0;
}

.miglea-review-modal__form #commentform textarea {
  min-height: 120px;
  resize: vertical;
}

.miglea-review-modal__form #commentform input::-moz-placeholder, .miglea-review-modal__form #commentform textarea::-moz-placeholder {
  color: #94A3B8;
}

.miglea-review-modal__form #commentform input::placeholder,
.miglea-review-modal__form #commentform textarea::placeholder {
  color: #94A3B8;
}

.miglea-review-modal__form .comment-form-photos {
  margin: 0 0 16px;
}

.miglea-review-modal__form .comment-form-photos label {
  display: block;
  font: 500 14px/1.4 'Manrope', sans-serif;
  color: #011B28;
  margin-bottom: 4px;
}

.miglea-review-modal__form .comment-form-photos__hint {
  font: 400 12px/1.4 'Manrope', sans-serif;
  color: #64748B;
  margin: 0 0 10px;
}

.miglea-review-modal__form .comment-form-photos__dropzone {
  position: relative;
  width: 88px;
  height: 88px;
  border: 1px dashed #94A3B8;
  background: #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.miglea-review-modal__form .comment-form-photos__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.miglea-review-modal__form .comment-form-photos__plus {
  font: 300 32px/1 'Manrope', sans-serif;
  color: #94A3B8;
  pointer-events: none;
}

.miglea-review-modal__form .comment-form-photos__previews {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  pointer-events: none;
}

.miglea-review-modal__form .comment-form-photos__previews li {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.miglea-review-modal__form .comment-form-photos__previews img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.miglea-review-modal__form #commentform .form-submit {
  margin-top: 8px;
}

.miglea-review-modal__form #commentform .submit {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 11px 26px;
  background: #011B28 !important;
  color: #fff !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  border: 1px solid #011B28 !important;
  border-radius: 0;
  cursor: pointer;
}

.miglea-review-modal__form #commentform .submit:hover {
  background: #fff !important;
  color: #011B28 !important;
  border-color: #011B28;
}

.miglea-review-modal__form .comment-notes,
.miglea-review-modal__form .logged-in-as {
  display: none;
}

.miglea-field-error {
  display: block;
  margin-top: 6px;
  font: 500 12px/1.4 'Manrope', sans-serif;
  color: #C2374D;
}

.miglea-review-modal__form input.is-invalid,
.miglea-review-modal__form textarea.is-invalid {
  border-color: #C2374D;
}

.miglea-field-error--stars {
  text-align: center;
  margin-top: 4px;
}

/* Global checkbox styling — match .miglea-contact-form__checkbox look */

input[type="checkbox"] {
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  border: 1px solid #011B28 !important;
  border-radius: 2px !important;
  background-color: #fff !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-shadow: none !important;
  cursor: pointer;
  position: relative;
  padding: 0 !important;
  flex: 0 0 auto;
}

input[type="checkbox"]::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: url("../img/check.svg") center / 12px 12px no-repeat;
  mask: url("../img/check.svg") center / 12px 12px no-repeat;
  background-color: #011B28;
  opacity: 0;
}

input[type="checkbox"]:checked {
  background-color: #fff !important;
  border-color: #011B28 !important;
}

input[type="checkbox"]:checked::after {
  opacity: 1;
}

input[type="checkbox"]:focus,
input[type="checkbox"]:focus-visible {
  outline: none !important;
  border-color: #011B28 !important;
}

input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

/* ============================================================
   Miglea checkout — accordion, company toggle, address fields
   ============================================================ */

[hidden] {
  display: none !important;
}

/* Style shipping/payment radios to look like Miglea checkboxes */

.miglea-checkout-shipping-methods__input[type="radio"],
.miglea-checkout-payment-method__input[type="radio"] {
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  border: 1px solid #011B28 !important;
  border-radius: 2px !important;
  background-color: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  cursor: pointer;
  position: relative;
  padding: 0 !important;
  margin: 0 8px 0 0 !important;
  flex: 0 0 auto;
  top: 3px;
}

.miglea-checkout-payment-method__input[type="radio"] {
  top: 0px;
}

.miglea-checkout-shipping-methods__input[type="radio"]::after,
.miglea-checkout-payment-method__input[type="radio"]::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: url("../img/check.svg") center / 12px 12px no-repeat;
  mask: url("../img/check.svg") center / 12px 12px no-repeat;
  background-color: #011B28;
  opacity: 0;
}

.miglea-checkout-shipping-methods__input[type="radio"]:checked::after,
.miglea-checkout-payment-method__input[type="radio"]:checked::after {
  opacity: 1;
}

.miglea-checkout-shipping-methods__input[type="radio"]:focus,
.miglea-checkout-payment-method__input[type="radio"]:focus,
.miglea-checkout-shipping-methods__input[type="radio"]:focus-visible,
.miglea-checkout-payment-method__input[type="radio"]:focus-visible {
  outline: none !important;
  border-color: #011B28 !important;
}

/* Shipping methods — accordion items */

.miglea-checkout-shipping-methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.miglea-checkout-shipping-methods__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.miglea-checkout-shipping-methods__item {
  display: block;
  background: #fff;
  padding: 0;
  margin: 0;
}

.miglea-checkout-shipping-methods__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  cursor: pointer;
  width: 100%;
}

.miglea-checkout-shipping-methods__label-text {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #011B28;
  flex: 1 1 auto;
}

.miglea-checkout-shipping-methods__label-text .amount {
  font-weight: 600;
}

.miglea-checkout-shipping-methods__details {
  border-top: 1px solid #e3eaef;
  padding: 14px 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #4a6370;
}

.miglea-checkout-shipping-methods__details:empty {
  display: none;
}

/* Address fields panel inside shipping section */

.miglea-checkout-address-fields {
  margin-top: 18px;
  border-top: 1px dashed #d4dde3;
  padding-top: 18px;
}

.miglea-checkout-address-fields__hint {
  margin: 0 0 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #4a6370;
}

.miglea-checkout-address-fields__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.miglea-checkout-address-fields__grid .form-row {
  float: none;
  width: auto;
  margin: 0;
}

.miglea-checkout-address-fields__grid .miglea-checkout-address-fields__field {
  grid-column: span 1;
}

.miglea-checkout-address-fields__grid .form-row[id*="address_1"],
.miglea-checkout-address-fields__grid .form-row[id*="address_2"] {
  grid-column: 1 / -1;
}

/* Company fields */

.miglea-checkout-company-fields {
  margin-top: 18px;
}

.miglea-checkout-company-fields__toggle {
  margin: 0 0 14px !important;
}

.miglea-checkout-company-fields__toggle .woocommerce-form__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.miglea-checkout-company-fields__toggle span {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #011B28;
}

.miglea-checkout-company-fields__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.miglea-checkout-company-fields__body .form-row {
  float: none;
  width: auto;
  margin: 0;
}

/* Account fields toggle keep visible appearance */

.miglea-checkout-account-fields__toggle {
  margin-top: 18px !important;
}

.miglea-checkout-account-fields__toggle .woocommerce-form__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.miglea-checkout-account-fields__toggle span {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #011B28;
}

.miglea-checkout-account-fields__body {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.miglea-checkout-account-fields__body .form-row {
  float: none;
  width: auto;
  margin: 0;
}

/* Payment methods — accordion-checkbox layout */

.miglea-checkout-payment-method {
  display: block;
  background: #fff;
  padding: 0;
  margin: 0;
}

.miglea-checkout-payment-method__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  width: 100%;
  margin-bottom: 16px !important;
}

.miglea-checkout-payment-method__title {
  flex: 1 1 auto;
}

.miglea-checkout-payment-method__box {
  border: 0;
  padding: 14px 16px;
  margin-top: 0;
  background: transparent;
  grid-column: auto;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
  border-bottom: 0 !important;
}

/* Laptop styles – @media (max-width: 1440px)
   Tightens the desktop layout for typical laptop widths (1280–1440). */

@media (max-width: 1440px) {
  /* Footer: the desktop grid uses fixed-width columns (574px words column +
     fixed link columns) that overflow below 1440px. Collapse to a 5-track
     layout with a flexible words column so it fits laptop widths. */

  .miglea-footer__content-row .miglea-footer__inner {
    grid-template-columns: minmax(0, 1fr) 180px 234px 212px 60px;
  }

  .miglea-product-slider__collection-link{
    white-space: nowrap;
  }

  .miglea-info__inner{
    padding: 0 50px;
  }

  .miglea-info__img{
    height: auto;
  }

  .miglea-info {
    gap: 80px;
  }

  .miglea-info__img-wrap {
    height: auto;
  }

  .miglea-info__text-col{
    padding-top:0 !important;
  }

  .miglea-product-slider {
    padding: 80px 0;
  }


  .page-id-120 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{
    flex-basis: 100% !important;
  }
}

/* max-width: 1024px */

/* Tablet styles – @media (max-width: 991px)
   A blend of the laptop layout (multi-column where it fits) and the mobile
   adaptations (hamburger header, stacked sidebar). Laptop.css (max-width:1440)
   still applies here; this layer only overrides what breaks at 768–991. */

@media (max-width: 1106px) {
  /* ── Header: switch to the hamburger menu (reuses the mobile menu markup &
     JS). The desktop nav + inline search crowd and overlap the logo at this
     width, so hide them and reveal the burger group instead. ── */

  .miglea-site-header__inner .md\:block {
    display: none;
  }

  .miglea-site-header__inner > .md\:hidden {
    display: flex;
  }

  /* ── Side-navigation pages (Kontaktai, DUK, Sąlygos, Privatumo politika,
     Serfitikatai): the 240px sticky sidebar + content grid is too tight and
     overlaps. Stack it like mobile. ── */

  .miglea-page-nav__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 60px 40px 0;
  }

  .miglea-page-nav__aside,
  .miglea-page-nav__sticky {
    position: static;
    top: auto;
  }

  .miglea-page-nav__menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 24px;
  }

  /* ── Footer: the desktop/laptop fixed-column grid overflows below ~860px.
     Keep it multi-column (laptop feel) but put the brand "words" column full
     width on top and lay the link columns in an even row underneath. ── */

  .miglea-footer__content-row .miglea-footer__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 24px;
    padding: 40px 40px 44px;
  }

  .miglea-footer__col--words {
    grid-column: 1 / -1;
  }

  .miglea-footer__col {
    padding-left: 0;
    padding-right: 0;
  }
}

/* max-width: 991px  */

/* Mobile styles – @media (max-width: 767px) blocks */

@media (max-width: 767px) {
  .miglea-cart-item {
    grid-template-columns: 1fr !important;
  }
  .miglea-contact__inner {
    gap: 0;
  }
  .miglea-cart-item__title a {
        font-size: 18px;
    line-height: 18px;
  }
  .miglea-cart-item__footer .miglea-cart-item__unit-price {
    display: none;
  }
  .miglea-cart-item__bottom {
    flex-direction: row !important;
    padding-top:10px;
  }
  .miglea-cart-item__line-total.miglea-product-archive__price {
    min-width: 10px !important;
    font-size: 22px;
  }
  .miglea-cart-quantity {
    min-height: 36px;
  }
  .miglea-cart-quantity__button{
    width:30px;
  }
.miglea-cart-page__title-wrapper {
      margin-bottom: 20px;
    margin-top: 0px;
}
.miglea-cart-page {
  margin-top:80px !important;
  padding-left: 20px !important;
  padding-right:20px !important;
}
.miglea-section-heading{
  width: auto;
}
  .miglea-checkout-page {
    padding: 0 20px 96px;
  }

  .miglea-shop-sort-label {
    padding-left: 0;
  }

  .miglea-shop-sort {
    width: 100%;
    min-width: 0;
  }

  .miglea-shop-description-wrap {
    max-width: 100%;
  }

  .miglea-page-nav__aside {
    display:none;
  }

  body.page-id-120 .is-layout-flex{
    flex-direction: column-reverse;
  }
  .contacts-form-right {
    flex-basis: 100%;
    max-width:100%;
  }

  .contacts-form-right .wp-block-paragraph {
    width: 100%;
  }

  .contacts-form-right .wp-block-image {
    display: none;
  }

  .miglea-page-nav .miglea-contact__inner{
    grid-template-columns: 1fr;
            padding: 32px 24px;
    gap: 0;
  }

  .page-id-120 h1, .page-id-120 h2, .page-id-120 .simple-subtitle, .page-id-120 .contacts-form-right {
    text-align: center;
  }

  .miglea-account-page {
    padding: 60px 20px;
  }

  .miglea-account-page__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0;
  }

  .miglea-account-page {
    padding-left: 0;
    padding-right: 0;
  }

  .miglea-account-page__content,
  .miglea-account-panel--addresses,
  .miglea-account-panel--address-form,
  .miglea-account-panel--orders {
    width: 100%;
    max-width: none;
  }

  .miglea-auth-page__content {
    width: 100%;
    max-width: 100% !important;
    padding: 0px !important;
  }

  .miglea-account-profile__title,
  .miglea-account-page .woocommerce-MyAccount-content > h2,
  .miglea-account-page .woocommerce-Address-title h2 {
    font-size: 36px;
  }

  .miglea-account-form,
  .miglea-account-page .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

  .miglea-account-page .woocommerce-orders-table thead {
    display: none;
    .miglea-account-form--address .woocommerce-address-fields__field-wrapper {
      grid-template-columns: 1fr;
    }
    .miglea-account-orders__table,
  .miglea-account-orders__table thead,
  .miglea-account-orders__table tbody,
  .miglea-account-orders__table tr,
  .miglea-account-orders__table th,
  .miglea-account-orders__table td {
      display: block;
      width: 100%;
    }
    .miglea-account-orders__table thead {
      display: none;
    }
    .miglea-account-orders__table tr {
      padding: 14px 0;
      border-bottom: 1px solid #EBEBEB;
    }
    .miglea-account-orders__table td {
      padding: 6px 0;
      border-bottom: 0;
    }
    .miglea-account-orders__table td::before {
      content: attr(data-title);
      display: block;
      margin-bottom: 4px;
      color: #B9AFAF;
    }
  }

  .miglea-account-page .woocommerce-orders-table tr,
  .miglea-account-page .woocommerce-orders-table td,
  .miglea-account-page .woocommerce-orders-table th {
    display: block;
    width: 100%;
  }

  .miglea-account-page .woocommerce-orders-table td,
  .miglea-account-page .woocommerce-orders-table th {
    padding-left: 0;
    padding-right: 0;
  }

  .miglea-page-nav {
    padding: 60px 20px;
  }

  .miglea-page-nav__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0;
  }

  .miglea-page-nav__aside {
    position: static;
    top: auto;
  }

  .miglea-page-nav__sticky {
    position: static;
  }

  .miglea-page-nav__menu {
    gap: 10px;
  }

  .miglea-product-slider__header {
    margin-bottom: 24px;
  }

  .miglea-section-heading,
  .miglea-product-slider__heading {
    font-size: 30px;
  }

  .miglea-section-subheading,
  .miglea-product-slider__subheading {
    font-size: 24px;
  }

  .miglea-product-slider__item {
    flex-basis: calc((100% - 32px) / 2);
  }

  .miglea-product-slider {
    padding: 47px 16px;
  }

  .miglea-product-slider__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 31px;
  }

  .miglea-section-heading,
  .miglea-product-slider__heading {
    font-size: 24px;
  }

  .miglea-section-subheading,
  .miglea-product-slider__subheading {
    font-size: 20px;
  }

  .miglea-product-slider__collection-link {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .miglea-product-slider__collection-link--desktop {
    display: none;
  }

  .miglea-product-slider__collection-link--mobile {
    display: inline-flex;
    align-self: center;
    justify-content: center;
    margin-top: 24px;
    width: 100%;
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 10%;
    text-transform: uppercase;
  }

  .miglea-info {
    padding-top: 0;
  }

  .miglea-product-slider__track {
    gap: 16px;
  }

  .miglea-product-slider__item {
    flex-basis: 100%;
  }

  .miglea-product-slider__thumb-link {
    width: 100%;
    height: auto;
    aspect-ratio: 312 / 353;
  }

  .miglea-product-slider__controls {
    gap: 14px;
    margin-top: 28px;
    margin-bottom: 13px;
  }

  .miglea-product-slider__meta {
    gap: 8px;
  }

  .miglea-product-slider__add-to-cart {
    font-size: 14px;
    line-height: 20px;
  }

  .miglea-product-categories {
    padding: 64px 24px;
  }

  .miglea-product-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .miglea-product-categories {
    padding: 56px 16px;
  }

  .miglea-product-categories__header {
    margin-bottom: 20px;
  }

  .miglea-product-categories__description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .miglea-product-categories__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .miglea-index-banner {
    padding: 64px 24px;
    padding: 56px 16px;
  }

  .miglea-faq {
    padding: 64px 24px;
  }

  .miglea-faq__layout {
    grid-template-columns: minmax(0, 1fr) 380px;
  }

  .miglea-info2__header {
    flex-direction: column;
  }
  .products-filter-container{
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
  }
  .miglea-info2__toggle{
    align-self: center;
  }

  .miglea-faq {
    padding: 56px 16px;
  }

  .miglea-faq__header {
    margin-bottom: 20px;
  }

  .miglea-faq__layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .miglea-faq__item {
    padding: 16px;
  }

  .miglea-faq__image-panel {
    position: static;
    order: -1;
    width: 100%;
    padding: 0;
  }

  .miglea-faq__image {
    width: 100%;
    height: auto;
  }

  .miglea-faq-shortcode {
    padding: 56px 16px;
  }

  .miglea-faq-shortcode .miglea-faq__list {
    padding: 0;
  }

  .miglea-faq-shortcode .miglea-faq__item {
    padding: 16px 0;
  }

  .miglea-faq-converted .miglea-faq__item {
    padding: 16px 0;
  }

  .miglea-info__row {
    gap: 40px;
  }

  .miglea-info {
    padding: 7px 0;
    gap: 48px;
  }

  .miglea-info__inner {
    padding: 0;
  }

  .miglea-info__row,
  .miglea-info__row--reversed {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .miglea-info__row--animated .miglea-info__text-col,
  .miglea-info__row--animated .miglea-info__img-col,
  .miglea-info__row--animated.miglea-info__row--reversed .miglea-info__text-col,
  .miglea-info__row--animated.miglea-info__row--reversed .miglea-info__img-col {
    transform: translateY(32px);
  }

  .miglea-info__text-col,
  .miglea-info__row--reversed .miglea-info__text-col {
    display: contents;
  }

  .miglea-info__img-wrap{
    padding: 0 17px;
    margin-bottom: 15px;
  }

  .miglea-info__body ul{
    gap:6px;
  }

  .miglea-info__body li{
    font-size:14px;
  }

  .miglea-info__heading {
    display: block;
    order: 1;
    padding: 0 16px;
  }

  .miglea-info__subheading {
    display: block;
    order: 2;
    padding: 0 16px 20px;
  }

  .miglea-info__img-col {
    order: 3;
  }

  .miglea-info__row--reversed .miglea-info__img-col {
    order: 3;
  }

  .miglea-info__img-overlay,
  .miglea-info__heading--overlay,
  .miglea-info__subheading--overlay {
    display: none !important;
  }

  .miglea-info__body {
    order: 4;
    margin-top: 0;
    padding: 0 16px;
  }

  .miglea-product-categories__description{
    font-size: 18px;
    margin-top: 30px 0;
  }

  .miglea-product-categories__image-link {
    aspect-ratio: 1 / 1.05;
  }

  .miglea-product-categories__name{
    margin: 31px 0 37px;
    font-size: 18px;
  }

  .miglea-product-categories__cta{
    letter-spacing: 0px;
    margin-bottom: 10px;
  }

  .miglea-instagram-feed__intro{
    text-align: center;
    width: 100%;
  }

  .miglea-faq__header{
    margin-bottom: 32px;
    padding:0 25px;
  }

  .miglea-info2__heading{
    letter-spacing: -2.1%;
    width: 305px;
  }

  .miglea-product-slider__collection-link{
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .miglea-faq__layout{
    gap: 30px;
  }

  .miglea-contact__cta-wrap{
    margin-top: 32px;
  }

  .miglea-contact__cta{
    padding: 5px 13px;
  }

  .miglea-index-banner {
    display: none;
  }

  .miglea-faq__heading{
    font-size:24px;
  }

  .miglea-faq__question{
    font-size:16px;
  }

  .miglea-info__img {
    width: 100%;
    height: auto;
  }

  .miglea-info2__row {
    gap: 40px;
  }

  .miglea-info2__inner {
    gap: 60px;
  }

  .miglea-video-player {
    padding: 0;
    margin-bottom: 64px;
  }

  .miglea-video-player__inner {
    padding: 0;
  }

  .miglea-video-player__stage {
    max-width: none;
    height: 390px;
  }

  .miglea-video-player__video--desktop {
    display: none;
  }

  .miglea-video-player__video--mobile {
    display: block;
  }

  .miglea-info2 {
    padding: 56px 16px;
  }

  .miglea-info2__inner {
    gap: 32px;
  }

  .miglea-info2__header {
    align-items: center;
  }

  .miglea-info2__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .miglea-info2__img {
    width: 100%;
    height: auto;
  }

  .miglea-instagram-feed__top {
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 24px;
    gap: 3px;
  }

  .miglea-instagram-feed__intro {
    justify-self: start;
    text-align: center;
  }

  .miglea-instagram-feed__socials {
    align-items: center;
    justify-content: center;
    gap:4px;
  }

  .miglea-instagram-feed__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .miglea-instagram-feed {
    padding: 0 16px 56px;
  }

  .miglea-instagram-feed__inner {
    padding: 0;
  }

  .miglea-instagram-feed__title {
    font-size: 23px;
  }

  .miglea-instagram-feed__subtitle {
    font-size: 18px;
  }

  .miglea-instagram-feed__viewport {
    overflow: hidden;
  }

  .miglea-instagram-feed__grid {
    display: flex;
    gap: 12px;
    will-change: transform;
    transition: transform 0.35s ease;
  }

  .miglea-instagram-feed__item {
    flex: 0 0 100%;
  }

  .miglea-instagram-feed__controls {
    display: grid;
    gap: 24px;
  }

  .miglea-section-heading{
    font-family: Cormorant Garamond;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -1%;
    text-transform: uppercase;
    width: 100%;
    text-align:center;
  }

  .miglea-section-subheading {
    font-family: Cormorant Garamond;
    font-weight: 400;
    font-style: Regular;
    line-height: 120%;
    letter-spacing: -3%;
    text-transform: uppercase;
    width: 100%;
    text-align:center;
  }

  .miglea-info__text-col {
    padding-top:0;
  }

  .miglea-site-header__inner {
    padding: 0 10px 0 0 !important;
  }

  .miglea-header-icon-button--burger {
    padding-left:15px;
    margin-right: -3px;
  }

  .miglea-header-icon-button--burger img {
    height: 25px;
    width: 25px;
  }

  .miglea-contact {
    margin-top: 56px;
    padding: 0 10px;
  }

  .miglea-footer{
    border-top:0px;
  }

  .miglea-contact__inner {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    background: #D7F1FE;
    border-radius: 8px;
    text-align: center;
  }

  .miglea-contact__description {
    font-size: 22px;
  }

  .miglea-contact__cta-wrap {
    justify-self: center;
  }

  .miglea-contact__title{
    font-size: 24px;
  }

  .official-partner-line__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0;
  }

  .official-partner-line {
    padding: 48px 20px;
  }

  .miglea-footer__content-row .miglea-footer__inner {
    grid-template-columns: 574px repeat(2, minmax(180px, 1fr) 234px 233px);
  }

  .miglea-footer {
    margin-top: 56px;
  }

  .miglea-footer__logo-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .miglea-footer__inner {
    padding: 32px 16px;
  }

  .miglea-footer__content-row .miglea-footer__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .miglea-footer__col {
    padding-left: 16px;
    padding-right: 16px;
  }

  .miglea-footer__col--words {
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 17px;
    padding-bottom: 20px;
  }

  .archive-product-main{
    margin-top:80px !important;
  }

  .miglea-page-nav__content h1{
    margin-bottom: 0px;
  }

  .miglea-page-nav {
    padding: 80px 20px 0px;
  }

  .miglea-footer__social-list {
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
  }

  .miglea-footer__bottom-row .miglea-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .miglea-footer__copyright {
    text-align: left;
  }

  header .woocommerce-product-search {
    min-width: 0;
  }

  .miglea-hero,
  .miglea-hero--about-us {
    height: 692px;
  }

  .miglea-hero__img {
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .miglea-hero__video {
    -o-object-position: center top;
    object-position: center top;
  }

  .miglea-hero__video--desktop {
    display: none;
  }

  .miglea-hero__video--mobile {
    display: block;
  }

  .miglea-hero__overlay {
    position: absolute;
    inset: auto 0 0;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(243, 245, 242, 0) 36%, rgba(243, 245, 242, 0.72) 72%, rgba(243, 245, 242, 1) 100%);
    padding: 44px 24px 28px;
  }

  .miglea-hero__overlay--empty {
    min-height: 220px;
  }

  .miglea-hero__content {
    max-width: none;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .miglea-hero__text-wrap {
    align-items: center;
    gap: 10px;
  }

  .miglea-hero__heading {
    font-size: 34px;
    line-height: 117%;
    text-align: center;
    letter-spacing: 0.5px;
  }

  .miglea-hero__sub {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-align: center;
  }

  .miglea-hero__btn-wrap {
    max-width: none;
    padding: 26px 0 20px;
  }

  .miglea-hero__btn {
    width: 100%;
    max-width: 234px;
    justify-content: center;
    padding: 5px 2px;
    letter-spacing: 1.5px;
    background: #F3F5F2;
  }

  .miglea-cart-layout {
    grid-template-columns: 1fr;
  }

  .miglea-cart-summary {
    position: static;
  }

  .miglea-cart-item {
    padding: 0px;
    gap: 10px;
  }

  .everypay-wrapper .payment-method-options {
    grid-template-columns: auto auto;
  }

  .everypay-wrapper label.payment-method-option, .everypay-wrapper label.payment-token-option{
    padding: 40px 10px;
  }

  .miglea-cart-item__top {
    grid-template-columns: 24px 84px minmax(0, 1fr);
  }

  .miglea-cart-item__thumbnail {
    width: 84px;
  }

  .miglea-cart-item__bottom {
    flex-direction: column;
    align-items: flex-end;
  }

  .miglea-cart-summary {
    padding: 28px 16px;
  }

  .miglea-cart-summary__row {
    line-height: 48px;
  }

  .miglea-cart-summary__row strong {
    font-size: 22px;
  }

  .miglea-auth-page {
    padding: 72px 20px 30px;
  }

  .miglea-auth-page__inner {
    padding: 0;
  }

  .miglea-auth-page__content {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .miglea-auth-page__card {
    padding-top: 0;
  }

  .miglea-auth-page__visual {
    order: -1;
  }

  .miglea-auth-page__title {
    font-size: 36px;
  }

  .miglea-auth-form__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .miglea-single-product__lightbox {
    padding: 24px 16px;
  }

  .miglea-product-slider__arrow--prev[data-single-lightbox-prev] {
    left: 12px;
  }

  .miglea-product-slider__arrow--next[data-single-lightbox-next] {
    right: 12px;
  }

  .miglea-checkout-form {
    flex-direction: column;
  }

  .miglea-checkout-form__right {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }

  .about-us-main__inner__text{
    padding: 16px 20px 0;
  }

  .official-partner-line__subtitle{
    max-width: 100%;
    width: 100%;
  }

  .about-us-main h1, .about-us-main h2 {
    font-size:21px;
    margin: 50px 0;
  }

  .miglea-shop-breadcrumbs {
    display: none;
  }

  .archive-product-main {
    padding-left:20px !important;
    padding-right:20px !important;
  }

  .post-type-archive .miglea-section-heading{
    margin-bottom: 20px;
  }

  .miglea-checkout-page__heading-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .miglea-checkout-billing-fields__grid {
    grid-template-columns: 1fr;
  }

  .miglea-checkout-payment-method__icons img {
    width: 100px;
  }
  .miglea-checkout-summary-item {
    grid-template-columns: 1fr;
    gap: 0;
  }
.miglea-checkout-summary-item .miglea-checkout-summary-item__thumbnail {
  display: none;
}
  .miglea-checkout-payment-method__label,
    .miglea-checkout-summary-item__footer,
    .miglea-checkout-summary__row {
    flex-direction: row;
    align-items: flex-start;
  }

  .miglea-checkout-payment-method__icons {
    justify-content: flex-start;
  }

  .miglea-checkout-summary__row strong {
    font-size: 24px;
  }

  .miglea-thankyou-page__hero {
    grid-template-columns: 1fr;
  }

  .miglea-thankyou-page__hero-main,
    .miglea-thankyou-page__summary,
    .miglea-thankyou-page .woocommerce-order-details,
    .miglea-thankyou-page .woocommerce-customer-details {
    padding: 24px 20px;
  }

  .miglea-thankyou-page .woocommerce-order-details__title,
    .miglea-thankyou-page .woocommerce-column__title,
    .miglea-thankyou-page__overview-value {
    font-size: 28px;
  }

  .miglea-thankyou-page__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .miglea-thankyou-page__button {
    width: 100%;
  }

  .miglea-instagram-feed__description{
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0.03em;
    margin: 35px 0 24px;
  }

  .miglea-size-guide-modal__dialog {
    padding: 32px 20px 36px;
  }

  .miglea-size-guide-modal__subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .miglea-size-guide-modal__image {
    margin-bottom: 20px;
  }

  .miglea-compression-modal__heading {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .miglea-single-product {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .miglea-single-product__gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .miglea-single-product__thumbs {
    order: 2;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .miglea-single-product__main-image-wrap {
    order: 1;
  }

  .miglea-single-product__summary {
    padding-top: 0;
  }

  .miglea-related-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .miglea-single-product-page {
    padding: 80px 20px 48px;
  }

  .miglea-single-product__title {
    font-size: 28px;
  }

  .miglea-single-product__price {
    font-size: 28px;
  }

  .miglea-single-product .woocommerce-variation-add-to-cart,
  .miglea-single-product__cart-row {
    flex-wrap: wrap;
  }

  .miglea-single-product .single_add_to_cart_button,
  .miglea-single-product__add-to-cart {
    width: 100%;
  }

  .miglea-single-product__delivery-info {
    grid-template-columns: 1fr;
  }

  .miglea-single-product__delivery-item{
    padding: 10px;
  }

  .miglea-single-product__delivery-item--bordered {
    border-left: 0;
    border-top: 1px solid #EBEBEB;
    padding-left:10px;
  }

  .miglea-single-product__faq-section,
  .miglea-single-product__reviews {
    margin-top: 56px;
  }

  .miglea-related-products {
    margin-top: 56px;
  }

  .miglea-related-products__header {
    margin-bottom: 24px;
  }

  .miglea-related-products__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .miglea-reviews__summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .miglea-reviews__write-btn {
    width: 100%;
  }

  .miglea-reviews__filter-status {
    margin-left: 0;
    width: 100%;
  }

  .miglea-reviews__average {
    font-size: 36px;
  }

  .miglea-review-modal {
    padding: 16px 0 40px;
  }

  .miglea-review-modal__dialog {
    padding: 0 18px 24px;
  }

  .miglea-review-modal__title {
    font-size: 19px;
  }

  .miglea-review-modal__star svg {
    width: 32px;
    height: 30px;
  }

  .about-us-main__inner,
  .miglea-product-slider__inner,
  .miglea-page-nav__inner,
  .miglea-account-page__inner,
  .miglea-product-categories__inner,
  .miglea-index-banner__inner,
  .miglea-faq__inner,
  .miglea-info__inner,
  .miglea-info2__inner,
  .miglea-instagram-feed__inner,
  .miglea-contact__inner,
  .miglea-footer__inner,
  .official-partner-line__inner,
  .miglea-cart-page__inner,
  .miglea-auth-page__inner,
  .miglea-checkout-page__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .miglea-checkout-address-fields__grid {
    grid-template-columns: 1fr;
  }

  .miglea-checkout-company-fields__body {
    grid-template-columns: 1fr;
  }

  .miglea-checkout-account-fields__body {
    grid-template-columns: 1fr;
  }
}

/* max-width: 767px  */

.hover\:underline:hover{
  text-decoration-line: underline;
}

@media (min-width: 768px){
  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[110px\]{
    height: 110px;
  }

  .md\:w-\[200px\]{
    width: 200px;
  }

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

  .md\:gap-\[7px\]{
    gap: 7px;
  }

  .md\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }
}

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

/* ====================================================
   Miglea – Homepage scroll-motion animations
   All rules scoped to body.home — no effect elsewhere
   Elegant, 2–3 s easing via cubic-bezier(0.22,1,0.36,1)
   ==================================================== */

/* ── Hero – CTA button wrap (triggers on load via rAF) ── */
body.home .miglea-hero__btn-wrap--motion {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 2.2s ease 0.9s, transform 2.2s cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
  will-change: opacity, transform;
}

body.home .miglea-hero__btn-wrap--motion.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Product slider ── */
body.home .miglea-product-slider__heading-group--motion {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 2.4s ease, transform 2.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

body.home .miglea-product-slider__collection-link--motion {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 2.4s ease 0.35s, transform 2.4s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
  will-change: opacity, transform;
}

body.home .miglea-product-slider__viewport--motion {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 2.6s ease 0.2s, transform 2.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  will-change: opacity, transform;
}

body.home .miglea-product-slider__controls--motion {
  opacity: 0;
  transition: opacity 2s ease 0.5s;
  will-change: opacity;
}

body.home .miglea-product-slider__heading-group--motion.is-visible,
body.home .miglea-product-slider__collection-link--motion.is-visible,
body.home .miglea-product-slider__viewport--motion.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.home .miglea-product-slider__controls--motion.is-visible {
  opacity: 1;
}

/* ── Product categories ── */
body.home .miglea-product-categories__header--motion {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 2.4s ease, transform 2.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

body.home .miglea-product-categories__item--motion {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 2.2s ease var(--motion-delay, 0ms),
    transform 2.2s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

body.home .miglea-product-categories__header--motion.is-visible,
body.home .miglea-product-categories__item--motion.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Index banner ── */
body.home .miglea-index-banner__inner--motion {
  opacity: 0;
  transform: scale(0.972);
  transition: opacity 2.8s ease, transform 2.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

body.home .miglea-index-banner__inner--motion.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* ── FAQ ── */
body.home .miglea-faq__header--motion {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 2.4s ease, transform 2.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

body.home .miglea-faq__item--motion {
  opacity: 0;
  transform: translateX(-26px);
  transition:
    opacity 2.2s ease var(--motion-delay, 0ms),
    transform 2.2s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

body.home .miglea-faq__image-panel--motion {
  opacity: 0;
  transform: translateX(26px);
  transition: opacity 2.6s ease 0.2s, transform 2.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  will-change: opacity, transform;
}

body.home .miglea-faq__header--motion.is-visible,
body.home .miglea-faq__item--motion.is-visible,
body.home .miglea-faq__image-panel--motion.is-visible {
  opacity: 1;
  transform: translate(0);
}

/* ── Index information 2 ── */
body.home .miglea-info2__header--motion {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 2.4s ease, transform 2.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

body.home .miglea-info2__panel--motion {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 2.6s ease 0.3s, transform 2.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  will-change: opacity, transform;
}

body.home .miglea-info2__header--motion.is-visible,
body.home .miglea-info2__panel--motion.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Instagram feed ── */
body.home .miglea-instagram-feed__intro--motion {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 2.4s ease, transform 2.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

body.home .miglea-instagram-feed__item--motion {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition:
    opacity 2.2s ease var(--motion-delay, 0ms),
    transform 2.2s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

body.home .miglea-instagram-feed__intro--motion.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.home .miglea-instagram-feed__item--motion.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ── Contact ── */
body.home .miglea-contact__content--motion {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 2.4s ease, transform 2.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

body.home .miglea-contact__cta-wrap--motion {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 2.4s ease 0.45s, transform 2.4s cubic-bezier(0.22, 1, 0.36, 1) 0.45s;
  will-change: opacity, transform;
}

body.home .miglea-contact__content--motion.is-visible,
body.home .miglea-contact__cta-wrap--motion.is-visible {
  opacity: 1;
  transform: translateY(0);
}
