@charset "UTF-8";
/*!
Theme Name: SalesCRM
Theme URI: http://salescrm.pl
Description: ...
Version: 2.0
Author: Imker
Author URI: http://imker.pl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/
/*===================================
=            Mobile menu            =
===================================*/
/*=====  End of Mobile menu  ======*/
/*===================================
=            Reset style            =
===================================*/
* {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body {
  min-height: 100vh;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #333333;
  position: relative;
}

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

audio,
canvas,
video {
  display: inline-block;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

a,
ins,
del {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

q:after,
q:before {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: 0;
}

blockquote,
q {
  quotes: "" "";
}

.clear {
  clear: both;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #423380;
  text-wrap: balance;
  line-height: 1.2;
}

h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: calc(24px + 8 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: calc(23px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h3 {
    font-size: 27px;
  }
}

h4 {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: calc(21px + 3 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: calc(18px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: calc(16px + 3 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h6 {
    font-size: 19px;
  }
}

/* Anchors */
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* Lists */
ul {
  list-style: outside disc;
}

ol {
  list-style: outside decimal;
}

/* Quotes */
blockquote {
  font-style: italic;
}

::-moz-selection {
  background: #da2343;
  color: #ffffff;
}

::selection {
  background: #da2343;
  color: #ffffff;
}

::-moz-selection {
  background: #da2343;
  color: #ffffff;
}

::-webkit-selection {
  background: #da2343;
  color: #ffffff;
}

::-webkit-input-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

/* For modern browsers - clearfix for floating elements */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*
Box sizing - http://css-tricks.com/box-sizing/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
a:focus-visible,
button:focus-visible {
  outline: 2px solid blue;
  outline-offset: 2px;
}

/*-----  End of Reset style  ------*/
a:focus-visible,
input:focus-visible,
button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

/*
Box sizing - http://css-tricks.com/box-sizing/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/*-----  End of Reset style  ------*/
.breadcrumb {
  display: block;
  font-size: 11px;
  color: inherit;
  padding-top: 8px;
  padding-bottom: 24px;
}
.breadcrumb a {
  color: inherit;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .breadcrumb {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 8px;
    margin-bottom: 8px;
    margin-top: 2px;
  }
}

body.home .breadcrumb,
body.woocommerce-account .breadcrumb,
body.woocommerce-checkout .breadcrumb {
  display: none;
}

/*================================================
=            Default styles - buttons            =
================================================*/
.button-wrap,
.buttons-wrap,
.add-to-cart-wrap,
.product-add-to-cart-external,
.product-unavailable-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.button-wrap.center,
.buttons-wrap.center,
.add-to-cart-wrap.center,
.product-add-to-cart-external.center,
.product-unavailable-wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-wrap a,
.button-wrap .product-add-to-cart,
.button-wrap .product-unavailable,
.buttons-wrap a,
.buttons-wrap .product-add-to-cart,
.buttons-wrap .product-unavailable,
.add-to-cart-wrap a,
.add-to-cart-wrap .product-add-to-cart,
.add-to-cart-wrap .product-unavailable,
.product-add-to-cart-external a,
.product-add-to-cart-external .product-add-to-cart,
.product-add-to-cart-external .product-unavailable,
.product-unavailable-wrap a,
.product-unavailable-wrap .product-add-to-cart,
.product-unavailable-wrap .product-unavailable {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0 solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 56px;
  padding: 12px 32px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  border-radius: var(--border-radius);
  color: #fff;
  background: #d06b94;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button-wrap a:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable),
.button-wrap .product-add-to-cart:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable),
.button-wrap .product-unavailable:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable),
.buttons-wrap a:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable),
.buttons-wrap .product-add-to-cart:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable),
.buttons-wrap .product-unavailable:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable),
.add-to-cart-wrap a:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable),
.add-to-cart-wrap .product-add-to-cart:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable),
.add-to-cart-wrap .product-unavailable:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable),
.product-add-to-cart-external a:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable),
.product-add-to-cart-external .product-add-to-cart:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable),
.product-add-to-cart-external .product-unavailable:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable),
.product-unavailable-wrap a:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable),
.product-unavailable-wrap .product-add-to-cart:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable),
.product-unavailable-wrap .product-unavailable:hover:not(:disabled):not(.product-unavailable):not(.secondary):not(.disable) {
  background: #D14E67;
  color: var(--button-text-hover);
}
.button-wrap a.secondary,
.button-wrap .product-add-to-cart.secondary,
.button-wrap .product-unavailable.secondary,
.buttons-wrap a.secondary,
.buttons-wrap .product-add-to-cart.secondary,
.buttons-wrap .product-unavailable.secondary,
.add-to-cart-wrap a.secondary,
.add-to-cart-wrap .product-add-to-cart.secondary,
.add-to-cart-wrap .product-unavailable.secondary,
.product-add-to-cart-external a.secondary,
.product-add-to-cart-external .product-add-to-cart.secondary,
.product-add-to-cart-external .product-unavailable.secondary,
.product-unavailable-wrap a.secondary,
.product-unavailable-wrap .product-add-to-cart.secondary,
.product-unavailable-wrap .product-unavailable.secondary {
  background: #fff;
  color: var(--button-sec-text);
  border: 2px solid var(--button-sec-bg);
}
.button-wrap a.secondary:hover,
.button-wrap .product-add-to-cart.secondary:hover,
.button-wrap .product-unavailable.secondary:hover,
.buttons-wrap a.secondary:hover,
.buttons-wrap .product-add-to-cart.secondary:hover,
.buttons-wrap .product-unavailable.secondary:hover,
.add-to-cart-wrap a.secondary:hover,
.add-to-cart-wrap .product-add-to-cart.secondary:hover,
.add-to-cart-wrap .product-unavailable.secondary:hover,
.product-add-to-cart-external a.secondary:hover,
.product-add-to-cart-external .product-add-to-cart.secondary:hover,
.product-add-to-cart-external .product-unavailable.secondary:hover,
.product-unavailable-wrap a.secondary:hover,
.product-unavailable-wrap .product-add-to-cart.secondary:hover,
.product-unavailable-wrap .product-unavailable.secondary:hover {
  color: var(--button-sec-text-hover);
  background: var(--button-sec-bg-hover);
  border-color: var(--button-sec-bg-hover);
}
.button-wrap a.disable,
.button-wrap .product-add-to-cart.disable,
.button-wrap .product-unavailable.disable,
.buttons-wrap a.disable,
.buttons-wrap .product-add-to-cart.disable,
.buttons-wrap .product-unavailable.disable,
.add-to-cart-wrap a.disable,
.add-to-cart-wrap .product-add-to-cart.disable,
.add-to-cart-wrap .product-unavailable.disable,
.product-add-to-cart-external a.disable,
.product-add-to-cart-external .product-add-to-cart.disable,
.product-add-to-cart-external .product-unavailable.disable,
.product-unavailable-wrap a.disable,
.product-unavailable-wrap .product-add-to-cart.disable,
.product-unavailable-wrap .product-unavailable.disable {
  background: #e1e1e1;
  color: #333;
  cursor: not-allowed;
}
.button-wrap a.disable:hover,
.button-wrap .product-add-to-cart.disable:hover,
.button-wrap .product-unavailable.disable:hover,
.buttons-wrap a.disable:hover,
.buttons-wrap .product-add-to-cart.disable:hover,
.buttons-wrap .product-unavailable.disable:hover,
.add-to-cart-wrap a.disable:hover,
.add-to-cart-wrap .product-add-to-cart.disable:hover,
.add-to-cart-wrap .product-unavailable.disable:hover,
.product-add-to-cart-external a.disable:hover,
.product-add-to-cart-external .product-add-to-cart.disable:hover,
.product-add-to-cart-external .product-unavailable.disable:hover,
.product-unavailable-wrap a.disable:hover,
.product-unavailable-wrap .product-add-to-cart.disable:hover,
.product-unavailable-wrap .product-unavailable.disable:hover {
  background: #e1e1e1;
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 768px) {
  .button-wrap a,
  .button-wrap .product-add-to-cart,
  .button-wrap .product-unavailable,
  .buttons-wrap a,
  .buttons-wrap .product-add-to-cart,
  .buttons-wrap .product-unavailable,
  .add-to-cart-wrap a,
  .add-to-cart-wrap .product-add-to-cart,
  .add-to-cart-wrap .product-unavailable,
  .product-add-to-cart-external a,
  .product-add-to-cart-external .product-add-to-cart,
  .product-add-to-cart-external .product-unavailable,
  .product-unavailable-wrap a,
  .product-unavailable-wrap .product-add-to-cart,
  .product-unavailable-wrap .product-unavailable {
    font-size: 14px;
    min-height: 52px;
  }
}

.product-grid-item .add-to-cart-wrap .product-add-to-cart {
  height: 44px;
  min-height: 44px;
  font-size: 13px;
  padding: 4px 16px;
}

#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}

#cc-main :after,
#cc-main :before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main input,
#cc-main p,
#cc-main span {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cc-main .pm__badge,
#cc-main button {
  all: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main .pm__badge,
#cc-main a,
#cc-main button,
#cc-main input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}

#cc-main table,
#cc-main tbody,
#cc-main td,
#cc-main th,
#cc-main thead,
#cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --cc-font-family: $base-font-family, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --cc-modal-border-radius: .2rem;
  --cc-btn-border-radius: .125rem;
  --cc-modal-transition-duration: .25s;
  --cc-link-color: var(--cc-btn-primary-bg);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
  --cc-bg: #fff;
  --cc-primary-color: #000;
  --cc-secondary-color: #333;
  --cc-btn-primary-bg: #0BBF59;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #1F8C4E;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;
  --cc-btn-secondary-hover-border-color: #d4dae0;
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
  --cc-pm-toggle-border-radius: 4em ;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main .cm__title,
#cc-main a,
#cc-main b,
#cc-main em,
#cc-main strong {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main .cc__link,
#cc-main a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  -webkit-transition: background-size 0.25s, color 0.25s ease;
  transition: background-size 0.25s, color 0.25s ease;
}

#cc-main .cc__link:hover,
#cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main .cm__desc,
#cc-main .pm__body {
  -ms-scroll-chaining: auto contain;
      overscroll-behavior: auto contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar,
  #cc-main ::-webkit-scrollbar-thumb,
  #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent,
html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration: 0s ;
  }
}
.cc--darkmode {
  --cc-bg: #161a1c;
  --cc-primary-color: #ebf3f6;
  --cc-secondary-color: #aebbc5;
  --cc-btn-primary-bg: #c2d0e0;
  --cc-btn-primary-color: var(--cc-bg);
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #98a7b6;
  --cc-btn-primary-hover-color: #000;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #353d43;
  --cc-btn-secondary-hover-color: #fff;
  --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color: #222a30;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #525f6b;
  --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg: #343e45;
  --cc-toggle-readonly-knob-bg: #5f6b72;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: #1e2428;
  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #232a2f;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: #0c0e0f;
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #060809 ;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  -webkit-box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
          box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 24em;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  -webkit-transform: translateY(1.6em);
          transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1.6em));
          transform: translateY(calc(-50% + 1.6em));
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

#cc-main .cm__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#cc-main .cm__btns,
#cc-main .cm__links {
  padding: 1em 1.3em;
  width: unset;
}

#cc-main .cm__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0 0;
}

#cc-main .cm__desc,
#cc-main .cm__title {
  padding: 0 1.3em;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: 0.9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}

#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cc-main .cm__btn-group {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn + .cm__btn,
#cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}

#cc-main .cm--flip .cm__btn + .cm__btn,
#cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}

#cc-main .cm--wide .cm__btn + .cm__btn,
#cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn,
#cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,
#cc-main .cm--wide .cm__btn-group--uneven {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,
#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  padding: 0.5em 1em;
  text-align: center;
}

#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: stroke 0.15s ease;
  transition: stroke 0.15s ease;
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 2em;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}

#cc-main .cm__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}

#cc-main .cm__link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3em;
}

#cc-main .cm--flip .cm__btn:last-child {
  -ms-grid-row: 1;
  grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  -ms-grid-column: 1;
  grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  -ms-grid-column: 1;
  grid-column: 1;
}

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}

#cc-main .cm--cloud .cm__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group,
#cc-main .cm--cloud.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration: .35s ;
}

#cc-main .cm--bar.cm--top {
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#cc-main .cm--bar .cm__body,
#cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  -ms-grid-column: 1;
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cc--anim .cm,
#cc-main .cc--anim.cm-wrapper:before {
  -webkit-transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__btn,
#cc-main .cc--anim .cm__close {
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible !important;
}

.show--consent #cc-main .cc--anim .cm--middle {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3em;
}

@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin: .5em ;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__btns,
  #cc-main .cm__desc,
  #cc-main .cm__links,
  #cc-main .cm__title {
    padding-left: 1.1em !important;
    padding-right: 1.1em !important;
  }
  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn,
  #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn,
  #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
  #cc-main .cm__link-group {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group,
  #cc-main .cm--flip .cm__btns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  -webkit-box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
          box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  margin-right: 2em;
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: 40px;
}

#cc-main .pm__close-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: stroke 0.15s ease;
  transition: stroke 0.15s ease;
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

#cc-main .pm__section,
#cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5em;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg) ;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  -webkit-transform: scale(0.5) rotate(180deg);
          transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

#cc-main .pm__section-title-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}

#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 600;
}

#cc-main .pm__badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}

#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 50px;
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}

#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}

#cc-main .toggle-service .section__toggle,
#cc-main .toggle-service .toggle__icon,
#cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  -webkit-transform: translateX(23px);
          transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  -webkit-box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
          box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
  width: 23px;
}

#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  width: 100%;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  -webkit-transform: scale(0.55) rotate(-45deg);
          transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  -webkit-transform: translateX(27px);
          transform: translateX(27px);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  -webkit-box-shadow: none;
          box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.9em;
}

#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .pm__service {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  width: 100%;
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}

#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}

#cc-main .pm__section-desc {
  line-height: 1.5em;
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption,
#cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

#cc-main .pm__table-tr {
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption,
#cc-main .pm__table-td,
#cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}

#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn,
#cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: 0.5em 1.5em;
  text-align: center;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1.6em));
          transform: translateY(calc(-50% + 1.6em));
}

#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration: .35s ;
}

#cc-main .pm--bar .pm__section-table,
#cc-main .pm--bar .pm__table-body,
#cc-main .pm--bar .pm__table-td,
#cc-main .pm--bar .pm__table-th,
#cc-main .pm--bar .pm__table-tr {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}

#cc-main .pm--bar .pm__table-td > div {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body,
#cc-main .pm--bar:not(.pm--wide) .pm__footer,
#cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide) .pm__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body,
#cc-main .pm--bar.pm--wide .pm__footer,
#cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,
#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
  -webkit-transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  -webkit-transform-origin: left;
          transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  -webkit-transform: translateX(27px);
          transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  -webkit-transform: translateX(23px);
          transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-td,
#cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    -webkit-transform: translateY(1.6em);
            transform: translateY(1.6em);
  }
  #cc-main .pm__body,
  #cc-main .pm__footer,
  #cc-main .pm__header {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table,
  #cc-main .pm__table-body,
  #cc-main .pm__table-caption,
  #cc-main .pm__table-td,
  #cc-main .pm__table-th,
  #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .pm__table-td > div {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  #cc-main .pm__btn-group,
  #cc-main .pm__footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn,
  #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn,
  #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .pm--flip .pm__btn-group,
  #cc-main .pm--flip .pm__footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
@font-face {
  font-family: "lg";
  src: url("fonts/lg.woff2?io9a6k") format("woff2"), url("fonts/lg.ttf?io9a6k") format("truetype"), url("fonts/lg.woff?io9a6k") format("woff"), url("fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  transition: -webkit-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.top-highlight-info {
  display: block;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  background: var(--top-highlight-bck);
  color: var(--top-highlight-color);
}
.top-highlight-info a {
  color: var(--top-highlight-link);
}
.top-highlight-info a:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .top-fixed-wrapper {
    display: block;
  }
  .top-fixed-wrapper .top-info {
    height: 40px;
    background: #423380;
    color: #fff;
  }
  .top-fixed-wrapper .top-info .container-flex {
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top-fixed-wrapper .top-info .left {
    font-size: 13px;
  }
  .top-fixed-wrapper .top-info .left ul {
    margin-right: 16px;
  }
  .top-fixed-wrapper .top-info .left ul li:not(:last-child) {
    padding-right: 29px;
    margin-right: 24px;
    position: relative;
  }
  .top-fixed-wrapper .top-info .left ul li:not(:last-child):after {
    display: block;
    width: 5px;
    height: 5px;
    background: var(--top-info-color);
    border-radius: 50%;
    overflow: hidden;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
  }
  .top-fixed-wrapper .top-info ul {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-fixed-wrapper .top-info .social {
    display: none;
    height: 24px;
    gap: 24px;
    margin-right: 0;
    margin-left: auto;
  }
  .top-fixed-wrapper .top-info .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    color: #fff;
  }
  .top-fixed-wrapper .top-info .social a svg {
    height: 16px;
    vertical-align: top;
  }
  .top-fixed-wrapper .top-info .social a:hover svg {
    fill: var(--top-info-icons-hover);
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .top-fixed-wrapper .container-flex,
  .top-fixed-wrapper .container {
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .top-fixed-wrapper .logo-row {
    height: 80px;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px 6px 0 0;
  }
  .top-fixed-wrapper .logo-row .left-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .top-fixed-wrapper .logo-row .center-side {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top-fixed-wrapper .logo-row .right-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .top-fixed-wrapper .logo-row .left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .top-fixed-wrapper .logo-row .center-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .top-fixed-wrapper .logo-row .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    gap: 0 32px;
  }
  .top-fixed-wrapper .logo-row .container-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    gap: 0 40px;
  }
  .top-fixed-wrapper .logo-row .space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-fixed-wrapper .logo-row .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
  }
  .top-fixed-wrapper .logo-row .logo a,
  .top-fixed-wrapper .logo-row .logo img {
    height: 48px;
    width: auto;
  }
  .top-fixed-wrapper .logo-row .nav-toggle {
    display: none;
  }
  .top-fixed-wrapper .logo-row .back-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 12px;
    font-size: 15px;
  }
  .top-fixed-wrapper .logo-row .back-link svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
  }
  .top-fixed-wrapper .logo-row .wishlist-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 12px;
    font-size: 13px;
    line-height: 1.2;
    color: var(--top-checkout);
    position: relative;
  }
  .top-fixed-wrapper .logo-row .wishlist-link em {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 13px;
    height: 13px;
    background: var(--top-checkout);
    color: var(--top-bg);
    border: 3px solid var(--top-bg);
    border-radius: 50%;
    font-size: 8px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    top: -10px;
    left: 25px;
    font-style: normal;
  }
  .top-fixed-wrapper .logo-row .wishlist-link svg {
    vertical-align: top;
    width: 32px;
    height: 32px;
    fill: currentColor;
  }
  .top-fixed-wrapper .logo-row .wishlist-link:hover {
    color: var(--top-checkout-hover);
  }
  .top-fixed-wrapper .logo-row .wishlist-link:hover svg {
    fill: var(--top-checkout-hover);
  }
  .top-fixed-wrapper .logo-row .checkout-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 12px;
    font-size: 17px;
    position: relative;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    color: #423380;
  }
  .top-fixed-wrapper .logo-row .checkout-link svg {
    vertical-align: top;
    width: 32px;
    height: 32px;
    fill: currentColor;
  }
  .top-fixed-wrapper .logo-row .checkout-link strong {
    font-weight: bold;
  }
  .top-fixed-wrapper .logo-row .checkout-link em {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 13px;
    height: 13px;
    background-color: #d06b94;
    color: #fff;
    border-radius: 50%;
    font-size: 8px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    top: -10px;
    left: 25px;
    font-style: normal;
  }
  .top-fixed-wrapper .logo-row .checkout-link:hover {
    color: #d06b94;
  }
  .top-fixed-wrapper .main-menu-wrap {
    display: block;
    height: 56px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
  }
  .top-fixed-wrapper .main-menu-wrap .container-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-fixed-wrapper .main-menu-wrap .menu-close {
    display: none;
  }
  .top-fixed-wrapper .main-menu-wrap ul {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu {
    gap: 0 56px;
    height: 56px;
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu > li > a {
    color: #423380;
    position: relative;
    white-space: nowrap;
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu > li > a:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #423380;
    top: calc(100% + 3px);
    left: 0;
    pointer-events: none;
    content: "";
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu > li > a:hover {
    color: #d06b94;
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu > li > a:hover:before {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu ul {
    position: absolute;
    z-index: 100;
    display: none;
    background: var(--sub-menu-bck);
    padding: 4px;
    border-radius: 4px;
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu > li > ul {
    top: 100%;
    left: 0;
    background: var(--sub-menu-bck);
    -webkit-box-shadow: 0.7px 0.7px 2.8px rgba(0, 0, 0, 0.017), 1.6px 1.6px 6.7px rgba(0, 0, 0, 0.024), 3px 3px 12.6px rgba(0, 0, 0, 0.03), 5.4px 5.4px 22.6px rgba(0, 0, 0, 0.036), 10px 10px 42.2px rgba(0, 0, 0, 0.043), 24px 24px 101px rgba(0, 0, 0, 0.06);
            box-shadow: 0.7px 0.7px 2.8px rgba(0, 0, 0, 0.017), 1.6px 1.6px 6.7px rgba(0, 0, 0, 0.024), 3px 3px 12.6px rgba(0, 0, 0, 0.03), 5.4px 5.4px 22.6px rgba(0, 0, 0, 0.036), 10px 10px 42.2px rgba(0, 0, 0, 0.043), 24px 24px 101px rgba(0, 0, 0, 0.06);
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu > li > ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    white-space: nowrap;
    color: var(--sub-menu-color);
    background: var(--sub-menu-bg);
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu > li > ul a:hover {
    color: var(--sub-menu-color-hover);
    background: var(--sub-menu-bg-hover);
    border-radius: 4px;
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu > li > ul ul {
    left: 100%;
    top: 0;
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu > li.menu-item-has-children > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 12px;
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu > li.menu-item-has-children > a svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu > li.menu-item-has-children:hover > a,
  .top-fixed-wrapper .main-menu-wrap .main-menu > li.menu-item-has-children > a:hover {
    color: var(--main-menu-color-hover);
    background-color: var(--main-menu-bg-hover);
  }
  .top-fixed-wrapper .main-menu-wrap .main-menu li:hover > ul {
    display: block;
  }
  .top-fixed-wrapper .main-menu-wrap .different-bg .main-menu {
    gap: 0 24px;
  }
  .top-fixed-wrapper .main-menu-wrap .different-bg .main-menu > li > a {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .top-fixed-wrapper {
    display: block;
  }
  .top-fixed-wrapper .top-info {
    height: 36px;
    background: #423380;
    color: #fff;
  }
  .top-fixed-wrapper .top-info .container-flex {
    height: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top-fixed-wrapper .top-info .left ul {
    font-size: 13px;
    margin-right: 16px;
  }
  .top-fixed-wrapper .top-info .left ul li:not(:last-child) {
    padding-right: 29px;
    margin-right: 24px;
    position: relative;
  }
  .top-fixed-wrapper .top-info .left ul li:not(:last-child):after {
    display: block;
    width: 5px;
    height: 5px;
    background: var(--top-info-color);
    border-radius: 50%;
    overflow: hidden;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
  }
  .top-fixed-wrapper .top-info ul {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-fixed-wrapper .top-info .social {
    display: none;
    height: 18px;
    gap: 20px;
    margin-right: 0;
    margin-left: auto;
  }
  .top-fixed-wrapper .top-info .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 18px;
    height: 18px;
  }
  .top-fixed-wrapper .top-info .social a svg {
    height: 18px;
    width: 18px;
    display: inline-block;
    fill: var(--top-info-icons);
    vertical-align: top;
  }
  .top-fixed-wrapper .top-info .social a:hover svg {
    fill: var(--top-info-icons-hover);
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .top-fixed-wrapper .top-info .container-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-fixed-wrapper .top-info .left {
    display: none;
  }
  .top-fixed-wrapper .top-info .social {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1024px) {
  .top-fixed-wrapper .container-flex,
  .top-fixed-wrapper .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .top-fixed-wrapper .logo-row {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .top-fixed-wrapper .logo-row .left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top-fixed-wrapper .logo-row .center-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .top-fixed-wrapper .logo-row .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: auto;
    gap: 0 24px;
  }
  .top-fixed-wrapper .logo-row .container-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    gap: 16px 0;
  }
  .top-fixed-wrapper .logo-row.simple-top .container-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-fixed-wrapper .logo-row .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 32px;
  }
  .top-fixed-wrapper .logo-row .logo a,
  .top-fixed-wrapper .logo-row .logo img {
    height: 32px;
    width: auto;
  }
  .top-fixed-wrapper .logo-row .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 46px;
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 16px;
    background: #d06b94;
    color: var(--button-text);
  }
  .top-fixed-wrapper .logo-row .nav-toggle svg {
    width: 20px;
    fill: var(--button-text);
  }
  .top-fixed-wrapper .logo-row .nav-toggle span {
    margin-left: 12px;
  }
  .top-fixed-wrapper .logo-row .search-form-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content 20px 1fr;
    -ms-grid-columns: min-content 20px 1fr;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    width: 100%;
    grid-gap: 0 20px;
    padding: 0;
  }
  .top-fixed-wrapper .logo-row .back-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 12px;
    font-size: 15px;
    color: var(--top-checkout-link);
  }
  .top-fixed-wrapper .logo-row .back-link svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
  }
  .top-fixed-wrapper .logo-row .back-link:hover {
    color: var(--top-checkout-link-hover);
  }
  .top-fixed-wrapper .logo-row .wishlist-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 6px;
    font-size: 17px;
    color: #d06b94;
    position: relative;
  }
  .top-fixed-wrapper .logo-row .wishlist-link span {
    display: none;
  }
  .top-fixed-wrapper .logo-row .wishlist-link em {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 13px;
    height: 13px;
    background: var(--top-checkout);
    color: var(--top-bg);
    border: 4px solid var(--top-bg);
    border-radius: 50%;
    font-size: 8px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    top: -8px;
    left: 25px;
    font-style: normal;
  }
  .top-fixed-wrapper .logo-row .wishlist-link svg {
    vertical-align: top;
    width: 32px;
    height: 32px;
    fill: currentColor;
    margin-right: 4px;
  }
  .top-fixed-wrapper .logo-row .wishlist-link:hover {
    color: var(--top-checkout-hover);
  }
  .top-fixed-wrapper .logo-row .wishlist-link:hover svg {
    fill: var(--top-checkout-hover);
  }
  .top-fixed-wrapper .logo-row .checkout-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 6px;
    font-size: 18px;
    color: #d06b94;
    position: relative;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
  }
  .top-fixed-wrapper .logo-row .checkout-link em {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 13px;
    height: 13px;
    color: #fff;
    background: #d06b94;
    border-radius: 50%;
    font-size: 8px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    top: -8px;
    left: 25px;
    font-style: normal;
  }
  .top-fixed-wrapper .logo-row .checkout-link svg {
    vertical-align: top;
    width: 32px;
    height: 32px;
    fill: currentColor;
    margin-right: 4px;
  }
  .top-fixed-wrapper .logo-row .checkout-link strong {
    display: none;
  }
  .top-fixed-wrapper .logo-row .checkout-link:hover {
    color: var(--top-checkout-hover);
  }
  .top-fixed-wrapper .logo-row .checkout-link:hover svg {
    fill: var(--top-checkout-hover);
  }
  .top-fixed-wrapper .main-menu-wrap {
    display: none;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .top-fixed-wrapper .logo-row .nav-toggle {
    height: 42px;
  }
}
@media (max-width: 1024px) and (max-width: 550px) {
  .top-fixed-wrapper .logo-row .back-link {
    font-size: 13px;
  }
  .top-fixed-wrapper .logo-row .search-form-wrap {
    grid-gap: 0 16px;
  }
  .top-fixed-wrapper .logo-row .wishlist-link em,
  .top-fixed-wrapper .logo-row .checkout-link em {
    top: -6px;
    left: 20px;
  }
  .top-fixed-wrapper .logo-row .wishlist-link svg,
  .top-fixed-wrapper .logo-row .checkout-link svg {
    width: 28px;
    height: 28px;
  }
}
.top-fixed-wrapper .search-form-wrap {
  width: 100%;
  max-width: 500px;
}
.top-fixed-wrapper .searchform {
  --size: 56px;
  max-width: 500px;
  position: relative;
  height: var(--size);
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-fixed-wrapper .searchform input {
  width: 100%;
  font-size: 15px;
  border: none;
  margin: 0;
  padding: 0 12px;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: 0;
  min-height: var(--size);
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
          box-shadow: inset 0 0 0 1px #e1e1e1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-fixed-wrapper .searchform input::-webkit-input-placeholder {
  color: #888;
}
.top-fixed-wrapper .searchform input::-moz-placeholder {
  color: #888;
}
.top-fixed-wrapper .searchform input:-ms-input-placeholder {
  color: #888;
}
.top-fixed-wrapper .searchform input:focus {
  -webkit-box-shadow: inset 0 0 0 2px #423380, 0 0 0 4px rgba(66, 51, 128, 0.08);
          box-shadow: inset 0 0 0 2px #423380, 0 0 0 4px rgba(66, 51, 128, 0.08);
  outline: 0;
}
.top-fixed-wrapper .searchform button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--size);
  height: var(--size);
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 3px;
  color: #423380;
}
.top-fixed-wrapper .searchform button svg {
  fill: currentColor;
  width: calc(var(--size) / 2);
}
.top-fixed-wrapper .searchform button:hover {
  color: #d06b94;
}
@media (max-width: 1024px) {
  .top-fixed-wrapper .searchform {
    --size: 46px;
    -ms-grid-columns: 1fr 46px;
    grid-template-columns: 1fr 46px;
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .top-fixed-wrapper .searchform {
    --size: 42px;
    -ms-grid-columns: 1fr 42px;
    grid-template-columns: 1fr 42px;
    min-width: 100%;
  }
}

@font-face {
  font-display: swap;
}
:root {
  --shadow-xs: 0 0.1px 0.3px rgba(0, 0, 0, 0.06),0 1px 2px rgba(0, 0, 0, 0.12);
  --shadow-sm: 0 0.3px 0.4px rgba(0, 0, 0, 0.025),0 0.9px 1.5px rgba(0, 0, 0, 0.05),0 3.5px 6px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 0.9px 1.5px rgba(0, 0, 0, 0.03),0 3.1px 5.5px rgba(0, 0, 0, 0.08),0 14px 25px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 1.2px 1.9px -1px rgba(0, 0, 0, 0.014),0 3.3px 5.3px -1px rgba(0, 0, 0, 0.038),0 8.5px 12.7px -1px rgba(0, 0, 0, 0.085),0 30px 42px -1px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 1.5px 2.1px -6px rgba(0, 0, 0, 0.012),0 3.6px 5.2px -6px rgba(0, 0, 0, 0.035),0 7.3px 10.6px -6px rgba(0, 0, 0, 0.07),0 16.2px 21.9px -6px rgba(0, 0, 0, 0.117),0 46px 60px -6px rgba(0, 0, 0, 0.2);
  --padding-right: 0;
  --padding-left: 0;
  --yellow-300: var(--wp--preset--color--yellow-300);
  --orange-600: var(--wp--preset--color--orange-600);
  --orange-800: var(--wp--preset--color--orange-800);
  --red-700: var(--wp--preset--color--red-700);
  --red-800: var(--wp--preset--color--red-800);
  --green-600: var(--wp--preset--color--green-600);
  --green-800: var(--wp--preset--color--green-800);
  --teal-600: var(--wp--preset--color--teal-600);
  --teal-800: var(--wp--preset--color--teal-800);
  --blue-100: var(--wp--preset--color--blue-100);
  --blue-500: var(--wp--preset--color--blue-500);
  --blue-600: var(--wp--preset--color--blue-600);
  --blue-800: var(--wp--preset--color--blue-800);
  --indigo-600: var(--wp--preset--color--indigo-600);
  --indigo-800: var(--wp--preset--color--indigo-800);
  --extra-padding: 16px;
}
@media (max-width: 1480px) {
  :root {
    --padding-right: var(--wp--preset--spacing--large);
    --padding-left: var(--wp--preset--spacing--large);
  }
}
@media (max-width: 1280px) {
  :root {
    --padding-right: var(--wp--preset--spacing--medium);
    --padding-left: var(--wp--preset--spacing--medium);
    --extra-padding: 8px;
  }
}
@media (max-width: 768px) {
  :root {
    --padding-right: var(--wp--preset--spacing--small);
    --padding-left: var(--wp--preset--spacing--small);
  }
}

.container,
.container-flex {
  display: block;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
}
@media (max-width: 1480px) {
  .container,
  .container-flex {
    max-width: 1180px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1280px) {
  .container,
  .container-flex {
    max-width: 100%;
    padding-left: calc(var(--padding-left) + var(--extra-padding));
    padding-right: calc(var(--padding-right) + var(--extra-padding));
  }
}
@media (max-width: 1024px) {
  .container,
  .container-flex {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme-subtitle {
  display: block;
  margin-bottom: 32px;
}
.theme-subtitle span,
.theme-subtitle h1 {
  font-weight: bold;
  position: relative;
}
.theme-subtitle span,
.theme-subtitle h1 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .theme-subtitle span,
  .theme-subtitle h1 {
    font-size: calc(22px + 18 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .theme-subtitle span,
  .theme-subtitle h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .theme-subtitle {
    margin-bottom: 20px;
  }
  .theme-subtitle span em {
    display: block;
    line-height: 1.3;
  }
}
.theme-subtitle.with-line span,
.theme-subtitle.with-line h1 {
  position: relative;
}
.theme-subtitle.with-line span:after,
.theme-subtitle.with-line h1:after {
  display: block;
  width: 80px;
  height: 3px;
  border: none;
  margin-top: 16px;
  content: "";
  background: var(--heading-line);
}
@media (max-width: 1024px) {
  .theme-subtitle.with-line span:after,
  .theme-subtitle.with-line h1:after {
    width: 64px;
  }
}
@media (max-width: 768px) {
  .theme-subtitle.with-line span:after,
  .theme-subtitle.with-line h1:after {
    width: 48px;
    height: 2px;
  }
}
.theme-subtitle.with-full-line span,
.theme-subtitle.with-full-line h1 {
  display: block;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--heading-line);
}
@media (max-width: 768px) {
  .theme-subtitle.with-full-line span,
  .theme-subtitle.with-full-line h1 {
    border-width: 2px;
  }
}

.aligncenter .theme-subtitle,
.text-align-center .theme-subtitle {
  text-align: center;
}
.aligncenter .theme-subtitle.with-line span:after,
.aligncenter .theme-subtitle.with-line h1:after,
.text-align-center .theme-subtitle.with-line span:after,
.text-align-center .theme-subtitle.with-line h1:after {
  margin-left: auto;
  margin-right: auto;
}

.system-info {
  background-color: #000;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  border-radius: 3px;
  -webkit-box-shadow: var(--shadow-sm);
          box-shadow: var(--shadow-sm);
  padding: 16px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.system-info a {
  color: inherit;
  text-decoration: underline;
}
.system-info p {
  margin-bottom: 0;
}
.system-info.success-info {
  background: #0BBF59;
}
.system-info.warning-info {
  background: #F29F05;
}
@media (max-width: 768px) {
  .system-info {
    padding: 12px;
    font-size: 13px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.svg-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: initial;
}

/*======================================
=            Wordpress core            =
======================================*/
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*-----  End of Wordpress core  ------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.wp-block-embed.is-type-video object,
.wp-block-embed.is-type-video embed,
.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-hero {
  margin-bottom: 32px;
}
.homepage-hero .item picture, .homepage-hero .item img {
  width: 100%;
}
@media (min-width: 1024px) {
  .homepage-hero .swiper-button-prev,
  .homepage-hero .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--slider-arrows-bg);
    color: var(--slider-arrows);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    z-index: 100;
    cursor: pointer;
  }
  .homepage-hero .swiper-button-prev svg,
  .homepage-hero .swiper-button-next svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
  }
  .homepage-hero .swiper-button-prev:hover,
  .homepage-hero .swiper-button-next:hover {
    background: var(--slider-arrows-bg-hover);
    color: var(--slider-arrows-hover);
  }
  .homepage-hero .swiper-button-prev {
    left: 16px;
  }
  .homepage-hero .swiper-button-next {
    right: 16px;
  }
}
@media (max-width: 1023px) {
  .homepage-hero .swiper-button-prev,
  .homepage-hero .swiper-button-next {
    display: none;
  }
}
.homepage-hero .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 16px;
}
.homepage-hero .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 13px;
  height: 13px;
  border: 2px solid var(--slider-dots);
  background: none;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}
.homepage-hero .swiper-pagination .swiper-pagination-bullet:hover, .homepage-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--slider-dots);
}

.page-title {
  display: block;
  margin-bottom: 32px;
}
.page-title h1 {
  font-weight: bold;
}
.page-title h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .page-title h1 {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .page-title h1 {
    font-size: 48px;
  }
}
.page-content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 1fr;
  grid-template-columns: 320px 1fr;
}
@media (max-width: 1280px) {
  .page-content-wrapper {
    -ms-grid-columns: 280px 1fr;
    grid-template-columns: 280px 1fr;
  }
}
@media (max-width: 1024px) {
  .page-content-wrapper {
    display: block;
  }
}
.page-content-wrapper.without-sidebar {
  display: block;
  width: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.single-page-title {
  display: block;
  margin-bottom: 32px;
}
.single-page-title h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .single-page-title h1 {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .single-page-title h1 {
    font-size: 48px;
  }
}

.page-content {
  display: block;
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-content {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-content {
    font-size: calc(16px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .page-content {
    font-size: 18px;
  }
}
.page-content > p a {
  text-decoration: underline;
}
.page-content ol,
.page-content ul {
  padding-left: 24px;
}
.page-content ul.accordion {
  padding: 0;
}
.page-content ul.accordion li {
  margin-bottom: 0;
}
.page-content h2 {
  margin-bottom: 24px;
}
.page-content h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .page-content h2 {
    font-size: calc(24px + 6 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .page-content h2 {
    font-size: 30px;
  }
}
.page-content h3 {
  margin-bottom: 24px;
}
.page-content h3 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .page-content h3 {
    font-size: calc(22px + 5 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .page-content h3 {
    font-size: 27px;
  }
}
.page-content h4 {
  margin-bottom: 20px;
}
.page-content h4 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .page-content h4 {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .page-content h4 {
    font-size: 24px;
  }
}
.page-content ul li {
  position: relative;
  margin-bottom: 16px;
}
.page-content ul li:last-child {
  margin-bottom: 0;
}
.page-content ol li {
  position: relative;
  margin-bottom: 16px;
}
.page-content ol li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1480px) {
  .page-content {
    max-width: 1180px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1280px) {
  .page-content {
    max-width: 100%;
    padding-left: calc(var(--padding-left) + var(--extra-padding));
    padding-right: calc(var(--padding-right) + var(--extra-padding));
  }
}
@media (max-width: 1024px) {
  .page-content {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.page-content > :first-child:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.page-content > :last-child:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.page-content > * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

body.home .page-content > * {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}

body.single-cpt_offer .page-content {
  margin-bottom: 0;
}

.page-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.alignfull {
  margin-right: calc(var(--padding-right) * -1);
  margin-left: calc(var(--padding-left) * -1);
}

.sidebar {
  padding-top: 8px;
}
.sidebar .box {
  margin-bottom: 64px;
}
.sidebar .box:last-child {
  margin-bottom: 0;
}
.sidebar .box .col {
  margin-bottom: 64px;
}
.sidebar .box .col:last-child {
  margin-bottom: 0;
}
.sidebar .widgettitle,
.sidebar .boxtitle {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
}
.sidebar ul,
.sidebar .menu {
  list-style: none;
  margin: 0;
}
.sidebar ul li,
.sidebar .menu li {
  margin-bottom: 8px;
}
.sidebar ul li:last-child,
.sidebar .menu li:last-child {
  margin-bottom: 0;
}
.sidebar ul a,
.sidebar .menu a {
  font-size: 16px;
  color: #000;
}
.sidebar ul a:hover,
.sidebar .menu a:hover {
  text-decoration: underline;
}
.sidebar ul .current-menu-item a,
.sidebar ul .current-menu-parent a,
.sidebar .menu .current-menu-item a,
.sidebar .menu .current-menu-parent a {
  text-decoration: underline;
}
.sidebar ul ul,
.sidebar .menu ul {
  display: none;
}
@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
}

.gallery {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px 16px;
}
.gallery.gallery-columns-1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
.gallery.gallery-columns-2 {
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.gallery.gallery-columns-3 {
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 550px) {
  .gallery.gallery-columns-3 {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery.gallery-columns-4 {
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .gallery.gallery-columns-4 {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 550px) {
  .gallery.gallery-columns-4 {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery.gallery-columns-5 {
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  .gallery.gallery-columns-5 {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .gallery.gallery-columns-5 {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 550px) {
  .gallery.gallery-columns-5 {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery .gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.gallery .gallery-item .gallery-icon {
  display: block;
  width: 100%;
}
.gallery .gallery-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery .gallery-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery-item a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.9) url(images/search-white.svg) center no-repeat;
  background-size: 44px 44px;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery .gallery-item a:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.gallery .gallery-item a:hover:after {
  opacity: 1;
}
.gallery .gallery-item .wp-caption-text {
  display: block;
  padding: 12px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.comments-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px 24px;
}
.comments-grid .single-comments {
  padding: 20px;
  border: 1px solid #e1e1e1;
}
.comments-grid .author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.comments-grid .author {
  display: block;
}
.comments-grid .author strong {
  display: block;
  font-size: 16px;
}
.comments-grid .author span {
  display: block;
  font-size: 12px;
}
.comments-grid .stars {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 4px 20px 4px 20px 4px 20px 4px 20px;
  grid-template-columns: repeat(5, 20px);
  grid-gap: 0 4px;
}
.comments-grid .stars .img {
  width: 20px;
  height: 20px;
}
.comments-grid .content {
  font-size: 18px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e1e1;
}
.comments-grid .comment-url {
  font-size: 12px;
}
.comments-grid .comment-url a {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .comments-grid {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .comments-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.category-title {
  margin-bottom: 24px;
}
.category-title h1 {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.2;
}
.category-title h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .category-title h1 {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .category-title h1 {
    font-size: 48px;
  }
}

.category-description {
  margin-bottom: 32px;
  max-width: 1000px;
}
.category-description {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .category-description {
    font-size: calc(15px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .category-description {
    font-size: 17px;
  }
}
.category-description strong {
  font-weight: 600;
}

.term-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.term-title h1 {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.2;
}
.term-title h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .term-title h1 {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .term-title h1 {
    font-size: 48px;
  }
}

.sorting-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 16px 20px;
  padding-right: 40px;
  background: #fff url(images/arrow-down-black.svg) right 16px center no-repeat;
  background-size: 12px 12px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 15px;
  color: #000;
}
.sorting-wrapper select:hover, .sorting-wrapper select:focus {
  border-color: #000;
}
@media (max-width: 768px) {
  .sorting-wrapper select {
    padding: 12px;
    font-size: 13px;
    padding-right: 24px;
    background-size: 8px 8px;
  }
}

.products-grid {
  display: -ms-grid;
  display: grid;
  gap: 32px;
  margin-bottom: 64px;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
.products-grid .product {
  position: relative;
}
@media (max-width: 1024px) {
  .products-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .products-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 32px;
  }
}
@media (max-width: 559px) {
  .products-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}

@media (min-width: 1024px) {
  .is-style-products-grid-2 .products-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .is-style-products-grid-3 .products-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .is-style-products-grid-4 .products-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-grid-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-min-content 20px 1fr 20px 24px 20px 56px;
  -ms-grid-rows: min-content 20px 1fr 20px 24px 20px 56px;
  grid-template-rows: -webkit-min-content 1fr 24px 56px;
  grid-template-rows: min-content 1fr 24px 56px;
  gap: 20px 0;
  position: relative;
  background: #fff;
  text-align: center;
}

.product-grid-item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.product-grid-item > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.product-grid-item > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.product-grid-item > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
@media (max-width: 768px) {
  .product-grid-item {
    -ms-grid-rows: -webkit-min-content 16px 1fr 16px 24px 16px 52px;
    -ms-grid-rows: min-content 16px 1fr 16px 24px 16px 52px;
    grid-template-rows: -webkit-min-content 1fr 24px 52px;
    grid-template-rows: min-content 1fr 24px 52px;
    gap: 16px 0;
  }
}
.product-grid-item .photo {
  display: block;
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 8px;
}
.product-grid-item .photo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-grid-item .photo a:hover {
  opacity: 0.5;
}
.product-grid-item .photo img {
  width: auto;
  height: 95%;
}
@media (min-width: 550px) {
  .product-grid-item .photo {
    aspect-ratio: 16/15;
  }
}
.product-grid-item .photo .product-wishlist-btn,
.product-grid-item .photo .product-remove-wishlist-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 10;
  color: #000;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.product-grid-item .photo .product-wishlist-btn em,
.product-grid-item .photo .product-remove-wishlist-btn em {
  display: none;
}
.product-grid-item .photo .product-wishlist-btn svg,
.product-grid-item .photo .product-remove-wishlist-btn svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
}
.product-grid-item .title,
.product-grid-item .price-wrap,
.product-grid-item .add-to-cart-wrap {
  padding-left: 16px;
  padding-right: 16px;
}
.product-grid-item .title {
  padding-bottom: 8px;
}
.product-grid-item .title {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .product-grid-item .title {
    font-size: calc(15px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-grid-item .title {
    font-size: 17px;
  }
}
.product-grid-item .title a {
  color: var(--theme-font-color);
  display: inline-block;
  line-height: 1.3;
}
.product-grid-item .title a:hover {
  text-decoration: underline;
}
@media (max-width: 550px) {
  .product-grid-item .title {
    padding-bottom: 0;
  }
}
.product-grid-item .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  gap: 0 12px;
}
.product-grid-item .price-wrap strong {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: var(--theme-font-color);
}
.product-grid-item .price-wrap strong {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .product-grid-item .price-wrap strong {
    font-size: calc(17px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-grid-item .price-wrap strong {
    font-size: 21px;
  }
}
.product-grid-item .price-wrap span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: var(--theme-second-font-color);
  text-decoration: line-through;
}
.product-grid-item .price-wrap span {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .product-grid-item .price-wrap span {
    font-size: calc(16px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-grid-item .price-wrap span {
    font-size: 18px;
  }
}
.product-grid-item .product-variant-link {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
.product-grid-item .product-variant-link svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.product-grid-item .product-add-to-cart {
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-left: auto;
  margin-right: auto;
}
.product-grid-item .product-add-to-cart span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
.product-grid-item .product-add-to-cart span svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.product-grid-item .product-add-to-cart span em {
  font-style: normal;
}
.product-grid-item .product-unavailable {
  width: 100%;
  background: #888;
  color: #fff;
  cursor: not-allowed;
}

.info-labels {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.info-labels .info-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 4px;
}

@media (min-width: 769px) {
  .products-wishlist-table {
    border-top: 1px solid #e1e1e1;
  }
}
@media (max-width: 768px) {
  .products-wishlist-table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 64px 32px;
  }
}
@media (max-width: 559px) {
  .products-wishlist-table {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 64px 24px;
  }
}

.product-wishlist-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 16px 1fr 16px 200px 16px 80px;
  grid-template-columns: 150px 1fr 200px 80px;
  gap: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-top: none;
}
.product-wishlist-item .photo {
  display: block;
  position: relative;
}
.product-wishlist-item .photo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-wishlist-item .photo a:hover {
  opacity: 0.5;
}
.product-wishlist-item .photo img {
  width: auto;
  height: 100%;
}
.product-wishlist-item .photo .product-wishlist-btn,
.product-wishlist-item .photo .product-remove-wishlist-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 10;
  color: #000;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.product-wishlist-item .photo .product-wishlist-btn em,
.product-wishlist-item .photo .product-remove-wishlist-btn em {
  display: none;
}
.product-wishlist-item .photo .product-wishlist-btn svg,
.product-wishlist-item .photo .product-remove-wishlist-btn svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
}
.product-wishlist-item .title {
  font-weight: 600;
}
.product-wishlist-item .title {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .product-wishlist-item .title {
    font-size: calc(17px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-wishlist-item .title {
    font-size: 19px;
  }
}
.product-wishlist-item .title a {
  color: var(--theme-font-color);
  display: inline-block;
  line-height: 1.3;
}
.product-wishlist-item .title a:hover {
  text-decoration: underline;
}
@media (max-width: 550px) {
  .product-wishlist-item .title {
    padding-bottom: 0;
  }
}
.product-wishlist-item .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  gap: 0 12px;
  text-align: center;
}
.product-wishlist-item .price-wrap strong {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: var(--theme-font-color);
}
.product-wishlist-item .price-wrap strong {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .product-wishlist-item .price-wrap strong {
    font-size: calc(16px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-wishlist-item .price-wrap strong {
    font-size: 18px;
  }
}
.product-wishlist-item .price-wrap span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: var(--theme-second-font-color);
  text-decoration: line-through;
}
.product-wishlist-item .price-wrap span {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .product-wishlist-item .price-wrap span {
    font-size: calc(16px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-wishlist-item .price-wrap span {
    font-size: 18px;
  }
}
.product-wishlist-item .add-to-cart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-wishlist-item .product-variant-link {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
.product-wishlist-item .product-variant-link svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.product-wishlist-item .product-add-to-cart {
  position: relative;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 100%;
  padding: 0;
  width: 56px;
  -ms-grid-column-align: center;
      justify-self: center;
}
.product-wishlist-item .product-add-to-cart span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.product-wishlist-item .product-add-to-cart span svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.product-wishlist-item .product-add-to-cart span em {
  font-style: normal;
}
.product-wishlist-item .product-unavailable {
  width: 100%;
  background: #888;
  color: #fff;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .product-wishlist-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: -webkit-min-content 20px 1fr 20px 24px 20px 56px;
    -ms-grid-rows: min-content 20px 1fr 20px 24px 20px 56px;
    grid-template-rows: -webkit-min-content 1fr 24px 56px;
    grid-template-rows: min-content 1fr 24px 56px;
    gap: 20px 0;
    position: relative;
    background: #fff;
    border: none;
  }
  .product-wishlist-item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .product-wishlist-item > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .product-wishlist-item > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .product-wishlist-item > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}

.wishlist-empty-info {
  display: block;
  padding: 64px;
  border: 1px solid #e1e1e1;
  text-align: center;
  margin-bottom: 64px;
}
.wishlist-empty-info p {
  margin-bottom: 0;
}
.wishlist-empty-info p {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .wishlist-empty-info p {
    font-size: calc(23px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .wishlist-empty-info p {
    font-size: 27px;
  }
}

.single-product-wrapper {
  position: relative;
}
.single-product-wrapper .single-product-meta-grid {
  margin-bottom: 40px;
}
@media (min-width: 1480px) {
  .single-product-wrapper .single-product-meta-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 650px 80px 1fr;
    grid-template-columns: 650px 1fr;
    gap: 64px 80px;
  }
}
@media (min-width: 1281px) and (max-width: 1479px) {
  .single-product-wrapper .single-product-meta-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 3fr) 64px 2fr;
    grid-template-columns: minmax(0, 3fr) 2fr;
    gap: 64px 64px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .single-product-wrapper .single-product-meta-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 40px 1fr;
    grid-template-columns: minmax(0, 1fr) 1fr;
    gap: 64px 40px;
  }
}
@media (max-width: 1024px) {
  .single-product-wrapper .single-product-gallery-wrap {
    margin-bottom: 64px;
  }
  .single-product-wrapper .single-product-meta-wrap {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .single-product-wrapper .single-product-gallery-wrap {
    margin-bottom: 40px;
  }
  .single-product-wrapper .single-product-meta-wrap {
    margin-bottom: 40px;
  }
}
.single-product-wrapper .single-product-meta-wrap h1.single-product-title {
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
}
.single-product-wrapper .single-product-meta-wrap h1.single-product-title {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .single-product-wrapper .single-product-meta-wrap h1.single-product-title {
    font-size: calc(23px + 7 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .single-product-wrapper .single-product-meta-wrap h1.single-product-title {
    font-size: 30px;
  }
}
.single-product-wrapper .single-product-meta-wrap h1.single-product-title.with-margin {
  margin-bottom: 24px;
}
.single-product-wrapper .product-title-with-wishlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 24px;
  grid-template-columns: 1fr 24px;
  gap: 0 24px;
  margin-bottom: 24px;
}
.single-product-wrapper .product-title-with-wishlist .product-wishlist-btn,
.single-product-wrapper .product-title-with-wishlist .product-remove-wishlist-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  color: #000;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  margin-top: 6px;
}
.single-product-wrapper .product-title-with-wishlist .product-wishlist-btn svg,
.single-product-wrapper .product-title-with-wishlist .product-remove-wishlist-btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.single-product-wrapper .single-product-excerpt {
  font-size: 13px;
}
.single-product-wrapper .single-product-excerpt ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.single-product-wrapper .price-wrap {
  display: block;
  margin-bottom: 32px;
}
.single-product-wrapper .price-wrap strong {
  display: block;
  line-height: 1;
  white-space: nowrap;
  color: var(--theme-font-color);
}
.single-product-wrapper .price-wrap strong {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .single-product-wrapper .price-wrap strong {
    font-size: calc(30px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .single-product-wrapper .price-wrap strong {
    font-size: 32px;
  }
}
.single-product-wrapper .price-wrap .current-price {
  font-style: normal;
}
.single-product-wrapper .price-wrap.with-discount {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 16px -webkit-min-content;
  -ms-grid-columns: min-content 16px min-content;
  grid-template-columns: -webkit-min-content -webkit-min-content;
  grid-template-columns: min-content min-content;
  gap: 16px;
  white-space: nowrap;
}
.single-product-wrapper .price-wrap.with-discount strong {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: center;
      align-self: center;
}
.single-product-wrapper .price-wrap.with-discount span {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 2;
  grid-row: 2;
  font-size: 18px;
  line-height: 1;
  color: var(--theme-second-font-color);
}
.single-product-wrapper .price-wrap.with-discount .discount-info {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 16px;
  border-radius: 3px;
  font-weight: 500;
  white-space: nowrap;
  font-style: normal;
  background: var(--product-discount-bg);
  color: var(--product-discount-color);
  -ms-grid-column-align: start;
      justify-self: start;
}
@media (max-width: 550px) {
  .single-product-wrapper .price-wrap.with-discount .discount-info {
    font-size: 11px;
    padding: 0 12px;
  }
}
.single-product-wrapper .price-wrap.with-discount .price-history {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.single-product-wrapper .price-wrap .price-history {
  white-space: nowrap;
  font-size: 13px;
  color: var(--theme-second-font-color);
}
.single-product-wrapper .variations-select-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 104px 20px 1fr;
  grid-template-columns: 104px 1fr;
  gap: 16px 20px;
  margin-bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product-wrapper .variations-select-wrapper label {
  font-weight: bold;
  font-size: 15px;
}
.single-product-wrapper .variations-select-wrapper select {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background: #fff url(images/arrow-down-black.svg) right 12px center no-repeat;
  background-size: 12px 12px;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
          box-shadow: inset 0 0 0 1px #e1e1e1;
}
.single-product-wrapper .variations-select-wrapper select:focus {
  -webkit-box-shadow: inset 0 0 0 2px #000, var(--shadow-sm);
          box-shadow: inset 0 0 0 2px #000, var(--shadow-sm);
  outline: 0;
}
.single-product-wrapper .add-to-cart-wrap {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.single-product-wrapper .add-to-cart-wrap .qua-wrap {
  display: none;
}
.single-product-wrapper .add-to-cart-wrap .product-add-to-cart,
.single-product-wrapper .add-to-cart-wrap .product-add-to-cart-external {
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
  padding: 0;
  min-height: 64px;
  font-size: 17px;
}
.single-product-wrapper .add-to-cart-wrap .product-add-to-cart span,
.single-product-wrapper .add-to-cart-wrap .product-add-to-cart-external span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.single-product-wrapper .add-to-cart-wrap .product-add-to-cart span svg,
.single-product-wrapper .add-to-cart-wrap .product-add-to-cart-external span svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.single-product-wrapper .add-to-cart-wrap .product-add-to-cart span em,
.single-product-wrapper .add-to-cart-wrap .product-add-to-cart-external span em {
  font-style: normal;
}
.single-product-wrapper .add-to-cart-wrap .product-add-to-cart:disabled,
.single-product-wrapper .add-to-cart-wrap .product-add-to-cart-external:disabled {
  opacity: 0.65;
  cursor: default;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.single-product-wrapper .add-to-cart-wrap .product-unavailable {
  background: #888;
  color: #fff;
  cursor: not-allowed;
}
@media (max-width: 500px) {
  .single-product-wrapper .add-to-cart-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.single-product-gallery-wrap {
  position: relative;
}
@media (min-width: 1180px) {
  .single-product-gallery-wrap.with-thumbs .info-labels {
    left: 8px;
  }
}
.single-product-gallery-wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product-gallery-wrap .single-product-gallery {
  position: relative;
}
.single-product-gallery-wrap .single-product-gallery .thumbSwiper .swiper-slide {
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: pointer;
}
.single-product-gallery-wrap .single-product-gallery .thumbSwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.single-product-gallery-wrap .single-product-gallery .mainSwiper {
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
}
.single-product-gallery-wrap .single-product-gallery .mainSwiper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product-gallery-wrap .single-product-gallery .mainSwiper a:hover {
  opacity: 0.65;
}
.single-product-gallery-wrap .single-product-gallery .mainSwiper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.single-product-gallery-wrap .mainSwiper-button-prev,
.single-product-gallery-wrap .mainSwiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 100;
  border-radius: 50%;
  top: 50%;
  margin-top: -20px;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product-gallery-wrap .mainSwiper-button-prev:not(.swiper-button-disabled),
.single-product-gallery-wrap .mainSwiper-button-next:not(.swiper-button-disabled) {
  cursor: pointer;
}
.single-product-gallery-wrap .mainSwiper-button-prev.swiper-button-disabled,
.single-product-gallery-wrap .mainSwiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.single-product-gallery-wrap .mainSwiper-button-prev svg,
.single-product-gallery-wrap .mainSwiper-button-next svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}
.single-product-gallery-wrap .mainSwiper-button-prev {
  left: -40px;
}
.single-product-gallery-wrap .mainSwiper-button-next {
  right: -40px;
}
.single-product-gallery-wrap .mainSwiper:hover .mainSwiper-button-prev {
  left: 8px;
}
.single-product-gallery-wrap .mainSwiper:hover .mainSwiper-button-next {
  right: 8px;
}
@media (max-width: 1024px) {
  .single-product-gallery-wrap .mainSwiper-button-prev {
    left: 8px;
  }
  .single-product-gallery-wrap .mainSwiper-button-next {
    right: 8px;
  }
}

.free-delivery-box {
  padding: 16px;
  border: 1px solid #e1e1e1;
  color: var(--theme-font-color);
  font-size: 15px;
  text-align: center;
  margin-bottom: 16px;
}

.product-extra-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 16px 3fr;
  grid-template-columns: 2fr 3fr;
  gap: 16px;
  padding: 16px;
  border: 1px solid #e1e1e1;
  color: var(--theme-font-color);
  font-size: 11px;
}
@media (max-width: 500px) {
  .product-extra-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0;
    border: none;
  }
}
.product-extra-info p {
  line-height: 1.3;
}
.product-extra-info .box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px 16px 1fr;
  grid-template-columns: 24px 1fr;
  gap: 12px 16px;
}
.product-extra-info .box .icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.product-extra-info a {
  color: inherit;
  text-decoration: underline;
}

.product-extra-meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 32px;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
.product-extra-meta > p {
  grid-column: 1/-1;
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
}
.product-extra-meta .box {
  font-size: 13px;
}
.product-extra-meta .box .icon {
  margin-bottom: 12px;
}
.product-extra-meta .box .icon img {
  height: 32px;
  width: 32px;
}
.product-extra-meta .box p {
  line-height: 1.3;
  margin-bottom: 0;
}

.product-extra-desc {
  padding: 16px;
  border-width: 1px;
  border-style: solid;
  color: var(--theme-font-color);
  line-height: 1.45;
  margin-top: 16px;
}
.product-extra-desc {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .product-extra-desc {
    font-size: calc(13px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-extra-desc {
    font-size: 15px;
  }
}

.product-desc-tab + #deliveryTab {
  padding-top: 24px;
}

.delivery-table .delivery-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 100px;
  grid-template-columns: 1fr 100px;
  padding: 12px 0;
  font-size: 15px;
  gap: 8px 16px;
}
.delivery-table .delivery-row em {
  font-style: normal;
}
.delivery-table .delivery-row strong {
  text-align: right;
}
.delivery-table .delivery-row:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 600px) {
  .delivery-table .delivery-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .delivery-table .delivery-row strong {
    text-align: left;
  }
}

.collapse-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.2em;
  gap: 0 16px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  color: var(--theme-font-color);
  font-weight: bold;
  margin-bottom: 1em;
}
.collapse-button svg {
  fill: var(--theme-font-color);
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.collapse-button[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.js-collapse.hide {
  display: none;
}

.product-tab {
  border-bottom: 1px solid #e1e1e1;
}
.product-tab .collapse-content {
  padding-bottom: 1.5em;
}
.product-tab .product-attributes dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 20px 1fr;
  -ms-grid-columns: min-content 20px 1fr;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  gap: 12px 20px;
  font-size: 15px;
}
.product-tab .product-attributes dl dt,
.product-tab .product-attributes dl dd {
  padding: 0;
  margin: 0;
}
.product-tab .product-attributes dl dt {
  font-weight: bold;
  white-space: nowrap;
}

.product-attributes-tab p {
  font-size: 1.2em;
}

.single-product-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3em;
}
.single-product-data > *:last-child {
  margin-bottom: 0;
  border: none;
}

#comments .comment-list {
  list-style: none;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#comments .comment-list .comment {
  display: block;
  padding: 24px;
  border: 1px solid #e1e1e1;
  font-size: 15px;
}
#comments .comment-list .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px 12px;
  margin-bottom: 16px;
}
#comments .comment-list .comment-meta a {
  color: #000;
}
#comments .comment-list .comment-meta .comment-author {
  font-size: 17px;
}
#comments .comment-list .comment-meta .comment-metadata {
  font-size: 13px;
}
#comments .comment-list .reply {
  display: none;
}
#comments .comment-reply-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
#comments .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
}
#comments .comment-form-comment label,
#comments .comment-form-author label,
#comments .comment-form-email label,
#comments .acf-comment-fields label {
  display: block;
  font-size: 15px;
  font-weight: inherit;
  margin-bottom: 12px;
  line-height: 1;
  white-space: nowrap;
}
#comments .comment-form-comment input[type=text],
#comments .comment-form-comment input[type=email],
#comments .comment-form-comment textarea,
#comments .comment-form-comment select,
#comments .comment-form-author input[type=text],
#comments .comment-form-author input[type=email],
#comments .comment-form-author textarea,
#comments .comment-form-author select,
#comments .comment-form-email input[type=text],
#comments .comment-form-email input[type=email],
#comments .comment-form-email textarea,
#comments .comment-form-email select,
#comments .acf-comment-fields input[type=text],
#comments .acf-comment-fields input[type=email],
#comments .acf-comment-fields textarea,
#comments .acf-comment-fields select {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
          box-shadow: inset 0 0 0 1px #e1e1e1;
}
#comments .comment-form-comment input[type=text]::-webkit-input-placeholder,
#comments .comment-form-comment input[type=email]::-webkit-input-placeholder,
#comments .comment-form-comment textarea::-webkit-input-placeholder,
#comments .comment-form-comment select::-webkit-input-placeholder,
#comments .comment-form-author input[type=text]::-webkit-input-placeholder,
#comments .comment-form-author input[type=email]::-webkit-input-placeholder,
#comments .comment-form-author textarea::-webkit-input-placeholder,
#comments .comment-form-author select::-webkit-input-placeholder,
#comments .comment-form-email input[type=text]::-webkit-input-placeholder,
#comments .comment-form-email input[type=email]::-webkit-input-placeholder,
#comments .comment-form-email textarea::-webkit-input-placeholder,
#comments .comment-form-email select::-webkit-input-placeholder,
#comments .acf-comment-fields input[type=text]::-webkit-input-placeholder,
#comments .acf-comment-fields input[type=email]::-webkit-input-placeholder,
#comments .acf-comment-fields textarea::-webkit-input-placeholder,
#comments .acf-comment-fields select::-webkit-input-placeholder {
  color: #999;
}
#comments .comment-form-comment input[type=text]::-moz-placeholder,
#comments .comment-form-comment input[type=email]::-moz-placeholder,
#comments .comment-form-comment textarea::-moz-placeholder,
#comments .comment-form-comment select::-moz-placeholder,
#comments .comment-form-author input[type=text]::-moz-placeholder,
#comments .comment-form-author input[type=email]::-moz-placeholder,
#comments .comment-form-author textarea::-moz-placeholder,
#comments .comment-form-author select::-moz-placeholder,
#comments .comment-form-email input[type=text]::-moz-placeholder,
#comments .comment-form-email input[type=email]::-moz-placeholder,
#comments .comment-form-email textarea::-moz-placeholder,
#comments .comment-form-email select::-moz-placeholder,
#comments .acf-comment-fields input[type=text]::-moz-placeholder,
#comments .acf-comment-fields input[type=email]::-moz-placeholder,
#comments .acf-comment-fields textarea::-moz-placeholder,
#comments .acf-comment-fields select::-moz-placeholder {
  color: #999;
}
#comments .comment-form-comment input[type=text]:-ms-input-placeholder,
#comments .comment-form-comment input[type=email]:-ms-input-placeholder,
#comments .comment-form-comment textarea:-ms-input-placeholder,
#comments .comment-form-comment select:-ms-input-placeholder,
#comments .comment-form-author input[type=text]:-ms-input-placeholder,
#comments .comment-form-author input[type=email]:-ms-input-placeholder,
#comments .comment-form-author textarea:-ms-input-placeholder,
#comments .comment-form-author select:-ms-input-placeholder,
#comments .comment-form-email input[type=text]:-ms-input-placeholder,
#comments .comment-form-email input[type=email]:-ms-input-placeholder,
#comments .comment-form-email textarea:-ms-input-placeholder,
#comments .comment-form-email select:-ms-input-placeholder,
#comments .acf-comment-fields input[type=text]:-ms-input-placeholder,
#comments .acf-comment-fields input[type=email]:-ms-input-placeholder,
#comments .acf-comment-fields textarea:-ms-input-placeholder,
#comments .acf-comment-fields select:-ms-input-placeholder {
  color: #999;
}
#comments .comment-form-comment input[type=text]:focus,
#comments .comment-form-comment input[type=email]:focus,
#comments .comment-form-comment textarea:focus,
#comments .comment-form-comment select:focus,
#comments .comment-form-author input[type=text]:focus,
#comments .comment-form-author input[type=email]:focus,
#comments .comment-form-author textarea:focus,
#comments .comment-form-author select:focus,
#comments .comment-form-email input[type=text]:focus,
#comments .comment-form-email input[type=email]:focus,
#comments .comment-form-email textarea:focus,
#comments .comment-form-email select:focus,
#comments .acf-comment-fields input[type=text]:focus,
#comments .acf-comment-fields input[type=email]:focus,
#comments .acf-comment-fields textarea:focus,
#comments .acf-comment-fields select:focus {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #1c64f2, var(--shadow-sm);
          box-shadow: inset 0 0 0 2px #1c64f2, var(--shadow-sm);
  outline: 0;
}
#comments .comment-form-comment select,
#comments .comment-form-author select,
#comments .comment-form-email select,
#comments .acf-comment-fields select {
  background: #fff url(images/arrow-down-black.svg) right 16px center no-repeat;
  background-size: 10px 10px;
}
#comments .acf-fields.-clear > .acf-field {
  margin: 0;
  padding: 0;
}
#comments .comment-form-author,
#comments .comment-form-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
}
#comments .comment-form-author label,
#comments .comment-form-email label {
  margin-bottom: 0;
  padding-top: 18px;
  width: 160px;
}
#comments .acf-comment-fields .acf-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
}
#comments .acf-comment-fields .acf-field .acf-label {
  margin-bottom: 0;
  padding-top: 18px;
  width: 160px;
}
#comments .acf-comment-fields .acf-field .acf-input {
  width: 100%;
}
#comments button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0 solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 56px;
  padding: 12px 32px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  border-radius: var(--border-radius);
  color: var(--button-text);
  background: #d06b94;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#comments button:hover:not(:disabled) {
  background: #D14E67;
  color: var(--button-text-hover);
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.single-product-content hr {
  display: block;
  width: 100%;
  height: 2px;
  background: #423380;
  border: none;
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
.single-product-content hr + * {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}

.product-video-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.about-author-wrap {
  background-color: rgba(208, 107, 148, 0.1);
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.about-author-wrap .about-author {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 40px 64px;
  padding-top: 24px;
}
.about-author-wrap .desc > :first-child:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.about-author-wrap .desc > :last-child:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.about-author-wrap .desc > * {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media (max-width: 1024px) {
  .about-author-wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .about-author-wrap .about-author {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .about-author-wrap .about-author .photo img {
    width: 100%;
    max-width: 400px;
  }
}

.fixed-add-to-cart {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: #423380;
  padding-top: 12px;
  padding-bottom: 12px;
}
.fixed-add-to-cart .container-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fixed-add-to-cart .price-wrap {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  gap: 4px;
}
.fixed-add-to-cart .price-wrap em {
  font-style: normal;
}
.fixed-add-to-cart .price-wrap strong {
  font-size: 24px;
}
.fixed-add-to-cart .price-wrap .discount-info {
  font-size: 13px;
}
.fixed-add-to-cart .product-add-to-cart {
  font-size: 12px;
  min-height: 44px;
  padding: 8px 16px;
}
.fixed-add-to-cart .product-add-to-cart span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
.fixed-add-to-cart .product-add-to-cart span svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.fixed-add-to-cart .product-add-to-cart span em {
  font-style: normal;
}

.checkout-wrapper {
  margin-bottom: 64px;
  padding-top: 32px;
}
@media (max-width: 1024px) {
  .checkout-wrapper {
    padding-top: 20px;
    margin-bottom: 32px;
  }
}
.checkout-wrapper .checkout-title {
  margin-bottom: 24px;
}
.checkout-wrapper .checkout-title p {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1;
}
.checkout-wrapper .checkout-title p {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  .checkout-wrapper .checkout-title p {
    font-size: calc(27px + 5 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .checkout-wrapper .checkout-title p {
    font-size: 32px;
  }
}
.checkout-wrapper .related-title {
  display: block;
  margin-bottom: 24px;
}
.checkout-wrapper .related-title p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .checkout-wrapper .related-title {
    text-align: center;
  }
}
.checkout-wrapper .checkout-free-delivery {
  display: block;
  padding: 16px;
  background: var(--free-delivery-bck);
  color: var(--free-delivery-color);
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-column-align: start;
      justify-self: start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkout-wrapper .checkout-free-delivery .delivery-info,
.checkout-wrapper .checkout-free-delivery .success-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32px 16px 1fr;
  grid-template-columns: 32px 1fr;
  grid-gap: 16px;
  margin-bottom: 16px;
}
.checkout-wrapper .checkout-free-delivery .delivery-info p,
.checkout-wrapper .checkout-free-delivery .success-info p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3;
}
.checkout-wrapper .checkout-free-delivery .delivery-info p em,
.checkout-wrapper .checkout-free-delivery .success-info p em {
  font-style: normal;
}
.checkout-wrapper .checkout-free-delivery .delivery-info .icon,
.checkout-wrapper .checkout-free-delivery .success-info .icon {
  display: block;
  height: 32px;
}
.checkout-wrapper .checkout-free-delivery .delivery-info .icon svg,
.checkout-wrapper .checkout-free-delivery .success-info .icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}
.checkout-wrapper .checkout-free-delivery .success-info .icon svg {
  width: 32px;
  height: 32px;
  fill: #0BBF59;
}
.checkout-wrapper .checkout-free-delivery .progress-bar-wrap {
  display: block;
  width: 100%;
  height: 12px;
  border-radius: 20px;
  background: var(--free-delivery-bar-bck);
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.checkout-wrapper .checkout-free-delivery .progress-bar-wrap .progress-bar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  border-radius: 20px;
  background: var(--free-delivery-bar);
}
.checkout-wrapper .checkout-free-delivery .progress-bar-wrap .progress-bar.success {
  background: #0BBF59;
}
.checkout-wrapper .checkout-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 320px;
  grid-template-columns: 1fr 320px;
  grid-gap: 24px 40px;
}
@media (max-width: 1280px) {
  .checkout-wrapper .checkout-grid {
    -ms-grid-columns: 1fr 40px 320px;
    grid-template-columns: 1fr 320px;
  }
}
@media (max-width: 1024px) {
  .checkout-wrapper .checkout-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .checkout-wrapper .checkout-grid.with-delivery-box {
    -ms-grid-rows: -webkit-min-content 24px 1fr;
    -ms-grid-rows: min-content 24px 1fr;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
  }
  .checkout-wrapper .checkout-grid.with-delivery-box .checkout-free-delivery {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .checkout-wrapper .checkout-grid.with-delivery-box .checkout-table-wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .checkout-wrapper .checkout-grid.with-delivery-box .checkout-summary {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media (max-width: 1023px) {
  .checkout-wrapper .checkout-grid.with-delivery-box .checkout-free-delivery {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .checkout-wrapper .checkout-grid.with-delivery-box .checkout-table-wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .checkout-wrapper .checkout-grid.with-delivery-box .checkout-summary {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
@media (min-width: 1024px) {
  .checkout-wrapper .products-grid {
    margin-bottom: 0;
  }
  .checkout-wrapper .checkout-table {
    background: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    -ms-grid-row-align: start;
        align-self: start;
  }
  .checkout-wrapper .checkout-table.with-related {
    margin-bottom: 40px;
  }
  .checkout-wrapper .checkout-table .checkout-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 90px 12px 104px 12px 90px 12px 16px;
    grid-template-columns: 1fr 90px 104px 90px 16px;
    gap: 24px 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
  }
  .checkout-wrapper .checkout-table .product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content 24px 1fr;
    -ms-grid-columns: min-content 24px 1fr;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    grid-gap: 0 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .checkout-wrapper .checkout-table .image {
    aspect-ratio: 1;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .checkout-wrapper .checkout-table .image img {
    height: 100%;
    width: auto;
  }
  .checkout-wrapper .checkout-table .title p {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .checkout-wrapper .checkout-table .title p em {
    font-size: 13px;
    font-style: normal;
    color: var(--theme-second-font-color);
  }
  .checkout-wrapper .checkout-table .title p:last-child {
    margin-bottom: 0;
  }
  .checkout-wrapper .checkout-table .price {
    text-align: center;
  }
  .checkout-wrapper .checkout-table .price strong {
    display: block;
  }
  .checkout-wrapper .checkout-table .price span {
    display: block;
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
  }
  .checkout-wrapper .checkout-table .sum {
    text-align: center;
  }
  .checkout-wrapper .checkout-table .remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 12px;
    height: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .checkout-wrapper .checkout-table .remove button {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    width: 12px;
    height: 12px;
  }
  .checkout-wrapper .checkout-table .remove button svg {
    vertical-align: top;
    width: 12px;
    height: 12px;
    fill: #b1b1b1;
  }
  .checkout-wrapper .checkout-table .remove button:hover svg {
    fill: #000;
  }
}
@media (max-width: 1023px) {
  .checkout-wrapper .products-grid {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .checkout-wrapper .products-grid .product-grid-item {
    width: 100%;
  }
  .checkout-wrapper .products-grid .add-to-cart-wrap .product-add-to-cart {
    font-size: 13px;
    padding: 0 24px;
    height: 44px;
    min-height: 44px;
  }
  .checkout-wrapper .products-grid .add-to-cart-wrap .product-add-to-cart svg {
    width: 20px;
    height: 20px;
  }
  .checkout-wrapper .checkout-table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 16px 0;
    border-bottom: none;
    -ms-grid-row-align: start;
        align-self: start;
  }
  .checkout-wrapper .checkout-table.with-related {
    margin-bottom: 40px;
  }
  .checkout-wrapper .checkout-table .checkout-row {
    border: 1px solid #e1e1e1;
    background: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    font-size: 15px;
    position: relative;
  }
  .checkout-wrapper .checkout-table .product {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content 12px 1fr;
    -ms-grid-columns: min-content 12px 1fr;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    grid-gap: 0 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e1e1e1;
  }
  .checkout-wrapper .checkout-table .image {
    aspect-ratio: 1;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .checkout-wrapper .checkout-table .image img {
    height: 100%;
    width: auto;
  }
  .checkout-wrapper .checkout-table .title p {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .checkout-wrapper .checkout-table .title p em {
    font-size: 13px;
    font-style: normal;
    color: var(--theme-second-font-color);
  }
  .checkout-wrapper .checkout-table .title p:last-child {
    margin-bottom: 0;
  }
  .checkout-wrapper .checkout-table .price,
  .checkout-wrapper .checkout-table .qua-wrap,
  .checkout-wrapper .checkout-table .sum {
    padding: 16px 0;
    font-size: 14px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .checkout-wrapper .checkout-table .price {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: center;
  }
  .checkout-wrapper .checkout-table .price strong {
    display: block;
  }
  .checkout-wrapper .checkout-table .price span {
    display: block;
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
  }
  .checkout-wrapper .checkout-table .qua-wrap {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .checkout-wrapper .checkout-table .sum {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: center;
  }
  .checkout-wrapper .checkout-table .remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 12px;
    height: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
  }
  .checkout-wrapper .checkout-table .remove button {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    width: 12px;
    height: 12px;
  }
  .checkout-wrapper .checkout-table .remove button svg {
    vertical-align: top;
    width: 12px;
    height: 12px;
    fill: #b1b1b1;
  }
  .checkout-wrapper .checkout-table .remove button:hover svg {
    fill: #000;
  }
}
.checkout-wrapper .checkout-summary .bck {
  padding: 1.5rem 1.25rem;
  background: #f1f1f1;
  margin-bottom: 24px;
}
.checkout-wrapper .checkout-summary .checkout-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  margin-bottom: 32px;
}
.checkout-wrapper .checkout-summary .checkout-sum span {
  font-size: 19px;
}
.checkout-wrapper .checkout-summary .checkout-sum strong {
  font-size: 23px;
}
.checkout-wrapper .checkout-summary .checkout-sum strong em {
  font-style: normal;
}
.checkout-wrapper .checkout-summary .button-wrap a {
  width: 100%;
}
.checkout-wrapper .checkout-summary .button-wrap .salescrm-shop {
  gap: 0 16px;
}
.checkout-wrapper .checkout-summary .button-wrap .salescrm-shop svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.checkout-wrapper .checkout-summary .button-claim {
  padding: 16px 0;
  text-align: center;
}
.checkout-wrapper .checkout-summary .button-claim p {
  font-size: 13px;
  line-height: 1;
  color: #999;
  margin-bottom: 0;
}
.checkout-wrapper .checkout-summary .button-back a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 48px;
  padding: 12px 24px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  color: #000;
  background: none;
  width: 100%;
}
.checkout-wrapper .cart-payments-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 12px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e1e1;
}
.checkout-wrapper .cart-payments-methods div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .checkout-wrapper .cart-payments-methods img {
    height: 14px;
    width: auto;
  }
}
.checkout-wrapper .cart-ssl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checkout-wrapper .cart-ssl p {
  margin-bottom: 0;
  padding-left: 36px;
  display: block;
  min-height: 24px;
  font-size: 14px;
  background: url(images/ssl.svg) left center no-repeat;
  background-size: 24px 24px;
  line-height: 24px;
}
@media (max-width: 440px) {
  .checkout-wrapper .cart-ssl p {
    font-size: 12px;
    min-height: 20px;
    padding-left: 30px;
    background-size: 20px 20px;
    line-height: 20px;
  }
}

.empty-checkout-info {
  padding: 64px 0;
  text-align: center;
}
.empty-checkout-info p {
  font-size: 21px;
  margin-bottom: 12px;
}
.empty-checkout-info p:first-child {
  font-size: 30px;
  margin-bottom: 24px;
}
.empty-checkout-info .button-wrap {
  padding-top: 16px;
}

.order-status {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 64px;
  text-align: center;
  padding-top: 64px;
}
@media (max-width: 1024px) {
  .order-status {
    padding-top: 48px;
  }
}
@media (max-width: 768px) {
  .order-status {
    padding-top: 32px;
  }
}

.order-border-box {
  padding: 24px;
  border: 1px solid #e1e1e1;
  margin-bottom: 32px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .order-border-box {
    padding: 20px;
    border-radius: 6px;
  }
}
@media (max-width: 768px) {
  .order-border-box {
    padding: 16px;
    border-radius: 4px;
  }
}

.order-summary-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
.order-summary-image img {
  height: 128px;
}
@media (max-width: 1024px) {
  .order-summary-image img {
    height: 108px;
  }
}
@media (max-width: 768px) {
  .order-summary-image img {
    height: 88px;
  }
}

.thankyou-order-title {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
}
.thankyou-order-title {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .thankyou-order-title {
    font-size: calc(24px + 8 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .thankyou-order-title {
    font-size: 32px;
  }
}

/*=======================================
=            Categories menu            =
=======================================*/
/*=====  End of Categories menu  ======*/
/*==================================
=            Pagination            =
==================================*/
/*=====  End of Pagination  ======*/
.blog-categories-menu {
  display: block;
  margin-bottom: 32px;
}
.blog-categories-menu ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-categories-menu ul li {
  margin-right: 16px;
}
.blog-categories-menu ul li:last-child {
  margin-right: 0;
}
.blog-categories-menu ul a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 56px;
  border-radius: 4px;
  color: #000;
  background: #f1f1f1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.blog-categories-menu ul a:hover {
  background: #47ab6c;
  color: #f1f1f1;
}
@media (max-width: 768px) {
  .blog-categories-menu ul a {
    font-size: 13px;
    min-height: 48px;
  }
}
.blog-categories-menu ul .current-menu-item a {
  background: #47ab6c;
  color: #f1f1f1;
}

.post-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px 48px;
  margin-bottom: 64px;
}
.post-grid .article .photo {
  display: block;
  margin-bottom: 24px;
  aspect-ratio: 16/11;
  overflow: hidden;
}
.post-grid .article .photo a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-grid .article .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-grid .article .desc .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.post-grid .article .desc .category a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
  background: #000;
}
.post-grid .article .desc .category a:hover {
  background: #f1f1f1;
  color: #000;
}
.post-grid .article .desc .title {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 24px;
}
.post-grid .article .desc .title a {
  color: #000;
}
.post-grid .article .desc .title a:hover {
  text-decoration: underline;
}
.post-grid .article .desc .excerpt {
  font-size: 15px;
  margin-bottom: 24px;
}
.post-grid .article .desc .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-grid .article .desc .more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  padding-right: 34px;
  background: url(images/arrow-right-long-black.svg) right center no-repeat;
  background-size: 20px 20px;
}
.post-grid .article .desc .more a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .post-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 650px;
    margin: 0 auto 40px;
    grid-gap: 64px 0;
  }
}

.pagination {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 64px;
}
.pagination a,
.pagination span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  width: 52px;
  font-size: 15px;
  font-weight: bold;
  margin: 0 8px;
  border: 2px solid #000;
  color: #000;
  border-radius: 4px;
}
.pagination span.current,
.pagination a:hover,
.pagination a:focus {
  border-color: #000;
  background: #000;
  color: #fff;
}

.post-header {
  display: block;
  margin-bottom: 48px;
  border-bottom: 1px solid #e1e1e1;
}
.post-header .container {
  padding-bottom: 32px;
}
.post-header .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.post-header .category a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
  background: #000;
}
.post-header .category a:hover {
  background: #000;
  color: #fff;
}
.post-header .title {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 32px;
}
.post-header .title h1 {
  font-weight: 600;
  line-height: 1.4;
}
.post-header .title h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .post-header .title h1 {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .post-header .title h1 {
    font-size: 48px;
  }
}
.post-header .social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-photo {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 64px;
  margin-top: -64px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.11);
}
.post-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .post-photo {
    margin-top: 0;
  }
}

.entry-content {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 64px;
}
.entry-content {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .entry-content {
    font-size: calc(18px + 1 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .entry-content {
    font-size: 19px;
  }
}
.entry-content a {
  color: var(--theme-links-color);
  text-decoration: underline;
}
.entry-content a:hover {
  color: var(--theme-links-color-hover);
}
.entry-content p {
  margin-bottom: 32px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content ul, .entry-content ol {
  margin: 0 0 40px 40px;
}
.entry-content .wp-block-gallery {
  margin-bottom: 32px;
}
.entry-content .wp-block-gallery figcaption {
  padding: 8px 16px;
  text-align: center;
  font-size: 14px;
  color: #777;
  margin: 0;
}
.entry-content .wp-block-gallery ul {
  margin-left: 0;
}
.entry-content .wp-block-gallery a {
  display: block;
  position: relative;
}
.entry-content .wp-block-gallery a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(224, 36, 36, 0.75) url(images/search-white.svg) center no-repeat;
  background-size: 32px 32px;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .wp-block-gallery a:hover:after {
  opacity: 1;
}
.entry-content .wp-block-image {
  margin-bottom: 32px;
}
.entry-content .wp-block-image figcaption {
  padding: 8px 16px;
  text-align: center;
  font-size: 14px;
  color: #777;
  margin: 0;
}
.entry-content .wp-block-image a {
  display: block;
  position: relative;
}
.entry-content .wp-block-image a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(224, 36, 36, 0.75) url(images/search-white.svg) center no-repeat;
  background-size: 32px 32px;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .wp-block-image a:hover:after {
  opacity: 1;
}
.entry-content .wp-block-latest-posts {
  margin-left: 0;
  padding: 32px;
  border: 1px solid #e1e1e1;
}
.entry-content .wp-block-latest-posts li {
  margin-bottom: 16px;
  line-height: 1.3;
  font-size: 18px;
}
.entry-content .wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-latest-posts a {
  padding-bottom: 0;
  border-bottom: none;
}
.entry-content h2 {
  margin-bottom: 24px;
}
.entry-content h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .entry-content h2 {
    font-size: calc(24px + 6 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .entry-content h2 {
    font-size: 30px;
  }
}
.entry-content h3 {
  margin-bottom: 24px;
}
.entry-content h3 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .entry-content h3 {
    font-size: calc(22px + 5 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .entry-content h3 {
    font-size: 27px;
  }
}
.entry-content h4 {
  margin-bottom: 20px;
}
.entry-content h4 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .entry-content h4 {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .entry-content h4 {
    font-size: 24px;
  }
}
.entry-content .wp-block-embed-wordpress {
  overflow: hidden;
}
.entry-content .wp-block-embed-wordpress iframe {
  display: none;
}
@media (max-width: 1280px) {
  .entry-content blockquote {
    font-size: 21px;
    margin-left: 0px;
  }
  .entry-content blockquote:before {
    display: block;
    width: 64px;
    height: 64px;
    background: url(images/quote-icon.svg) left top no-repeat;
    background-size: 64px auto;
    content: "";
    position: absolute;
    left: -88px;
    top: 10px;
  }
}
@media (max-width: 1110px) {
  .entry-content blockquote {
    padding-top: 70px;
  }
  .entry-content blockquote:before {
    left: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .entry-content blockquote {
    padding-top: 54px;
  }
  .entry-content blockquote:before {
    width: 48px;
    height: 48px;
    background-size: 48px auto;
  }
}
.entry-content table {
  width: 100%;
  margin-bottom: 32px;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.entry-content table thead th {
  padding: 16px;
  background: #e02424;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.entry-content table tbody td {
  padding: 16px;
  font-size: 18px;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}

.social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-wrap span {
  margin-right: 24px;
  display: block;
  font-size: 18px;
}
.social-wrap ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-wrap ul li {
  margin-right: 10px;
}
.social-wrap ul li:last-child {
  margin-right: 0;
}
.social-wrap ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f1f1f1;
  border-radius: 50%;
}
.social-wrap ul a svg {
  fill: #000000;
  height: 16px;
}
.social-wrap ul a:hover {
  background: #47ab6c;
}
.social-wrap ul a:hover svg {
  fill: #ffffff;
}

.bottom-post-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 24px 0;
  margin-bottom: 40px;
}

.prev-next-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  grid-gap: 32px 32px;
}
.prev-next-wrap .prev-link,
.prev-next-wrap .next-link {
  display: block;
  background: #fafafa;
  padding: 24px;
}
.prev-next-wrap em {
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.prev-next-wrap a {
  font-size: 21px;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
}
.prev-next-wrap a:hover {
  text-decoration: underline;
}
.prev-next-wrap .next-link {
  text-align: right;
}
@media (max-width: 1366px) {
  .prev-next-wrap .prev-link,
  .prev-next-wrap .next-link {
    padding: 20px;
  }
  .prev-next-wrap em {
    font-size: 11px;
  }
  .prev-next-wrap a {
    font-size: 19px;
  }
}
@media (max-width: 1280px) {
  .prev-next-wrap .prev-link,
  .prev-next-wrap .next-link {
    padding: 16px;
  }
  .prev-next-wrap em {
    font-size: 10px;
  }
  .prev-next-wrap a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .prev-next-wrap .prev-link,
  .prev-next-wrap .next-link {
    padding: 12px;
  }
  .prev-next-wrap em {
    font-size: 9px;
  }
  .prev-next-wrap a {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .prev-next-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 16px 16px;
  }
}

.category-title {
  margin-bottom: 24px;
}
.category-title h1 {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.2;
}
.category-title h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .category-title h1 {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .category-title h1 {
    font-size: 48px;
  }
}

.category-description {
  margin-bottom: 32px;
  max-width: 1000px;
}
.category-description {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .category-description {
    font-size: calc(15px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .category-description {
    font-size: 17px;
  }
}
.category-description strong {
  font-weight: 600;
}

.term-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.term-title h1 {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.2;
}
.term-title h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .term-title h1 {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .term-title h1 {
    font-size: 48px;
  }
}

.sorting-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 16px 20px;
  padding-right: 40px;
  background: #fff url(images/arrow-down-black.svg) right 16px center no-repeat;
  background-size: 12px 12px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 15px;
  color: #000;
}
.sorting-wrapper select:hover, .sorting-wrapper select:focus {
  border-color: #000;
}
@media (max-width: 768px) {
  .sorting-wrapper select {
    padding: 12px;
    font-size: 13px;
    padding-right: 24px;
    background-size: 8px 8px;
  }
}

.products-grid {
  display: -ms-grid;
  display: grid;
  gap: 32px;
  margin-bottom: 64px;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
.products-grid .product {
  position: relative;
}
@media (max-width: 1024px) {
  .products-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .products-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 32px;
  }
}
@media (max-width: 559px) {
  .products-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}

@media (min-width: 1024px) {
  .is-style-products-grid-2 .products-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .is-style-products-grid-3 .products-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .is-style-products-grid-4 .products-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-grid-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-min-content 20px 1fr 20px 24px 20px 56px;
  -ms-grid-rows: min-content 20px 1fr 20px 24px 20px 56px;
  grid-template-rows: -webkit-min-content 1fr 24px 56px;
  grid-template-rows: min-content 1fr 24px 56px;
  gap: 20px 0;
  position: relative;
  background: #fff;
  text-align: center;
}

.product-grid-item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.product-grid-item > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.product-grid-item > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.product-grid-item > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
@media (max-width: 768px) {
  .product-grid-item {
    -ms-grid-rows: -webkit-min-content 16px 1fr 16px 24px 16px 52px;
    -ms-grid-rows: min-content 16px 1fr 16px 24px 16px 52px;
    grid-template-rows: -webkit-min-content 1fr 24px 52px;
    grid-template-rows: min-content 1fr 24px 52px;
    gap: 16px 0;
  }
}
.product-grid-item .photo {
  display: block;
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 8px;
}
.product-grid-item .photo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-grid-item .photo a:hover {
  opacity: 0.5;
}
.product-grid-item .photo img {
  width: auto;
  height: 95%;
}
@media (min-width: 550px) {
  .product-grid-item .photo {
    aspect-ratio: 16/15;
  }
}
.product-grid-item .photo .product-wishlist-btn,
.product-grid-item .photo .product-remove-wishlist-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 10;
  color: #000;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.product-grid-item .photo .product-wishlist-btn em,
.product-grid-item .photo .product-remove-wishlist-btn em {
  display: none;
}
.product-grid-item .photo .product-wishlist-btn svg,
.product-grid-item .photo .product-remove-wishlist-btn svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
}
.product-grid-item .title,
.product-grid-item .price-wrap,
.product-grid-item .add-to-cart-wrap {
  padding-left: 16px;
  padding-right: 16px;
}
.product-grid-item .title {
  padding-bottom: 8px;
}
.product-grid-item .title {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .product-grid-item .title {
    font-size: calc(15px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-grid-item .title {
    font-size: 17px;
  }
}
.product-grid-item .title a {
  color: var(--theme-font-color);
  display: inline-block;
  line-height: 1.3;
}
.product-grid-item .title a:hover {
  text-decoration: underline;
}
@media (max-width: 550px) {
  .product-grid-item .title {
    padding-bottom: 0;
  }
}
.product-grid-item .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  gap: 0 12px;
}
.product-grid-item .price-wrap strong {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: var(--theme-font-color);
}
.product-grid-item .price-wrap strong {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .product-grid-item .price-wrap strong {
    font-size: calc(17px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-grid-item .price-wrap strong {
    font-size: 21px;
  }
}
.product-grid-item .price-wrap span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: var(--theme-second-font-color);
  text-decoration: line-through;
}
.product-grid-item .price-wrap span {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .product-grid-item .price-wrap span {
    font-size: calc(16px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-grid-item .price-wrap span {
    font-size: 18px;
  }
}
.product-grid-item .product-variant-link {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
.product-grid-item .product-variant-link svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.product-grid-item .product-add-to-cart {
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-left: auto;
  margin-right: auto;
}
.product-grid-item .product-add-to-cart span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
.product-grid-item .product-add-to-cart span svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.product-grid-item .product-add-to-cart span em {
  font-style: normal;
}
.product-grid-item .product-unavailable {
  width: 100%;
  background: #888;
  color: #fff;
  cursor: not-allowed;
}

.info-labels {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.info-labels .info-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 4px;
}

@media (min-width: 769px) {
  .products-wishlist-table {
    border-top: 1px solid #e1e1e1;
  }
}
@media (max-width: 768px) {
  .products-wishlist-table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 64px 32px;
  }
}
@media (max-width: 559px) {
  .products-wishlist-table {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 64px 24px;
  }
}

.product-wishlist-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 16px 1fr 16px 200px 16px 80px;
  grid-template-columns: 150px 1fr 200px 80px;
  gap: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-top: none;
}
.product-wishlist-item .photo {
  display: block;
  position: relative;
}
.product-wishlist-item .photo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-wishlist-item .photo a:hover {
  opacity: 0.5;
}
.product-wishlist-item .photo img {
  width: auto;
  height: 100%;
}
.product-wishlist-item .photo .product-wishlist-btn,
.product-wishlist-item .photo .product-remove-wishlist-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 10;
  color: #000;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.product-wishlist-item .photo .product-wishlist-btn em,
.product-wishlist-item .photo .product-remove-wishlist-btn em {
  display: none;
}
.product-wishlist-item .photo .product-wishlist-btn svg,
.product-wishlist-item .photo .product-remove-wishlist-btn svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
}
.product-wishlist-item .title {
  font-weight: 600;
}
.product-wishlist-item .title {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .product-wishlist-item .title {
    font-size: calc(17px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-wishlist-item .title {
    font-size: 19px;
  }
}
.product-wishlist-item .title a {
  color: var(--theme-font-color);
  display: inline-block;
  line-height: 1.3;
}
.product-wishlist-item .title a:hover {
  text-decoration: underline;
}
@media (max-width: 550px) {
  .product-wishlist-item .title {
    padding-bottom: 0;
  }
}
.product-wishlist-item .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  gap: 0 12px;
  text-align: center;
}
.product-wishlist-item .price-wrap strong {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: var(--theme-font-color);
}
.product-wishlist-item .price-wrap strong {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .product-wishlist-item .price-wrap strong {
    font-size: calc(16px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-wishlist-item .price-wrap strong {
    font-size: 18px;
  }
}
.product-wishlist-item .price-wrap span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: var(--theme-second-font-color);
  text-decoration: line-through;
}
.product-wishlist-item .price-wrap span {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .product-wishlist-item .price-wrap span {
    font-size: calc(16px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-wishlist-item .price-wrap span {
    font-size: 18px;
  }
}
.product-wishlist-item .add-to-cart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-wishlist-item .product-variant-link {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
.product-wishlist-item .product-variant-link svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.product-wishlist-item .product-add-to-cart {
  position: relative;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 100%;
  padding: 0;
  width: 56px;
  -ms-grid-column-align: center;
      justify-self: center;
}
.product-wishlist-item .product-add-to-cart span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.product-wishlist-item .product-add-to-cart span svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.product-wishlist-item .product-add-to-cart span em {
  font-style: normal;
}
.product-wishlist-item .product-unavailable {
  width: 100%;
  background: #888;
  color: #fff;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .product-wishlist-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: -webkit-min-content 20px 1fr 20px 24px 20px 56px;
    -ms-grid-rows: min-content 20px 1fr 20px 24px 20px 56px;
    grid-template-rows: -webkit-min-content 1fr 24px 56px;
    grid-template-rows: min-content 1fr 24px 56px;
    gap: 20px 0;
    position: relative;
    background: #fff;
    border: none;
  }
  .product-wishlist-item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .product-wishlist-item > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .product-wishlist-item > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .product-wishlist-item > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}

.wishlist-empty-info {
  display: block;
  padding: 64px;
  border: 1px solid #e1e1e1;
  text-align: center;
  margin-bottom: 64px;
}
.wishlist-empty-info p {
  margin-bottom: 0;
}
.wishlist-empty-info p {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .wishlist-empty-info p {
    font-size: calc(23px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .wishlist-empty-info p {
    font-size: 27px;
  }
}

.admin-panel-header-preview {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.admin-panel-header-preview .cover-prev {
  display: block;
  aspect-ratio: 16/10;
  background-color: #f1f1f1;
}

.home-header-v1 {
  margin-bottom: 64px;
  color: var(--font-color);
}
.home-header-v1.with-border {
  padding: 32px;
}
.home-header-v1 .desc {
  color: inherit;
}
.home-header-v1 .desc h1 {
  margin-bottom: 2rem;
  color: var(--heading-color);
  font-size: clamp(1.69rem, 2.53vw + 0.47rem, 2.75rem);
}
.home-header-v1 .desc h2 {
  margin-bottom: 2rem;
  color: var(--heading-color);
  font-size: clamp(1.5rem, 1.79vw + 0.64rem, 2.25rem);
}
.home-header-v1 .desc p {
  margin-bottom: 2rem;
  line-height: 1.5;
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
.home-header-v1 .desc p + p {
  margin-top: -12px;
}
.home-header-v1 .desc p:last-child {
  margin-bottom: 0;
}
.home-header-v1 .with-space {
  padding-top: 16px;
}
.home-header-v1 .element-wrapper .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-header-v1 .element-wrapper img {
  width: auto;
  height: auto;
  max-height: 80vh;
}
@media (min-width: 1024px) {
  .home-header-v1 .header-desc {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem 4rem;
  }
  .home-header-v1 .header-desc.only-text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .home-header-v1 .header-desc.only-text .button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-header-v1.text-align-left .header-desc.only-text {
    text-align: left;
  }
  .home-header-v1.partial {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home-header-v1.center-desc .header-desc {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .home-header-v1.center-desc .button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-header-v1.right-desc .desc {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-header-v1.right-desc .element-wrapper {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-header-v1.top-desc .header-desc, .home-header-v1.bottom-desc .header-desc {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .home-header-v1.top-desc .button-wrap, .home-header-v1.bottom-desc .button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-header-v1.top-desc .desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-header-v1.top-desc .element-wrapper {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .home-header-v1.bottom-desc .desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .home-header-v1.bottom-desc .element-wrapper {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (max-width: 1024px) {
  .home-header-v1 {
    padding: 3rem 0;
  }
  .home-header-v1 .header-desc {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 2.5rem 4rem;
    text-align: center;
  }
  .home-header-v1 .header-desc .desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .home-header-v1 .header-desc.only-text .desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-header-v1 .header-desc .element-wrapper {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-header-v1 .header-desc .button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .home-header-v1 {
    padding: 2.5rem 0;
  }
}

.sections-partial .home-header-v1 {
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}

.fixed-countdown-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1200;
  background: var(--countdown-color-bck);
  color: var(--countdown-color-text);
  padding: 20px 0;
}
.fixed-countdown-wrapper .container-flex {
  gap: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed-countdown-wrapper p {
  margin-bottom: 0;
}
.fixed-countdown-wrapper p {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .fixed-countdown-wrapper p {
    font-size: calc(15px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .fixed-countdown-wrapper p {
    font-size: 17px;
  }
}
.fixed-countdown-wrapper .button-wrap {
  margin-right: 0;
  margin-left: auto;
  white-space: nowrap;
}
.fixed-countdown-wrapper .button-wrap a {
  background: var(--countdown-button-bg);
  color: var(--countdown-button-text);
}
.fixed-countdown-wrapper .button-wrap a:hover {
  background: var(--countdown-button-bg-hover);
  color: var(--countdown-button-text-hover);
}
@media (max-width: 1024px) {
  .fixed-countdown-wrapper {
    padding: 16px 0;
  }
  .fixed-countdown-wrapper .container-flex {
    gap: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .fixed-countdown-wrapper .button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
}

.why-us-title {
  margin-bottom: 20px;
}
.why-us-title p {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}
.why-us-title p {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .why-us-title p {
    font-size: calc(21px + 6 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .why-us-title p {
    font-size: 27px;
  }
}

.why-us-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
.why-us-grid .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-bottom: 20px;
}
.why-us-grid .icon img {
  height: 48px;
  width: auto;
}
.why-us-grid .title {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
}
.why-us-grid .desc {
  font-size: 13px;
}
.why-us-grid .desc p {
  line-height: 1.3;
  margin-bottom: 6px;
}
.why-us-grid .desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .why-us-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px;
  }
  .why-us-grid .box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48px 20px 1fr;
    grid-template-columns: 48px 1fr;
    grid-gap: 8px 20px;
  }
  .why-us-grid .icon {
    margin-bottom: 0;
  }
  .why-us-grid .desc {
    font-size: 14px;
  }
}

.icon-boxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.icon-boxes .box {
  font-size: 13px;
}
.icon-boxes .box p {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  margin-bottom: 0;
  line-height: 1.45;
}
.icon-boxes .box p strong {
  font-size: 17px;
}
.icon-boxes .box .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  width: 64px;
  background: rgba(66, 51, 128, 0.1);
  background: rgba(255, 129, 99, 0.1);
  background-color: #f7ebff;
  border-radius: 50%;
}
.icon-boxes .box .icon img {
  height: 32px;
  width: auto;
}
@media (max-width: 768px) {
  .icon-boxes {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .icon-boxes {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .icon-boxes .box {
    font-size: 12px;
  }
  .icon-boxes .box p {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
  .icon-boxes .box p strong {
    font-size: 15px;
  }
  .icon-boxes .box .icon {
    width: 48px;
    height: 48px;
  }
  .icon-boxes .box .icon img {
    height: 24px;
  }
}

.my-help {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 40px 3fr;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
}
.my-help .desc ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.my-help .desc ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 1.45;
}
.my-help .desc ul li:last-child {
  margin-bottom: 0;
}
.my-help .desc ul li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: "";
}
.my-help .desc ul li:nth-child(1):before {
  background-color: #9a3b84;
}
.my-help .desc ul li:nth-child(2):before {
  background-color: #d95377;
}
.my-help .desc ul li:nth-child(3):before {
  background-color: #ff8163;
}
.my-help .desc ul li:nth-child(4):before {
  background-color: #ffbc59;
}
.my-help .desc ul li strong {
  display: block;
}
@media (max-width: 1024px) {
  .my-help {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .my-help .photo img {
    width: 100%;
    max-width: 400px;
  }
}

.product-testimonials-swiper .product-testimonial {
  padding: 24px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
}
.product-testimonials-swiper .product-testimonial .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.product-testimonials-swiper .product-testimonial .stars svg {
  width: 16px;
  height: 16px;
}
.product-testimonials-swiper .product-testimonial .testimonial-header {
  margin-bottom: 16px;
}
.product-testimonials-swiper .product-testimonial .testimonial-header p {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
}
.product-testimonials-swiper .product-testimonial .testimonial-content {
  font-size: 15px;
}
.product-testimonials-swiper .product-testimonial .testimonial-content p {
  margin-bottom: 0;
  line-height: 1.45;
}
.product-testimonials-swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.product-testimonials-swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 13px;
  height: 13px;
  border: 2px solid #423380;
  cursor: pointer;
  border-radius: 50%;
}
.product-testimonials-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #423380;
}

/* --------------------------------

File#: _1_accordion
Title: Accordion
Descr: Create stacked sections of content and allow the user to expand/collapse them
Usage: codyhouse.co/license

-------------------------------- */
:root {
  /* general */
  --accordion-border-width: 1px;
  /* icon */
  --accordion-icon-size: 20px;
  --accordion-icon-stroke-width: 2px;
}

ul.faq-accordion {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 0;
}
ul.faq-accordion .accordion__item {
  padding: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
ul.faq-accordion .accordion__header {
  /* button */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  background: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}
ul.faq-accordion .accordion__header .icon {
  --size: var(--accordion-icon-size);
  width: var(--size);
  height: var(--size);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #d06b94;
}
ul.faq-accordion .accordion__header .icon .icon__group {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  stroke-width: var(--accordion-icon-stroke-width);
}

ul.product-toc-accordion {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 0;
}
ul.product-toc-accordion .accordion__item {
  padding: 24px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 15px;
}
ul.product-toc-accordion .accordion__item.accordion__item--is-open {
  border-color: #423380;
  -webkit-box-shadow: 0 0 0 4px rgba(66, 51, 128, 0.1);
          box-shadow: 0 0 0 4px rgba(66, 51, 128, 0.1);
}
ul.product-toc-accordion .accordion__item .text-component > :first-child:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
ul.product-toc-accordion .accordion__item .text-component > :last-child:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
ul.product-toc-accordion .accordion__item .text-component > * {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media (max-width: 1024px) {
  ul.product-toc-accordion .accordion__item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  ul.product-toc-accordion .accordion__item {
    padding: 16px;
    font-size: 13px;
  }
}
ul.product-toc-accordion .accordion__header {
  /* button */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  background: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}
ul.product-toc-accordion .accordion__header .icon {
  --size: 16px;
  width: var(--size);
  height: var(--size);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.product-toc-accordion .accordion__header .icon .icon__group {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  stroke-width: var(--accordion-icon-stroke-width);
}

.accordion__icon-arrow .icon__group {
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.accordion__icon-arrow .icon__group > * {
  -webkit-transform-origin: 10px 14px;
          transform-origin: 10px 14px;
}

.accordion__item--is-open > .accordion__header > .accordion__icon-arrow .icon__group {
  /* animated arrow icon */
}
.accordion__item--is-open > .accordion__header > .accordion__icon-arrow .icon__group > *:first-child {
  -webkit-transform: translateY(-8px) rotate(-90deg);
          transform: translateY(-8px) rotate(-90deg);
}
.accordion__item--is-open > .accordion__header > .accordion__icon-arrow .icon__group > *:last-child {
  -webkit-transform: translateY(-8px) rotate(90deg);
          transform: translateY(-8px) rotate(90deg);
}

.accordion__panel {
  display: none;
  will-change: height;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  padding-top: 16px;
  line-height: 1.4;
  font-size: 17px;
}

.accordion__item--is-open > .accordion__panel {
  display: block;
}

/* animations */
.accordion[data-animation=on] .accordion__item--is-open .accordion__panel > * {
  -webkit-animation: accordion-entry-animation 0.4s var(--ease-out);
          animation: accordion-entry-animation 0.4s var(--ease-out);
}
.accordion[data-animation=on] .accordion__icon-arrow .icon__group,
.accordion[data-animation=on] .accordion__icon-arrow-v2 .icon__group,
.accordion[data-animation=on] .accordion__icon-plus .icon__group {
  -webkit-transition: -webkit-transform 0.3s var(--ease-out);
  transition: -webkit-transform 0.3s var(--ease-out);
  transition: transform 0.3s var(--ease-out);
  transition: transform 0.3s var(--ease-out), -webkit-transform 0.3s var(--ease-out);
}
.accordion[data-animation=on] .accordion__icon-arrow .icon__group > *,
.accordion[data-animation=on] .accordion__icon-arrow-v2 .icon__group > *,
.accordion[data-animation=on] .accordion__icon-plus .icon__group > * {
  -webkit-transition: stroke-dashoffset 0.3s, -webkit-transform 0.3s;
  transition: stroke-dashoffset 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, stroke-dashoffset 0.3s;
  transition: transform 0.3s, stroke-dashoffset 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: var(--ease-out);
          transition-timing-function: var(--ease-out);
}

@-webkit-keyframes accordion-entry-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes accordion-entry-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/**
 * Swiper 9.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 8, 2023
 */
@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: #000;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.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-cube-shadow {
  -webkit-transform-style: preserve-3d;
          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 {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          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-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.footer-wrapper {
  display: block;
  background: #423380;
  color: #fff;
  padding-top: 64px;
  padding-bottom: 32px;
}
.footer-wrapper .menu-row {
  border-bottom: 1px solid #2f245c;
  padding-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-wrapper .menu-row .footer-col {
  width: 33%;
}
.footer-wrapper .menu-row .footer-col .logo,
.footer-wrapper .menu-row .footer-col > p {
  display: block;
  margin-bottom: 24px;
}
.footer-wrapper .menu-row .footer-col > p {
  line-height: 48px;
  font-size: 19px;
}
.footer-wrapper .menu-row .footer-col ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (max-width: 1024px) {
  .footer-wrapper .menu-row {
    gap: 32px;
  }
  .footer-wrapper .menu-row .footer-col {
    width: 100%;
  }
  .footer-wrapper .menu-row .footer-col .logo,
  .footer-wrapper .menu-row .footer-col > p {
    margin-bottom: 12px;
  }
  .footer-wrapper .menu-row .footer-col > p {
    line-height: 1.2;
    font-size: 17px;
  }
}
.footer-wrapper h1,
.footer-wrapper h2,
.footer-wrapper h3,
.footer-wrapper h4,
.footer-wrapper h5,
.footer-wrapper h6 {
  color: var(--footer-color);
}
.footer-wrapper a {
  color: #fff;
}
.footer-wrapper a:hover {
  display: unset;
}
.footer-wrapper .copyright-row {
  padding-top: 32px;
  font-size: 13px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.footer-wrapper .copyright-row p {
  margin-bottom: 0;
}
.footer-wrapper .copyright-row p:last-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 0 8px;
  color: #131313;
  background: #fff;
  border-radius: 4px;
  padding: 6px 10px;
}
.footer-wrapper .copyright-row p:last-child a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-wrapper .copyright-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-wrapper .copyright-row p:nth-child(1) {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .footer-wrapper .copyright-row p:nth-child(2) {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .footer-wrapper .copyright-row p:nth-child(3) {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .footer-wrapper .copyright-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
}
.footer-wrapper .copyright-row a {
  color: inherit;
}
.footer-wrapper .copyright-row a:hover {
  text-decoration: underline;
}

body.single-cpt_offer .footer-wrapper {
  padding-bottom: 70px;
}

.user-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  visibility: hidden;
  background: #000;
}
.user-overlay.is-active {
  opacity: 0.8;
  visibility: visible;
}

.simple-footer {
  color: var(--simple-footer-color);
  background: var(--simple-footer-background);
}
.simple-footer hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  background: var(--simple-footer-line);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.simple-footer a {
  color: var(--simple-footer-link);
}
.simple-footer a:hover {
  color: var(--simple-footer-link-hover);
}
.simple-footer .contact-row {
  padding-top: 32px;
  padding-bottom: 32px;
  gap: 0 8px;
}
.simple-footer .contact-row p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 2;
}
.simple-footer .contact-row p a {
  text-decoration: underline;
  font-weight: 700;
}
.simple-footer .contact-row p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.simple-footer .contact-row p:first-child svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.simple-footer .copyright-row {
  font-size: 14px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.simple-footer .copyright-row p {
  margin-bottom: 0;
}
.simple-footer .copyright-row p a {
  color: inherit;
}
.simple-footer .copyright-row p a:hover {
  text-decoration: underline;
}
.simple-footer .copyright-row p:last-child {
  background: #fff;
  border-radius: 4px;
}
.simple-footer .copyright-row p:last-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  color: #000;
}
.simple-footer .copyright-row p:last-child a:hover {
  text-decoration: none;
}
@media (max-width: 1100px) {
  .simple-footer .contact-row p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .simple-footer .contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .simple-footer .contact-row p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .simple-footer .contact-row p:last-child {
    padding-left: 0;
    margin: 0;
  }
  .simple-footer .copyright-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px 0;
    padding-top: 32px;
    text-align: center;
  }
  .simple-footer .copyright-row p:last-child a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
:root {
  --padding: 16px;
  --radius-sm: calc(var(--radius, 0.375em)/2);
  --radius-md: var(--radius, 0.375em);
  --radius-lg: calc(var(--radius, 0.375em)*2);
  --shadow-ring: 0 0 0 1px hsla(0, 0%, 0%, 0.05);
  --shadow-xs: 0 0.1px 0.3px hsla(0, 0%, 0%, 0.06),
                0 1px 2px hsla(0, 0%, 0%, 0.12);
  --shadow-sm: 0 0.3px 0.4px hsla(0, 0%, 0%, 0.025),
                0 0.9px 1.5px hsla(0, 0%, 0%, 0.05),
                0 3.5px 6px hsla(0, 0%, 0%, 0.1);
  --shadow-md: 0 0.9px 1.5px hsla(0, 0%, 0%, 0.03),
                0 3.1px 5.5px hsla(0, 0%, 0%, 0.08),
                0 14px 25px hsla(0, 0%, 0%, 0.12);
  --shadow-lg: 0 1.2px 1.9px -1px hsla(0, 0%, 0%, 0.014),
                0 3.3px 5.3px -1px hsla(0, 0%, 0%, 0.038),
                0 8.5px 12.7px -1px hsla(0, 0%, 0%, 0.085),
                0 30px 42px -1px hsla(0, 0%, 0%, 0.15);
  --shadow-xl: 0 1.5px 2.1px -6px hsla(0, 0%, 0%, 0.012),
                0 3.6px 5.2px -6px hsla(0, 0%, 0%, 0.035),
                0 7.3px 10.6px -6px hsla(0, 0%, 0%, 0.07),
                0 16.2px 21.9px -6px hsla(0, 0%, 0%, 0.117),
                0 46px 60px -6px hsla(0, 0%, 0%, 0.2);
  --inner-glow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075);
  --inner-glow-top: inset 0 1px 0.5px hsla(0, 0%, 100%, 0.075);
  --ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --inner-glow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075);
  --inner-glow-top: inset 0 1px 0.5px hsla(0, 0%, 100%, 0.075);
  --bck-color: var(--theme-bck);
  --font-color: var(--theme-font-color);
  --heading-color: #423380;
  --heading-line: var(--theme-headings-line);
  --links-color: var(--theme-links-color);
  --links-color-hover: var(--theme-links-color-hover);
  background: var(--bck-color);
  color: var(--font-color);
}

body h1,
body h2,
body h3,
body h4,
body h5 {
  color: var(--heading-color);
}
body .subtitle.with-line p:after {
  background: var(--heading-line);
}
body .button-wrap a {
  color: var(--button-text);
  background: var(--button-bg);
}
body .button-wrap a:hover {
  color: var(--button-text-hover);
  background: var(--button-bg-hover);
}

.white-theme {
  --light-scheme-font-color: #000000;
  --light-scheme-links-color: #e02424;
  --light-scheme-links-color-hover: #e02424;
  --light-scheme-headings-color: #000000;
  --light-scheme-headings-line: #000000;
  --light-scheme-button-color: #000000;
  --light-scheme-button-color-hover: #e02424;
  --light-scheme-button-text: #ffffff;
  --light-scheme-button-text-hover: #ffffff;
  --dark-scheme-font-color: var(--light-scheme-font-color);
  --dark-scheme-links-color: var(--light-scheme-links-color);
  --dark-scheme-links-color-hover: var(--light-scheme-links-color-hover);
  --dark-scheme-headings-color: var(--light-scheme-headings-color);
  --dark-scheme-headings-line: var(--light-scheme-headings-line);
  --dark-scheme-button-color: var(--light-scheme-button-color);
  --dark-scheme-button-color-hover: var(--light-scheme-button-color-hover);
  --dark-scheme-button-text: var(--light-scheme-button-text);
  --dark-scheme-button-text-hover: var(--light-scheme-button-text-hover);
}

.black-theme {
  --light-scheme-font-color: #ffffff;
  --light-scheme-links-color: #faca15;
  --light-scheme-links-color-hover: #e02424;
  --light-scheme-headings-color: #ffffff;
  --light-scheme-headings-line: #ffffff;
  --light-scheme-button-color: #faca15;
  --light-scheme-button-color-hover: #e02424;
  --light-scheme-button-text: #000000;
  --light-scheme-button-text-hover: #ffffff;
  --dark-scheme-font-color: var(--light-scheme-font-color);
  --dark-scheme-links-color: var(--light-scheme-links-color);
  --dark-scheme-links-color-hover: var(--light-scheme-links-color-hover);
  --dark-scheme-headings-color: var(--light-scheme-headings-color);
  --dark-scheme-headings-line: var(--light-scheme-headings-line);
  --dark-scheme-button-color: var(--light-scheme-button-color);
  --dark-scheme-button-color-hover: var(--light-scheme-button-color-hover);
  --dark-scheme-button-text: var(--light-scheme-button-text);
  --dark-scheme-button-text-hover: var(--light-scheme-button-text-hover);
}

.yellow-theme {
  --light-scheme-font-color: #000000;
  --light-scheme-links-color: #000000;
  --light-scheme-links-color-hover: #e02424;
  --light-scheme-headings-color: #000000;
  --light-scheme-headings-line: #000000;
  --light-scheme-button-color: #000000;
  --light-scheme-button-color-hover: #e02424;
  --light-scheme-button-text: #ffffff;
  --light-scheme-button-text-hover: #ffffff;
  --dark-scheme-font-color: var(--light-scheme-font-color);
  --dark-scheme-links-color: var(--light-scheme-links-color);
  --dark-scheme-links-color-hover: var(--light-scheme-links-color-hover);
  --dark-scheme-headings-color: var(--light-scheme-headings-color);
  --dark-scheme-headings-line: var(--light-scheme-headings-line);
  --dark-scheme-button-color: var(--light-scheme-button-color);
  --dark-scheme-button-color-hover: var(--light-scheme-button-color-hover);
  --dark-scheme-button-text: var(--light-scheme-button-text);
  --dark-scheme-button-text-hover: var(--light-scheme-button-text-hover);
}

:root {
  --acces-icon-size: 40px;
  --acces-padding: 16px;
}

.accessibility-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px calc(var(--acces-icon-size) * 4 + var(--acces-padding) * 5);
  grid-template-columns: 64px calc(var(--acces-icon-size) * 4 + var(--acces-padding) * 5);
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1100;
  -webkit-transform: translateX(calc(var(--acces-icon-size) * 4 + var(--acces-padding) * 5));
          transform: translateX(calc(var(--acces-icon-size) * 4 + var(--acces-padding) * 5));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .accessibility-panel {
    -ms-grid-columns: 48px calc(var(--acces-icon-size) * 4 + var(--acces-padding) * 5);
    grid-template-columns: 48px calc(var(--acces-icon-size) * 4 + var(--acces-padding) * 5);
  }
}
.accessibility-panel .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 64px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  z-index: 20;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  -webkit-box-shadow: 0px 1.7px 2.2px rgba(0, 0, 0, 0.02), 0px 4.1px 5.3px rgba(0, 0, 0, 0.028), 0px 7.6px 10px rgba(0, 0, 0, 0.035), 0px 13.6px 17.9px rgba(0, 0, 0, 0.042), 0px 25.5px 33.4px rgba(0, 0, 0, 0.05), 0px 61px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1.7px 2.2px rgba(0, 0, 0, 0.02), 0px 4.1px 5.3px rgba(0, 0, 0, 0.028), 0px 7.6px 10px rgba(0, 0, 0, 0.035), 0px 13.6px 17.9px rgba(0, 0, 0, 0.042), 0px 25.5px 33.4px rgba(0, 0, 0, 0.05), 0px 61px 80px rgba(0, 0, 0, 0.07);
}
.accessibility-panel .content svg {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .accessibility-panel .content {
    width: 48px;
    height: 48px;
    padding: 10px;
  }
  .accessibility-panel .content svg {
    width: 28px;
    height: 28px;
  }
}
.accessibility-panel .hidden-content {
  padding: var(--acces-padding);
  background: #ffffff;
  position: relative;
  z-index: 10;
}
.accessibility-panel .hidden-content p {
  font-size: 15px;
}
.accessibility-panel .hidden-content ul {
  list-style: none;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--acces-padding) 1fr var(--acces-padding) 1fr var(--acces-padding) 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--acces-padding);
}
.accessibility-panel .hidden-content ul button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--acces-icon-size);
  height: var(--acces-icon-size);
  margin: 0;
  padding: 0;
  border: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
}
.accessibility-panel .hidden-content .contrast-list {
  margin-bottom: 24px;
}
.accessibility-panel .hidden-content .contrast-list button[data-theme=reset] {
  background: #f1f1f1;
  color: #999999;
  text-decoration: line-through;
}
.accessibility-panel .hidden-content .contrast-list button[data-theme=white-theme] {
  background: #ffffff;
  color: #000000;
}
.accessibility-panel .hidden-content .contrast-list button[data-theme=black-theme] {
  background: #000000;
  color: #ffffff;
}
.accessibility-panel .hidden-content .contrast-list button[data-theme=yellow-theme] {
  background: #faca15;
  color: #000000;
}
.accessibility-panel .hidden-content .text-list button:hover {
  background: #f1f1f1;
}
.accessibility-panel.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.accessibility-panel.active .content {
  -webkit-box-shadow: -2px 1.7px 2.2px rgba(0, 0, 0, 0.016), -4px 4.1px 5.3px rgba(0, 0, 0, 0.02), -8px 7.6px 10px rgba(0, 0, 0, 0.028), -13px 13.6px 17.9px rgba(0, 0, 0, 0.036), -25px 25.5px 33.4px rgba(0, 0, 0, 0.04), -61px 61px 80px rgba(0, 0, 0, 0.055);
          box-shadow: -2px 1.7px 2.2px rgba(0, 0, 0, 0.016), -4px 4.1px 5.3px rgba(0, 0, 0, 0.02), -8px 7.6px 10px rgba(0, 0, 0, 0.028), -13px 13.6px 17.9px rgba(0, 0, 0, 0.036), -25px 25.5px 33.4px rgba(0, 0, 0, 0.04), -61px 61px 80px rgba(0, 0, 0, 0.055);
}
.accessibility-panel.active .hidden-content {
  -webkit-box-shadow: 0px 1.7px 2.2px rgba(0, 0, 0, 0.02), 0px 4.1px 5.3px rgba(0, 0, 0, 0.028), 0px 7.6px 10px rgba(0, 0, 0, 0.035), 0px 13.6px 17.9px rgba(0, 0, 0, 0.042), 0px 25.5px 33.4px rgba(0, 0, 0, 0.05), 0px 61px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1.7px 2.2px rgba(0, 0, 0, 0.02), 0px 4.1px 5.3px rgba(0, 0, 0, 0.028), 0px 7.6px 10px rgba(0, 0, 0, 0.035), 0px 13.6px 17.9px rgba(0, 0, 0, 0.042), 0px 25.5px 33.4px rgba(0, 0, 0, 0.05), 0px 61px 80px rgba(0, 0, 0, 0.07);
}

.white-theme {
  border-color: #000 !important;
}
.white-theme .full-section,
.white-theme .spacer-section,
.white-theme .home-header-v1,
.white-theme .top-fixed-wrapper,
.white-theme .footer-wrapper,
.white-theme .free-chapter-wrapper,
.white-theme .free-chapter-wrapper .free-chapter,
.white-theme .summary-list-wrap {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.white-theme .testimonials-grid .testimonial {
  background-color: #ffffff !important;
}
.white-theme .order-v3 .single-product {
  background: #ffffff !important;
}
.white-theme .order-v4 .single-product {
  background: #ffffff !important;
}
.white-theme .order-v4 .single-product:nth-child(2) {
  background: #ffffff !important;
}
.white-theme .toc-v1 .row .page strong {
  color: #000000;
  background: #ffffff !important;
}
.white-theme .toc-v1 .row .page em {
  color: #000000;
  background: #ffffff !important;
}
.white-theme .toc-v2 .row .page strong {
  color: #000000;
  background: #ffffff !important;
}
.white-theme .toc-v2 .row .page em {
  color: #000000;
  background: #ffffff !important;
}
.white-theme .toc-v3 .row {
  border: 1px solid #000000;
}
.white-theme .toc-v4 .line:before {
  border-bottom: 3px dotted #000000;
}
.white-theme .toc-v4 .line p, .white-theme .toc-v4 .line span {
  background: #ffffff;
}
.white-theme .info-boxes.info-boxes-v2 .icon {
  background: #ffffff;
}
.white-theme .info-boxes.info-boxes-v3 .box {
  border: 1px solid #000000;
}
.white-theme .info-boxes.info-boxes-v5 .icon {
  background: #ffffff;
}
.white-theme .light-scheme .form-grid button span,
.white-theme .light-scheme .button-wrap a span {
  background-image: url(images/arrow-right-long-white.svg);
}
.white-theme .light-scheme .form-grid button:hover span,
.white-theme .light-scheme .button-wrap a:hover span {
  background-image: url(images/arrow-right-long-white.svg);
}
.white-theme .dark-scheme .form-grid button span,
.white-theme .dark-scheme .button-wrap a span {
  background-image: url(images/arrow-right-long-white.svg);
}
.white-theme .dark-scheme .form-grid button:hover span,
.white-theme .dark-scheme .button-wrap a:hover span {
  background-image: url(images/arrow-right-long-white.svg);
}

.black-theme .top-fixed-wrapper .nav-toggle {
  border-color: #ffffff;
}
.black-theme .top-fixed-wrapper .nav-toggle span {
  background-image: url(images/menu-white.svg);
}
.black-theme .top-fixed-wrapper.dark-scheme .nav-toggle {
  border-color: #ffffff;
}
.black-theme .top-fixed-wrapper.dark-scheme .nav-toggle span {
  background-image: url(images/menu-white.svg);
}
.black-theme .full-section,
.black-theme .spacer-section,
.black-theme .home-header-v1,
.black-theme .top-fixed-wrapper,
.black-theme .footer-wrapper,
.black-theme .free-chapter-wrapper,
.black-theme .free-chapter-wrapper .free-chapter,
.black-theme .summary-list-wrap {
  background-color: #000 !important;
  border-color: #000 !important;
}
.black-theme .testimonials-grid .testimonial {
  background-color: #000 !important;
}
.black-theme .order-v3 .single-product {
  background: #000 !important;
}
.black-theme .order-v4 .single-product {
  background: #000 !important;
}
.black-theme .order-v4 .single-product:nth-child(2) {
  background: #000 !important;
}
.black-theme .accordion__header {
  color: #fff !important;
}
.black-theme .toc-v1 .row .page strong {
  color: #ffffff;
  background: #000 !important;
}
.black-theme .toc-v1 .row .page em {
  color: #ffffff;
  background: #000 !important;
}
.black-theme .toc-v2 .row .page strong {
  color: #ffffff;
  background: #000 !important;
}
.black-theme .toc-v2 .row .page em {
  color: #ffffff;
  background: #000 !important;
}
.black-theme .toc-v3 .row {
  border: 1px solid #ffffff;
}
.black-theme .toc-v4 .line:before {
  border-bottom: 3px dotted #ffffff;
}
.black-theme .toc-v4 .line p, .black-theme .toc-v4 .line span {
  background: #000000;
}
.black-theme .info-boxes.info-boxes-v2 .icon {
  background: #000000;
}
.black-theme .info-boxes.info-boxes-v3 .box {
  border: 1px solid #ffffff;
}
.black-theme .info-boxes.info-boxes-v5 .icon {
  background: #000000;
}
.black-theme .light-scheme .form-grid button span,
.black-theme .light-scheme .button-wrap a span {
  background-image: url(images/arrow-right-long-black.svg);
}
.black-theme .light-scheme .form-grid button:hover span,
.black-theme .light-scheme .button-wrap a:hover span {
  background-image: url(images/arrow-right-long-white.svg);
}
.black-theme .dark-scheme .form-grid button span,
.black-theme .dark-scheme .button-wrap a span {
  background-image: url(images/arrow-right-long-black.svg);
}
.black-theme .dark-scheme .form-grid button:hover span,
.black-theme .dark-scheme .button-wrap a:hover span {
  background-image: url(images/arrow-right-long-white.svg);
}

.yellow-theme .full-section,
.yellow-theme .spacer-section,
.yellow-theme .home-header-v1,
.yellow-theme .top-fixed-wrapper,
.yellow-theme .footer-wrapper,
.yellow-theme .free-chapter-wrapper,
.yellow-theme .free-chapter-wrapper .free-chapter,
.yellow-theme .summary-list-wrap {
  background-color: #faca15 !important;
  border-color: #faca15 !important;
}
.yellow-theme .testimonials-grid .testimonial {
  background-color: #faca15 !important;
}
.yellow-theme .order-v3 .single-product {
  background: #faca15 !important;
}
.yellow-theme .order-v4 .single-product {
  background: #faca15 !important;
}
.yellow-theme .order-v4 .single-product:nth-child(2) {
  background: #faca15 !important;
}
.yellow-theme .toc-v1 .row .page strong {
  color: #000000;
  background: #faca15 !important;
}
.yellow-theme .toc-v1 .row .page em {
  color: #000000;
  background: #faca15 !important;
}
.yellow-theme .toc-v2 .row .page strong {
  color: #000000;
  background: #faca15 !important;
}
.yellow-theme .toc-v2 .row .page em {
  color: #000000;
  background: #faca15 !important;
}
.yellow-theme .toc-v3 .row {
  border: 1px solid #000000;
}
.yellow-theme .toc-v4 .line:before {
  border-bottom: 3px dotted #000000;
}
.yellow-theme .toc-v4 .line p, .yellow-theme .toc-v4 .line span {
  background: #faca15;
}
.yellow-theme .info-boxes.info-boxes-v2 .icon {
  background: #faca15;
}
.yellow-theme .info-boxes.info-boxes-v3 .box {
  border: 1px solid #000000;
}
.yellow-theme .info-boxes.info-boxes-v5 .icon {
  background: #faca15;
}
.yellow-theme .light-scheme .form-grid button span,
.yellow-theme .light-scheme .button-wrap a span {
  background-image: url(images/arrow-right-long-white.svg);
}
.yellow-theme .light-scheme .form-grid button:hover span,
.yellow-theme .light-scheme .button-wrap a:hover span {
  background-image: url(images/arrow-right-long-white.svg);
}
.yellow-theme .dark-scheme .form-grid button span,
.yellow-theme .dark-scheme .button-wrap a span {
  background-image: url(images/arrow-right-long-white.svg);
}
.yellow-theme .dark-scheme .form-grid button:hover span,
.yellow-theme .dark-scheme .button-wrap a:hover span {
  background-image: url(images/arrow-right-long-white.svg);
}

html.regular-theme {
  font-size: 16px;
}

html.big-theme {
  font-size: 19px;
}

html.bigger-theme {
  font-size: 22px;
}

/* --------------------------------

File#: _1_drawer
Title: Drawer
Descr: A slide-in panel used to display critical content
Usage: codyhouse.co/license

-------------------------------- */
/* reset */
/* icons */
.drawer__icon {
  height: var(--dp8-size, 1em);
  width: var(--dp8-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: initial;
}

.dp8-icon--xs {
  --dp8-size: 16px;
}

/* component */
:root {
  --drawer-width: 400px;
}

.drawer {
  position: fixed;
  z-index: 1500;
  height: 100%;
  width: 100%;
  max-width: var(--drawer-width);
  top: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
}

.drawer:focus {
  outline: none;
}

.drawer--is-visible {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}

.drawer--open-left {
  right: auto;
  left: 0;
}

.drawer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.drawer--open-left .drawer__content {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drawer--is-visible .drawer__content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer__body {
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.drawer__body .main-menu {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 20px;
}
.drawer__body .main-menu a {
  display: block;
  padding: 6px 0;
  font-size: 21px;
  color: #000;
}
.drawer__body .social {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  padding: 20px;
}
.drawer__body .social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  color: #000;
}
.drawer__body .social a svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.drawer__close-btn {
  --icon-size: 32px;
  width: var(--icon-size);
  height: var(--icon-size);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 100;
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
}

.drawer--modal {
  max-width: none;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s, visibility 0s 0.3s;
  transition: background-color 0.3s, visibility 0s 0.3s;
}

.drawer--modal.drawer--is-visible {
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.drawer--modal.drawer--open-left .drawer__content {
  right: auto;
  left: 0;
}

.drawer--modal .drawer__content {
  max-width: var(--drawer-width);
}

.drawer-cart-title {
  padding: 16px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
}
.drawer-cart-title p {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0;
}

.drawer-cart-body {
  padding: 20px;
}

.drawer-cart-summary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 20px;
  border-top: 1px solid #e1e1e1;
}
.drawer-cart-summary p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 19px;
  line-height: 1.2;
}

.drawer-cart-buttons {
  padding: 20px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.drawer-cart-buttons a {
  width: 100%;
}

.drawer-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drawer-cart .drawer-cart-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 16px 1fr 16px 100px;
  grid-template-columns: 80px 1fr 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
.drawer-cart .drawer-cart-item:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
.drawer-cart .drawer-cart-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  line-height: 1.2;
}
.drawer-cart .drawer-cart-item .title p {
  margin-bottom: 0;
}
.drawer-cart .drawer-cart-item .title p.name {
  font-size: 17px;
}
.drawer-cart .drawer-cart-item .title p.variant-info {
  font-size: 13px;
}
.drawer-cart .drawer-cart-item .title p.quantity {
  font-size: 13px;
  color: #999;
}
.drawer-cart .drawer-cart-item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  text-align: center;
  line-height: 1;
}
.drawer-cart .drawer-cart-item .price strong {
  display: block;
}
.drawer-cart .drawer-cart-item .price span {
  display: block;
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
}
.drawer-cart .drawer-cart-item .remove {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.drawer-cart .drawer-cart-item .remove button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  width: 12px;
  height: 12px;
}
.drawer-cart .drawer-cart-item .remove button svg {
  vertical-align: top;
  width: 12px;
  height: 12px;
  fill: #b1b1b1;
}
.drawer-cart .drawer-cart-item .remove button:hover svg {
  fill: #000;
}

.message404 {
  display: block;
  text-align: center;
  padding: 64px 0 128px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.message404 .image {
  display: block;
  margin-bottom: 32px;
}
.message404 .image img {
  max-height: 200px;
}
.message404 .title {
  display: block;
  margin-bottom: 32px;
}
.message404 .title span {
  display: block;
  font-weight: bold;
}
.message404 .title span {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .message404 .title span {
    font-size: calc(32px + 12 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .message404 .title span {
    font-size: 44px;
  }
}
.message404 .content {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .message404 .content {
    font-size: calc(17px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .message404 .content {
    font-size: 21px;
  }
}
.message404 .content a {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .message404 {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .message404 {
    padding-top: 32px;
  }
}

.no-products-found {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 40px;
  padding: 32px 0 128px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-products-found p {
  margin-bottom: 24px;
}
.no-products-found p {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .no-products-found p {
    font-size: calc(21px + 6 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .no-products-found p {
    font-size: 27px;
  }
}
.no-products-found ul {
  list-style: circle;
  margin: 0 0 24px 32px;
  line-height: 2;
}
@media (max-width: 1024px) {
  .no-products-found {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  @charset "UTF-8";
  /*!
   * mmenu.js
   * mmenujs.com
   *
   * Copyright (c) Fred Heusschen
   * frebsite.nl
   *
   * License: CC-BY-NC-4.0
   * http://creativecommons.org/licenses/by-nc/4.0/
   */
  :root {
    --mm-lineheight: 22px ;
  }
  .mm-hidden {
    display: none !important;
  }
  .mm-wrapper {
    overflow-x: hidden;
    position: relative;
  }
  .mm-menu .menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
  }
  .mm-menu .menu-close svg {
    width: 16px;
    height: 16px;
    fill: #000;
  }
  .mm-menu,
  .mm-menu *,
  .mm-menu :after,
  .mm-menu :before {
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  :root {
    --mm-blocker-visibility-delay: 0.4s;
    --mm-blocker-opacity-delay: 0s ;
  }
  .mm-blocker {
    display: block;
    position: absolute;
    bottom: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    background: var(--mm-color-background);
    -webkit-transition: bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), -webkit-transform 0.4s ease;
    transition: bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), -webkit-transform 0.4s ease;
    transition: bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease;
    transition: bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .mm-blocker:focus-visible {
    opacity: 0.75;
  }
  .mm-btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 50px;
    padding: 0;
  }
  .mm-btn--next,
  [dir=rtl] .mm-btn--prev {
    --mm-btn-rotate: 135deg ;
  }
  .mm-btn--prev,
  [dir=rtl] .mm-btn--next {
    --mm-btn-rotate: -45deg ;
  }
  .mm-btn--next:after,
  .mm-btn--prev:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid var(--mm-color-icon);
    border-bottom: none;
    border-right: none;
    -webkit-transform: rotate(var(--mm-btn-rotate));
    transform: rotate(var(--mm-btn-rotate));
  }
  .mm-btn--prev:before {
    inset-inline-start: 23px;
  }
  .mm-btn--next:after {
    inset-inline-end: 23px;
  }
  .mm-btn--close:before {
    content: "×";
    font-size: 150%;
  }
  .mm-btnreset {
    padding: 0;
    background: 0 0;
    border: none;
    cursor: pointer;
  }
  .mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: sticky;
    z-index: 2;
    top: 0;
    min-height: var(--mm-lineheight);
    padding: calc((var(--mm-listitem-size) * 0.65 - var(--mm-lineheight)) * 0.5) 20px;
    font-size: 75%;
    text-transform: uppercase;
    background: var(--mm-color-background);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mm-color-background-highlight)), to(var(--mm-color-background-highlight)));
    background-image: linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight));
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .mm-navbar:not(.mm-hidden) ~ .mm-listview .mm-divider {
    top: var(--mm-navbar-size);
  }
  :root {
    --mm-listitem-size: 56px ;
  }
  .mm-listitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    margin: 0;
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
  }
  .mm-listitem:after {
    content: "";
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    inset-inline-start: 20px;
    inset-inline-end: 0;
    bottom: 0;
  }
  .mm-listitem__btn,
  .mm-listitem__text {
    padding: calc((var(--mm-listitem-size) - var(--mm-lineheight)) / 2) 0;
  }
  .mm-listitem__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .mm-listitem__btn {
    display: block;
    position: relative;
    width: auto;
    -webkit-padding-end: 50px;
    padding-inline-end: 50px;
    border-color: inherit;
    background: rgba(3, 2, 1, 0);
  }
  .mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 1px;
    border-left-style: solid;
  }
  .mm-listitem--selected > .mm-listitem__text {
    background: var(--mm-color-background-emphasis);
  }
  .mm-listitem--opened > .mm-listitem__btn,
  .mm-listitem--opened > .mm-panel {
    background: var(--mm-color-background-highlight);
  }
  .mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
  }
  .mm-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    line-height: var(--mm-lineheight);
    -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mm-menu ::-webkit-input-placeholder {
    color: var(--mm-color-text-dimmed);
  }
  .mm-menu ::-moz-placeholder {
    color: var(--mm-color-text-dimmed);
  }
  .mm-menu :-ms-input-placeholder {
    color: var(--mm-color-text-dimmed);
  }
  .mm-menu ::-ms-input-placeholder {
    color: var(--mm-color-text-dimmed);
  }
  .mm-menu ::placeholder {
    color: var(--mm-color-text-dimmed);
  }
  .mm-menu,
  .mm-menu * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mm-menu :focus,
  .mm-menu :focus-visible,
  .mm-menu:focus,
  .mm-menu:focus-visible {
    outline: 0;
  }
  .mm-menu a,
  .mm-menu button,
  .mm-menu label {
    color: inherit;
    font-size: 17px;
  }
  .mm-listitem__text svg {
    display: none;
  }
  .mm-menu a:focus,
  .mm-menu button:focus,
  .mm-menu label:focus {
    outline: 0;
  }
  .mm-menu a:focus-visible,
  .mm-menu button:focus-visible,
  .mm-menu label:focus-visible {
    outline: 2px solid var(--mm-color-focusring);
    outline-offset: -5px;
  }
  .mm-menu input:focus,
  .mm-menu input:focus-visible,
  .mm-menu select:focus,
  .mm-menu select:focus-visible,
  .mm-menu textarea:focus,
  .mm-menu textarea:focus-visible {
    outline: 2px solid var(--mm-color-focusring);
    outline-offset: 2px;
  }
  .mm-menu a,
  .mm-menu a:active,
  .mm-menu a:hover,
  .mm-menu a:link,
  .mm-menu a:visited {
    text-decoration: none;
    color: inherit;
  }
  :root {
    --mm-navbar-size: 50px ;
  }
  .mm-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: var(--mm-navbar-size);
    padding-top: env(safe-area-inset-top);
    color: var(--mm-color-text-dimmed);
    text-align: center;
    opacity: 1;
    background: var(--mm-color-background);
    border-bottom: 1px solid var(--mm-color-border);
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .mm-navbar > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mm-navbar a svg {
    width: 16px;
    height: 16px;
    fill: #000;
  }
  .mm-navbar__btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .mm-navbar__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    overflow: hidden;
  }
  .mm-navbar__title[href="#"] {
    pointer-events: none;
  }
  .mm-navbar__title > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .mm-btn.mm-hidden + .mm-navbar__title:not(:last-child) {
    -webkit-padding-start: 60px;
    padding-inline-start: 60px;
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
  }
  .mm-btn:not(.mm-hidden) + .mm-navbar__title:last-child {
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    -webkit-padding-end: 60px;
    padding-inline-end: 60px;
  }
  .mm-panel {
    --mm-panel-child-offset: 100%;
    --mm-panel-parent-offset: -30%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
    background: var(--mm-color-background);
    -webkit-transform: translate3d(var(--mm-panel-child-offset), 0, 0);
    transform: translate3d(var(--mm-panel-child-offset), 0, 0);
    -webkit-transition-property: inset-inline-start, -webkit-transform;
    transition-property: inset-inline-start, -webkit-transform;
    transition-property: transform, inset-inline-start;
    transition-property: transform, inset-inline-start, -webkit-transform;
  }
  [dir=rtl] .mm-panel {
    --mm-panel-child-offset: -100%;
    --mm-panel-parent-offset: 30% ;
  }
  .mm-panel:after {
    content: "";
    display: block;
    height: var(--mm-listitem-size);
  }
  .mm-panel:focus {
    outline: 0;
  }
  .mm-panel--opened {
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mm-panel--parent {
    -webkit-transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
    transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
    z-index: 0;
  }
  .mm-panel--highest {
    z-index: 3;
  }
  .mm-menu--opened .mm-panel--noanimation {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
  .mm-panel__content {
    padding: 20px;
  }
  .mm-panels {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
  }
  .mm-panels:focus {
    outline: 0;
  }
  :root {
    --mm-toggle-size: 34px ;
  }
  .mm-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-flex: calc(var(--mm-toggle-size) * 1.75);
    -ms-flex: calc(var(--mm-toggle-size) * 1.75) 0 0px;
    flex: calc(var(--mm-toggle-size) * 1.75) 0 0;
    height: var(--mm-toggle-size);
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none !important;
    border-radius: var(--mm-toggle-size);
    border: var(--mm-color-border);
    background: var(--mm-color-border);
    cursor: pointer;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  .mm-toggle:before {
    content: "";
    aspect-ratio: 1;
    margin: 2px;
    border-radius: 100%;
    background: var(--mm-color-background);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .mm-toggle:checked {
    background: #4bd963;
  }
  .mm-toggle:checked:before {
    -webkit-transform: translateX(calc(var(--mm-toggle-size) * 0.75));
    transform: translateX(calc(var(--mm-toggle-size) * 0.75));
  }
  [dir=rtl] .mm-toggle:checked:before {
    -webkit-transform: translateX(calc(var(--mm-toggle-size) * -0.75));
    transform: translateX(calc(var(--mm-toggle-size) * -0.75));
  }
  .mm-listitem--vertical > .mm-panel {
    position: static;
    width: 100%;
    padding: 10px 0 10px 20px;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .mm-listitem--vertical > .mm-panel:after {
    content: none;
    display: none;
  }
  .mm-listitem--vertical:not(.mm-listitem--opened) > .mm-panel {
    display: none;
  }
  .mm-listitem--vertical > .mm-listitem__btn {
    height: var(--mm-listitem-size);
    bottom: auto;
  }
  .mm-listitem--vertical .mm-listitem:last-child:after {
    border-color: transparent;
  }
  .mm-listitem--opened > .mm-listitem__btn:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px;
  }
  :root {
    --mm-size: 80%;
    --mm-min-size: 240px;
    --mm-max-size: 440px ;
  }
  .mm-menu--offcanvas {
    position: fixed;
    z-index: 0;
  }
  .mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    background: inherit;
  }
  :where(.mm-slideout) {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform;
  }
  .mm-wrapper--opened,
  .mm-wrapper--opened body {
    overflow: hidden;
  }
  .mm-wrapper__blocker {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
  }
  .mm-wrapper--opened .mm-wrapper__blocker {
    --mm-blocker-visibility-delay: 0s;
    --mm-blocker-opacity-delay: 0.1s;
    bottom: 0;
    opacity: 1;
  }
  .mm-menu {
    --mm-translate-horizontal: 0;
    --mm-translate-vertical: 0 ;
  }
  .mm-menu--position-left,
  .mm-menu--position-left-front {
    right: auto;
  }
  .mm-menu--position-right,
  .mm-menu--position-right-front {
    left: auto;
  }
  .mm-menu--position-left,
  .mm-menu--position-left-front,
  .mm-menu--position-right,
  .mm-menu--position-right-front {
    width: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
  }
  .mm-menu--position-left-front {
    --mm-translate-horizontal: -100% ;
  }
  .mm-menu--position-right-front {
    --mm-translate-horizontal: 100% ;
  }
  .mm-menu--position-top {
    bottom: auto;
  }
  .mm-menu--position-bottom {
    top: auto;
  }
  .mm-menu--position-bottom,
  .mm-menu--position-top {
    width: 100%;
    height: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
  }
  .mm-menu--position-top {
    --mm-translate-vertical: -100% ;
  }
  .mm-menu--position-bottom {
    --mm-translate-vertical: 100% ;
  }
  .mm-menu--position-bottom,
  .mm-menu--position-left-front,
  .mm-menu--position-right-front,
  .mm-menu--position-top {
    z-index: 2;
    -webkit-transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0);
    transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .mm-menu--position-bottom.mm-menu--opened,
  .mm-menu--position-left-front.mm-menu--opened,
  .mm-menu--position-right-front.mm-menu--opened,
  .mm-menu--position-top.mm-menu--opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mm-wrapper--position-left {
    --mm-translate-horizontal: clamp(var(--mm-min-size),
        var(--mm-size),
        var(--mm-max-size)) ;
  }
  .mm-wrapper--position-right {
    --mm-translate-horizontal: clamp(calc(-1 * var(--mm-max-size)),
        calc(-1 * var(--mm-size)),
        calc(-1 * var(--mm-min-size))) ;
  }
  .mm-wrapper--position-left .mm-slideout,
  .mm-wrapper--position-right .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,
  .mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {
    -webkit-transform: translate3d(var(--mm-translate-horizontal), 0, 0);
    transform: translate3d(var(--mm-translate-horizontal), 0, 0);
  }
  .mm-wrapper--position-bottom .mm-wrapper__blocker,
  .mm-wrapper--position-left-front .mm-wrapper__blocker,
  .mm-wrapper--position-right-front .mm-wrapper__blocker,
  .mm-wrapper--position-top .mm-wrapper__blocker {
    z-index: 1;
  }
  .mm-menu--theme-light {
    --mm-color-background: #fff;
    --mm-color-border: #fff;
    --mm-color-icon: #000;
    --mm-color-text: #000;
    --mm-color-text-dimmed: rgb(0 0 0 / 0.7);
    --mm-color-background-highlight: rgb(0 0 0 / 0.05);
    --mm-color-background-emphasis: rgb(255 255 255 / 0.9);
    --mm-color-focusring: #06c ;
  }
  .mm-menu--theme-light-contrast {
    --mm-color-background: #fff;
    --mm-color-border: #fff;
    --mm-color-icon: #000;
    --mm-color-text: #000;
    --mm-color-text-dimmed: rgb(0 0 0 / 0.7);
    --mm-color-background-highlight: rgb(0 0 0 / 0.05);
    --mm-color-background-emphasis: rgb(255 255 255 / 0.9);
    --mm-color-focusring: #06c ;
  }
  .mm-menu--theme-dark {
    --mm-color-background: #333;
    --mm-color-border: rgb(0, 0, 0, 0.4);
    --mm-color-icon: rgb(255, 255, 255, 0.4);
    --mm-color-text: rgb(255, 255, 255, 0.8);
    --mm-color-text-dimmed: rgb(255, 255, 255, 0.4);
    --mm-color-background-highlight: rgb(255, 255, 255, 0.08);
    --mm-color-background-emphasis: rgb(0, 0, 0, 0.1);
    --mm-color-focusring: #06c ;
  }
  .mm-menu--theme-dark-contrast {
    --mm-color-background: #333;
    --mm-color-border: rgb(255 255 255 / 0.5);
    --mm-color-icon: rgb(255 255 255 / 0.5);
    --mm-color-text: #fff;
    --mm-color-text-dimmed: rgb(255 255 255 / 0.7);
    --mm-color-background-highlight: rgb(255 255 255 / 0.1);
    --mm-color-background-emphasis: rgb(0 0 0 / 0.3);
    --mm-color-focusring: #06c ;
  }
  .mm-menu--theme-white {
    --mm-color-background: #fff;
    --mm-color-border: rgb(0 0 0 / 0.15);
    --mm-color-icon: rgb(0 0 0 / 0.3);
    --mm-color-text: rgb(0 0 0 / 0.8);
    --mm-color-text-dimmed: rgb(0 0 0 / 0.3);
    --mm-color-background-highlight: rgb(0 0 0 / 0.06);
    --mm-color-background-emphasis: rgb(0 0 0 / 0.03);
    --mm-color-focusring: #06c ;
  }
  .mm-menu--theme-white-contrast {
    --mm-color-background: #fff;
    --mm-color-border: rgb(0 0 0 / 0.5);
    --mm-color-icon: rgb(0 0 0 / 0.5);
    --mm-color-text: #000;
    --mm-color-text-dimmed: rgb(0 0 0 / 0.7);
    --mm-color-background-highlight: rgb(0 0 0 / 0.07);
    --mm-color-background-emphasis: rgb(0 0 0 / 0.035);
    --mm-color-focusring: #06c ;
  }
  .mm-menu--theme-black {
    --mm-color-background: #000;
    --mm-color-border: rgb(255 255 255 / 0.2);
    --mm-color-icon: rgb(255 255 255 / 0.4);
    --mm-color-text: rgb(255 255 255 / 0.7);
    --mm-color-text-dimmed: rgb(255 255 255 / 0.4);
    --mm-color-background-highlight: rgb(255 255 255 / 0.1);
    --mm-color-background-emphasis: rgb(255 255 255 / 0.06);
    --mm-color-focusring: #06c ;
  }
  .mm-menu--theme-black-contrast {
    --mm-color-background: #000;
    --mm-color-border: rgb(255 255 255 / 0.5);
    --mm-color-icon: rgb(255 255 255 / 0.5);
    --mm-color-text: #fff;
    --mm-color-text-dimmed: rgb(255 255 255 / 0.6);
    --mm-color-background-highlight: rgb(255 255 255 / 0.125);
    --mm-color-background-emphasis: rgb(255 255 255 / 0.1);
    --mm-color-focusring: #06c ;
  }
  .mm-counter {
    display: block;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    float: right;
    color: var(--mm-color-text-dimmed);
  }
  [dir=rtl] .mm-counter {
    float: left;
  }
  :root {
    --mm-iconbar-size: 50px ;
  }
  .mm-menu--iconbar-left .mm-navbars,
  .mm-menu--iconbar-left .mm-panels {
    margin-left: var(--mm-iconbar-size);
  }
  .mm-menu--iconbar-right .mm-navbars,
  .mm-menu--iconbar-right .mm-panels {
    margin-right: var(--mm-iconbar-size);
  }
  .mm-iconbar {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: var(--mm-iconbar-size);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid;
    border-color: var(--mm-color-border);
    background: var(--mm-color-background);
    color: var(--mm-color-text-dimmed);
    text-align: center;
  }
  .mm-menu--iconbar-left .mm-iconbar,
  .mm-menu--iconbar-right .mm-iconbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mm-menu--iconbar-left .mm-iconbar {
    border-right-width: 1px;
    left: 0;
  }
  .mm-menu--iconbar-right .mm-iconbar {
    border-left-width: 1px;
    right: 0;
  }
  .mm-iconbar__bottom,
  .mm-iconbar__top {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
  }
  .mm-iconbar__bottom > *,
  .mm-iconbar__top > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: calc((var(--mm-iconbar-size) - var(--mm-lineheight)) / 2) 0;
  }
  .mm-iconbar__bottom a,
  .mm-iconbar__bottom a:hover,
  .mm-iconbar__top a,
  .mm-iconbar__top a:hover {
    text-decoration: none;
  }
  .mm-iconbar__tab--selected {
    background: var(--mm-color-background-emphasis);
  }
  :root {
    --mm-iconpanel-size: 50px ;
  }
  .mm-panel--iconpanel-0 {
    inset-inline-start: calc(0 * var(--mm-iconpanel-size));
  }
  .mm-panel--iconpanel-1 {
    inset-inline-start: calc(1 * var(--mm-iconpanel-size));
  }
  .mm-panel--iconpanel-2 {
    inset-inline-start: calc(2 * var(--mm-iconpanel-size));
  }
  .mm-panel--iconpanel-3 {
    inset-inline-start: calc(3 * var(--mm-iconpanel-size));
  }
  .mm-panel--iconpanel-4 {
    inset-inline-start: calc(4 * var(--mm-iconpanel-size));
  }
  .mm-panel--iconpanel-first ~ .mm-panel {
    inset-inline-start: var(--mm-iconpanel-size);
  }
  .mm-menu--iconpanel .mm-panel--parent .mm-divider,
  .mm-menu--iconpanel .mm-panel--parent .mm-navbar {
    opacity: 0;
  }
  .mm-menu--iconpanel .mm-panels > .mm-panel--parent {
    overflow-y: hidden;
    -webkit-transform: unset;
    transform: unset;
  }
  .mm-menu--iconpanel .mm-panels > .mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0) {
    border-inline-start-width: 1px;
    border-inline-start-style: solid;
  }
  .mm-navbars {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .mm-navbars .mm-navbar {
    position: relative;
    padding-top: 0;
    border-bottom: none;
  }
  .mm-navbars--top {
    border-bottom: 1px solid var(--mm-color-border);
  }
  .mm-navbars--top .mm-navbar:first-child {
    padding-top: env(safe-area-inset-top);
  }
  .mm-navbars--bottom {
    border-top: 1px solid var(--mm-color-border);
  }
  .mm-navbars--bottom .mm-navbar:last-child {
    padding-bottom: env(safe-area-inset-bottom);
  }
  .mm-navbar__breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mm-navbar__breadcrumbs > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-padding-end: 6px;
    padding-inline-end: 6px;
  }
  .mm-navbar__breadcrumbs > a {
    text-decoration: underline;
  }
  .mm-navbar__breadcrumbs:not(:last-child) {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
  }
  .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
  .mm-navbar__tab {
    padding: 0 10px;
    border: 1px solid transparent;
  }
  .mm-navbar__tab--selected {
    background: var(--mm-color-background);
  }
  .mm-navbar__tab--selected:not(:first-child) {
    border-inline-start-color: var(--mm-color-border);
  }
  .mm-navbar__tab--selected:not(:last-child) {
    border-inline-end-color: var(--mm-color-border);
  }
  .mm-navbars--top.mm-navbars--has-tabs {
    border-bottom: none;
  }
  .mm-navbars--top.mm-navbars--has-tabs .mm-navbar {
    background: var(--mm-color-background-emphasis);
  }
  .mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs ~ .mm-navbar {
    background: var(--mm-color-background);
  }
  .mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child {
    border-bottom: 1px solid var(--mm-color-border);
  }
  .mm-navbars--top .mm-navbar__tab {
    border-bottom-color: var(--mm-color-border);
  }
  .mm-navbars--top .mm-navbar__tab--selected {
    border-top-color: var(--mm-color-border);
    border-bottom-color: transparent;
  }
  .mm-navbars--bottom.mm-navbar--has-tabs {
    border-top: none;
  }
  .mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar {
    background: var(--mm-color-background);
  }
  .mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,
  .mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs ~ .mm-navbar {
    background: var(--mm-color-background-emphasis);
  }
  .mm-navbars--bottom .mm-navbar__tab {
    border-top-color: var(--mm-color-border);
  }
  .mm-navbars--bottom .mm-navbar__tab--selected {
    border-bottom-color: var(--mm-color-border);
    border-top-color: transparent;
  }
  .mm-searchfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: var(--mm-navbar-size);
    padding: 0;
    overflow: hidden;
  }
  .mm-searchfield__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mm-searchfield__input input {
    display: block;
    width: 100%;
    max-width: 100%;
    height: calc(var(--mm-navbar-size) * 0.7);
    min-height: auto;
    max-height: auto;
    margin: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    line-height: calc(var(--mm-navbar-size) * 0.7);
    font: inherit;
    font-size: inherit;
  }
  .mm-searchfield__input input,
  .mm-searchfield__input input:focus,
  .mm-searchfield__input input:hover {
    background: var(--mm-color-background-highlight);
    color: var(--mm-color-text);
  }
  .mm-menu[class*=-contrast] .mm-searchfield__input input {
    border: 1px solid var(--mm-color-border);
  }
  .mm-searchfield__input input::-ms-clear {
    display: none;
  }
  .mm-searchfield__btn {
    display: none;
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    bottom: 0;
  }
  .mm-searchfield--searching .mm-searchfield__btn {
    display: block;
  }
  .mm-searchfield__cancel {
    display: block;
    position: relative;
    -webkit-margin-end: -100px;
    margin-inline-end: -100px;
    -webkit-padding-start: 5px;
    padding-inline-start: 5px;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
    visibility: hidden;
    line-height: var(--mm-navbar-size);
    text-decoration: none;
    -webkit-transition-property: visibility, margin;
    transition-property: visibility, margin;
  }
  .mm-searchfield--cancelable .mm-searchfield__cancel {
    visibility: visible;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
  .mm-panel--search {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border: none !important;
  }
  .mm-panel__splash {
    padding: 20px;
  }
  .mm-panel--searching .mm-panel__splash {
    display: none;
  }
  .mm-panel__noresults {
    display: none;
    padding: 40px 20px;
    color: var(--mm-color-text-dimmed);
    text-align: center;
    font-size: 150%;
    line-height: 1.4;
  }
  .mm-panel--noresults .mm-panel__noresults {
    display: block;
  }
  :root {
    --mm-sectionindexer-size: 20px ;
  }
  .mm-sectionindexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: var(--mm-sectionindexer-size);
    position: absolute;
    top: 0;
    bottom: 0;
    inset-inline-end: calc(-1 * var(--mm-sectionindexer-size));
    z-index: 5;
    -webkit-transition-property: inset-inline-end;
    transition-property: inset-inline-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .mm-sectionindexer a {
    color: var(--mm-color-text-dimmed);
    line-height: 1;
    text-decoration: none;
    display: block;
  }
  .mm-sectionindexer ~ .mm-panel {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
  }
  .mm-sectionindexer--active {
    right: 0;
  }
  .mm-sectionindexer--active ~ .mm-panel {
    -webkit-padding-end: var(--mm-sectionindexer-size);
    padding-inline-end: var(--mm-sectionindexer-size);
  }
  .mm-menu--selected-hover .mm-listitem__btn,
  .mm-menu--selected-hover .mm-listitem__text,
  .mm-menu--selected-parent .mm-listitem__btn,
  .mm-menu--selected-parent .mm-listitem__text {
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
}
@media (max-width: 1024px) and (hover: hover) {
  .mm-menu--selected-hover .mm-listview:hover > .mm-listitem--selected:not(:hover) > .mm-listitem__text {
    background: 0 0;
  }
  .mm-menu--selected-hover .mm-listitem__btn:hover,
  .mm-menu--selected-hover .mm-listitem__text:hover {
    background: var(--mm-color-background-emphasis);
  }
}
@media (max-width: 1024px) {
  .mm-menu--selected-parent .mm-listitem__btn,
  .mm-menu--selected-parent .mm-listitem__text {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media (max-width: 1024px) and (hover: hover) {
  .mm-menu--selected-parent .mm-listitem__btn:hover,
  .mm-menu--selected-parent .mm-listitem__text:hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media (max-width: 1024px) {
  .mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent) > .mm-listitem__text {
    background: 0 0;
  }
  .mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__btn,
  .mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__text {
    background: var(--mm-color-background-emphasis);
  }
  :root {
    --mm-sidebar-collapsed-size: 50px;
    --mm-sidebar-expanded-size: var(--mm-max-size) ;
  }
  .mm-wrapper--sidebar-collapsed .mm-slideout {
    width: calc(100% - var(--mm-sidebar-collapsed-size));
    -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  }
  [dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout {
    -webkit-transform: none;
    transform: none;
  }
  .mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,
  .mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar {
    opacity: 0;
  }
  .mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded {
    width: var(--mm-sidebar-expanded-size);
    border-right-width: 1px;
    border-right-style: solid;
  }
  .mm-wrapper--sidebar-expanded.mm-wrapper--opened {
    overflow: auto;
  }
  .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker {
    display: none;
  }
  .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
    width: calc(100% - var(--mm-sidebar-expanded-size));
    -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  }
  [dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
    -webkit-transform: none;
    transform: none;
  }
}
.newsletter-wrapper {
  display: block;
  padding: 40px;
  background: #fafafa;
  margin-bottom: 64px;
}
.newsletter-wrapper .title {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.newsletter-wrapper .title p {
  font-weight: 500;
  margin-bottom: 0;
}
.newsletter-wrapper .title p {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  .newsletter-wrapper .title p {
    font-size: calc(27px + 17 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .newsletter-wrapper .title p {
    font-size: 44px;
  }
}
.newsletter-wrapper .desc {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 24px;
}
.newsletter-wrapper .desc {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .newsletter-wrapper .desc {
    font-size: calc(15px + 3 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .newsletter-wrapper .desc {
    font-size: 18px;
  }
}
.newsletter-wrapper form {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.newsletter-wrapper form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsletter-wrapper form .input {
  display: block;
  width: 100%;
}
.newsletter-wrapper form .input input {
  display: block;
  width: 100%;
  padding: 0 12px;
  border: 1px solid #e1e1e1;
  height: 56px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsletter-wrapper form .input input:focus {
  border-color: #000;
  color: #000;
  -webkit-box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
}
.newsletter-wrapper form .submit {
  margin-left: 16px;
}
.newsletter-wrapper form .submit button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 24px;
  background: #000;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
  white-space: nowrap;
  border: none;
}
.newsletter-wrapper form .checkbox-wrap label {
  display: block;
  position: relative;
  cursor: pointer;
}
.newsletter-wrapper form .checkbox-wrap label input {
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 3;
  opacity: 0;
}
.newsletter-wrapper form .checkbox-wrap label > p {
  display: block;
  padding-left: 36px;
  position: relative;
  z-index: 10;
  font-size: 13px;
  line-height: 22px;
}
.newsletter-wrapper form .checkbox-wrap label > p a {
  text-decoration: underline;
}
.newsletter-wrapper form .checkbox-wrap label > p:before {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  content: "";
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.newsletter-wrapper form .checkbox-wrap label input:checked ~ p:before {
  border-color: #0BBF59;
  background: #0BBF59 url(images/check-white.svg) center no-repeat;
  background-size: 12px 12px;
}
@media (max-width: 768px) {
  .newsletter-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px;
  }
  .newsletter-wrapper form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsletter-wrapper form .input {
    margin-bottom: 8px;
  }
  .newsletter-wrapper form .submit {
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newsletter-wrapper form .submit button {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/**
 * Swiper 9.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 8, 2023
 */
@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: #000;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.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-cube-shadow {
  -webkit-transform-style: preserve-3d;
          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 {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          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-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          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% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.qua-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 40px 1fr;
  height: 46px;
  width: 100%;
  max-width: 104px;
  overflow: hidden;
  background: #fff;
}
.qua-wrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border: 1px solid #e1e1e1;
  background: none;
}
.qua-wrap button.product-increase, .qua-wrap button.single-product-increase {
  border-left: none;
  border-radius: 0 3px 3px 0;
}
.qua-wrap button.product-decrease, .qua-wrap button.single-product-decrease {
  border-right: none;
  border-radius: 3px 0 0 3px;
}
.qua-wrap button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.qua-wrap input {
  width: 100%;
  height: 46px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  text-align: center;
  font-size: 15px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* --------------------------------

File#: _1_dialog
Title: Dialog
Descr: Overlay informing user about tasks/decisions
Usage: codyhouse.co/license

-------------------------------- */
.dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.dialog__content {
  width: 90%;
  max-width: 500px;
  overflow: auto;
  padding: 24px;
  background-color: #fff;
  -webkit-box-shadow: var(--shadow-lg);
          box-shadow: var(--shadow-lg);
  border-radius: 6px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dialog__content .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  margin-bottom: 12px;
}
.dialog__content .icon svg {
  height: 24px;
  fill: #0BBF59;
}
.dialog__content .title {
  margin-bottom: 40px;
}
.dialog__content .title p {
  font-size: 21px;
  font-weight: bold;
  color: #0BBF59;
  margin-bottom: 0;
}
.dialog__content .desc {
  margin-bottom: 24px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 24px;
}
.dialog__content .desc p {
  font-size: 17px;
}
.dialog__content .desc p:last-child {
  margin-bottom: 0;
}
.dialog__content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dialog__content .buttons button,
.dialog__content .buttons a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 56px;
  padding: 8px 24px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dialog__content .buttons button svg,
.dialog__content .buttons a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.dialog__content .buttons button {
  background: none;
  font-weight: normal;
  padding: 8px 0;
  color: #000;
}
.dialog__content .buttons button svg {
  width: 12px;
  height: 12px;
}
.dialog__content .buttons button:hover {
  text-decoration: underline;
}
.dialog__content .buttons a {
  border-radius: 3px;
  color: #fff;
  background: #0BBF59;
}
.dialog__content .buttons a:hover {
  background: #000;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 650px) {
  .dialog__content .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px 0;
  }
  .dialog__content .buttons .checkout-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .dialog__content .buttons .back {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.dialog--is-visible {
  opacity: 1;
  visibility: visible;
}

.dialog--sticky {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dialog--sticky .dialog__content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dialog[data-animation=on] {
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  -webkit-perspective: 800px;
          perspective: 800px;
}
.dialog[data-animation=on] .dialog__content {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s var(--ease-out);
  transition: -webkit-transform 0.3s var(--ease-out);
  transition: transform 0.3s var(--ease-out);
  transition: transform 0.3s var(--ease-out), -webkit-transform 0.3s var(--ease-out);
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.dialog[data-animation=on].dialog--is-visible {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.dialog[data-animation=on].dialog--is-visible .dialog__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.dialog[data-animation=on].dialog--sticky .dialog__content {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.dialog[data-animation=on].dialog--sticky.dialog--is-visible {
  -webkit-transition: none;
  transition: none;
}
.dialog[data-animation=on].dialog--sticky.dialog--is-visible .dialog__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* component */
.countdown.countdown--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}
.countdown.countdown--grid .countdown__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 16px;
}
@media (max-width: 1024px) {
  .countdown.countdown--grid .countdown__timer {
    gap: 0 12px;
  }
}
@media (max-width: 768px) {
  .countdown.countdown--grid .countdown__timer {
    gap: 0 8px;
  }
}
.countdown.countdown--grid .countdown__item {
  display: inline-block;
  width: 96px;
  padding: 16px 0 22px;
  border-radius: 4px;
}
.countdown.countdown--grid .countdown__item .countdown__value {
  font-size: 56px;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}
.countdown.countdown--grid .countdown__item .countdown__label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
}
@media (max-width: 1024px) {
  .countdown.countdown--grid .countdown__item {
    width: 90px;
  }
  .countdown.countdown--grid .countdown__item .countdown__value {
    font-size: 56px;
    margin-bottom: 8px;
  }
  .countdown.countdown--grid .countdown__item .countdown__label {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .countdown.countdown--grid .countdown__item {
    width: 80px;
  }
  .countdown.countdown--grid .countdown__item .countdown__value {
    font-size: 48px;
    margin-bottom: 6px;
  }
  .countdown.countdown--grid .countdown__item .countdown__label {
    font-size: 12px;
  }
}
@media (max-width: 550px) {
  .countdown.countdown--grid .countdown__item {
    width: 72px;
  }
  .countdown.countdown--grid .countdown__item .countdown__value {
    font-size: 42px;
  }
  .countdown.countdown--grid .countdown__item .countdown__label {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 450px) {
  .countdown.countdown--grid .countdown__item {
    width: 64px;
    padding: 12px 0 16px;
  }
  .countdown.countdown--grid .countdown__item .countdown__value {
    font-size: 36px;
  }
  .countdown.countdown--grid .countdown__item .countdown__label {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.countdown.countdown--grid .light-counter .countdown__item {
  background: #ffffff;
  color: #000000;
}
.countdown.countdown--grid .dark-counter .countdown__item {
  background: #000000;
  color: #ffffff;
}
.countdown.countdown--grid .countdown__value {
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.countdown.countdown--grid .countdown__fallback {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.countdown.fixed-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.countdown.fixed-countdown .countdown__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 12px;
}
@media (max-width: 1024px) {
  .countdown.fixed-countdown .countdown__timer {
    gap: 0 12px;
  }
}
.countdown.fixed-countdown .countdown__item {
  display: inline-block;
}
.countdown.fixed-countdown .countdown__item .countdown__value {
  display: block;
  line-height: 1;
  margin-bottom: 4px;
  font-weight: bold;
}
.countdown.fixed-countdown .countdown__item .countdown__value {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .countdown.fixed-countdown .countdown__item .countdown__value {
    font-size: calc(26px + 6 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .countdown.fixed-countdown .countdown__item .countdown__value {
    font-size: 32px;
  }
}
.countdown.fixed-countdown .countdown__item .countdown__label {
  display: block;
  line-height: 1;
}
.countdown.fixed-countdown .countdown__item .countdown__label {
  font-size: 9px;
}
@media screen and (min-width: 768px) {
  .countdown.fixed-countdown .countdown__item .countdown__label {
    font-size: calc(9px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .countdown.fixed-countdown .countdown__item .countdown__label {
    font-size: 11px;
  }
}
.countdown.fixed-countdown .countdown__value {
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.countdown.fixed-countdown .countdown__fallback {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

/* --------------------------------

File#: _1_accordion
Title: Accordion
Descr: Create stacked sections of content and allow the user to expand/collapse them
Usage: codyhouse.co/license

-------------------------------- */
:root {
  /* general */
  --accordion-border-width: 1px;
  /* icon */
  --accordion-icon-size: 20px;
  --accordion-icon-stroke-width: 2px;
}

ul.faq-accordion {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 0;
}
ul.faq-accordion .accordion__item {
  padding: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
ul.faq-accordion .accordion__header {
  /* button */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  background: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}
ul.faq-accordion .accordion__header .icon {
  --size: var(--accordion-icon-size);
  width: var(--size);
  height: var(--size);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #d06b94;
}
ul.faq-accordion .accordion__header .icon .icon__group {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  stroke-width: var(--accordion-icon-stroke-width);
}

ul.product-toc-accordion {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 0;
}
ul.product-toc-accordion .accordion__item {
  padding: 24px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 15px;
}
ul.product-toc-accordion .accordion__item.accordion__item--is-open {
  border-color: #423380;
  -webkit-box-shadow: 0 0 0 4px rgba(66, 51, 128, 0.1);
          box-shadow: 0 0 0 4px rgba(66, 51, 128, 0.1);
}
ul.product-toc-accordion .accordion__item .text-component > :first-child:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
ul.product-toc-accordion .accordion__item .text-component > :last-child:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
ul.product-toc-accordion .accordion__item .text-component > * {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media (max-width: 1024px) {
  ul.product-toc-accordion .accordion__item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  ul.product-toc-accordion .accordion__item {
    padding: 16px;
    font-size: 13px;
  }
}
ul.product-toc-accordion .accordion__header {
  /* button */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  background: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}
ul.product-toc-accordion .accordion__header .icon {
  --size: 16px;
  width: var(--size);
  height: var(--size);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.product-toc-accordion .accordion__header .icon .icon__group {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  stroke-width: var(--accordion-icon-stroke-width);
}

.accordion__icon-arrow .icon__group {
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.accordion__icon-arrow .icon__group > * {
  -webkit-transform-origin: 10px 14px;
          transform-origin: 10px 14px;
}

.accordion__item--is-open > .accordion__header > .accordion__icon-arrow .icon__group {
  /* animated arrow icon */
}
.accordion__item--is-open > .accordion__header > .accordion__icon-arrow .icon__group > *:first-child {
  -webkit-transform: translateY(-8px) rotate(-90deg);
          transform: translateY(-8px) rotate(-90deg);
}
.accordion__item--is-open > .accordion__header > .accordion__icon-arrow .icon__group > *:last-child {
  -webkit-transform: translateY(-8px) rotate(90deg);
          transform: translateY(-8px) rotate(90deg);
}

.accordion__panel {
  display: none;
  will-change: height;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  padding-top: 16px;
  line-height: 1.4;
  font-size: 17px;
}

.accordion__item--is-open > .accordion__panel {
  display: block;
}

/* animations */
.accordion[data-animation=on] .accordion__item--is-open .accordion__panel > * {
  -webkit-animation: accordion-entry-animation 0.4s var(--ease-out);
          animation: accordion-entry-animation 0.4s var(--ease-out);
}
.accordion[data-animation=on] .accordion__icon-arrow .icon__group,
.accordion[data-animation=on] .accordion__icon-arrow-v2 .icon__group,
.accordion[data-animation=on] .accordion__icon-plus .icon__group {
  -webkit-transition: -webkit-transform 0.3s var(--ease-out);
  transition: -webkit-transform 0.3s var(--ease-out);
  transition: transform 0.3s var(--ease-out);
  transition: transform 0.3s var(--ease-out), -webkit-transform 0.3s var(--ease-out);
}
.accordion[data-animation=on] .accordion__icon-arrow .icon__group > *,
.accordion[data-animation=on] .accordion__icon-arrow-v2 .icon__group > *,
.accordion[data-animation=on] .accordion__icon-plus .icon__group > * {
  -webkit-transition: stroke-dashoffset 0.3s, -webkit-transform 0.3s;
  transition: stroke-dashoffset 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, stroke-dashoffset 0.3s;
  transition: transform 0.3s, stroke-dashoffset 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: var(--ease-out);
          transition-timing-function: var(--ease-out);
}

@keyframes accordion-entry-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* --------------------------------

File#: _1_tooltip
Title: Tooltip
Descr: A popup displaying additional text information
Usage: codyhouse.co/license

-------------------------------- */
:root {
  --tooltip-triangle-size: 12px;
}

.tooltip { /* tooltip element - created using js */
  position: absolute;
  z-index: 500;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  max-width: 200px;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: var(--shadow-md);
          box-shadow: var(--shadow-md);
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.tooltip a {
  color: inherit;
  text-decoration: underline;
}
@supports (clip-path: inset(50%)) {
  .tooltip::before { /* tooltip triangle  */
    content: "";
    position: absolute;
    background-color: inherit;
    border: inherit;
    width: var(--tooltip-triangle-size);
    height: var(--tooltip-triangle-size);
    clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
  }
}

.tootip:not(.tooltip--sticky) {
  pointer-events: none;
}

/* tooltip position */
.tooltip {
  /* variable used in JS to proper place tooltip triangle */
  --tooltip-triangle-translate: 0px;
}

.tooltip--top::before, .tooltip--bottom::before {
  left: calc(50% - var(--tooltip-triangle-size) / 2);
}

.tooltip--top::before {
  bottom: calc(var(--tooltip-triangle-size) * -0.5);
  -webkit-transform: translateX(var(--tooltip-triangle-translate)) rotate(-45deg);
          transform: translateX(var(--tooltip-triangle-translate)) rotate(-45deg);
}

.tooltip--bottom::before {
  top: calc(var(--tooltip-triangle-size) * -0.5);
  -webkit-transform: translateX(var(--tooltip-triangle-translate)) rotate(135deg);
          transform: translateX(var(--tooltip-triangle-translate)) rotate(135deg);
}

.tooltip--left::before, .tooltip--right::before {
  top: calc(50% - var(--tooltip-triangle-size) / 2);
}

.tooltip--left::before {
  right: calc(var(--tooltip-triangle-size) * -0.5);
  -webkit-transform: translateX(var(--tooltip-triangle-translate)) rotate(-135deg);
          transform: translateX(var(--tooltip-triangle-translate)) rotate(-135deg);
}

.tooltip--right::before {
  left: calc(var(--tooltip-triangle-size) * -0.5);
  -webkit-transform: translateX(var(--tooltip-triangle-translate)) rotate(45deg);
          transform: translateX(var(--tooltip-triangle-translate)) rotate(45deg);
}

.tooltip--hide {
  /* class used in JS to hide the tooltip element before its top/left positions are set */
  visibility: hidden;
  opacity: 0;
}

/* --------------------------------

File#: _1_rating
Title: Rating
Descr: A rating plugin that allows users to vote for your products
Usage: codyhouse.co/license

-------------------------------- */
:root {
  --rating-icon-size: 28px;
}

.rating__control ul {
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  list-style: none;
  margin: 0;
}
.rating__control li {
  position: relative;
  height: var(--rating-icon-size);
  width: var(--rating-icon-size);
  float: left;
  cursor: pointer;
}
.rating__control li:focus {
  outline: none;
}
.rating__control li:focus::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.2;
}
.rating__control li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.rating__control li.rating__item--zero {
  display: none;
}

.rating__control--hide {
  display: none;
}

.rating__icon,
.rating__control li::before,
.rating[data-animation=on] .rating__control ul:hover .rating__icon {
  color: #faca15;
}

.rating__icon--inactive,
.rating[data-animation=on] .rating__control li:hover ~ li .rating__icon,
.rating__item--checked ~ li .rating__icon {
  color: #e1e1e1;
}

.rating__icon {
  overflow: hidden;
}
.rating__icon svg {
  display: block;
  height: var(--rating-icon-size);
  width: var(--rating-icon-size);
  max-width: var(--rating-icon-size);
  pointer-events: none;
}

.js-rating--read-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 8px 24px;
}
.js-rating--read-only > p {
  font-size: 17px;
  margin-bottom: 0;
}

.top-rating--read-only {
  --rating-icon-size: 22px;
  gap: 0 8px;
  height: var(--rating-icon-size);
  margin-bottom: 8px;
}
.top-rating--read-only > p {
  font-size: 15px;
}
.top-rating--read-only > p span {
  display: none;
}

.rating--read-only .rating__control li {
  cursor: default;
}

.rating__icon--inactive {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.rating__item--half .rating__icon:not(.rating__icon--inactive) {
  position: relative;
  z-index: 2;
  width: 50%;
}

.rating[data-animation=on] .rating__control li:active .rating__icon {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.rating[data-animation=on] .rating__icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.rating__select {
  display: none;
}

.rating__link {
  display: inline-block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  height: var(--rating-icon-size);
}
.rating__link:hover {
  opacity: 0.85;
}