@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
/* ===============
   Font faces
   =============== */
/* plus-jakarta-sans-regular - latin */
@font-face {
  font-display: optional;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/cherry-child/assets/fonts/plus-jakarta-sans-v12-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-500 - latin */
@font-face {
  font-display: optional;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/cherry-child/assets/fonts/plus-jakarta-sans-v12-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-700 - latin */
@font-face {
  font-display: optional;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/cherry-child/assets/fonts/plus-jakarta-sans-v12-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: optional;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/cherry-child/assets/fonts/poppins-v24-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: optional;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/cherry-child/assets/fonts/poppins-v24-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: optional;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/cherry-child/assets/fonts/poppins-v24-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: optional;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/cherry-child/assets/fonts/poppins-v24-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ===============
   Variables
   =============== */
/* ===============
   Mixins
   =============== */
/* ===============
   Structure
   =============== */
html,
body {
  height: 100%;
}

#page {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100%;
}
#page #masthead {
  width: 100%;
}
#page #content {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
#page #colophon {
  width: 100%;
}

.in-grid {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1400px) {
  .in-grid {
    max-width: 100%;
  }
}

.in-grid-s, .post-password-form, footer .footer-top .column.col-12 > div {
  max-width: 850px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  .in-grid-s, .post-password-form, footer .footer-top .column.col-12 > div {
    max-width: 100%;
  }
}

.gut > a,
.gut > div,
.gut > form,
.gut > header,
.gut > article {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.row-spacing {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.row-spacing-m {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.row-spacing-s {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.row-spacing-xs {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

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

.mb-m {
  margin-bottom: 64px !important;
}

.mb-s {
  margin-bottom: 32px !important;
}

.col-1 {
  width: calc(8.3333333333% * 1);
}

.col-2 {
  width: calc(8.3333333333% * 2);
}

.col-3 {
  width: calc(8.3333333333% * 3);
}

.col-4 {
  width: calc(8.3333333333% * 4);
}

.col-5 {
  width: calc(8.3333333333% * 5);
}

.col-6 {
  width: calc(8.3333333333% * 6);
}

.col-7 {
  width: calc(8.3333333333% * 7);
}

.col-8 {
  width: calc(8.3333333333% * 8);
}

.col-9 {
  width: calc(8.3333333333% * 9);
}

.col-10 {
  width: calc(8.3333333333% * 10);
}

.col-11 {
  width: calc(8.3333333333% * 11);
}

.col-12 {
  width: calc(8.3333333333% * 12);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:focus-visible {
  outline: 2px dashed #FDB913 !important;
}

html, body, div, span, applet, object, iframe, h1, h2, .single-product .product-summary .in-grid .product-side-column__header h1, h3, h4, .product-item-small a .product-content h2, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, fieldset, legend, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

body,
button,
input,
textarea {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  margin-top: 0 !important;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

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

blockquote {
  margin: 0;
}

address {
  margin: 0;
  font-style: normal;
}

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

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

big {
  font-size: 125%;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ol {
  list-style: decimal;
}

/* ===Images=== */
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

.gallery-caption {
  display: block;
}

/* ===Tables=== */
table {
  margin: 0;
  width: 100%;
}

.bypostauthor {
  display: block;
}

.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

:focus {
  outline: 0;
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #F8F9FB;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

@media only screen and (max-width: 782px) {
  #wpadminbar {
    display: none;
  }
}

/*--------------------------------------------------------------
# Extends
--------------------------------------------------------------*/
.h1, h1 {
  font-size: 44px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .h1, h1 {
    font-size: 26px;
  }
}

.h2, h2, .single-product .product-summary .in-grid .product-side-column__header h1 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .h2, h2, .single-product .product-summary .in-grid .product-side-column__header h1 {
    font-size: 24px;
  }
}

.h3, h3 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.h4, h4, .product-item-small a .product-content h2, .product-item-small a .product-content .single-product .product-summary .in-grid .product-side-column__header h1, .single-product .product-summary .in-grid .product-side-column__header .product-item-small a .product-content h1 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.h5, h5 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.base-button, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-checkout, .woocommerce-lost-password .lost_reset_password button[type=submit], .woocommerce-account .u-columns > div button[type=submit],
.woocommerce-account .u-columns > div .woocommerce-button, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action, .account-page .in-grid .woocommerce-MyAccount-content .button,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Button,
.account-page .in-grid .woocommerce-MyAccount-content button[type=submit], body.woocommerce-checkout.woocommerce-order-pay #payment #place_order.button.alt, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-button, .wp-block-woocommerce-empty-cart-block .wp-block-button__link, body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button, .ccwc-add-to-cart-modal .modal-content a.go-to-cart,
.ccwc-add-to-cart-modal .modal-content .continue-shopping, .advanced-product-card__bottom-cta, .product-card__cta, .btns .btn-main.primary a, .flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner .cta-col a, button,
input[type=button],
input[type=submit] {
  text-decoration: none;
  padding: 16px 24px;
  line-height: 1.2;
  background: #FDB913;
  border: 1px solid #FDB913;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  -ms-transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  -o-transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.base-button span, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout span,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-checkout span, .woocommerce-lost-password .lost_reset_password button[type=submit] span, .woocommerce-account .u-columns > div button[type=submit] span,
.woocommerce-account .u-columns > div .woocommerce-button span, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action span, .account-page .in-grid .woocommerce-MyAccount-content .button span,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Button span,
.account-page .in-grid .woocommerce-MyAccount-content button[type=submit] span, body.woocommerce-checkout.woocommerce-order-pay #payment #place_order.button.alt span, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-button span, .wp-block-woocommerce-empty-cart-block .wp-block-button__link span, body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button span,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button span, .ccwc-add-to-cart-modal .modal-content a.go-to-cart span,
.ccwc-add-to-cart-modal .modal-content .continue-shopping span, .advanced-product-card__bottom-cta span, .product-card__cta span, .btns .btn-main.primary a span, .flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner .cta-col a span, button span,
input[type=button] span,
input[type=submit] span, .base-button i, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout i,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-checkout i, .woocommerce-lost-password .lost_reset_password button[type=submit] i, .woocommerce-account .u-columns > div button[type=submit] i,
.woocommerce-account .u-columns > div .woocommerce-button i, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action i, .account-page .in-grid .woocommerce-MyAccount-content .button i,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Button i,
.account-page .in-grid .woocommerce-MyAccount-content button[type=submit] i, body.woocommerce-checkout.woocommerce-order-pay #payment #place_order.button.alt i, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-button i, .wp-block-woocommerce-empty-cart-block .wp-block-button__link i, body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button i,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button i, .ccwc-add-to-cart-modal .modal-content a.go-to-cart i,
.ccwc-add-to-cart-modal .modal-content .continue-shopping i, .advanced-product-card__bottom-cta i, .product-card__cta i, .btns .btn-main.primary a i, .flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner .cta-col a i, button i,
input[type=button] i,
input[type=submit] i {
  color: #1E2A5E !important;
}
.base-button i, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout i,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-checkout i, .woocommerce-lost-password .lost_reset_password button[type=submit] i, .woocommerce-account .u-columns > div button[type=submit] i,
.woocommerce-account .u-columns > div .woocommerce-button i, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action i, .account-page .in-grid .woocommerce-MyAccount-content .button i,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Button i,
.account-page .in-grid .woocommerce-MyAccount-content button[type=submit] i, body.woocommerce-checkout.woocommerce-order-pay #payment #place_order.button.alt i, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-button i, .wp-block-woocommerce-empty-cart-block .wp-block-button__link i, body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button i,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button i, .ccwc-add-to-cart-modal .modal-content a.go-to-cart i,
.ccwc-add-to-cart-modal .modal-content .continue-shopping i, .advanced-product-card__bottom-cta i, .product-card__cta i, .btns .btn-main.primary a i, .flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner .cta-col a i, button i,
input[type=button] i,
input[type=submit] i {
  transition: transform 0.2s ease;
}
.base-button i:first-child, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout i:first-child,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-checkout i:first-child, .woocommerce-lost-password .lost_reset_password button[type=submit] i:first-child, .woocommerce-account .u-columns > div button[type=submit] i:first-child,
.woocommerce-account .u-columns > div .woocommerce-button i:first-child, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action i:first-child, .account-page .in-grid .woocommerce-MyAccount-content .button i:first-child,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Button i:first-child,
.account-page .in-grid .woocommerce-MyAccount-content button[type=submit] i:first-child, body.woocommerce-checkout.woocommerce-order-pay #payment #place_order.button.alt i:first-child, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-button i:first-child, .wp-block-woocommerce-empty-cart-block .wp-block-button__link i:first-child, body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button i:first-child,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button i:first-child, .ccwc-add-to-cart-modal .modal-content a.go-to-cart i:first-child,
.ccwc-add-to-cart-modal .modal-content .continue-shopping i:first-child, .advanced-product-card__bottom-cta i:first-child, .product-card__cta i:first-child, .btns .btn-main.primary a i:first-child, .flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner .cta-col a i:first-child, button i:first-child,
input[type=button] i:first-child,
input[type=submit] i:first-child {
  transform-origin: left;
}
.base-button i:last-child, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout i:last-child,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-checkout i:last-child, .woocommerce-lost-password .lost_reset_password button[type=submit] i:last-child, .woocommerce-account .u-columns > div button[type=submit] i:last-child,
.woocommerce-account .u-columns > div .woocommerce-button i:last-child, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action i:last-child, .account-page .in-grid .woocommerce-MyAccount-content .button i:last-child,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Button i:last-child,
.account-page .in-grid .woocommerce-MyAccount-content button[type=submit] i:last-child, body.woocommerce-checkout.woocommerce-order-pay #payment #place_order.button.alt i:last-child, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-button i:last-child, .wp-block-woocommerce-empty-cart-block .wp-block-button__link i:last-child, body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button i:last-child,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button i:last-child, .ccwc-add-to-cart-modal .modal-content a.go-to-cart i:last-child,
.ccwc-add-to-cart-modal .modal-content .continue-shopping i:last-child, .advanced-product-card__bottom-cta i:last-child, .product-card__cta i:last-child, .btns .btn-main.primary a i:last-child, .flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner .cta-col a i:last-child, button i:last-child,
input[type=button] i:last-child,
input[type=submit] i:last-child {
  transform-origin: right;
}
@media (hover: hover) and (min-width: 769px) {
  .base-button:hover, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout:hover,
  .xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover, .woocommerce-lost-password .lost_reset_password button[type=submit]:hover, .woocommerce-account .u-columns > div button[type=submit]:hover,
  .woocommerce-account .u-columns > div .woocommerce-button:hover, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action:hover, .account-page .in-grid .woocommerce-MyAccount-content .button:hover,
  .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Button:hover,
  .account-page .in-grid .woocommerce-MyAccount-content button[type=submit]:hover, body.woocommerce-checkout.woocommerce-order-pay #payment #place_order.button.alt:hover, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-button:hover, .wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover, body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,
  body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button:hover, .ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover,
  .ccwc-add-to-cart-modal .modal-content .continue-shopping:hover, .advanced-product-card__bottom-cta:hover, .product-card__cta:hover, .btns .btn-main.primary a:hover, .flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner .cta-col a:hover, button:hover,
  input[type=button]:hover,
  input[type=submit]:hover {
    background: #db9c02;
    border-color: #db9c02;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);
  }
  .base-button:hover i:first-child, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout:hover i:first-child,
  .xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover i:first-child, .woocommerce-lost-password .lost_reset_password button[type=submit]:hover i:first-child, .woocommerce-account .u-columns > div button[type=submit]:hover i:first-child,
  .woocommerce-account .u-columns > div .woocommerce-button:hover i:first-child, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action:hover i:first-child, .account-page .in-grid .woocommerce-MyAccount-content .button:hover i:first-child,
  .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Button:hover i:first-child,
  .account-page .in-grid .woocommerce-MyAccount-content button[type=submit]:hover i:first-child, body.woocommerce-checkout.woocommerce-order-pay #payment #place_order.button.alt:hover i:first-child, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-button:hover i:first-child, .wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover i:first-child, body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button:hover i:first-child,
  body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button:hover i:first-child, .ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover i:first-child,
  .ccwc-add-to-cart-modal .modal-content .continue-shopping:hover i:first-child, .advanced-product-card__bottom-cta:hover i:first-child, .product-card__cta:hover i:first-child, .btns .btn-main.primary a:hover i:first-child, .flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner .cta-col a:hover i:first-child, button:hover i:first-child,
  input[type=button]:hover i:first-child,
  input[type=submit]:hover i:first-child {
    transform: translateX(-5px);
  }
  .base-button:hover i:last-child, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout:hover i:last-child,
  .xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover i:last-child, .woocommerce-lost-password .lost_reset_password button[type=submit]:hover i:last-child, .woocommerce-account .u-columns > div button[type=submit]:hover i:last-child,
  .woocommerce-account .u-columns > div .woocommerce-button:hover i:last-child, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action:hover i:last-child, .account-page .in-grid .woocommerce-MyAccount-content .button:hover i:last-child,
  .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Button:hover i:last-child,
  .account-page .in-grid .woocommerce-MyAccount-content button[type=submit]:hover i:last-child, body.woocommerce-checkout.woocommerce-order-pay #payment #place_order.button.alt:hover i:last-child, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-button:hover i:last-child, .wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover i:last-child, body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button:hover i:last-child,
  body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button:hover i:last-child, .ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover i:last-child,
  .ccwc-add-to-cart-modal .modal-content .continue-shopping:hover i:last-child, .advanced-product-card__bottom-cta:hover i:last-child, .product-card__cta:hover i:last-child, .btns .btn-main.primary a:hover i:last-child, .flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner .cta-col a:hover i:last-child, button:hover i:last-child,
  input[type=button]:hover i:last-child,
  input[type=submit]:hover i:last-child {
    transform: translateX(5px);
  }
}
.base-button:focus-visible, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout:focus-visible,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-checkout:focus-visible, .woocommerce-lost-password .lost_reset_password button[type=submit]:focus-visible, .woocommerce-account .u-columns > div button[type=submit]:focus-visible,
.woocommerce-account .u-columns > div .woocommerce-button:focus-visible, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action:focus-visible, .account-page .in-grid .woocommerce-MyAccount-content .button:focus-visible,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Button:focus-visible,
.account-page .in-grid .woocommerce-MyAccount-content button[type=submit]:focus-visible, body.woocommerce-checkout.woocommerce-order-pay #payment #place_order.button.alt:focus-visible, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-button:focus-visible, .wp-block-woocommerce-empty-cart-block .wp-block-button__link:focus-visible, body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button:focus-visible,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button:focus-visible, .ccwc-add-to-cart-modal .modal-content a.go-to-cart:focus-visible,
.ccwc-add-to-cart-modal .modal-content .continue-shopping:focus-visible, .advanced-product-card__bottom-cta:focus-visible, .product-card__cta:focus-visible, .btns .btn-main.primary a:focus-visible, .flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner .cta-col a:focus-visible, button:focus-visible,
input[type=button]:focus-visible,
input[type=submit]:focus-visible {
  outline: 3px solid #1E2A5E;
  outline-offset: 3px;
}

.secondary-button, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue, .btns .btn-main.secondary a, .flex-featured-reviews-slider-row .featured-reviews-slider-row__cta a {
  text-decoration: none;
  padding: 16px 24px;
  line-height: 1.2;
  background: #626B94;
  border: 1px solid #626B94;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  -ms-transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  -o-transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.secondary-button > span, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue > span,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue > span, .btns .btn-main.secondary a > span, .flex-featured-reviews-slider-row .featured-reviews-slider-row__cta a > span, .secondary-button > i, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue > i,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue > i, .btns .btn-main.secondary a > i, .flex-featured-reviews-slider-row .featured-reviews-slider-row__cta a > i {
  color: #fff !important;
  transition: color 0.2s ease;
}
.secondary-button i, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue i,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue i, .btns .btn-main.secondary a i, .flex-featured-reviews-slider-row .featured-reviews-slider-row__cta a i {
  transition: transform 0.2s ease, color 0.2s ease;
}
.secondary-button i:first-child, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue i:first-child,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue i:first-child, .btns .btn-main.secondary a i:first-child, .flex-featured-reviews-slider-row .featured-reviews-slider-row__cta a i:first-child {
  transform-origin: left;
}
.secondary-button i:last-child, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue i:last-child,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue i:last-child, .btns .btn-main.secondary a i:last-child, .flex-featured-reviews-slider-row .featured-reviews-slider-row__cta a i:last-child {
  transform-origin: right;
}
@media (hover: hover) and (min-width: 769px) {
  .secondary-button:hover, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue:hover,
  .xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue:hover, .btns .btn-main.secondary a:hover, .flex-featured-reviews-slider-row .featured-reviews-slider-row__cta a:hover {
    background: #5b66a6;
    border-color: #5b66a6;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);
  }
  .secondary-button:hover > span, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue:hover > span,
  .xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue:hover > span, .btns .btn-main.secondary a:hover > span, .flex-featured-reviews-slider-row .featured-reviews-slider-row__cta a:hover > span, .secondary-button:hover > i, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue:hover > i,
  .xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue:hover > i, .btns .btn-main.secondary a:hover > i, .flex-featured-reviews-slider-row .featured-reviews-slider-row__cta a:hover > i {
    color: #fff !important;
  }
  .secondary-button:hover i:first-child, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue:hover i:first-child,
  .xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue:hover i:first-child, .btns .btn-main.secondary a:hover i:first-child, .flex-featured-reviews-slider-row .featured-reviews-slider-row__cta a:hover i:first-child {
    transform: translateX(-5px);
  }
  .secondary-button:hover i:last-child, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue:hover i:last-child,
  .xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue:hover i:last-child, .btns .btn-main.secondary a:hover i:last-child, .flex-featured-reviews-slider-row .featured-reviews-slider-row__cta a:hover i:last-child {
    transform: translateX(5px);
  }
}
.secondary-button:focus-visible, .xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue:focus-visible,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue:focus-visible, .btns .btn-main.secondary a:focus-visible, .flex-featured-reviews-slider-row .featured-reviews-slider-row__cta a:focus-visible {
  outline: 3px solid #1E2A5E;
  outline-offset: 3px;
}

.input-standard, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  width: 100%;
  display: block;
  min-height: 46px;
  padding: 10px 12px;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(74, 85, 101, 0.35);
  border-radius: 8px;
  -webkit-transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -moz-transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -ms-transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -o-transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.input-standard:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  color: #000;
  border-color: rgba(124, 133, 184, 0.65);
  box-shadow: 0 0 0 3px rgba(124, 133, 184, 0.16);
  background: white;
  outline: none;
}
.input-standard:disabled, input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
textarea:disabled,
select:disabled {
  background: #F8F9FB;
}

.img-holder-container {
  display: block;
}

.fontawesome, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input::before, .sc-container::before, .wysiwyg-content ul li:before, .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon::after, footer .footer-top .column .company-data li.company:not(.logo):before, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after, .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fontawesome-brands {
  font-family: "Font Awesome 6 Brands";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flexbox, .woocommerce.post-type-archive-product .in-grid .results-ordering-container, .woocommerce.tax-product_cat .in-grid .results-ordering-container, .woocommerce-lost-password .woocommerce, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-loader, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container, .cc-add-to-cart-popup .pop-up-container, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-loader, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container, .cc-base-popup .pop-up-container, .advanced-product-card__title-container, .product-item-small > *, .product-item-small, .product-item > *, .product-item, .fancybox-container .fancybox-toolbar, .cc-slider .swiper-pagination.swiper-pagination-progressbar, .cc-slider .swiper-pagination, .cc-slider .slider-controls, .navigation .pagination, .blog-template__sidebar .blog-sidebar, .post .article-hero-wrapper .article-hero-image, .reviews-section__reviews-footer, .archive-pagination .facetwp-pager .facetwp-page, .archive-pagination .facetwp-pager, .archive-pagination .page-numbers, .archive-pagination ul.page-numbers, .blog-card .blog-card-inner .blog-content .top-content, .blog-card .blog-card-inner .blog-content, .blog-card .blog-card-inner, .blog-card a, .faq-toggle-item .faq-toggle-question, .pop-up-module .pop-up-content .pop-up-title-image, .pop-up-module .pop-up-content .pop-up-title-row, .social-icons > ul, .icon-text, .title .top-title, .title, .btns .btn-main, .btns, .flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner, .flex-content-columns-row .in-grid .column:not(:only-child), .c-align-right .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-center .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-left .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .flex-content-columns-row .in-grid .column .cc-contentcontainer, .small-rating, .hero-usp-container .in-grid .usp-container .usp-item, .hero-usp-container .in-grid .usp-container, .error404 .site-content, .responsive-menu-container .top-header__links-item a, footer .bottom-footer .in-grid .statements, footer .footer-top .column .social-icons > ul, footer .footer-top .column ul, header#masthead .shop-actions, header#masthead .main-navigation ul.menu, header#masthead .main-navigation, header#masthead .site-branding > a, header#masthead .site-branding, header#masthead .top-header .in-grid .top-header__links, .gf_page_steps .gf_step a, .gf_page_steps .gf_step, .gf_page_steps, .gform_footer, .gform_page_footer, .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div, .gform_body .gform_fields .gfield .ginput_complex, .gform_body .gform_fields, #page, .in-grid, .in-grid-s, .post-password-form, footer .footer-top .column.col-12 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-cover, .post .article-hero-wrapper .article-hero-image img, .reviews-section .reviews-section-card__avatar-image, .blog-card .blog-card-inner .thumb-container img, .cc-contentcontainer .cc-image-element .image-holder img, .primary-page-hero .in-grid .image-col .image-container .image-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.image-contain, .product-item-small a .product-thumbnail img, .product-item a .product-thumbnail img, .hero-usp-container .in-grid .usp-container .usp-item .icon .icon-holder img, header#masthead .usp-bar-header .usp-bar__usps .usp-item .icon img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* ===============
   Input Fields
   =============== */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

select {
  min-height: 36px;
  /* Arrow */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: 0.5rem auto;
  padding-right: 25px !important;
}

textarea {
  resize: vertical;
}
textarea.small {
  height: 80px;
}
textarea.medium {
  height: 140px;
}
textarea.large {
  height: 200px;
}

button,
input[type=button],
input[type=submit] {
  border: none;
}

/* ===============
   Forms
   =============== */
form ul {
  list-style: none;
}
.wysiwyg-content form ul li {
  padding-left: 0;
}
.wysiwyg-content form ul li:before {
  display: none;
}

/* ===============
  Gravity Forms
  =============== */
.gform_wrapper form {
  margin-left: -8px;
  margin-right: -8px;
}

.gform_body .gform_fields .gfield {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .gform_body .gform_fields .gfield {
    width: 100% !important;
  }
}
.gform_body .gform_fields .gfield.gsection {
  width: 100%;
}
.gform_body .gform_fields .gfield.gfield--width-quarter {
  width: 25%;
}
.gform_body .gform_fields .gfield.gfield--width-third {
  width: 33.3333333333%;
}
.gform_body .gform_fields .gfield.gfield--width-five-twelfths {
  width: 41.6666666667%;
}
.gform_body .gform_fields .gfield.gfield--width-half {
  width: 50%;
}
.gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
  width: 58.3333333333%;
}
.gform_body .gform_fields .gfield.gfield--width-two-thirds {
  width: 66.6666666667%;
}
.gform_body .gform_fields .gfield.gfield--width-three-quarter {
  width: 75%;
}
.gform_body .gform_fields .gfield.gfield--width-five-sixths {
  width: 83.3333333333%;
}
.gform_body .gform_fields .gfield.gfield--width-eleven-twelfths {
  width: 91.6666666667%;
}
.gform_body .gform_fields .gfield.gfield--width-full {
  width: 100%;
}
.gform_body .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_body .gform_fields .gfield.spacer {
  display: none !important;
}
.gform_body .gform_fields .gfield.gf_left_half {
  padding-right: 8px;
}
.gform_body .gform_fields .gfield.gf_right_half {
  padding-left: 8px;
}
.gform_body .gform_fields .gfield.gf_left_half, .gform_body .gform_fields .gfield.gf_right_half {
  width: 50%;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 768px) {
  .gform_body .gform_fields .gfield.gf_left_half, .gform_body .gform_fields .gfield.gf_right_half {
    width: 100%;
    padding: 0;
  }
}
.gform_body .gform_fields .gfield.gform_validation_container, .gform_body .gform_fields .gfield.gfield_visibility_hidden {
  display: none !important;
}
.gform_body .gform_fields .gfield.gfield_error input, .gform_body .gform_fields .gfield.gfield_error textarea, .gform_body .gform_fields .gfield.gfield_error select {
  border: 1px solid #c23630;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice:not(:first-child), .gform_body .gform_fields .gfield .gfield_radio .gchoice:not(:first-child) {
  margin-top: 2px;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox], .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=radio], .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=checkbox], .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio] {
  display: none;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox]:checked + label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=radio]:checked + label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=checkbox]:checked + label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio]:checked + label:before {
  opacity: 1;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=radio]:checked + label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=checkbox]:checked + label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio]:checked + label:after {
  opacity: 0;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label, .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
  opacity: 0;
  font-weight: bold;
  color: #43896e;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before {
  content: "\f14a";
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after {
  content: "\f0c8";
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
  content: "\f058";
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  content: "\f111";
}
.gform_body .gform_fields .gfield .gfield_list_groups .gfield_list_group:not(:first-of-type) {
  margin-top: 10px;
}
.gform_body .gform_fields .gfield .gfield_list_groups .gfield_list_group_item {
  margin-bottom: 5px;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.add_list_item {
  background: #333333;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.delete_list_item {
  background: #4A5565;
}
.gform_body .gform_fields .gfield .ginput_complex span, .gform_body .gform_fields .gfield .ginput_complex div {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 600px) {
  .gform_body .gform_fields .gfield .ginput_complex span, .gform_body .gform_fields .gfield .ginput_complex div {
    width: 100%;
    margin-right: 0 !important;
  }
  .gform_body .gform_fields .gfield .ginput_complex span:not(:last-child), .gform_body .gform_fields .gfield .ginput_complex div:not(:last-child) {
    margin-bottom: 5px;
  }
}
.gform_body .gform_fields .gfield .ginput_complex span:not(:last-child), .gform_body .gform_fields .gfield .ginput_complex div:not(:last-child) {
  margin-right: 5px;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left {
  padding-right: 8px;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_right {
  padding-left: 8px;
}
.gform_body .gform_fields .gfield .ginput_complex label {
  font-size: 14px;
  font-weight: bold;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
  width: 50%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
    width: 100%;
    padding: 0;
  }
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left select, .gform_body .gform_fields .gfield .ginput_complex .ginput_right select {
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right, .gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  margin-bottom: 16px;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload > input {
  margin-right: 16px;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload > div + .gform_fileupload_rules {
  margin-top: 5px;
  display: inline-block;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload .gform_drop_area {
  padding: 16px 32px;
  border: 1px solid #E5E7EB;
  text-align: center;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div {
  margin-top: 10px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div > span {
  margin-right: 16px;
}

.gform_footer, .gform_page_footer {
  padding-left: 8px;
  padding-right: 8px;
  width: 100% !important;
}
.gform_footer .gform_next_button, .gform_page_footer .gform_next_button {
  margin-left: auto;
}

.gf_page_steps {
  padding-left: 8px;
  padding-right: 8px;
}
.gf_page_steps .gf_step {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .gf_page_steps .gf_step {
    width: 100%;
    margin-right: 0 !important;
  }
  .gf_page_steps .gf_step a, .gf_page_steps .gf_step.gf_step_active {
    padding: 10px !important;
    border-bottom: none !important;
    border-left: 3px solid #E5E7EB;
    width: auto !important;
  }
  .gf_page_steps .gf_step a:after, .gf_page_steps .gf_step.gf_step_active:after {
    content: none !important;
  }
  .gf_page_steps .gf_step:not(:last-child) {
    margin-bottom: 10px;
  }
}
.gf_page_steps .gf_step:not(:last-child) {
  margin-right: 10px;
}
.gf_page_steps .gf_step a {
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #333333;
}
.gf_page_steps .gf_step a, .gf_page_steps .gf_step.gf_step_active {
  padding: 10px 0;
  border-bottom: 3px solid #E5E7EB;
}
.gf_page_steps .gf_step.gf_step_active {
  border-color: #4A5565;
  position: relative;
}
.gf_page_steps .gf_step.gf_step_active:after {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  width: 20px;
  height: 10px;
  background: #4A5565;
}
.gf_page_steps .gf_step .gf_step_number {
  width: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  background: #4A5565 !important;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}
.gf_page_steps .gf_step .gf_step_label {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 14px;
}

.validation_message {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  background: #c23630;
  width: auto !important;
  margin-top: 10px;
  position: relative;
}
.validation_message:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #c23630;
  transform: rotate(45deg) translateX(-50%);
  top: 0;
  left: 50%;
}
.validation_message.validation_message--hidden-on-empty {
  display: none;
}

.validation_error {
  font-weight: bold;
  color: #c23630;
  margin-bottom: 16px;
}

.warning-container {
  color: #fff;
  padding: 5px 10px;
  background: #c23630;
  text-align: center;
}

.gform_validation_errors {
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 4px solid #c23630;
}
.gform_validation_errors .gform_submission_error {
  font-size: 16px;
  line-height: 1.5;
}

.ui-datepicker {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin: 5px auto 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999 !important;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #E5E7EB;
  border-bottom: 1px solid #4A5565;
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #4A5565;
}
.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #c8ccd5;
  border-right: 1px solid #c8ccd5;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #4A5565;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #E5E7EB;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #E5E7EB;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  margin-top: 5px;
  width: auto;
  padding: 0;
  display: inline-block;
  padding: 3px 10px;
}
.ui-datepicker .ui-datepicker-title select:not(:first-of-type) {
  margin-left: 5px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 600%;
  overflow: hidden;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  position: absolute;
  width: 100%;
  top: calc(50% + 6px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #333333;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f104";
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f105";
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #FFF;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #F8F9FB;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #43896e; /* set the active date background color */
  color: white; /* set the active date font color */
  position: relative;
}
.ui-datepicker .ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
}
.ui-datepicker .ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable.ui-state-disabled {
  background-color: #c8ccd5;
}
.ui-datepicker .ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
  background: #E5E7EB;
  color: #4A5565;
}
.ui-datepicker table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker .ui-datepicker-trigger {
  display: block;
  position: absolute;
  top: 35px;
  right: 10px;
}

/* ===============
   Placeholder color
   =============== */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #4A5565;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #4A5565;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #4A5565;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4A5565;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #4A5565;
}

/* ===============
   Autocomplete
   =============== */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #F8F9FB inset;
  -webkit-text-fill-color: #000;
}

/* GF Spinner */
.gform_ajax_spinner, .gform-loader {
  margin-left: 10px !important;
  border: 4px solid #FDB913;
  border-left: 4px solid transparent;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  -webkit-animation: spinner 1.1s infinite linear;
  -moz-animation: spinner 1.1s infinite linear;
  -ms-animation: spinner 1.1s infinite linear;
  -o-animation: spinner 1.1s infinite linear;
  animation: spinner 1.1s infinite linear;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Hide empty description placeholders after labels */
.gform_wrapper .gfield_label + p:empty {
  display: none;
}

/* Hide empty heading paragraphs */
.gform_wrapper .gform_heading p:empty {
  display: none;
}

/* Tidy footer noise */
.gform_wrapper .gform_footer > p:empty {
  display: none;
}

.gform_wrapper .gform_footer br {
  display: none;
}

/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/
/* ===============
   Header
   =============== */
.blog-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  z-index: 99996;
  pointer-events: none;
}
.blog-scroll-progress__bar {
  display: block;
  width: 0;
  height: 100%;
  background: #FDB913;
  -webkit-transition: width 0.1s linear;
  -moz-transition: width 0.1s linear;
  -ms-transition: width 0.1s linear;
  -o-transition: width 0.1s linear;
  transition: width 0.1s linear;
}

header#masthead {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  overflow-anchor: none;
  -webkit-transition: box-shadow 0.3s ease, transform 0.3s ease;
  -moz-transition: box-shadow 0.3s ease, transform 0.3s ease;
  -ms-transition: box-shadow 0.3s ease, transform 0.3s ease;
  -o-transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  z-index: 99997;
  background: #fff;
  border-bottom: 1px solid #E5E7EB;
}
body.has-scrolled header#masthead .main-header {
  position: relative;
  z-index: 1;
}
header#masthead.has-scrolled {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.admin-bar header#masthead.has-scrolled {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar header#masthead.has-scrolled {
    top: 0;
  }
}
header#masthead.nav-up {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (any-pointer: coarse) {
  header#masthead.nav-up {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media only screen and (max-width: 991px) {
  header#masthead.nav-up {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header#masthead .top-header {
  display: grid;
  grid-template-rows: 1fr;
  width: 100%;
  overflow: hidden;
  background: #F8F9FB;
  border-bottom: 1px solid #E5E7EB;
  padding: 8px 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0s;
  -moz-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0s;
  -ms-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0s;
  -o-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0s;
  transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0s;
}
@media only screen and (max-width: 991px) {
  header#masthead .top-header {
    display: none;
  }
}
body.has-scrolled header#masthead .top-header {
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-bottom-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0.5s;
  -moz-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0.5s;
  -ms-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0.5s;
  -o-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0.5s;
  transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  header#masthead .top-header {
    transition: none;
  }
  body.has-scrolled header#masthead .top-header {
    transition: none;
  }
  header#masthead .top-header .in-grid {
    transition: none;
  }
}
header#masthead .top-header .in-grid {
  min-height: 0;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  display: flex;
  justify-content: space-between;
  column-gap: 32px;
  row-gap: 8px;
  width: 100%;
}
body.has-scrolled header#masthead .top-header .in-grid {
  opacity: 0;
  -webkit-transform: translate3d(0, -12px, 0);
  -moz-transform: translate3d(0, -12px, 0);
  -ms-transform: translate3d(0, -12px, 0);
  -o-transform: translate3d(0, -12px, 0);
  transform: translate3d(0, -12px, 0);
}
header#masthead .top-header .in-grid .tiny-rating__inner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1.2;
}
header#masthead .top-header .in-grid .tiny-rating__stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
header#masthead .top-header .in-grid .tiny-rating__star {
  color: #00A63E;
  font-size: 14px;
  line-height: 1;
}
header#masthead .top-header .in-grid .tiny-rating__value {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
header#masthead .top-header .in-grid .tiny-rating__link {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4A5565;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1;
  transition: ease color 0.3s;
}
header#masthead .top-header .in-grid .tiny-rating__link:hover, header#masthead .top-header .in-grid .tiny-rating__link:focus {
  color: #000;
}
header#masthead .top-header .in-grid .top-header__links-item:not(:last-child) {
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
}
header#masthead .top-header .in-grid .top-header__links-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background: #E5E7EB;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header#masthead .top-header .in-grid .top-header__links-item a {
  text-decoration: none;
  color: #4A5565;
  transition: ease color 0.3s;
  font-size: 14px;
}
header#masthead .top-header .in-grid .top-header__links-item a:hover, header#masthead .top-header .in-grid .top-header__links-item a:focus {
  color: #000;
}
header#masthead .usp-bar-header {
  display: grid;
  grid-template-rows: 1fr;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0s;
  -moz-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0s;
  -ms-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0s;
  -o-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0s;
  transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0s;
}
body.has-scrolled header#masthead .usp-bar-header {
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0.5s;
  -moz-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0.5s;
  -ms-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0.5s;
  -o-transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0.5s;
  transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), visibility 0s linear 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  header#masthead .usp-bar-header {
    transition: none;
  }
  body.has-scrolled header#masthead .usp-bar-header {
    transition: none;
  }
  header#masthead .usp-bar-header .usp-bar__usps {
    transition: none;
  }
}
header#masthead .usp-bar-header .usp-bar__usps {
  min-height: 0;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), padding 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  background: #626B94;
  padding: 8px 0;
  overflow: hidden;
}
body.has-scrolled header#masthead .usp-bar-header .usp-bar__usps {
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transform: translate3d(0, 12px, 0);
  -moz-transform: translate3d(0, 12px, 0);
  -ms-transform: translate3d(0, 12px, 0);
  -o-transform: translate3d(0, 12px, 0);
  transform: translate3d(0, 12px, 0);
}
header#masthead .usp-bar-header .usp-bar__usps .usp-swiper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  overflow: hidden;
}
header#masthead .usp-bar-header .usp-bar__usps .usp-swiper .swiper-wrapper {
  align-items: center;
}
@media (min-width: 992px) {
  header#masthead .usp-bar-header .usp-bar__usps .usp-swiper:not(.usp-swiper--static) .swiper-wrapper {
    justify-content: flex-start;
  }
  header#masthead .usp-bar-header .usp-bar__usps .usp-swiper.usp-swiper--static {
    overflow: visible;
  }
  header#masthead .usp-bar-header .usp-bar__usps .usp-swiper.usp-swiper--static .swiper-wrapper {
    justify-content: space-between;
    width: 100% !important;
    transform: none !important;
  }
  header#masthead .usp-bar-header .usp-bar__usps .usp-swiper.usp-swiper--static .usp-item {
    flex: 0 0 auto;
    width: auto !important;
    max-width: none;
  }
  header#masthead .usp-bar-header .usp-bar__usps .usp-swiper.usp-swiper--static.usp-swiper--measure .swiper-wrapper {
    justify-content: flex-start;
  }
}
header#masthead .usp-bar-header .usp-bar__usps .usp-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: auto;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  width: auto !important;
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  header#masthead .usp-bar-header .usp-bar__usps .usp-item {
    width: 100% !important;
    flex: none;
  }
}
@media only screen and (max-width: 1200px) {
  header#masthead .usp-bar-header .usp-bar__usps .usp-item {
    font-size: 12px;
  }
}
header#masthead .usp-bar-header .usp-bar__usps .usp-item .icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
header#masthead .usp-bar-header .usp-bar__usps .usp-item span {
  white-space: nowrap;
}
header#masthead .main-header {
  width: 100%;
  padding: 16px 0;
}
@media only screen and (max-width: 991px) {
  header#masthead .main-header {
    padding: 8px 0;
  }
}
header#masthead .main-header .in-grid.menu-bar {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  header#masthead .main-header .in-grid.menu-bar {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
header#masthead .site-branding {
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  header#masthead .site-branding {
    flex: 1;
    width: auto;
  }
}
header#masthead .site-branding > a {
  width: max-content;
}
header#masthead .site-branding > a img {
  height: 48px;
  display: block;
  width: auto !important;
}
@media only screen and (max-width: 480px) {
  header#masthead .site-branding > a img {
    height: 32px;
  }
}
header#masthead .main-navigation {
  padding: 0 15px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  header#masthead .main-navigation {
    display: none;
  }
}
header#masthead .main-navigation ul {
  list-style: none !important;
}
header#masthead .main-navigation ul li a {
  color: #333333;
  display: block;
  font-size: 16px;
  line-height: 1.8;
  padding: 8px 16px;
  text-decoration: none;
}
header#masthead .main-navigation ul.menu {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children {
  position: relative;
  overflow: visible;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 12px;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > a {
  padding: 8px 32px 8px 16px;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  content: "\f078";
  font-weight: bold;
  width: 10px;
  font-size: 10px;
  text-align: center;
  right: 16px;
  position: absolute;
  top: 50%;
  color: #7c85b8;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  -moz-transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  -ms-transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  -o-transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  z-index: 9999;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.06);
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item > a {
  display: block;
  padding: 12px 16px;
  color: #333333;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: left;
  position: relative;
  border-left: 3px solid transparent;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  -moz-transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  -ms-transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item > a:not(:last-of-type) {
  border-bottom: 1px solid #E5E7EB;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.current-menu-item > a, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.current-menu-parent > a, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.current-menu-ancestor > a, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.current_page_item > a {
  color: #626B94;
  border-left-color: #626B94;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item:hover > a {
  color: #626B94;
  border-left-color: #626B94;
  background: #F8F9FB;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children:last-of-type > ul.sub-menu {
  left: auto;
  right: 0;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children:last-of-type > ul.sub-menu:before {
  left: auto;
  right: 20px;
}
header#masthead .main-navigation ul.menu > li.menu-item.current-menu-item > a, header#masthead .main-navigation ul.menu > li.menu-item.current-menu-parent > a {
  color: #626B94;
}
header#masthead .main-navigation ul.menu > li.menu-item:hover > a, header#masthead .main-navigation ul.menu > li.menu-item.sub-menu-open > a {
  color: #626B94;
}
header#masthead .main-navigation ul.menu > li.menu-item:hover > a:after, header#masthead .main-navigation ul.menu > li.menu-item.sub-menu-open > a:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
header#masthead .main-navigation ul.menu > li.menu-item:hover > ul.sub-menu, header#masthead .main-navigation ul.menu > li.menu-item.sub-menu-open > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
header#masthead .shop-actions {
  padding: 0 16px;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  header#masthead .shop-actions {
    gap: 6px;
  }
}
@media only screen and (max-width: 450px) {
  header#masthead .shop-actions {
    gap: 4px;
    padding: 0 8px;
  }
}
header#masthead .responsive-menu-button {
  display: none;
}
@media only screen and (max-width: 991px) {
  header#masthead .responsive-menu-button {
    display: block;
  }
}

/* ===============
   Footer
   =============== */
footer {
  background-color: #006285;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% - 100px);
  width: 41.6666666667%;
  background: url("../img/AminoAlliance_beeldmerk-footer-def.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0px bottom 0px;
  z-index: 1;
  opacity: 0.1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  footer:before {
    display: none;
  }
}
footer * {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}
footer > div {
  position: relative;
  z-index: 2;
}
footer .footer-top {
  padding: 96px 0 32px;
}
@media only screen and (max-width: 768px) {
  footer .footer-top {
    padding: 64px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-top .col-1, footer .footer-top .col-2 {
    width: 25%;
  }
  footer .footer-top .col-3, footer .footer-top .col-4 {
    width: 50%;
  }
  footer .footer-top .col-5, footer .footer-top .col-6, footer .footer-top .col-7, footer .footer-top .col-8, footer .footer-top .col-9, footer .footer-top .col-10, footer .footer-top .col-11 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-top .col-1, footer .footer-top .col-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-top .col-3, footer .footer-top .col-4 {
    width: 100%;
  }
}
footer .footer-top .column {
  padding-bottom: 64px;
}
footer .footer-top .column .title {
  margin-bottom: 24px;
}
footer .footer-top .column .title * {
  color: #fff;
}
footer .footer-top .column .additional > div:not(:last-child) {
  margin-bottom: 16px;
}
footer .footer-top .column > div:not(:first-of-type) {
  margin-top: 32px;
}
footer .footer-top .column ul {
  flex-direction: column;
  gap: 16px;
}
footer .footer-top .column ul li a {
  color: #fff;
  font-size: 14px;
}
footer .footer-top .column .social-icons {
  margin-bottom: 16px;
}
footer .footer-top .column .social-icons > ul {
  -webkit-flex-direction: row !important;
  -moz-flex-direction: row !important;
  -ms-flex-direction: row !important;
  -o-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-top .column .social-icons > ul li {
  padding: 0;
  margin-bottom: 0;
}
footer .footer-top .column .social-icons > ul li:not(:last-child) {
  margin-bottom: 0;
}
footer .footer-top .column .social-icons > ul li::before {
  content: none;
  display: none;
}
footer .footer-top .column .social-icons > ul li a {
  position: relative;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(98, 107, 148, 0.35);
  background: #fff;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  -moz-transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  -ms-transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
footer .footer-top .column .social-icons > ul li a i {
  position: static;
  width: auto;
  text-align: center;
  line-height: inherit;
  font-size: 16px;
  color: #000;
}
@media (hover: hover) and (min-width: 769px) {
  footer .footer-top .column .social-icons > ul li a:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: #7c85b8;
  }
}
footer .footer-top .column .company-data li.logo img {
  width: 225px;
  height: auto;
}
footer .footer-top .column .company-data li.company:not(.logo) {
  padding-left: 32px;
  position: relative;
}
footer .footer-top .column .company-data li.company:not(.logo):before {
  content: "";
  font-size: 14px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 2px;
}
footer .footer-top .column .company-data li.company:not(.logo).address:before {
  content: "\f3c5";
}
footer .footer-top .column .company-data li.company:not(.logo).email:before {
  content: "\f0e0";
}
footer .footer-top .column .company-data li.company:not(.logo).phone:before {
  content: "\f095";
}
footer .footer-top .column .company-data li.company:not(.logo).website:before {
  content: "\f0c1";
}
footer .footer-top .column .company-data li.company:not(.logo).kvk:before {
  content: "\f1ad";
}
footer .footer-top .column .company-data li.company:not(.logo).tax:before {
  content: "\f51e";
}
footer .bottom-footer {
  padding: 32px 0 64px;
  position: relative;
}
footer .bottom-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 1px;
  width: 100%;
  max-width: calc(1400px - 32px);
  background: rgba(255, 255, 255, 0.25);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1400px) {
  footer .bottom-footer:before {
    max-width: calc(100% - 32px);
  }
}
footer .bottom-footer .in-grid {
  justify-content: space-between;
  column-gap: 32px;
  row-gap: 16px;
}
footer .bottom-footer .in-grid .statements {
  gap: 32px;
}
footer .logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 16px;
  align-items: center;
}
footer .logo-grid .logo-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  border-radius: 4px;
}
footer .logo-grid .logo-grid-item img {
  width: 100%;
  height: 40px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
footer .logo-grid a.logo-grid-item:hover img {
  opacity: 1;
}
footer .wysiwyg-content a {
  color: #fff;
}
footer .wysiwyg-content a:visited, footer .wysiwyg-content a:hover, footer .wysiwyg-content a:focus, footer .wysiwyg-content a:active {
  color: #fff;
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer a:visited, footer a:hover, footer a:focus, footer a:active {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer a :focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px #fdb913;
}
footer ul {
  list-style: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
/* ===============
   Mobile Menu
   =============== */
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s !important;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in !important;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -ms-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -o-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  transition-delay: 0.12s !important;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0 !important;
  opacity: 0 !important;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out !important;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0 !important;
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

.hamburger {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media (any-pointer: coarse) {
  .hamburger {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .hamburger {
    display: block;
  }
}
.hamburger .hamburger-box {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}
.hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
  width: 26px;
  height: 2px;
  background: #333333;
  position: absolute;
}
.hamburger .hamburger-box .hamburger-inner:before {
  content: "";
  top: -7px;
  left: 0;
}
.hamburger .hamburger-box .hamburger-inner:after {
  content: "";
  bottom: -7px;
  left: 0;
}

body.lock {
  overflow: hidden;
}

.responsive-menu-container {
  display: none;
  background: #fff;
  width: 100%;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99996;
  padding-top: 86px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (any-pointer: coarse) {
  .responsive-menu-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  .responsive-menu-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: space-between;
  }
}
.responsive-menu-container > div {
  width: 100%;
}
.responsive-menu-container ul.menu {
  list-style: none;
  padding-top: 16px;
  border-top: 1px solid #E5E7EB;
}
.responsive-menu-container ul.menu > li.menu-item {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lock .responsive-menu-container ul.menu > li.menu-item {
  opacity: 1;
}
.responsive-menu-container ul.menu li.menu-item {
  border-bottom: 1px solid #E5E7EB;
  padding: 0 16px;
}
.responsive-menu-container ul.menu li.menu-item a {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  text-decoration: none;
  line-height: 1.2;
}
.responsive-menu-container ul.menu li.menu-item.current-menu-item > a, .responsive-menu-container ul.menu li.menu-item.current-menu-parent > a {
  color: #626B94;
  font-weight: 600;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children > a {
  position: relative;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 16px;
  margin-right: -4px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon::after {
  content: "\f054";
  font-weight: bold;
  font-size: 11px;
  color: #4A5565;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu {
  list-style: none;
  margin-left: 0;
  padding-top: 102px;
  background: #fff;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 999;
  box-sizing: border-box;
  overflow: visible;
  border-top: 1px solid #E5E7EB;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu li.menu-item {
  border-bottom: 1px solid #E5E7EB;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu li.menu-item a {
  font-size: 16px;
  color: #4A5565;
  padding: 16px 0;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu li.menu-item.current-menu-item > a {
  color: #626B94;
  font-weight: 600;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu li.menu-item.menu-item-back {
  font-size: 16px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu li.menu-item.menu-item-back .menu-link {
  font-weight: 600;
  color: #626B94;
  justify-content: flex-start;
  gap: 8px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu li.menu-item.menu-item-back .menu-link i {
  font-size: 11px;
  color: #626B94;
}
.responsive-menu-container .top-header__links {
  background: #F8F9FB;
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}
.responsive-menu-container .top-header__links-item:not(:last-child) {
  border-bottom: 1px solid #E5E7EB;
}
.responsive-menu-container .top-header__links-item a {
  padding: 16px;
  width: 100%;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.responsive-menu-container.slide-left {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.responsive-menu-container.slide-left.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-right {
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.responsive-menu-container.slide-right.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-bottom {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
}
.responsive-menu-container.slide-bottom.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.responsive-menu-container.slide-top {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.responsive-menu-container.slide-top.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* ===============
   GLOBAL SETTINGS
   =============== */
/* ===Body=== */
body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
  position: relative;
}
body.admin-bar {
  padding-top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 0;
  }
}

/* ===Links=== */
a {
  color: #FDB913;
}
a:visited, a:hover, a:focus, a:active {
  color: #FDB913;
}
a:hover, a:active {
  outline: 0;
}

h1, h2, .single-product .product-summary .in-grid .product-side-column__header h1, h3, h4, .product-item-small a .product-content h2, h5, h6 {
  clear: both;
  line-height: 1.2;
}

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

/* ===Posts=== */
.comments-area .comment-list .comment {
  background-color: #E5E7EB;
  margin-bottom: 15px;
  padding: 15px;
}
.comments-area .comment-list .comment .comment-meta {
  background-color: transparent;
}
.comments-area .comment-list .comment .comment-meta a {
  color: #FDB913;
}
.comments-area .comment-list .comment .comment-meta .comment-content a {
  word-wrap: break-word;
}

.error404 .site-content {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.error404 .site-content .content-area {
  width: 100%;
}

.error-404 .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.error-404 .in-grid .col-4 {
  border-right: 2px solid #E5E7EB;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-4 {
    width: 100%;
    text-align: center;
    border-right: 0px;
  }
}
.error-404 .in-grid .col-4 svg {
  overflow: inherit;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-4 svg {
    width: 250px;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 32px;
  }
}
@keyframes fade {
  100% {
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
    opacity: 1;
  }
}
.error-404 .in-grid .col-4 svg .cls-1, .error-404 .in-grid .col-4 svg .cls-2, .error-404 .in-grid .col-4 svg .cls-3 {
  fill: #E5E7EB;
  opacity: 0;
}
.error-404 .in-grid .col-4 svg .cls-1, .error-404 .in-grid .col-4 svg .cls-3 {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  animation: fade 1s 1s forwards;
  -webkit-animation: fade 1s 1s forwards;
}
.error-404 .in-grid .col-4 svg .cls-2 {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  animation: fade 1s 1s forwards;
  -webkit-animation: fade 1s 1s forwards;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-8 {
    width: 100%;
    text-align: center;
    padding-top: 32px;
  }
}
.error-404 .in-grid .col-8 p {
  margin-bottom: 0px;
}

.wysiwyg-content *:last-child {
  margin-bottom: 0;
}
.wysiwyg-content .sc-container {
  display: flex;
}
.wysiwyg-content .sc-container:not(:last-child) {
  margin-bottom: 16px;
}
.wysiwyg-content .sc-container.sc-adress-container {
  flex-direction: column;
}
.wysiwyg-content .sc-container:last-of-type {
  margin-bottom: 1.5em;
}
.wysiwyg-content .sc-container:last-of-type:last-child {
  margin-bottom: 0px;
}
.wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content .single-product .product-summary .in-grid .product-side-column__header h1, .single-product .product-summary .in-grid .product-side-column__header .wysiwyg-content h1, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content .product-item-small a .product-content h2, .product-item-small a .product-content .wysiwyg-content h2, .wysiwyg-content h5, .wysiwyg-content h6 {
  margin-bottom: 16px;
  color: #1E2A5E;
}
.wysiwyg-content h1:not(:first-child), .wysiwyg-content h2:not(:first-child), .wysiwyg-content .single-product .product-summary .in-grid .product-side-column__header h1:not(:first-child), .single-product .product-summary .in-grid .product-side-column__header .wysiwyg-content h1:not(:first-child), .wysiwyg-content h3:not(:first-child), .wysiwyg-content h4:not(:first-child), .wysiwyg-content .product-item-small a .product-content h2:not(:first-child), .product-item-small a .product-content .wysiwyg-content h2:not(:first-child), .wysiwyg-content h5:not(:first-child), .wysiwyg-content h6:not(:first-child) {
  margin-top: 32px;
}
.wysiwyg-content p {
  margin-bottom: 1.5em;
}
.wysiwyg-content a {
  color: #006285;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.wysiwyg-content a:visited, .wysiwyg-content a:hover, .wysiwyg-content a:focus, .wysiwyg-content a:active {
  color: #626B94;
}
.wysiwyg-content strong {
  font-weight: 700;
}
.wysiwyg-content em {
  font-style: italic;
}
.wysiwyg-content u {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wysiwyg-content s {
  color: #4A5565;
}
.wysiwyg-content small {
  font-size: 14px;
  line-height: inherit;
}
.wysiwyg-content sub, .wysiwyg-content sup {
  font-size: 0.75em;
  line-height: 0;
}
.wysiwyg-content hr {
  border: none;
  border-top: 1px solid #E5E7EB;
  margin: 32px 0;
}
.wysiwyg-content blockquote {
  border-left: 4px solid #FDB913;
  background: #F8F9FB;
  padding: 16px 32px;
  margin: 0 0 1.5em;
  font-style: italic;
  font-size: 18px;
  border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.wysiwyg-content blockquote cite {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #4A5565;
}
.wysiwyg-content ul {
  margin-bottom: 1.5em;
  padding: 0;
  list-style: none;
}
.wysiwyg-content ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  padding-left: 25px;
}
.wysiwyg-content ul li:not(:last-child) {
  margin-bottom: 0.4em;
}
.wysiwyg-content ul li:before {
  position: absolute;
  left: 0;
  top: 0.15em;
  content: "\f111";
  color: #FDB913;
  width: 25px;
  text-align: center;
  font-weight: 900;
  font-size: 0.45em;
}
.wysiwyg-content ul li ul {
  margin-top: 0.4em;
  margin-bottom: 0;
}
.wysiwyg-content ul li ul li:before {
  content: "\f192";
}
.wysiwyg-content ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.wysiwyg-content ol li {
  line-height: 1.5em;
}
.wysiwyg-content ol li:not(:last-child) {
  margin-bottom: 0.4em;
}
.wysiwyg-content ol li > ol {
  list-style: lower-alpha;
  margin-top: 0.4em;
  margin-bottom: 0;
}
.wysiwyg-content ol li > ol > li > ol {
  list-style: lower-roman;
}
.wysiwyg-content figure {
  margin-bottom: 1.5em;
}
.wysiwyg-content img, .wysiwyg-content figure {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.wysiwyg-content img.alignright, .wysiwyg-content figure.alignright {
  margin-left: auto;
}
.wysiwyg-content img.aligncenter, .wysiwyg-content figure.aligncenter {
  margin: auto;
}
.wysiwyg-content img.alignleft, .wysiwyg-content figure.alignleft {
  margin-right: auto;
}
.wysiwyg-content .wp-caption .wp-caption-text {
  text-align: center;
  font-size: 14px;
  padding: 5px;
  background: #F8F9FB;
  font-style: italic;
}

.primary-page-hero {
  padding: 96px 0;
  background: #626B94;
}
@media only screen and (max-width: 991px) {
  .primary-page-hero {
    padding: 32px 0;
  }
}
.primary-page-hero .in-grid {
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .primary-page-hero .in-grid {
    gap: 32px;
  }
}
.primary-page-hero .in-grid .content-col {
  width: 50%;
}
.primary-page-hero .in-grid .content-col:only-child {
  width: 75%;
}
@media only screen and (max-width: 991px) {
  .primary-page-hero .in-grid .content-col:only-child {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .primary-page-hero .in-grid .content-col {
    width: 100%;
  }
}
.primary-page-hero .in-grid .content-col h1, .primary-page-hero .in-grid .content-col h2, .primary-page-hero .single-product .product-summary .in-grid .content-col .product-side-column__header h1, .single-product .product-summary .primary-page-hero .in-grid .content-col .product-side-column__header h1, .primary-page-hero .single-product .product-summary .in-grid .product-side-column__header .content-col h1, .single-product .product-summary .primary-page-hero .in-grid .product-side-column__header .content-col h1, .primary-page-hero .in-grid .content-col h3, .primary-page-hero .in-grid .content-col h4, .primary-page-hero .in-grid .content-col .product-item-small a .product-content h2, .product-item-small a .product-content .primary-page-hero .in-grid .content-col h2, .primary-page-hero .in-grid .content-col h5, .primary-page-hero .in-grid .content-col h6, .primary-page-hero .in-grid .content-col p, .primary-page-hero .in-grid .content-col span {
  color: #fff;
}
.primary-page-hero .in-grid .content-col .cc-contentcontainer * {
  color: #fff;
}
.primary-page-hero .in-grid .content-col .cc-contentcontainer .small-rating {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.primary-page-hero .in-grid .content-col .cc-contentcontainer .small-rating i {
  color: #FDB913 !important;
}
.primary-page-hero .in-grid .content-col .cc-contentcontainer .btns .btn-main.primary .btn-inner a {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.primary-page-hero .in-grid .content-col .cc-contentcontainer .btns .btn-main.primary .btn-inner a:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -4px rgba(0, 0, 0, 0.2);
}
.primary-page-hero .in-grid .content-col .cc-contentcontainer .btns .btn-main.secondary .btn-inner a {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  -ms-transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  -o-transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.primary-page-hero .in-grid .content-col .cc-contentcontainer .btns .btn-main.secondary .btn-inner a span, .primary-page-hero .in-grid .content-col .cc-contentcontainer .btns .btn-main.secondary .btn-inner a i {
  color: #fff !important;
}
@media (hover: hover) and (min-width: 769px) {
  .primary-page-hero .in-grid .content-col .cc-contentcontainer .btns .btn-main.secondary .btn-inner a:hover {
    background: rgba(0, 0, 0, 0.3);
    border-color: #fff;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  }
}
.primary-page-hero .in-grid .image-col {
  width: 50%;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .primary-page-hero .in-grid .image-col {
    width: 100%;
  }
}
.primary-page-hero .in-grid .image-col .image-container {
  position: relative;
  aspect-ratio: auto 3/2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 640px) {
  .primary-page-hero .in-grid .image-col .image-container {
    aspect-ratio: unset;
    min-height: 320px;
  }
}
.primary-page-hero .in-grid .image-col .image-container .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.primary-page-hero .in-grid .image-col .image-container .data-banner {
  display: flex;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  z-index: 1;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.primary-page-hero .in-grid .image-col .image-container .data-banner.in-view {
  opacity: 1;
  transform: translateY(0);
}
.primary-page-hero .in-grid .image-col .image-container .data-banner.in-view .data-banner__item {
  animation: banner-item-in 0.4s ease forwards;
  opacity: 0;
}
.primary-page-hero .in-grid .image-col .image-container .data-banner.in-view .data-banner__item:nth-child(1) {
  animation-delay: 0.1s;
}
.primary-page-hero .in-grid .image-col .image-container .data-banner.in-view .data-banner__item:nth-child(2) {
  animation-delay: 0.2s;
}
.primary-page-hero .in-grid .image-col .image-container .data-banner.in-view .data-banner__item:nth-child(3) {
  animation-delay: 0.3s;
}
@media only screen and (max-width: 640px) {
  .primary-page-hero .in-grid .image-col .image-container .data-banner {
    flex-direction: column;
  }
}
.primary-page-hero .in-grid .image-col .image-container .data-banner__item {
  flex: 1;
  padding: 16px;
  text-align: center;
  position: relative;
}
.primary-page-hero .in-grid .image-col .image-container .data-banner__item:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: calc(100% - 32px);
  width: 1px;
  background: #E5E7EB;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .primary-page-hero .in-grid .image-col .image-container .data-banner__item:not(:last-child):before {
    right: auto;
    top: auto;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: calc(100% - 32px);
    transform: translateX(-50%);
  }
}
.primary-page-hero .in-grid .image-col .image-container .data-banner__data {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #626B94;
}
.primary-page-hero .in-grid .image-col .image-container .data-banner__description {
  display: block;
  font-size: 14px;
  color: #4A5565;
  margin-top: 8px;
}
@keyframes banner-item-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-usp-container {
  padding: 16px 0;
  background: #fff;
  border-bottom: 1px solid #E5E7EB;
}
.hero-usp-container .in-grid .usp-container {
  width: 100%;
  justify-content: center;
  align-items: center;
  column-gap: 64px;
  row-gap: 16px;
}
@media only screen and (max-width: 768px) {
  .hero-usp-container .in-grid .usp-container {
    justify-content: flex-start;
  }
}
.hero-usp-container .in-grid .usp-container .usp-item {
  align-items: center;
  position: relative;
}
.hero-usp-container .in-grid .usp-container .usp-item .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-usp-container .in-grid .usp-container .usp-item .icon .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-usp-container .in-grid .usp-container .usp-item .text {
  padding-left: 32px;
  font-size: 14px;
  opacity: 0.75;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .hero-usp-container .in-grid .usp-container .usp-item .text {
    justify-content: flex-start;
    text-align: left;
  }
}

.cc-contentcontainer > div {
  width: 100%;
}
.cc-contentcontainer > div:not(:first-child) {
  margin-top: 24px;
}
.cc-contentcontainer .cc-image-element {
  width: 100%;
}
.cc-contentcontainer .cc-image-element__frame {
  position: relative;
  padding-top: 66.6666666667%;
  box-shadow: 0 15px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  overflow: hidden;
}
.cc-contentcontainer .cc-image-element.ratio-horizontal .cc-image-element__frame {
  padding-top: 66.6666666667%;
}
.cc-contentcontainer .cc-image-element.ratio-square .cc-image-element__frame {
  padding-top: 100%;
}
.cc-contentcontainer .cc-image-element.ratio-vertical .cc-image-element__frame {
  padding-top: 150%;
}
.cc-contentcontainer .cc-image-element.ratio-widescreen .cc-image-element__frame {
  padding-top: 56.25%;
}
.cc-contentcontainer .cc-image-element .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.cc-contentcontainer .cc-image-element__caption {
  display: block;
  margin: 16px 0 0 0;
  padding: 0;
  border: 0;
  font-style: italic;
  text-align: center;
  color: #333333;
}

.small-rating {
  background: rgba(124, 133, 184, 0.1);
  color: #000;
  gap: 16px;
  align-items: center;
  border-radius: 50px;
  padding: 8px 16px;
  justify-content: flex-start;
  width: fit-content !important;
}
.small-rating i {
  color: #FDB913;
}
@media only screen and (max-width: 768px) {
  .small-rating {
    font-size: 14px;
  }
}

.flex-featured-reviews-slider-row .featured-reviews-slider-row__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-row__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-row__rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 8px 0 0 0;
  color: #000;
  line-height: 1.5;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-row__rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-row__rating-star {
  display: inline-flex;
  align-items: center;
  color: #00A63E;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: -1px;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-row__rating-value {
  display: inline-flex;
  align-items: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-row__rating-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-row__rating-text strong {
  font-weight: 700;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-row__cta a {
  white-space: nowrap;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-row__cta-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 32px;
  text-align: center;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-row__footnote {
  width: 100%;
  max-width: 850px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  text-align: center;
  color: #767778;
}
@media only screen and (max-width: 991px) {
  .flex-featured-reviews-slider-row .featured-reviews-slider-row__header {
    display: block;
  }
}

.usp-repeater-container {
  width: 100%;
}
.usp-repeater-container .usp-repeater {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px 20px;
  list-style: none;
  width: 100%;
}
.usp-repeater-container .usp-repeater__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.usp-repeater-container .usp-repeater__item i {
  color: #00A63E !important;
  flex-shrink: 0;
}
.usp-repeater-container.usp-repeater-container--center .usp-repeater {
  justify-content: center;
}
.usp-repeater-container.usp-repeater-container--right .usp-repeater {
  justify-content: flex-end;
}
.usp-repeater-container.usp-repeater-container--vertical .usp-repeater {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px;
}

.icon-usp-repeater-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.icon-usp-repeater-container .icon-usp-repeater__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.icon-usp-repeater-container .icon-usp-repeater__item .icon {
  flex-shrink: 0;
}
.icon-usp-repeater-container .icon-usp-repeater__item .icon .icon-holder {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-usp-repeater-container .icon-usp-repeater__item .icon .icon-holder img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.icon-usp-repeater-container .icon-usp-repeater__item .text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.icon-usp-repeater-container .icon-usp-repeater__item .text .label {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #1E2A5E;
  font-weight: 500;
}
.icon-usp-repeater-container .icon-usp-repeater__item .text .sub-text {
  font-size: 14px;
}

.quote-container {
  width: 100%;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 32px;
}
.quote-container__inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .quote-container__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.quote-container__image {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
}
.quote-container__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.quote-container__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
}
.quote-container__name {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #1E2A5E;
  font-weight: 500;
}
.quote-container__role {
  font-size: 14px;
  color: #4A5565;
}
.quote-container__text {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-style: italic;
  color: #333333;
  font-size: 14px;
}
.quote-container__text:not(:first-child) {
  margin-top: 4px;
}

.callout {
  width: 100%;
  padding: 32px;
  border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  border-left: 4px solid transparent;
}
.callout:not(:last-child) {
  margin-bottom: 32px;
}
.callout-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.callout-title i {
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1;
}
.callout-content {
  color: #333333;
  font-size: 16px;
  line-height: 1.55;
}
.callout-content > :first-child {
  margin-top: 0;
}
.callout-content > :last-child {
  margin-bottom: 0;
}
.callout-content p {
  margin: 0 0 0.75em 0;
}
.callout-content p:last-child {
  margin-bottom: 0;
}
.callout-yellow {
  background: #fffbf2;
  border-left-color: #FDB913;
}
.callout-yellow .callout-title {
  color: #9a6b1a;
}
.callout-yellow .callout-title i {
  color: #FDB913;
}
.callout-green {
  background: #f0faf4;
  border-left-color: #00A63E;
}
.callout-green .callout-title {
  color: #00A63E;
}
.callout-green .callout-title i {
  color: #00A63E;
}

.data-grid {
  width: 100%;
}
.data-grid__list {
  display: grid;
  grid-template-columns: repeat(var(--data-grid-columns, 1), minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .data-grid__list {
    grid-template-columns: minmax(0, 1fr);
  }
}
.data-grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 140px;
  padding: 32px;
  text-align: center;
  background: #F8F9FB;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.data-grid__value {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 4vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #1E2A5E;
}
.data-grid__label {
  margin: 0;
  max-width: 18em;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #4A5565;
}

.customer-service-block {
  width: 100%;
  background: #1E2A5E;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
}
.customer-service-block__media {
  width: 50%;
  position: relative;
}
.customer-service-block__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customer-service-block__content {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.customer-service-block.no-media .customer-service-block__content {
  width: 100%;
}
.customer-service-block .title {
  margin: 0;
  color: #fff;
}
.customer-service-block .title h1, .customer-service-block .title h2, .customer-service-block .title .single-product .product-summary .in-grid .product-side-column__header h1, .single-product .product-summary .in-grid .product-side-column__header .customer-service-block .title h1, .customer-service-block .title h3, .customer-service-block .title h4, .customer-service-block .title .product-item-small a .product-content h2, .product-item-small a .product-content .customer-service-block .title h2, .customer-service-block .title h5, .customer-service-block .title h6, .customer-service-block .title p, .customer-service-block .title span {
  color: #fff;
}
.customer-service-block__description {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.5;
}
.customer-service-block__options {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.customer-service-block__option {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.customer-service-block__icon-wrap {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-service-block__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.customer-service-block__option-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.customer-service-block__option-label {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.customer-service-block__option-link {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.customer-service-block__option-link:visited, .customer-service-block__option-link:hover, .customer-service-block__option-link:focus, .customer-service-block__option-link:active {
  color: #fff;
}
.customer-service-block__option-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.5;
}
.customer-service-block__live-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.customer-service-block__live-icon-dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #00c950;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.customer-service-block__live-icon-dot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  background: rgba(5, 223, 114, 0.35);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
  -moz-transform: translate(-50%, -50%) scale(0.6);
  -ms-transform: translate(-50%, -50%) scale(0.6);
  -o-transform: translate(-50%, -50%) scale(0.6);
  transform: translate(-50%, -50%) scale(0.6);
  animation: customer-service-live-pulse 1.8s ease-out infinite;
}
@keyframes customer-service-live-pulse {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -moz-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    -o-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
  }
  70% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.6);
    -moz-transform: translate(-50%, -50%) scale(1.6);
    -ms-transform: translate(-50%, -50%) scale(1.6);
    -o-transform: translate(-50%, -50%) scale(1.6);
    transform: translate(-50%, -50%) scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    -moz-transform: translate(-50%, -50%) scale(1.8);
    -ms-transform: translate(-50%, -50%) scale(1.8);
    -o-transform: translate(-50%, -50%) scale(1.8);
    transform: translate(-50%, -50%) scale(1.8);
  }
}
@media only screen and (max-width: 991px) {
  .customer-service-block {
    min-height: 0;
    flex-direction: column-reverse;
  }
  .customer-service-block__media, .customer-service-block__content {
    width: 100%;
  }
  .customer-service-block__media {
    aspect-ratio: 16/9;
  }
  .customer-service-block__content {
    padding: 24px;
  }
}

.flex-content-columns-row .column:not(:only-child) .customer-service-block {
  flex-direction: column-reverse;
  min-height: 0;
}
.flex-content-columns-row .column:not(:only-child) .customer-service-block__media, .flex-content-columns-row .column:not(:only-child) .customer-service-block__content {
  width: 100%;
}
.flex-content-columns-row .column:not(:only-child) .customer-service-block__media {
  aspect-ratio: 16/10;
}
.flex-content-columns-row .column:not(:only-child) .customer-service-block__content {
  padding: 24px;
}

.flex-row.bg-white {
  background: #fff;
}
.flex-row.bg-light {
  background: #F8F9FB;
}
.flex-row.pd-top-rsp__l {
  padding-top: 128px;
}
.flex-row.pd-top-rsp {
  padding-top: 96px;
}
.flex-row.pd-top-rsp__m {
  padding-top: 64px;
}
.flex-row.pd-top-rsp__s {
  padding-top: 32px;
}
.flex-row.pd-top-rsp__xs {
  padding-top: 16px;
}
.flex-row.pd-bottom-rsp__l {
  padding-bottom: 128px;
}
.flex-row.pd-bottom-rsp {
  padding-bottom: 96px;
}
.flex-row.pd-bottom-rsp__m {
  padding-bottom: 64px;
}
.flex-row.pd-bottom-rsp__s {
  padding-bottom: 32px;
}
.flex-row.pd-bottom-rsp__xs {
  padding-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .flex-row.pd-top-rsp__l {
    padding-top: 96px;
  }
  .flex-row.pd-top-rsp {
    padding-top: 64px;
  }
  .flex-row.pd-top-rsp__m {
    padding-top: 32px;
  }
  .flex-row.pd-bottom-rsp__l {
    padding-bottom: 96px;
  }
  .flex-row.pd-bottom-rsp {
    padding-bottom: 64px;
  }
  .flex-row.pd-bottom-rsp__m {
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .flex-content-columns-row .in-grid {
    row-gap: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.inverted-mobile .col-1 {
    order: 2;
  }
  .flex-content-columns-row.inverted-mobile .col-2 {
    order: 1;
  }
}
.flex-content-columns-row.v-align-top .in-grid {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.flex-content-columns-row.v-align-center .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-content-columns-row.v-align-bottom .in-grid {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.flex-content-columns-row.c-align-left .in-grid {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-content-columns-row.c-align-center .in-grid {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-content-columns-row.c-align-right .in-grid {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid .column .cc-contentcontainer {
  width: 100%;
}
.flex-content-columns-row .in-grid .column:only-child {
  width: 66.6666666667%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row .in-grid .column:only-child {
    width: 100%;
    max-width: 100%;
  }
}
.c-align-left .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.c-align-center .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.c-align-right .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid .column:not(:only-child) {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row .in-grid .column:not(:only-child) {
    width: 100%;
  }
}
.flex-content-columns-row.column-layout-50-50 .in-grid .col-1 {
  width: 50%;
  padding-right: 32px !important;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid .col-1 {
    padding-right: 16px !important;
  }
}
.flex-content-columns-row.column-layout-50-50 .in-grid .col-2 {
  width: 50%;
  padding-left: 32px !important;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid .col-2 {
    padding-left: 16px !important;
  }
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid > div {
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.flex-content-columns-row.column-layout-66-33 .in-grid .col-1 {
  width: 58.3333333333%;
}
.flex-content-columns-row.column-layout-66-33 .in-grid .col-2 {
  width: 41.6666666667%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-66-33 .in-grid > div {
    width: 100% !important;
  }
}
.flex-content-columns-row.column-layout-33-66 .in-grid .col-1 {
  width: 41.6666666667%;
}
.flex-content-columns-row.column-layout-33-66 .in-grid .col-2 {
  width: 58.3333333333%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-33-66 .in-grid > div {
    width: 100% !important;
  }
}

.flex-logo-grid-row {
  border-bottom: 1px solid #E5E7EB;
  border-top: 1px solid #E5E7EB;
}
.flex-logo-grid-row .logo-grid-element {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 64px;
  row-gap: 32px;
  margin-right: 32px;
}
.flex-logo-grid-row .logo-grid-element .logo-grid__title {
  display: inline-block;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .flex-logo-grid-row .logo-grid-element .logo-grid__title {
    flex: 0 0 100%;
    text-align: center;
  }
}
.flex-logo-grid-row .logo-grid-element .logo-grid__items {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 64px;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 768px) {
  .flex-logo-grid-row .logo-grid-element .logo-grid__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    overflow: visible;
  }
}
.flex-logo-grid-row .logo-grid-element .logo-grid__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 40px;
}
@media only screen and (max-width: 768px) {
  .flex-logo-grid-row .logo-grid-element .logo-grid__item {
    width: 100%;
    min-width: 0;
  }
}
.flex-logo-grid-row .logo-grid-element .logo-grid__item img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .flex-logo-grid-row .logo-grid-element .logo-grid__item img {
    margin: 0 auto;
    max-width: 100%;
  }
}

.flex-icon-usp-blocks-row .icon-usp-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.flex-icon-usp-blocks-row .icon-usp-grid__item {
  min-width: 0;
  display: block;
  flex: 0 0 calc((100% - 32px * 3) / 4);
  max-width: calc((100% - 32px * 3) / 4);
}
.flex-icon-usp-blocks-row .icon-usp-grid__card {
  height: 100%;
  min-height: 190px;
  background: #fff;
  border: 1px solid #f2f4f8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.flex-icon-usp-blocks-row .icon-usp-grid__icon-wrap {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.flex-icon-usp-blocks-row .icon-usp-grid__icon {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.flex-icon-usp-blocks-row .icon-usp-grid__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.flex-icon-usp-blocks-row .icon-usp-grid__title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1f2937;
}
.flex-icon-usp-blocks-row .icon-usp-grid__text {
  margin: 0;
  font-size: 16px;
  color: #4A5565;
}
@media only screen and (max-width: 991px) {
  .flex-icon-usp-blocks-row .icon-usp-grid {
    gap: 16px;
  }
  .flex-icon-usp-blocks-row .icon-usp-grid__item {
    flex-basis: calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 640px) {
  .flex-icon-usp-blocks-row .icon-usp-grid__item {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.flex-cta-row {
  background: #626B94;
}
.flex-cta-row .in-grid-s, .flex-cta-row .post-password-form, .flex-cta-row footer .footer-top .column.col-12 > div, footer .footer-top .flex-cta-row .column.col-12 > div {
  justify-content: center;
}
.flex-cta-row .in-grid-s .cc-contentcontainer *, .flex-cta-row .post-password-form .cc-contentcontainer *, .flex-cta-row footer .footer-top .column.col-12 > div .cc-contentcontainer *, footer .footer-top .flex-cta-row .column.col-12 > div .cc-contentcontainer * {
  color: #fff;
}

.flex-usp-icon-grid-row {
  background: #626B94;
}
.flex-usp-icon-grid-row .usp-icon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
}
.flex-usp-icon-grid-row .usp-icon-grid__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 0 0 calc((100% - 64px) / 3);
  max-width: calc((100% - 64px) / 3);
  min-width: 0;
}
.flex-usp-icon-grid-row .usp-icon-grid__icon {
  font-size: 18px;
  flex: 0 0 1.5em;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.15em;
}
.flex-usp-icon-grid-row .usp-icon-grid__icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flex-usp-icon-grid-row .usp-icon-grid__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.flex-usp-icon-grid-row .usp-icon-grid__title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}
.flex-usp-icon-grid-row .usp-icon-grid__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  opacity: 1;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .flex-usp-icon-grid-row .usp-icon-grid {
    gap: 24px;
  }
  .flex-usp-icon-grid-row .usp-icon-grid__item {
    flex: 0 0 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }
}
@media only screen and (max-width: 640px) {
  .flex-usp-icon-grid-row .usp-icon-grid {
    gap: 16px;
  }
  .flex-usp-icon-grid-row .usp-icon-grid__item {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.flex-simple-cta-banner-row .in-grid .cta-banner {
  width: 100%;
}
.flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner {
  padding: 32px !important;
  background: #626B94;
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner .content-col {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner .content-col .cc-contentcontainer > div:not(:first-child) {
  margin-top: 16px;
}
.flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner .cta-col {
  margin-left: 0;
  flex: 0 0 auto;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -o-align-self: flex-start;
  align-self: flex-start;
}
.flex-simple-cta-banner-row .in-grid .cta-banner .inner-banner * {
  color: #fff;
}

.flex-content-repeater-row .in-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 64px;
}
@media only screen and (max-width: 991px) {
  .flex-content-repeater-row .in-grid {
    grid-template-columns: 1fr;
  }
}
.flex-content-repeater-row.has-seperator {
  border-top: 1px solid #E5E7EB;
}

.sc-container {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
}
.sc-container:not(:first-child) {
  margin-top: 6px;
}
.sc-container::before {
  content: "";
  font-size: 14px;
  font-weight: 700;
  color: #626B94;
  position: absolute;
  left: 0;
  top: 2px;
}
.sc-container a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.sc-container:last-of-type {
  margin-bottom: 1.5em;
}
.sc-container:last-child {
  margin-bottom: 1.5em;
}

.sc-adress-container::before {
  content: "\f3c5";
}

.sc-phone-container::before {
  content: "\f095";
}

.sc-email-container::before {
  content: "\f0e0";
}

.sc-website-container::before {
  content: "\f0c1";
}

.sc-kvk-container::before {
  content: "\f1ad";
}

.sc-tax-container::before {
  content: "\f51e";
}

.sc-adress-container > div:not(:last-child) {
  margin-bottom: 4px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* ===============
   Elements
   =============== */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.btns {
  width: 100%;
  column-gap: 16px;
  row-gap: 16px;
}
.btns.left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.btns.right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.btns.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.btns .btn-main {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.btns .btn-main a {
  display: block;
  text-decoration: none;
}
.btns .btn-main.text {
  display: inherit;
}
.btns .btn-main.text a {
  position: relative;
  text-decoration: none;
  color: #7c85b8;
  display: flex;
  transition: color 0.2s ease;
  gap: 8px;
  align-items: center;
}
.btns .btn-main.text a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.btns .btn-main.text a:hover {
  color: #485286;
}

/** Title */
.title {
  gap: 8px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.title.left {
  text-align: left;
}
.title.left .top-title {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.title.center {
  text-align: center;
}
.title.center .top-title {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.title.right {
  text-align: right;
}
.title.right .top-title {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.title .top-title {
  font-weight: 400;
  color: #626B94;
  text-transform: uppercase;
  width: 100%;
}
.title h1, .title h2, .title .single-product .product-summary .in-grid .product-side-column__header h1, .single-product .product-summary .in-grid .product-side-column__header .title h1, .title h3, .title h4, .title .product-item-small a .product-content h2, .product-item-small a .product-content .title h2, .title h5, .title h6, .title p, .title span {
  width: 100%;
  color: #1E2A5E;
}

.video-container .youtube, .video-container .vimeo {
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
.video-container .youtube .cookie-consent-placeholder, .video-container .vimeo .cookie-consent-placeholder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.82);
  z-index: 2;
}
.video-container .youtube .cookie-consent-placeholder .cookie-consent-placeholder-content, .video-container .vimeo .cookie-consent-placeholder .cookie-consent-placeholder-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 32px;
}
.video-container .youtube .cookie-consent-placeholder .cookie-consent-placeholder-content p, .video-container .vimeo .cookie-consent-placeholder .cookie-consent-placeholder-content p {
  margin-bottom: 16px;
  font-weight: bold;
  color: #fff;
}
.video-container .youtube .cookie-consent-placeholder .cookie-consent-placeholder-content .btn-consent, .video-container .vimeo .cookie-consent-placeholder .cookie-consent-placeholder-content .btn-consent {
  display: inline-flex;
  align-items: center;
  padding: 16px 24px;
  background: #FDB913;
  border: 1px solid #FDB913;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: #1E2A5E;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease;
  -moz-transition: background 0.2s ease, border-color 0.2s ease;
  -ms-transition: background 0.2s ease, border-color 0.2s ease;
  -o-transition: background 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) and (min-width: 769px) {
  .video-container .youtube .cookie-consent-placeholder .cookie-consent-placeholder-content .btn-consent:hover, .video-container .vimeo .cookie-consent-placeholder .cookie-consent-placeholder-content .btn-consent:hover {
    background: #db9c02;
    border-color: #db9c02;
  }
}
.video-container .youtube .play-button, .video-container .vimeo .play-button {
  background-color: #FDB913;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 60px;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 90px;
  z-index: 1;
}
.video-container .youtube .play-button:before, .video-container .vimeo .play-button:before {
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-container .youtube .play-button:hover, .video-container .vimeo .play-button:hover {
  background-color: #a97801;
}
.video-container .youtube img, .video-container .vimeo img {
  cursor: pointer;
}
.video-container .youtube img,
.video-container .youtube iframe, .video-container .vimeo img,
.video-container .vimeo iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.acf-map {
  border: none;
  height: 400px;
  margin: 0;
  width: 100%;
}
.acf-map img {
  max-width: inherit !important;
}

.img-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.img-container img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
}

/** YouTube scalable proportions */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.icon-text span, .icon-text a {
  position: relative;
  padding-left: 25px;
  display: block;
}
.icon-text span i, .icon-text a i {
  position: absolute;
  left: 0;
  line-height: inherit;
  top: 0;
}

.social-icons {
  margin-bottom: 16px;
}
.social-icons > ul {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons > ul li {
  padding: 0;
  margin-bottom: 0;
}
.social-icons > ul li:not(:last-child) {
  margin-bottom: 0;
}
.social-icons > ul li::before {
  content: none;
  display: none;
}
.social-icons > ul li a {
  position: relative;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(98, 107, 148, 0.35);
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  -moz-transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  -ms-transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.social-icons > ul li a i {
  position: static;
  width: auto;
  text-align: center;
  line-height: inherit;
  font-size: 16px;
}
@media (hover: hover) and (min-width: 769px) {
  .social-icons > ul li a:hover {
    color: #fff;
    background: #7c85b8;
    border-color: #7c85b8;
  }
}

/** POP-UP module */
.pop-up-module {
  position: fixed;
  bottom: 15px;
  left: 0;
  opacity: 1;
  z-index: 1000001;
  width: calc(100% - 30px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.pop-up-module.hidden {
  opacity: 0;
  visibility: hidden;
}
.pop-up-module.disabled {
  display: none;
}
.pop-up-module.container {
  max-width: 400px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.pop-up-module.container.left {
  left: 15px;
}
.pop-up-module.container.right {
  right: 15px;
  left: auto;
}
.pop-up-module.container .pop-up-content {
  max-height: 40vh;
}
.pop-up-module.fullscreen {
  max-width: 600px;
  left: 50%;
  bottom: 50%;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}
.pop-up-module.fullscreen .pop-up-content {
  max-height: 80vh;
}
.pop-up-module .close {
  width: 100%;
  display: block;
  background: transparent;
  text-align: right;
  padding: 8px 8px 0;
}
.pop-up-module .close span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  font-size: 16px;
  color: #1E2A5E;
  background: #F8F9FB;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.pop-up-module .close span:hover {
  cursor: pointer;
  background: #FDB913;
  color: #fff;
}
.pop-up-module .pop-up-content {
  overflow-y: auto;
  padding: 0 32px 32px;
}
.pop-up-module .pop-up-content .inner-content {
  text-align: left;
}
.pop-up-module .pop-up-content .pop-up-title-row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}
.pop-up-module .pop-up-content .pop-up-title-image {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.pop-up-module .pop-up-content .pop-up-title-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.pop-up-module .pop-up-content h2, .pop-up-module .pop-up-content .single-product .product-summary .in-grid .product-side-column__header h1, .single-product .product-summary .in-grid .product-side-column__header .pop-up-module .pop-up-content h1 {
  color: #1E2A5E;
  margin-bottom: 0;
  text-align: center;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
}
.pop-up-module .pop-up-content .wysiwyg-content p:last-child {
  margin-bottom: 0;
}
.pop-up-module .pop-up-content .btn-main {
  margin-top: 32px;
}
.pop-up-module .pop-up-content .btn-main a {
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .pop-up-module {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }
  .pop-up-module.container.left, .pop-up-module.container.right {
    left: 12px;
    right: 12px;
  }
  .pop-up-module.container {
    max-width: none;
  }
  .pop-up-module.container .pop-up-content {
    max-height: 60vh;
  }
  .pop-up-module.fullscreen {
    left: 12px;
    right: 12px;
    bottom: auto;
    top: 50%;
    width: auto;
    max-width: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .pop-up-module.fullscreen .pop-up-content {
    max-height: 70vh;
  }
}

.full-screen-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000000;
  opacity: 1;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.full-screen-overlay.disabled {
  display: none;
}
.full-screen-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}

body.popup-scroll-locked {
  overflow: hidden;
}

.post-password-form {
  padding: 64px 16px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.post-password-form p {
  display: block;
  text-align: center;
  width: 100%;
}
.post-password-form p:not(:first-of-type) {
  margin-top: 32px;
}
.post-password-form p input {
  margin-top: 16px;
}

.faq-toggle-item {
  background: #F8F9FB;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.faq-toggle-item:not(:first-child) {
  margin-top: 8px;
}
.faq-toggle-item .faq-toggle-question {
  padding: 32px;
  background: #F8F9FB !important;
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: left;
  box-shadow: none !important;
}
.faq-toggle-item .faq-toggle-question:focus-visible {
  outline: 3px solid #FDB913;
  outline-offset: -3px;
}
.faq-toggle-item .faq-toggle-question span {
  padding-right: 32px;
  color: #1E2A5E !important;
}
.faq-toggle-item .faq-toggle-question i {
  font-size: 14px;
  color: #FDB913;
  flex-shrink: 0;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.faq-toggle-item .faq-toggle-question.show i {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
@media (hover: hover) and (min-width: 769px) {
  .faq-toggle-item .faq-toggle-question:hover i {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .faq-toggle-item .faq-toggle-question.show:hover i {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}
.faq-toggle-item .faq-toggle-answer {
  padding: 32px;
  border-top: 1px solid #E5E7EB;
  background: #F8F9FB;
}

.skip-to-content {
  position: absolute;
  top: -75px;
  left: 0;
  background: #FDB913;
  border: 1px solid #FDB913;
  color: #1E2A5E !important;
  font-weight: 500;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
  transition: top 0.3s ease;
  z-index: 99999;
}
.skip-to-content:focus {
  top: 0;
}

.blog-card a {
  text-decoration: none;
  color: inherit;
}
.blog-card .blog-card-inner {
  border: 1px solid #E5E7EB;
  background: #fff;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  -webkit-transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  -moz-transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  -ms-transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  -o-transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.blog-card .blog-card-inner .thumb-container {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  display: flex;
}
.blog-card .blog-card-inner .thumb-container .post-categories {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: calc(100% - 32px);
}
.blog-card .blog-card-inner .thumb-container .post-categories .post-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  background: #fff;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  color: #1E2A5E;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.blog-card .blog-card-inner .thumb-container img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.blog-card .blog-card-inner .blog-content {
  padding: 16px;
  gap: 16px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  justify-content: space-between;
}
.blog-card .blog-card-inner .blog-content .top-content {
  flex-direction: column;
  gap: 8px;
}
.blog-card .blog-card-inner .blog-content .top-content .post-excerpt {
  color: rgba(74, 85, 101, 0.8);
}
.blog-card .blog-card-inner .blog-content .top-content .post-excerpt p {
  font-size: 14px;
}
.blog-card .blog-card-inner .blog-content .bottom-content {
  border-top: 1px solid #E5E7EB;
}
.blog-card .blog-card-inner .blog-content .post-meta-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #4A5565;
  font-size: 14px;
  line-height: 1.4;
}
.blog-card .blog-card-inner .blog-content .post-meta-author__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #626B94;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 28px;
}
.blog-card .blog-card-inner .blog-content .post-meta-author__name {
  color: #333333;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
  .blog-card:hover .blog-card-inner {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.14);
    border-color: rgba(30, 42, 94, 0.16);
  }
}

.featured-review-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  background: #fff;
}
.featured-review-card__top {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.featured-review-card__rating {
  display: inline-flex;
  gap: 3px;
}
.featured-review-card__star {
  font-size: 14px;
  line-height: 1;
  color: #E5E7EB;
}
.featured-review-card__star.is-filled {
  color: #00A63E;
}
.featured-review-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1.2;
  color: #00A63E;
}
.featured-review-card__badge-icon {
  font-size: 14px;
}
.featured-review-card__title {
  margin: 16px 0 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #1E2A5E;
}
.featured-review-card__location {
  margin: auto 0 0;
  padding-top: 8px;
  color: #4A5565;
  font-size: 14px;
  line-height: 1.5;
}
.featured-review-card__content p {
  margin: 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.625;
}
.featured-review-card__toggle {
  margin-top: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 600;
  color: #626B94;
  text-decoration: underline;
  text-underline-offset: 3px;
  align-self: flex-start;
  cursor: pointer;
}
.featured-review-card__toggle:hover, .featured-review-card__toggle:active, .featured-review-card__toggle:focus {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.breadcrumbs-container {
  padding: 8px 0;
  background: transparent;
  border-bottom: 1px solid #F8F9FB;
}
.breadcrumbs-container__inner {
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
}
.breadcrumbs-container__inner .rank-math-breadcrumb p {
  margin: 0;
  color: rgba(74, 85, 101, 0.9);
}
.breadcrumbs-container__inner .rank-math-breadcrumb a {
  color: #1E2A5E;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (hover: hover) and (min-width: 769px) {
  .breadcrumbs-container__inner .rank-math-breadcrumb a:hover {
    color: #7c85b8;
  }
}
.breadcrumbs-container__inner .rank-math-breadcrumb .separator {
  color: rgba(74, 85, 101, 0.7);
  margin: 0 4px;
}
.breadcrumbs-container__inner .rank-math-breadcrumb .last {
  color: rgba(74, 85, 101, 0.95);
  font-weight: 500;
}

.archive-pagination {
  margin-top: 32px;
}
.archive-pagination ul.page-numbers {
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.archive-pagination .page-numbers {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  background: #fff;
  color: #1E2A5E;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.archive-pagination .page-numbers.current {
  background: #1E2A5E;
  border-color: #1E2A5E;
  color: #fff;
}
.archive-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  min-width: 24px;
  padding: 0;
  pointer-events: none;
}
.archive-pagination .page-numbers.prev, .archive-pagination .page-numbers.next {
  padding: 0 16px;
}
.archive-pagination a.page-numbers {
  border: 1px solid #E5E7EB;
}
.archive-pagination a.page-numbers:hover, .archive-pagination a.page-numbers:focus {
  background: #F8F9FB;
  border-color: #E5E7EB;
  color: #1E2A5E;
}
.archive-pagination .facetwp-facet.facetwp-type-pager {
  margin: 0;
  width: 100%;
}
.archive-pagination .facetwp-pager {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.archive-pagination .facetwp-pager .facetwp-page {
  box-sizing: border-box;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  background: #fff;
  color: #1E2A5E;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid transparent;
}
.archive-pagination .facetwp-pager .facetwp-page.dots {
  border-color: transparent;
  background: transparent;
  min-width: 24px;
  padding: 0;
  pointer-events: none;
  cursor: default;
  font-weight: 400;
  color: #1E2A5E;
}
.archive-pagination .facetwp-pager .facetwp-page.active {
  background: #626B94;
  border-color: #626B94;
  color: #fff;
  cursor: default;
}
.archive-pagination .facetwp-pager .facetwp-page.prev, .archive-pagination .facetwp-pager .facetwp-page.next {
  padding: 0 16px;
  min-width: 0;
}
.archive-pagination a.facetwp-page:not(.dots):not(.active) {
  border-color: #E5E7EB;
}
.archive-pagination a.facetwp-page:not(.dots):not(.active):hover, .archive-pagination a.facetwp-page:not(.dots):not(.active):focus {
  background: #F8F9FB;
  border-color: #E5E7EB;
  color: #1E2A5E;
}
@media (max-width: 767px) {
  .archive-pagination ul.page-numbers {
    gap: 6px;
  }
  .archive-pagination .page-numbers {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
  }
  .archive-pagination .facetwp-pager {
    gap: 6px;
  }
  .archive-pagination .facetwp-pager .facetwp-page {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
  }
  .archive-pagination .facetwp-pager .facetwp-page.prev, .archive-pagination .facetwp-pager .facetwp-page.next {
    padding: 0 12px;
  }
}

.reviews-section {
  padding: 32px 0 64px 0;
}
.reviews-section.reviews-section--archive {
  padding: 64px 0 96px 0;
}
@media only screen and (max-width: 991px) {
  .reviews-section.reviews-section--archive {
    padding: 32px 0 64px 0;
  }
}
.reviews-section__container {
  width: 100%;
}
.reviews-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 32px;
  row-gap: 16px;
  width: 100%;
}
.reviews-section__title {
  margin: 0;
  color: #1E2A5E;
}
.reviews-section__description {
  margin-top: 4px;
}
.reviews-section__reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.reviews-section__reviews-footer {
  margin-top: 32px;
  justify-content: center;
}
.reviews-section__reviews-footer .btns {
  justify-content: center;
}
.reviews-section .reviews-section-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  background: #fff;
  height: 100%;
}
.reviews-section .reviews-section-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviews-section .reviews-section-card__avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.reviews-section .reviews-section-card__head-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1 1 auto;
}
.reviews-section .reviews-section-card__top {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.reviews-section .reviews-section-card__rating {
  display: inline-flex;
  gap: 3px;
}
.reviews-section .reviews-section-card__star {
  font-size: 16px;
  line-height: 1;
  color: #E5E7EB;
}
.reviews-section .reviews-section-card__star.is-filled {
  color: #00A63E;
}
.reviews-section .reviews-section-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1.2;
  color: #00A63E;
}
.reviews-section .reviews-section-card__badge-icon {
  font-size: 14px;
}
.reviews-section .reviews-section-card__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #1E2A5E;
}
.reviews-section .reviews-section-card__content p {
  margin: 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}
.reviews-section .reviews-section-card__toggle {
  margin-top: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 600;
  color: #626B94;
  text-decoration: underline;
  text-underline-offset: 3px;
  align-self: flex-start;
  cursor: pointer;
}
.reviews-section .reviews-section-card__toggle:hover, .reviews-section .reviews-section-card__toggle:active, .reviews-section .reviews-section-card__toggle:focus {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
.reviews-section .review-section__rating-average {
  flex-shrink: 0;
}
.reviews-section .review-section__rating {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.reviews-section .review-section__rating-value {
  color: #1E2A5E;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.reviews-section .review-section__rating-meta {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.reviews-section .review-section__rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}
.reviews-section .review-section__rating-star {
  color: #00A63E;
  font-size: 16px;
  line-height: 1;
}
.reviews-section .review-section__rating-text {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .reviews-section__reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .reviews-section__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .reviews-section__reviews-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.sidebar-element {
  width: 100%;
}

.content-block--purple .content-block__inner-block {
  background: #626B94;
}
.content-block--purple .content-block__inner-block * {
  color: #fff;
}
.content-block__inner-block {
  padding: 32px;
  background: rgba(98, 107, 148, 0.1);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.content-block__inner-block .cc-image-element {
  box-shadow: none !important;
}

.most-popular-articles__inner {
  padding: 32px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.most-popular-articles__heading {
  margin: 0 0 16px 0;
  font-weight: 600;
  color: #1E2A5E;
  line-height: 1.2;
}
.most-popular-articles__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.most-popular-articles__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid #E5E7EB;
}
.most-popular-articles__item:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.most-popular-articles__item:not(:first-of-type) {
  margin-top: 0;
}
.most-popular-articles__item:last-of-type {
  padding-bottom: 0;
}
.most-popular-articles__rank {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(74, 85, 101, 0.55);
  min-width: 1.5rem;
}
.most-popular-articles__body {
  min-width: 0;
  padding-top: 2px;
}
.most-popular-articles__title {
  display: block;
  margin: 0 0 6px 0;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000 !important;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
  .most-popular-articles__title:hover {
    color: #1E2A5E;
  }
}
.most-popular-articles__meta {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #4A5565;
}
.most-popular-articles__category {
  font-weight: 500;
}

.related-articles__inner {
  padding: 32px;
  background: #f3f4f6;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.related-articles__heading {
  margin: 0 0 16px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1E2A5E;
}
.related-articles__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.related-articles__item {
  margin: 0;
}
.related-articles__link {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  text-decoration: none;
  color: inherit;
}
.related-articles__thumb {
  display: block;
  width: 52px;
  height: 52px;
  overflow: hidden;
  background: rgba(248, 249, 251, 0.8);
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.related-articles__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.related-articles__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.related-articles__title {
  color: #1E2A5E;
  font-family: "Poppins", sans-serif;
  line-height: 1.35;
}
.related-articles__meta {
  color: #4A5565;
  font-size: 14px;
  line-height: 1.3;
}

.featured-product-sidebar__inner {
  padding: 32px;
  background: #626B94;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.featured-product-sidebar__media {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
  margin: 0 auto 32px auto;
  background: #fff;
}
.featured-product-sidebar__media img, .featured-product-sidebar__media__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.featured-product-sidebar__label {
  margin: 0 0 10px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
}
.featured-product-sidebar__title {
  margin: 0 0 10px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #fff;
}
.featured-product-sidebar__excerpt {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 1.45;
  color: white;
}
.featured-product-sidebar__price {
  margin: 0 0 16px 0;
  width: 100%;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.15;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.featured-product-sidebar__price .woocommerce-Price-amount {
  font-weight: 700;
  color: #fff;
}
.featured-product-sidebar__price small,
.featured-product-sidebar__price .subscription-details,
.featured-product-sidebar__price .woocommerce-price-suffix {
  font-size: 0.55em;
  font-weight: 600;
  opacity: 0.95;
  vertical-align: 0.15em;
  color: #fff;
}
.featured-product-sidebar__price del {
  opacity: 0.65;
  font-size: 0.65em;
  margin-right: 0.35em;
  color: #fff;
}
.featured-product-sidebar__price ins {
  text-decoration: none;
}
.featured-product-sidebar__cta {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
  text-decoration: none;
}

.table-of-content__inner {
  padding: 32px;
  background: #f3f4f6;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.table-of-content__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  margin: 0 0 16px 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: default;
}
.table-of-content__label {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1E2A5E;
}
.table-of-content__chevron {
  display: none;
  width: 10px;
  height: 10px;
  border-right: 2px solid #1E2A5E;
  border-bottom: 2px solid #1E2A5E;
  -webkit-transform: rotate(45deg) translateY(-2px);
  -moz-transform: rotate(45deg) translateY(-2px);
  -ms-transform: rotate(45deg) translateY(-2px);
  -o-transform: rotate(45deg) translateY(-2px);
  transform: rotate(45deg) translateY(-2px);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.table-of-content__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.table-of-content__list[hidden] {
  display: none !important;
}
.table-of-content__item {
  position: relative;
  padding-left: 14px;
}
.table-of-content__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background: rgba(74, 85, 101, 0.45);
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table-of-content__item.is-active:before {
  background: #FDB913;
}
.table-of-content__item.is-active .table-of-content__link {
  background: rgba(0, 0, 0, 0.04);
  color: #1E2A5E;
}
.table-of-content__link {
  display: block;
  padding: 6px 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  color: #333333;
  line-height: 1.35;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.table-of-content__link:hover {
  color: #626B94;
}
.table-of-content__link:visited, .table-of-content__link:active, .table-of-content__link:focus {
  color: #333333;
}

@media (max-width: 1024px) {
  .table-of-content__toggle {
    cursor: pointer;
    margin-bottom: 0;
  }
  .table-of-content__chevron {
    display: inline-block;
  }
  .table-of-content.is-open .table-of-content__toggle {
    margin-bottom: 16px;
  }
  .table-of-content.is-open .table-of-content__list {
    padding-top: 2px;
  }
  .table-of-content.is-open .table-of-content__chevron {
    -webkit-transform: rotate(-135deg) translateY(-1px);
    -moz-transform: rotate(-135deg) translateY(-1px);
    -ms-transform: rotate(-135deg) translateY(-1px);
    -o-transform: rotate(-135deg) translateY(-1px);
    transform: rotate(-135deg) translateY(-1px);
  }
}
/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
/* ===============
   Posts
   =============== */
.post .article-hero-wrapper {
  padding: 64px 0 0 0;
  background: #626B94;
  color: #fff;
}
.post .article-hero-wrapper .in-grid .article-hero-inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.post .article-hero-wrapper .in-grid .article-hero-inner:last-child {
  margin-bottom: 64px;
}
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-tags .tag-pill-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  color: #000;
  background-color: #fff;
}
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-tags .tag-pill-hero--has-color {
  color: var(--tag-pill-color);
  background-color: #fff;
}
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-title:not(:last-child) {
  margin-bottom: 16px;
}
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 32px;
  row-gap: 16px;
  margin-top: 32px;
}
@media only screen and (max-width: 850px) {
  .post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-meta {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 16px;
  }
}
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-meta .article-hero-author {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 16px;
}
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-meta .article-hero-author .author-avatar-lg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
}
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-meta .article-hero-author .author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-meta .article-hero-author .author-info strong {
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
}
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-meta .article-hero-author .author-info span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-meta .article-hero-divider {
  flex: 0 0 auto;
  width: 1px;
  height: 2rem;
  align-self: center;
  background: rgba(255, 255, 255, 0.28);
}
@media only screen and (max-width: 850px) {
  .post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-meta .article-hero-divider {
    width: 100%;
    height: 1px;
    align-self: stretch;
  }
}
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-meta .article-hero-stat {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 10px;
  flex: 0 1 auto;
  min-width: 0;
  color: #fff;
  font-weight: 400;
  line-height: 1.35;
}
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-meta .article-hero-stat time,
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-meta .article-hero-stat .article-hero-stat__text {
  line-height: inherit;
}
.post .article-hero-wrapper .in-grid .article-hero-inner .article-hero-meta .article-hero-stat svg {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: #fff;
  opacity: 0.95;
  position: relative;
  top: 0.5px;
}
.post .article-hero-wrapper .article-hero-image {
  width: 100%;
  aspect-ratio: auto 16/9;
  position: relative;
  margin-top: 64px;
  overflow: hidden;
}
.post .article-hero-wrapper .article-hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
}
.post .blog-above-post-features {
  margin: 64px 0 32px 0;
  padding: 0 16px 32px 16px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .post .blog-above-post-features {
    margin: 32px 0 32px 0;
    margin-bottom: 0;
  }
}
.post .blog-above-post-features:before {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: calc(100% - 32px);
  height: 1px;
  background: #E5E7EB;
}
.post .blog-above-post-features .social-share-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.post .blog-above-post-features .social-share-title {
  margin: 0;
  flex: 0 0 auto;
}
.post .blog-above-post-features .social-share-label {
  display: block;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #333333;
}
.post .blog-above-post-features .social-share-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.post .blog-above-post-features .social-share-button {
  flex: 0 0 auto;
}
.post .blog-above-post-features .social-share-button a,
.post .blog-above-post-features .social-share-button button.js-copy-post-url {
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: #333333;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.post .blog-above-post-features .social-share-button a span, .post .blog-above-post-features .social-share-button a i,
.post .blog-above-post-features .social-share-button button.js-copy-post-url span,
.post .blog-above-post-features .social-share-button button.js-copy-post-url i {
  color: #333333 !important;
}
.post .blog-above-post-features .social-share-button a i,
.post .blog-above-post-features .social-share-button button.js-copy-post-url i {
  display: block;
  width: 16px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.post .blog-above-post-features .social-share-button a:hover, .post .blog-above-post-features .social-share-button a:focus-visible,
.post .blog-above-post-features .social-share-button button.js-copy-post-url:hover,
.post .blog-above-post-features .social-share-button button.js-copy-post-url:focus-visible {
  background: #F8F9FB;
  border-color: #E5E7EB;
  color: #333333;
  box-shadow: none;
}
.post .blog-above-post-features .social-share-button a.is-copied,
.post .blog-above-post-features .social-share-button button.js-copy-post-url.is-copied {
  background: #F8F9FB;
}
.post .blog-above-post-features .social-share-button button.js-copy-post-url {
  overflow: hidden;
}
.post .blog-above-post-features .social-share-button button.js-copy-post-url .social-share-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.post .blog-single-content {
  padding: 32px 0 64px 0;
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(350px, 0.8fr);
  gap: 64px;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .post .blog-single-content {
    gap: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .post .blog-single-content {
    grid-template-columns: minmax(0, 1fr);
  }
  .post .blog-single-content.has-sidebar .sidebar-col {
    position: static;
    top: auto;
  }
}
.post .blog-single-content.no-sidebar {
  grid-template-columns: minmax(0, 1fr);
}
.post .blog-single-content.no-sidebar .content-col {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.post .blog-single-content.has-sidebar .blog-single-mobile-toc {
  display: none;
}
.post .blog-single-content.has-sidebar .sidebar-col {
  position: sticky;
  top: 120px;
  align-self: start;
}
.post .blog-single-content.has-sidebar .sidebar-col .table-of-content:not(:last-child) {
  margin-bottom: 32px;
}
.post .blog-single-content.has-sidebar .sidebar-col .blog-sidebar {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}
.post .blog-single-content .content-col .h1, .post .blog-single-content .content-col h1, .post .blog-single-content .content-col .h2, .post .blog-single-content .content-col h2, .post .blog-single-content .content-col .single-product .product-summary .in-grid .product-side-column__header h1, .single-product .product-summary .in-grid .product-side-column__header .post .blog-single-content .content-col h1 {
  margin-top: 32px;
}
.post .blog-related-posts {
  padding: 64px 0;
  background: #F8F9FB;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}
.post .blog-related-posts-inner {
  width: 100%;
}
.post .blog-related-posts-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 32px;
  row-gap: 16px;
  margin: 0 0 32px 0;
  justify-content: space-between;
}
.post .blog-related-posts-title h2, .post .blog-related-posts-title .single-product .product-summary .in-grid .product-side-column__header h1, .single-product .product-summary .in-grid .product-side-column__header .post .blog-related-posts-title h1 {
  margin: 0;
  color: #1E2A5E;
}
.post .blog-related-posts-title .btns {
  width: auto;
  flex: 0 0 auto;
  column-gap: 0;
  row-gap: 0;
}
.post .blog-related-posts-list {
  width: 100%;
}

body.admin-bar .post .blog-single-content.has-sidebar .sidebar-col {
  top: 152px;
}

body.nav-up .post .blog-single-content.has-sidebar .sidebar-col {
  top: 24px;
}

body.admin-bar.nav-up .post .blog-single-content.has-sidebar .sidebar-col {
  top: 56px;
}

@media only screen and (max-width: 991px) {
  .post .blog-single-content.has-sidebar .blog-single-mobile-toc {
    display: block;
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Queries & Archives
--------------------------------------------------------------*/
.blog .blog-hero, .archive .blog-hero {
  padding: 64px 0;
  border-bottom: 1px solid #E5E7EB;
}
.blog .blog-hero .in-grid, .archive .blog-hero .in-grid {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.blog .blog-hero .in-grid .content-col, .archive .blog-hero .in-grid .content-col {
  max-width: 650px;
}
.blog .blog-hero .in-grid .content-col > div, .archive .blog-hero .in-grid .content-col > div {
  width: 100%;
}
.blog .blog-hero-filters, .archive .blog-hero-filters {
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #E5E7EB;
}
.blog .blog-hero-filters .facetwp-facet, .archive .blog-hero-filters .facetwp-facet {
  margin-bottom: 0;
}
.blog .blog-hero-filters .facetwp-facet-blog_categories.facetwp-type-radio, .archive .blog-hero-filters .facetwp-facet-blog_categories.facetwp-type-radio {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-mask-image: linear-gradient(to right, black 0, black calc(100% - 44px), rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, black 0, black calc(100% - 44px), rgba(0, 0, 0, 0) 100%);
}
.blog .blog-hero-filters .facetwp-facet-blog_categories.facetwp-type-radio::-webkit-scrollbar, .archive .blog-hero-filters .facetwp-facet-blog_categories.facetwp-type-radio::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.blog .blog-hero-filters .facetwp-facet-blog_categories.facetwp-type-radio .facetwp-radio, .archive .blog-hero-filters .facetwp-facet-blog_categories.facetwp-type-radio .facetwp-radio {
  appearance: none;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  margin: 0;
  background: rgba(98, 107, 148, 0.1);
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  color: #1E2A5E;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: none !important;
}
.blog .blog-hero-filters .facetwp-facet-blog_categories.facetwp-type-radio .facetwp-radio:before, .blog .blog-hero-filters .facetwp-facet-blog_categories.facetwp-type-radio .facetwp-radio:after, .archive .blog-hero-filters .facetwp-facet-blog_categories.facetwp-type-radio .facetwp-radio:before, .archive .blog-hero-filters .facetwp-facet-blog_categories.facetwp-type-radio .facetwp-radio:after {
  display: none !important;
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
  .blog .blog-hero-filters .facetwp-facet-blog_categories.facetwp-type-radio .facetwp-radio:hover, .archive .blog-hero-filters .facetwp-facet-blog_categories.facetwp-type-radio .facetwp-radio:hover {
    border-color: rgba(30, 42, 94, 0.08);
  }
}
.blog .blog-hero-filters .facetwp-facet-blog_categories.facetwp-type-radio .facetwp-radio.checked, .archive .blog-hero-filters .facetwp-facet-blog_categories.facetwp-type-radio .facetwp-radio.checked {
  background: #626B94;
  border-color: #626B94;
  color: #fff;
}

.blog-template__layout {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(350px, 0.8fr);
  gap: 64px;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .blog-template__layout {
    gap: 32px;
  }
}
.blog-template__layout > .blog-template__content:only-child {
  grid-column: 1/-1;
}
.blog-template__content {
  margin: 32px 0 64px 0;
}
.blog-template__content-header {
  padding: 0 0 8px 0;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #E5E7EB;
}
.blog-template__header {
  margin-bottom: 32px;
}
.blog-template__title {
  margin: 0;
}
.blog-template__title:not(:last-child) {
  margin-bottom: 8px;
}
.blog-template__intro p:last-child {
  margin-bottom: 0;
}
.blog-template__pagination {
  margin-top: 32px;
}
.blog-template__sidebar {
  margin: 32px 0 64px 0;
}
.blog-template__sidebar .blog-sidebar {
  width: 100%;
  gap: 32px;
}
@media (max-width: 1024px) {
  .blog-template__layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .blog-template__sidebar {
    position: static;
  }
}

.default-posts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 1200px) {
  .default-posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .default-posts-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.default-posts-container > div, .default-posts-container article {
  height: 100%;
}
.default-posts-container > div > a, .default-posts-container article > a {
  height: 100%;
}
.default-posts-container.facetwp-loading, .default-posts-container.loading, .default-posts-container.is-loading {
  opacity: 0.45;
}

body.facetwp-loading .blog-template .default-posts-container.facetwp-template {
  opacity: 0.45;
}

.navigation {
  padding: 32px 16px 0;
}
.navigation .pagination {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.navigation .pagination > a, .navigation .pagination > span {
  margin: 5px;
  padding: 5px 10px;
  min-width: 34px;
  text-align: center;
  font-size: 14px;
}
.navigation .pagination > a {
  text-decoration: none;
  border: 1px solid #F8F9FB;
  color: #4A5565;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .pagination > a:hover {
  background: #F8F9FB;
}
.navigation .pagination > a i {
  vertical-align: middle;
}
.navigation .pagination > span {
  background: #F8F9FB;
}

/*--------------------------------------------------------------
# Slick Sliders
--------------------------------------------------------------*/
/**
	CC SWIPER STYLING
*/
.cc-slider .slider-controls {
  width: 100%;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.cc-slider .slider-controls .swiper-button:not(:last-of-type) {
  margin-right: 16px;
}
.cc-slider .slider-controls .swiper-button i {
  font-size: 30px;
  color: #000;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider .slider-controls .swiper-button:hover {
  cursor: pointer;
}
.cc-slider .slider-controls .swiper-button:hover i {
  color: #FDB913;
}
.cc-slider .swiper-pagination.swiper-pagination-progressbar {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
}
.cc-slider .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: left;
  background: #FDB913;
  height: 5px;
  width: 100%;
}
.cc-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background: #E5E7EB;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  cursor: pointer;
}
.cc-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FDB913;
}
.cc-slider .autoplay-progress-timer {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #FDB913;
}
.cc-slider .autoplay-progress-timer svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #FDB913;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

/**
	DEFAULT SWIPER STYLING
*/
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #FDB913;
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slider-arrow-button, .flex-featured-reviews-slider-row .featured-reviews-slider-button, .flex-steps-row .steps-slider-button, .flex-product-carousel-row .product-carousel-button {
  color: #1E2A5E;
  background: #fff;
  border: 1px solid rgba(98, 107, 148, 0.35);
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(30, 42, 94, 0.18);
  position: static;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slider-arrow-button.swiper-button-disabled, .flex-featured-reviews-slider-row .swiper-button-disabled.featured-reviews-slider-button, .flex-steps-row .swiper-button-disabled.steps-slider-button, .flex-product-carousel-row .swiper-button-disabled.product-carousel-button {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
}
.slider-arrow-button:after, .flex-featured-reviews-slider-row .featured-reviews-slider-button:after, .flex-steps-row .steps-slider-button:after, .flex-product-carousel-row .product-carousel-button:after {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
.slider-arrow-button.slider-arrow-button--prev:after, .flex-featured-reviews-slider-row .slider-arrow-button--prev.featured-reviews-slider-button:after, .flex-steps-row .slider-arrow-button--prev.steps-slider-button:after, .flex-product-carousel-row .slider-arrow-button--prev.product-carousel-button:after {
  content: "\f053";
  transform: translateX(-1px);
}
.slider-arrow-button.slider-arrow-button--next:after, .flex-featured-reviews-slider-row .slider-arrow-button--next.featured-reviews-slider-button:after, .flex-steps-row .slider-arrow-button--next.steps-slider-button:after, .flex-product-carousel-row .slider-arrow-button--next.product-carousel-button:after {
  content: "\f054";
  transform: translateX(1px);
}
.slider-arrow-button:hover, .flex-featured-reviews-slider-row .featured-reviews-slider-button:hover, .flex-steps-row .steps-slider-button:hover, .flex-product-carousel-row .product-carousel-button:hover {
  background: #006285;
  border-color: #006285;
  color: #fff;
  box-shadow: 0 12px 24px rgba(30, 42, 94, 0.26);
  transform: translateY(-1px);
}
.slider-arrow-button:focus-visible, .flex-featured-reviews-slider-row .featured-reviews-slider-button:focus-visible, .flex-steps-row .steps-slider-button:focus-visible, .flex-product-carousel-row .product-carousel-button:focus-visible {
  outline: 2px solid #006285;
  outline-offset: 2px;
}

.flex-product-carousel-row .in-grid {
  flex-direction: column;
  gap: 16px;
}
.flex-product-carousel-row .product-carousel-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  justify-content: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  max-width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .flex-product-carousel-row .product-carousel-switch {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    padding-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-mask-image: linear-gradient(to right, black 0, black calc(100% - 44px), rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, black 0, black calc(100% - 44px), rgba(0, 0, 0, 0) 100%);
  }
  .flex-product-carousel-row .product-carousel-switch::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}
.flex-product-carousel-row .product-carousel-switch__button {
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 8px;
  padding: 16px 24px;
  display: inline-flex;
  position: relative;
  overflow: visible;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1E2A5E;
  cursor: pointer;
  transition: all 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  border: 1px solid rgba(98, 107, 148, 0.2);
  background: #fff;
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
  .flex-product-carousel-row .product-carousel-switch__button:hover {
    border-color: rgba(30, 42, 94, 0.08);
    background: #fff;
    color: #1E2A5E;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  }
}
.flex-product-carousel-row .product-carousel-switch__button.is-active {
  background: #626B94;
  color: #fff;
  box-shadow: 0 8px 16px rgba(30, 42, 94, 0.24);
}
@media only screen and (max-width: 768px) {
  .flex-product-carousel-row .product-carousel-switch__button {
    box-shadow: none;
  }
  .flex-product-carousel-row .product-carousel-switch__button.is-active {
    box-shadow: none;
  }
}
.flex-product-carousel-row .product-carousel-switch__button:focus-visible {
  outline: 2px solid #006285;
  outline-offset: 2px;
}
.flex-product-carousel-row .product-carousel-switch__button-label {
  display: inline-block;
  line-height: 1.2;
  color: inherit;
}
.flex-product-carousel-row .product-carousel-switch__button.is-active .product-carousel-switch__button-label {
  color: #fff !important;
}
.flex-product-carousel-row .product-carousel-switch__button-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  min-height: 19px;
  border-radius: 4px;
  background: #FDB913;
  color: #1E2A5E;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.flex-product-carousel-row .product-carousel-panel {
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transition: opacity 0.22s ease;
}
@media only screen and (max-width: 1024px) {
  .flex-product-carousel-row .product-carousel-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.flex-product-carousel-row .product-carousel-panel.is-leaving {
  opacity: 0;
}
.flex-product-carousel-row .product-carousel-panel.is-entering {
  opacity: 0;
}
.flex-product-carousel-row .product-carousel-panel.is-active {
  opacity: 1;
}
.flex-product-carousel-row .product-carousel-panel.is-loading {
  opacity: 0.45;
}
.flex-product-carousel-row .product-carousel-panel.is-loading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  margin-top: -13px;
  border-radius: 50%;
  border: 3px solid rgba(0, 98, 133, 0.25);
  border-top-color: #006285;
  animation: product-carousel-loader-spin 0.7s linear infinite;
  z-index: 7;
}
.flex-product-carousel-row .product-carousel-slider {
  padding: 38px 12px 30px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.flex-product-carousel-row .product-carousel-slider .swiper {
  overflow: hidden;
}
.flex-product-carousel-row .product-carousel-slider .swiper-wrapper {
  align-items: stretch;
  padding-bottom: 44px;
}
@media only screen and (min-width: 1025px) {
  .flex-product-carousel-row .product-carousel-slider.no-desktop-arrows .product-carousel-controls {
    display: none;
  }
}
.flex-product-carousel-row .product-carousel-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 12;
  clear: both;
}
.flex-product-carousel-row .swiper-slide {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.35s ease;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: visible;
  z-index: 1;
}
.flex-product-carousel-row .swiper-slide .advanced-product-card {
  height: 100%;
}
.flex-product-carousel-row .swiper-slide > [itemprop=item] {
  width: 100%;
}
.flex-product-carousel-row .swiper-slide-active {
  opacity: 1;
}
.flex-product-carousel-row .swiper-slide .advanced-product-card__inner {
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
.flex-product-carousel-row .swiper-slide-active .advanced-product-card,
.flex-product-carousel-row .swiper-slide-duplicate-active .advanced-product-card {
  border-width: 2px;
  border-color: #626B94;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  min-height: calc(100% + 16px);
}
.flex-product-carousel-row .swiper-slide-active .advanced-product-card__bottom-cta,
.flex-product-carousel-row .swiper-slide-duplicate-active .advanced-product-card__bottom-cta {
  background: #626B94;
  border-color: #626B94;
  color: #fff;
}
@media (hover: hover) and (min-width: 769px) {
  .flex-product-carousel-row .swiper-slide-active .advanced-product-card:hover .advanced-product-card__bottom-cta,
  .flex-product-carousel-row .swiper-slide-duplicate-active .advanced-product-card:hover .advanced-product-card__bottom-cta {
    background: #141c3f;
    border-color: #141c3f;
    color: #fff;
  }
}
.flex-product-carousel-row .swiper-slide-active .advanced-product-card__inner {
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .flex-product-carousel-row .product-carousel-switch__button,
  .flex-product-carousel-row .swiper-slide {
    transition: none;
  }
  .flex-product-carousel-row .swiper-slide {
    transform: none;
  }
}

.flex-steps-row .in-grid {
  display: block;
}
.flex-steps-row .in-grid.gut > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1400px) {
  .flex-steps-row .in-grid.gut > div {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.flex-steps-row .steps-slider {
  width: 100%;
  overflow: hidden;
  padding: 16px 8px 28px;
}
@media only screen and (min-width: 1024px) {
  .flex-steps-row .steps-slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.flex-steps-row .steps-slider .swiper-wrapper {
  align-items: stretch;
}
.flex-steps-row .steps-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
  padding-top: 2px;
  overflow: visible;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .flex-steps-row .steps-slider.is-static-desktop {
    overflow: visible;
  }
  .flex-steps-row .steps-slider.is-static-desktop .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    transform: none !important;
  }
  .flex-steps-row .steps-slider.is-static-desktop .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }
  .flex-steps-row .steps-slider.is-static-desktop .steps-slider-controls {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-steps-row .steps-slider.is-desktop-slider-active {
    overflow: visible;
  }
  .flex-steps-row .steps-slider.is-desktop-slider-active .swiper {
    overflow: visible;
  }
}
.flex-steps-row .steps-card {
  position: relative;
  height: 100%;
  background: #fff;
  border: 2px solid #E5E7EB;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  padding: 32px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
  min-height: 224px;
  overflow: visible;
}
.flex-steps-row .steps-slider .swiper-slide:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 64px;
  width: 14px;
  height: 2px;
  background: rgba(98, 107, 148, 0.45);
  z-index: 4;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .flex-steps-row .steps-slider .swiper-slide:not(:last-child)::after {
    left: 100%;
    width: 24px;
    background: #E5E7EB;
  }
}
.flex-steps-row .steps-card__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.flex-steps-row .steps-card__icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.flex-steps-row .steps-card__badge {
  position: absolute;
  top: -16px;
  left: -12px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  background: #7c85b8;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  z-index: 2;
}
.flex-steps-row .steps-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}
.flex-steps-row .steps-card--no-icon .steps-card__content {
  padding-top: 8px;
}
.flex-steps-row .steps-card__title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #333333;
}
.flex-steps-row .steps-card__description {
  margin: 0;
  font-size: 14px;
  line-height: 1.625;
  color: #4A5565;
}
.flex-steps-row .steps-slider-controls {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-row__footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-shell {
  width: 100%;
  margin-top: 16px;
  overflow: hidden;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-shell__track {
  width: 100%;
  padding-left: max(16px, (100vw - 1400px) / 2 + 8px);
  padding-right: max(16px, (100vw - 1400px) / 2 + 8px);
}
.flex-featured-reviews-slider-row .featured-reviews-slider {
  overflow: visible;
}
.flex-featured-reviews-slider-row .featured-reviews-slider .swiper-wrapper {
  align-items: stretch;
}
.flex-featured-reviews-slider-row .featured-reviews-slider .swiper-slide {
  height: auto;
  display: flex;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-controls {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-controls--mobile {
  display: none;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-controls.is-hidden {
  display: flex;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-button--prev:after {
  content: "\f053";
}
.flex-featured-reviews-slider-row .featured-reviews-slider-button--next:after {
  content: "\f054";
}
.flex-featured-reviews-slider-row .featured-reviews-slider-button--autoplay:after {
  content: "\f04c";
  font-size: 14px;
}
.flex-featured-reviews-slider-row .featured-reviews-slider-button--autoplay.is-paused:after {
  content: "\f04b";
}
@media only screen and (max-width: 991px) {
  .flex-featured-reviews-slider-row .featured-reviews-slider-controls--desktop {
    display: none;
  }
  .flex-featured-reviews-slider-row .featured-reviews-slider-controls--mobile {
    display: flex;
  }
  .flex-featured-reviews-slider-row .featured-reviews-slider-row__footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .flex-featured-reviews-slider-row .featured-reviews-slider-shell__track {
    padding-left: 0;
    padding-right: 0;
  }
}

@keyframes product-carousel-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Fancybox
--------------------------------------------------------------*/
/* ===============
   Fancybox
   =============== */
/** Fancybox */
.fancybox-container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  /* Navigation arrows */
  /* Buttons */
}
.fancybox-container .fancybox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fancybox-is-open .fancybox-container .fancybox-bg {
  opacity: 0.7;
}
.fancybox-container .fancybox-outer,
.fancybox-container .fancybox-inner,
.fancybox-container .fancybox-bg,
.fancybox-container .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-container .fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-container .fancybox-infobar,
.fancybox-container .fancybox-toolbar,
.fancybox-container .fancybox-caption,
.fancybox-container .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: hidden;
  z-index: 99997;
}
@media only screen and (max-width: 768px) {
  .fancybox-container .fancybox-infobar,
  .fancybox-container .fancybox-toolbar,
  .fancybox-container .fancybox-caption,
  .fancybox-container .fancybox-navigation .fancybox-button {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.fancybox-container.fancybox-show-infobar .fancybox-infobar, .fancybox-container.fancybox-show-toolbar .fancybox-toolbar, .fancybox-container.fancybox-show-caption .fancybox-caption, .fancybox-container.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: visible;
}
.fancybox-container .fancybox-infobar {
  color: #fff;
  font-size: 16px;
  height: 44px;
  left: 0;
  padding: 0 10px;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 44px;
}
.fancybox-container .fancybox-toolbar {
  right: 0;
  top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.fancybox-container .fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 60px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.fancybox-container .fancybox-navigation .fancybox-button > div {
  padding: 5px;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover {
  background-color: transparent;
  color: #fff;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover > div, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover > div {
  background-color: #F8F9FB;
}
.fancybox-container .fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-container .fancybox-stage {
  overflow: hidden;
}
.fancybox-container .fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-is-sliding .fancybox-container .fancybox-slide {
  display: block;
}
.fancybox-container .fancybox-slide .fancybox-content {
  display: block;
  margin: 0;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  /* Fix iOS */
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-image,
.fancybox-container .fancybox-slide .fancybox-content .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-spaceball {
  z-index: 1;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-video,
.fancybox-container .fancybox-slide .fancybox-content .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-container .fancybox-slide.fancybox-slide--previous, .fancybox-container .fancybox-slide.fancybox-slide--current, .fancybox-container .fancybox-slide.fancybox-slide--next {
  display: block;
}
.fancybox-container .fancybox-slide.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-container .fancybox-slide.fancybox-slide--image:before {
  display: none;
}
@media only screen and (max-width: 600px) {
  .fancybox-container .fancybox-slide.fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-container .fancybox-slide.fancybox-slide--html {
  padding: 6px;
}
.fancybox-container .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #F8F9FB;
  cursor: pointer;
  display: block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  width: 44px;
  /* Fix IE11 */
}
.fancybox-container .fancybox-button:visited, .fancybox-container .fancybox-button:link {
  color: #4A5565;
}
.fancybox-container .fancybox-button:hover {
  background-color: #F8F9FB;
  color: #fff;
}
.fancybox-container .fancybox-button:focus {
  outline: none;
}
.fancybox-container .fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-container .fancybox-button:disabled, .fancybox-container .fancybox-button:disabled:hover {
  background-color: rgba(30, 30, 30, 0.3) !important;
  color: #888 !important;
  cursor: default;
  outline: none;
}
.fancybox-container .fancybox-button:disabled > div, .fancybox-container .fancybox-button:disabled:hover > div {
  background-color: transparent !important;
}
.fancybox-container .fancybox-button div {
  height: 100%;
}
.fancybox-container .fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}
.fancybox-container .fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-container .fancybox-button.fancybox-button--play svg:nth-child(2), .fancybox-container .fancybox-button.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-container .fancybox-button.fancybox-button--pause svg:nth-child(1), .fancybox-container .fancybox-button.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  background: #000;
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.fancybox-progress {
  background: #F8F9FB;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  z-index: 99998;
}

/**
 * Close button on the top right corner of html content
 */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #4A5565;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .fancybox-close-small {
    right: -6px;
  }
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Caption */
/**
 * Loading indicator
 */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 *Transition effects
 */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
  -ms-transform: scale3d(1.5, 1.5, 1.5);
  -o-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: 1, 1, 1;
  -moz-transform: 1, 1, 1;
  -ms-transform: 1, 1, 1;
  -o-transform: 1, 1, 1;
  transform: 1, 1, 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -ms-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -o-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -ms-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -o-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
/**
 * WooCommerce Variables
 */
.select2-container .select2-selection--single {
  height: auto;
  border-color: #E5E7EB;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px 16px;
}

.select2-dropdown {
  border-color: #E5E7EB;
}

.select2-search--dropdown {
  padding: 8px 16px;
}

.select2-results__option {
  padding: 8px 16px;
}

.product-item {
  border: 1px solid #E5E7EB;
  padding: 16px;
  text-align: left !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.product-item > * {
  width: 100%;
}
.product-item a {
  text-decoration: none;
}
.product-item a > div {
  width: 100%;
}
.product-item a .product-thumbnail {
  position: relative;
  aspect-ratio: auto 3/2;
}
.product-item a .product-content {
  font-size: 16px;
}
.product-item .product-actions {
  margin-top: 16px;
  font-size: 16px;
}
.product-item .product-actions .added_to_cart {
  display: none !important;
}

.product-item-small {
  border: 1px solid #E5E7EB;
  padding: 16px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.product-item-small > * {
  width: 100%;
}
.product-item-small a {
  text-decoration: none;
}
.product-item-small a > div {
  width: 100%;
}
.product-item-small a .product-thumbnail {
  position: relative;
  aspect-ratio: auto 3/2;
  width: 100px;
}
.product-item-small a .product-content {
  width: calc(100% - 100px);
  padding-left: 16px;
}
.product-item-small .product-actions {
  margin-top: 16px;
  justify-content: center;
}

.products li.product.product-card {
  margin: 0;
  float: none;
  width: 100%;
  height: 100%;
}

.product-card {
  position: relative;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: flex;
}
.product-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  border-radius: 999px;
  background: #FDB913;
  color: #1E2A5E;
  padding: 4px 8px;
  font-size: 9px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
}
.product-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.product-card__image-link {
  text-decoration: none;
}
.product-card__image-wrap {
  aspect-ratio: 3/2;
  padding: 32px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.product-card__image-wrap img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-card__content {
  padding: 16px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}
.product-card__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #1E2A5E;
}
.product-card__title a {
  color: inherit;
  text-decoration: none;
}
.product-card__price {
  line-height: 1.2;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
  color: #1E2A5E;
}
.product-card__price .amount {
  color: #1E2A5E;
  font-size: 20px;
  font-weight: 700;
}
.product-card__price .amount .woocommerce-Price-currencySymbol {
  font-size: 14px;
  vertical-align: baseline;
}
.product-card__price del,
.product-card__price ins {
  display: inline-flex;
  align-items: baseline;
}
.product-card__price del {
  display: inline-flex;
  width: auto;
  opacity: 0.45;
  text-decoration-color: rgba(0, 166, 62, 0.85);
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: auto;
  margin-right: 8px;
}
.product-card__price del .amount {
  color: rgba(74, 85, 101, 0.7);
  font-size: 16px;
  font-weight: 400;
}
.product-card__price del .amount .woocommerce-Price-currencySymbol {
  font-size: 0.9em;
}
.product-card__price ins {
  text-decoration: none;
  background: transparent;
}
.product-card__price ins .amount {
  color: #1E2A5E;
  font-size: 20px;
  font-weight: 700;
}
.product-card__price .subscription-details {
  display: block;
  width: 100%;
  flex: 0 0 100%;
  margin-top: 4px;
  color: rgba(74, 85, 101, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.product-card__cta {
  width: 100%;
  min-height: 38px;
  border-radius: 8px;
  text-decoration: none;
  line-height: 1.5;
  justify-content: center;
  background: #7c85b8;
  border-color: #7c85b8;
  margin-top: auto;
  padding-top: 16px;
}
.product-card__cta span {
  color: #fff !important;
}
@media (hover: hover) and (min-width: 769px) {
  .product-card__cta:hover {
    background: #5b66a6;
    border-color: #5b66a6;
  }
}

.advanced-product-card {
  height: 100%;
  width: 100%;
  display: flex;
  border-radius: 12px;
  position: relative;
  border: 1px solid #E5E7EB;
  box-shadow: none;
  min-height: 100%;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, min-height 0.35s ease, transform 0.25s ease;
  background: #fff;
  overflow: visible;
}
.advanced-product-card__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding: calc(32px - 1px);
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  width: 100%;
}
.advanced-product-card__inner:focus-visible {
  outline: 2px solid #006285;
  outline-offset: 2px;
}
.advanced-product-card__featured-badge {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 9999px;
  background: #FDB913;
  color: #1E2A5E;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  max-width: calc(100% - 28px);
}
.advanced-product-card__image {
  flex: 0 0 auto;
  aspect-ratio: 3/2;
  margin-bottom: 16px;
  background: #F8F9FB;
  border-radius: 8px;
  position: relative;
}
.advanced-product-card__image .advanced-product-card__sachet-badge {
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: 2;
  width: 100px;
  aspect-ratio: 1/1;
  padding: 10px;
  border-radius: 9999px;
  background: #626B94;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  pointer-events: none;
}
.advanced-product-card__image .advanced-product-card__sachet-count {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 400;
}
.advanced-product-card__image .advanced-product-card__sachet-label {
  margin-top: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.advanced-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.advanced-product-card__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 0 0 auto;
}
.advanced-product-card__title-container {
  flex-direction: column;
  gap: 4px;
}
.advanced-product-card__top-label {
  font-size: 12px;
  color: rgba(30, 42, 94, 0.75);
  text-transform: uppercase;
}
.advanced-product-card__title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #1E2A5E;
  line-height: 1.2;
}
.advanced-product-card__price-container {
  margin-top: 19.2px;
}
.advanced-product-card__saving-calculation {
  display: block;
  width: 100%;
  color: rgba(74, 85, 101, 0.85);
  text-decoration-color: rgba(74, 85, 101, 0.6);
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: auto;
}
.advanced-product-card__price {
  line-height: 1.2;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
}
.advanced-product-card__price .amount {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  color: #00A63E;
  font-size: 36px;
  font-weight: 700;
}
.advanced-product-card__price .amount .woocommerce-Price-currencySymbol {
  font-size: 20px;
}
.advanced-product-card__price del,
.advanced-product-card__price ins {
  display: inline-flex;
  align-items: baseline;
}
.advanced-product-card__price del {
  display: inline-flex;
  width: auto;
  opacity: 0.45;
  text-decoration-color: rgba(0, 166, 62, 0.85);
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: auto;
  margin-right: 8px;
}
.advanced-product-card__price del .amount {
  color: rgba(74, 85, 101, 0.7);
  font-size: 16px;
  font-weight: 400;
}
.advanced-product-card__price del .amount .woocommerce-Price-currencySymbol {
  font-size: 0.9em;
}
.advanced-product-card__price .amount > del {
  display: inline-flex;
  align-items: baseline;
  width: auto;
  margin-right: 0;
  opacity: 0.45;
  text-decoration-color: rgba(0, 166, 62, 0.85);
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: auto;
}
.advanced-product-card__price ins {
  text-decoration: none;
  background: transparent;
  display: inline-flex;
  align-items: baseline;
}
.advanced-product-card__price ins .amount {
  color: #00A63E;
  font-size: 36px;
  font-weight: 700;
}
.advanced-product-card__price .subscription-details {
  display: inline-flex;
  width: 100%;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  color: rgba(74, 85, 101, 0.8);
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
}
.advanced-product-card__price .subscription-details .amount {
  color: #1E2A5E;
  font-size: 16px;
  font-weight: 700;
}
.advanced-product-card__price .subscription-details .amount .woocommerce-Price-currencySymbol {
  font-size: 0.9em;
}
.advanced-product-card__price .subscription-details + .subscription-details {
  display: none;
}
.advanced-product-card__detail-banner-container {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.advanced-product-card__detail-banner {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  padding: 9px 13px;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #364153;
}
.advanced-product-card__detail-banner--with-icon {
  gap: 8px;
}
.advanced-product-card__detail-banner--without-icon {
  gap: 0;
}
.advanced-product-card__detail-banner-icon {
  width: 18px;
  height: 21px;
  flex: 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advanced-product-card__detail-banner-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.advanced-product-card__detail-banner-icon--placeholder {
  width: 0;
  height: 0;
  flex-basis: 0;
}
.advanced-product-card__detail-banner-text {
  display: block;
  min-width: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  overflow-wrap: anywhere;
}
.advanced-product-card__featured-usps {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.advanced-product-card__featured-usp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}
.advanced-product-card__featured-usp i {
  margin-top: 2px;
  color: #00A63E;
  font-size: 14px;
  line-height: 1;
  flex: 0 0 12px;
}
.advanced-product-card__featured-usp span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.advanced-product-card__bottom-cta-container {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.advanced-product-card__bottom-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  background: #FDB913;
  border: 1px solid #FDB913;
  color: #000;
  font-weight: 600;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.advanced-product-card__bottom-cta-note {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(74, 85, 101, 0.9);
  margin-top: 8px;
}
@media (hover: hover) and (min-width: 769px) {
  .advanced-product-card:hover {
    transform: translateY(-6px);
  }
  .advanced-product-card:hover .advanced-product-card__bottom-cta {
    background: #f4ae02;
    border-color: #f4ae02;
  }
}

.cc-base-popup {
  display: none;
  padding: 16px;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cc-base-popup .pop-up-bg {
  background: rgba(74, 85, 101, 0.95);
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-base-popup .pop-up-container {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  max-width: 700px;
  max-height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-base-popup .pop-up-container .inner-pop-up-container {
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: scroll;
}
.cc-base-popup .pop-up-container .inner-pop-up-container > div {
  padding: 32px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top {
  background: #333333;
  text-align: center;
  position: relative;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  display: -webkit-inline-flex;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup i {
  font-size: 20px;
  color: #FDB913;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover {
  cursor: pointer;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover i {
  color: #fff;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: -15px -15px 0 -15px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container > div {
  margin: 15px 15px 0 15px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span {
  position: relative;
  color: #FDB913;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  text-align: center;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #FDB913;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover {
  text-decoration: none;
  cursor: pointer;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.cc-base-popup .pop-up-loader .loader-holder {
  width: 80px;
  height: 80px;
  position: relative;
}
.cc-base-popup .pop-up-loader .loader-holder img {
  display: block;
  animation: logo-o-loader 1.2s infinite;
}

.cc-add-to-cart-popup {
  display: none;
  padding: 16px;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cc-add-to-cart-popup .pop-up-bg {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-add-to-cart-popup .pop-up-container {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  max-width: 500px;
  max-height: 80vh;
  width: 100%;
  z-index: 2;
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container {
  background: #000;
  border: 1px solid #4A5565;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container > div {
  padding: 32px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top {
  background: #333333;
  text-align: center;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  display: -webkit-inline-flex;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup i {
  font-size: 20px;
  color: #FDB913;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover {
  cursor: pointer;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover i {
  color: #fff;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: -15px -15px 0 -15px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container > div {
  margin: 15px 15px 0 15px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span {
  position: relative;
  color: #FDB913;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  text-align: center;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #FDB913;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover {
  text-decoration: none;
  cursor: pointer;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.cc-add-to-cart-popup .pop-up-loader .loader-holder {
  width: 80px;
  height: 80px;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-loader .loader-holder img {
  display: block;
  animation: logo-o-loader 1.2s infinite;
}

.woocommerce-form-row {
  margin-bottom: 16px;
}

.ccwc-add-to-cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.ccwc-add-to-cart-modal .modal-content {
  background: #fff;
  padding: 32px;
  border-radius: 10px;
  text-align: center;
}
.ccwc-add-to-cart-modal .modal-content p {
  margin-bottom: 16px;
}
.woocommerce-notices-wrapper.cherry-woo-notice-stack {
  position: fixed;
  left: 20px;
  right: auto;
  top: auto;
  bottom: 20px;
  z-index: 9999;
  width: min(420px, 100vw - 40px);
  padding: 0;
  pointer-events: none;
}
.woocommerce-notices-wrapper.cherry-woo-notice-stack > * {
  pointer-events: auto;
}
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 12px 42px 12px 16px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #fff;
  color: #1E2A5E;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
  animation: woo-notice-slide-down 0.24s ease-out;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 8px;
}
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message::before,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error::before,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info::before {
  display: none;
}
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message a,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error a,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info a {
  color: #1E2A5E;
  font-weight: 600;
  text-decoration: underline;
}
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message .button,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message .wc-forward,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error .button,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error .wc-forward,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info .button,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info .wc-forward {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-top: 2px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid currentColor;
  background: transparent;
  color: #1E2A5E;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) and (min-width: 769px) {
  .woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message .button:hover,
  .woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message .wc-forward:hover,
  .woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error .button:hover,
  .woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error .wc-forward:hover,
  .woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info .button:hover,
  .woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info .wc-forward:hover {
    background: rgba(30, 42, 94, 0.08);
  }
}
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message > :not(.cherry-woo-notice-close):not(.button):not(.wc-forward),
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error > :not(.cherry-woo-notice-close):not(.button):not(.wc-forward),
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info > :not(.cherry-woo-notice-close):not(.button):not(.wc-forward) {
  flex: 1 1 100%;
}
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message > .button,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message > .wc-forward,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error > .button,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error > .wc-forward,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info > .button,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info > .wc-forward {
  flex-basis: auto;
  justify-content: flex-start;
}
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message .cherry-woo-notice-close,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error .cherry-woo-notice-close,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info .cherry-woo-notice-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #1E2A5E;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  display: block;
  padding: 0;
  -webkit-transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message .cherry-woo-notice-close::before,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error .cherry-woo-notice-close::before,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info .cherry-woo-notice-close::before {
  content: "×";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  line-height: 1;
  font-family: Arial, sans-serif;
  transform: translate(-50%, -52%);
}
@media (hover: hover) and (min-width: 769px) {
  .woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message .cherry-woo-notice-close:hover,
  .woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error .cherry-woo-notice-close:hover,
  .woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info .cherry-woo-notice-close:hover {
    background: rgba(30, 42, 94, 0.12);
    color: #121937;
    transform: scale(1.06);
  }
}
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message .cherry-woo-notice-close:focus-visible,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error .cherry-woo-notice-close:focus-visible,
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info .cherry-woo-notice-close:focus-visible {
  outline: 2px solid #1E2A5E;
  outline-offset: 2px;
}
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message {
  border-color: #00A63E;
  background: #cfffe1;
}
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error {
  border-color: #CB0000;
  background: #ffcbcb;
}
.woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info {
  border-color: #7c85b8;
  background: white;
}

@media only screen and (max-width: 640px) {
  .woocommerce-notices-wrapper.cherry-woo-notice-stack {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    padding: 0;
  }
  .woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-message,
  .woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error,
  .woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info {
    margin-bottom: 8px;
    padding: 10px 12px;
  }
}
@keyframes woo-notice-slide-down {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-cart,
.nav-account {
  flex-shrink: 0;
}
.nav-cart a,
.nav-account a {
  text-decoration: none;
}

.cart-button,
.account-button {
  display: flex;
  height: 100%;
  text-decoration: none;
  color: #0a0a0a;
}
.cart-button .inner-box,
.account-button .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 8px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.cart-button .inner-box .header-action-icon,
.account-button .inner-box .header-action-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #0a0a0a;
}
.cart-button .inner-box .header-action-icon path,
.cart-button .inner-box .header-action-icon circle,
.account-button .inner-box .header-action-icon path,
.account-button .inner-box .header-action-icon circle {
  stroke: currentColor;
  stroke-width: 1.8px;
  fill: none;
  vector-effect: non-scaling-stroke;
}
@media (hover: hover) and (min-width: 992px) {
  .cart-button:hover .inner-box, .cart-button:focus-visible .inner-box,
  .account-button:hover .inner-box,
  .account-button:focus-visible .inner-box {
    background: #f3f4f6;
  }
}
@media only screen and (max-width: 450px) {
  .cart-button .inner-box,
  .account-button .inner-box {
    width: 44px;
    height: 44px;
  }
  .cart-button .inner-box .header-action-icon,
  .account-button .inner-box .header-action-icon {
    width: 22px;
    height: 22px;
  }
}

.account-button .inner-box .sr-only {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: transparent !important;
}
.account-button .inner-box .sr-only:hover {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.account-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.cart-button .inner-box .cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  background: #626B94;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  line-height: 1;
  pointer-events: none;
}

body.woocommerce-cart #primary.content-area {
  width: 100%;
  max-width: none;
}
body.woocommerce-cart #main.site-main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
body.woocommerce-cart .in-grid.row-spacing.gut > .wp-block-woocommerce-cart {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}

body.woocommerce-cart .wp-block-woocommerce-cart {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 16px 64px !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1E2A5E;
  /* Keep qty controls compact and symmetric. */
  /* Sidebar separators: remove plugin/default borders, then add one clean rhythm. */
  /* Coupon section: only top + bottom border as requested. */
  /* Shipping row: keep only bottom border. */
  /* Remove other automatic separators causing doubles/extra rhythm. */
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px) !important;
  gap: 0 64px !important;
  align-items: start !important;
  max-width: none !important;
  width: 100% !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart.is-large {
  width: 100% !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-main,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__main {
  min-width: 0;
  padding: 0 !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__sidebar {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  flex: none !important;
  padding: 16px !important;
  background: #F8F9FB;
  border: 1px solid rgba(74, 85, 101, 0.18);
  border-radius: 12px;
  position: sticky;
  top: 92px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-product-name {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1E2A5E;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-items__header,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-items thead {
  font-size: 14px;
  color: #4A5565;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-items {
  border-top: 0 !important;
  width: 100%;
  table-layout: fixed;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-items__header-image {
  width: 96px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-items__header-total {
  width: 150px;
  text-align: right;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-items__row {
  border-top: 1px solid rgba(74, 85, 101, 0.16);
  padding-top: 16px;
  padding-bottom: 16px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__image {
  width: 96px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__image,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__product,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__total {
  vertical-align: top;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__total {
  text-align: right;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-items__row:first-child {
  border-top: 0;
  padding-top: 0;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__image img {
  border-radius: 10px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector {
  display: inline-flex;
  align-items: center;
  height: 36px;
  overflow: hidden;
  border: 1px solid rgba(74, 85, 101, 0.28);
  border-radius: 9px;
  background: #fff;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  order: 2;
  width: 52px;
  height: 34px;
  min-height: 34px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #1E2A5E;
  border: 0;
  text-align: center;
  background: transparent;
  line-height: 1;
  appearance: textfield;
  -moz-appearance: textfield;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__remove-link {
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  color: #4A5565 !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-product-price,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-product-metadata {
  font-size: 14px;
  color: #4A5565;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__prices {
  font-weight: 600;
  color: #1E2A5E;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-container,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__totals-title,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-item,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-footer-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-item__value {
  font-size: 16px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__totals-title {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1E2A5E;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-item__value .wc-block-formatted-money-amount {
  font-weight: 700;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-footer-item {
  margin-top: 16px;
  padding-top: 16px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value .wc-block-formatted-money-amount {
  font-size: 28px;
  line-height: 1.1;
  color: #00A63E;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button {
  min-height: 48px;
  border-radius: 9px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button {
  width: 100% !important;
  justify-content: center;
  text-align: center;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button {
  width: auto !important;
  min-width: fit-content;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon {
  margin: 0 !important;
  padding: 8px 0 !important;
  border-top: 1px solid rgba(74, 85, 101, 0.16) !important;
  border-bottom: 1px solid rgba(74, 85, 101, 0.16) !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 10px;
  row-gap: 0;
  align-items: end;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__input {
  min-width: 0;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__input input {
  min-height: 48px;
  border: 1px solid rgba(74, 85, 101, 0.3);
  border-radius: 9px;
  background: #fff;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 36px;
  height: 34px;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #1E2A5E !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  border: 0 !important;
  box-shadow: none !important;
  font-family: inherit;
  text-indent: 0;
  font-size: 0 !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector__button--minus {
  order: 1;
  border-right: 1px solid rgba(74, 85, 101, 0.2) !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector__button--plus {
  order: 3;
  border-left: 1px solid rgba(74, 85, 101, 0.2) !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector__button--minus::before,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector__button--plus::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1.5px;
  background: currentColor;
  border-radius: 1px;
  transform: translate(-50%, -50%);
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector__button--plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.75px;
  height: 14px;
  background: currentColor;
  border-radius: 1px;
  transform: translate(-50%, -50%);
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector__button--plus::before {
  width: 14px;
  height: 1.75px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  height: 34px;
  min-height: 34px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__remove-link,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__remove-link.wc-block-components-button {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__remove-link svg {
  width: 20px;
  height: 20px;
  fill: #4A5565;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-container {
  margin-top: 16px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit {
  margin-top: 16px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text {
  color: #1E2A5E !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block * {
  box-shadow: none !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper,
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item,
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wcs-recurring-totals-panel,
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wcs-recurring-totals-panel__details,
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel {
  border: 0 !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block > .wp-block-woocommerce-cart-order-summary-coupon-form-block,
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block > .wp-block-woocommerce-cart-order-summary-totals-block,
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper {
  margin: 0 !important;
  padding: 6px 0 !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block > .wp-block-woocommerce-cart-order-summary-coupon-form-block {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border-top: 1px solid rgba(74, 85, 101, 0.16) !important;
  border-bottom: 1px solid rgba(74, 85, 101, 0.16) !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  border-bottom: 1px solid rgba(74, 85, 101, 0.16) !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block > .wp-block-woocommerce-cart-order-summary-totals-block,
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper,
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block > .wc-block-components-totals-wrapper {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block > .wc-block-components-totals-wrapper + .wc-block-components-totals-wrapper {
  margin-top: 2px !important;
  padding-top: 4px !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block > .wc-block-components-totals-wrapper.slot-wrapper:empty,
body.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block > .wc-block-components-totals-wrapper.slot-wrapper .wc-block-components-discounts-meta:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wcs-recurring-totals-panel__details {
  margin-top: 6px !important;
  padding-top: 4px !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-item__description {
  margin-top: 2px !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-panel__button {
  padding: 0;
  font-size: 16px;
}
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-discounts-meta:empty {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 360px) !important;
  }
}
@media only screen and (max-width: 991px) {
  body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr !important;
    row-gap: 32px !important;
  }
  body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__sidebar {
    position: static;
    top: auto;
  }
  body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__form {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-items__header-total,
  body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__total {
    width: auto;
    text-align: left;
  }
}

.wp-block-woocommerce-empty-cart-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 760px;
  margin: 64px auto;
  padding: 64px 32px;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: #1E2A5E;
}

.wp-block-woocommerce-empty-cart-block .wp-block-separator {
  width: 100%;
  margin: 16px 0 !important;
  border-top: 1px solid #E5E7EB !important;
  background: transparent !important;
}

.wp-block-woocommerce-empty-cart-block .wp-block-buttons {
  margin-top: 16px;
  justify-content: center;
}

.wp-block-woocommerce-empty-cart-block .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 180px;
  color: #1E2A5E !important;
}

/* Shopify-like checkout for Woo Blocks */
body.woocommerce-checkout:not(.woocommerce-order-received) #primary.content-area {
  width: 100%;
  max-width: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #main.site-main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 16px 64px !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1E2A5E;
}

/* Hard reset Woo block layout so theme grid always wins. */
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar-layout,
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar-layout.wc-block-checkout,
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar-layout.wc-block-checkout.is-large {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 500px) !important;
  gap: 0 64px !important;
  align-items: start !important;
  max-width: none !important;
  width: 100% !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-main,
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__main,
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-fields-block {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar,
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-totals-block {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
}
@media only screen and (max-width: 991px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar-layout,
  body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar-layout.wc-block-checkout,
  body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar-layout.wc-block-checkout.is-large {
    grid-template-columns: 1fr !important;
    row-gap: 32px !important;
  }
}

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
  font-size: 16px;
  /* Default checkout typography floor */
  /* Only titled sections create vertical rhythm in the form. */
  /* Compact address layout: place related fields next to each other. */
  /* Native Woo select field (country) should match input field rhythm/alignment. */
  /* Woo floating-label inputs: prevent overlap with typed values. */
  /* WCNLPC can mark fields invalid during initial async hydration. Keep it calm until interaction. */
  /* Unified radio UI for shipping + payment options */
  /* Remove any inherited outer border around whole payment fieldset. */
  /* Real spacing between individual radio cards. */
  /* Shipping methods use direct option rows (no accordion wrapper). */
  /* Coupon panel in summary: keep expanded by default and improve spacing rhythm. */
  /* Override generic totals-wrapper separator directly after coupon block. */
  /* Coupon input + apply button inline */
  /* Keep Mollie internals readable and compact. */
  /* Payment provider inputs without floating labels (e.g. Stripe Elements). */
  /* Guest checkout "create account" row */
  /* Keep space between shipping/billing toggles and next titled section. */
  /* When separate billing fields are shown, keep the same breathing room. */
  /* Discount coupon chips inside totals summary */
  /* Extra specificity to beat Woo default chip styles. */
  /* Fallback styling when checkout extra info is moved outside sidebar on mobile. */
  /* Remove empty/placeholder wrappers that create stray divider lines. */
  /* Remove plugin clutter / upsells in checkout. */
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__login-prompt {
  font-size: 16px;
  line-height: 1.5;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-form,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-step,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-step__content,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-card,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-order-summary,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-item,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-button,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkbox__label {
  font-size: 16px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar-layout.wc-block-checkout.is-large {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 500px);
  column-gap: 64px;
  align-items: start;
  max-width: none !important;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar-layout.wc-block-checkout.is-large {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__main {
  min-width: 0;
  padding: 0 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout.is-cherry-checkout-locked {
  position: relative;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout.is-cherry-checkout-locked .wc-block-checkout__main {
  pointer-events: none;
  user-select: none;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .cherry-checkout-loader {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.82);
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-top: clamp(72px, 14vh, 160px);
  font-size: 16px;
  font-weight: 600;
  color: #1E2A5E;
  border-radius: 12px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout.is-cherry-checkout-locked .cherry-checkout-loader {
  display: inline-flex;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .cherry-checkout-loader__spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(30, 42, 94, 0.25);
  border-top-color: #1E2A5E;
  border-radius: 999px;
  animation: cherry-checkout-loader-spin 0.8s linear infinite;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar {
  min-width: 0;
  padding: 16px !important;
  background: #F8F9FB;
  border: 1px solid rgba(74, 85, 101, 0.18);
  border-radius: 12px;
  position: sticky;
  top: 92px;
  transition: top 0.25s ease;
}
@media only screen and (max-width: 991px) {
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar {
    position: static;
    top: auto;
  }
}
body.has-scrolled.nav-down .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar {
  top: 150px;
}
body.has-scrolled.nav-up .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar {
  top: 24px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-step {
  padding: 0;
  border: 0;
  background: transparent;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__form > .wc-block-components-checkout-step .wc-block-components-checkout-step__heading-container {
  margin-top: 0;
  padding-top: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__form > .wc-block-components-checkout-step:not(:first-of-type) .wc-block-components-checkout-step__heading-container {
  margin-top: 48px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-step__content,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-card-wrapper,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-card,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control-accordion-option,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control__option,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package {
  width: 100% !important;
  max-width: none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-step__content {
  margin-top: 0;
  padding-top: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout #contact.wc-block-components-address-form .wc-block-components-text-input {
  margin-bottom: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout #contact.wc-block-components-address-form .wc-block-components-text-input input {
  margin-bottom: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout #contact.wc-block-components-address-form {
  margin-bottom: 0;
  padding-bottom: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px 12px;
  /* Contact form helper rows must span full grid width. */
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form > .wc-block-components-country-input,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form > .wc-block-components-text-input {
  grid-column: span 6;
  width: 100% !important;
  flex: none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form > .wc-block-components-address-form__first_name,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form > .wc-block-components-address-form__last_name {
  grid-column: span 3;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form > .wc-block-components-address-form__postcode,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form > .wc-block-components-address-form__wcnlpc-housenumber,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form > .wc-block-components-address-form__wcnlpc-housenumber_suffix {
  grid-column: span 2;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form > .wc-block-components-address-form__wcnlpc-street,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form > .wc-block-components-address-form__city {
  grid-column: span 3;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form > .wpo-wcnlpc-block-break {
  display: none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form > .wc-block-checkout__guest-checkout-notice,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form > .wc-block-checkout__create-account {
  grid-column: 1/-1;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form > .wc-block-components-country-input,
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-form > .wc-block-components-text-input {
    grid-column: 1/-1;
  }
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-step__heading h2, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-step__heading .single-product .product-summary .in-grid .product-side-column__header h1, .single-product .product-summary .in-grid .product-side-column__header .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-step__heading h1,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-title.wc-block-components-checkout-step__title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #1E2A5E;
}
@media only screen and (max-width: 991px) {
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-step__heading h2, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-step__heading .single-product .product-summary .in-grid .product-side-column__header h1, .single-product .product-summary .in-grid .product-side-column__header .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-step__heading h1,
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-title.wc-block-components-checkout-step__title {
    font-size: 20px;
  }
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-step__description {
  font-size: 16px;
  color: #1E2A5E;
  margin: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-form .wc-block-components-text-input,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-country-input,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-select,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-combobox {
  --checkout-field-x: 16px;
  width: 100% !important;
  min-width: 100% !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-form .wc-block-components-text-input label,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input label,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-country-input label,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-select label,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-combobox label {
  color: rgba(30, 42, 94, 0.5) !important;
  font-size: 16px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-form .wc-block-components-text-input select,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input input,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input select,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-country-input input,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-country-input select,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-select input,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-select select,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-combobox input,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-combobox select {
  min-height: 56px;
  padding: 25px var(--checkout-field-x) 9px;
  border-radius: 9px;
  border: 1px solid rgba(74, 85, 101, 0.3);
  background: #fff;
  color: #1E2A5E !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input input::placeholder,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-combobox input::placeholder,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input input::-webkit-input-placeholder,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-combobox input::-webkit-input-placeholder {
  color: rgba(30, 42, 94, 0.45) !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-country-input .wc-blocks-components-select__container {
  position: relative;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-country-input .wc-blocks-components-select__label {
  left: var(--checkout-field-x);
  top: 50%;
  font-size: 16px;
  line-height: 1.2;
  color: #1E2A5E !important;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  -webkit-transition: transform 0.18s ease, top 0.18s ease, color 0.18s ease, font-size 0.18s ease;
  -moz-transition: transform 0.18s ease, top 0.18s ease, color 0.18s ease, font-size 0.18s ease;
  -ms-transition: transform 0.18s ease, top 0.18s ease, color 0.18s ease, font-size 0.18s ease;
  -o-transition: transform 0.18s ease, top 0.18s ease, color 0.18s ease, font-size 0.18s ease;
  transition: transform 0.18s ease, top 0.18s ease, color 0.18s ease, font-size 0.18s ease;
  pointer-events: none;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-country-input .wc-blocks-components-select__select {
  min-height: 56px;
  padding: 25px var(--checkout-field-x) 9px;
  font-size: 16px;
  line-height: 1.5;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-country-input .wc-blocks-components-select__container:has(.wc-blocks-components-select__select:focus) .wc-blocks-components-select__label,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-country-input .wc-blocks-components-select__container:has(.wc-blocks-components-select__select option:checked:not([value=""])) .wc-blocks-components-select__label {
  top: 7px;
  transform: none;
  font-size: 14px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input label {
  left: var(--checkout-field-x);
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  background: transparent;
  transform: translateY(-50%);
  transform-origin: left top;
  -webkit-transition: transform 0.18s ease, top 0.18s ease, color 0.18s ease, font-size 0.18s ease;
  -moz-transition: transform 0.18s ease, top 0.18s ease, color 0.18s ease, font-size 0.18s ease;
  -ms-transition: transform 0.18s ease, top 0.18s ease, color 0.18s ease, font-size 0.18s ease;
  -o-transition: transform 0.18s ease, top 0.18s ease, color 0.18s ease, font-size 0.18s ease;
  transition: transform 0.18s ease, top 0.18s ease, color 0.18s ease, font-size 0.18s ease;
  pointer-events: none;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input.is-active label,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input input.wpo-valid + label,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input input.wpo-readonly + label,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input input[value]:not([value=""]) + label,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input input:focus + label {
  top: 7px;
  transform: none;
  font-size: 14px;
  color: #1E2A5E !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input input:focus,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-combobox select:focus,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-select select:focus {
  border-color: rgba(124, 133, 184, 0.68);
  box-shadow: 0 0 0 3px rgba(124, 133, 184, 0.14);
  outline: none;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input input.wpo-invalid:not(:focus) {
  border-color: rgba(74, 85, 101, 0.3) !important;
  box-shadow: none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input:focus-within input.wpo-invalid,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-text-input input.wpo-invalid[aria-invalid=true]:focus {
  border-color: rgba(196, 34, 34, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(196, 34, 34, 0.12) !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-card,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__shipping-option,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
  border: 1px solid rgba(74, 85, 101, 0.2);
  border-radius: 10px;
  background: #fff;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__payment-method {
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 !important;
  min-inline-size: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout fieldset.wc-block-checkout__payment-method {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__shipping-option {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control__option {
  padding: 10px 12px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option--checked-option-highlighted {
  border-color: #1E2A5E !important;
  box-shadow: inset 0 0 0 1px #1E2A5E !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: #FDB913 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control {
  gap: 10px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control--highlight-checked:after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__payment-method.wc-block-components-checkout-step {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control-accordion-option + .wc-block-components-radio-control-accordion-option,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control__option + .wc-block-components-radio-control__option {
  margin-top: 10px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control-accordion-option {
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -ms-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -o-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option--checked-option-highlighted {
  border-color: #1E2A5E !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control__option {
  min-height: 52px;
  padding: 12px 14px;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  position: relative;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control__input {
  grid-column: 1;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin: 0 !important;
  align-self: center;
  width: 20px;
  height: 20px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control__input:before {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control__option-layout {
  grid-column: 2;
  width: 100%;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control__label-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control__label,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-payment-method-label {
  font-size: 16px;
  font-weight: 500;
  color: #1E2A5E;
  border: 0 !important;
  box-shadow: none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-payment-method-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  border-color: #1E2A5E;
  box-shadow: none;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control-accordion-content {
  border-top: 1px solid rgba(74, 85, 101, 0.2);
  background: rgba(248, 249, 251, 0.65);
  padding: 12px 16px 16px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(74, 85, 101, 0.2) !important;
  border-bottom: 1px solid rgba(74, 85, 101, 0.2) !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block + .wp-block-woocommerce-checkout-order-summary-totals-block {
  margin-top: 0;
  padding-top: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper + .wc-block-components-totals-wrapper {
  margin-top: 16px !important;
  padding-top: 0 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-coupon.wc-block-components-panel .wc-block-components-panel__button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  pointer-events: none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-coupon.wc-block-components-panel .wc-block-components-panel__button-icon {
  display: none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-coupon.wc-block-components-panel .wc-block-components-panel__content {
  display: block !important;
  max-height: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-coupon.wc-block-components-panel .wc-block-components-panel__content form,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-coupon__form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: 10px;
  row-gap: 0;
  margin-bottom: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-coupon.wc-block-components-panel .wc-block-components-panel__content form .wc-block-components-text-input,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input {
  flex: 1 1 auto;
  min-width: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-coupon.wc-block-components-panel .wc-block-components-panel__content form .wc-block-components-button,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-coupon__form .wc-block-components-button {
  display: inline-flex;
  width: auto !important;
  min-width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  align-self: end;
}
@media only screen and (max-width: 991px) {
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-coupon.wc-block-components-panel .wc-block-components-panel__content form,
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-coupon__form {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .mollie-payment-method-container {
  font-size: 16px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .mollie-payment-method-container .mollie-component-label {
  font-size: 14px;
  color: #1E2A5E;
  margin-bottom: 6px;
  display: inline-block;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .mollie-payment-method-container .mollie-component {
  border: 1px solid rgba(74, 85, 101, 0.28);
  border-radius: 8px;
  background: #fff;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__payment-method .p-Input-input,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__payment-method .p-Fieldset-input {
  min-height: 48px !important;
  padding: 10px 12px !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__payment-method .wcstripe-payment-element {
  margin-top: 0 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkbox__label {
  font-size: 16px;
  color: #1E2A5E;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkbox {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__label, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkbox span {
  font-size: 16px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout #contact.wc-block-components-address-form .wc-block-checkout__guest-checkout-notice {
  display: block;
  width: 100%;
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.4;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__create-account {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(74, 85, 101, 0.2);
  border-radius: 10px;
  background: #fff;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__create-account label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__create-account .wc-block-components-checkbox__input {
  grid-column: 1;
  grid-row: 1;
  margin: 0 !important;
  width: 20px;
  height: 20px;
  align-self: center;
  justify-self: center;
  position: relative;
  z-index: 2;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__create-account .wc-block-components-checkbox__mark {
  grid-column: 1;
  grid-row: 1;
  width: 16px;
  height: 16px;
  align-self: center;
  justify-self: center;
  display: block;
  position: static !important;
  transform: none !important;
  pointer-events: none;
  z-index: 3;
  margin: 0;
  opacity: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__create-account .wc-block-components-checkbox__input:checked + .wc-block-components-checkbox__mark {
  opacity: 1;
  margin-top: -2px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__create-account .wc-block-components-checkbox__label {
  display: block;
  grid-column: 2;
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 1.35;
  color: #1E2A5E;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__use-address-for-billing {
  margin-bottom: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__billing-fields,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-billing-address-block {
  margin-bottom: 32px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__actions {
  margin-top: 16px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__actions_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__order-notes {
  margin-top: 32px;
  padding-bottom: 32px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-return-to-cart-button {
  display: none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-button {
  min-height: 48px;
  border-radius: 9px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-place-order-button:disabled {
  width: auto;
  min-width: fit-content;
  margin-top: 32px;
  justify-content: flex-start;
  text-align: left;
  align-self: flex-start;
}
@media only screen and (max-width: 991px) {
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__actions_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-place-order-button,
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-place-order-button:disabled {
    order: -1;
  }
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
  background: transparent;
  border: 0 !important;
  padding: 0;
  width: 100%;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-order-summary__title {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-top: 0 !important;
  border-bottom: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1E2A5E;
  margin: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-price {
  font-size: 16px;
  font-weight: 700;
  margin-left: auto;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-icon {
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-order-summary__title {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-order-summary {
  padding: 0 !important;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-order-summary__content {
    padding-left: 12px;
    padding-right: 12px;
  }
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-order-summary {
    margin-top: 16px;
  }
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-order-summary__content.is-open {
    border-bottom: 0 !important;
  }
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-order-summary__content,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-totals-block,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-item {
  width: 100% !important;
  max-width: none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background: #7c85b8 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 12px !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-product-metadata,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-order-summary-item__individual-prices,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-checkout-step__description,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-footer-item-tax,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-item__description {
  font-size: 14px !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-wrapper:not(.wp-block-woocommerce-checkout-order-summary-coupon-form-block) {
  padding: 0 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-wrapper:not(.wp-block-woocommerce-checkout-order-summary-coupon-form-block) + .wc-block-components-totals-wrapper:not(.wp-block-woocommerce-checkout-order-summary-coupon-form-block) {
  margin-top: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 0 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar .slot-wrapper .wc-block-components-panel,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar .wc-block-components-panel,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-item__value .wc-block-formatted-money-amount {
  font-weight: 700;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-item__value {
  font-size: 16px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item__label {
  font-weight: 500;
  line-height: 1.35;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item__value {
  text-align: right;
  font-weight: 600;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item__description {
  margin-top: 4px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item__description:empty {
  margin-top: 0;
  display: none;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-discount {
  row-gap: 4px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-discount__coupon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-discount__coupon-list-item.wc-block-components-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: #626B94 !important;
  border: 1px solid rgba(98, 107, 148, 0.9) !important;
  color: #fff !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-chip__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-discount__coupon-list .wc-block-components-totals-discount__coupon-list-item.wc-block-components-chip {
  background: #626B94 !important;
  border: 1px solid rgba(98, 107, 148, 0.9) !important;
  color: #fff !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-chip__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 999px;
  background: #fff !important;
  padding: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-chip__remove-icon {
  width: 14px;
  height: 14px;
  fill: #626B94;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-footer-item {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value .wc-block-formatted-money-amount {
  font-size: 28px;
  line-height: 1.1;
  color: #00A63E;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information {
  margin-top: 32px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information:empty {
  display: none !important;
  margin: 0 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information .product-side-column__shop-extra {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information .product-side-column__shop-extra-payment-methods {
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E7EB;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information .product-side-column__shop-extra-payment-methods-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information .product-side-column__shop-extra-payment-methods-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 40px;
  padding: 6px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information .product-side-column__shop-extra-payment-methods-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information .product-side-column__shop-extra-usps {
  list-style: none;
  margin: 0;
  padding: 0 0 24px;
  border-bottom: 1px solid #E5E7EB;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information .product-side-column__shop-extra-usp-item {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.4;
  color: #4A5565;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information .product-side-column__shop-extra-usp-item:not(:last-child) {
  margin-bottom: 8px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information .product-side-column__shop-extra-usp-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 6px;
  border-left: 2px solid #00A63E;
  border-bottom: 2px solid #00A63E;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information .product-side-column__shop-extra-icon-text-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information .product-side-column__shop-extra-icon-text-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information .product-side-column__shop-extra-icon-text-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information .product-side-column__shop-extra-icon-text-label {
  font-size: 14px;
  line-height: 1.3;
  color: #4A5565;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .product-side-column__shop-extra {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 32px 0 0;
  padding: 16px;
  border: 1px solid rgba(74, 85, 101, 0.18);
  border-radius: 12px;
  background: #F8F9FB;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .product-side-column__shop-extra-payment-methods {
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E7EB;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .product-side-column__shop-extra-payment-methods-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .product-side-column__shop-extra-payment-methods-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 40px;
  padding: 6px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .product-side-column__shop-extra-payment-methods-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .product-side-column__shop-extra-usps {
  list-style: none;
  margin: 0;
  padding: 0 0 24px;
  border-bottom: 1px solid #E5E7EB;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .product-side-column__shop-extra-usp-item {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.4;
  color: #4A5565;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .product-side-column__shop-extra-usp-item:not(:last-child) {
  margin-bottom: 8px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .product-side-column__shop-extra-usp-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 6px;
  border-left: 2px solid #00A63E;
  border-bottom: 2px solid #00A63E;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .product-side-column__shop-extra-icon-text-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .product-side-column__shop-extra-icon-text-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .product-side-column__shop-extra-icon-text-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .product-side-column__shop-extra-icon-text-label {
  font-size: 14px;
  line-height: 1.3;
  color: #4A5565;
}
@media only screen and (max-width: 991px) {
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    /* Mobile totals column optimisation */
  }
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block,
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block.is-sticky {
    padding: 10px !important;
    border-radius: 10px;
  }
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar-extra-information {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .product-side-column__shop-extra {
    margin-top: 32px;
  }
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-notices {
  padding: 0 !important;
  margin: 0 0 16px 0 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-notices:empty,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-notices__snackbar:empty,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-notice-snackbar-list:empty,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-fee-block,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-discounts-meta,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-wrapper:empty {
  display: none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-wrapper.slot-wrapper {
  display: none !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-totals-wrapper.slot-wrapper + .wc-block-components-totals-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .cc-shop-usps,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .cc-shop-payment-options,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .checkout-order-summary-block-fill .cc-shop-usps,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .checkout-order-summary-block-fill .cc-shop-payment-options,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wp-block-klaviyo-klaviyo-checkout-block,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wcs-recurring-totals-panel,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wcs-recurring-totals-panel__details,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout #coupons_list {
  display: none !important;
}

/* Thank-you / order-received page */
body.woocommerce-checkout.woocommerce-order-received #primary.content-area {
  width: 100%;
  max-width: none;
}
body.woocommerce-checkout.woocommerce-order-received #main.site-main {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px 64px;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order {
  display: grid;
  gap: 32px;
  padding-top: 64px;
  padding-bottom: 64px;
  font-size: 16px;
  color: #1E2A5E;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin: 0;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 166, 62, 0.28);
  background: rgba(0, 166, 62, 0.08);
  color: #1E2A5E;
  font-weight: 600;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview.order_details {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 16px;
  list-style: none;
  border: 1px solid rgba(74, 85, 101, 0.18);
  border-radius: 12px;
  background: #fff;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview.order_details li {
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: #F8F9FB;
  font-size: 14px;
  line-height: 1.35;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview.order_details li strong {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  color: #1E2A5E;
  word-break: break-word;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(74, 85, 101, 0.18);
  border-radius: 12px;
  background: #fff;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-column__title,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details h2,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .single-product .product-summary .in-grid .product-side-column__header h1,
.single-product .product-summary .in-grid .product-side-column__header body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details h1,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details h2,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details .single-product .product-summary .in-grid .product-side-column__header h1,
.single-product .product-summary .in-grid .product-side-column__header body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details h1 {
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1E2A5E;
}
body.woocommerce-checkout.woocommerce-order-received .shop_table,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  font-size: 16px;
}
body.woocommerce-checkout.woocommerce-order-received .shop_table thead th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table thead th {
  padding: 10px 12px;
  border-bottom: 1px solid #E5E7EB;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  text-align: left;
  color: #4A5565;
}
body.woocommerce-checkout.woocommerce-order-received .shop_table tfoot th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table tfoot th {
  text-align: left;
}
body.woocommerce-checkout.woocommerce-order-received .shop_table tbody td,
body.woocommerce-checkout.woocommerce-order-received .shop_table tfoot th,
body.woocommerce-checkout.woocommerce-order-received .shop_table tfoot td,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table tbody td,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table tfoot th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table tfoot td {
  padding: 12px;
  border-bottom: 1px solid rgba(74, 85, 101, 0.14);
  vertical-align: top;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table__product-name a,
body.woocommerce-checkout.woocommerce-order-received .shop_table .product-name a {
  color: #1E2A5E !important;
}
body.woocommerce-checkout.woocommerce-order-received .shop_table tfoot tr:last-child th,
body.woocommerce-checkout.woocommerce-order-received .shop_table tfoot tr:last-child td,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table tfoot tr:last-child th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table tfoot tr:last-child td {
  border-bottom: 0;
  font-weight: 700;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-column--billing-address,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-column--shipping-address {
  margin: 0;
  padding: 12px;
  width: 100% !important;
  border: 1px solid rgba(74, 85, 101, 0.16);
  border-radius: 10px;
  background: #F8F9FB;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-column address {
  margin: 0;
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-style: normal;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: break-word;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-notices-wrapper.cherry-woo-notice-stack {
  margin-top: 32px;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-info {
  position: relative;
  margin: 0;
  padding: 14px 44px 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(124, 133, 184, 0.3);
  background: rgba(124, 133, 184, 0.08);
  color: #1E2A5E;
}
body.woocommerce-checkout.woocommerce-order-received .cherry-woo-notice-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(74, 85, 101, 0.08);
  color: #1E2A5E;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview.order_details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-columns--addresses {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  body.woocommerce-checkout.woocommerce-order-received #main.site-main {
    padding-left: 0;
    padding-right: 0;
  }
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview.order_details {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details,
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details {
    padding: 10px;
  }
  body.woocommerce-checkout.woocommerce-order-received .shop_table,
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-table {
    font-size: 14px;
  }
}

/* Failed payment / order-pay fallback page */
body.woocommerce-checkout.woocommerce-order-pay #primary.content-area {
  width: 100%;
  max-width: none;
}
body.woocommerce-checkout.woocommerce-order-pay #main.site-main {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px 64px;
}
body.woocommerce-checkout.woocommerce-order-pay .woocommerce {
  padding-top: 32px;
  padding-bottom: 64px;
}
body.woocommerce-checkout.woocommerce-order-pay form#order_review {
  display: grid;
  gap: 32px;
}
body.woocommerce-checkout.woocommerce-order-pay .shop_table {
  width: 100%;
  border: 1px solid rgba(74, 85, 101, 0.18);
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
  font-size: 16px;
}
body.woocommerce-checkout.woocommerce-order-pay .shop_table thead th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(74, 85, 101, 0.16);
  font-size: 14px;
  color: #4A5565;
  text-align: left;
}
body.woocommerce-checkout.woocommerce-order-pay .shop_table td,
body.woocommerce-checkout.woocommerce-order-pay .shop_table tfoot th,
body.woocommerce-checkout.woocommerce-order-pay .shop_table tfoot td {
  padding: 12px;
  border-bottom: 1px solid rgba(74, 85, 101, 0.14);
  vertical-align: top;
  text-align: left;
}
body.woocommerce-checkout.woocommerce-order-pay .shop_table tfoot tr:last-child th,
body.woocommerce-checkout.woocommerce-order-pay .shop_table tfoot tr:last-child td {
  border-bottom: 0;
  font-weight: 700;
}
body.woocommerce-checkout.woocommerce-order-pay .shop_table .product-name a {
  color: #1E2A5E !important;
}
body.woocommerce-checkout.woocommerce-order-pay #payment {
  padding: 16px;
  border: 1px solid rgba(74, 85, 101, 0.18);
  border-radius: 12px;
  background: #F8F9FB;
}
body.woocommerce-checkout.woocommerce-order-pay #payment ul.wc_payment_methods {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  border: 0;
}
body.woocommerce-checkout.woocommerce-order-pay #payment ul.wc_payment_methods > li {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(74, 85, 101, 0.2);
  border-radius: 10px;
  background: #fff;
}
body.woocommerce-checkout.woocommerce-order-pay #payment ul.wc_payment_methods > li + li {
  margin-top: 10px;
}
body.woocommerce-checkout.woocommerce-order-pay #payment ul.wc_payment_methods > li label {
  font-weight: 500;
  color: #1E2A5E;
}
body.woocommerce-checkout.woocommerce-order-pay #payment .payment_box {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(74, 85, 101, 0.14);
  font-size: 14px;
  color: #4A5565;
  background: transparent;
}
body.woocommerce-checkout.woocommerce-order-pay #payment .form-row {
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout.woocommerce-order-pay #payment #place_order.button.alt {
  width: auto;
  min-width: fit-content;
  min-height: 48px;
  border-radius: 9px;
  margin-top: 16px;
}
body.woocommerce-checkout.woocommerce-order-pay .woocommerce-notices-wrapper.cherry-woo-notice-stack {
  margin: 0 0 32px;
}
body.woocommerce-checkout.woocommerce-order-pay .woocommerce-notices-wrapper.cherry-woo-notice-stack .woocommerce-error {
  position: relative;
  margin: 0;
  padding: 14px 44px 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(196, 34, 34, 0.3);
  background: rgba(196, 34, 34, 0.08);
  color: #1E2A5E;
}
@media only screen and (max-width: 991px) {
  body.woocommerce-checkout.woocommerce-order-pay #main.site-main {
    padding-left: 0;
    padding-right: 0;
  }
  body.woocommerce-checkout.woocommerce-order-pay .shop_table {
    font-size: 14px;
  }
}

@keyframes cherry-checkout-loader-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.account-page .in-grid .woocommerce {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid .woocommerce {
    grid-template-columns: 1fr;
    gap: 19.2px;
  }
}
.account-page .in-grid .cherry-account-mobile-nav {
  display: none;
  margin: 0;
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid .cherry-account-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    grid-column: 1/-1;
  }
}
.account-page .in-grid .cherry-account-mobile-nav__label {
  font-size: 14px;
  color: rgba(74, 85, 101, 0.95);
}
.account-page .in-grid .cherry-account-mobile-nav__select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 10px 38px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #1E2A5E;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation {
  position: relative;
  background: #fff;
  padding: 12px;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
  height: fit-content;
  align-self: start;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  z-index: 2;
  right: 15px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid nav.woocommerce-MyAccount-navigation:after {
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid nav.woocommerce-MyAccount-navigation {
    display: none;
  }
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul,
.account-page .in-grid ul.woocommerce-MyAccount-navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid nav.woocommerce-MyAccount-navigation ul,
  .account-page .in-grid ul.woocommerce-MyAccount-navigation-list {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-right: 10px;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch !important;
    gap: 8px;
  }
  .account-page .in-grid nav.woocommerce-MyAccount-navigation ul::-webkit-scrollbar-track,
  .account-page .in-grid ul.woocommerce-MyAccount-navigation-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #E5E7EB;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .account-page .in-grid nav.woocommerce-MyAccount-navigation ul::-webkit-scrollbar,
  .account-page .in-grid ul.woocommerce-MyAccount-navigation-list::-webkit-scrollbar {
    width: 10px;
    height: 4px;
    background-color: #E5E7EB;
    cursor: pointer;
  }
  .account-page .in-grid nav.woocommerce-MyAccount-navigation ul::-webkit-scrollbar-thumb,
  .account-page .in-grid ul.woocommerce-MyAccount-navigation-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333333;
  }
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li,
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link,
.account-page .in-grid ul.woocommerce-MyAccount-navigation-list li,
.account-page .in-grid ul.woocommerce-MyAccount-navigation-list li.woocommerce-MyAccount-navigation-link {
  margin: 0;
  flex: 0 0 auto;
  padding-left: 0;
  list-style: none;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li::before,
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link::before,
.account-page .in-grid ul.woocommerce-MyAccount-navigation-list li::before,
.account-page .in-grid ul.woocommerce-MyAccount-navigation-list li.woocommerce-MyAccount-navigation-link::before {
  content: none !important;
  display: none !important;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li a,
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a,
.account-page .in-grid ul.woocommerce-MyAccount-navigation-list li a,
.account-page .in-grid ul.woocommerce-MyAccount-navigation-list li.woocommerce-MyAccount-navigation-link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: rgba(74, 85, 101, 0.95);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  background: transparent;
  border: 1px solid transparent;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  -moz-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  -ms-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  -o-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid nav.woocommerce-MyAccount-navigation ul li a,
  .account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a,
  .account-page .in-grid ul.woocommerce-MyAccount-navigation-list li a,
  .account-page .in-grid ul.woocommerce-MyAccount-navigation-list li.woocommerce-MyAccount-navigation-link a {
    white-space: nowrap;
  }
}
@media (hover: hover) and (min-width: 769px) {
  .account-page .in-grid nav.woocommerce-MyAccount-navigation ul li a:hover,
  .account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover,
  .account-page .in-grid ul.woocommerce-MyAccount-navigation-list li a:hover,
  .account-page .in-grid ul.woocommerce-MyAccount-navigation-list li.woocommerce-MyAccount-navigation-link a:hover {
    background: rgba(124, 133, 184, 0.08);
    border-color: rgba(124, 133, 184, 0.22);
    color: #1E2A5E;
  }
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.is-active a, .account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--is-active a,
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a,
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--is-active a,
.account-page .in-grid ul.woocommerce-MyAccount-navigation-list li.is-active a,
.account-page .in-grid ul.woocommerce-MyAccount-navigation-list li.woocommerce-MyAccount-navigation-link--is-active a,
.account-page .in-grid ul.woocommerce-MyAccount-navigation-list li.woocommerce-MyAccount-navigation-link.is-active a,
.account-page .in-grid ul.woocommerce-MyAccount-navigation-list li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--is-active a {
  background: white;
  border-color: rgba(124, 133, 184, 0.45);
  color: #1E2A5E;
  font-weight: 600;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a,
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a,
.account-page .in-grid ul.woocommerce-MyAccount-navigation-list li.woocommerce-MyAccount-navigation-link--customer-logout a,
.account-page .in-grid ul.woocommerce-MyAccount-navigation-list li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #a20000;
}
@media (hover: hover) and (min-width: 769px) {
  .account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover,
  .account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:hover,
  .account-page .in-grid ul.woocommerce-MyAccount-navigation-list li.woocommerce-MyAccount-navigation-link--customer-logout a:hover,
  .account-page .in-grid ul.woocommerce-MyAccount-navigation-list li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #ffc6c6;
    border-color: rgba(203, 0, 0, 0.32);
  }
}
.account-page .in-grid .woocommerce-MyAccount-content {
  padding: 32px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid .woocommerce-MyAccount-content {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
.account-page .in-grid .woocommerce-MyAccount-content > *:last-child {
  margin-bottom: 0;
}
.account-page .in-grid .woocommerce-MyAccount-content h1, .account-page .in-grid .woocommerce-MyAccount-content h2, .account-page .single-product .product-summary .in-grid .woocommerce-MyAccount-content .product-side-column__header h1, .single-product .product-summary .account-page .in-grid .woocommerce-MyAccount-content .product-side-column__header h1, .account-page .single-product .product-summary .in-grid .product-side-column__header .woocommerce-MyAccount-content h1, .single-product .product-summary .account-page .in-grid .product-side-column__header .woocommerce-MyAccount-content h1, .account-page .in-grid .woocommerce-MyAccount-content h3, .account-page .in-grid .woocommerce-MyAccount-content h4 {
  color: #1E2A5E;
  margin-bottom: 16px;
}
.account-page .in-grid .woocommerce-MyAccount-content p {
  color: rgba(74, 85, 101, 0.98);
}
.account-page .in-grid .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-Button) {
  color: #7c85b8;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (hover: hover) and (min-width: 769px) {
  .account-page .in-grid .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-Button):hover {
    color: #515c96;
  }
}
.account-page .in-grid .woocommerce-MyAccount-content .button,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Button,
.account-page .in-grid .woocommerce-MyAccount-content button[type=submit] {
  display: inline-flex;
  width: auto;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  text-transform: none;
  letter-spacing: normal;
  color: #1E2A5E !important;
  text-indent: 0 !important;
  overflow: visible;
  white-space: nowrap;
  font-size: 16px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: grid;
  grid-template-columns: 1fr;
  gap: 17.6px;
}
.account-page .in-grid .woocommerce-MyAccount-content p + .u-columns,
.account-page .in-grid .woocommerce-MyAccount-content p + .woocommerce-Addresses {
  margin-top: 16px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Address {
  padding: 28.8px;
  border: 1px solid rgba(74, 85, 101, 0.28);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Address .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 13.6px;
  padding-bottom: 9.6px;
  border-bottom: 1px solid rgba(74, 85, 101, 0.2);
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Address .title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Address .title a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  align-self: flex-start;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-Address address {
  margin: 0;
  padding-top: 2px;
  color: rgba(74, 85, 101, 0.96);
  line-height: 1.55;
  font-size: 16px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
  margin: 17.6px 0;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table th,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #E5E7EB;
  font-size: 14px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table th {
  background: #F8F9FB;
  color: #1E2A5E;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: table-cell;
  text-align: left;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table th a {
  color: #1E2A5E !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table tr:last-child td {
  border-bottom: 0;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .button {
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  color: #1E2A5E !important;
  text-indent: 0 !important;
  letter-spacing: normal;
  font-weight: 600;
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table {
    display: block;
    border: 0;
    border-radius: 0;
    margin: 14.4px 0 0;
  }
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row:not(:first-child) {
  margin-top: 14.4px;
  padding-top: 14.4px;
  border-top: 1px solid #E5E7EB;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell:not(:first-child) {
  margin-top: 5px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell > span.cell-title {
  margin-right: 5px;
  font-weight: 600;
  color: #1E2A5E;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action {
  text-decoration: none;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.35;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action:not(:last-child) {
  margin-right: 8px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-pagination {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details {
    border: 0;
    background: transparent;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table thead,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table thead,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details thead {
    display: none;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table tbody,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table tr,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table td,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table tbody,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table tr,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table td,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tr,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details td {
    display: block;
    width: 100%;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table tr,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table tr,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tr {
    margin: 0 0 12px;
    padding: 12px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table th,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table th,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details th {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    text-align: center;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table td,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table td,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details td {
    border: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(74, 85, 101, 0.98);
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table td:not(:last-child),
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table td:not(:last-child),
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details td:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(74, 85, 101, 0.25);
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table td::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table td::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details td::before {
    content: attr(data-title);
    display: block;
    margin-bottom: 2px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1E2A5E;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-number,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table td.woocommerce-table__cell-order-number,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-number,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table td.woocommerce-table__cell-order-number,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details td.woocommerce-orders-table__cell-order-number,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details td.woocommerce-table__cell-order-number {
    display: block;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-number::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table td.woocommerce-table__cell-order-number::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-number::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table td.woocommerce-table__cell-order-number::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details td.woocommerce-orders-table__cell-order-number::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details td.woocommerce-table__cell-order-number::before {
    content: "Bestelling";
    margin-bottom: 4px;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-number > a,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table td.woocommerce-table__cell-order-number > a,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-number > a,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table td.woocommerce-table__cell-order-number > a,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details td.woocommerce-orders-table__cell-order-number > a,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details td.woocommerce-table__cell-order-number > a {
    display: inline-block;
    padding: 0;
    margin-bottom: 8px;
    color: #1e3a8a !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-decoration: underline !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    line-height: 1.25;
    white-space: nowrap;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table .button,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-orders-table .button,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details .button {
    min-height: 34px;
    padding: 6px 10px;
  }
}
.account-page .in-grid .woocommerce-MyAccount-content form .form-row {
  margin-bottom: 14.4px;
}
.account-page .in-grid .woocommerce-MyAccount-content form label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 16px;
  color: rgba(30, 42, 94, 0.9);
}
.account-page .in-grid .woocommerce-MyAccount-content form .required {
  color: #CB0000;
  font-weight: 600;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input {
  display: block;
  position: relative;
  width: 100%;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input input[type=password] {
  padding-right: 44px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(74, 85, 101, 0.35);
  border-radius: 999px;
  background: #fff;
  color: #1E2A5E !important;
  cursor: pointer;
  z-index: 2;
  font-size: 0;
  line-height: 1;
  box-shadow: none;
  align-self: auto;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input::before {
  content: "\f06e";
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input.display-password::before {
  content: "\f070";
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  margin-top: 19.2px;
  padding: 28.8px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset + .clear + p,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset + p {
  margin-top: 16px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm #account_display_name_description {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(74, 85, 101, 0.9);
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields #billing_address_1_field,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields #shipping_address_1_field {
  float: none !important;
  clear: both !important;
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.account-page .in-grid .woocommerce-MyAccount-content fieldset {
  padding: 25.6px;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  margin-top: 16px;
}
.account-page .in-grid .woocommerce-MyAccount-content fieldset legend {
  padding: 0 8px;
  color: #1E2A5E;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-message,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-info,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-error {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 8px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-order-overview,
.account-page .in-grid .woocommerce-MyAccount-content p:has(.order-number) {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.55;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-order-overview mark,
.account-page .in-grid .woocommerce-MyAccount-content p:has(.order-number) mark {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: white;
  color: #1E2A5E;
  font-weight: 600;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-order-details,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-customer-details {
  margin-top: 32px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-order-details__title,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-column__title {
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  color: #1E2A5E;
}
.account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  text-align: left;
}
.account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details th,
.account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details td {
  padding: 12px 14px;
  vertical-align: top;
  border-bottom: 1px solid #E5E7EB;
  text-align: left;
}
.account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details thead th {
  background: #F8F9FB;
  font-family: "Poppins", sans-serif;
  color: #1E2A5E;
  font-size: 16px;
  font-weight: 600;
}
.account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody td {
  font-size: 14px;
  color: rgba(74, 85, 101, 0.98);
}
.account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody .product-name a {
  color: #1E2A5E;
  text-decoration: none;
  font-weight: 500;
}
.account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details .product-quantity {
  color: rgba(74, 85, 101, 0.92);
  font-weight: 600;
}
.account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot th {
  width: 38%;
  background: transparent;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1E2A5E;
}
.account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot td {
  font-size: 14px;
  color: rgba(74, 85, 101, 0.98);
}
.account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr:last-child th,
.account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr:last-child td {
  border-bottom: 0;
  font-weight: 600;
}
.account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details del {
  opacity: 0.65;
}
.account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details ins {
  text-decoration: none;
}
.account-page .in-grid .woocommerce-MyAccount-content table.subscription_details,
.account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin: 15.2px 0 32px;
}
.account-page .in-grid .woocommerce-MyAccount-content table.subscription_details th,
.account-page .in-grid .woocommerce-MyAccount-content table.subscription_details td,
.account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details th,
.account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #E5E7EB;
}
.account-page .in-grid .woocommerce-MyAccount-content table.subscription_details thead th,
.account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details thead th {
  background: #F8F9FB;
  font-family: "Poppins", sans-serif;
  color: #1E2A5E;
  font-size: 16px;
  font-weight: 600;
}
.account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tbody td,
.account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot td,
.account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tbody td,
.account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot td {
  font-size: 14px;
  color: rgba(74, 85, 101, 0.98);
}
.account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tbody tr:last-child td,
.account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot tr:last-child th,
.account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot tr:last-child td,
.account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tbody tr:last-child td,
.account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot tr:last-child th,
.account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot tr:last-child td {
  border-bottom: 0;
}
.account-page .in-grid .woocommerce-MyAccount-content table.subscription_details a:not(.button):not(.woocommerce-button),
.account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details a:not(.button):not(.woocommerce-button) {
  color: #1E2A5E;
  text-decoration: none;
  font-weight: 500;
}
.account-page .in-grid .woocommerce-MyAccount-content table.subscription_details .product-quantity,
.account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details .product-quantity {
  color: rgba(74, 85, 101, 0.9);
  font-weight: 600;
}
.account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot th,
.account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot th {
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #1E2A5E;
}
.account-page .in-grid .woocommerce-MyAccount-content #woocommerce-subscriptions-related-orders-table {
  margin-top: 12.8px;
}
.account-page .in-grid .woocommerce-MyAccount-content .subscription_details .woocommerce-button,
.account-page .in-grid .woocommerce-MyAccount-content .subscription_details .button {
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
}
.account-page .in-grid .woocommerce-MyAccount-content .order-again {
  margin-top: 16px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-customer-details .addresses {
  display: grid;
  grid-template-columns: 1fr;
  gap: 17.6px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: 1fr;
  gap: 17.6px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column {
  float: none !important;
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
  padding: 18.4px;
  border: 1px solid rgba(74, 85, 101, 0.28);
  border-radius: 10px;
  background: #fff;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-customer-details address {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  line-height: 1.55;
  font-style: normal;
  margin: 0;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-customer-details--phone,
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-customer-details--email {
  margin: 8px 0 0;
  font-size: 14px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-customer-details + p {
  margin-top: 32px;
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details {
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details thead {
    display: none;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tr,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details td,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot th,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot td {
    display: block;
    width: 100%;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tr {
    margin: 0 0 10px;
    padding: 10px 12px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    background: #fff;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody td,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot th,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot td {
    padding: 0;
    border: 0;
    text-align: left;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody td:not(:last-child),
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr:not(:last-child) th,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr:not(:last-child) td {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(74, 85, 101, 0.25);
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody td:first-child::before {
    content: "Product";
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody td:last-child::before {
    content: "Totaal";
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody td::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot th::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot td::before {
    display: block;
    margin-bottom: 2px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1E2A5E;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot th::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot td::before {
    content: none;
    display: none;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details {
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details thead,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details thead {
    display: none;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tbody,
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tr,
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details td,
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot,
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot tr,
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot th,
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot td,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tbody,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tr,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details td,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot tr,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot th,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot td {
    display: block;
    width: 100%;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tr,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tr {
    margin: 0 0 10px;
    padding: 10px 12px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    background: #fff;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot tr,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot tr {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details td,
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot th,
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot td,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details td,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot th,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot td {
    padding: 0;
    border: 0;
    text-align: left;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details td:not(:last-child),
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot tr:not(:last-child) th,
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot tr:not(:last-child) td,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details td:not(:last-child),
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot tr:not(:last-child) th,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot tr:not(:last-child) td {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(74, 85, 101, 0.25);
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details td::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot th::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot td::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details td::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot th::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot td::before {
    display: block;
    margin-bottom: 2px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1E2A5E;
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tbody td::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tbody td::before {
    content: attr(data-title);
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tbody td.product-name::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tbody td.product-name::before {
    content: "Product";
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tbody td.product-total::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tbody td.product-total::before {
    content: "Totaal";
  }
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot th::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.subscription_details tfoot td::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot th::before,
  .account-page .in-grid .woocommerce-MyAccount-content table.shop_table.order_details tfoot td::before {
    content: none;
    display: none;
  }
}

body:not(.logged-in) .woocommerce-account .account-page .in-grid .woocommerce {
  grid-template-columns: 1fr !important;
}
body:not(.logged-in) .woocommerce-account .account-page .in-grid .woocommerce #customer_login.u-columns {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 32px;
}
body:not(.logged-in) .woocommerce-account .account-page .in-grid .woocommerce #customer_login.u-columns > .u-column1,
body:not(.logged-in) .woocommerce-account .account-page .in-grid .woocommerce #customer_login.u-columns > .u-column2,
body:not(.logged-in) .woocommerce-account .account-page .in-grid .woocommerce #customer_login.u-columns > .col-1,
body:not(.logged-in) .woocommerce-account .account-page .in-grid .woocommerce #customer_login.u-columns > .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: 100%;
  margin: 0;
}
@media only screen and (max-width: 850px) {
  body:not(.logged-in) .woocommerce-account .account-page .in-grid .woocommerce #customer_login.u-columns {
    grid-template-columns: 1fr !important;
  }
}
.woocommerce-account .account-page {
  padding: 96px 0;
}
@media only screen and (max-width: 850px) {
  .woocommerce-account .account-page {
    padding: 32px 0 64px 0;
  }
}
.woocommerce-account .u-columns {
  width: 100%;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: stretch;
}
@media only screen and (max-width: 850px) {
  .woocommerce-account .u-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce-account .u-columns > div {
  width: 100%;
  padding: 32px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
  position: relative;
}
.woocommerce-account .u-columns > div h1, .woocommerce-account .u-columns > div h2, .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .product-side-column__header h1, .single-product .product-summary .in-grid .product-side-column__header .woocommerce-account .u-columns > div h1, .woocommerce-account .u-columns > div h3, .woocommerce-account .u-columns > div h4 {
  margin-bottom: 16px;
  color: #1E2A5E;
  font-family: "Poppins", sans-serif;
}
.woocommerce-account .u-columns > div .woocommerce-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
}
.woocommerce-account .u-columns > div .form-row,
.woocommerce-account .u-columns > div .woocommerce-form-row {
  margin-bottom: 0;
}
.woocommerce-account .u-columns > div .form-row label,
.woocommerce-account .u-columns > div .woocommerce-form-row label {
  display: inline-block;
  margin-bottom: 6px;
  color: rgba(30, 42, 94, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.woocommerce-account .u-columns > div .woocommerce-privacy-policy-text {
  margin-bottom: 16px;
  font-size: 14px;
  color: rgba(74, 85, 101, 0.95);
}
.woocommerce-account .u-columns > div .woocommerce-privacy-policy-text p:last-child {
  margin-bottom: 0;
}
.woocommerce-account .u-columns > div .lost_password {
  margin-top: 16px;
}
.woocommerce-account .u-columns > div .lost_password a {
  color: #7c85b8;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.woocommerce-account .u-columns > div .lost_password a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
@media (hover: hover) and (min-width: 769px) {
  .woocommerce-account .u-columns > div .lost_password a:hover::after {
    transform: scaleX(0.65);
  }
}
.woocommerce-account .u-columns > div .show-password-input {
  display: none;
}
.woocommerce-account .u-columns > div .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: rgba(74, 85, 101, 0.95);
  margin-right: auto;
  cursor: pointer;
  line-height: 1.25;
  vertical-align: middle;
}
.woocommerce-account .u-columns > div input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid rgba(74, 85, 101, 0.55);
  background-color: #fff;
  display: inline-block;
  position: relative;
  flex: 0 0 18px;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  -ms-transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce-account .u-columns > div input[type=checkbox]:checked {
  border-color: #7c85b8;
  background-color: #7c85b8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='white' d='M5.4 10.8 2.2 7.6l1.1-1.1 2.1 2.1 5.4-5.4 1.1 1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
.woocommerce-account .u-columns > div input[type=checkbox]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(124, 133, 184, 0.2);
}
.woocommerce-account .u-columns > div button[type=submit],
.woocommerce-account .u-columns > div .woocommerce-button {
  width: auto;
  display: inline-flex;
  justify-content: center;
  min-height: 46px;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  align-self: flex-start;
}
.woocommerce-account .u-columns > div .woocommerce-LostPassword,
.woocommerce-account .u-columns > div .woocommerce-form-login__submit {
  margin: 0;
}
.woocommerce-account .u-columns > div.col2-set, .woocommerce-account .u-columns > div.col-1, .woocommerce-account .u-columns > div.col-2 {
  height: 100%;
}
.woocommerce-account .u-columns .woocommerce-form-login .clear {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 18px;
}
.woocommerce-account .u-columns .woocommerce-form-login .clear::before, .woocommerce-account .u-columns .woocommerce-form-login .clear::after {
  content: none;
  display: none;
}
.woocommerce-account .u-columns .woocommerce-form-login__rememberme,
.woocommerce-account .u-columns .woocommerce-form-login__submit {
  float: none !important;
  clear: both;
}
.woocommerce-account .u-columns .woocommerce-form-login__rememberme {
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce-account .u-columns .woocommerce-form-login__submit,
.woocommerce-account .u-columns .woocommerce-form-login button[type=submit] {
  margin-top: 10px !important;
}
.woocommerce-account .u-columns .woocommerce-password-strength {
  margin-top: 8px;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid transparent;
}
.woocommerce-account .u-columns .woocommerce-password-strength.good, .woocommerce-account .u-columns .woocommerce-password-strength.strong {
  background: #cfffe1;
  border-color: rgba(0, 166, 62, 0.55);
}
.woocommerce-account .u-columns .woocommerce-password-strength.short, .woocommerce-account .u-columns .woocommerce-password-strength.bad {
  background: #ffcbcb;
  border-color: rgba(203, 0, 0, 0.45);
}
.woocommerce-account .u-columns .woocommerce-error,
.woocommerce-account .u-columns .woocommerce-info,
.woocommerce-account .u-columns .woocommerce-message {
  border-radius: 8px;
  margin: 0 0 13.3333333333px;
  padding: 10px 12px;
  font-size: 14px;
}

.woocommerce-lost-password .woocommerce {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.woocommerce-lost-password .lost_reset_password {
  padding: 32px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.woocommerce-lost-password .lost_reset_password label {
  display: inline-block;
  margin-bottom: 6px;
  color: rgba(30, 42, 94, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.woocommerce-lost-password .lost_reset_password p {
  margin-bottom: 0;
  color: rgba(74, 85, 101, 0.95);
}
.woocommerce-lost-password .lost_reset_password p:first-child {
  margin-bottom: 4px;
}
.woocommerce-lost-password .lost_reset_password .form-row {
  margin-bottom: 0;
}
.woocommerce-lost-password .lost_reset_password button[type=submit] {
  width: auto;
  display: inline-flex;
  align-self: flex-start;
  justify-content: center;
  min-height: 46px;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
}

body.woocommerce-account:not(.logged-in) .account-page .in-grid .woocommerce {
  display: block !important;
  width: 100% !important;
}
body.woocommerce-account:not(.logged-in) #customer_login.u-columns.col2-set {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 32px !important;
  width: 100% !important;
}
body.woocommerce-account:not(.logged-in) #customer_login.u-columns.col2-set > .u-column1,
body.woocommerce-account:not(.logged-in) #customer_login.u-columns.col2-set > .u-column2,
body.woocommerce-account:not(.logged-in) #customer_login.u-columns.col2-set > .col-1,
body.woocommerce-account:not(.logged-in) #customer_login.u-columns.col2-set > .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 auto !important;
  margin: 0 !important;
}
@media only screen and (max-width: 850px) {
  body.woocommerce-account:not(.logged-in) #customer_login.u-columns.col2-set {
    grid-template-columns: 1fr !important;
  }
}

.single-product .product-summary {
  padding: 64px 0;
}
@media only screen and (max-width: 991px) {
  .single-product .product-summary {
    padding: 32px 0 64px 0;
  }
}
.single-product .product-summary .in-grid {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  column-gap: 32px;
  width: 100%;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main,
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-thumbs {
  width: 100%;
  max-width: 100%;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper {
  position: relative;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery__sachet-badge {
  position: absolute;
  top: -32px;
  left: -32px;
  z-index: 4;
  width: 100px;
  aspect-ratio: 1/1;
  padding: 10px;
  border-radius: 9999px;
  background: #626B94;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  pointer-events: none;
}
@media only screen and (max-width: 1400px) {
  .single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery__sachet-badge {
    top: -8px;
    left: 8px;
  }
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery__sachet-count {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 400;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery__sachet-label {
  margin-top: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main {
  border-radius: 12px;
  overflow: hidden !important;
  background: linear-gradient(149deg, #F8F9FB 0%, rgba(229, 231, 235, 0.55) 100%);
  padding: 32px;
  position: relative;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main .single-product-gallery-main__nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main .single-product-gallery-main__arrow {
  color: #1E2A5E;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(98, 107, 148, 0.35);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  aspect-ratio: 1/1;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(30, 42, 94, 0.18);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-appearance: none;
  appearance: none;
  overflow: visible;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main .single-product-gallery-main__arrow:after {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main .single-product-gallery-main__arrow--prev {
  left: 12px;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main .single-product-gallery-main__arrow--prev:after {
  content: "\f053";
  transform: translateX(0);
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main .single-product-gallery-main__arrow--next {
  right: 12px;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main .single-product-gallery-main__arrow--next:after {
  content: "\f054";
  transform: translateX(0);
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main .single-product-gallery-main__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main .single-product-gallery-main__arrow:focus-visible {
  outline: 2px solid #006285;
  outline-offset: 2px;
}
@media (hover: hover) and (min-width: 769px) {
  .single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main .single-product-gallery-main__arrow {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%) scale(0.96);
    -moz-transform: translateY(-50%) scale(0.96);
    -ms-transform: translateY(-50%) scale(0.96);
    -o-transform: translateY(-50%) scale(0.96);
    transform: translateY(-50%) scale(0.96);
  }
  .single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main:hover .single-product-gallery-main__arrow,
  .single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main .single-product-gallery-main__arrow:focus-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main .swiper-wrapper {
  align-items: stretch;
  width: 100%;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main .swiper-slide {
  flex: 0 0 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100%;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main__slide {
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-thumbs {
  width: 100%;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-thumbs__slide {
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  background: rgba(229, 231, 235, 0.55);
  padding: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-thumbs__slide.is-active {
  border-color: #7c85b8;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-thumbs__image {
  width: 100%;
  height: 80px;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary .in-grid .woocommerce-product-gallery {
    width: 100%;
  }
  .single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-main {
    padding: 20px;
  }
  .single-product .product-summary .in-grid .woocommerce-product-gallery--swiper .single-product-gallery-thumbs__image {
    height: 64px;
  }
}
.single-product .product-summary .in-grid .summary {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary .in-grid .summary {
    width: 100%;
  }
}
.single-product .product-summary .in-grid .product-main-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.single-product .product-summary .in-grid .single-product-intake-advice-placement--mobile {
  display: none;
}
.single-product .product-summary .in-grid .product-side-column {
  position: static;
  top: auto;
  align-self: flex-start;
  min-width: 0;
}
.single-product .product-summary .in-grid .product-side-column__header {
  margin-bottom: 32px;
}
.single-product .product-summary .in-grid .product-side-column__header h1 {
  color: #1E2A5E;
}
.single-product .product-summary .in-grid .product-side-column__header .onsale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  margin-top: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #FDB913;
  color: #1E2A5E;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.single-product .product-summary .in-grid .product-side-column__usps {
  margin-bottom: 32px;
}
.single-product .product-summary .in-grid .product-side-column__usps-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-product .product-summary .in-grid .product-side-column__usps-item {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.4;
  color: #4A5565;
}
.single-product .product-summary .in-grid .product-side-column__usps-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 6px;
  border-left: 2px solid #00A63E;
  border-bottom: 2px solid #00A63E;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.single-product .product-summary .in-grid .product-side-column__usps-item:not(:last-child) {
  margin-bottom: 8px;
}
.single-product .product-summary .in-grid .product-side-column__usps-item.is-hidden {
  display: none;
}
.single-product .product-summary .in-grid .product-side-column__usps-item.is-hidden.is-revealed {
  display: block;
}
.single-product .product-summary .in-grid .product-side-column__usps-toggle {
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7c85b8;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.single-product .product-summary .in-grid .product-side-column__usps-toggle::before {
  content: "+";
  display: inline-block;
  margin-right: 6px;
  line-height: 1;
}
@media (hover: hover) and (min-width: 769px) {
  .single-product .product-summary .in-grid .product-side-column__usps-toggle:hover {
    color: #5b66a6;
    box-shadow: none;
  }
}
.single-product .product-summary .in-grid .product-side-column__usps-toggle:focus, .single-product .product-summary .in-grid .product-side-column__usps-toggle:focus-visible, .single-product .product-summary .in-grid .product-side-column__usps-toggle:active {
  box-shadow: none;
}
.single-product .product-summary .in-grid .product-side-column__usps.is-expanded .product-side-column__usps-toggle::before {
  content: "-";
}
.single-product .product-summary .in-grid .product-side-column__kenmerken {
  margin-top: 32px;
}
.single-product .product-summary .in-grid .product-side-column__kenmerken-box {
  background: #F8F9FB;
  border-radius: 12px;
  padding: 24px;
}
.single-product .product-summary .in-grid .product-side-column__kenmerken-title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #1E2A5E;
}
.single-product .product-summary .in-grid .product-side-column__kenmerken-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-product .product-summary .in-grid .product-side-column__kenmerken-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #364153;
}
.single-product .product-summary .in-grid .product-side-column__kenmerken-tag-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 14px;
  height: 17px;
}
.single-product .product-summary .in-grid .product-side-column__kenmerken-tag-icon-img {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.single-product .product-summary .in-grid .product-side-column__kenmerken-tag-label {
  min-width: 0;
}
.single-product .product-summary .in-grid .product-side-column__kenmerken-usps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-product .product-summary .in-grid .product-side-column__kenmerken-usps:not(:first-child) {
  margin-top: 21px;
  padding-top: 21px;
  border-top: 1px solid #E5E7EB;
}
.single-product .product-summary .in-grid .product-side-column__kenmerken-usp-item {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.4;
  color: #4A5565;
}
.single-product .product-summary .in-grid .product-side-column__kenmerken-usp-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 6px;
  border-left: 2px solid #00A63E;
  border-bottom: 2px solid #00A63E;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.single-product .product-summary .in-grid .product-side-column__kenmerken-usp-item:not(:last-child) {
  margin-bottom: 8px;
}
.single-product .product-summary .in-grid .product-side-column__kenmerken-usp-item--has-icon::before {
  display: none;
}
.single-product .product-summary .in-grid .product-side-column__kenmerken-usp-item--has-icon .product-side-column__kenmerken-usp-item-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice {
  margin-top: 32px;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-box {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #1E2A5E;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot {
  position: relative;
  min-height: 99px;
  padding: 16px 14px 14px;
  border: 2px solid #E5E7EB;
  border-radius: 8px;
  background: #F9FAFB;
  opacity: 0.55;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot-icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2px;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -60%) rotate(-45deg);
  -moz-transform: translate(-50%, -60%) rotate(-45deg);
  -ms-transform: translate(-50%, -60%) rotate(-45deg);
  -o-transform: translate(-50%, -60%) rotate(-45deg);
  transform: translate(-50%, -60%) rotate(-45deg);
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot-label {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #99A1AF;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot-advice {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  color: #99A1AF;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot--optional, .single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot--recommended {
  opacity: 1;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot--recommended {
  border-color: #00C950;
  background: #F0FDF4;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot--recommended .product-side-column__intake-advice-time-slot-icon {
  background: #00C950;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot--recommended .product-side-column__intake-advice-time-slot-label {
  color: #008236;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot--recommended .product-side-column__intake-advice-time-slot-advice {
  color: #4A5565;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot--optional {
  border-color: #38BDF8;
  background: #F0F9FF;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot--optional .product-side-column__intake-advice-time-slot-icon {
  background: #38BDF8;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot--optional .product-side-column__intake-advice-time-slot-label {
  color: #0369A1;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-time-slot--optional .product-side-column__intake-advice-time-slot-advice {
  color: #4A5565;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-content {
  background: #F0F9FF;
  border: 1px solid #BAE6FD;
  border-radius: 8px;
  padding: 15px 16px;
  font-size: 14px;
  line-height: 1.625;
  color: #364153;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-content > :first-child {
  margin-top: 0;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-content > :last-child {
  margin-bottom: 0;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-content p {
  margin: 0;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-content p + p {
  margin-top: 8px;
}
.single-product .product-summary .in-grid .product-side-column__intake-advice-content strong,
.single-product .product-summary .in-grid .product-side-column__intake-advice-content b {
  color: #1E2A5E;
}
@media only screen and (max-width: 640px) {
  .single-product .product-summary .in-grid .product-side-column__intake-advice-time-slots {
    grid-template-columns: 1fr;
  }
}
.single-product .product-summary .in-grid .product-side-column__purchase-box {
  background: #E8F4F8;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 24px;
  display: block;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box > p.h3 {
  margin: 0 0 16px;
  color: #1E2A5E;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector {
  margin: 0 0 32px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__label {
  margin: 0 0 8px;
  line-height: 1.5;
  font-weight: 500;
  color: #4A5565;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__option {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 52px;
  padding: 12px 12px 12px 46px;
  border: 2px solid #E5E7EB;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease;
  -moz-transition: border-color 0.2s ease, background 0.2s ease;
  -ms-transition: border-color 0.2s ease, background 0.2s ease;
  -o-transition: border-color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__option::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #D1D5DC;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
}
@media (hover: hover) and (min-width: 769px) {
  .single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__option:hover {
    border-color: #7c85b8;
  }
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__option:focus-visible {
  outline: 2px solid #1E2A5E;
  outline-offset: 2px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__option-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #333333;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__option-headline {
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__option-title {
  min-width: 0;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__option-sachets {
  color: rgba(74, 85, 101, 0.9);
  white-space: nowrap;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__option-savings {
  display: inline-block;
  line-height: 1.3;
  font-weight: 500;
  color: #00A63E;
  white-space: nowrap;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__option-badge {
  position: absolute;
  right: 10px;
  top: -9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 17px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #FDB913;
  color: #1E2A5E;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  pointer-events: none;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__option--current {
  border-color: #7c85b8;
  background: #fff;
  pointer-events: none;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__option--current::before {
  border-color: #7c85b8;
  background: #7c85b8;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .linked-variations-selector__option--current::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .price {
  line-height: 1.2;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 32px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .price .amount {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  color: #00A63E;
  font-size: 36px;
  font-weight: 700;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .price .amount .woocommerce-Price-currencySymbol {
  font-size: 20px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .price del,
.single-product .product-summary .in-grid .product-side-column__purchase-box .price ins {
  display: inline-flex;
  align-items: baseline;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .price del {
  display: inline-flex;
  width: auto;
  opacity: 0.45;
  text-decoration-color: rgba(0, 166, 62, 0.85);
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: auto;
  margin-right: 8px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .price del .amount {
  color: rgba(74, 85, 101, 0.7);
  font-size: 16px;
  font-weight: 400;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .price del .amount .woocommerce-Price-currencySymbol {
  font-size: 0.9em;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .price .amount > del {
  display: inline-flex;
  align-items: baseline;
  width: auto;
  margin-right: 0;
  opacity: 0.45;
  text-decoration-color: rgba(0, 166, 62, 0.85);
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: auto;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .price ins {
  text-decoration: none;
  background: transparent;
  display: inline-flex;
  align-items: baseline;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .price ins .amount {
  color: #00A63E;
  font-size: 36px;
  font-weight: 700;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .price .subscription-details {
  display: inline-flex;
  width: 100%;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  color: rgba(74, 85, 101, 0.8);
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .price .subscription-details .amount {
  color: #1E2A5E;
  font-size: 16px;
  font-weight: 700;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .price .subscription-details .amount .woocommerce-Price-currencySymbol {
  font-size: 0.9em;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .price .subscription-details + .subscription-details {
  display: none;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  color: #333333;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .stock::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #00A63E;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .stock.out-of-stock::before {
  background: #CB0000;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box form.cart {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .first-payment-date {
  margin: 12px 0 0;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .cart ~ .stock,
.single-product .product-summary .in-grid .product-side-column__purchase-box .first-payment-date + .stock {
  display: none !important;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .quantity {
  float: none;
  margin: 0;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 2px solid #E5E7EB;
  border-radius: 8px;
  height: 40px;
  overflow: hidden;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .quantity .qty {
  width: 44px;
  height: 36px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  appearance: textfield;
  -moz-appearance: textfield;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .quantity .qty::-webkit-outer-spin-button, .single-product .product-summary .in-grid .product-side-column__purchase-box .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .qty-stepper-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  background: transparent;
  color: #4A5565;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-align: center;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .qty-stepper-btn::before, .single-product .product-summary .in-grid .product-side-column__purchase-box .qty-stepper-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .qty-stepper-btn::before {
  width: 12px;
  height: 2px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .qty-stepper-btn::after {
  display: none;
  width: 2px;
  height: 12px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .qty-stepper-btn--plus::after {
  display: block;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .single_add_to_cart_button,
.single-product .product-summary .in-grid .product-side-column__purchase-box button.single_add_to_cart_button {
  flex: 1 1 auto;
  min-height: 49px;
  border-radius: 8px;
  border: 1px solid #FDB913;
  background: #FDB913;
  color: #1E2A5E;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 18px;
  box-shadow: none;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease;
  -moz-transition: background 0.2s ease, border-color 0.2s ease;
  -ms-transition: background 0.2s ease, border-color 0.2s ease;
  -o-transition: background 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) and (min-width: 769px) {
  .single-product .product-summary .in-grid .product-side-column__purchase-box .single_add_to_cart_button:hover,
  .single-product .product-summary .in-grid .product-side-column__purchase-box button.single_add_to_cart_button:hover {
    background: #db9c02;
    border-color: #db9c02;
  }
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .single_add_to_cart_button:focus-visible,
.single-product .product-summary .in-grid .product-side-column__purchase-box button.single_add_to_cart_button:focus-visible {
  outline: 3px solid #1E2A5E;
  outline-offset: 3px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .single_add_to_cart_button.is-loading, .single-product .product-summary .in-grid .product-side-column__purchase-box .single_add_to_cart_button.loading,
.single-product .product-summary .in-grid .product-side-column__purchase-box button.single_add_to_cart_button.is-loading,
.single-product .product-summary .in-grid .product-side-column__purchase-box button.single_add_to_cart_button.loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .single_add_to_cart_button.is-loading::after, .single-product .product-summary .in-grid .product-side-column__purchase-box .single_add_to_cart_button.loading::after,
.single-product .product-summary .in-grid .product-side-column__purchase-box button.single_add_to_cart_button.is-loading::after,
.single-product .product-summary .in-grid .product-side-column__purchase-box button.single_add_to_cart_button.loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  border: 2px solid rgba(30, 42, 94, 0.3);
  border-top-color: #1E2A5E;
  border-radius: 999px;
  animation: single-product-cart-button-spin 0.8s linear infinite;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .product-side-column__shop-extra {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .product-side-column__shop-extra-payment-methods {
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E7EB;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .product-side-column__shop-extra-payment-methods-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .product-side-column__shop-extra-payment-methods-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 40px;
  padding: 6px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .product-side-column__shop-extra-payment-methods-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .product-side-column__shop-extra-usps {
  list-style: none;
  margin: 0;
  padding: 0 0 24px;
  border-bottom: 1px solid #E5E7EB;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .product-side-column__shop-extra-usp-item {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.4;
  color: #4A5565;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .product-side-column__shop-extra-usp-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 6px;
  border-left: 2px solid #00A63E;
  border-bottom: 2px solid #00A63E;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .product-side-column__shop-extra-usp-item:not(:last-child) {
  margin-bottom: 8px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .product-side-column__shop-extra-icon-text-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .product-side-column__shop-extra-icon-text-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .product-side-column__shop-extra-icon-text-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .product-side-column__shop-extra-icon-text-label {
  font-size: 14px;
  line-height: 1.3;
  color: #4A5565;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .added_to_cart.wc-forward {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  order: 99;
  width: auto;
  flex-basis: 100%;
  margin-top: 6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1E2A5E;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, transform 0.2s ease;
  -moz-transition: color 0.2s ease, transform 0.2s ease;
  -ms-transition: color 0.2s ease, transform 0.2s ease;
  -o-transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .added_to_cart.wc-forward::after {
  content: "→";
  display: inline-block;
  margin-left: 8px;
  font-size: 0.95em;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
@media (hover: hover) and (min-width: 769px) {
  .single-product .product-summary .in-grid .product-side-column__purchase-box .added_to_cart.wc-forward:hover {
    color: #5b66a6;
  }
  .single-product .product-summary .in-grid .product-side-column__purchase-box .added_to_cart.wc-forward:hover::after {
    transform: translateX(3px);
  }
}
.single-product .product-summary .in-grid .product-side-column__purchase-box .added_to_cart.wc-forward:focus-visible {
  outline: 2px solid #1E2A5E;
  outline-offset: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 640px) {
  .single-product .product-summary .in-grid .product-side-column__purchase-box form.cart,
  .single-product .product-summary .in-grid .product-side-column__purchase-box .woocommerce-variation-add-to-cart {
    flex-wrap: wrap;
  }
  .single-product .product-summary .in-grid .product-side-column__purchase-box .quantity {
    width: 100%;
    max-width: 160px;
  }
  .single-product .product-summary .in-grid .product-side-column__purchase-box .single_add_to_cart_button,
  .single-product .product-summary .in-grid .product-side-column__purchase-box button.single_add_to_cart_button {
    width: 100%;
    flex-basis: 100%;
  }
}
.single-product .product-summary .in-grid .product-accordion-area {
  width: 100%;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion summary.woocommerce-tab-accordion-trigger,
.single-product .product-summary .in-grid .woocommerce-tabs--accordion summary.woocommerce-tab-accordion-trigger * {
  font-weight: 400 !important;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion ul.tabs {
  display: none;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-item {
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-item::marker, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-item::-webkit-details-marker {
  display: none;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-item[open] .woocommerce-tab-accordion-trigger {
  border-bottom: 1px solid rgba(229, 231, 235, 0.55);
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-item[open] .woocommerce-tab-accordion-panel {
  max-height: 1200px;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-trigger {
  cursor: pointer;
  list-style: none;
  padding: 20px;
  color: #1E2A5E;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400 !important;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  padding-right: 48px;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-trigger::-webkit-details-marker {
  display: none;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-trigger::marker {
  content: "";
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-trigger::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.2s ease;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-item[open] .woocommerce-tab-accordion-trigger::after {
  transform: translateY(-35%) rotate(-135deg);
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel {
  display: block !important;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel > :last-child {
  margin-bottom: 0;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .wysiwyg-content h1, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .wysiwyg-content h2, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .wysiwyg-content h3, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .wysiwyg-content h4, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .wysiwyg-content h5, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .wysiwyg-content h6 {
  font-weight: 400;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .wysiwyg-content > :first-child {
  margin-top: 0;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .wysiwyg-content > :last-child {
  margin-bottom: 0;
}
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .cc-contentcontainer .title h1, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .cc-contentcontainer .title h2, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .cc-contentcontainer .title h3, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .cc-contentcontainer .title h4, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .cc-contentcontainer .title h5, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .cc-contentcontainer .title h6,
.single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .cc-contentcontainer .title .h1, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .cc-contentcontainer .title .h2, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .cc-contentcontainer .title .h3, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .cc-contentcontainer .title .h4, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .cc-contentcontainer .title .h5, .single-product .product-summary .in-grid .woocommerce-tabs--accordion .woocommerce-tab-accordion-panel .cc-contentcontainer .title .h6 {
  font-weight: 400;
}
.single-product .product-summary .in-grid .content-sections {
  width: 100%;
  margin-top: 64px;
}
.single-product .product-summary .in-grid .content-sections-title {
  margin: 0 0 32px;
}
.single-product .product-summary .in-grid .content-sections-title > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .single-product .product-summary .in-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .single-product .product-summary .in-grid .product-main-column {
    display: contents;
  }
  .single-product .product-summary .in-grid .woocommerce-product-gallery {
    order: 1;
  }
  .single-product .product-summary .in-grid .product-side-column {
    order: 2;
  }
  .single-product .product-summary .in-grid .product-accordion-area {
    order: 3;
  }
  .single-product .product-summary .in-grid .woocommerce-product-gallery,
  .single-product .product-summary .in-grid .product-side-column,
  .single-product .product-summary .in-grid .product-accordion-area {
    padding-left: 16px;
    padding-right: 16px;
  }
  .single-product .product-summary .in-grid .single-product-intake-advice-placement--desktop {
    display: none;
  }
  .single-product .product-summary .in-grid .single-product-intake-advice-placement--mobile {
    display: block;
  }
}
.single-product .product-description > *:first-child {
  margin-top: 0;
}
.single-product .single-product-faq-section {
  padding: 64px 0;
  background: #F8F9FB;
}
.single-product .single-product-faq-section__inner {
  padding: 0 24px;
  width: 100%;
}
.single-product .single-product-faq-section__title {
  margin: 0 0 32px;
  color: #1E2A5E;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
}
.single-product .single-product-faq-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.single-product .single-product-faq-section__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.single-product .single-product-faq-section .faq-toggle-question,
.single-product .single-product-faq-section .faq-toggle-answer {
  background: #fff !important;
}
.single-product .single-product-faq-section .faq-toggle-item:not(:first-child) {
  margin-top: 0;
}
.single-product .single-product-faq-section .faq-toggle-question span {
  color: #1E2A5E !important;
}
.single-product .single-product-faq-section__answer {
  display: none;
}
.single-product .single-product-faq-section__answer .wysiwyg-content {
  font-size: 14px;
  line-height: 1.6;
  color: #4A5565;
}
.single-product .single-product-faq-section__answer .wysiwyg-content > :first-child {
  margin-top: 0;
}
.single-product .single-product-faq-section__answer .wysiwyg-content > :last-child {
  margin-bottom: 0;
}
.single-product .single-product-faq-section__answer .btns {
  margin-top: 32px;
}
@media only screen and (max-width: 991px) {
  .single-product .single-product-faq-section {
    padding: 48px 0;
  }
  .single-product .single-product-faq-section__inner {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  .single-product .single-product-faq-section__grid {
    grid-template-columns: 1fr;
  }
}
.single-product .single-product-sticky-cart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding-right: 100px;
  z-index: 120;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(229, 231, 235, 0.75);
  box-shadow: 0 -10px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.25s ease, opacity 0.2s ease;
  backdrop-filter: blur(4px);
}
.single-product .single-product-sticky-cart.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.single-product .single-product-sticky-cart__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 12px 0;
  width: 100%;
}
.single-product .single-product-sticky-cart__meta {
  min-width: 0;
  flex: 1 1 auto;
}
.single-product .single-product-sticky-cart__title {
  margin: 0;
  font-weight: 500;
  line-height: 1.3;
  color: #333333;
}
.single-product .single-product-sticky-cart__price {
  margin: 2px 0 0;
  line-height: 1.2;
}
.single-product .single-product-sticky-cart__price .amount {
  color: #00A63E;
  font-size: 14px;
  font-weight: 700;
}
.single-product .single-product-sticky-cart__price .subscription-details {
  display: none;
}
.single-product .single-product-sticky-cart__form {
  flex: 0 0 auto;
}
.single-product .single-product-sticky-cart__form form.cart {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  flex-wrap: nowrap;
}
.single-product .single-product-sticky-cart__form .quantity {
  float: none;
  margin: 0;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 2px solid #E5E7EB;
  border-radius: 8px;
  height: 40px;
  overflow: hidden;
  min-width: 124px;
}
.single-product .single-product-sticky-cart__form .quantity .qty {
  width: 44px;
  height: 36px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  appearance: textfield;
  -moz-appearance: textfield;
}
.single-product .single-product-sticky-cart__form .quantity .qty::-webkit-outer-spin-button, .single-product .single-product-sticky-cart__form .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .single-product-sticky-cart__form .qty-stepper-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  background: transparent;
  color: #4A5565;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-align: center;
}
.single-product .single-product-sticky-cart__form .qty-stepper-btn::before, .single-product .single-product-sticky-cart__form .qty-stepper-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-product .single-product-sticky-cart__form .qty-stepper-btn::before {
  width: 12px;
  height: 2px;
}
.single-product .single-product-sticky-cart__form .qty-stepper-btn::after {
  display: none;
  width: 2px;
  height: 12px;
}
.single-product .single-product-sticky-cart__form .qty-stepper-btn--plus::after {
  display: block;
}
.single-product .single-product-sticky-cart__form .single_add_to_cart_button {
  flex: 1 1 auto;
  min-height: 44px;
  border-radius: 8px;
  padding: 10px 18px;
  white-space: nowrap;
  justify-content: center;
}
.single-product .single-product-sticky-cart__form .stock,
.single-product .single-product-sticky-cart__form .first-payment-date,
.single-product .single-product-sticky-cart__form .subscription-details {
  display: none !important;
}
.single-product .single-product-sticky-cart__form .added_to_cart.wc-forward {
  display: none;
}
@media only screen and (max-width: 991px) {
  .single-product .single-product-sticky-cart__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .single-product .single-product-sticky-cart__form form.cart {
    width: 100%;
  }
  .single-product .single-product-sticky-cart__form .quantity,
  .single-product .single-product-sticky-cart__form .single_add_to_cart_button {
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 768px) {
  .single-product .single-product-sticky-cart__form .single_add_to_cart_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 44px;
    width: 44px;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }
  .single-product .single-product-sticky-cart__form .single_add_to_cart_button::before {
    content: "\f217";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.single-product .related-products, .single-product .upsell-products {
  padding: 64px 0;
  background: #F8F9FB;
}
.single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.single-product .related-products .products-grid > li.product.product-card, .single-product .upsell-products .products-grid > li.product.product-card {
  height: 100%;
  display: flex;
}
.single-product .related-products .products-grid > li.product.product-card .product-card__inner, .single-product .upsell-products .products-grid > li.product.product-card .product-card__inner {
  height: 100%;
  width: 100%;
}
.single-product .related-products .products-grid > li.product.product-card .product-card__link, .single-product .upsell-products .products-grid > li.product.product-card .product-card__link {
  height: 100%;
}
.single-product .related-products .products-grid > li.product.product-card .product-card__content, .single-product .upsell-products .products-grid > li.product.product-card .product-card__content {
  flex: 1 1 auto;
}
.single-product .related-products .products-grid > li.product.product-card .product-card__cta, .single-product .upsell-products .products-grid > li.product.product-card .product-card__cta {
  margin-top: auto;
}
.single-product .related-products .products-grid:not(:first-child), .single-product .upsell-products .products-grid:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 1200px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 850px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@keyframes single-product-cart-button-spin {
  to {
    transform: rotate(360deg);
  }
}
.woocommerce.post-type-archive-product .product-overview, .woocommerce.tax-product_cat .product-overview {
  padding: 64px 0;
  background: #F8F9FB;
}
.woocommerce.post-type-archive-product .in-grid .woocommerce-products-header, .woocommerce.post-type-archive-product .in-grid .woocommerce-notices-wrapper, .woocommerce.post-type-archive-product .in-grid .results-ordering-container, .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.tax-product_cat .in-grid .woocommerce-products-header, .woocommerce.tax-product_cat .in-grid .woocommerce-notices-wrapper, .woocommerce.tax-product_cat .in-grid .results-ordering-container, .woocommerce.tax-product_cat .in-grid .products-grid {
  width: 100%;
}
.woocommerce.post-type-archive-product .in-grid .results-ordering-container, .woocommerce.tax-product_cat .in-grid .results-ordering-container {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.woocommerce.post-type-archive-product .in-grid .results-ordering-container:not(:first-child), .woocommerce.tax-product_cat .in-grid .results-ordering-container:not(:first-child) {
  margin-top: 32px;
}
.woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 0 16px;
}
.woocommerce.post-type-archive-product .in-grid .products-grid:not(:first-child), .woocommerce.tax-product_cat .in-grid .products-grid:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 850px) {
  .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.xoo-wsc-opac {
  background: rgba(0, 0, 0, 0.76) !important;
}

.xoo-wsc-container,
.xoo-wsc-slider,
.xoo-wsc-drawer {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: #1E2A5E !important;
}

.xoo-wsc-header,
.xoo-wsc-drawer-header,
.xoo-wsc-sl-heading,
.xoo-wsc-body,
.xoo-wsc-ft-buttons-cont {
  background: #fff !important;
}

.xoo-wsc-header,
.xoo-wsc-drawer-header,
.xoo-wsc-sl-heading,
.xoo-wsc-product,
.xoo-wsc-ft-totals {
  border-color: #E5E7EB !important;
}

.xoo-wsc-header {
  padding: 12px 16px !important;
  border-bottom: 1px solid #E5E7EB !important;
}

.xoo-wsch-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.xoo-wsch-sec-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.xoo-wsch-basket {
  position: relative;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1E2A5E !important;
  padding-right: 4px;
}

.xoo-wsch-bki,
span.xoo-wsch-icon {
  font-size: 22px !important;
  color: inherit !important;
  line-height: 1;
}

.xoo-wsch-bki img,
.xoo-wsc-bki img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.xoo-wsch-items-count {
  position: absolute;
  top: -7px;
  right: -8px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #7c85b8 !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1;
}

.xoo-wsch-text {
  font-family: "Poppins", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.2;
  color: #1E2A5E !important;
}

.xoo-wsch-sec-right {
  display: inline-flex;
  align-items: center;
}

.xoo-wsch-close {
  width: 30px;
  height: 30px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E7EB;
  border-radius: 999px;
  background: #fff;
  color: #1E2A5E !important;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  -moz-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  -ms-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  -o-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) and (min-width: 769px) {
  .xoo-wsch-close:hover {
    background: rgba(30, 42, 94, 0.06);
    border-color: rgba(30, 42, 94, 0.22);
    color: #1E2A5E !important;
    transform: scale(1.03);
  }
}
.xoo-wsch-close:focus-visible {
  outline: 2px solid #1E2A5E;
  outline-offset: 2px;
}

.xoo-wsch-close.xoo-wsc-icon-del1 {
  font-size: 14px !important;
  line-height: 1;
}

span.xoo-wsc-pname,
span.xoo-wsc-pname a {
  font-family: "Poppins", sans-serif !important;
  color: #1E2A5E !important;
  font-size: 18px;
  font-weight: 500;
}

.xoo-wsc-sm-info,
.xoo-wsc-ft-amt,
.xoo-wsc-empty-cart {
  color: #4A5565 !important;
}

span.xoo-wsc-ft-amt-label {
  font-weight: 500;
}

.xoo-wsc-pprice {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  color: #1E2A5E !important;
  margin-top: 4px;
}

.xoo-wsc-pprice .subscription-details {
  display: block;
  width: 100%;
  flex: 0 0 100%;
  margin-top: 4px;
  color: rgba(74, 85, 101, 0.8) !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.4;
}

.xoo-wsc-pprice .woocommerce-Price-amount {
  display: block;
  flex: 0 0 100%;
  margin-top: 4px;
}

.xoo-wsc-qty-box {
  display: flex !important;
  align-items: stretch !important;
  justify-content: center;
  border: 1px solid #E5E7EB !important;
  border-radius: 8px !important;
  overflow: hidden;
  background: #fff !important;
  box-sizing: border-box;
  vertical-align: middle;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square {
  border: 1px solid #E5E7EB !important;
  max-width: 110px;
  width: 110px;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square .xoo-wsc-chng {
  flex: 0 0 32px;
  width: 32px !important;
  min-width: 32px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1E2A5E !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: 0 !important;
  overflow: visible;
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  visibility: visible !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square .xoo-wsc-minus {
  border-right: 1px solid #E5E7EB;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square .xoo-wsc-plus {
  border-left: 1px solid #E5E7EB;
}

input[type=number].xoo-wsc-qty,
.xoo-wsc-qty-box.xoo-wsc-qtb-square {
  border-width: 1px;
  border-style: solid;
}

input[type=number].xoo-wsc-qty {
  flex: 1 1 auto;
  width: 0 !important;
  min-width: 0;
  height: 36px !important;
  padding: 0 6px !important;
  border: 0 !important;
  background: #fff !important;
  color: #1E2A5E !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: center;
  line-height: 36px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}

input[type=number].xoo-wsc-qty:focus {
  outline: none;
  background: rgba(253, 185, 19, 0.15) !important;
}

@media (hover: hover) and (min-width: 769px) {
  .xoo-wsc-qty-box.xoo-wsc-qtb-square .xoo-wsc-chng:hover {
    background: rgba(30, 42, 94, 0.08);
    color: #1E2A5E !important;
  }
}
.xoo-wsc-qty-price,
.xoo-wsc-qty-box-cont {
  display: flex;
  align-items: center;
}

.xoo-wsc-qty-box-cont {
  margin-top: 2px;
  justify-content: flex-start;
}

.xoo-wsc-sm-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.xoo-wsc-sm-left {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 8px;
  align-items: start;
  width: 100%;
  min-width: 0;
}

.xoo-wsc-sm-left .xoo-wsc-pname {
  margin: 0;
  line-height: 1.3;
}

.xoo-wsc-sm-left .xoo-wsc-priceBox {
  display: block !important;
  width: 100%;
}

.xoo-wsc-sm-left .xoo-wsc-qty-box {
  justify-self: start;
  margin-top: 4px;
}

span.xoo-wsc-smr-ptotal,
.xoo-wsc-ft-amt-total .xoo-wsc-ft-amt-value {
  font-family: "Poppins", sans-serif !important;
  color: #1E2A5E !important;
}

a.xoo-wsc-ft-btn,
.xoo-wsc-markup .xoo-wsc-btn {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: 1.2 !important;
  color: #1E2A5E !important;
}

.xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue {
  width: 100% !important;
  grid-column: 1/-1;
  justify-content: center;
  background: #fff !important;
  border: 2px solid #1E2A5E !important;
  color: #1E2A5E !important;
}
.xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue > span,
.xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue > i,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue > span,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue > i {
  color: #1E2A5E !important;
}
@media (hover: hover) and (min-width: 769px) {
  .xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue:hover,
  .xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue:hover {
    background: rgba(30, 42, 94, 0.06) !important;
    border-color: #1E2A5E !important;
  }
}
.xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue:focus-visible,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-continue:focus-visible {
  outline: 3px solid #1E2A5E !important;
  outline-offset: 3px;
}

.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-checkout {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #FDB913 !important;
  color: #1E2A5E !important;
}
.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout > span,
.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout > i,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-checkout > span,
.xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-checkout > i {
  color: #1E2A5E !important;
}

.xoo-wsc-footer-txt {
  font-size: 14px !important;
  line-height: 1.4 !important;
}

@media (hover: hover) and (min-width: 769px) {
  .xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout:hover,
  .xoo-wsc-markup .xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #db9c02 !important;
  }
}
/* Hide sidecart "View cart" button, keep checkout visible */
.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-cart,
.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-view_cart {
  display: none !important;
}

.xoo-wsc-smr-price,
.xoo-wsc-ft-amt-value,
.xoo-wsc-ft-amt-value .woocommerce-Price-amount,
.xoo-wsc-ft-amt-value .amount,
.xoo-wsc-product .woocommerce-Price-amount,
.xoo-wsc-product .amount,
.xoo-wsc-pprice .woocommerce-Price-amount,
.xoo-wsc-pprice .amount {
  color: #1E2A5E !important;
  font-family: "Poppins", sans-serif !important;
  line-height: 1.2;
}

.xoo-wsc-product .amount,
.xoo-wsc-ft-amt-value .amount,
.xoo-wsc-pprice .amount {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.xoo-wsc-product .amount .woocommerce-Price-currencySymbol,
.xoo-wsc-ft-amt-value .amount .woocommerce-Price-currencySymbol,
.xoo-wsc-pprice .amount .woocommerce-Price-currencySymbol {
  font-size: 14px !important;
  vertical-align: baseline;
}

.xoo-wsc-product del,
.xoo-wsc-ft-amt-value del,
.xoo-wsc-pprice del {
  opacity: 0.65;
  text-decoration-color: rgba(74, 85, 101, 0.6);
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: auto;
}

.xoo-wsc-product del .amount,
.xoo-wsc-ft-amt-value del .amount,
.xoo-wsc-pprice del .amount {
  color: rgba(74, 85, 101, 0.85) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.xoo-wsc-product ins,
.xoo-wsc-ft-amt-value ins,
.xoo-wsc-pprice ins {
  text-decoration: none;
  background: transparent;
}

.xoo-wsc-product ins .amount,
.xoo-wsc-ft-amt-value ins .amount,
.xoo-wsc-pprice ins .amount {
  color: #1E2A5E !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.xoo-wsc-basket {
  background: #FDB913 !important;
  color: #1E2A5E !important;
}

.xoo-wscb-count {
  background: #7c85b8 !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif !important;
}

.xoo-wsch-bki img,
span.xoo-wsch-bki img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}