@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 24px !important;
  font-weight: 400;
  color: #263238 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600 !important;
  color: #4371a7;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

:root {
  --containerPadding: 100px;
  --primary: #237d31;
  --secondary: #4371a7;
}

html {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: var(--containerPadding) !important;
  padding-right: var(--containerPadding) !important;
}

@media screen and (max-width: 1600px) {
  :root {
    --containerPadding: 50px;
  }
}

@media screen and (max-width: 990px) {
  :root {
    --containerPadding: 50px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --containerPadding: 25px;
  }
}

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

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

@media screen and (min-width: 783px) {
  .adminFixedHeader {
    top: 32px !important;
  }
}
@media screen and (max-width: 783px) {
  .adminFixedHeader {
    top: 46px !important;
  }
}
@media screen and (max-width: 990px) {
  .navBase {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 20;
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    padding-right: var(--containerPadding);
    padding-left: var(--containerPadding);
    --tw-bg-opacity: 1;
    background-color: #fff;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .navHandler {
    visibility: hidden;
    width: 0px;
    opacity: 0;
  }

  .navHandler ul#menu-main-menu {
    opacity: 0;
  }
}

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

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1600px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 767px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

.entry-content h1,
.block-editor-block-list__layout h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.entry-content h2,
.block-editor-block-list__layout h2 {
  font-size: 1.25rem;
}
.entry-content h3,
.block-editor-block-list__layout h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.entry-content p a,
.entry-content ul a,
.entry-content ol a,
.block-editor-block-list__layout p a,
.block-editor-block-list__layout ul a,
.block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.entry-content p a:hover,
.entry-content ul a:hover,
.entry-content ol a:hover,
.block-editor-block-list__layout p a:hover,
.block-editor-block-list__layout ul a:hover,
.block-editor-block-list__layout ol a:hover {
  text-decoration-line: none;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.block-editor-block-list__layout p,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li,
.block-editor-block-list__layout
  ul:not(.block-editor-block-variation-picker__variations)
  li {
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li,
.block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

/* CUSTOM CSS */

.baseH1,
.editorAboutUs h1 {
  font-size: 52px !important;
  line-height: 1.2;
}

.baseH2,
.editor h2 {
  font-size: 80px;
  line-height: 75px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.editor h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 15px;
}

.editorWhite h1,
.editorWhite h2,
.editorWhite h3,
.editorWhite h4,
.editorWhite h5,
.editorWhite h6 {
  color: #fff;
}

.slick-dots {
  position: absolute;
  bottom: 9rem;
  right: 0;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  z-index: 99;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 55px;
  height: 1px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 50px;
  opacity: 50%;
  transition: all 0.5s ease-in-out;
}

.slick-dots li.slick-active button {
  opacity: 100%;
}

/* CURSOR ANIMATIONS */

.cursor-section {
  cursor: pointer;
}

.cursor-section-el {
  position: fixed;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.1s;
}

.cursor-section-el {
  top: -80.5px;
  left: -80.5px;
  width: 161px;
  height: 161px;
  z-index: 9999;
  display: grid;
  place-content: center;
  opacity: 0;
  scale: 0;
  background: #fff;
  border-radius: 50%;
  color: #000;
}

/* END CURSOR ANIMATIONS */

#socials a {
  transition: all 0.3s ease-in-out;
}

#socials a:hover {
  scale: 1.1;
}

.editor p {
  margin-bottom: 1.25rem;
}

.editor a {
  transition: all 0.3s ease-in-out;
  color: var(--primary);
  position: relative;
  display: inline-block;
}

.editor a::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  display: block;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: var(--primary);
}

.editor a:hover::after {
  width: 0%;
}

.editor a:hover {
  opacity: 70%;
}

.baseLinkWhite {
  transition: all 0.3s ease-in-out;
  color: #fff;
  position: relative;
  display: inline-block;
}

.baseLinkWhite::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  display: block;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.baseLinkWhite:hover::after {
  width: 0%;
}

.baseLinkWhite:hover {
  opacity: 70%;
}

header.stickNav > div {
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(15, 23, 42, 0.1);
}

.editor h2 {
  margin-bottom: 1.25rem;
}

.strokeText {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
}

.quform-edit-form {
  display: none;
}

.baseTransition1000 {
  transition: all 1s ease-out;
}

.btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button,
.wc-block-cart__submit-container,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  transition: all 0.3s ease-in-out;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
}

.btn-primary,
.wc-block-cart__submit-container,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}

.btn-primary:hover,
.wc-block-cart__submit-container:hover,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
  background: transparent;
  color: var(--primary);
}

.btn-secondary {
  background: var(--secondary);
  color: #fff;
  border: 1px solid var(--secondary);
}

.btn-secondary:hover {
  background: transparent;
  color: var(--secondary);
}

.btn-white {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.btn-white:hover {
  background: transparent;
  color: #fff;
}

.shadow-dropdown {
  box-shadow: 0px 4px 12px 0px rgba(15, 23, 42, 0.1);
}

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

.facts-js-prev,
.facts-js-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.facts-js-prev:hover,
.facts-js-next:hover {
  scale: 1.1;
}

.facts-js-prev {
  left: 0px;
  transform: translate(-50%, -50%);
}

.facts-js-next {
  right: -20px;
  transform: translate(50%, -50%);
}

.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

a.gt_switcher-popup span:nth-child(2) {
  display: none;
}

/* WOOCOMMERCE */

.mainWrapper > div > div.woocommerce,
.wp-block-woocommerce-cart.alignwide,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
  padding-top: 150px;
  max-width: 100%;
  width: 100%;
  padding-left: var(--containerPadding);
  padding-right: var(--containerPadding);
  padding-bottom: 75px;
  margin: 0 auto;
}

/**
 * My Account
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 5px;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  margin-right: 20px;
  opacity: 0.25;
  display: inline-block;
  width: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--dashboard
  a:before {
  font-family: 'FontAwesome';
  content: '\f0e4';
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--orders
  a:before {
  font-family: 'FontAwesome';
  content: '\f291';
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--downloads
  a:before {
  font-family: 'FontAwesome';
  content: '\f1c6';
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-address
  a:before {
  font-family: 'FontAwesome';
  content: '\f015';
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--payment-methods
  a:before {
  font-family: 'FontAwesome';
  content: '\f09d';
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-account
  a:before {
  font-family: 'FontAwesome';
  content: '\f007';
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a:before {
  font-family: 'FontAwesome';
  content: '\f08b';
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 25px;
  font-weight: 600;
}

.woocommerce-account p.order-again {
  text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type='submit'] {
  margin-top: 50px;
  float: right;
}

.woocommerce-account .addresses .title .edit {
  font-size: 12px;
  background: var(--primary);
  color: white;
  padding: 4px 10px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.woocommerce-account .addresses .title .edit:hover {
  opacity: 0.7;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  margin-top: 20px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-bottom: 1px solid var(--secondary);
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide
  span
  em {
  font-size: 14px;
}

.page-id-83 fieldset {
  margin-top: 30px;
}

/* CART PAGE */

.wp-block-woocommerce-cart.alignwide {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* CHECKOUT PAGE */

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
  padding-top: 0 !important;
  padding-bottom: 50px !important;
  max-width: 100% !important;
  width: 100% !important;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns,
.wp-block-woocommerce-checkout-shipping-method-block,
.wp-block-woocommerce-checkout-pickup-options-block {
  display: none;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  max-width: 200px;
}

/* ORDER PAGE */

.woocommerce-order {
  margin-top: -150px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 25px;
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .timeline-section:first-child {
    position: relative;
    left: -50px;
    top: 105px;
  }

  .timeline-section:nth-child(2) {
    position: relative;
    top: 115px;
    left: -30px;
  }

  .timeline-section:nth-child(3) {
    position: relative;
    top: 224px;
    left: 95px;
  }

  .timeline-section:nth-child(4) {
    position: relative;
    top: 178px;
    left: -70px;
  }

  .timeline-section:nth-child(5) {
    position: relative;
    top: 96px;
    left: -30px;
  }

  .timeline-section:nth-child(6) {
    position: relative;
    top: 65px;
    left: -50px;
  }

  .timeline-section:nth-child(7) {
    position: relative;
    top: 195px;
    left: 100px;
  }

  .timeline-section:nth-child(8) {
    position: relative;
    left: -100px;
  }
}

/* RESPONSIVE */

html body .editorAboutUs h1 {
  font-size: 52px !important;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .baseH1,
  .editorAboutUs h1 {
    font-size: 32px !important;
  }

  body {
    font-size: 16px;
    line-height: 24px;
  }
}

.ays-abs-fs.ays-start-page > img {
  margin-bottom: 35px;
}

.ays-abs-fs::before {
  content: '';
  background-image: url('https://skintoscan.com/wp-content/uploads/2024/12/Asset-40@4x-2.png');
  background-size: 94px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30%;
  height: 100%;
  background-color: rgba(202, 220, 238, 0.38);
  position: absolute;
  left: 0;
  top: 0;
}

.ays-abs-fs.ays-start-page::before {
  display: none;
}

.ays-abs-fs:not(.ays-start-page) {
  padding-left: 30%;
}

.ays_quiz_results {
  padding: 0 !important;
}

.ays_quiz_question p {
  font-size: 24px !important;
  line-height: 1.2 !important;
  margin-bottom: 35px !important;
}

.ays-field.ays_grid_view_item label {
  text-align: center;
}

.wcb-modal-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wcb-modal-header {
  padding-top: 50px !important;
}

.wcb-md-overlay {
  background: #0000005e !important;
  inset: 0 !important;
  backdrop-filter: blur(2px);
  visibility: visible !important;
  opacity: 1 !important;
}

.editor h2,
.editor h1 {
  font-size: 32px !important;
  line-height: 1.2 !important;
}

.editor > *:not(:last-child) {
  margin-bottom: 1.25rem;
}

.editor ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.25rem;
}

.editor ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.25rem;
}

.editor li {
  margin-bottom: 0.5rem;
}

.wcb-coupon-treasure-container {
  position: relative;
  cursor: pointer;
}
.wcb-coupon-treasure-container::before {
  content: 'Copy';
  position: absolute;
  display: block;
  bottom: 50%;
  transform: translate(10px, 10px);
  left: 10px;
  cursor: pointer;
  pointer-events: none;
}

.gt_float_switcher {
  box-shadow: none !important;
  font-size: 16px !important;
}

.gt_float_switcher img {
  width: 22px !important;
}

@media screen and (min-width: 990px) {
  .gt-current-lang {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-right: 15px;
    margin-left: 16px;
  }

  li#menu-item-248 {
    display: none;
  }
}

.tab-box-content.type-email.tab-box-email-content.element-gifts {
  width: 100%;
}

.tab-box-content .form-wrap input,
.tab-box-content .form-wrap input:focus {
  font-size: 14px !important;
}

#tab-box-front-241
  .tab-box-content.tab-box-email-content
  .coupon-button.coupon-email-button {
  color: #ffffff;
  background-color: #237d31;
  font-family: 'Inter' !important;
}

.tab-box-content * {
  font-family: 'Inter' !important;
}

li.menu-item.menu-item-gtranslate {
  width: 130px;
}

.gt_options.gt-open {
  overflow-x: hidden;
}

.show-password-input::after {
  position: relative !important;
  top: -15px;
}

.woocommerce form .form-row label {
  line-height: 1.2;
  margin-bottom: 6px;
}

.woocommerce form .clear {
  height: 15px;
}

@media screen and (max-width: 990px) {
  nav.woocommerce-MyAccount-navigation {
    width: 100% !important;
    margin-bottom: 25px;
  }

  .woocommerce-MyAccount-content {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .ays-abs-fs::before {
    display: none;
  }

  .ays-abs-fs {
    padding-left: 0 !important;
  }

  .u-column1.col-1.woocommerce-Address {
    margin-bottom: 15px;
  }

  .facts-js-prev {
    left: 20px !important;
  }

  .facts-js-next {
    right: -7px !important;
  }

  html body .mainWrapper > div > div.woocommerce {
    padding-top: 100px !important;
  }

  html body .wp-block-woocommerce-cart.alignwide,
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    padding-top: 0 !important;
  }

  .woocommerce-order {
    margin-top: -100px;
  }

  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

fieldset#payment-method {
  display: none;
}

.input_field {
  border-bottom: 1px solid var(--secondary);
  padding: 7px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.input_field:focus {
  outline: none !important;
}

img.custom-logo {
  width: 222px;
  height: auto;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block
  a {
  color: var(--secondary);
}


td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 10px;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button {
    width: 100px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}