﻿/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/main.scss ***!
  \***********************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
! tailwindcss v3.0.1 | 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: currentColor; /* 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse;  /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
.glide__bullets, .carousel-controls, [data-glide-dir="<"], [data-glide-dir="<"]:not(.glide__arrow--disabled), .glide__arrow--disabled, [data-glide-dir=">"], [data-glide-dir=">"]:not(.glide__arrow--disabled), span, .product-gallery__bullets, .select2-selection__arrow, .ui-datepicker-next, .glide__bullet--active::after, .summary--sticky, .summary--configure-yours, .summary--out-of-stock, a::after, .search__menu, .search__menu--open, .-translate-x-1\/2, .-translate-y-1\/2, .transform, .header--hidden, .wpcf7-submit, .side-menu, .side-menu--open, .form-row__icon, .order-review__header::after, svg, .form-content__duplicate-row--remove-row, .form-content__duplicate-row--remove-row::after, .configurator__option__button--color::after, .configurator__option__button__suboption--active::after, .lg\:translate-y-8, .lg\:translate-y-14, .lg\:group-hover\:translate-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-transform: translateX(var(--tw-translate-x)) translateY(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));
}
.button--outline, .button--outline-dark, .button--white, .wpml-ls-item-toggle, .product-list, label, img, .variations-select__dropdown, .select2-results__options > *, .accordion > *, .accordion, .quantity-input, .radio, input, textarea, .select2-selection--single, .select2-dropdown, select, .checkbox, .credit-card__input-container, .ui-widget-content, .ui-datepicker-header, .ui-datepicker-calendar, .ui-datepicker-prev, .ui-datepicker-next, .faq-list > *, .faq-list, .glide__bullet, .career-list > *, .career-list, .search__menu__input, .search__results, .divide-y > *, .divide-x > *, .border, .border-0, .border-x-0, .border-y, .border-b, .border-b-2, .border-t, .border-l, .border-r-0, .header, .header--checkout, .footer__accordion > *, .footer__accordion, input:not(.wpcf7-submit), .wpcf7-response-output, .woocommerce-mini-cart > *, .woocommerce-mini-cart, .button, .cart-table > *, .cart-table, th, td, .woocommerce-shipping-methods > *, .woocommerce-shipping-methods, [type=radio], .select2-selection, .woocommerce-form__input-checkbox, .checkout-payments__methods > *, .checkout-payments__methods, blockquote, .store-tabs, .store-tabs__category--active, .store-list > *, .store-information, .post-categories, li, a, .my-account__order-payment > *, .payment_methods > *, .payment_methods, b, .cross-sells > *, .add_to_cart_button, [type=submit], .application-form__file-drop-area, .form-content__add-row, .form-content__grid-row, .addon-popup__product, button, .configurator__option__button, .configurator__option__button--color::after, .configurator__option__button__suboption--active::after, .magic_login_block_login_success, .first\:border-t-0, .last\:border-b-0, .lg\:last\:border-b, .lg\:second\:border-t-0:nth-child(2){
  border-color: currentColor;
}
[data-cli-style=cli-style-v2], .glide__bullets{
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.select, .quantity-input, input, textarea, .select2-search__field, select, .checkbox, .product-quantity-input, .search__menu__input, input:not(.wpcf7-submit), .woocommerce-form__input-checkbox, [type=text], [type=email], [type=tel], [type=url], [type=number]{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --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;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
select{
  background-image: url("../images/2937b27f03d7479c82e10a3752bc796a.gif");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("../images/9b5c81a4562a49d7a965ae45173baee7.gif");
}
[type='radio']:checked{
  background-image: url("../images/b8ee12524c234a21a3ce9d6cd1e8a73f.gif");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("../images/0b25f45537164ab994c7b332a502b3e0.gif");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
html{
  height: 100%;
  scroll-behavior: smooth;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  font-family: Lausanne;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
  height: 100%;
  min-height: 100vh;
}
body.woocommerce-account main .woocommerce{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
main{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding-top: 4.25rem;
}
.header.header--light + main, .header.header--checkout + main, .header.header--transparent + main{
  padding-top: 0px;
}
/*
    This will hide the focus indicator if the element receives focus via the mouse,
    but it will still show up on keyboard focus.
  */
@font-face {
      font-family: Lausanne;
      font-weight: 300;
      src: url(../fonts/Lausanne-300.eot);
      src: url(../fonts/lausanne-300.eot) format("embedded-opentype"), url(../fonts/lausanne-300.woff2) format("woff2"), url(../fonts/Lausanne-300.woff) format("woff"), url(../fonts/lausanne-300.ttf) format("truetype");
    }
@font-face {
      font-family: Lausanne;
      font-weight: 350;
      src: url(../fonts/lausanne-350.eot);
      src: url(../fonts/lausanne-350.eot) format("embedded-opentype"), url(../fonts/lausanne-350.woff2) format("woff2"), url(../fonts/Lausanne-350.woff) format("woff"), url(../fonts/lausanne-350.ttf) format("truetype");
    }
@font-face {
      font-family: Lausanne;
      font-weight: 400;
      src: url(../fonts/lausanne-400.eot);
      src: url(../fonts/lausanne-400.eot) format("embedded-opentype"), url(../fonts/lausanne-400.woff2) format("woff2"), url(../fonts/Lausanne-400.woff) format("woff"), url(../fonts/lausanne-400.ttf) format("truetype");
    }
@font-face {
      font-family: Lausanne;
      font-weight: 450;
      src: url(../fonts/lausanne-450.eot);
      src: url(../fonts/lausanne-450.eot) format("embedded-opentype"), url(../fonts/lausanne-450.woff2) format("woff2"), url(../fonts/Lausanne-450.woff) format("woff"), url(../fonts/lausanne-450.ttf) format("truetype");
    }
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"] *)){
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"] *)){
  padding-left: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}
.prose-sm > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-sm :where(tbody td):not(:where([class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-sm > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.link{
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.link--arrow{
  display: flex;
  align-items: center;
}
.link--arrow svg{
  margin-left: 0.625rem;
}
.link--arrow svg path{
  fill: currentColor;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.link--white{
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.link--white:hover{
  color: rgb(255 254 250 / 0.6);
}
.link--black{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.link--black:hover{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.link--gray{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.link--gray:hover{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.heading{
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px){
  .heading{
    font-size: 3.375rem;
    line-height: 4.0625rem;
  }
  .heading{
    letter-spacing: 0;
  }
}
.heading--small{
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 1024px){
  .heading--small{
    font-size: 2.375rem;
    line-height: 3rem;
  }
}
.subheading{
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px){
  .subheading{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.form-heading{
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}
.text, .paragraph{
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 300;
}
.description, .label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
}
.accent{
  font-size: 0.75rem;
  font-weight: 350;
  line-height: .75rem;
  letter-spacing: .08em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.accent--gray{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.accent--gray:hover{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.small-label{
  font-size: 0.75rem;
  font-weight: 300;
  line-height: .75rem;
}
.slideshow{
  position: relative;
  min-height: 100vh;
}
.slideshow__buttons{
  position: absolute;
  bottom: 4.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 640px){
  .slideshow__buttons{
    position: static;
  }
  .slideshow__buttons{
    width: 24rem;
  }
  .slideshow__buttons{
    flex-direction: row;
  }
  .slideshow__buttons{
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px){
  .slideshow__buttons{
    position: static;
  }
  .slideshow__buttons{
    width: 24rem;
  }
  .slideshow__buttons{
    flex-direction: row;
  }
  .slideshow__buttons{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.slideshow__buttons .button{
  margin-bottom: 0.875rem;
}
.slideshow__buttons .button:last-child{
  margin-bottom: 0px;
}
@media (min-width: 640px){
  .slideshow__buttons .button{
    margin-bottom: 0px;
  }
  .slideshow__buttons .button{
    margin-right: 1.5rem;
  }
  .slideshow__buttons .button{
    padding-left: 0px;
    padding-right: 0px;
  }
  .slideshow__buttons .button:last-child{
    margin-right: 0px;
  }
}
@media (min-width: 1024px){
  .slideshow__buttons .button{
    margin-bottom: 0px;
  }
  .slideshow__buttons .button{
    margin-right: 1.5rem;
  }
  .slideshow__buttons .button{
    padding-left: 0px;
    padding-right: 0px;
  }
  .slideshow__buttons .button:last-child{
    margin-right: 0px;
  }
}
.slideshow .glide__slide img{
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideshow .glide__slides::after{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
    content: var(--tw-content);
    background: linear-gradient(180deg, rgba(35, 31, 30, 0.4) 0%, rgba(35, 31, 30, 0) 100%);
}

.glide__bullets{
  position: absolute;
  bottom: 2rem;
  left: 50%;
  display: flex;
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
    box-shadow: 0 0 10px 0 rgba(35, 31, 30, 0.06);
}

.glide__bullets--configurator .glide__bullet{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.3;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.glide__bullets--configurator .glide__bullet.glide__bullet--active{
  opacity: 1;
}
.glide__bullets--configurator.glide__bullets--configurator--disabled{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.glide__bullets--configurator.glide__bullets--configurator--disabled {
  display: none;
}

.glide__bullet{
  margin-right: 0.625rem;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.4;
}

.glide__bullet:last-child{
  margin-right: 0px;
}
.glide__bullet--active{
  opacity: 1;
}

.button{
  display: inline-flex;
  height: 3.25rem;
  min-width: 8.4375rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 350;
  text-transform: uppercase;
  letter-spacing: .08em;
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
  text-decoration: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button:hover{
  --tw-bg-opacity: 0.85;
}

@media (min-width: 1024px){
  .button{
    letter-spacing: .04em;
  }
}
.button--outline{
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.4);
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button--outline:hover{
  border-color: rgb(35 31 30 / 0.4);
}
.button--outline-dark{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button--outline-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.button--white{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 254 250 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button--white:hover{
  border-color: rgb(255 254 250 / 0.6);
}
.button--big{
  width: 100%;
}
@media (min-width: 1024px){
  .button--big{
    width: auto;
  }
  .button--big{
    min-width: 11.25rem;
  }
}
.button--huge{
  width: 100%;
}
@media (min-width: 1024px){
  .button--huge{
    width: auto;
  }
  .button--huge{
    min-width: 18.25rem;
  }
}
.button--disabled{
  opacity: 0.5;
}

.carousel-item{
  position: relative;
  display: flex;
  height: 66.66vw;
  align-items: center;
  overflow: hidden;
}

@media (min-width: 1024px){
  .carousel-item{
    height: 31.805vw;
  }
}
.carousel-item img{
  width: 100%;
}
.carousel-item--image{
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
}
.carousel-item__hover-img{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.carousel--disabled .carousel-item{
  height: auto;
}

.logo--light svg path{
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}

.lang-selector{
  margin-left: auto;
}
.lang-selector--dark a.wpml-ls-item-toggle.js-wpml-ls-item-toggle:after {
  background-image: url(../fonts/lang-arrow-dark.svg);
}
.lang-selector--dark a.wpml-ls-item-toggle.js-wpml-ls-item-toggle span.wpml-ls-native{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.lang-selector .wpml-ls{
  width: auto;
}
.lang-selector .wpml-ls-flag{
  margin-top: 1px;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lang-selector a.wpml-ls-item-toggle{
  display: flex;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  padding-right: 1.125rem;
}
.lang-selector a.wpml-ls-item-toggle:hover{
  background-color: transparent;
}
.lang-selector a.wpml-ls-item-toggle:after{
  right: 0px;
  top: 0.25rem;
  height: 0.375rem;
  width: 0.625rem;
  border-style: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../fonts/lang-arrow-light.svg);
}
.lang-selector a.wpml-ls-item-toggle span{
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  margin-left: 0.375rem;
  color: rgb(248 246 241 / var(--tw-text-opacity));
  --tw-text-opacity: 0.5;
}
.lang-selector .wpml-ls-sub-menu{
  top: auto;
  bottom: 2.5rem;
  left: auto;
  right: 0px;
  width: 6.875rem;
  border-radius: 0.125rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
  padding: 1rem;
}
.lang-selector .wpml-ls-sub-menu .wpml-ls-item{
  margin-bottom: 1rem;
}
.lang-selector .wpml-ls-sub-menu .wpml-ls-last-item{
  margin-bottom: 0px;
}
.lang-selector .wpml-ls-legacy-dropdown-click a:hover, .lang-selector .wpml-ls-legacy-dropdown-click a:focus{
  background-color: transparent;
}
.lang-selector .wpml-ls-link{
  display: flex;
  border-style: none;
  background-color: transparent;
  padding: 0px;
}
.lang-selector .wpml-ls-link span{
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  margin-left: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}

.carousel-controls{
  pointer-events: none;
  position: absolute;
  left: 0.125rem;
  right: 0.125rem;
  top: 50%;
  display: flex;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  justify-content: space-between;
  overflow: hidden;
}

@media (min-width: 1024px){
  .carousel-controls{
    left: 0px;
  }
  .carousel-controls{
    right: 0px;
  }
  .carousel-controls{
    width: 100%;
  }
  .carousel-controls{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.carousel-controls--full{
  left: 0px;
  right: 0px;
}
.carousel-controls button{
  pointer-events: auto;
  height: 2.5rem;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  background-image: url(../fonts/arrow-short.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px){
  .carousel-controls button{
    height: 3.75rem;
  }
  .carousel-controls button{
    width: 3.75rem;
  }
}
.carousel-controls button[data-glide-dir="<"]{
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 300ms;
}
@media (min-width: 1024px){
  .carousel-controls button[data-glide-dir="<"]{
    --tw-translate-x: -100%;
    transform: var(--tw-transform);
  }
  .group:hover .carousel-controls button[data-glide-dir="<"]:not(.glide__arrow--disabled){
    --tw-translate-x: -0px;
    transform: var(--tw-transform);
  }
}
.carousel-controls button[data-glide-dir="<"].glide__arrow--disabled{
  --tw-translate-x: -100%;
  transform: var(--tw-transform);
}
.carousel-controls button[data-glide-dir=">"]{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 300ms;
}
@media (min-width: 1024px){
  .carousel-controls button[data-glide-dir=">"]{
    --tw-translate-x: 100%;
    transform: var(--tw-transform);
  }
  .group:hover .carousel-controls button[data-glide-dir=">"]:not(.glide__arrow--disabled){
    --tw-translate-x: 0px;
    transform: var(--tw-transform);
  }
}
.carousel-controls button[data-glide-dir=">"].glide__arrow--disabled{
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
}
.carousel-controls--configurator{
  left: 0.75rem;
  right: 0.75rem;
}
@media (min-width: 1024px){
  .carousel-controls--configurator{
    width: auto;
  }
}
.carousel-controls--configurator button{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  background-image: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.carousel-controls--configurator button:hover{
  opacity: 0.6;
}
@media (min-width: 1024px){
  .carousel-controls--configurator button{
    height: 3rem;
  }
  .carousel-controls--configurator button{
    width: 3rem;
  }
}
.carousel-controls--configurator button[data-glide-dir="<"]{
  --tw-rotate: 0deg;
  transform: var(--tw-transform);
}
@media (min-width: 1024px){
  .carousel-controls--configurator button[data-glide-dir="<"]{
    --tw-translate-x: 0px;
    transform: var(--tw-transform);
  }
}
.carousel-controls--configurator button[data-glide-dir=">"]{
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}
@media (min-width: 1024px){
  .carousel-controls--configurator button[data-glide-dir=">"]{
    --tw-translate-x: 0px;
    transform: var(--tw-transform);
  }
}
.carousel-controls--configurator button svg{
  width: 0.625rem;
}
@media (min-width: 1024px){
  .carousel-controls--configurator button svg{
    width: 0.75rem;
  }
}
.carousel-controls--configurator--disabled{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.carousel-controls--configurator--disabled {
  display: none;
}

.product-list{
  display: grid;
  grid-auto-rows: 66.66vw;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.125rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 254 250 / var(--tw-border-opacity));
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

@media (min-width: 1024px){
  .product-list{
    grid-auto-rows: 33.61vw;
  }
  .product-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.product-item{
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
}
.product-item__hover-img{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.product-item img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item h4{
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.paragraph-text h1, .paragraph-text h2, .paragraph-text h3, .paragraph-text h4, .paragraph-text h5, .paragraph-text h6{
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}

@media (min-width: 1024px){
  .paragraph-text h1, .paragraph-text h2, .paragraph-text h3, .paragraph-text h4, .paragraph-text h5, .paragraph-text h6{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.paragraph-text h1, .paragraph-text h2, .paragraph-text h3, .paragraph-text h4, .paragraph-text h5, .paragraph-text h6{
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.paragraph-text p{
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 300;
  margin-bottom: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}

.color-radio input[type=radio]{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.color-radio input[type=radio]:checked ~ label{
  border-width: 1px;
}
.color-radio input[type=radio]:checked ~ label span{
  --tw-scale-x: 0.625;
  --tw-scale-y: 0.625;
  transform: var(--tw-transform);
}
.color-radio label{
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-color: currentColor;
}
.color-radio span{
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-color: currentColor;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce-product-gallery{
  position: relative !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 200ms !important;
}

@media (min-width: 1024px){
  .woocommerce-product-gallery{
    margin-right: 6.5rem !important;
  }
  .woocommerce-product-gallery{
    width: 45vw !important;
  }
}

@media (min-width: 1920px){
  .woocommerce-product-gallery{
    margin-right: 10.5625rem !important;
  }
}
.woocommerce-product-gallery--active{
  margin-right: 0px !important;
  width: 100% !important;
}
.woocommerce-product-gallery--active .product-gallery .product-gallery__image-box{
  height: auto;
}

.product-gallery{
  display: none;
  cursor: pointer;
}

.form-content form span.wpcf7-form-control-wrap.return-other-reason.product-gallery {
  display: none;
}

@media (min-width: 1024px){
  .product-gallery{
    display: block;
  }
}
.product-gallery.product-gallery--one-image .product-gallery__image-box:last-child{
  display: flex;
  align-items: center;
}
@media (min-width: 1024px){
  .product-gallery.product-gallery--one-image .product-gallery__image-box:last-child{
    min-height: calc(100vh - 8.25rem);
  }
}
@media (min-width: 1536px){
  .product-gallery.product-gallery--one-image .product-gallery__image-box:last-child{
    min-height: calc(100vh - (7.11vh + 4.25rem));
  }
}
.product-gallery__mobile{
  margin-bottom: 1rem;
}
@media (min-width: 1024px){
  .product-gallery__mobile{
    display: none;
  }

.form-content form span.wpcf7-form-control-wrap.return-other-reason.product-gallery__mobile {
  display: none;
}
}
.product-gallery__mobile .glide__bullets{
  position: absolute;
  bottom: -1.875rem;
  right: 0px;
  left: unset;
  display: flex;
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
}
.product-gallery__mobile .glide__bullet{
  margin-right: 0.625rem;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(156 153 150 / var(--tw-bg-opacity));
}
.product-gallery__mobile .glide__bullet:last-child{
  margin-right: 0px;
}
.product-gallery__mobile .glide__bullet--active{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}
.product-gallery__mobile .blockUI.blockOverlay{
  z-index: 10 !important;
}
.product-gallery__mobile .blockUI.blockOverlay::before{
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .product-gallery .product-gallery__image-box{
    min-height: calc(100vh - 8.25rem);
  }
  .product-gallery .product-gallery__image-box:last-child{
    min-height: 0px;
  }
}
@media (min-width: 1536px){
  .product-gallery .product-gallery__image-box{
    min-height: calc(100vh - (7.11vh + 4.25rem));
  }
}
.product-gallery .product-gallery__image-box img{
  pointer-events: none;
}
.product-gallery__bullets-container{
  position: absolute;
  left: -3.75rem;
  display: none;
  height: 100%;
  padding-bottom: 22rem;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.product-gallery__bullets-container {
  display: none;
}
@media (min-width: 1024px){
  .product-gallery__bullets-container{
    display: block;
  }
}
.product-gallery__bullets{
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}
.product-gallery__bullets > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.product-gallery__bullets span{
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(156 153 150 / var(--tw-bg-opacity));
}
.product-gallery__bullets span.active{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}
.product-gallery .blockUI.blockOverlay{
  z-index: 10 !important;
}
.product-gallery .blockUI.blockOverlay::before{
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
}

.quantity .select {
  background-position: right 1rem center;
  background-size: 0.625rem 0.375rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  background-color: transparent;
  background-image: url(../fonts/arrow-select.svg);
  padding-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.quantity .select--quantity{
  border-radius: 0.125rem;
  background-color: rgb(255 254 250 / 0.25);
  background-image: url(../fonts/arrow-dark-select.svg);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.variations .select {
  background-position: right 0.75rem center;
  background-size: 0.625rem 0.375rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: ellipsis;
  border-radius: 0.125rem;
  border-color: rgb(156 153 150 / 0.25);
  background-color: transparent;
  background-image: url(../fonts/arrow-select.svg);
  padding-left: .9375rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}

.variations .select:focus{
  border-color: rgb(35 31 30 / 0.4);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.variations .select--quantity{
  border-radius: 0.125rem;
  background-color: rgb(255 254 250 / 0.25);
  background-image: url(../fonts/arrow-dark-select.svg);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.variations .select2{
  width: 100% !important;
}

.select2 .variations-select.select2-selection{
  position: relative;
  display: flex;
  height: 2.75rem;
  min-height: 0px;
  align-items: center;
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.5rem;
}
.select2 .variations-select.select2-selection .select2-selection__rendered{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  padding-left: .9375rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.select2 .variations-select.select2-selection .select2-selection__arrow {
  background-size: 0.625rem 0.375rem;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2rem;
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
  background-image: url(../fonts/arrow-select.svg);
}

.select2 .variations-select__option__container{
  display: flex;
  align-items: center;
}
.select2 .variations-select__option__container img{
  margin-right: 0.75rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
}
.select2 .variations-select__option__container .variations-select__option__text {
  text-overflow: ellipsis;
  overflow: hidden;
}

.select2-container .select2-dropdown.variations-select__dropdown{
  border-radius: 0px;
  border-width: 1px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(156 153 150 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .select2-container .select2-dropdown.variations-select__dropdown{
    min-width: 16.6875rem;
  }
}
.select2-container .select2-dropdown.variations-select__dropdown .select2-results li.select2-results__option{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.select2-container .select2-dropdown.variations-select__dropdown .select2-results li.select2-results__option.select2-results__option--highlighted{
  background-color: rgb(156 153 150 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.select2-container .select2-dropdown.variations-select__dropdown .select2-results li.select2-results__option .variations-select__option__container--icon img{
  margin-right: 0.75rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: none;
}
.select2-container .select2-dropdown.variations-select__dropdown .select2-results li.select2-results__option img{
  margin-right: 0.75rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.select2-container .select2-dropdown.variations-select__dropdown .select2-results li.select2-results__option[aria-selected=true]{
  background-color: rgb(156 153 150 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.select2-container .select2-dropdown.variations-select__dropdown .select2-results li.select2-results__option .variations-select__dropdown__item--grey{
  cursor: not-allowed;
  opacity: 0.3;
}
.select2-container .select2-dropdown.variations-select__dropdown .select2-results li.select2-results__option[aria-disabled=true]{
  opacity: 0.3;
}
.select2-container .select2-dropdown.variations-select__dropdown .select2-results__options > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-divide-opacity));
}
@media (min-width: 1024px){
  .select2-container .select2-dropdown.variations-select__dropdown .select2-results__options{
    max-height: 16.625rem;
  }
}
.select2-container .select2-dropdown.variations-select__dropdown .variations-select__option__container{
  display: flex;
  align-items: center;
}

.variations-cart{
  display: flex;
}
.variations-cart .added_to_cart{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.variations-cart .added_to_cart {
  display: none;
}

.accordion > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(156 153 150 / 0.2);
}

.accordion{
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(156 153 150 / 0.2);
}
.accordion__item--open .accordion__item__content{
  display: block;
}
.accordion__item--open .accordion__item__sign span:last-child{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.accordion__item--open .accordion__item__sign span:last-child {
  display: none;
}
.accordion__item__header{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.125rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px){
  .accordion__item__header{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .accordion__item__header{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.accordion__item__sign{
  position: relative;
  display: flex;
  height: 0.875rem;
  width: 0.875rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px){
  .accordion__item__sign{
    height: 1.0625rem;
  }
  .accordion__item__sign{
    width: 1.0625rem;
  }
}
.accordion__item__sign span{
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}
.accordion__item__sign span:last-child{
  --tw-rotate: 90deg;
  transform: var(--tw-transform);
}
.accordion__item__content{
  display: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.accordion__item__content {
  display: none;
}
@media (min-width: 1024px){
  .accordion__item__content{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.quantity-input{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  width: 2.1875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding: 0px;
  padding-top: 0.125rem;
  text-align: center;
}

.quantity-input:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.quantity-input {
  -moz-appearance: textfield;
}
.quantity-input::-webkit-outer-spin-button, .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.radio{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
}

.radio:checked{
  background-image: url(../fonts/radio-inner.svg);
  background-size: 0.625rem;
}
.radio:focus {
  box-shadow: none;
}

.form-input-container{
  position: relative;
}
.form-input-container label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  pointer-events: none;
  position: absolute;
  top: 0.8125rem;
  left: 1rem;
  z-index: 10;
  color: rgb(35 31 30 / 0.6);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.form-input-container input{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.375rem;
  padding-bottom: 0.125rem;
}
.form-input-container input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.form-input-container input.wpcf7-not-valid{
  --tw-border-opacity: 1;
  border-color: rgb(234 29 37 / var(--tw-border-opacity));
}
.form-input-container--focused label{
  font-weight: 300;
  line-height: .75rem;
  top: 0.5rem;
  font-size: 0.6875rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}

.form-text-area-container{
  position: relative;
}
.form-text-area-container label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  pointer-events: none;
  position: absolute;
  top: 0.8125rem;
  left: 1rem;
  z-index: 10;
  color: rgb(35 31 30 / 0.6);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.form-text-area-container textarea{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  height: 6rem;
  min-height: 6rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.375rem;
  padding-bottom: 0.125rem;
}
.form-text-area-container textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.form-text-area-container textarea.wpcf7-not-valid{
  --tw-border-opacity: 1;
  border-color: rgb(234 29 37 / var(--tw-border-opacity));
}
.form-text-area-container--focused label{
  font-weight: 300;
  line-height: .75rem;
  top: 0.5rem;
  font-size: 0.6875rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}

.select2 .select2-selection--single{
  margin: 0px;
  height: auto;
  min-height: 3rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.select2 .select2-selection--single .select2-selection__rendered{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  padding-left: 1rem;
  padding-right: 3rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.select2 .select2-selection--single .select2-selection__placeholder{
  color: rgb(35 31 30 / 0.6);
}
.select2 .select2-selection--single .select2-selection__arrow{
  right: 1rem;
  top: 50%;
  height: 0.625rem;
  width: 0.625rem;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  background-image: url(../fonts/select-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.select2 .select2-selection--single .select2-selection__arrow b{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.select2 .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-dropdown{
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
}
.select2-container .select2-dropdown .select2-results .select2-results__option[aria-selected=true], .select2-container .select2-dropdown .select2-results .select2-results__option[data-selected=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.select2-container .select2-dropdown .select2-results .select2-results__option--highlighted[aria-selected], .select2-container .select2-dropdown .select2-results .select2-results__option--highlighted[data-selected]{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.select2-container .select2-dropdown .select2-results li.select2-results__option{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.select2-container .select2-dropdown .select2-search__field{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.select2-container .select2-dropdown .select2-search__field:focus{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#billing_address_book_field select, #shipping_address_book_field select, #billing_country_field select, #shipping_country_field select{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin: 0px;
  height: auto;
  min-height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  background-image: url(../fonts/select-arrow.svg);
  background-size: 0.625rem;
  background-position: right 1rem center;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}

.form-select-container select{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin: 0px;
  height: auto;
  min-height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  background-image: url(../fonts/select-arrow.svg);
  background-size: 0.625rem;
  background-position: right 1rem center;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}

.form-select-container select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.form-select-container select:invalid{
  color: rgb(35 31 30 / 0.6);
}
.form-select-container select > option{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.form-select-container select option[value=""], .form-select-container select option:not([value]){
  color: rgb(35 31 30 / 0.6);
}

.checkbox{
  border-radius: 0.125rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(35 31 30 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
}

.checkbox:checked{
  background-image: url(../fonts/checkbox-inner.svg) !important;
  background-size: 0.625rem !important;
}

.checkbox:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: none;
}

.checkbox-container{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  display: flex;
  align-items: center;
}
.checkbox-container span{
  margin-left: 1rem;
}
.checkbox-container #stripe_cc_save_source_key{
  position: relative;
  height: 1rem;
  width: 1rem;
  opacity: 1;
}

.credit-card__input-container{
  position: relative;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}
.credit-card__input-container label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  position: absolute;
  top: 0.875rem;
  color: rgb(35 31 30 / 0.6);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.credit-card__input-container .input.StripeElement{
  position: relative;
  height: auto;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0.375rem;
  padding-top: 1.375rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  will-change: opacity;
}
.credit-card__input-container .input.StripeElement.focused, .credit-card__input-container .input.StripeElement:not(.empty){
  opacity: 1;
}
.credit-card__input-container .input.StripeElement.focused + label, .credit-card__input-container .input.StripeElement:not(.empty) + label{
  font-weight: 300;
  line-height: .75rem;
  top: 0.5rem;
  font-size: 0.6875rem;
}

.ui-datepicker.ui-widget.ui-widget-content{
  margin-top: 0.375rem;
  border-width: 0px;
  padding: 0px;
  font-family: Lausanne;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
  letter-spacing: .02em;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-title{
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar{
  margin: 0px;
  border-width: 1px;
  border-top-width: 0px;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar th, .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar td{
  box-sizing: content-box;
  width: 1.25rem;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar th:first-child, .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar td:first-child{
  padding-left: 0.5rem;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar th:last-child, .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar td:last-child{
  padding-right: 0.5rem;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar td span, .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar a{
  padding-top: 0.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar td span.ui-state-active, .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar a.ui-state-active{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tr:last-child td{
  padding-bottom: 0.5rem;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev, .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next{
  cursor: pointer;
  background-image: url(../fonts/calendar-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev:hover, .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next:hover{
  border-width: 0px;
  background-color: transparent;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev .ui-icon, .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next .ui-icon{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev .ui-icon, .form-content form span.wpcf7-form-control-wrap.return-other-reason.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next .ui-icon {
  display: none;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev:hover{
  top: 0.125rem;
  left: 0.125rem;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next{
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next:hover{
  top: 0.125rem;
  right: 0.125rem;
}

.delivery-date{
  margin-top: 1rem;
}
.delivery-date input{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin: 0px;
  height: auto;
  min-height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  background-image: url(../fonts/select-arrow.svg);
  background-size: 0.625rem;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.delivery-date input::-moz-placeholder{
  color: rgb(35 31 30 / 0.6);
}
.delivery-date input:-ms-input-placeholder{
  color: rgb(35 31 30 / 0.6);
}
.delivery-date input::placeholder{
  color: rgb(35 31 30 / 0.6);
}
.delivery-date input:focus{
  border-color: rgb(156 153 150 / 0.25);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  position: relative;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  filter: drop-shadow(0px 4px 20px rgba(40, 40, 40, 0.1));
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 3px;
  border-width: 8px 5px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow{
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content{
  position: relative;
  padding: 1rem;
  z-index: 1;
}

.tippy-box[data-theme~=dark]{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.tippy-box[data-theme~=dark] .tippy-content{
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: .02em;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  line-height: 1.5;
}
.tippy-box[data-theme~=dark] .tippy-arrow::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(35 31 30 / var(--tw-border-opacity));
}

.tippy-box[data-theme~=dark-without-arrow]{
  width: 20.3125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.tippy-box[data-theme~=dark-without-arrow] .tippy-content{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tippy-box[data-theme~=dark-without-arrow] .tippy-arrow{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.tippy-box[data-theme~=dark-without-arrow] .tippy-arrow {
  display: none;
}

.tippy-box[data-theme~=without-arrow]{
  border-radius: 1.1875rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.tippy-box[data-theme~=without-arrow] .tippy-content{
  font-size: 0.75rem;
  line-height: .75rem;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
  padding-top: 0.875rem;
  padding-bottom: 0.6875rem;
  font-weight: 450;
  text-transform: uppercase;
}
.tippy-box[data-theme~=without-arrow] .tippy-arrow{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.tippy-box[data-theme~=without-arrow] .tippy-arrow {
  display: none;
}

.blockUI.blockOverlay {
  background-color: transparent !important;
  opacity: 1 !important;
}
.blockUI.blockOverlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fffefa;
  opacity: 0.6;
}
.blockUI.blockOverlay::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #231f1e #231f1e #231f1e transparent;
  border-radius: 50%;
  -webkit-animation: spin 500ms linear infinite;
          animation: spin 500ms linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(220deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(220deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.faq-list > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(156 153 150 / 0.25);
}
.faq-list{
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
}
.faq-list__item{
  cursor: pointer;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 1024px){
  .faq-list__item{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.faq-list__item--active .faq-list__item__content{
  display: block;
}
.faq-list__item--active .faq-list__item__header svg line:first-child{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.faq-list__item--active .faq-list__item__header svg line:first-child {
  display: none;
}
.faq-list__item__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-list__item__content{
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 300;
  margin-top: 1.5rem;
  display: none;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.faq-list__item__content {
  display: none;
}
@media (min-width: 1024px){
  .faq-list__item__content{
    max-width: 55rem;
  }
}

.special-gallery .glide__bullets{
  display: flex;
  align-items: center;
  justify-content: center;
}

.special-gallery .glide__bullets > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.special-gallery .glide__bullet{
  position: relative;
  display: block;
  height: 1.125rem;
  width: 1.125rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
}
.special-gallery .glide__bullet--active{
  height: 1.625rem;
  width: 1.625rem;
}
.special-gallery .glide__bullet--active::after{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1.125rem;
  width: 1.125rem;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}

.price-container{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.price-container p.price .woocommerce-price-suffix{
  font-size: 100%;
}
.price-container p.price ins{
  text-decoration: none;
}
.price-container .product-sku{
  position: relative;
  margin-left: 1.25rem;
  display: block;
  padding-left: 1.25rem;
}
.price-container .product-sku::before{
  position: absolute;
  left: 0px;
  top: 0.3125rem;
  display: block;
  height: 0.8125rem;
  width: 1px;
  content: var(--tw-content);
  background-color: rgb(35 31 30 / 0.25);
}

.summary{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.summary--hidden{
  display: none;
  opacity: 0;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.summary--hidden {
  display: none;
}
@media (min-width: 1024px){
  .summary--sticky{
    position: -webkit-sticky;
    position: sticky;
  }
  .summary--sticky{
    top: 50%;
  }
  .summary--sticky{
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
  }
  .summary--configure-yours{
    position: relative;
  }
  .summary--configure-yours{
    top: unset;
  }
  .summary--configure-yours{
    --tw-translate-y: 0px;
    transform: var(--tw-transform);
  }
  .summary .variations_form{
    max-width: 24.875rem;
  }
}
.summary .variations_form .button{
  position: relative;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 1024px){
  .summary .variations_form .button{
    width: auto;
  }
}
.summary .variations_form .button.wc-variation-selection-needed{
  pointer-events: none;
  opacity: 0.6;
}
.summary .variations_form .button.loading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fffefa;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}
.summary .variations_form .button.loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 20%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff #fff #fff transparent;
  border-radius: 50%;
  -webkit-animation: spin 500ms linear infinite;
          animation: spin 500ms linear infinite;
}
.summary .stock.out-of-stock{
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: .02em;
  font-weight: 700;
}
.summary .blockUI.blockOverlay::before {
  background-color: #f3f1ee;
}
.summary a{
  text-decoration: underline;
}

@media (min-width: 1024px){
  .product-type-variable .summary.summary--sticky{
    top: 15%;
  }
  .product-type-variable .summary.summary--sticky{
    --tw-translate-y: -0px;
    transform: var(--tw-transform);
  }
}

@media (min-width: 1536px){
  .product-type-variable .summary.summary--sticky{
    top: 50%;
  }
  .product-type-variable .summary.summary--sticky{
    margin-bottom: -15vh;
  }
  .product-type-variable .summary.summary--sticky{
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
  }
}
@media (min-width: 1024px){
  .product-type-variable .summary.summary--sticky.summary--out-of-stock{
    top: 50%;
  }
  .product-type-variable .summary.summary--sticky.summary--out-of-stock{
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
  }
}
@media (min-width: 1536px){
  .product-type-variable .summary.summary--sticky.summary--out-of-stock{
    margin-bottom: 0px;
  }
}

input.product-quantity-input{
  font-size: 0.75rem;
  font-weight: 350;
  line-height: .75rem;
  letter-spacing: .08em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  height: 100%;
  width: 100%;
  border-radius: 0.125rem;
  border-color: rgb(156 153 150 / 0.25);
  background-color: transparent;
  padding: 0px;
  text-align: center;
}

input.product-quantity-input:focus{
  border-color: rgb(35 31 30 / 0.4);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

input.product-quantity-input {
  -moz-appearance: textfield;
}
input.product-quantity-input::-webkit-outer-spin-button, input.product-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shadow-full-screen {
  background: linear-gradient(180deg, rgba(35, 31, 30, 0.4) 0%, rgba(35, 31, 30, 0) 100%);
}

#cookie-law-info-bar[data-cli-style=cli-style-v2]{
  z-index: 20;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px){
  #cookie-law-info-bar[data-cli-style=cli-style-v2]{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
#cookie-law-info-bar[data-cli-style=cli-style-v2] br{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason#cookie-law-info-bar[data-cli-style=cli-style-v2] br {
  display: none;
}
#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-container{
  flex-wrap: wrap;
}
@media (min-width: 1024px){
  #cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-container{
    flex-wrap: nowrap;
  }
}
#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-message{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  width: 100%;
}
@media (min-width: 1024px){

  #cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-message{
    font-size: 1rem;
    line-height: 1.75rem;
  }

  #cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-message{
    font-weight: 300;
  }

  #cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-message{
    width: 75%;
  }
}
#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-message a{
  text-decoration: underline;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-message a:hover{
  opacity: 0.6;
}
#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-btn_container{
  margin-top: 1rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 1024px){
  #cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-btn_container{
    margin-top: 0px;
  }
  #cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-btn_container{
    margin-left: 0px;
  }
  #cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-btn_container{
    width: auto;
  }
}
#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-btn_container a{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  position: relative !important;
  margin: 0px !important;
  background-color: transparent !important;
  padding-right: 1.375rem !important;
  text-decoration: none !important;
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-btn_container a::after{
  position: absolute !important;
  right: 0px !important;
  top: 50% !important;
  height: 0.6875rem !important;
  width: 0.8125rem !important;
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
  background-image: url(../fonts/arrow-white.svg) !important;
  background-size: contain !important;
  content: var(--tw-content) !important;
  background-repeat: no-repeat !important;
}
#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-btn_container a:hover{
  opacity: 0.6 !important;
}
@media (min-width: 1024px){
  #cookie-law-info-bar[data-cli-style=cli-style-v2] .cli-bar-btn_container a:first-child{
    margin-right: 2.5rem !important;
  }
}

.text-slider .glide__bullets{
  position: relative;
  bottom: 0px;
  display: flex;
  justify-content: center;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.text-slider .glide__bullet{
  margin-right: 0.625rem;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(156 153 150 / var(--tw-bg-opacity));
}
.text-slider .glide__bullet:last-child{
  margin-right: 0px;
}
.text-slider .glide__bullet--active{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}

.career-list > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(156 153 150 / 0.25);
}

.career-list{
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
}
.career-list__item--active{
  background-color: rgb(243 241 238 / 0.5);
}
.career-list__item--active .career-list__item__content{
  display: block;
}
.career-list__item--active .career-list__item__header svg line:first-child{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.career-list__item--active .career-list__item__header svg line:first-child {
  display: none;
}
.career-list__item__header{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 1024px){
  .career-list__item__header{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.career-list__item__header svg{
  height: 1.0625rem;
  width: 1.0625rem;
}
.career-list__item__content{
  display: none;
  padding-bottom: 1.5rem;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.career-list__item__content {
  display: none;
}
@media (min-width: 1024px){
  .career-list__item__content{
    margin-top: 0.375rem;
  }
  .career-list__item__content{
    padding-bottom: 2.5rem;
  }
}

.search__button{
  margin-left: 0.875rem;
  display: flex;
  height: 1.8125rem;
  width: 1.8125rem;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.search__menu{
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: .0625rem;
  width: 100%;
  --tw-translate-y: -100%;
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.search__menu--open{
  visibility: visible;
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
  opacity: 1;
}
.search__menu__input{
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px){
  .search__menu__input{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.search__menu__input{
  width: 100%;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding: 0px;
  padding-top: .1875rem;
  line-height: 1.6875rem;
}
.search__menu__input::-moz-placeholder{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.search__menu__input:-ms-input-placeholder{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.search__menu__input::placeholder{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.search__menu__input:-webkit-autofill{
  background-color: transparent;
}
.search__menu__input:autofill{
  background-color: transparent;
}
.search__menu__input:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.search__menu__search-icon{
  display: flex;
  height: 1.8125rem;
  width: 1.8125rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.search__menu__form{
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.search__menu__container{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px){
  .search__menu__container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.search__overlay{
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
  height: 100%;
  width: 100%;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
}
.search__overlay--active{
  visibility: visible;
}
.search__results{
  border-top-width: 1px;
  border-color: rgb(156 153 150 / 0.2);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 1024px){
  .search__results{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .search__results{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.search__results ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.left-5{
  left: 1.25rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.top-0{
  top: 0px;
}

.bottom-0{
  bottom: 0px;
}

.top-5{
  top: 1.25rem;
}

.bottom-4{
  bottom: 1rem;
}

.left-0{
  left: 0px;
}

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

.bottom-25{
  bottom: 6.25rem;
}

.bottom-16{
  bottom: 4rem;
}

.bottom-9{
  bottom: 2.25rem;
}

.left-3\.5{
  left: 0.875rem;
}

.bottom-3\.5{
  bottom: 0.875rem;
}

.left-3{
  left: 0.75rem;
}

.bottom-3{
  bottom: 0.75rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.right-5\.5{
  right: 1.375rem;
}

.right-5{
  right: 1.25rem;
}

.top-8{
  top: 2rem;
}

.bottom-8{
  bottom: 2rem;
}

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

.right-0{
  right: 0px;
}

.top-6{
  top: 1.5rem;
}

.right-6{
  right: 1.5rem;
}

.top-4{
  top: 1rem;
}

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

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

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

.z-\[60\]{
  z-index: 60;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-start-1{
  grid-column-start: 1;
}

.col-end-2{
  grid-column-end: 2;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

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

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-19{
  margin-bottom: 4.75rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mt-auto{
  margin-top: auto;
}

.mb-0\.5{
  margin-bottom: 0.125rem;
}

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

.mt-4{
  margin-top: 1rem;
}

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

.ml-2{
  margin-left: 0.5rem;
}

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

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

.mt-6{
  margin-top: 1.5rem;
}

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

.mb-1\.5{
  margin-bottom: 0.375rem;
}

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

.mr-6{
  margin-right: 1.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.ml-3\.5{
  margin-left: 0.875rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.mb-7\.5{
  margin-bottom: 1.875rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mr-2\.5{
  margin-right: 0.625rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mb-\[4\.625rem\]{
  margin-bottom: 4.625rem;
}

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

.mt-\[4\.375rem\]{
  margin-top: 4.375rem;
}

.mr-14{
  margin-right: 3.5rem;
}

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

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

.mb-10{
  margin-bottom: 2.5rem;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

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

.mt-21{
  margin-top: 5.25rem;
}

.mr-8{
  margin-right: 2rem;
}

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

.mt-12{
  margin-top: 3rem;
}

.ml-8{
  margin-left: 2rem;
}

.mb-3\.5{
  margin-bottom: 0.875rem;
}

.mt-11{
  margin-top: 2.75rem;
}

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

.mb-15{
  margin-bottom: 3.75rem;
}

.mt-20{
  margin-top: 5rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.mb-9\.5{
  margin-bottom: 2.375rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-5{
  margin-right: 1.25rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.ml-10{
  margin-left: 2.5rem;
}

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

.mb-5\.5{
  margin-bottom: 1.375rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mr-\[7\.22vw\]{
  margin-right: 7.22vw;
}

.box-content{
  box-sizing: content-box;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[335\/420\]{
  aspect-ratio: 335 / 420;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-\[66\.66vw\]{
  height: 66.66vw;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.h-auto{
  height: auto;
}

.h-\[29\.25rem\]{
  height: 29.25rem;
}

.\!h-auto{
  height: auto !important;
}

.h-3{
  height: 0.75rem;
}

.h-\[66\.13vw\]{
  height: 66.13vw;
}

.h-6\.5{
  height: 1.625rem;
}

.h-6{
  height: 1.5rem;
}

.h-\[8\.75rem\]{
  height: 8.75rem;
}

.h-4{
  height: 1rem;
}

.h-24{
  height: 6rem;
}

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

.max-h-80{
  max-height: 20rem;
}

.max-h-\[2rem\]{
  max-height: 2rem;
}

.max-h-\[4\.5rem\]{
  max-height: 4.5rem;
}

.max-h-full{
  max-height: 100%;
}

.max-h-\[17\.125rem\]{
  max-height: 17.125rem;
}

.w-full{
  width: 100%;
}

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

.w-\[37\.638vw\]{
  width: 37.638vw;
}

.w-\[38\.75\%\]{
  width: 38.75%;
}

.w-\[2\.375rem\]{
  width: 2.375rem;
}

.w-\[56\%\]{
  width: 56%;
}

.w-auto{
  width: auto;
}

.w-3{
  width: 0.75rem;
}

.w-\[4\.6875rem\]{
  width: 4.6875rem;
}

.w-6\.5{
  width: 1.625rem;
}

.w-6{
  width: 1.5rem;
}

.w-\[7\.5rem\]{
  width: 7.5rem;
}

.w-4{
  width: 1rem;
}

.w-24{
  width: 6rem;
}

.w-12{
  width: 3rem;
}

.w-18\.5{
  width: 4.5rem;
}

.w-18{
  width: 4.25rem;
}

.min-w-\[1\.875rem\]{
  min-width: 1.875rem;
}

.max-w-\[35\.188rem\]{
  max-width: 35.188rem;
}

.max-w-\[34\.875rem\]{
  max-width: 34.875rem;
}

.max-w-\[44\.625rem\]{
  max-width: 44.625rem;
}

.max-w-\[10rem\]{
  max-width: 10rem;
}

.max-w-\[73\.86vw\]{
  max-width: 73.86vw;
}

.max-w-\[19\.5rem\]{
  max-width: 19.5rem;
}

.max-w-\[14rem\]{
  max-width: 14rem;
}

.max-w-none{
  max-width: none;
}

.max-w-\[51\.125rem\]{
  max-width: 51.125rem;
}

.max-w-\[35\.1875rem\]{
  max-width: 35.1875rem;
}

.max-w-\[4\.75rem\]{
  max-width: 4.75rem;
}

.max-w-\[7\.5rem\]{
  max-width: 7.5rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-\[29\.0625rem\]{
  max-width: 29.0625rem;
}

.max-w-\[8rem\]{
  max-width: 8rem;
}

.max-w-\[8\.5rem\]{
  max-width: 8.5rem;
}

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

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

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

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

.basis-full{
  flex-basis: 100%;
}

.basis-1\/5{
  flex-basis: 20%;
}

.basis-2\/5{
  flex-basis: 40%;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.transform{
  transform: var(--tw-transform);
}

.cursor-pointer{
  cursor: pointer;
}

.scroll-mt-32{
  scroll-margin-top: 8rem;
}

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

.grid-flow-col{
  grid-auto-flow: column;
}

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

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

.grid-cols-\[repeat\(_auto-fit\2c _minmax\(0\2c _1fr\)\)\]{
  grid-template-columns: repeat( auto-fit, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

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

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

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

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

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

.gap-3{
  gap: 0.75rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-0{
  gap: 0px;
}

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

.gap-y-8{
  row-gap: 2rem;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.125rem * var(--tw-space-x-reverse));
  margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-gray-dark\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(156 153 150 / 0.1);
}

.divide-gray-dark\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(156 153 150 / 0.25);
}

.divide-white\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 254 250 / 0.2);
}

.divide-gray-lighter > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 241 238 / var(--tw-divide-opacity));
}

.self-end{
  align-self: flex-end;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis{
  text-overflow: ellipsis;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

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

.rounded-md{
  border-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-t{
  border-top-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.border-r-0{
  border-right-width: 0px;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
}

.border-gray-dark\/20{
  border-color: rgb(156 153 150 / 0.2);
}

.border-gray-dark{
  --tw-border-opacity: 1;
  border-color: rgb(156 153 150 / var(--tw-border-opacity));
}

.border-gray-dark\/25{
  border-color: rgb(156 153 150 / 0.25);
}

.border-white\/20{
  border-color: rgb(255 254 250 / 0.2);
}

.border-gray-dark\/10{
  border-color: rgb(156 153 150 / 0.1);
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 254 250 / var(--tw-border-opacity));
}

.border-black-dark\/10{
  border-color: rgb(0 0 0 / 0.1);
}

.border-white-light\/40{
  border-color: rgb(255 255 255 / 0.4);
}

.border-black\/10{
  border-color: rgb(35 31 30 / 0.1);
}

.border-black\/08{
  border-color: rgb(35 31 30 / .08);
}

.border-black-dark\/08{
  border-color: rgb(0 0 0 / .08);
}

.border-gray-lighter{
  --tw-border-opacity: 1;
  border-color: rgb(243 241 238 / var(--tw-border-opacity));
}

.border-opacity-20{
  --tw-border-opacity: 0.2;
}

.bg-gray-lighter\/40{
  background-color: rgb(243 241 238 / 0.4);
}

.bg-gray-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
}

.bg-white\/60{
  background-color: rgb(255 254 250 / 0.6);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}

.bg-white\/80{
  background-color: rgb(255 254 250 / 0.8);
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
}

.bg-white-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 241 / var(--tw-bg-opacity));
}

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

.bg-black\/60{
  background-color: rgb(35 31 30 / 0.6);
}

.bg-illustration-pattern{
  background-image: url(../fonts/illustration-pattern.svg);
}

.bg-cover{
  background-size: cover;
}

.bg-contain{
  background-size: contain;
}

.bg-center{
  background-position: center;
}

.bg-repeat{
  background-repeat: repeat;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-0{
  padding: 0px;
}

.p-6{
  padding: 1.5rem;
}

.p-1{
  padding: 0.25rem;
}

.p-5{
  padding: 1.25rem;
}

.p-2{
  padding: 0.5rem;
}

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

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-13{
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-19{
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.py-\[3\.625rem\]{
  padding-top: 3.625rem;
  padding-bottom: 3.625rem;
}

.py-6\.5{
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pt-6\.5{
  padding-top: 1.625rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pb-5\.5{
  padding-bottom: 1.375rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pr-12\.5{
  padding-right: 3.125rem;
}

.pr-12{
  padding-right: 3rem;
}

.pt-\[8\.25rem\]{
  padding-top: 8.25rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pt-\[16\.4583vw\]{
  padding-top: 16.4583vw;
}

.pb-16{
  padding-bottom: 4rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-25{
  padding-top: 6.25rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-19\.5{
  padding-bottom: 4.875rem;
}

.pb-19{
  padding-bottom: 4.75rem;
}

.pt-20{
  padding-top: 5rem;
}

.pb-11{
  padding-bottom: 2.75rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pt-4\.5{
  padding-top: 1.125rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-12{
  padding-top: 3rem;
}

.pb-9\.5{
  padding-bottom: 2.375rem;
}

.pb-9{
  padding-bottom: 2.25rem;
}

.pb-32{
  padding-bottom: 8rem;
}

.pt-0\.5{
  padding-top: 0.125rem;
}

.pb-px{
  padding-bottom: 1px;
}

.pt-0{
  padding-top: 0px;
}

.pt-10{
  padding-top: 2.5rem;
}

.pb-25{
  padding-bottom: 6.25rem;
}

.pr-14{
  padding-right: 3.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

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

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

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

.text-xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.not-italic{
  font-style: normal;
}

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

.leading-4{
  line-height: 1rem;
}

.leading-\[normal\]{
  line-height: normal;
}

.text-gray-dark{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}

.text-white-dark{
  --tw-text-opacity: 1;
  color: rgb(248 246 241 / var(--tw-text-opacity));
}

.text-black\/50{
  color: rgb(35 31 30 / 0.5);
}

.text-black\/60{
  color: rgb(35 31 30 / 0.6);
}

.text-black-dark\/60{
  color: rgb(0 0 0 / 0.6);
}

.text-opacity-50{
  --tw-text-opacity: 0.5;
}

.text-opacity-80{
  --tw-text-opacity: 0.8;
}

.no-underline{
  text-decoration: none;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-0{
  opacity: 0;
}

.opacity-80{
  opacity: 0.8;
}

.outline{
  outline-style: solid;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.container{
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px){
  .container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.shadow-text-photo {
    box-shadow: 0 0 10px 0 rgba(35, 31, 30, 0.06);
  }

.text-shadow-text-photo {
    text-shadow: 0 0 10px rgba(35, 31, 30, 0.06);
  }

.linebreak-ignore br{
  display: none;
}

.form-content form span.wpcf7-form-control-wrap.return-other-reason.linebreak-ignore br {
  display: none;
}
.header{
  position: fixed;
  z-index: 30;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(229 229 229 / 0.4);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px){
  .header{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .header{
    max-width: 100%;
  }
  .header{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  @media (min-width: 1024px){
    .header{
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
}
.header--light{
  background-color: transparent;
}
.header--light .nav li{
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.header--light .nav li:hover{
  color: rgb(255 254 250 / 0.6);
}
.header--light .burger span{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
}
.header--light .mini-cart__link{
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.header--light .mini-cart__link:hover{
  color: rgb(255 254 250 / 0.6);
}
.header--light .mini-cart__link__count{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.header--light .search__button{
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.header--gray{
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
}
.header--transparent{
  background-color: transparent;
}
.header--scrolled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
}
.header--scrolled .nav li{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.header--scrolled .nav li:hover{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.header--scrolled .burger span{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}
.header--scrolled .logo svg path{
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.header--scrolled .mini-cart__link{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.header--scrolled .mini-cart__link:hover{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.header--scrolled .mini-cart__link__count{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.header--scrolled .search__button{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.header--scrolled .header__country-selector{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.header--search-open{
  z-index: 30;
  border-color: rgb(35 31 30 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
}
.header--search-open .nav li{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.header--search-open .nav li:hover{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.header--search-open .burger span{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}
.header--search-open .logo svg path{
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.header--search-open .mini-cart__link{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.header--search-open .mini-cart__link:hover{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.header--search-open .mini-cart__link__count{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.header--search-open .search__button{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.header--hidden{
  --tw-translate-y: -100%;
  transform: var(--tw-transform);
}
.header--menu-open .burger span{
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}
.header--menu-open .burger span:first-child{
  --tw-translate-x: 0.1875rem;
  --tw-translate-y: 0.125rem;
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}
.header--menu-open .burger span:last-child{
  --tw-translate-x: 0.1875rem;
  --tw-translate-y: -0.125rem;
  --tw-rotate: -45deg;
  transform: var(--tw-transform);
}
.header--menu-open .burger span:first-child {
  transform: rotate(45deg) translate(3px, 2px);
}
.header--menu-open .burger span:last-child {
  transform: rotate(-45deg) translate(3px, -2px);
}
.header--checkout{
  border-bottom-width: 0px;
  background-color: transparent;
}

.nav{
  margin-right: 0.4rem;
  display: none;
  flex-direction: row;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}

.form-content form span.wpcf7-form-control-wrap.return-other-reason.nav {
  display: none;
}

@media (min-width: 1024px){
  .nav{
    display: flex;
  }
}
.nav li{
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.nav li:hover{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.nav li{
  margin-right: 2rem;
  letter-spacing: .04em;
}
.nav li:last-child{
  margin-right: 0px;
}

.burger{
  position: absolute;
  right: 0px;
  z-index: 40;
  box-sizing: content-box;
  display: flex;
  height: 0.5rem;
  width: 1.5rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
}

@media (min-width: 1024px){
  .burger{
    right: 1.25rem;
  }
}
.burger span{
  display: block;
  height: 1px;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.announcement-bar + .header {
  top: 32px;
}

.announcement-bar{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  min-height: 2rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}
.announcement-bar p{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.announcement-bar .announcement-bar__inner--desktop{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.announcement-bar .announcement-bar__inner--desktop {
  display: none;
}
@media (min-width: 1024px){
  .announcement-bar .announcement-bar__inner--desktop{
    display: block;
  }
  .announcement-bar .announcement-bar__inner--mobile{
    display: none;
  }

.form-content form span.wpcf7-form-control-wrap.return-other-reason.announcement-bar .announcement-bar__inner--mobile {
  display: none;
}
}
.announcement-bar .announcement-bar__inner--mobile {
  overflow: hidden;
  white-space: nowrap;
}
.announcement-bar .announcement-bar__inner--mobile p {
  display: inline-block;
}
.announcement-bar .announcement-bar__inner--mobile p:first-child {
  -webkit-animation: marquee 15s linear infinite;
          animation: marquee 15s linear infinite;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}

@-webkit-keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes marquee2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}
.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}
.footer__accordion{
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}
.footer__accordion > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(223 223 223 / 0.2);
}
.footer__accordion{
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(156 153 150 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
}
@media (min-width: 1024px){
  .footer__accordion{
    margin: 0px;
  }
  .footer__accordion{
    flex-direction: row;
  }
  .footer__accordion > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }
  .footer__accordion{
    border-style: none;
  }
  .footer__accordion{
    padding-bottom: 8.375rem;
  }
  .footer__bottom-nav{
    margin-left: auto;
  }
}
.footer__bottom-nav ul{
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px){
  .footer__bottom-nav ul{
    flex-direction: row;
  }
}
.footer__bottom-nav li{
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  margin-bottom: 0.625rem;
  color: rgb(248 246 241 / var(--tw-text-opacity));
  --tw-text-opacity: 0.5;
}
.footer__bottom-nav li:last-child{
  margin-bottom: 0px;
}
@media (min-width: 1024px){
  .footer__bottom-nav li{
    margin-bottom: 0px;
  }
  .footer__bottom-nav li{
    margin-right: 5.313rem;
  }
  .footer__bottom-nav li:last-child{
    margin-right: 0px;
  }
}

.footer__nav-container{
  cursor: pointer;
}

@media (min-width: 1024px){
  .footer__nav-container{
    margin-right: 3.125rem;
  }
  .footer__nav-container{
    width: 10rem;
  }
  .footer__nav-container{
    cursor: default;
  }
  .footer__nav-container:last-child{
    margin-right: 0px;
  }
}
.footer__nav-container--open .footer__nav__content{
  display: block;
}
.footer__nav-container--open .footer__nav__sign span:first-child{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.footer__nav-container--open .footer__nav__sign span:first-child {
  display: none;
}

.footer__nav{
  --tw-text-opacity: 1;
  color: rgb(243 241 238 / var(--tw-text-opacity));
}
.footer__nav__header{
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px){
  .footer__nav__header{
    margin-bottom: 0.625rem;
  }
  .footer__nav__header{
    padding: 0px;
  }
}
.footer__nav__sign{
  position: relative;
  margin-left: 0.75rem;
  margin-bottom: 0.125rem;
  display: flex;
  height: 0.875rem;
  width: 0.875rem;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px){
  .footer__nav__sign{
    display: none;
  }

.form-content form span.wpcf7-form-control-wrap.return-other-reason.footer__nav__sign {
  display: none;
}
}
.footer__nav__sign span{
  position: absolute;
  display: block;
  height: 1px;
  width: 0.875rem;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.footer__nav__sign span:first-child{
  --tw-rotate: 90deg;
  transform: var(--tw-transform);
}
.footer__nav__content{
  display: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.footer__nav__content {
  display: none;
}
@media (min-width: 1024px){
  .footer__nav__content{
    display: block;
  }
  .footer__nav__content{
    padding: 0px;
  }
}
.footer__nav h3{
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: .02em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  line-height: 1.5rem;
  color: rgb(243 241 238 / var(--tw-text-opacity));
  --tw-text-opacity: 0.5;
}
.footer__nav li{
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  margin-bottom: 0.625rem;
}
.footer__nav li:last-child{
  margin-bottom: 0px;
}
.footer__nav li a{
  --tw-text-opacity: 1;
  color: rgb(243 241 238 / var(--tw-text-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer__nav li a:hover{
  opacity: 0.6;
}
.footer__nav p{
  margin-bottom: 0.625rem;
}
.footer__nav p:last-child{
  margin-bottom: 0px;
}

.footer__newsletter{
  margin-bottom: 2.375rem;
}

@media (min-width: 1024px){
  .footer__newsletter{
    margin-bottom: 4.5rem;
  }
}
.footer__newsletter form.wpcf7-form{
  position: relative;
}
.footer__newsletter form.wpcf7-form.submitting::before{
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  background-color: rgb(35 31 30 / 0.6);
}
.footer__newsletter form.wpcf7-form.submitting::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f1ee #f3f1ee #f3f1ee transparent;
  border-radius: 50%;
  -webkit-animation: spin 500ms linear infinite;
          animation: spin 500ms linear infinite;
  z-index: 10;
}
.footer__newsletter label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-bottom: 0.5rem;
  display: block;
  color: rgb(243 241 238 / 0.5);
}
.footer__newsletter .wpcf7-form-control-wrap{
  display: block;
}
.footer__newsletter input:not(.wpcf7-submit){
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: rgb(243 241 238 / 0.4);
  background-color: transparent;
  padding: 0px;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.footer__newsletter input:not(.wpcf7-submit)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.footer__newsletter input:not(.wpcf7-submit):-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.footer__newsletter input:not(.wpcf7-submit)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.footer__newsletter input:not(.wpcf7-submit):focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 254 250 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.footer__newsletter input.wpcf7-submit{
  position: absolute;
  right: 0px;
  top: 50%;
  box-sizing: content-box;
  height: 0.5rem;
  width: 2.1875rem;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  cursor: pointer;
  background-image: url(../fonts/newsletter-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-indent: -9999px;
  opacity: 0.4;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer__newsletter input.wpcf7-submit:hover{
  opacity: 1;
}
.footer__newsletter .wpcf7-spinner{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.footer__newsletter .wpcf7-spinner {
  display: none;
}
.footer__newsletter .wpcf7-not-valid-tip{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.footer__newsletter .wpcf7-not-valid-tip {
  display: none;
}
.footer__newsletter .wpcf7-response-output{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin: 0px !important;
  margin-top: 0.625rem !important;
  border-width: 0px !important;
  padding: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 254 250 / var(--tw-text-opacity)) !important;
}

.footer__social-menu{
  display: flex;
}
.footer__social-menu li{
  margin-right: 1.5rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer__social-menu li:last-child{
  margin-right: 0px;
}
.footer__social-menu li:hover{
  opacity: 0.6;
}
@media (min-width: 1024px){
  .footer__social-menu li{
    margin-right: 1rem;
  }
}
.footer__social-menu svg{
  height: 1.25rem;
  width: 1.25rem;
}
@media (min-width: 1024px){
  .footer__social-menu svg{
    height: 1.0625rem;
  }
  .footer__social-menu svg{
    width: 1.0625rem;
  }
}
.footer__social-menu svg path{
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}

.side-menu{
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 30;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 5.25rem;
  padding-bottom: 1.75rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px){
  .side-menu{
    width: 21.875rem;
  }
  .side-menu{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .side-menu{
    padding-top: 6rem;
  }
}
.side-menu__overlay{
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
}
.side-menu--open{
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
}
.side-menu--open + .side-menu__overlay{
  visibility: visible;
}
.side-menu__top-menu{
  margin-bottom: 1rem;
}
@media (min-width: 1024px){
  .side-menu__top-menu{
    margin-bottom: 3rem;
  }
}
.side-menu__top-menu li{
  margin-bottom: 1rem;
}
.side-menu__top-menu li:last-child{
  margin-bottom: 0px;
}
@media (min-width: 1024px){
  .side-menu__top-menu li{
    margin-bottom: 1.5rem;
  }
}
.side-menu__top-menu li a{
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px){
  .side-menu__top-menu li a{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.side-menu__top-menu li a{
  font-size: 2rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px){

  .side-menu__top-menu li a{
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .side-menu__top-menu li a{
    font-weight: 300;
  }

  .side-menu__top-menu li a{
    letter-spacing: 0.01em;
  }

  @media (min-width: 1024px){
    .side-menu__top-menu li a{
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
}
.side-menu__top-menu li a.hovered{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.side-menu__top-menu--hover li a{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.side-menu__bottom-menu li{
  margin-bottom: 1rem;
}
.side-menu__bottom-menu li:last-child{
  margin-bottom: 0px;
}
.side-menu__bottom-menu li a{
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.side-menu__bottom-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.side-menu__social-menu{
  display: flex;
}
.side-menu__social-menu li{
  margin-right: 1.5rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.side-menu__social-menu li:last-child{
  margin-right: 0px;
}
.side-menu__social-menu li:hover{
  opacity: 0.6;
}
@media (min-width: 1024px){
  .side-menu__social-menu li{
    margin-right: 1rem;
  }
}
.side-menu__social-menu svg{
  height: 1.25rem;
  width: 1.25rem;
}
@media (min-width: 1024px){
  .side-menu__social-menu svg{
    height: 1.0625rem;
  }
  .side-menu__social-menu svg{
    width: 1.0625rem;
  }
}
.side-menu__social-menu svg path{
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}

.woocommerce-variation.single_variation .woocommerce-variation-price{
  display: none;
}

.form-content form span.wpcf7-form-control-wrap.return-other-reason.woocommerce-variation.single_variation .woocommerce-variation-price {
  display: none;
}

.woocommerce-notices-wrapper, .woocommerce-message{
  display: none;
}

.form-content form span.wpcf7-form-control-wrap.return-other-reason.woocommerce-notices-wrapper, .form-content form span.wpcf7-form-control-wrap.return-other-reason.woocommerce-message {
  display: none;
}

.woocommerce-password-strength{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  position: relative;
  margin-top: 1rem;
  padding-top: 0.5rem;
}

.woocommerce-password-strength::before{
  position: absolute;
  top: 0px;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(156 153 150 / var(--tw-bg-opacity));
  content: var(--tw-content);
  opacity: 0.25;
}
.woocommerce-password-strength.short::after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.125rem;
  width: 16.666667%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(234 29 37 / var(--tw-bg-opacity));
}
.woocommerce-password-strength.bad::after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.125rem;
  width: 33.333333%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(234 29 37 / var(--tw-bg-opacity));
}
.woocommerce-password-strength.good::after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.125rem;
  width: 66.666667%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(242 153 74 / var(--tw-bg-opacity));
}
.woocommerce-password-strength.strong::after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.125rem;
  width: 100%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(33 150 83 / var(--tw-bg-opacity));
}

.woocommerce-password-hint{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.woocommerce-password-hint strong{
  margin-bottom: 0.25rem;
  display: block;
  font-weight: 700;
}

.available-on-backorder{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-bottom: 1.5rem;
}

.woocommerce-mini-cart{
  margin-bottom: 1rem;
  width: 18.25rem;
}

.woocommerce-mini-cart > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(156 153 150 / 0.25);
}

.woocommerce-mini-cart{
  border-bottom-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
}
.woocommerce-mini-cart .woocommerce-mini-cart-item{
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item:first-child{
  padding-top: 0px;
}
.woocommerce-mini-cart ins{
  text-decoration: none;
}

.woocommerce-mini-cart__buttons{
  display: flex;
  justify-content: space-between;
}
.woocommerce-mini-cart__buttons .button{
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce-mini-cart__buttons .button:first-child{
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.4);
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.woocommerce-mini-cart__buttons .button:first-child:hover{
  border-color: rgb(35 31 30 / 0.4);
}

.woocommerce-mini-cart__total{
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}

.mini-cart__link{
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}

.mini-cart__link:hover{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}

.mini-cart__link{
  display: flex;
  cursor: pointer;
  align-items: center;
}
.mini-cart__link__count{
  margin-left: 0.5rem;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  padding-left: .3125rem;
  padding-right: .3125rem;
  padding-top: .3125rem;
  padding-bottom: 0.1875rem;
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.mini-cart__link__count--hidden{
  display: none !important;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.mini-cart__link__count--hidden {
  display: none !important;
}
.mini-cart__link__count span{
  min-width: 0.625rem;
  text-align: center;
}

body.single-product .woocommerce-notices-wrapper{
  display: none;
}

.form-content form span.wpcf7-form-control-wrap.return-other-reasonbody.single-product .woocommerce-notices-wrapper {
  display: none;
}
body.single-product .onsale{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reasonbody.single-product .onsale {
  display: none;
}

.product-quote{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px){
  .product-quote{
    display: flex;
  }
  .product-quote{
    padding-top: 4.375rem;
  }
  .product-quote{
    padding-bottom: 7.5rem;
  }
}
.product-quote br{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.product-quote br {
  display: none;
}
@media (min-width: 768px){
  .product-quote br{
    display: block;
  }
}

.cart-table > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(35 31 30 / 0.1);
}

.cart-table{
  border-bottom-width: 1px;
  border-color: rgb(35 31 30 / 0.1);
}
.cart-table__head-row{
  display: grid;
  grid-template-columns: 1.875rem 4.75rem minmax(0, 1fr) 12.4375rem 12.4375rem 5rem;
  padding-bottom: 1rem;
}
.cart-table__head-row .cart-table__quantity-column, .cart-table__head-row .cart-table__subtotal-column{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.cart-table__head-row .cart-table__quantity-column, .form-content form span.wpcf7-form-control-wrap.return-other-reason.cart-table__head-row .cart-table__subtotal-column {
  display: none;
}
@media (min-width: 1024px){
  .cart-table__head-row .cart-table__quantity-column, .cart-table__head-row .cart-table__subtotal-column{
    display: block;
  }
}
.cart-table__head-row .cart-table__subtotal-column{
  text-align: right;
}
.cart-table__row{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1024px){
  .cart-table__row{
    display: grid;
  }
  .cart-table__row{
    grid-template-columns: 1.875rem 4.75rem minmax(0, 1fr) 12.4375rem 12.4375rem 5rem;
  }
  .cart-table__row{
    align-items: center;
  }
}
.cart-table__row .cart-table__remove-column{
  position: absolute;
  right: 0px;
  top: 1.6875rem;
}
@media (min-width: 1024px){
  .cart-table__row .cart-table__remove-column{
    position: static;
  }
}
.cart-table__row .cart-table__image-column{
  margin-bottom: 1.25rem;
  flex-basis: 20%;
}
@media (min-width: 1024px){
  .cart-table__row .cart-table__image-column{
    margin-bottom: 0px;
  }
}
.cart-table__row .cart-table__name-column{
  margin-bottom: 1.25rem;
  max-width: 80%;
  flex-basis: 80%;
  padding-top: 0.5rem;
}
@media (min-width: 1024px){
  .cart-table__row .cart-table__name-column{
    margin-bottom: 0px;
  }
  .cart-table__row .cart-table__name-column{
    padding-top: 0px;
  }
  .cart-table__row .cart-table__quantity-column{
    margin-left: 0px !important;
  }
}
.cart-table__row .cart-table__quantity-column {
  margin-left: calc(20% + 1.25rem);
}
.cart-table__row .cart-table__subtotal-column{
  margin-left: auto;
  text-align: right;
}
@media (min-width: 1024px){
  .cart-table__row .cart-table__subtotal-column{
    margin-left: 0px;
  }
}
.cart-table__name-column{
  display: flex;
  flex-direction: column;
  padding-left: 1.25rem;
}
.cart-table__name-column > a:first-child{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-bottom: 0.25rem;
}
.cart-table__price-column{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.cart-table__price-column {
  display: none;
}
@media (min-width: 1024px){
  .cart-table__price-column{
    display: block;
  }
}
.cart-table__price-column span{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
}
.cart-table__price-column ins{
  text-decoration: none;
}
.cart-table__subtotal-column span{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
}
.cart-table__image-cell img{
  max-width: 4.75rem;
}

.cart_totals{
  margin-bottom: 2.5rem;
  width: 100%;
}

@media (min-width: 1024px){
  .cart_totals{
    margin-left: auto;
  }
  .cart_totals{
    max-width: 29.875rem;
  }
}
.cart_totals table{
  width: 100%;
  border-collapse: separate;
}
@media (min-width: 1024px){
  .cart_totals table{
    margin-top: 0.75rem;
  }
}
.cart_totals table {
  border-spacing: 0 0.75rem;
}
.cart_totals tr{
  margin-bottom: 0.75rem;
}
.cart_totals th{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  padding: 0px;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.cart_totals td{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  padding: 0px;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.cart_totals .checkout-button{
  width: 100%;
}

.checkout-page{
  display: flex;
  flex: 1 1 auto;
}
.checkout-page .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
  margin-bottom: 1.875rem;
}
.checkout-page .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.checkout-page .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul li{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  width: 100%;
  border-radius: 0.25rem;
  background-color: rgb(234 29 37 / 0.1);
  background-image: url(../fonts/error-icon.svg);
  background-position: 1rem center;
  background-repeat: no-repeat;
  padding-left: 3rem;
  padding-right: 2.5rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.6875rem;
  --tw-text-opacity: 1;
  color: rgb(234 29 37 / var(--tw-text-opacity));
}

.wc_payment_methods{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
}

table.review-order-total{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.75rem;
}
table.review-order-total th{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  padding: 0px;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
table.review-order-total td{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  padding: 0px;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
table.review-order-total--project-discount th, table.review-order-total--project-discount td{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
table.review-order-total .review-order-total__discount-text th, table.review-order-total .review-order-total__discount-text td{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
table.review-order-total tr.order-total th, table.review-order-total tr.order-total td{
  border-top-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  padding-top: 1rem;
}
table.review-order-total tr.delivery svg{
  height: .75rem;
  width: .75rem;
}

.shipping-choices{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-top: 2.5rem;
}
.shipping-choices ul.woocommerce-shipping-methods > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(156 153 150 / 0.25);
}
.shipping-choices ul.woocommerce-shipping-methods{
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
}
.shipping-choices ul.woocommerce-shipping-methods li{
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
.shipping-choices ul.woocommerce-shipping-methods li input[type=radio]{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
}
.shipping-choices ul.woocommerce-shipping-methods li input[type=radio]:checked{
  background-image: url(../fonts/radio-inner.svg);
  background-size: 0.625rem;
}
.shipping-choices ul.woocommerce-shipping-methods li input[type=radio]:focus {
  box-shadow: none;
}
.shipping-choices ul.woocommerce-shipping-methods li label{
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: .02em;
  margin-left: 1.5rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  line-height: 1rem;
}

.customer-details .woocommerce-billing-fields__field-wrapper, .customer-details .woocommerce-shipping-fields__field-wrapper{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 0.875rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.customer-details .woocommerce-billing-fields{
  margin-bottom: 1.5rem;
}
.customer-details .form-row{
  position: relative;
  width: 100%;
}
.customer-details .form-row--loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 11.5px;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #231f1e #231f1e #231f1e transparent;
  border-radius: 50%;
  -webkit-animation: spin 500ms linear infinite;
          animation: spin 500ms linear infinite;
}
.customer-details .form-row__icon{
  position: absolute;
  right: 0.719rem;
  top: 50%;
  height: 1.75rem;
  width: 1.75rem;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  background-position: center;
  background-repeat: no-repeat;
}
.customer-details .form-row__icon--error{
  display: none;
  background-image: url(../fonts/error-icon.svg);
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.customer-details .form-row__icon--error {
  display: none;
}
.customer-details .form-row__icon--error svg{
  height: 1.5rem;
  width: 1.5rem;
}
.customer-details .form-row__icon--success{
  background-image: url(../fonts/success-icon.svg);
}
.customer-details .form-row__icon--success svg{
  height: 1.5rem;
  width: 1.5rem;
}
.customer-details .form-row.woocommerce-invalid .form-row__icon--error{
  display: block;
}
.customer-details .form-row.woocommerce-invalid .select2-selection{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 29 37 / var(--tw-border-opacity));
}
.customer-details .form-row.woocommerce-invalid .woocommerce-input-wrapper input{
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 29 37 / var(--tw-border-opacity)) !important;
}
.customer-details .form-row .select2-container {
  width: 100% !important;
}
.customer-details .form-row.form-row-wide{
  grid-column: span 2 / span 2;
}
.customer-details .form-row#billing_country_field label, .customer-details .form-row#shipping_country_field label{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.customer-details .form-row#billing_country_field label, .form-content form span.wpcf7-form-control-wrap.return-other-reason.customer-details .form-row#shipping_country_field label {
  display: none;
}
.customer-details .form-row#billing_address_book_field label, .customer-details .form-row#shipping_address_book_field label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.customer-details .form-row#billing_address_book_field span.optional, .customer-details .form-row#shipping_address_book_field span.optional{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.customer-details .form-row#billing_address_book_field span.optional, .form-content form span.wpcf7-form-control-wrap.return-other-reason.customer-details .form-row#shipping_address_book_field span.optional {
  display: none;
}
.customer-details .form-row:not(#billing_country_field):not(#shipping_country_field):not(#billing_address_book_field):not(#shipping_address_book_field):not(#datepicker_field).input-focused label{
  top: 0.5rem;
  font-size: 0.6875rem;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.customer-details .form-row:not(#billing_country_field):not(#shipping_country_field):not(#billing_address_book_field):not(#shipping_address_book_field):not(#datepicker_field) label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  position: absolute;
  left: 1rem;
  top: 0.8125rem;
  color: rgb(35 31 30 / 0.6);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.customer-details .form-row:not(#billing_country_field):not(#shipping_country_field):not(#billing_address_book_field):not(#shipping_address_book_field):not(#datepicker_field) .woocommerce-input-wrapper{
  display: block;
}
.customer-details .form-row:not(#billing_country_field):not(#shipping_country_field):not(#billing_address_book_field):not(#shipping_address_book_field):not(#datepicker_field) input{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-top: 1.375rem;
  padding-left: 1rem;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.customer-details .form-row:not(#billing_country_field):not(#shipping_country_field):not(#billing_address_book_field):not(#shipping_address_book_field):not(#datepicker_field) input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.customer-details #ship-to-different-address label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  display: flex;
  align-items: center;
}
.customer-details #ship-to-different-address .woocommerce-form__input-checkbox{
  margin-right: 1rem;
  border-radius: 0.125rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(35 31 30 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
}
.customer-details #ship-to-different-address .woocommerce-form__input-checkbox:checked{
  background-image: url(../fonts/checkbox-inner.svg) !important;
  background-size: 0.625rem !important;
}
.customer-details #ship-to-different-address .woocommerce-form__input-checkbox:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: none;
}
.customer-details .form-row-wide{
  width: 100%;
}
.customer-details .shipping_address{
  margin-top: 2.5rem;
}

.checkout-payments{
  margin-top: 2.5rem;
}
.checkout-payments ul.checkout-payments__methods{
  margin-bottom: 2rem;
}
.checkout-payments ul.checkout-payments__methods > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(156 153 150 / 0.25);
}
.checkout-payments ul.checkout-payments__methods{
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
}
.checkout-payments ul.checkout-payments__methods li[class*=payment_method]{
  padding: 0px;
}
.checkout-payments ul.checkout-payments__methods li[class*=payment_method] .payment_method__label{
  padding: 1.5rem;
}
@media (min-width: 1024px){
  .checkout-payments ul.checkout-payments__methods li[class*=payment_method] .payment_method__label{
    height: 4.625rem;
  }
}
.checkout-payments ul.checkout-payments__methods li[class*=payment_method] .payment_method__label label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
}
.checkout-payments ul.checkout-payments__methods li[class*=payment_method] .payment_method__label input[type=radio]{
  margin-left: 0px;
  margin-right: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
}
.checkout-payments ul.checkout-payments__methods li[class*=payment_method] .payment_method__label input[type=radio]:checked{
  background-image: url(../fonts/radio-inner.svg);
  background-size: 0.625rem;
}
.checkout-payments ul.checkout-payments__methods li[class*=payment_method] .payment_method__label input[type=radio]:focus {
  box-shadow: none;
}
@media (min-width: 1024px){
  .checkout-payments ul.checkout-payments__methods li[class*=payment_method] .payment_method__label img{
    height: 1.625rem;
  }
}
.checkout-payments ul.checkout-payments__methods li[class*=payment_method] .payment_box{
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
.checkout-payments ul.checkout-payments__methods li[class*=payment_method] .payment_box p{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
}
.checkout-payments ul.checkout-payments__methods div.wc-stripe_cc-container.wc-stripe-gateway-container.has_tokens{
  margin-top: 0px;
}
.checkout-payments ul.checkout-payments__methods div.wc-stripe_cc-container.wc-stripe-gateway-container.has_tokens input.wc-stripe-payment-type {
  display: inline-block !important;
}
.checkout-payments ul.checkout-payments__methods div.wc-stripe_cc-container input[type=radio]{
  margin-left: 0px;
  margin-right: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
}
.checkout-payments ul.checkout-payments__methods div.wc-stripe_cc-container input[type=radio]:checked{
  background-image: url(../fonts/radio-inner.svg);
  background-size: 0.625rem;
}
.checkout-payments ul.checkout-payments__methods div.wc-stripe_cc-container input[type=radio]:focus {
  box-shadow: none;
}
.checkout-payments ul.checkout-payments__methods div.wc-stripe_cc-container .wc-stripe-saved-methods-label-container{
  margin-bottom: 1rem;
}
.checkout-payments ul.checkout-payments__methods div.wc-stripe_cc-container .wc-stripe-new-method-label-container{
  margin-top: 1.5rem;
}
.checkout-payments ul.checkout-payments__methods div.wc-stripe_cc-container .wc-stripe_cc-new-method-container{
  margin-top: 1rem;
  margin-bottom: 0px;
}
.checkout-payments ul.checkout-payments__methods div.wc-stripe_cc-container label.wc-stripe-label-payment-type{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin: 0px;
  display: inline-block;
}
.checkout-payments ul.checkout-payments__methods div.wc-stripe_cc-container label.wc-stripe-label-payment-type::before{
  --tw-content: none;
  content: var(--tw-content);
}
.checkout-payments ul.checkout-payments__methods div.wc-stripe_cc-container .select2-container--default .select2-selection--single .select2-selection__arrow{
  right: 1rem;
  top: 50%;
  height: 0.625rem;
  transform: var(--tw-transform);
}
.checkout-payments ul.checkout-payments__methods div.wc-stripe_cc-container .select2-container--default .select2-selection--single .select2-selection__rendered{
  height: 100%;
}
.checkout-payments ul.checkout-payments__methods .wc-stripe-simple-form * {
  font-family: Lausanne;
}
.checkout-payments ul.checkout-payments__methods .wc-stripe-simple-form{
  margin-top: 1rem;
  background-color: transparent;
  padding: 0px;
}
.checkout-payments ul.checkout-payments__methods .wc-stripe-simple-form .row{
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1rem;
}
.checkout-payments ul.checkout-payments__methods .wc-stripe-simple-form .field{
  margin-left: 0px;
  margin-right: 0px;
}
.checkout-payments ul.checkout-payments__methods .wc-stripe-simple-form .field label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin: 0px;
  color: rgb(35 31 30 / 0.6);
}
.checkout-payments ul.checkout-payments__methods .wc-stripe-simple-form .field .input{
  background-color: transparent;
}
.checkout-payments ul.checkout-payments__methods .wc-stripe-simple-form .baseline{
  background-color: rgb(156 153 150 / 0.25);
}
.checkout-payments ul.checkout-payments__methods .wc-stripe-simple-form .input.focused + label + .baseline{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}
.checkout-payments ul.checkout-payments__methods .wc_payment_method.payment_method_ppcp-gateway{
  background-image: url(../fonts/paypal-logo.svg);
  background-size: auto 1.5rem;
  background-position: right 1.5rem center;
  background-repeat: no-repeat;
}
.checkout-payments ul.checkout-payments__methods .wc_payment_method .payment_box.payment_method_ppcp-gateway,
.checkout-payments ul.checkout-payments__methods .wc_payment_method .payment_box.payment_method_stripe_bancontact {
  display: none !important;
}
.checkout-payments ul.checkout-payments__methods .wc-stripe-save-source .save-source-label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.checkout-payments__button{
  margin-bottom: 1.5rem;
  width: 100%;
}
.checkout-payments .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  color: rgb(35 31 30 / 0.4);
}
.checkout-payments .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a{
  text-decoration: underline;
}

.mobile-order-review__content{
  display: none;
}

.form-content form span.wpcf7-form-control-wrap.return-other-reason.mobile-order-review__content {
  display: none;
}

.order-review{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px){
  .order-review{
    border-radius: 0px;
  }
  .order-review{
    background-color: transparent;
  }
  .order-review{
    padding: 0px;
  }
}
.order-review--active .order-review__header::after{
  content: var(--tw-content);
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}
.order-review--active .order-review__content{
  display: block;
}
.order-review__header{
  position: relative;
}
.order-review__header::after{
  position: absolute;
  top: 50%;
  right: 0px;
  height: 0.625rem;
  width: 0.625rem;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  background-image: url(../fonts/select-arrow.svg);
  background-size: contain;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
@media (min-width: 1024px){
  .order-review__header::after{
    --tw-content: none;
    content: var(--tw-content);
  }
}
.order-review__content{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.order-review__content {
  display: none;
}
@media (min-width: 1024px){
  .order-review__content{
    display: block;
  }
  .woocommerce-checkout-review-order{
    position: -webkit-sticky;
    position: sticky;
  }
  .woocommerce-checkout-review-order{
    top: 1rem;
  }
}

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

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

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

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

.text-content :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

.text-content :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-content :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}

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

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

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

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

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

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

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

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

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

.text-content :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.text-content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-content{
  max-width: none;
}

.text-content :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}

@media (min-width: 1024px){
  .text-content :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
    font-size: 3.375rem;
    line-height: 4.0625rem;
  }
  .text-content :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
    letter-spacing: 0;
  }
}

.text-content :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
  font-size: 2rem;
  line-height: 2.5rem;
}

@media (min-width: 1024px){
  .text-content :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
    font-size: 2.375rem;
    line-height: 3rem;
  }
}

.text-content :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.text-content :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.text-content :is(:where(p):not(:where([class~="not-prose"] *))):last-child{
  margin-bottom: 0px;
}

.text-content :is(:where(img):not(:where([class~="not-prose"] *))){
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px){
  .text-content{
    max-width: 56%;
  }
  .text-content :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
    margin-bottom: 1.875rem;
  }
  .text-content :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
    padding-left: 0px;
    padding-right: 0px;
  }
  .text-content :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
    padding-right: 6.25rem;
  }
  .text-content :is(:where(p):not(:where([class~="not-prose"] *))){
    margin-bottom: 3rem;
  }
  .text-content :is(:where(p):not(:where([class~="not-prose"] *))){
    padding-left: 0px;
    padding-right: 0px;
  }
  .text-content :is(:where(p):not(:where([class~="not-prose"] *))){
    padding-right: 6.25rem;
  }
  .text-content :is(:where(img):not(:where([class~="not-prose"] *))){
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.text-content .button{
  text-decoration: none;
}
.text-content .wp-caption {
  width: 100% !important;
}
.text-content .wp-caption p{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.text-content blockquote{
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px){
  .text-content blockquote{
    font-size: 3.375rem;
    line-height: 4.0625rem;
  }
  .text-content blockquote{
    letter-spacing: 0;
  }
}
.text-content blockquote{
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 1024px){
  .text-content blockquote{
    font-size: 2.375rem;
    line-height: 3rem;
  }
}
.text-content blockquote{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 0px;
  padding: 0px;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.text-content blockquote p{
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px){
  .text-content blockquote p{
    font-size: 3.375rem;
    line-height: 4.0625rem;
  }
  .text-content blockquote p{
    letter-spacing: 0;
  }
}
.text-content blockquote p{
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 1024px){
  .text-content blockquote p{
    font-size: 2.375rem;
    line-height: 3rem;
  }
}
.text-content img:not(.wp-caption img) {
  width: calc(100% + 2.5rem);
  margin: 0 -1.25rem;
  max-width: none;
}

.checkout-information{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

@media (min-width: 1024px){
  .checkout-information{
    padding-top: 6.25rem;
  }
  .checkout-information{
    padding-left: 6.94vw;
  }
  .checkout-information{
    padding-right: 11.805vw;
  }
}
.checkout-information .blockUI.blockOverlay::before {
  background-color: #f3f1ee;
}
.checkout-information .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  color: rgb(35 31 30 / 0.4);
}
.checkout-information .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a{
  text-decoration: underline;
}

.map-marker__address{
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: .02em;
  margin-bottom: 1.375rem;
  line-height: 1rem;
}
.map-marker__anchor-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.map-marker__anchor-box a{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.map-marker__anchor-box a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}

.store-tabs{
  display: flex;
  overflow-x: auto;
  border-bottom-width: 1px;
  border-color: rgb(156 153 150 / 0.4);
}
.store-tabs__category{
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: .02em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.store-tabs__category:hover{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.store-tabs__category{
  margin-right: 3.75rem;
  cursor: pointer;
  padding-bottom: 1rem;
}
.store-tabs__category:last-child{
  margin-right: 0px;
}
.store-tabs__category--active{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}

.store-list{
  display: none;
}

.store-list > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(156 153 150 / 0.2);
}

.form-content form span.wpcf7-form-control-wrap.return-other-reason.store-list {
  display: none;
}
.store-list--active{
  display: block;
}
.store-list__item{
  cursor: pointer;
  background-position: left 1.25rem top 2rem;
  background-repeat: no-repeat;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3.625rem;
  padding-right: 1.25rem;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.store-list__item:hover{
  background-color: rgb(243 241 238 / 0.4);
}
@media (min-width: 1024px){
  .store-list__item{
    background-position: left 2.375rem top 2rem;
  }
  .store-list__item{
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }
}

.map-toggle{
  position: fixed;
  bottom: 0px;
  display: flex;
  height: 2.8125rem;
  width: 100%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px){
  .map-toggle{
    display: none;
  }

.form-content form span.wpcf7-form-control-wrap.return-other-reason.map-toggle {
  display: none;
}
}
.map-toggle__show-list{
  font-size: 0.75rem;
  font-weight: 350;
  line-height: .75rem;
  letter-spacing: .08em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-transform: uppercase;
}
.map-toggle__show-map{
  font-size: 0.75rem;
  font-weight: 350;
  line-height: .75rem;
  letter-spacing: .08em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-transform: uppercase;
}

.acf-map{
  flex: 1 1 auto;
}

.store-information{
  width: 31.125rem;
  flex-direction: column;
  overflow-y: auto;
  border-right-width: 1px;
  border-color: rgb(156 153 150 / 0.2);
}

@media (min-width: 1024px){
  .store-information{
    display: flex;
  }
}
.store-information__section{
  position: relative;
  display: flex;
  height: 100%;
  flex: 1 1 0%;
  padding-bottom: 2.8125rem;
}
@media (min-width: 1024px){
  .store-information__section{
    flex: none;
  }
  .store-information__section{
    padding-bottom: 0px;
  }
}

.location-autocomplete{
  position: relative;
}
.location-autocomplete__geolocation{
  position: absolute;
  left: 1.25rem;
  top: 0.9375rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.location-autocomplete__geolocation:hover{
  opacity: 0.6;
}
.location-autocomplete input{
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 300;
  margin-bottom: 2rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.4);
  background-color: transparent;
  padding-left: 4rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.location-autocomplete input::-moz-placeholder{
  color: rgb(35 31 30 / 0.8);
}
.location-autocomplete input:-ms-input-placeholder{
  color: rgb(35 31 30 / 0.8);
}
.location-autocomplete input::placeholder{
  color: rgb(35 31 30 / 0.8);
}
.location-autocomplete input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.post-categories{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  display: flex;
  overflow-x: auto;
  border-bottom-width: 1px;
  border-color: rgb(156 153 150 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px){
  .post-categories{
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
}
.post-categories--header-active{
  top: 4.25rem;
}

.woocommerce-form .form-row{
  margin-bottom: 0.875rem;
  display: flex;
  flex-direction: column;
}

.woocommerce-form .form-row:last-child{
  margin-bottom: 0px;
}
.woocommerce-form .form-row label{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.woocommerce-form .form-row label {
  display: none;
}
.woocommerce-form .form-row input{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  height: 3rem;
  border-radius: 0.125rem;
  border-color: rgb(156 153 150 / 0.25);
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.woocommerce-form .form-row input::-moz-placeholder{
  color: rgb(35 31 30 / 0.8);
}
.woocommerce-form .form-row input:-ms-input-placeholder{
  color: rgb(35 31 30 / 0.8);
}
.woocommerce-form .form-row input::placeholder{
  color: rgb(35 31 30 / 0.8);
}
.woocommerce-form .form-row input:focus{
  border-color: rgb(0 0 0 / 0.25);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.woocommerce-form .form-row select{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  height: 3rem;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  background-color: transparent;
  background-image: url(../fonts/arrow-dark-select.svg);
  padding-left: 1rem;
  padding-right: 1rem;
  color: rgb(35 31 30 / 0.8);
  background-position: right 1rem center;
  background-size: 0.625rem 0.375rem;
}
.woocommerce-form .form-row select option[value=""]{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.woocommerce-form.woocommerce-form-register .woocommerce-privacy-policy-text{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.woocommerce-form.woocommerce-form-register .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-form .form-row .woocommerce-button{
  width: 100%;
}
@media (min-width: 1024px){
  .woocommerce-form .form-row .woocommerce-button{
    width: auto;
  }
  .woocommerce-form .form-row .woocommerce-button{
    min-width: 11.25rem;
  }
}

.my-account{
  flex: 1 1 auto;
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
  padding-top: 4.25rem;
}

@media (min-width: 1024px){
  .my-account{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.my-account__container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 64.375rem;
}
@media (min-width: 1024px){
  .my-account__container > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.my-account__mobile-header{
  position: relative;
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .my-account__mobile-header{
    display: none;
  }

.form-content form span.wpcf7-form-control-wrap.return-other-reason.my-account__mobile-header {
  display: none;
}
}
.my-account__mobile-header__button{
  position: absolute;
  left: 1.25rem;
  margin-top: -0.1875rem;
  padding: 0.3125rem;
}
.my-account__mobile-header__title{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.my-account__nav{
  width: 100%;
  flex-shrink: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
}
@media (min-width: 1024px){
  .my-account__nav{
    width: 18.25rem;
  }
  .my-account__nav{
    padding: 0px;
  }
}
.my-account__nav ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.my-account__nav li{
  position: relative !important;
}
.my-account__nav li:last-child{
  margin-top: 0.5rem !important;
  border-top-width: 1px !important;
  border-color: rgb(156 153 150 / 0.25) !important;
  padding-top: 0.5rem !important;
}
.my-account__nav li a{
  display: block;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 4rem;
  padding-right: 1.5rem;
}
.my-account__nav li svg{
  position: absolute;
  left: 1.75rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}
.my-account__nav li.is-active::before{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}
.my-account__content{
  width: 100%;
}
.my-account__content__header{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px){
  .my-account__content__header{
    border-radius: 0.25rem;
  }
  .my-account__content__header{
    padding: 2.5rem;
  }
  .my-account__content__header{
    padding-top: 3rem;
  }
}
.my-account__order-card{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px){
  .my-account__order-card{
    border-radius: 0.25rem;
  }
  .my-account__order-card{
    padding: 2rem;
  }
  .my-account__order-card{
    padding-top: 2.5rem;
  }
}
.my-account__order-description{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  max-width: 29.0625rem;
  color: rgb(35 31 30 / 0.6);
}
.my-account__order-description a{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.my-account__order-description a:hover{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.my-account__order-address{
  margin-bottom: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px){
  .my-account__order-address{
    border-radius: 0.25rem;
  }
  .my-account__order-address{
    padding: 2.5rem;
  }
  .my-account__order-address{
    padding-top: 3.75rem;
  }
}
.my-account__order-payment > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(243 241 238 / var(--tw-divide-opacity));
}
.my-account__order-payment{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px){
  .my-account__order-payment{
    border-radius: 0.25rem;
  }
  .my-account__order-payment{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .my-account__order-payment{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.my-account__payment-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.my-account__payment-list__item{
  display: flex;
  min-height: 9.8125rem;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px){
  .my-account__payment-list__item{
    border-radius: 0.25rem;
  }
  .my-account__payment-list__item{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .my-account__payment-list__item{
    padding-top: 2rem;
  }
  .my-account__payment-list__item{
    padding-bottom: 1.5rem;
  }
}
.my-account__payment-list__button{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(156 153 150 / 0.25);
}
.my-account__add-payment{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px){
  .my-account__add-payment{
    border-radius: 0.25rem;
  }
  .my-account__add-payment{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .my-account__add-payment{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.my-account__add-payment ul.payment_methods{
  margin-bottom: 2rem;
}
.my-account__add-payment ul.payment_methods > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(156 153 150 / 0.25);
}
.my-account__add-payment ul.payment_methods{
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
}
.my-account__add-payment li[class*=payment_method]{
  padding: 0px !important;
}
.my-account__add-payment li[class*=payment_method] .payment_method__label{
  padding: 1.5rem;
}
.my-account__add-payment li[class*=payment_method] .payment_method__label label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
}
.my-account__add-payment li[class*=payment_method] .payment_method__label input[type=radio]{
  margin-left: 0px;
  margin-right: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
}
.my-account__add-payment li[class*=payment_method] .payment_method__label input[type=radio]:checked{
  background-image: url(../fonts/radio-inner.svg);
  background-size: 0.625rem;
}
.my-account__add-payment li[class*=payment_method] .payment_method__label input[type=radio]:focus {
  box-shadow: none;
}
.my-account__add-payment li[class*=payment_method] .payment_box{
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
.my-account__add-payment .woocommerce-NoticeGroup{
  margin-bottom: 1.875rem;
}
.my-account__add-payment .woocommerce-NoticeGroup ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.my-account__add-payment .woocommerce-NoticeGroup ul li{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  width: 100%;
  border-radius: 0.25rem;
  background-color: rgb(234 29 37 / 0.1);
  background-image: url(../fonts/error-icon.svg);
  background-position: 1rem center;
  background-repeat: no-repeat;
  padding-left: 3rem;
  padding-right: 2.5rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.6875rem;
  --tw-text-opacity: 1;
  color: rgb(234 29 37 / var(--tw-text-opacity));
}
.my-account__details{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 1024px){
  .my-account__details{
    border-radius: 0.25rem;
  }
  .my-account__details{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .my-account__details{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}
.my-account__details__form .form-row{
  position: relative;
  margin-bottom: 0px;
}
.my-account__details__form .form-row.input-focused label:not([for=afreg_user_role]){
  font-weight: 300;
  line-height: .75rem;
  top: 0.5rem;
  font-size: 0.6875rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.my-account__details__form .form-row label:not([for=afreg_user_role]){
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  position: absolute;
  top: 0.8125rem;
  left: 1rem;
  display: block;
  color: rgb(35 31 30 / 0.6);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.my-account__details__form .form-row label[for=afreg_user_role]{
  font-weight: 300;
  line-height: .75rem;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  display: block;
  font-size: 0.6875rem;
  color: rgb(35 31 30 / 0.6);
}
.my-account__details__form .form-row label[for=afreg_user_role] + b{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  display: block;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.375rem;
  padding-bottom: 0.125rem;
}
.my-account__details__form .form-row input{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.375rem;
  padding-bottom: 0.125rem;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.my-account__details__form .form-row input::-moz-placeholder{
  opacity: 0;
}
.my-account__details__form .form-row input:-ms-input-placeholder{
  opacity: 0;
}
.my-account__details__form .form-row input::placeholder{
  opacity: 0;
}
.my-account__details__form .form-row input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
}
@media (min-width: 1024px){
  .my-account__details__form .afreg_extra_fields{
    grid-column: span 2 / span 2;
  }
}
.my-account__details__form .afreg_extra_fields fieldset{
  width: 100%;
}
.my-account__details__form .afreg_extra_fields fieldset > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){
  .my-account__details__form .afreg_extra_fields fieldset{
    display: grid;
  }
  .my-account__details__form .afreg_extra_fields fieldset{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .my-account__details__form .afreg_extra_fields fieldset{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .my-account__details__form .afreg_extra_fields fieldset > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
.my-account__details__input-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){
  .my-account__details__input-container{
    display: grid;
  }
  .my-account__details__input-container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .my-account__details__input-container{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .my-account__details__input-container{
    row-gap: 0.875rem;
  }
  .my-account__details__input-container > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
.my-account__address__header{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px){
  .my-account__address__header{
    flex-direction: row;
  }
  .my-account__address__header{
    align-items: center;
  }
  .my-account__address__header{
    border-radius: 0.25rem;
  }
  .my-account__address__header{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .my-account__address__header{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.my-account__address__header a.button{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.my-account__address__header a.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .my-account__address__header a.button{
    width: 8.438rem;
  }
  .my-account__address__header a.button{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.my-account__address__item{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){
  .my-account__address__item{
    border-radius: 0.25rem;
  }
  .my-account__address__item{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .my-account__address__item{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.my-account__password-card{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){
  .my-account__password-card{
    border-radius: 0.25rem;
  }
  .my-account__password-card{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .my-account__password-card{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.my-account__password__form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){
  .my-account__password__form{
    display: grid;
  }
  .my-account__password__form{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .my-account__password__form{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .my-account__password__form{
    row-gap: 0.875rem;
  }
}
.my-account__password__input-container{
  position: relative;
}
.my-account__password__input-container label{
  font-weight: 300;
  line-height: .75rem;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-size: 0.6875rem;
  color: rgb(35 31 30 / 0.6);
}
.my-account__password__input-container input{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.375rem;
  padding-bottom: 0.125rem;
}
.my-account__login-form{
  display: flex;
  flex-direction: column;
}
.my-account__login-form--password{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.my-account__login-form--password {
  display: none;
}
.my-account__login-form--password--active{
  display: flex;
}
.my-account__login-form__input-container{
  position: relative;
}
.my-account__login-form__input-container label{
  font-weight: 300;
  line-height: .75rem;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-size: 0.6875rem;
  color: rgb(35 31 30 / 0.6);
}
.my-account__login-form__input-container input{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.375rem;
  padding-bottom: 0.125rem;
}
.my-account__address-card{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){
  .my-account__address-card{
    border-radius: 0.25rem;
  }
  .my-account__address-card{
    padding: 2.5rem;
  }
  .my-account__address-card{
    padding-top: 2rem;
  }
}
.my-account__address-card .woocommerce-address-fields__field-wrapper > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){
  .my-account__address-card .woocommerce-address-fields__field-wrapper{
    display: grid;
  }
  .my-account__address-card .woocommerce-address-fields__field-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .my-account__address-card .woocommerce-address-fields__field-wrapper{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .my-account__address-card .woocommerce-address-fields__field-wrapper{
    row-gap: 0.875rem;
  }
  .my-account__address-card .woocommerce-address-fields__field-wrapper > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
.my-account__address-card .woocommerce-address-fields__field-wrapper .form-row{
  position: relative;
}
@media (min-width: 1024px){
  .my-account__address-card .woocommerce-address-fields__field-wrapper .form-row{
    margin-bottom: 0px;
  }
}
.my-account__address-card .woocommerce-address-fields__field-wrapper .form-row label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  position: absolute;
  top: 0.8125rem;
  left: 1rem;
  display: block;
  color: rgb(35 31 30 / 0.6);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.my-account__address-card .woocommerce-address-fields__field-wrapper .form-row.input-focused label{
  font-weight: 300;
  line-height: .75rem;
  top: 0.5rem;
  font-size: 0.6875rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.my-account__address-card .woocommerce-address-fields__field-wrapper .form-row input{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.375rem;
  padding-bottom: 0.125rem;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.my-account__address-card .woocommerce-address-fields__field-wrapper .form-row input::-moz-placeholder{
  opacity: 0;
}
.my-account__address-card .woocommerce-address-fields__field-wrapper .form-row input:-ms-input-placeholder{
  opacity: 0;
}
.my-account__address-card .woocommerce-address-fields__field-wrapper .form-row input::placeholder{
  opacity: 0;
}
.my-account__address-card .woocommerce-address-fields__field-wrapper .form-row input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
}
.my-account__address-card .woocommerce-address-fields__field-wrapper span#billing_address_nickname-description, .my-account__address-card .woocommerce-address-fields__field-wrapper span#shipping_address_nickname-description{
  display: none !important;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.my-account__address-card .woocommerce-address-fields__field-wrapper span#billing_address_nickname-description, .form-content form span.wpcf7-form-control-wrap.return-other-reason.my-account__address-card .woocommerce-address-fields__field-wrapper span#shipping_address_nickname-description {
  display: none !important;
}
.my-account__address-card .my-account__address-card__button-container{
  margin-top: 1.5rem !important;
}
@media (min-width: 1024px){
  .my-account__address-card .my-account__address-card__button-container{
    display: grid !important;
  }
  .my-account__address-card .my-account__address-card__button-container{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .my-account__address-card .my-account__address-card__button-container{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
}
.my-account__address-card .my-account__address-card__button-container button{
  width: 100%;
}
.my-account__error-wrapper{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-top: 1rem;
  display: block;
}
.my-account__error-wrapper .woocommerce-error{
  --tw-text-opacity: 1;
  color: rgb(234 29 37 / var(--tw-text-opacity));
}

body.woocommerce-account .woocommerce-notices-wrapper{
  display: none;
}

.form-content form span.wpcf7-form-control-wrap.return-other-reasonbody.woocommerce-account .woocommerce-notices-wrapper {
  display: none;
}

.cross-sells > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(156 153 150 / 0.25);
}

@media (min-width: 1024px){
  .cross-sells{
    margin-top: 1rem;
  }
  .cross-sells{
    margin-right: 4rem;
  }
  .cross-sells{
    max-width: 29.875rem;
  }
}
.cross-sells__item .add_to_cart_button{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.cross-sells__item .add_to_cart_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.cross-sells__item .add_to_cart_button{
  width: 100%;
}
@media (min-width: 1024px){
  .cross-sells__item .add_to_cart_button{
    width: auto;
  }
  .cross-sells__item .add_to_cart_button{
    min-width: 11.25rem;
  }
  .cross-sells__item .add_to_cart_button{
    width: 100%;
  }
}
.cross-sells__item .price{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.cross-sells__item .price ins{
  text-decoration: none;
}
.cross-sells__item .price ins:before {
  content: " ";
}
.cross-sells__item .price .woocommerce-price-suffix{
  display: block;
  width: 100%;
  text-align: right;
  font-size: 100%;
}
.cross-sells__controls{
  display: flex;
}
.cross-sells__controls > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.cross-sells__controls button{
  height: 0.75rem;
  width: 0.75rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.cross-sells__controls button[data-glide-dir=">"]{
  background-image: url(../fonts/carousel-arrow-right.svg);
  background-position: right center;
}
.cross-sells__controls button[data-glide-dir="<"]{
  background-image: url(../fonts/carousel-arrow-left.svg);
  background-position: left center;
}

.application-form{
  position: relative;
}

.application-form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.application-form.invalid .wpcf7-response-output{
  --tw-text-opacity: 1;
  color: rgb(234 29 37 / var(--tw-text-opacity));
}
.application-form.submitting::before{
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  background-color: rgb(243 241 238 / 0.6);
}
.application-form.submitting::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #231f1e #231f1e #231f1e transparent;
  border-radius: 50%;
  -webkit-animation: spin 500ms linear infinite;
          animation: spin 500ms linear infinite;
  z-index: 10;
}
.application-form span.wpcf7-form-control-wrap{
  display: block;
}
.application-form span.wpcf7-not-valid-tip{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(234 29 37 / var(--tw-text-opacity));
}
.application-form span.wpcf7-spinner{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.application-form span.wpcf7-spinner {
  display: none;
}
.application-form .wpcf7-response-output{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-width: 0px !important;
  padding: 0px !important;
}
.application-form input[type=text], .application-form input[type=email], .application-form input[type=tel], .application-form input[type=url]{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  height: 3rem;
  width: 100%;
  border-radius: 0.125rem;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.application-form input[type=text]::-moz-placeholder, .application-form input[type=email]::-moz-placeholder, .application-form input[type=tel]::-moz-placeholder, .application-form input[type=url]::-moz-placeholder{
  color: rgb(35 31 30 / 0.8);
}
.application-form input[type=text]:-ms-input-placeholder, .application-form input[type=email]:-ms-input-placeholder, .application-form input[type=tel]:-ms-input-placeholder, .application-form input[type=url]:-ms-input-placeholder{
  color: rgb(35 31 30 / 0.8);
}
.application-form input[type=text]::placeholder, .application-form input[type=email]::placeholder, .application-form input[type=tel]::placeholder, .application-form input[type=url]::placeholder{
  color: rgb(35 31 30 / 0.8);
}
.application-form input[type=text]:focus, .application-form input[type=email]:focus, .application-form input[type=tel]:focus, .application-form input[type=url]:focus{
  border-color: rgb(0 0 0 / 0.25);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.application-form input[type=text].wpcf7-not-valid, .application-form input[type=email].wpcf7-not-valid, .application-form input[type=tel].wpcf7-not-valid, .application-form input[type=url].wpcf7-not-valid{
  --tw-border-opacity: 1;
  border-color: rgb(234 29 37 / var(--tw-border-opacity));
}
.application-form textarea{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  width: 100%;
  border-radius: 0.125rem;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.application-form textarea::-moz-placeholder{
  color: rgb(35 31 30 / 0.8);
}
.application-form textarea:-ms-input-placeholder{
  color: rgb(35 31 30 / 0.8);
}
.application-form textarea::placeholder{
  color: rgb(35 31 30 / 0.8);
}
.application-form textarea:focus{
  border-color: rgb(0 0 0 / 0.25);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.application-form input[type=submit]{
  margin-top: 2rem !important;
  cursor: pointer !important;
}
.slideshow__buttons .application-form input[type=submit]{
  margin-bottom: 0.875rem;
}
.slideshow__buttons .application-form input[type=submit]:last-child{
  margin-bottom: 0px;
}
@media (min-width: 640px){
  .slideshow__buttons .application-form input[type=submit]{
    margin-bottom: 0px;
  }
  .slideshow__buttons .application-form input[type=submit]{
    margin-right: 1.5rem;
  }
  .slideshow__buttons .application-form input[type=submit]{
    padding-left: 0px;
    padding-right: 0px;
  }
  .slideshow__buttons .application-form input[type=submit]:last-child{
    margin-right: 0px;
  }
}
@media (min-width: 1024px){
  .slideshow__buttons .application-form input[type=submit]{
    margin-bottom: 0px;
  }
  .slideshow__buttons .application-form input[type=submit]{
    margin-right: 1.5rem;
  }
  .slideshow__buttons .application-form input[type=submit]{
    padding-left: 0px;
    padding-right: 0px;
  }
  .slideshow__buttons .application-form input[type=submit]:last-child{
    margin-right: 0px;
  }
}
.application-form input[type=submit]{
  display: inline-flex;
  height: 3.25rem;
  min-width: 8.4375rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 350;
  text-transform: uppercase;
  letter-spacing: .08em;
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
  text-decoration: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.application-form input[type=submit]:hover{
  --tw-bg-opacity: 0.85;
}
@media (min-width: 1024px){
  .application-form input[type=submit]{
    letter-spacing: .04em;
  }
}
.application-form input[type=submit]{
  width: 100%;
}
@media (min-width: 1024px){
  .application-form input[type=submit]{
    width: auto;
  }
  .application-form input[type=submit]{
    min-width: 11.25rem;
  }
}
.summary .variations_form .application-form input[type=submit]{
  position: relative;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 1024px){
  .summary .variations_form .application-form input[type=submit]{
    width: auto;
  }
}
.summary .variations_form .application-form input[type=submit].wc-variation-selection-needed{
  pointer-events: none;
  opacity: 0.6;
}
.summary .variations_form .application-form input[type=submit].loading::before {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #fffefa !important;
  opacity: 0.6 !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}
.summary .variations_form .application-form input[type=submit].loading::after {
  content: "" !important;
  position: absolute !important;
  top: calc(50% - 10px) !important;
  left: 20% !important;
  width: 20px !important;
  height: 20px !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-color: #fff #fff #fff transparent !important;
  border-radius: 50% !important;
  -webkit-animation: spin 500ms linear infinite !important;
          animation: spin 500ms linear infinite !important;
}
.woocommerce-mini-cart__buttons .application-form input[type=submit]{
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce-mini-cart__buttons .application-form input[type=submit]:first-child{
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.4);
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.woocommerce-mini-cart__buttons .application-form input[type=submit]:first-child:hover{
  border-color: rgb(35 31 30 / 0.4);
}
.text-content .application-form input[type=submit]{
  text-decoration: none;
}
.my-account__address__header a.application-form input[type=submit]{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.my-account__address__header a.application-form input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .my-account__address__header a.application-form input[type=submit]{
    width: 8.438rem;
  }
  .my-account__address__header a.application-form input[type=submit]{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.project-discount__button-group .application-form input[type=submit]{
  width: 100%;
}
.application-form__file-drop-area{
  position: relative;
  display: flex;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(156 153 150 / var(--tw-border-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.application-form__file-drop-area:hover{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
}
.application-form__file-drop-area span.wpcf7-form-control-wrap{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.application-form__file-drop-area input[type=file]{
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.application-form__file-drop-area__label{
  font-size: 0.75rem;
  font-weight: 350;
  letter-spacing: .08em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: relative;
  padding-left: 1.625rem;
  text-transform: uppercase;
  line-height: 1.5rem;
}
.application-form__file-drop-area__label::before{
  position: absolute;
  left: 0px;
  top: 0.125rem;
  height: 1rem;
  width: 1rem;
  content: var(--tw-content);
  background-image: url(../fonts/upload-icon.svg);
}
.application-form__description{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.application-form__description a{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.application-form__description a:hover{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}

.project-discount__form form{
  position: relative;
}

.project-discount__form form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.project-discount__form form span.wpcf7-not-valid-tip{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(234 29 37 / var(--tw-text-opacity));
}
.project-discount__form form .form-input-container{
  width: 100%;
}
.project-discount__form form .wpcf7-response-output{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-left: 0px;
  margin-right: 0px;
  border-width: 0px;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(234 29 37 / var(--tw-text-opacity));
}
.project-discount__form form.sent .wpcf7-response-output{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.project-discount__form form.sent .wpcf7-response-output {
  display: none;
}
.project-discount__form form.submitting::before{
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  background-color: rgb(243 241 238 / 0.6);
}
.project-discount__form form.submitting::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #231f1e #231f1e #231f1e transparent;
  border-radius: 50%;
  -webkit-animation: spin 500ms linear infinite;
          animation: spin 500ms linear infinite;
  z-index: 10;
}
.project-discount__button-group{
  display: flex;
}
.project-discount__button-group > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.project-discount__button-group .wpcf7-spinner{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.project-discount__button-group .wpcf7-spinner {
  display: none;
}
.project-discount__button-group .button{
  width: 100%;
}
.project-discount__button-group input[type=submit]{
  cursor: pointer;
}
.project-discount__description{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.project-discount__description a{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}

.partner-form .woocommerce-notices-wrapper{
  display: none;
}

.form-content form span.wpcf7-form-control-wrap.return-other-reason.partner-form .woocommerce-notices-wrapper {
  display: none;
}

.register-form .form-row{
  position: relative;
}
.register-form .form-row.afreg_select_user_role_field label{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.register-form .form-row.afreg_select_user_role_field label {
  display: none;
}
.register-form .form-row label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  pointer-events: none;
  position: absolute;
  top: 0.8125rem;
  left: 1rem;
  z-index: 10;
  display: block;
  color: rgb(35 31 30 / 0.6);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.register-form .form-row label span.required{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.register-form .form-row label span.required {
  display: none;
}
.register-form .form-row input{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.375rem;
  padding-bottom: 0.125rem;
}
.register-form .form-row input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.register-form .form-row input.wpcf7-not-valid{
  --tw-border-opacity: 1;
  border-color: rgb(234 29 37 / var(--tw-border-opacity));
}
.register-form .form-row select{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-right: 1rem;
  padding-left: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.register-form .form-row select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.register-form .form-row.input-focused label{
  font-weight: 300;
  line-height: .75rem;
  top: 0.5rem;
  font-size: 0.6875rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}

.contact-form__description a{
  text-decoration: underline;
}
.contact-form .woocommerce-form form{
  position: relative;
}
.contact-form .woocommerce-form form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.contact-form .woocommerce-form form .wpcf7-spinner{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.contact-form .woocommerce-form form .wpcf7-spinner {
  display: none;
}
.contact-form .woocommerce-form form .contact-form__submit{
  margin-top: 2rem !important;
  cursor: pointer !important;
}
.contact-form .woocommerce-form form span.wpcf7-not-valid-tip{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(234 29 37 / var(--tw-text-opacity));
}
.contact-form .woocommerce-form form .wpcf7-response-output{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-left: 0px;
  margin-right: 0px;
  border-width: 0px;
  padding: 0px;
}
.contact-form .woocommerce-form form.submitting::before{
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  background-color: rgb(255 254 250 / 0.6);
}
.contact-form .woocommerce-form form.submitting::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #231f1e #231f1e #231f1e transparent;
  border-radius: 50%;
  -webkit-animation: spin 500ms linear infinite;
          animation: spin 500ms linear infinite;
  z-index: 10;
}
.contact-form .woocommerce-form form.invalid .wpcf7-response-output{
  --tw-text-opacity: 1;
  color: rgb(234 29 37 / var(--tw-text-opacity));
}

.delivery-comment{
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.delivery-comment label[for=delivery_comment] .optional{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.delivery-comment label[for=delivery_comment] .optional {
  display: none;
}

.video-section{
  position: relative;
  height: 100vh;
}
.video-section--video-shown .video-section__image{
  opacity: 0;
}
.video-section--video-shown .video-section__text-container{
  opacity: 0;
}
.video-section--video-shown .video-section__video{
  z-index: 10;
  opacity: 1;
}
.video-section__image{
  height: 100%;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.video-section__image::after{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
    content: var(--tw-content);
    background: linear-gradient(180deg, rgba(35, 31, 30, 0.4) 0%, rgba(35, 31, 30, 0) 100%);
}
.video-section__video{
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.video-section__play-button{
  height: 4.375rem;
  width: 4.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.video-section__play-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
.video-section__play-button svg{
  margin: auto;
  height: 0.9375rem;
  width: 0.9375rem;
  --tw-translate-x: 0.125rem;
  transform: var(--tw-transform);
}
.video-section__text-container{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 4.875rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px){
  .video-section__text-container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .video-section__text-container{
    padding-bottom: 0px;
  }
}

.dissection-container{
  display: flex;
  justify-content: center;
}
.dissection-container svg{
  max-height: 80vh;
  min-height: 48.75rem;
  max-width: 100%;
}
.dissection-container svg rect:not(g > rect){
  fill: transparent;
}
.dissection-container svg g:focus{
  outline-width: 0px;
}
.dissection-container svg g.active circle:last-child{
  r: 30;
}
.dissection-container svg g circle:last-child{
  transition-property: r;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form-content form{
  position: relative;
}

.form-content form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.form-content form.invalid .wpcf7-response-output{
  --tw-text-opacity: 1;
  color: rgb(234 29 37 / var(--tw-text-opacity));
}
.form-content form.submitting::before{
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  background-color: rgb(243 241 238 / 0.6);
}
.form-content form.submitting::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #231f1e #231f1e #231f1e transparent;
  border-radius: 50%;
  -webkit-animation: spin 500ms linear infinite;
          animation: spin 500ms linear infinite;
  z-index: 10;
}
.form-content form span.wpcf7-form-control-wrap{
  display: block;
  width: 100%;
}
.form-content form span.wpcf7-not-valid-tip{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(234 29 37 / var(--tw-text-opacity));
}
.form-content form span.wpcf7-spinner{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.form-content form span.wpcf7-spinner {
  display: none;
}
.form-content form .wpcf7-response-output{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-width: 0px !important;
  padding: 0px !important;
}
.form-content form input[type=text], .form-content form input[type=email], .form-content form input[type=number], .form-content form input[type=tel], .form-content form input[type=url]{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.form-content form input[type=text]::-moz-placeholder, .form-content form input[type=email]::-moz-placeholder, .form-content form input[type=number]::-moz-placeholder, .form-content form input[type=tel]::-moz-placeholder, .form-content form input[type=url]::-moz-placeholder{
  color: rgb(35 31 30 / 0.6);
}
.form-content form input[type=text]:-ms-input-placeholder, .form-content form input[type=email]:-ms-input-placeholder, .form-content form input[type=number]:-ms-input-placeholder, .form-content form input[type=tel]:-ms-input-placeholder, .form-content form input[type=url]:-ms-input-placeholder{
  color: rgb(35 31 30 / 0.6);
}
.form-content form input[type=text]::placeholder, .form-content form input[type=email]::placeholder, .form-content form input[type=number]::placeholder, .form-content form input[type=tel]::placeholder, .form-content form input[type=url]::placeholder{
  color: rgb(35 31 30 / 0.6);
}
.form-content form input[type=text]:focus, .form-content form input[type=email]:focus, .form-content form input[type=number]:focus, .form-content form input[type=tel]:focus, .form-content form input[type=url]:focus{
  border-color: rgb(0 0 0 / 0.25);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.form-content form input[type=text].wpcf7-not-valid, .form-content form input[type=email].wpcf7-not-valid, .form-content form input[type=number].wpcf7-not-valid, .form-content form input[type=tel].wpcf7-not-valid, .form-content form input[type=url].wpcf7-not-valid{
  --tw-border-opacity: 1;
  border-color: rgb(234 29 37 / var(--tw-border-opacity));
}
.form-content form select {
  background-position: right 0.75rem center;
  background-size: 0.625rem 0.375rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  height: 3rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: ellipsis;
  border-radius: 0.25rem;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  background-image: url(../fonts/arrow-select.svg);
  padding-left: .9375rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.form-content form select:focus{
  border-color: rgb(0 0 0 / 0.25);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.form-content form select:invalid{
  color: rgb(35 31 30 / 0.6);
}
.form-content form textarea{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  width: 100%;
  border-radius: 0.125rem;
  border-color: rgb(156 153 150 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.form-content form textarea::-moz-placeholder{
  color: rgb(35 31 30 / 0.8);
}
.form-content form textarea:-ms-input-placeholder{
  color: rgb(35 31 30 / 0.8);
}
.form-content form textarea::placeholder{
  color: rgb(35 31 30 / 0.8);
}
.form-content form textarea:focus{
  border-color: rgb(0 0 0 / 0.25);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.form-content form input[type=submit]{
  margin-top: 2rem !important;
  cursor: pointer !important;
}
.slideshow__buttons .form-content form input[type=submit]{
  margin-bottom: 0.875rem;
}
.slideshow__buttons .form-content form input[type=submit]:last-child{
  margin-bottom: 0px;
}
@media (min-width: 640px){
  .slideshow__buttons .form-content form input[type=submit]{
    margin-bottom: 0px;
  }
  .slideshow__buttons .form-content form input[type=submit]{
    margin-right: 1.5rem;
  }
  .slideshow__buttons .form-content form input[type=submit]{
    padding-left: 0px;
    padding-right: 0px;
  }
  .slideshow__buttons .form-content form input[type=submit]:last-child{
    margin-right: 0px;
  }
}
@media (min-width: 1024px){
  .slideshow__buttons .form-content form input[type=submit]{
    margin-bottom: 0px;
  }
  .slideshow__buttons .form-content form input[type=submit]{
    margin-right: 1.5rem;
  }
  .slideshow__buttons .form-content form input[type=submit]{
    padding-left: 0px;
    padding-right: 0px;
  }
  .slideshow__buttons .form-content form input[type=submit]:last-child{
    margin-right: 0px;
  }
}
.form-content form input[type=submit]{
  display: inline-flex;
  height: 3.25rem;
  min-width: 8.4375rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 350;
  text-transform: uppercase;
  letter-spacing: .08em;
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
  text-decoration: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.form-content form input[type=submit]:hover{
  --tw-bg-opacity: 0.85;
}
@media (min-width: 1024px){
  .form-content form input[type=submit]{
    letter-spacing: .04em;
  }
}
.form-content form input[type=submit]{
  width: 100%;
}
@media (min-width: 1024px){
  .form-content form input[type=submit]{
    width: auto;
  }
  .form-content form input[type=submit]{
    min-width: 11.25rem;
  }
}
.summary .variations_form .form-content form input[type=submit]{
  position: relative;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 1024px){
  .summary .variations_form .form-content form input[type=submit]{
    width: auto;
  }
}
.summary .variations_form .form-content form input[type=submit].wc-variation-selection-needed{
  pointer-events: none;
  opacity: 0.6;
}
.summary .variations_form .form-content form input[type=submit].loading::before {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #fffefa !important;
  opacity: 0.6 !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}
.summary .variations_form .form-content form input[type=submit].loading::after {
  content: "" !important;
  position: absolute !important;
  top: calc(50% - 10px) !important;
  left: 20% !important;
  width: 20px !important;
  height: 20px !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-color: #fff #fff #fff transparent !important;
  border-radius: 50% !important;
  -webkit-animation: spin 500ms linear infinite !important;
          animation: spin 500ms linear infinite !important;
}
.woocommerce-mini-cart__buttons .form-content form input[type=submit]{
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce-mini-cart__buttons .form-content form input[type=submit]:first-child{
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.4);
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.woocommerce-mini-cart__buttons .form-content form input[type=submit]:first-child:hover{
  border-color: rgb(35 31 30 / 0.4);
}
.text-content .form-content form input[type=submit]{
  text-decoration: none;
}
.my-account__address__header a.form-content form input[type=submit]{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.my-account__address__header a.form-content form input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .my-account__address__header a.form-content form input[type=submit]{
    width: 8.438rem;
  }
  .my-account__address__header a.form-content form input[type=submit]{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.project-discount__button-group .form-content form input[type=submit]{
  width: 100%;
}
.form-content form .form-content__description{
  margin-top: 1.5rem !important;
}
.form-content__add-row{
  position: relative;
  display: flex;
  height: 3.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(156 153 150 / var(--tw-border-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.form-content__add-row:hover{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
}
.form-content__add-row__label{
  font-size: 0.75rem;
  font-weight: 350;
  letter-spacing: .08em;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: relative;
  padding-left: 1.625rem;
  text-transform: uppercase;
  line-height: 1.5rem;
}
.form-content__add-row__label::before{
  position: absolute;
  left: 0px;
  top: 0.125rem;
  height: 1rem;
  width: 1rem;
  background-image: url(../fonts/plus-icon.svg);
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.form-content__description{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.form-content__description a{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.form-content__description a:hover{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.form-content__label-row{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.form-content__label-row label{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
.form-content__row{
  display: flex;
  gap: 0.5rem;
}
.form-content__row__title{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.form-content__grid-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.25);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .form-content__grid-row{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .form-content__grid-row{
    padding: 1.25rem;
  }
}
.form-content__duplicate-row{
  position: relative;
}
.form-content__duplicate-row--remove-row{
  position: absolute;
  top: 50%;
  right: -0.625rem;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
}
.form-content__duplicate-row--remove-row::after{
  position: absolute;
  top: 50%;
  left: 50%;
  height: .0781rem;
  width: .7031rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  background-image: url(../fonts/minus-icon-white.svg);
  background-size: cover;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.form-content form span.wpcf7-form-control-wrap.return-other-reason.hidden {
  display: none;
}

.form-content form span.wpcf7-form-control-wrap.return-other-reason{
  grid-column: 1 / -1;
  display: block;
}

.form-content form span.wpcf7-form-control-wrap.return-reason{
  grid-column: 1 / -1;
}

@media (min-width: 1024px){
  .form-content form span.wpcf7-form-control-wrap.return-reason{
    grid-column: span 1 / span 1;
  }
}

.addon-popup{
  visibility: hidden;
  position: fixed;
  top: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .addon-popup{
    left: 1.5rem;
  }
  .addon-popup{
    bottom: 1.5rem;
  }
  .addon-popup{
    top: unset;
  }
  .addon-popup{
    height: 33.6875rem;
  }
  .addon-popup{
    width: 28.125rem;
  }
}
.addon-popup--open{
  visibility: visible;
  opacity: 1;
}
.addon-popup__header{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.addon-popup__header h3{
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}
.addon-popup__header p{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-top: 1rem;
  max-width: 12.5rem;
  flex-basis: 100%;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.addon-popup__product-container{
  overflow-y: scroll;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 4.25rem;
}
.addon-popup__product{
  display: flex;
  border-top-width: 1px;
  border-color: rgb(35 31 30 / 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.addon-popup__product:last-child{
  border-bottom-width: 1px;
  border-color: rgb(35 31 30 / 0.1);
}
.addon-popup__product-image{
  width: 4.5625rem;
  flex-shrink: 0;
}
.addon-popup__product-image img{
  height: 3.3125rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.addon-popup__product-info{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.addon-popup__product-info p{
  max-width: 12.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.addon-popup__product-quantity{
  margin-top: 0.75rem;
  margin-left: -0.375rem;
  display: flex;
  align-items: center;
}
.addon-popup__product-quantity input{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  height: 1.5rem;
  width: 2.0625rem;
  border-width: 0px;
  background-color: transparent;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.addon-popup__product-quantity input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.addon-popup__product-quantity input {
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
.addon-popup__product-quantity input::-webkit-outer-spin-button, .addon-popup__product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.addon-popup__product-quantity button{
  align-self: stretch;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.addon-popup__product-price{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.addon-popup__product-price p:first-of-type{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.addon-popup__product-price p:last-of-type{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.addon-popup__product-price p small{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
}
.addon-popup__footer{
  position: absolute;
  bottom: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-top: 0px;
}
.addon-popup__footer button{
  width: 100%;
}
.slideshow__buttons .addon-popup__footer button{
  margin-bottom: 0.875rem;
}
.slideshow__buttons .addon-popup__footer button:last-child{
  margin-bottom: 0px;
}
@media (min-width: 640px){
  .slideshow__buttons .addon-popup__footer button{
    margin-bottom: 0px;
  }
  .slideshow__buttons .addon-popup__footer button{
    margin-right: 1.5rem;
  }
  .slideshow__buttons .addon-popup__footer button{
    padding-left: 0px;
    padding-right: 0px;
  }
  .slideshow__buttons .addon-popup__footer button:last-child{
    margin-right: 0px;
  }
}
@media (min-width: 1024px){
  .slideshow__buttons .addon-popup__footer button{
    margin-bottom: 0px;
  }
  .slideshow__buttons .addon-popup__footer button{
    margin-right: 1.5rem;
  }
  .slideshow__buttons .addon-popup__footer button{
    padding-left: 0px;
    padding-right: 0px;
  }
  .slideshow__buttons .addon-popup__footer button:last-child{
    margin-right: 0px;
  }
}
.addon-popup__footer button{
  display: inline-flex;
  height: 3.25rem;
  min-width: 8.4375rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 350;
  text-transform: uppercase;
  letter-spacing: .08em;
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
  text-decoration: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.addon-popup__footer button:hover{
  --tw-bg-opacity: 0.85;
}
@media (min-width: 1024px){
  .addon-popup__footer button{
    letter-spacing: .04em;
  }
}
.summary .variations_form .addon-popup__footer button{
  position: relative;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 1024px){
  .summary .variations_form .addon-popup__footer button{
    width: auto;
  }
}
.summary .variations_form .addon-popup__footer button.wc-variation-selection-needed{
  pointer-events: none;
  opacity: 0.6;
}
.summary .variations_form .addon-popup__footer button.loading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fffefa;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}
.summary .variations_form .addon-popup__footer button.loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 20%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff #fff #fff transparent;
  border-radius: 50%;
  -webkit-animation: spin 500ms linear infinite;
          animation: spin 500ms linear infinite;
}
.woocommerce-mini-cart__buttons .addon-popup__footer button{
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce-mini-cart__buttons .addon-popup__footer button:first-child{
  border-width: 1px;
  border-color: rgb(156 153 150 / 0.4);
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.woocommerce-mini-cart__buttons .addon-popup__footer button:first-child:hover{
  border-color: rgb(35 31 30 / 0.4);
}
.text-content .addon-popup__footer button{
  text-decoration: none;
}
.my-account__address__header a.addon-popup__footer button{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.my-account__address__header a.addon-popup__footer button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .my-account__address__header a.addon-popup__footer button{
    width: 8.438rem;
  }
  .my-account__address__header a.addon-popup__footer button{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.project-discount__button-group .addon-popup__footer button{
  width: 100%;
}
.addon-popup__footer button:first-of-type{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.addon-popup__footer button:first-of-type:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 250 / var(--tw-text-opacity));
}

.configurator__option--disabled{
  pointer-events: none;
  opacity: 0.5;
}
.configurator__option__button{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(35 31 30 / 0.1);
  padding: 1.5rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.configurator__option__button:hover{
  border-color: rgb(35 31 30 / 0.3);
}
.configurator__option__button--active:not(.configurator__option__button--color){
  border-color: rgb(35 31 30 / 0.8);
}
.configurator__option__button--active:not(.configurator__option__button--color) + .configurator__option__suboptions{
  display: block;
}
.configurator__option__button--color{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.configurator__option__button--color::after{
  position: absolute;
  top: 50%;
  left: -0.25rem;
  height: 1.875rem;
  width: 1.875rem;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  content: var(--tw-content);
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.configurator__option__button--color:hover::after{
  content: var(--tw-content);
  border-color: rgb(35 31 30 / 0.3);
}
.configurator__option__button--color.configurator__option__button--active::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
}
.configurator__option__button__suboption--active::after{
  position: absolute;
  top: 50%;
  left: -0.25rem;
  height: 1.875rem;
  width: 1.875rem;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  border-radius: 9999px;
  border-width: 1px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(35 31 30 / var(--tw-border-opacity));
}
.configurator__option__button--disabled{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.configurator__option__button--disabled {
  display: none;
}
.configurator__option__button--icon{
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .configurator__option__button--icon{
    height: 7rem;
  }
  .configurator__option__button--icon{
    flex-direction: column;
  }
  .configurator__option__button--icon{
    align-items: flex-start;
  }
  .configurator__option__button--icon{
    gap: 0.25rem;
  }
  .configurator__option__button--icon{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .configurator__option__button--icon{
    padding-bottom: 0px;
  }
}
.configurator__option__button--icon img{
  height: 2rem;
  width: 2rem;
}
.configurator__option__button--icon span{
  text-align: left;
}
@media (min-width: 1024px){

  .configurator__option__button--icon span{
    font-size: 0.875rem;
    line-height: 1rem;
  }

  .configurator__option__button--icon span{
    font-weight: 300;
  }

  .configurator__option__button--icon span{
    line-height: 1.5rem;
  }

  .configurator__option__button--icon span{
    letter-spacing: .02em;
  }

  .configurator__option__button--icon span{
    line-height: 1rem;
  }
}
.configurator__option__suboptions{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.configurator__option__suboptions {
  display: none;
}
.configurator__option--removed{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.configurator__option--removed {
  display: none;
}
.configurator__option__color-container{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.configurator__option__color-container__value{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.configurator__option__popup{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(35 31 30 / 0.4);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.configurator__option__popup {
  display: none;
}
.configurator__option__popup--active{
  display: flex;
}
.configurator__option__popup__comparison__list__row__item{
  min-width: 14rem;
}
.configurator__option__popup__container{
  max-height: 27.3125rem;
  overflow-y: auto;
}
@media (min-width: 1024px){
  .configurator__option__popup__container{
    max-height: 37.9375rem;
  }
}
.configurator__option__popup video{
  margin: 0px;
  width: 100% !important;
  height: auto !important;
}
.configurator__option__popup .mejs-container {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.configurator__footer__selected{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.configurator__footer__selected {
  display: none;
}
.configurator__footer__no-match{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.configurator__footer__no-match {
  display: none;
}
.configurator__footer__add-to-cart{
  position: relative;
}
.configurator__footer__add-to-cart--loading{
  pointer-events: none;
}
.configurator__footer__add-to-cart--loading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fffefa;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}
.configurator__footer__add-to-cart--loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff #fff #fff transparent;
  border-radius: 50%;
  -webkit-animation: spin 500ms linear infinite;
          animation: spin 500ms linear infinite;
}
.configurator__footer--active .configurator__footer__default{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.configurator__footer--active .configurator__footer__default {
  display: none;
}
.configurator__footer--active .configurator__footer__selected{
  display: block;
}
.configurator__footer--not-found .configurator__footer__default{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.configurator__footer--not-found .configurator__footer__default {
  display: none;
}
.configurator__footer--not-found .configurator__footer__no-match{
  display: block;
}
.configurator__footer--loading{
  pointer-events: none;
}
.configurator__footer--loading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fffefa;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}
.configurator__footer--loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff #fff #fff transparent;
  border-radius: 50%;
  -webkit-animation: spin 500ms linear infinite;
          animation: spin 500ms linear infinite;
}
.configurator__footer__accessories{
  display: none;
}
.form-content form span.wpcf7-form-control-wrap.return-other-reason.configurator__footer__accessories {
  display: none;
}
.configurator__footer__accessories--active{
  display: block;
}
.configurator__slider ul.glide__slides{
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.configurator__slider ul.glide__slides.glide__slides--hidden{
  position: absolute;
  opacity: 0;
}
.configurator__slider--mobile{
  min-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 238 / var(--tw-bg-opacity));
}
.configurator__slider--mobile .glide__slide{
  position: relative;
  max-width: 100vw;
}
.configurator__slider--mobile .glide__slide img{
  aspect-ratio: 1 / 1;
  max-width: 100vw;
}
.configurator__slider__inner {
  transition-property: opacity, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  visibility: hidden;
  position: absolute;
  top: 0px;
  height: inherit;
  width: 100%;
  opacity: 0;
}
.configurator__slider__inner:first-child{
  position: relative;
  top: auto;
}
.configurator__slider__inner--active{
  visibility: visible;
  opacity: 1;
}
.configurator__slider__inner .glide__slide{
  position: relative;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide {
  height: 100%;
}
.glide__track {
  height: 100%;
}
.glide__slides {
  height: 100%;
}

.grecaptcha-badge{
  visibility: hidden;
}

div#wpadminbar ~ span.select2-container,
body.admin-bar > span.select2-container {
  padding-top: 32px !important;
}

@media screen and (max-width: 782px) {
  div#wpadminbar ~ span.select2-container,
body.admin-bar > span.select2-container {
    padding-top: 46px !important;
  }
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  img[loading=lazy] {
    -webkit-clip-path: inset(0.6px);
            clip-path: inset(0.6px);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

.magic-login-form .message{
  display: none;
}

.form-content form span.wpcf7-form-control-wrap.return-other-reason.magic-login-form .message {
  display: none;
}
.magic-login-form .message.magic_login_block_login_success{
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .02em;
  margin: 0px;
  display: block;
  border-width: 0px;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after{
  content: var(--tw-content);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}
.after\:h-\[1px\]::after{
  content: var(--tw-content);
  height: 1px;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:bg-gray-dark\/20::after{
  content: var(--tw-content);
  background-color: rgb(156 153 150 / 0.2);
}
.after\:bg-gradient-full-screen::after {
    content: var(--tw-content);
    background: linear-gradient(180deg, rgba(35, 31, 30, 0.4) 0%, rgba(35, 31, 30, 0) 100%);
  }
.after\:bg-gradient-half-screen::after {
    content: var(--tw-content);
    background: linear-gradient(180deg, rgba(35, 31, 30, 0.3) 0%, rgba(35, 31, 30, 0) 100%);
    transform: rotate(-180deg);
  }
.after\:bg-gradient-top::after {
    content: var(--tw-content);
    background: linear-gradient(180deg, rgba(35, 31, 30, 0.3) 0%, rgba(35, 31, 30, 0) 100%);
  }
.after\:bg-gradient-bottom::after {
    content: var(--tw-content);
    background: linear-gradient(180deg, rgba(35, 31, 30, 0.3) 0%, rgba(35, 31, 30, 0) 100%);
    transform: rotate(-180deg);
  }
.after\:bg-gradient-full::after {
    content: var(--tw-content);
    background: rgba(35, 31, 30, 0.3);
  }
.first\:ml-0:first-child{
  margin-left: 0px;
}
.first\:border-t-0:first-child{
  border-top-width: 0px;
}
.first\:pl-0:first-child{
  padding-left: 0px;
}
.last\:mr-0:last-child{
  margin-right: 0px;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.last\:pr-0:last-child{
  padding-right: 0px;
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 250 / var(--tw-bg-opacity));
}
.hover\:bg-black-dark\/02:hover{
  background-color: rgb(0 0 0 / .02);
}
.hover\:text-gray-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.hover\:text-black\/60:hover{
  color: rgb(35 31 30 / 0.6);
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:opacity-0{
  opacity: 0;
}
.prose-headings\:mb-5 :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
  margin-bottom: 1.25rem;
}
.prose-headings\:mb-4 :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
  margin-bottom: 1rem;
}
.prose-headings\:text-base :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 1.75rem;
}
.prose-headings\:font-light :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
  font-weight: 300;
}
.prose-headings\:text-black :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity));
}
.prose-h2\:heading :is(:where(h2):not(:where([class~="not-prose"] *))){
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px){
  .prose-h2\:heading :is(:where(h2):not(:where([class~="not-prose"] *))){
    font-size: 3.375rem;
    line-height: 4.0625rem;
  }
  .prose-h2\:heading :is(:where(h2):not(:where([class~="not-prose"] *))){
    letter-spacing: 0;
  }
}
.prose-h2\:heading--small :is(:where(h2):not(:where([class~="not-prose"] *))){
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 1024px){
  .prose-h2\:heading--small :is(:where(h2):not(:where([class~="not-prose"] *))){
    font-size: 2.375rem;
    line-height: 3rem;
  }
}
.prose-h3\:subheading :is(:where(h3):not(:where([class~="not-prose"] *))){
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px){
  .prose-h3\:subheading :is(:where(h3):not(:where([class~="not-prose"] *))){
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.text, .prose-p\:paragraph :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 300;
}
.prose-p\:max-w-\[29\.875rem\] :is(:where(p):not(:where([class~="not-prose"] *))){
  max-width: 29.875rem;
}
.prose-p\:text-gray-dark :is(:where(p):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(156 153 150 / var(--tw-text-opacity));
}
.prose-img\:mx-auto :is(:where(img):not(:where([class~="not-prose"] *))){
  margin-left: auto;
  margin-right: auto;
}
.prose-img\:my-12 :is(:where(img):not(:where([class~="not-prose"] *))){
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.prose-img\:max-w-\[12\.5rem\] :is(:where(img):not(:where([class~="not-prose"] *))){
  max-width: 12.5rem;
}
.second\:border-gray-dark\/10:nth-child(2){
  border-color: rgb(156 153 150 / 0.1);
}
@media (min-width: 640px){
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px){

  .lg\:heading{
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }

  .lg\:heading{
    font-weight: 300;
  }

  .lg\:heading{
    letter-spacing: 0.01em;
  }

  @media (min-width: 1024px){
    .lg\:heading{
      font-size: 3.375rem;
      line-height: 4.0625rem;
    }
  }

  @media (min-width: 1024px){
    .lg\:heading{
      letter-spacing: 0;
    }
  }
  .lg\:heading--small{
    font-size: 2rem;
    line-height: 2.5rem;
  }
  @media (min-width: 1024px){
    .lg\:heading--small{
      font-size: 2.375rem;
      line-height: 3rem;
    }
  }

  .lg\:subheading{
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .lg\:subheading{
    font-weight: 300;
  }

  .lg\:subheading{
    letter-spacing: 0.01em;
  }

  @media (min-width: 1024px){
    .lg\:subheading{
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }

  .lg\:invisible{
    visibility: hidden;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:left-10{
    left: 2.5rem;
  }

  .lg\:bottom-\[2\.1875rem\]{
    bottom: 2.1875rem;
  }

  .lg\:right-5{
    right: 1.25rem;
  }

  .lg\:left-5\.5{
    left: 1.375rem;
  }

  .lg\:bottom-4{
    bottom: 1rem;
  }

  .lg\:left-5{
    left: 1.25rem;
  }

  .lg\:top-10\.5{
    top: 2.625rem;
  }

  .lg\:top-10{
    top: 2.5rem;
  }

  .lg\:bottom-10{
    bottom: 2.5rem;
  }

  .lg\:left-10\.5{
    left: 2.625rem;
  }

  .lg\:bottom-12{
    bottom: 3rem;
  }

  .lg\:bottom-\[8\.75rem\]{
    bottom: 8.75rem;
  }

  .lg\:bottom-4\.5{
    bottom: 1.125rem;
  }

  .lg\:top-25{
    top: 6.25rem;
  }

  .lg\:-right-7{
    right: -1.75rem;
  }

  .lg\:top-11{
    top: 2.75rem;
  }

  .lg\:right-10{
    right: 2.5rem;
  }

  .lg\:m-0{
    margin: 0px;
  }

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

  .lg\:mb-\[12\.5rem\]{
    margin-bottom: 12.5rem;
  }

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

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mb-25{
    margin-bottom: 6.25rem;
  }

  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

  .lg\:mb-27{
    margin-bottom: 6.875rem;
  }

  .lg\:mr-8{
    margin-right: 2rem;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mr-\[11\.527vw\]{
    margin-right: 11.527vw;
  }

  .lg\:mr-84{
    margin-right: 21.875rem;
  }

  .lg\:ml-15{
    margin-left: 3.75rem;
  }

  .lg\:mb-5\.5{
    margin-bottom: 1.375rem;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:mb-\[5\.75rem\]{
    margin-bottom: 5.75rem;
  }

  .lg\:mb-32{
    margin-bottom: 8rem;
  }

  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:mr-14{
    margin-right: 3.5rem;
  }

  .lg\:mr-\[6\.5rem\]{
    margin-right: 6.5rem;
  }

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

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:mb-31{
    margin-bottom: 7.5rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:mt-\[5\.625rem\]{
    margin-top: 5.625rem;
  }

  .lg\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  .lg\:mb-9\.5{
    margin-bottom: 2.375rem;
  }

  .lg\:mr-20{
    margin-right: 5rem;
  }

  .lg\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:mb-\[5\.5rem\]{
    margin-bottom: 5.5rem;
  }

  .lg\:mb-11{
    margin-bottom: 2.75rem;
  }

  .lg\:mb-13{
    margin-bottom: 3.25rem;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mr-32{
    margin-right: 8rem;
  }

  .lg\:ml-32{
    margin-left: 8rem;
  }

  .lg\:mt-11{
    margin-top: 2.75rem;
  }

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

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:mb-28{
    margin-bottom: 7rem;
  }

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

  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

  .lg\:mt-\[8\.75rem\]{
    margin-top: 8.75rem;
  }

  .lg\:mb-7\.5{
    margin-bottom: 1.875rem;
  }

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

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

  .lg\:ml-23{
    margin-left: 5.75rem;
  }

  .lg\:ml-\[17\.5rem\]{
    margin-left: 17.5rem;
  }

  .lg\:ml-3{
    margin-left: 0.75rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mr-\[8\.4375rem\]{
    margin-right: 8.4375rem;
  }

  .lg\:mr-\[7\.22vw\]{
    margin-right: 7.22vw;
  }

  .lg\:box-content{
    box-sizing: content-box;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[680\/856\]{
    aspect-ratio: 680 / 856;
  }

  .lg\:h-\[33\.61vw\]{
    height: 33.61vw;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:h-\[calc\(100vh_-_64px_-_74px\)\]{
    height: calc(100vh - 64px - 74px);
  }

  .lg\:h-\[53vw\]{
    height: 53vw;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-10{
    max-height: 2.5rem;
  }

  .lg\:max-h-\[24\.375rem\]{
    max-height: 24.375rem;
  }

  .lg\:max-h-\[calc\(100vh_-_64px_-_74px\)\]{
    max-height: calc(100vh - 64px - 74px);
  }

  .lg\:max-h-\[603px\]{
    max-height: 603px;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:w-\[18\.25rem\]{
    width: 18.25rem;
  }

  .lg\:w-full{
    width: 100%;
  }

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

  .lg\:w-34{
    width: 8.438rem;
  }

  .lg\:w-\[45vw\]{
    width: 45vw;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-\[15\.625rem\]{
    width: 15.625rem;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-96{
    width: 24rem;
  }

  .lg\:w-\[11\.25rem\]{
    width: 11.25rem;
  }

  .lg\:w-19{
    width: 4.75rem;
  }

  .lg\:w-\[8\.4375rem\]{
    width: 8.4375rem;
  }

  .lg\:min-w-\[11\.25rem\]{
    min-width: 11.25rem;
  }

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

  .lg\:min-w-\[11rem\]{
    min-width: 11rem;
  }

  .lg\:max-w-\[38rem\]{
    max-width: 38rem;
  }

  .lg\:max-w-\[24\.8125rem\]{
    max-width: 24.8125rem;
  }

  .lg\:max-w-\[25rem\]{
    max-width: 25rem;
  }

  .lg\:max-w-\[35\.25rem\]{
    max-width: 35.25rem;
  }

  .lg\:max-w-\[48\.5rem\]{
    max-width: 48.5rem;
  }

  .lg\:max-w-\[56\%\]{
    max-width: 56%;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:max-w-\[24\.875rem\]{
    max-width: 24.875rem;
  }

  .lg\:max-w-\[37\.5rem\]{
    max-width: 37.5rem;
  }

  .lg\:max-w-\[28\.5625rem\]{
    max-width: 28.5625rem;
  }

  .lg\:max-w-\[38\.125rem\]{
    max-width: 38.125rem;
  }

  .lg\:max-w-\[38\.75rem\]{
    max-width: 38.75rem;
  }

  .lg\:max-w-\[35rem\]{
    max-width: 35rem;
  }

  .lg\:max-w-\[28\.0625rem\]{
    max-width: 28.0625rem;
  }

  .lg\:max-w-\[650px\]{
    max-width: 650px;
  }

  .lg\:max-w-\[20\.4375rem\]{
    max-width: 20.4375rem;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  .lg\:shrink-0{
    flex-shrink: 0;
  }

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

  .lg\:basis-auto{
    flex-basis: auto;
  }

  .lg\:translate-y-8{
    --tw-translate-y: 2rem;
    transform: var(--tw-transform);
  }

  .lg\:translate-y-14{
    --tw-translate-y: 3.5rem;
    transform: var(--tw-transform);
  }

  .lg\:scroll-mt-72{
    scroll-margin-top: 18rem;
  }

  .lg\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

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

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

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

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

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

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

  .lg\:items-stretch{
    align-items: stretch;
  }

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

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

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

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

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-28{
    gap: 7rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

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

  .lg\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:px-9\.5{
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-7\.5{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-\[6\.5rem\]{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .lg\:py-31{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-33{
    padding-top: 8.375rem;
    padding-bottom: 8.375rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-25{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .lg\:py-41{
    padding-top: 10.375rem;
    padding-bottom: 10.375rem;
  }

  .lg\:px-5\.5{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

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

  .lg\:py-\[8\.75rem\]{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

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

  .lg\:pt-14{
    padding-top: 3.5rem;
  }

  .lg\:pb-31{
    padding-bottom: 7.5rem;
  }

  .lg\:pt-8\.5{
    padding-top: 2.125rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pr-9{
    padding-right: 2.25rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pr-15{
    padding-right: 3.75rem;
  }

  .lg\:pl-25{
    padding-left: 6.25rem;
  }

  .lg\:pt-\[8\.4375rem\]{
    padding-top: 8.4375rem;
  }

  .lg\:pl-\[7\.143vw\]{
    padding-left: 7.143vw;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pb-25{
    padding-bottom: 6.25rem;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pt-25{
    padding-top: 6.25rem;
  }

  .lg\:pb-28{
    padding-bottom: 7rem;
  }

  .lg\:pr-\[12\.8125rem\]{
    padding-right: 12.8125rem;
  }

  .lg\:pt-\[5\.5rem\]{
    padding-top: 5.5rem;
  }

  .lg\:pt-\[8\.75rem\]{
    padding-top: 8.75rem;
  }

  .lg\:pb-44{
    padding-bottom: 11rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pb-\[8\.75rem\]{
    padding-bottom: 8.75rem;
  }

  .lg\:pb-19{
    padding-bottom: 4.75rem;
  }

  .lg\:pr-25{
    padding-right: 6.25rem;
  }

  .lg\:pt-31{
    padding-top: 7.5rem;
  }

  .lg\:pt-6\.5{
    padding-top: 1.625rem;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:pt-18\.5{
    padding-top: 4.5rem;
  }

  .lg\:pt-18{
    padding-top: 4.25rem;
  }

  .lg\:pr-\[8\.5vw\]{
    padding-right: 8.5vw;
  }

  .lg\:pl-\[8\.5vw\]{
    padding-left: 8.5vw;
  }

  .lg\:pt-60{
    padding-top: 15rem;
  }

  .lg\:pl-6\.5{
    padding-left: 1.625rem;
  }

  .lg\:pl-6{
    padding-left: 1.5rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pb-32{
    padding-bottom: 8rem;
  }

  .lg\:pt-\[7\.125rem\]{
    padding-top: 7.125rem;
  }

  .lg\:pb-\[9\.5rem\]{
    padding-bottom: 9.5rem;
  }

  .lg\:pt-44{
    padding-top: 11rem;
  }

  .lg\:pl-\[6\.94vw\]{
    padding-left: 6.94vw;
  }

  .lg\:pt-\[17\.5rem\]{
    padding-top: 17.5rem;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-100{
    opacity: 1;
  }
  .lg\:container{
    max-width: 100%;
  }
  .lg\:container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  @media (min-width: 1024px){
    .lg\:container{
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

  .lg\:linebreak-show br{
    display: block;
  }

.lg\:carousel--disabled .carousel-item{
    height: auto;
  }

.form-content form span.wpcf7-form-control-wrap.return-other-reason.lg\:hidden {
  display: none;
}

.lg\:first\:mr-6:first-child{
    margin-right: 1.5rem;
  }

.lg\:last\:mr-0:last-child{
    margin-right: 0px;
  }

.lg\:last\:border-b:last-child{
    border-bottom-width: 1px;
  }

.lg\:hover\:bg-gray-transparent:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(238 236 233 / var(--tw-bg-opacity));
  }

.group:hover .lg\:group-hover\:visible{
    visibility: visible;
  }

.group:hover .lg\:group-hover\:translate-y-0{
    --tw-translate-y: 0px;
    transform: var(--tw-transform);
  }

.group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }

.lg\:prose-headings\:mb-6 :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))){
    margin-bottom: 1.5rem;
  }

.lg\:prose-img\:my-16 :is(:where(img):not(:where([class~="not-prose"] *))){
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

.lg\:second\:border-t-0:nth-child(2){
    border-top-width: 0px;
  }
}
@media (min-width: 1280px){
  .xl\:flex{
    display: flex;
  }
}
@media (min-width: 1536px){
  .\32xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .\32xl\:max-w-screen-3xl{
    max-width: 1920px;
  }
  .\32xl\:justify-center{
    justify-content: center;
  }
  .\32xl\:gap-\[12\.5rem\]{
    gap: 12.5rem;
  }
  .\32xl\:px-25{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .\32xl\:pl-25{
    padding-left: 6.25rem;
  }
  .\32xl\:pt-\[7\.11vh\]{
    padding-top: 7.11vh;
  }
}
@media (min-width: 1920px){
  .\33xl\:relative{
    position: relative;
  }
  .\33xl\:bottom-\[unset\]{
    bottom: unset;
  }
  .\33xl\:mr-\[10\.5625rem\]{
    margin-right: 10.5625rem;
  }
  .\33xl\:mt-40{
    margin-top: 10rem;
  }
  .\33xl\:max-w-\[38\.75rem\]{
    max-width: 38.75rem;
  }
  .\33xl\:items-end{
    align-items: flex-end;
  }
  .\33xl\:pr-\[8\.5vw\]{
    padding-right: 8.5vw;
  }
  .\33xl\:text-5xl{
    font-size: 3.375rem;
    line-height: 4.0625rem;
  }
  .\33xl\:tracking{
    letter-spacing: 0;
  }
}
