@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

:root {
  --color-dark: #16121D;
  --color-dark-light: #333;
  --color-border: #AAA;
  --color-background-light: #F5F5F5;
  --color-primary: #2a97e6;
  --color-secondary: blue;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  width: 100%;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 991.98px) {
  html, body {
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

a {
  text-decoration: none;
  color: var(--color-dark);
}

p a {
  text-decoration: underline;
}

.app-content {
  min-height: 70vh;
  margin: 2em 0;
}
@media (max-width: 1199.8px) {
  .app-content {
    margin: 2em 2em;
  }
}

.topbar {
  justify-content: flex-end;
  padding: 0.5em 2em;
  background-color: var(--color-background-light);
  display: none;
}
@media (min-width: 992px) {
  .topbar {
    display: flex;
  }
}
.topbar ul, .topbar li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.topbar ul {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
  font-size: 0.7em;
}
.topbar a:hover {
  text-decoration: underline;
}
.topbar li:after {
  content: " | ";
  margin-left: 0.5em;
}
.topbar li:last-of-type:after {
  display: none;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 2em;
  gap: 1em;
  position: relative;
}
@media (min-width: 992px) {
  .header {
    align-items: center;
  }
}
.header ul, .header li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .logo {
  flex: 1;
  position: relative;
  padding: 0.5em 0;
}
.header .logo img {
  height: 2em;
  width: auto;
}
@media (min-width: 992px) {
  .header .logo img {
    height: 3em;
  }
}
.header .menu {
  flex: 2;
  display: none;
  align-self: stretch;
}
@media (min-width: 992px) {
  .header .menu {
    display: flex;
    flex-direction: column;
  }
}
.header .actions {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
}
.header .actions .icn {
  height: 2em;
  width: auto;
}
.header .actions .user-menu .icn {
  height: 1.4em;
}
.header .actions .toggle-menu .icn {
  height: 1.2em;
}
.header .actions .toggle-search .icn {
  height: 1.1em;
}
@media (min-width: 992px) {
  .header .actions .user-menu, .header .actions .toggle-menu, .header .actions .toggle-search {
    display: none;
  }
}
.header .pan-search-form {
  display: none;
}
@media (min-width: 992px) {
  .header .pan-search-form {
    display: flex;
  }
}
.header .woocommerce-product-search {
  flex-direction: row;
  display: flex;
}
.header .woocommerce-product-search input, .header .woocommerce-product-search button {
  height: 2.5em;
  line-height: 2.5em;
  outline: none;
  font-size: 0.8em;
  padding: 0;
}
.header .woocommerce-product-search input {
  padding: 0 0.5em 0 2em;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}
.header .woocommerce-product-search input:focus {
  background-color: var(--color-background-light);
}
.header .woocommerce-product-search button {
  padding: 0 1.5em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
}
@media (max-width: 991.8px) {
  .header .woocommerce-product-search {
    flex-direction: column;
    gap: 1em;
    width: 60%;
  }
  .header .woocommerce-product-search input {
    border-radius: 0;
    padding: 2em;
  }
  .header .woocommerce-product-search button {
    border-radius: 0;
    line-height: 3.5em;
    height: 3.5em;
  }
}
.header .pan-search-form .pan-search-form-close {
  width: 1.4em;
  height: 1.4em;
  background-size: contain;
  cursor: pointer;
  background-image: url(../icn/close.svg);
  position: absolute;
  top: 1em;
  right: 1em;
  display: none;
}
.header .pan-search-form .pan-search-form-title {
  font-weight: bold;
  font-size: 1.2em;
  display: none;
}
@media (max-width: 991.8px) {
  .header .pan-search-form.open {
    position: fixed;
    inset: 0;
    z-index: 10;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1em;
  }
  .header .pan-search-form.open .pan-search-form-close {
    display: block;
  }
  .header .pan-search-form.open .pan-search-form-title {
    display: block;
  }
}

span.xoo-wsc-sc-count {
  right: -11px;
  top: -7px;
}

.header-main-menu {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2em;
  font-size: 14px;
}
.header-main-menu:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  pointer-events: none;
  transition: all 200ms ease;
  z-index: 20;
}
.header-main-menu:has(li.menu-item-has-children:hover):after {
  background-color: rgba(0, 0, 0, 0.3);
}
.header-main-menu > li {
  align-content: center;
}
.header-main-menu > li > a {
  font-weight: 500;
  position: relative;
  line-height: 2em;
  display: block;
}
@media (min-width: 992px) {
  .header-main-menu > li > a {
    line-height: inherit;
  }
  .header-main-menu > li > a:after {
    content: " ";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-dark);
    z-index: 2;
    transform-origin: 50%;
    transform: scaleX(0);
    transition: all 200ms ease;
  }
}
.header-main-menu > li:hover:hover > a:after {
  transform: scaleX(100%);
}
.header-main-menu > li > .sub-menu {
  position: absolute;
  top: calc(100% - 0.5em);
  left: 0;
  width: 100%;
  background-color: #FFF;
  flex-direction: row;
  padding: 0 calc((100vw - 990px) / 2);
  display: flex;
  transition: all 100ms ease;
  gap: 4em;
  max-height: 0;
  overflow-y: hidden;
  animation-duration: 200ms;
  z-index: 1;
  justify-content: center;
}
.header-main-menu > li > .sub-menu .menu-item-has-children > a {
  display: block;
  font-weight: 500;
}
@media (min-width: 992px) {
  .header-main-menu > li > .sub-menu .menu-item-has-children > a {
    margin-bottom: 0.5em;
  }
}
.header-main-menu > li > .sub-menu .sub-menu {
  line-height: 1.6em;
}
.header-main-menu > li > .sub-menu .sub-menu a {
  font-weight: 400;
  opacity: 0.8;
}
.header-main-menu > li > .sub-menu .sub-menu a:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .header-main-menu > li:hover > .sub-menu {
    max-height: 100vh;
    padding-top: 2em;
    padding-bottom: 2em;
    animation-name: menu-open;
    animation-fill-mode: backwards;
    animation-iteration-count: 1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 21;
  }
}
.header-main-menu .submenu-head {
  display: none;
}

@keyframes menu-open {
  0% {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  100% {
    max-height: 100vh;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@keyframes main-menu-overlay-appears {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  50% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.header .menu .mobile-widgets {
  display: block;
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5em;
}
@media (min-width: 992px) {
  .header .menu .mobile-widgets {
    display: none;
  }
}
.header .menu .mobile-widgets .mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.header .menu .mobile-widgets .mobile-actions .mobile-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  font-size: 0.8em;
}
.header .menu .mobile-widgets .mobile-actions .mobile-action img {
  height: 1.8em;
  width: auto;
}

@media (max-width: 991.8px) {
  .header .menu {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    min-width: 60%;
    display: block;
    transform: translateX(100%);
    transition: all 200ms ease;
  }
  .header .menu .main-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 500ms;
    transition: all 200ms ease;
    pointer-events: none;
  }
  .header .menu:before {
    display: none;
  }
  .header .menu.open {
    transform: translateX(0);
  }
  .header .menu.open .main-menu-overlay {
    animation-name: main-menu-overlay-appears;
    animation-fill-mode: backwards;
    animation-iteration-count: 1;
    animation-duration: 400ms;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .header .menu.open .header-main-menu {
    box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.1);
  }
  .header .menu .header-main-menu {
    flex-direction: column;
    position: relative;
    background-color: #FFF;
    padding: 1.5em;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    font-size: 16px;
    gap: 1em;
  }
  .header .menu .menu-item-has-children {
    width: 100%;
    background-image: url(../icn/next.svg);
    background-repeat: no-repeat;
    background-size: 1.3em;
    background-position: right;
  }
  .header .menu .menu-item-has-children > .sub-menu {
    gap: 1.5em;
  }
  .header .menu .menu-item-has-children > .sub-menu .sub-menu {
    gap: 0.2em;
  }
  .header .menu .sub-menu {
    display: flex;
    min-height: inherit;
    overflow-y: inherit;
    position: absolute;
    inset: 0;
    flex-direction: column;
    background: #FFF;
    padding: 1em;
    height: 100%;
    max-height: inherit;
    transform: translateX(100%);
    transition: all 200ms ease;
    line-height: 1.4em;
    justify-content: flex-start;
  }
  .header .menu .sub-menu.open {
    transform: translateX(0);
  }
  .header .menu .sub-menu a {
    color: var(--color-dark-light);
  }
  .header .menu li:not(.menu-item-has-children).sub-menu .submenu-title {
    margin-bottom: 0.5em;
  }
  .header .menu .submenu-head {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-bottom: 1em;
  }
  .header .menu .submenu-head.main-menu-head {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .header .menu .submenu-head .submenu-nav-container {
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5em;
  }
  .header .menu .submenu-head .submenu-nav-container .close, .header .menu .submenu-head .submenu-nav-container .back {
    width: 1.4em;
    height: 1.4em;
    display: block;
    background-size: contain;
    cursor: pointer;
  }
  .header .menu .submenu-head .submenu-nav-container .back {
    background-image: url(../icn/next.svg);
    transform: rotate(180deg);
    margin-left: -0.5em;
  }
  .header .menu .submenu-head .submenu-nav-container .close {
    background-image: url(../icn/close.svg);
    width: 0.8em;
    height: 0.8em;
  }
  .header .menu .submenu-head .submenu-nav-container .parent-title {
    flex: 1;
    font-size: 0.9em;
    cursor: pointer;
  }
  .header .menu .submenu-head .submenu-title {
    font-weight: 500;
    font-size: 1.3em;
  }
}
.footer {
  display: flex;
  flex-direction: row;
  gap: 5em;
  padding: 3em 2em;
  position: relative;
}
@media (max-width: 991.8px) {
  .footer {
    flex-direction: column;
    gap: 2em;
  }
}
.footer:before {
  content: " ";
  position: absolute;
  inset: 0 2em;
  height: 1px;
  background-color: var(--color-dark);
  opacity: 0.15;
}
.footer .pan-widget {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.footer .pan-widget-title {
  font-weight: 500;
  margin-bottom: 1em;
}
@media (max-width: 991.8px) {
  .footer .pan-widget-title {
    margin-bottom: 0;
  }
}
.footer ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.footer ul.menu a {
  display: block;
  line-height: 1.6em;
  font-weight: 400;
  font-size: 0.8em;
  opacity: 0.8;
}
.footer ul.menu a:hover {
  opacity: 1;
}

.bottom-bar {
  padding: 1em 2em;
  background-color: var(--color-dark);
  color: #FFF;
  font-size: 0.7em;
  display: flex;
  flex-direction: row;
  gap: 1em;
}
@media (max-width: 991.8px) {
  .bottom-bar {
    flex-direction: column-reverse;
    font-size: 0.8em;
    padding: 2em;
  }
}
.bottom-bar ul, .bottom-bar li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom-bar ul {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
@media (max-width: 991.8px) {
  .bottom-bar ul {
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .bottom-bar ul:last-of-type {
    padding-bottom: 1em;
  }
}
.bottom-bar li:before {
  content: "|";
  margin-right: 1em;
}
@media (max-width: 991.8px) {
  .bottom-bar li:before {
    display: none;
  }
}
.bottom-bar a {
  color: #FFF;
}
.bottom-bar a:hover {
  text-decoration: underline;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 1.5em;
}
@media (max-width: 991.8px) {
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 0.8em;
  }
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul {
  background-color: #F5F5F5;
  padding: 0 3em;
  border-radius: 50px;
  margin-bottom: 2em;
}

.pan-locations {
  display: flex;
  flex-direction: column;
}
.pan-locations .salespoints .salespoints-list {
  display: flex;
  flex-direction: column;
  line-height: 1.6em;
  border: 1px dotted #EEE;
}
.pan-locations .salespoints .salespoints-list .point-title {
  font-size: 1.2em;
  font-weight: bold;
}
.pan-locations .salespoints .salespoints-list .point {
  border-bottom: 1px dotted #EEE;
  padding: 1em;
}
.pan-locations .salespoints .salespoints-list .point-address {
  display: flex;
  flex-direction: row;
  gap: 1px;
}
.pan-locations .salespoints .salespoints-list .point-address-text {
  flex: 1;
}
.pan-locations .salespoints .salespoints-list .point-go-to {
  padding-right: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pan-locations .salespoints .salespoints-list .point-go-to a:before {
  content: " ";
  display: inline-block;
  margin-right: 1em;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../icn/map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
}

/* Styles pour la carte Google Maps des locations */
#locations-map {
  border-radius: 8px;
}

/* Styles pour les info windows de la carte */
.map-info-window {
  max-width: 280px;
  line-height: 1.4;
}

.map-info-window h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #2c5aa0;
  font-weight: bold;
}

.map-info-window .address {
  margin-bottom: 12px;
  color: #333;
  font-size: 14px;
}

.map-info-window .address br {
  line-height: 1.6;
}

.map-info-window .point-city {
  font-weight: 500;
  color: #666;
  margin-top: 4px;
}

.map-info-window .actions {
  text-align: center;
  padding-top: 8px;
  border-top: 1px solid #eee;
}

.map-info-window .directions-link {
  display: inline-block;
  background-color: #2c5aa0;
  color: white !important;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.map-info-window .directions-link:hover {
  background-color: #1e3f73;
  color: white !important;
}

/* Styles pour les marqueurs clustered */
.cluster {
  background: #2c5aa0;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Styles pour la section map dans le bloc locations */
.pan-locations .map {
  margin: 20px 0;
  padding: 0;
}

@media (max-width: 768px) {
  #locations-map {
    height: 400px !important;
  }
  .map-info-window {
    max-width: 250px;
  }
  .map-info-window h3 {
    font-size: 15px;
  }
  .map-info-window .address {
    font-size: 13px;
  }
}
/* Styles pour améliorer l'intégration avec le thème existant */
.pan-locations {
  position: relative;
}

.pan-locations .map {
  border-radius: 8px;
}

/* Interaction entre la liste et la carte */
.salespoints-list .point {
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 15px;
  border-radius: 4px;
}

.salespoints-list .point:hover {
  background-color: #F5F5F5;
}

.salespoints-list .point-title {
  font-weight: bold;
}

.salespoints-list .point-go-to a {
  text-decoration: none;
  font-weight: 500;
}

.salespoints-list .point-go-to a:hover {
  text-decoration: underline;
}

.gb-accordion a {
  text-decoration: underline;
}

.page-header-image-single img {
  border-radius: 2em;
}

.inside-article .post-image img {
  border-radius: 2em;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.wpcf7-form label {
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
  font-weight: bold;
}
.wpcf7-form label .wpcf7-form-control-wrap {
  margin-top: 0.5em;
}
.wpcf7-form label .wpcf7-form-control-wrap input, .wpcf7-form label .wpcf7-form-control-wrap textarea {
  width: 100%;
  border-radius: 10px;
}
.wpcf7-form .wpcf7-submit {
  border-radius: 2em;
  align-self: flex-start;
}

.woocommerce div.product div.images img {
  /*aspect-ratio: 1;
  object-fit: contain;
  object-position: center;*/
  border-radius: 10px;
}

.wp-child-theme-panzeri .product_meta {
  border: none;
  padding: 2em;
  background-color: #F5F5F5;
  border-radius: 1em;
}

.single-product.woocommerce div.product form.cart .button {
  float: inherit;
  width: 100%;
}

.mfp-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mfp-close {
  top: 1em;
  right: 1em;
  border-radius: 100px;
}
.mfp-close:hover {
  background-color: #F5F5F5;
}
.mfp-close:focus {
  top: 1em;
}

.woocommerce .mfp-content {
  padding: 2em 3em;
  background-color: #fff;
  border-radius: 2em;
  margin: 5em 0;
  max-width: 800px;
}
@media (max-width: 991.8px) {
  .woocommerce .mfp-content {
    padding: 2em;
    margin: 0;
    border-radius: 0;
  }
}
.woocommerce .mfp-content .woocommerce-tabs ul.tabs {
  display: flex;
  flex-direction: row;
  gap: 1em;
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  border-bottom: 1px solid #F5F5F5;
}
@media (max-width: 991.8px) {
  .woocommerce .mfp-content .woocommerce-tabs ul.tabs {
    flex-direction: column;
    gap: 0;
  }
}
.woocommerce .mfp-content .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 0.5em 0.5em 1em;
}
.woocommerce .mfp-content .woocommerce-tabs ul.tabs li a[aria-selected=true] {
  font-weight: bold;
}

.woocommerce table.shop_attributes {
  font-size: 0.8em;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  border: none;
}

.pan-wc-tabs-container-wrapper {
  display: none;
}

.pan-wc-open-tabs {
  padding: 1em 1em 1em 2.5em;
  font-weight: bold;
  margin-top: 0.5em;
  background-image: url(../icn/details.svg);
  background-size: 1.5em;
  background-position: 10px center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}
.pan-wc-open-tabs:hover {
  text-decoration: underline;
}

.single-product .entry-summary .price {
  display: block;
  margin-top: 0.5em;
  font-size: 1.4em;
}
.single-product .entry-summary .price .reduction-percentage {
  color: var(--color-primary);
  font-weight: bold;
  margin-left: 0.5em;
}
@media (max-width: 991.8px) {
  .single-product .entry-summary .price .reduction-percentage {
    display: block;
    margin-left: 0;
  }
}
.single-product .entry-summary .price del {
  color: #666;
  margin-left: 0.5em;
}

.pan-wc-short-description {
  margin-top: 1em;
}

@media (max-width: 991.8px) {
  .woocommerce-product-gallery .flex-viewport {
    position: relative;
  }
  .woocommerce-product-gallery .flex-viewport:after, .woocommerce-product-gallery .flex-viewport:before {
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    border-radius: 50px;
    background-color: #FFF;
    bottom: 0.5em;
    right: 0.5em;
    z-index: 2;
    position: absolute;
    background-image: url(../icn/next.svg);
    background-size: 1em;
    background-position: center;
    background-repeat: no-repeat;
  }
  .woocommerce-product-gallery .flex-viewport:before {
    right: 3em;
    transform: rotate(180deg);
  }
}

@media (max-width: 991.8px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    display: none;
  }
}

.slick-track {
  margin-left: 0;
}

.fancy-product .entry-content > .product .summary {
  flex: 1;
}

.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery ol {
  position: relative;
}
.woocommerce-product-gallery .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: -1px;
  width: 70px;
  height: 100px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%) no-repeat;
  font-size: 0;
  transition: all 200ms ease;
}
.woocommerce-product-gallery .slick-arrow:after {
  content: "";
  position: absolute;
  background-image: url(../icn/next.svg);
  inset: 0 0 0 50%;
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.8px) {
  .woocommerce-product-gallery .slick-arrow {
    display: none !important;
  }
}
.woocommerce-product-gallery .slick-prev {
  left: -5px;
  transform: rotate(180deg);
}
.woocommerce-product-gallery .slick-next {
  right: -15px;
}

.pan-variation-stock-status > .stock {
  padding: 0 1em;
  font-weight: bold;
}
.pan-variation-stock-status > .stock.onbackorder-soon {
  color: dodgerblue !important;
}
.pan-variation-stock-status > .stock.onbackorder-custom {
  color: orange !important;
}

label[for=pa_taille] {
  width: 100%;
}

.link-guide-taille {
  float: right;
}
.link-guide-taille:before {
  content: " ";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  background-image: url(../icn/measure.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: sub;
}
.link-guide-taille:hover {
  text-decoration: underline;
}

#size-guide-container {
  display: none;
}

#size-guide {
  padding-top: 3em;
}

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

.woocommerce-variation-availability {
  display: none;
}

.trm-variation-nav {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.trm-variation-nav-title {
  font-weight: bold;
}

.trm-variation-options {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5em;
}

.trm-variation-option {
  cursor: pointer;
}
.trm-variation-option .wp-post-image {
  border-radius: 0.5em;
  border: 1px solid #FFF;
  transition: all 200ms ease;
}
.trm-variation-option:hover .wp-post-image {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 6px 0;
}
.trm-variation-option.current .wp-post-image {
  border: 2px solid var(--color-primary);
  object-fit: contain;
}

.wp-child-theme-panzeri.woocommerce #respond input#submit, .wp-child-theme-panzeri.woocommerce a.button, .wp-child-theme-panzeri.woocommerce button.button, .wp-child-theme-panzeri.woocommerce input.button {
  border-radius: 3em;
}

.woocommerce.full-width-content .container.grid-container .site-content {
  padding: 0 2em;
}

.woocommerce ul.products li, .woocommerce-page ul.products li {
  padding-bottom: 1em;
  border: 1px dotted #F0F0F0;
}
.woocommerce ul.products li:hover, .woocommerce-page ul.products li:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.woocommerce ul.products li .woocommerce-loop-product__link, .woocommerce-page ul.products li .woocommerce-loop-product__link {
  padding: 2em;
}
.woocommerce ul.products li .wc-product-image, .woocommerce-page ul.products li .wc-product-image {
  margin-bottom: 2em;
}
.woocommerce ul.products li img, .woocommerce-page ul.products li img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
@media (min-width: 992px) {
  .woocommerce ul.products li img, .woocommerce-page ul.products li img {
    max-width: 600px;
  }
}

:root {
  --fpd-sidebar-width: 280px;
  --fpd-sidebar-nav-width: 60px;
}

.fpd-container {
  border: none !important;
}

.fpd-product-designer-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.fpd-product-designer-wrapper .fpd-actions-container {
  display: none;
}
.fpd-product-designer-wrapper .fpd-ui-theme-doyle.fpd-container {
  padding-top: 0;
}
.fpd-product-designer-wrapper .fpd-tool-reset {
  display: none;
}

.fpd-container fpd-module-manage-layers .fpd-list .fpd-list-row > div.fpd-cell-full {
  display: block !important;
}

.fpd-container .fpd-color-panel > .fpd-scroll-area {
  max-height: inherit;
}

.fpd-container .fpd-color-palette .fpd-item, .fpd-container .fpd-patterns-wrapper .fpd-item {
  border-radius: 100px;
}

.fpd-container fpd-module-manage-layers .fpd-list .fpd-list-row {
  margin: 5px;
  box-shadow: none;
  border: none;
}

.fpd-container fpd-module-manage-layers .fpd-list .fpd-list-row > div.fpd-cell-1 .fpd-img-meta {
  display: none;
}

.fpd-container fpd-module-manage-layers .fpd-list .fpd-list-row > div.fpd-cell-0 {
  display: none;
}

.fpd-lock-element {
  display: none;
}

.fpd-visible-element {
  display: none;
}

.fpd-container fpd-actions-bar {
  display: none;
}

.fpd-wrapper {
  flex-flow: row-reverse wrap;
}

.fpd-wrapper > fpd-main-wrapper {
  background: transparent;
}

.fpd-container fpd-module-manage-layers .fpd-list .fpd-list-row > div.fpd-cell-1 {
  pointer-events: none;
  font-weight: 500;
}

.fpd-product-designer-wrapper {
  float: left;
  width: 66%;
  margin-right: 2em;
}

.fpd-container.fpd-sidebar > fpd-main-bar {
  flex-direction: column;
}

.fpd-container.fpd-sidebar > fpd-main-bar .fpd-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: none;
  align-items: center;
}

.fpd-container.fpd-sidebar > fpd-main-bar {
  height: fit-content !important;
}

.fpd-container fpd-module-manage-layers .fpd-list .fpd-list-row {
  margin: 0;
}

.fpd-container fpd-module-manage-layers .fpd-list .fpd-list-row > div.fpd-cell-full > .fpd-scroll-area > .fpd-color-palette, .fpd-container fpd-module-manage-layers .fpd-list .fpd-list-row > div.fpd-cell-full > .fpd-scroll-area > .fpd-patterns-wrapper {
  padding: 0;
}

.fpd-container.fpd-sidebar .fpd-navigation > div > .fpd-label {
  display: none;
}

.fpd-container.fpd-sidebar > fpd-main-bar {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1em;
  border-right: none;
}

.fpd-container.fpd-sidebar .fpd-navigation > div > span {
  padding: 0;
  font-size: 20px;
}

.fpd-list > .fpd-list-row > div {
  padding: 10px 0;
}

.fpd-container fpd-module-manage-layers .fpd-list .fpd-list-row > div.fpd-cell-2 {
  flex: 0 40px;
}

.fpd-container .fpd-color-palette, .fpd-container .fpd-patterns-wrapper {
  gap: 9px;
}

span.fpd-nav-icon.fpd-icon-layers:before {
  background: radial-gradient(#fff 0, #fff 40%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0) 100%) no-repeat, conic-gradient(from 90deg at 50% 50%, #196cb7 0deg, #363290 63.75deg, #e81483 0.341turn, #d92155 176.25deg, #fce82b 240.81deg, #2aaa4d 298.12deg, #00a7d4 1turn);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 19px;
  width: 19px;
}

.fpd-container .fpd-color-palette .fpd-item, .fpd-container .fpd-patterns-wrapper .fpd-item {
  border-width: 1px;
}

.fpd-modal-overlay.fpd-modal-internal {
  display: none;
}

@media (max-width: 991.8px) {
  .fpd-product-designer-wrapper {
    float: inherit;
    width: 100%;
    margin: 0;
    margin-bottom: 2em;
  }
}

.mrwp_erreur {
  display: none;
}

/*# sourceMappingURL=app.css.map */
