@charset 'UTF-8';
/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/behavior__form/behavior__form.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/behavior__productorder/behavior__productorder.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/behavior__sameheight/behavior__sameheight.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/behavior__slider/behavior__slider.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, ._behavior__slider, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] ._behavior__slider, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] ._behavior__slider, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._behavior__slider {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  justify-content: center;
}

._behavior__slider__content {
  transition-property: transform;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
}

._behavior__slider ._behavior__slider__prev,
._behavior__slider ._behavior__slider__next {
  transition-property: background-color;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
}

._behavior__slider ._behavior__slider__prev:hover,
._behavior__slider ._behavior__slider__next:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/project__backend/project__backend.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

.wp-menu-separator {
  border-bottom: 1px solid #0073AA;
}

#adminmenuwrap {
  margin-top: 0px !important;
}

#wpfooter {
  display: none;
}

._dcwpbox__1of2,
._dcwpbox__1of3,
._dcwpbox__1of4 {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  border: none !important;
}

._dcwpbox__1of2 {
  width: calc(50% - 3px);
}

._dcwpbox__1of3 {
  width: calc(33.333333% - 3px);
}

._dcwpbox__1of4 {
  width: calc(25% - 3px);
}

._dcwpbox__space {
  display: block;
  opacity: 1 !important;
  pointer-events: none !important;
  width: 100%;
  height: 1px;
  margin: 0px 0px 0px !important;
  padding: 0px 0px 0px !important;
  overflow: hidden;
}

._dcwpbox__auto {
  width: auto;
  display: inline-block;
  vertical-align: top;
  border: none !important;
}

.updated.notice {
  display: none !important;
}

._dcwp__groupinput span {
  padding: 5px 5px 5px 5px !important;
}

._dcwp__groupinput {
  display: inline-flex;
  flex-direction: row;
  width: calc(100% - 20px);
  text-transform: uppercase;
}

._dcwp__groupinput input,
._dcwp__groupinput textarea {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
  float: right;
  margin: 0px 0px 0px 0px;
}

._dcwp__groupinput span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
  color: #FFFFFF;
  background-color: #8C8f94;
  margin: 0px 0px 0px 0px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  padding: 6px 0px 0px 0px;
}

._dcwp__postsaving__sluglabel,
._dcwp__postsaving__linklabel {
  display: block;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: -2em;
}

._dcwp_linklink + ._dcwp_linklink {
  margin: -0.75em 0px 0px 0px;
}

body._wpeditpost__true #edit-slug-buttons {
  display: none !important;
}

@font-face {
  src: url("../assets/fonts/pop__regular.woff") format("woff"), url("../assets/fonts/pop__regular.woff2") format("woff2");
  font-family: pop__regular;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  src: url("../assets/fonts/pop__700.woff") format("woff"), url("../assets/fonts/pop__700.woff2") format("woff2");
  font-family: pop__700;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  src: url("../assets/fonts/pop__900.woff") format("woff"), url("../assets/fonts/pop__900.woff2") format("woff2");
  font-family: pop__900;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.login h1 a {
  margin-bottom: 30px !important;
}

body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
}

body > * {
  margin: -1px 0px 0px 0px !important;
  color: #000000;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  width: max-content;
  max-width: 100%;
}

body > *:last-of-type {
  margin-bottom: 0em !important;
}

.mce-visualblocks > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

#tinymce > *,
#tinymce ._dcfont__text,
.acf-input textarea,
.acf-input .acf-input-wrap input {
  font-family: pop__regular;
  color: #0b0c0e !important;
}

#tinymce strong,
#tinymce strong {
  text-transform: uppercase;
}

._dcwpacfflexible__toggleactive {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  cursor: pointer;
  color: white;
  padding: 0px 4px 0px 4px;
  border-radius: 6px;
  z-index: 100;
}

._dcwptextbox__active {
  background-color: #34a853;
}

._dcwptextbox__inactive {
  background-color: #ea4335;
}

#advanced-sortables button.collapse,
#normal-sortables button.collapse {
  position: absolute;
  right: 0px;
  top: 0px;
}

#acf-group_641b07392f164,
#acf-group_5fcfb46339feb {
  display: none !important;
}

#_mailingmetaboxlog ._mailingmetaboxlog__content {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 10px;
}

#_mailingmetaboxlog ._mailingmetaboxlog__content__textarea {
  font-size: 10px;
  width: 100%;
  height: 8em;
  border: 1px solid #c5c4c6;
  overflow-y: scroll;
}

#_mailingmetaboxpreview ._mailingmetaboxpreview__content {
  padding-top: 10px;
}

#_mailingmetaboxpreview ._mailingmetaboxpreview__content__item {
  margin-bottom: 0.5em;
}

#_mailingmetaboxpreview ._mailingmetaboxpreview__content__item > .button {
  display: inline-block;
  position: relative;
  margin: 0.5em 0.5em 0px 0px;
}

#_mailingmetaboxsend ._mailingmetaboxsend__output {
  color: #646970;
  padding-top: 4px;
}

#_mailingmetaboxsend ._mailingmetaboxsend__output__spinner {
  display: none;
  position: relative;
  width: 20px;
  float: none;
  top: -4px;
  margin-right: -2px;
  visibility: visible;
}

#_mailingmetaboxsend ._mailingmetaboxsend__output__progress {
  margin-left: 0.5em;
}

#_mailingmetaboxsend ._mailingmetaboxsend__content {
  text-align: right;
  padding-top: 20px;
  margin-bottom: -12px;
}

#wp-admin-bar-site-name a span {
  background-color: #0073aa;
  border-radius: 1px;
  border-radius: 4px;
  padding: 3px;
  font-size: 11px;
  position: relative;
  margin-left: 1px;
  top: -1px;
}

#_menuresetcache {
  position: relative;
  display: inline-block;
  margin: 0px 10px 0px 0px;
  pointer-events: all;
  cursor: pointer;
  color: #f0f0f1;
  transition: opacity 0.5s ease-out;
}

#_menuresetcache ._menuresetcache__spinner {
  position: relative;
  display: inline-block;
  width: 24px;
  height: auto;
  fill: #f0f0f1;
  vertical-align: middle;
  top: -2px;
  margin-left: 7px;
}

#_menuresetcache[data-state_progress=inactive] {
  pointer-events: all;
  opacity: 1;
}

#_menuresetcache[data-state_progress=active] {
  pointer-events: none;
  opacity: 0.5;
}

#_menuresetcache[data-state_progress=active] ._menuresetcache__spinner {
  animation: kf_rotate 0.5s linear infinite;
}

@keyframes kf_rotate {
  to {
    transform: rotate(360deg);
  }
}
._configurationmetaboxzip__plugins ._spinner,
._configurationmetaboxzip__theme ._spinner,
._configurationmetaboximportexport__products ._spinner,
._configurationmetaboximportexport__persons ._spinner,
._configurationmetaboximportexport__clients ._spinner {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  position: relative;
  display: inline-block;
  width: 20px;
  height: auto;
  pointer-events: none;
  top: 6px;
  margin-right: 5px;
  animation: kf_rotate 0.5s linear infinite;
  opacity: 0;
}

._configurationmetaboxzip__plugins[data-b_isprocessing=true] ._spinner,
._configurationmetaboxzip__theme[data-b_isprocessing=true] ._spinner,
._configurationmetaboximportexport__products[data-b_isprocessing=true] ._spinner,
._configurationmetaboximportexport__persons[data-b_isprocessing=true] ._spinner,
._configurationmetaboximportexport__clients[data-b_isprocessing=true] ._spinner {
  opacity: 1;
}

#_configurationmetaboxzip ._version {
  position: relative;
  color: #ffffff;
  border-radius: 4px;
  padding: 3px;
  font-size: 11px;
  position: relative;
  margin-left: 1px;
  top: -1px;
}

#_configurationmetaboxzip[data-b_isprocessing=true] {
  pointer-events: none;
}

.rml-container .ant-alert-info.ant-alert-no-icon {
  display: none;
}

#acf-default,
#acf-group_67bae026af756 {
  display: none !important;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/project__frontend/project__frontend.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, html .woocommerce, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] .woocommerce, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] .woocommerce, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, html .woocommerce h2, html .woocommerce thead .product-thumbnail,
html .woocommerce thead .product-name,
html .woocommerce thead .product-price,
html .woocommerce thead .product-quantity,
html .woocommerce thead .product-subtotal,
html .woocommerce thead .product-total, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] .woocommerce h2, html[data-grid__id_breakpoint=tab] .woocommerce thead .product-thumbnail,
html[data-grid__id_breakpoint=tab] .woocommerce thead .product-name,
html[data-grid__id_breakpoint=tab] .woocommerce thead .product-price,
html[data-grid__id_breakpoint=tab] .woocommerce thead .product-quantity,
html[data-grid__id_breakpoint=tab] .woocommerce thead .product-subtotal,
html[data-grid__id_breakpoint=tab] .woocommerce thead .product-total, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] .woocommerce h2, html[data-grid__id_breakpoint=sma] .woocommerce thead .product-thumbnail,
html[data-grid__id_breakpoint=sma] .woocommerce thead .product-name,
html[data-grid__id_breakpoint=sma] .woocommerce thead .product-price,
html[data-grid__id_breakpoint=sma] .woocommerce thead .product-quantity,
html[data-grid__id_breakpoint=sma] .woocommerce thead .product-subtotal,
html[data-grid__id_breakpoint=sma] .woocommerce thead .product-total, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu, ._pagesubline, ._buttonprimary,
._buttonsecondary, html .woocommerce .button {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description, html .woocommerce label {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description, html[data-grid__id_breakpoint=tab] .woocommerce label {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description, html[data-grid__id_breakpoint=sma] .woocommerce label {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

:root {
  --dcgrid__num_windowwidth: null;
  --dcgrid__num_windowheight: null;
  --dcgrid__num_contentwidth: null;
  --dcgrid__num_contentx: null;
  --dcgrid__percf_layoutbase: null;
  --dcgrid__percf_vw: null;
  --dcgrid__num_bordersize: null;
  --dcgrid__num_bordersizevertical: null;
  --dcgrid__num_bordersizehorizontal: null;
  --dcgrid__num_guttersize: null;
  --dcgrid__num_columnsize: null;
  --dcgrid__num_rastersize: null;
  --dcgrid__num_rastersizerounded: null;
  --dcgrid__percf_colspan: null;
}

#html[data-grid__id_breakpoint=sma] .dc\:display\:inlineflex\[sma\] {
  display: inline-flex;
}

#html[data-grid__id_breakpoint=tab] .dc\:display\:inlineflex\[tab\] {
  display: inline-flex;
}

#html[data-grid__id_breakpoint=des] .dc\:display\:inlineflex\[des\] {
  display: inline-flex;
}

#html[data-grid__id_breakpoint=xxl] .dc\:display\:inlineflex\[xxl\] {
  display: inline-flex;
}

#html .dc\:display\:inlineflex {
  display: inline-flex;
}

._behavior__loadmore ._behavior__loadmore__button {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  width: max-content;
}

html {
  font-weight: normal;
  color: red;
  -webkit-tap-highlight-color: transparent;
}

html * {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-variant: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  text-indent: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-stretch: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  border: none;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  white-space: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  -webkit-text-size-adjust: none;
}

img {
  user-select: none;
  box-user-select: none;
  transform-style: preserve-3d;
  -ms-interpolation-mode: bicubic;
  border: none;
  height: auto;
  line-height: 100%;
  text-decoration: none;
  background: none;
  outline: 1px solid transparent;
  vertical-align: top;
}

html a {
  /*        @include dcgrid__mx_item($id_preset: 'glinktext');*/
  text-decoration: none;
  color: inherit;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  width: max-content;
  height: max-content;
  position: initial;
  outline: none;
  content: "xxxresetxxx";
}

html a * {
  cursor: inherit !important;
}

a:link,
a:visited,
a:focus {
  color: inherit;
  text-decoration: none;
}

.typekit-badge {
  visibility: hidden !important;
  border: none;
  display: none !important;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

._behavior__scroller ._behavior__scroller__handle {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: fixed;
  height: 100%;
  max-height: 100vh;
  width: 100%;
  z-index: 100000;
  left: 0px;
  top: 0px;
}

._behavior__scroller ._behavior__scroller__handle__scrollbar {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 10px;
  background-color: red;
  top: 0px;
  right: 0px;
  justify-content: center;
  align-content: center;
  padding: 120px 0px 120px 0px;
  right: 5px;
}

._behavior__scroller ._behavior__scroller__handle__scrollbar__background {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  background-color: #ceccff;
  width: 2px;
}

._behavior__sticky {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
}

._behavior__stickyfooter._clone__true {
  position: fixed;
  bottom: 0px;
}

html[data-domdimensions__b_sizewindowisscrollabley=false] ._behavior__stickyfooter._clone__false {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

html[data-domdimensions__b_sizewindowisscrollabley=true] ._behavior__stickyfooter._clone__true {
  display: none !important;
}

._behavior__vanillalazy .lazy {
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.20s;
  opacity: 0;
}

._behavior__vanillalazy .lazy.loaded {
  opacity: 1;
}

._behavior__videoskin ._behavior__videoskin__userinput {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: transparent;
  z-index: 10;
  pointer-events: all;
}

._behavior__videoskin ._behavior__videoskin__overlay {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 20;
  opacity: 0;
  display: none;
}

._behavior__videoskin[data-behavior__videoskin__bs_useoverlay=false] ._behavior__videoskin__overlay {
  display: none !important;
}

._behavior__videoskin[data-behavior__videoskin__bs_useoverlay=true] ._behavior__videoskin__overlay {
  display: inline-flex;
}

._behavior__videoskin._overlay__true ._behavior__videoskin__overlay {
  opacity: 1;
}

._behavior__videoskin ._behavior__videoskin__overlay__buttonplay {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  border-top-width: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  border-right-width: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  border-bottom-width: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  border-left-width: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  transition-property: color;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  position: absolute;
  left: 0px;
  bottom: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  z-index: 20;
}

._behavior__videoskin ._behavior__videoskin__overlay__buttonscreen {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  border-top-width: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  border-right-width: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  border-bottom-width: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  border-left-width: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  transition-property: color opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
  opacity: 0;
}

._behavior__videoskin[data-behavior__videoskin__bs_mouseenter=true] ._behavior__videoskin__overlay__buttonscreen,
html[data-system__browser__b_istouchscreen=true] ._behavior__videoskin__overlay__buttonscreen {
  opacity: 1;
}

._behavior__videoskin ._behavior__videoskin__overlay__buttonsound {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  border-top-width: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  border-right-width: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  border-bottom-width: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  border-left-width: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  transition-property: color opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  position: absolute;
  right: 0px;
  bottom: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  z-index: 20;
  opacity: 0;
}

._behavior__videoskin[data-behavior__videoskin__bs_mouseenter=true] ._behavior__videoskin__overlay__buttonsound,
html[data-system__browser__b_istouchscreen=true] ._behavior__videoskin__overlay__buttonsound {
  opacity: 1;
}

._behavior__videoskin video {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.10s;
  width: 100%;
  height: auto;
  display: none;
  opacity: 0;
}

._behavior__videoskin[data-behavior__videoskin__bs_playinit=true] video {
  display: inline-flex;
  opacity: 1;
}

._behavior__videoskin ._behavior__videoskin__overlay__progressbar {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  width: 100%;
  height: calc(var(--dcgrid__percf_layoutbase) * 4 * 1px + 0.00px);
  bottom: calc(var(--dcgrid__percf_layoutbase) * 10 * 1px + 0.00px);
  position: absolute;
  background-color: #ffffff;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
}

._behavior__videoskin[data-behavior__videoskin__state_play=playing] ._behavior__videoskin__overlay__progressbar {
  opacity: 1;
  pointer-events: all;
}

._behavior__videoskin ._behavior__videoskin__overlay__progressbar__current {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  transition-delay: 0.00s;
  height: 100%;
  width: 0px;
  background-color: #000000;
  top: 0px;
  left: 0px;
}

._behavior__videoskin ._behavior__videoskin__overlay__link {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: transparent;
  z-index: 5;
}

._behavior__videoskin:fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw !important;
  height: calc(var(--dcgrid__num_windowheight) * 1 * 1.00px + 0.00px);
  cursor: pointer !important;
}

._behavior__videoskin:fullscreen * {
  cursor: default !important;
}

._behavior__videoskin:fullscreen ._behavior__xlink {
  cursor: pointer !important;
}

._behavior__videoskin:fullscreen video {
  position: absolute;
  width: 100% !important;
  height: 102% !important;
  object-fit: contain !important;
  background-color: #ffffff !important;
  cursor: default !important;
}

._dccursor {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  z-index: 9999999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

._dccursor__cursor {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  position: absolute;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 1px;
  height: 1px;
  opacity: 0;
}

._dccursor__cursor__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  justify-content: center;
  align-items: center;
}

html._dccursorchangedefault__true,
html._dccursorchangedefault__true *,
html._dccursorchangedefault__true a {
  cursor: none !important;
}

._dccursoroverlay,
html._dccursorchangedefault__true ._dccursoroverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: all;
  cursor: default !important;
  background-color: transparent;
  z-index: 100000000;
  display: none;
}

html[data-cursor__bs_visible=false] ._dccursoroverlay {
  display: block !important;
}

._dcdebug {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  min-height: 2em;
  width: 100%;
  border: 10px;
}

._dcfont__debugsmall {
  font-family: "Courier New", monospace, sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 1.3em !important;
  letter-spacing: 0em !important;
  text-transform: lowercase !important;
}

._dcdebugtracker {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  position: absolute;
  height: 3.6em;
  max-height: 100%;
  width: max-content;
  top: 0px;
  left: 0px;
  z-index: 1000;
  pointer-events: all;
  cursor: pointer;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0px 1em 0px 0px;
  scroll-behavior: smooth;
  flex-direction: column;
  flex-wrap: wrap;
}
._dcdebugtracker::-webkit-scrollbar {
  display: none;
}

._dcdebugtracker ._dcdebugtracker__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: wrap;
}

._dcdebugtracker ._dcdebugtracker__content__line {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  padding: 0.25em 0.5em 0.25em 0.5em;
  color: #FFFFFF !important;
  white-space: nowrap;
  width: max-content;
  overflow: hidden;
  height: max-content;
  min-height: 1.5em;
}

._dcdomratiosvg {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  align-self: flex-start;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: element;
  pointer-events: none;
  background: transparent;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
}

._dcdomratiosvg[data-dom__id_objectfit=cover] {
  width: 100.00%;
  height: 100.00%;
  object-fit: cover;
}

._dcdomratiosvg[data-dom__id_objectfit=coverwidth] {
  width: 100.00%;
  height: auto;
  object-fit: contain;
}

._dcdomratiosvg[data-dom__id_objectfit=coverheight] {
  width: auto;
  height: 100.00%;
  object-fit: contain;
}

._dcdomratiosvg__rect {
  fill: transparent;
  opacity: 0;
}

._dcdom__domdata {
  z-index: 1000000;
  position: fixed;
  background: transparent;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: all;
}

._dcdomsplitter {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

._dcdomsplitter ._w {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
}

._dcdomsplitter ._c,
._dcdomsplitter ._s {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 1.1em;
  margin-bottom: -0.15em;
}

._dcdomsplitter ._i {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  display: inherit !important;
}

._dclayout {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000000;
  top: 0px;
  left: auto;
  align-items: center;
  justify-content: center;
}

._dclayout ._dclayout__info {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0px;
}

._dclayout ._dclayout__grid {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  display: none;
}

._dclayout ._dclayout__grid__columns {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  flex-direction: row;
  justify-content: space-between;
}
html[data-grid__id_breakpoint=sma] ._dclayout ._dclayout__grid__columns {
  border-left: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid transparent;
  border-right: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid transparent;
}

html[data-grid__id_breakpoint=tab] ._dclayout ._dclayout__grid__columns {
  border-left: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid transparent;
  border-right: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid transparent;
}

html[data-grid__id_breakpoint=des] ._dclayout ._dclayout__grid__columns {
  border-left: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid transparent;
  border-right: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid transparent;
}

html[data-grid__id_breakpoint=xxl] ._dclayout ._dclayout__grid__columns {
  border-left: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid transparent;
  border-right: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid transparent;
}

._dclayout ._dclayout__grid__columns__element {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  height: 100%;
  top: 0px;
  background-color: rgba(184, 184, 184, 0.5);
  align-self: auto;
  display: inline-flex;
  cursor: pointer;
  border-left: 1px dashed rgba(249, 6, 6, 0.75);
  border-right: 1px dashed rgba(249, 6, 6, 0.75);
}
html[data-grid__id_breakpoint=sma] ._dclayout ._dclayout__grid__columns__element {
  width: calc(var(--dcgrid__num_columnsize) * 1 * 1px + 0.00px);
}

html[data-grid__id_breakpoint=tab] ._dclayout ._dclayout__grid__columns__element {
  width: calc(var(--dcgrid__num_columnsize) * 1 * 1px + 0.00px);
}

html[data-grid__id_breakpoint=des] ._dclayout ._dclayout__grid__columns__element {
  width: calc(var(--dcgrid__num_columnsize) * 1 * 1px + 0.00px);
}

html[data-grid__id_breakpoint=xxl] ._dclayout ._dclayout__grid__columns__element {
  width: calc(var(--dcgrid__num_columnsize) * 1 * 1px + 0.00px);
}

._dclayout ._dclayout__raster {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  background-image: linear-gradient(0deg, rgba(249, 6, 6, 0.5) 1px, transparent 1px, transparent 10px, rgba(249, 6, 6, 0.25) 10px, rgba(249, 6, 6, 0.25) 11px, transparent 12px, transparent 20px);
}
html[data-grid__id_breakpoint=sma] ._dclayout ._dclayout__raster {
  background-size: calc(var(--dcgrid__num_rastersize) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_rastersize) * 1 * 1px + 0.00px);
}

html[data-grid__id_breakpoint=tab] ._dclayout ._dclayout__raster {
  background-size: calc(var(--dcgrid__num_rastersize) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_rastersize) * 1 * 1px + 0.00px);
}

html[data-grid__id_breakpoint=des] ._dclayout ._dclayout__raster {
  background-size: calc(var(--dcgrid__num_rastersize) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_rastersize) * 1 * 1px + 0.00px);
}

html[data-grid__id_breakpoint=xxl] ._dclayout ._dclayout__raster {
  background-size: calc(var(--dcgrid__num_rastersize) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_rastersize) * 1 * 1px + 0.00px);
}

._dclayout ._dclayout__border {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  display: none;
}
html[data-grid__id_breakpoint=sma] ._dclayout ._dclayout__border {
  border-top: calc(var(--dcgrid__num_bordersizevertical) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
  border-right: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
  border-bottom: calc(var(--dcgrid__num_bordersizevertical) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
  border-left: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
}

html[data-grid__id_breakpoint=tab] ._dclayout ._dclayout__border {
  border-top: calc(var(--dcgrid__num_bordersizevertical) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
  border-right: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
  border-bottom: calc(var(--dcgrid__num_bordersizevertical) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
  border-left: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
}

html[data-grid__id_breakpoint=des] ._dclayout ._dclayout__border {
  border-top: calc(var(--dcgrid__num_bordersizevertical) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
  border-right: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
  border-bottom: calc(var(--dcgrid__num_bordersizevertical) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
  border-left: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
}

html[data-grid__id_breakpoint=xxl] ._dclayout ._dclayout__border {
  border-top: calc(var(--dcgrid__num_bordersizevertical) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
  border-right: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
  border-bottom: calc(var(--dcgrid__num_bordersizevertical) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
  border-left: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid rgba(249, 6, 6, 0.25);
}

._segment__media {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

._segment__media ._segment__media__video {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  align-self: flex-start;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: element;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}

._segment__media ._segment__media__video__video {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  align-self: flex-start;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: element;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: fill;
}

._segment__media ._segment__media__img {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  align-self: flex-start;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: element;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: fill;
  z-index: 10;
}

._segment__media ._dctemplatepart__media > svg {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  align-self: flex-start;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: element;
}

._segment__media {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

._segment__media ._segment__media__video {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  align-self: flex-start;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: element;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}

._segment__media ._segment__media__video__video {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  align-self: flex-start;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: element;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: fill;
  z-index: 20;
}

._segment__media ._segment__media__video__img {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  align-self: flex-start;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: element;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
  z-index: 10;
}

._segment__media ._segment__media__img {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  align-self: flex-start;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: element;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: element;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
  z-index: 10;
}

._segment__media ._segment__media__imghover {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  align-self: flex-start;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: element;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
}

.pip-expanded,
.pip-small,
.pip-icon,
.pip-explainer {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  opacity: 0 !important;
}

video:picture-in-picture {
  opacity: 0;
}

._segment__requester {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0px 0px 1em 0px;
}

._segment__requester > * {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

._segment__requester ._segment__requester__button {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  background: white;
  color: black;
  padding: 0.2em 0.2em 0.2em 0.2em;
  width: max-content;
  margin: 0.4em 0px 1em 0px;
}

._segment__requester ._example {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  background: white;
  color: black;
  padding: 0.2em 0.2em 0.2em 0.2em;
  display: inline-block;
  margin: -0.2em 0px -0.2em 0px;
}

#wpadminbar {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  content: "xxxxxx";
}

#wpadminbar #wp-admin-bar-wp-logo {
  display: none;
}

#wpadminbar #wp-admin-bar-comments {
  display: none;
}

@font-face {
  src: url("../assets/fonts/pop__regular.woff") format("woff"), url("../assets/fonts/pop__regular.woff2") format("woff2");
  font-family: pop__regular;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  src: url("../assets/fonts/pop__700.woff") format("woff"), url("../assets/fonts/pop__700.woff2") format("woff2");
  font-family: pop__700;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  src: url("../assets/fonts/pop__900.woff") format("woff"), url("../assets/fonts/pop__900.woff2") format("woff2");
  font-family: pop__900;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
html {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  overflow-x: hidden;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  /*        @include dccss__mx_scrollbar($id_preset: 'none');*/
  color: var(--col_colortheme, #081a34);
}
html *::-moz-selection {
  color: #e7e9e7;
  background-color: var(--col_colortheme, #081a34);
}

html *::selection {
  color: #e7e9e7;
  background-color: var(--col_colortheme, #081a34);
}

body {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  align-items: center;
  overflow-x: hidden;
  box-sizing: border-box;
  max-width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  background-color: #dddddd;
}

._content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin-left: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
  margin-right: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
  min-height: calc(100vh + 10px);
}

html[data-id_viewcall=sma] ._content {
  /*    max-width: 700.00px !important;*/
}

._pagefader {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-delay: 0.10s;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0px;
  left: 0px;
  z-index: 100000;
  opacity: 1;
}

html[data-pagetemplate__bs_ready=true] ._pagefader {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  opacity: 0;
}

._page {
  top: 0.00px;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  overflow: visible;
}

._pageitem {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

._pageitem__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

html ._iconcircle {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: var(--col_colortheme, #081a34);
  cursor: pointer;
  z-index: 50;
  border: 2px solid #ffffff;
}

html ._iconcircle > svg {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 70%;
  height: 70%;
  object-fit: contain;
  stroke: #ffffff;
}

body ._griditem {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  align-content: flex-start;
}

body ._griditem[data-id_displaycolumn="1/5"] {
  width: 20%;
}
html[data-grid__id_breakpoint=sma] body ._griditem[data-id_displaycolumn="1/5"] {
  width: 100%;
}

body ._griditem[data-id_displaycolumn="1/4"] {
  width: 25%;
}
html[data-grid__id_breakpoint=sma] body ._griditem[data-id_displaycolumn="1/4"] {
  width: 100%;
}

body ._griditem[data-id_displaycolumn="1/3"] {
  width: 33.33%;
}
html[data-grid__id_breakpoint=sma] body ._griditem[data-id_displaycolumn="1/3"] {
  width: 100%;
}

body ._griditem[data-id_displaycolumn="1/2"] {
  width: 50%;
}
html[data-grid__id_breakpoint=sma] body ._griditem[data-id_displaycolumn="1/2"] {
  width: 100%;
}

body ._griditem[data-id_displaycolumn="1/1"] {
  width: 100%;
}

body ._griditem ._griditem__media {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-color: transparent;
}

body ._griditem ._griditem__media::before {
  content: " ";
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 110;
}

body ._griditem[data-id_displayimage="1/1"] ._griditem__media {
  aspect-ratio: 1/1;
}

body ._griditem[data-id_displayimage="16/9"] ._griditem__media {
  aspect-ratio: 16/9;
}

body ._table {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

body ._tablerow {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  justify-content: space-between;
  border-bottom: 1px dotted white;
}

body ._tablerow[data-i_parts="1"] {
  justify-content: flex-end;
}

body ._tablerow[data-state_index=last] {
  border: none;
}

body ._tablecell {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  padding-bottom: 1px;
  display: block;
  width: 100;
}

body ._texticon {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.16em;
  margin-left: 0.25em;
}

body ._texticon[data-id_type=switchsoundon] {
  background-image: url("../assets/images/icon__nosound.svg");
}

body ._texticon[data-id_type=switchsoundoff] {
  background-image: url("../assets/images/icon__sound.svg");
}

._pagesubline {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  justify-content: center;
  margin-bottom: 2em;
}

._buttonprimary, html .woocommerce .button,
._buttonsecondary {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  transition-property: color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-delay: 0.00s;
  border-radius: 6px;
  background-color: var(--col_colortheme, #081a34);
  color: #ffffff;
  padding: 6px 10px 6px 10px;
  border: 3px solid var(--col_colortheme, #081a34);
  width: max-content;
}

._buttonprimary:hover, html .woocommerce .button:hover {
  background-color: #ffffff;
  color: var(--col_colortheme, #081a34);
}

._buttonsecondary {
  background-color: transparent;
  color: var(--col_colortheme, #081a34);
  border: 3px solid var(--col_colortheme, #081a34);
}

._buttonsecondary:hover {
  background-color: #ffffff;
  color: var(--col_colortheme, #081a34);
}

html[data-grid__id_breakpoint=sma] ._nomobile {
  display: none;
}

#coming-soon-footer-banner {
  display: none !important;
}

html .woocommerce {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding-left: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  padding-right: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  font-weight: normal;
}

html .woocommerce * {
  font-weight: normal !important;
  color: var(--col_colortheme, #081a34);
}

html .woocommerce .woocommerce-error {
  display: none;
}

html .woocommerce .woocommerce-cart-form {
  width: 100%;
}

html .woocommerce .product-thumbnail {
  width: 12%;
}

html .woocommerce h2 {
  margin-bottom: 0.5em;
}

html .woocommerce a {
  text-decoration: underline;
}

html .woocommerce .button {
  background-color: var(--col_colortheme, #081a34) !important;
}

html .woocommerce .cart_totals,
html .woocommerce .wc-proceed-to-checkout,
html .woocommerce .woocommerce-checkout-review-order {
  margin-top: 2em;
}

html .woocommerce .woocommerce-form-coupon-toggle,
html .woocommerce #order_review_heading {
  display: none;
}

html .woocommerce .order_review {
  margin-top: 2em;
}

html del {
  margin-right: 0.5em;
  text-decoration: line-through;
}

html ._productorder {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  gap: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  flex-direction: column;
}

html ._productorder[data-state_loading=loading] {
  transition-property: all;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  opacity: 0.5;
}

html ._productorder ._productorder__loading {
  transition-property: all;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 20;
  justify-content: center;
  align-items: center;
  align-content: center;
  opacity: 0;
  pointer-events: none;
}

html ._productorder[data-state_loading=loading] ._productorder__loading {
  pointer-events: all;
  opacity: 1;
}

html ._productorder ._productorder__loading__spinner {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid var(--col_colormain, #081a34);
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  z-index: 410;
  pointer-events: none;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
html ._productorder ._productorder__ammount__input {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  border: 1px solid var(--col_colortheme, #081a34);
  padding: 5px;
  cursor: pointer;
  max-width: 400px;
}

html ._productorder ._productorder__text__variations {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  flex-direction: column;
}

html ._productorder ._productorder__text__variations__select {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  border: 1px solid var(--col_colortheme, #081a34);
  padding: 5px;
  cursor: pointer;
  max-width: 400px;
}

html ._productorder ._productorder__buttons {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  gap: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/project.scss*/


/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/template__default/template__default.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__menu/templatepart__menu.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
._templatepart__menu ._templatepart__menu__mobile__content__item,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] ._templatepart__menu ._templatepart__menu__mobile__content__item,
._templatepart__menu html[data-grid__id_breakpoint=sma] ._templatepart__menu__mobile__content__item,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] ._templatepart__menu ._templatepart__menu__mobile__content__item,
._templatepart__menu html[data-grid__id_breakpoint=sma] ._templatepart__menu__mobile__content__item,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu, ._templatepart__menu ._templatepart__menu__navigation__items__item {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__menu {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 20;
  top: 0px;
  left: 0px;
}

._templatepart__menu ._templatepart__menu__mobile {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  position: fixed;
  height: 100%;
  background-color: var(--col_colortheme, #081a34);
  z-index: 50;
}

._templatepart__menu ._templatepart__menu__mobile__background {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  background-color: var(--col_colortheme, #081a34);
  top: 0px;
  left: 0px;
  z-index: 20;
}

._templatepart__menu ._templatepart__menu__mobile__close {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  top: 34px;
  right: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  position: absolute;
  top: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  width: 40px;
  height: 40px;
  z-index: 40;
  pointer-events: all;
}

._templatepart__menu ._templatepart__menu__mobile__close > svg {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  fill: #ffffff;
  stroke: #ffffff;
}

._templatepart__menu ._templatepart__menu__mobile__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 50px;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 30;
  pointer-events: none;
}

._templatepart__menu ._templatepart__menu__mobile__content__item {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #ffffff;
}

html[data-state_menumobile=hidden] ._templatepart__menu ._templatepart__menu__mobile,
html[data-state_menumobile=hidden] ._templatepart__menu ._templatepart__menu__mobile * {
  opacity: 0;
  pointer-events: none;
}

html[data-state_menumobile=visible] ._templatepart__menu ._templatepart__menu__mobile {
  opacity: 1;
  pointer-events: all;
}

._templatepart__menu ._templatepart__menu__burger {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  width: max-content;
  position: absolute;
  top: 34px;
  left: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  display: none;
  z-index: 30;
  height: 1em;
  fill: var(--col_colortheme, #081a34);
  position: absolute;
}
html[data-grid__id_breakpoint=tab] ._templatepart__menu ._templatepart__menu__burger {
  display: inline-flex;
}

html[data-grid__id_breakpoint=sma] ._templatepart__menu ._templatepart__menu__burger {
  display: inline-flex;
}

._templatepart__menu ._templatepart__menu__burger > svg {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 52px;
  height: auto;
}

._templatepart__menu ._templatepart__menu__navigation {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding-left: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  padding-right: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  height: 120px;
  width: 100%;
  max-width: 1300px;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  z-index: 15;
  backdrop-filter: blur(10px) grayscale(90%);
}
html[data-grid__id_breakpoint=tab] ._templatepart__menu ._templatepart__menu__navigation {
  padding-left: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
  padding-right: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
}

html[data-grid__id_breakpoint=sma] ._templatepart__menu ._templatepart__menu__navigation {
  padding-left: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
  padding-right: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
}

._templatepart__menu ._templatepart__menu__navigation__background {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50vw);
  z-index: 10;
}

._templatepart__menu ._templatepart__menu__navigation__items {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  height: 1em;
  z-index: 20;
}
html[data-grid__id_breakpoint=sma] ._templatepart__menu ._templatepart__menu__navigation__items {
  display: none;
}

html[data-grid__id_breakpoint=tab] ._templatepart__menu ._templatepart__menu__navigation__items {
  display: none;
}

._templatepart__menu ._templatepart__menu__navigation__items a {
  display: contents;
}

._templatepart__menu ._templatepart__menu__navigation__items__item {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  margin-right: 1.5em;
}

._templatepart__menu ._templatepart__menu__navigation__contact {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding-right: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  height: 1em;
  right: 0px;
  justify-content: flex-end;
  position: absolute;
  align-items: center;
  align-content: center;
  z-index: 30;
}
html[data-grid__id_breakpoint=tab] ._templatepart__menu ._templatepart__menu__navigation__contact {
  padding-right: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
}

html[data-grid__id_breakpoint=sma] ._templatepart__menu ._templatepart__menu__navigation__contact {
  padding-right: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
}

._templatepart__menu ._templatepart__menu__navigation__contact__item {
  margin-left: 1.5em;
}

._templatepart__menu ._templatepart__menu__logo {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: width, top, padding;
  transition-duration: 0.50s;
  transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition-delay: 0.10s;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  max-width: 800px;
  justify-content: center;
  top: 0px;
  z-index: 20;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px) grayscale(90%);
}

._templatepart__menu ._templatepart__menu__logo > svg {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  fill: var(--col_colortheme, #081a34);
}

._templatepart__menu ._templatepart__menu__logo > svg ._outer {
  fill: var(--col_colortheme, #081a34);
  transform-origin: center center;
  animation: kf__circlerotation 90s linear infinite;
}

@keyframes kf__circlerotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
html[data-state_menulogo=small] ._templatepart__menu__logo {
  top: 13px;
  width: 94px;
  padding: 0px;
}

html[data-state_menulogo=big] ._templatepart__menu__logo {
  top: 70px;
  width: 322px;
  padding: 25px;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__page/templatepart__page.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  justify-content: center;
  z-index: 10;
  max-width: 1300px;
  padding-top: 120px;
  background-color: #e7e9e7;
}

html[data-pagetemplate__com3_template="pagetemplate||default||page"] ._templatepart__page,
html[data-pagetemplate__com3_template="pagetemplate||default||shop"] ._templatepart__page {
  padding-top: 200px;
}

html[data-pagetemplate__com3_template="pagetemplate||default||modal"] ._templatepart__page,
html ._dcmodal ._page {
  background-color: transparent;
}

html[data-pagetemplate__com3_template="pagetemplate||default||mailing"] ._templatepart__page {
  padding-top: 0px;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemcart/templatepart__pageitemcart.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemcart {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

._templatepart__pageitemcart .templatepart__pageitemcart__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
}

._templatepart__pageitemcart .woocommerce .actions {
  display: none;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemcartheader/templatepart__pageitemcartheader.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini, ._templatepart__pageitemcartheader ._templatepart__pageitemcartheader__content {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemcartheader ._templatepart__pageitemcartheader__content, ._templatepart__pageitemcartheader html[data-grid__id_breakpoint=tab] ._templatepart__pageitemcartheader__content {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemcartheader ._templatepart__pageitemcartheader__content, ._templatepart__pageitemcartheader html[data-grid__id_breakpoint=sma] ._templatepart__pageitemcartheader__content {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemcartheader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  position: fixed;
  top: 8px;
  right: 8px;
  background-color: var(--col_colortheme, #081a34);
  z-index: 10000;
  color: #ffffff;
  width: max-content;
  cursor: pointer;
  border-radius: 6px;
}

._templatepart__pageitemcartheader[data-i_cartitems="0"] {
  opacity: 0;
  pointer-events: none !important;
}

._templatepart__pageitemcartheader ._templatepart__pageitemcartheader__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding: 4px 16px 4px 12px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 5px;
}

._templatepart__pageitemcartheader ._templatepart__pageitemcartheader__content > svg {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  fill: #ffffff;
  width: 20px;
  height: auto;
}

._templatepart__pageitemcartheader ._templatepart__pageitemcartheader__content__ammount {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemcheckout/templatepart__pageitemcheckout.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemcheckout {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

._templatepart__pageitemcheckout .templatepart__pageitemcart__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemfooter/templatepart__pageitemfooter.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech, ._templatepart__pageitemfooter ._templatepart__pageitemfooter__content__headline {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemfooter ._templatepart__pageitemfooter__content__headline, ._templatepart__pageitemfooter html[data-grid__id_breakpoint=tab] ._templatepart__pageitemfooter__content__headline {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemfooter ._templatepart__pageitemfooter__content__headline, ._templatepart__pageitemfooter html[data-grid__id_breakpoint=sma] ._templatepart__pageitemfooter__content__headline {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description, ._templatepart__pageitemfooter ._templatepart__pageitemfooter__content__items__item {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemfooter ._templatepart__pageitemfooter__content__items__item, ._templatepart__pageitemfooter html[data-grid__id_breakpoint=tab] ._templatepart__pageitemfooter__content__items__item {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemfooter ._templatepart__pageitemfooter__content__items__item, ._templatepart__pageitemfooter html[data-grid__id_breakpoint=sma] ._templatepart__pageitemfooter__content__items__item {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemfooter {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  color: #dddddd;
  margin-top: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
}

._templatepart__pageitemfooter ._templatepart__pageitemfooter__background {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  background-color: var(--col_colortheme, #081a34);
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50vw);
  z-index: 10;
}

._templatepart__pageitemfooter ._templatepart__pageitemfooter__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  z-index: 20;
  padding: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
}

._templatepart__pageitemfooter ._templatepart__pageitemfooter__content__headline {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
}

._templatepart__pageitemfooter ._templatepart__pageitemfooter__content__items {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  margin-left: calc(var(--dcgrid__num_guttersize) * -0.5 * 1px + 0.00px);
  margin-right: calc(var(--dcgrid__num_guttersize) * -0.5 * 1px + 0.00px);
  width: calc(100% + (var(--dcgrid__num_guttersize) * 1px) - 1px);
  margin-top: calc((var(--dcgrid__num_guttersize) * -0.5px) + 0px);
  margin-bottom: calc((var(--dcgrid__num_guttersize) * -0.5px) + 0px);
  margin-top: 3em;
  justify-content: space-between;
}

._templatepart__pageitemfooter ._templatepart__pageitemfooter__content__items__item {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  border-top-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-right-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-bottom-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-left-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  width: max-content;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemgallery/templatepart__pageitemgallery.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemgallery {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

._templatepart__pageitemgallery ._templatepart__pageitemgallery__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  width: 100vw;
  left: 50%;
  transform: translateX(-50vw);
}

._templatepart__pageitemgallery ._templatepart__pageitemgallery__content__maskleft,
._templatepart__pageitemgallery ._templatepart__pageitemgallery__content__maskright {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 300px;
  background-color: rgba(221, 221, 221, 0.6);
  z-index: 100;
  backdrop-filter: blur(10px) grayscale(90%);
  -webkit-backdrop-filter: blur(10px) grayscale(90%);
}

._templatepart__pageitemgallery ._templatepart__pageitemgallery__content__maskright {
  left: auto;
  right: 0px;
}

._templatepart__pageitemgallery ._templatepart__pageitemgallery__content__element {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  object-fit: cover;
  aspect-ratio: 2;
  width: 100vw;
  max-width: 1300px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
// layout 3col
//////////////////////////////////////////////////////////////////////////////////////////////////////////////


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
._templatepart__pageitemgallery[data-id_layout='3col'] ._templatepart__pageitemgallery__content {


    //////////////////////////////////////////////////////////////////////////////////////////////////////////
    // gridbp — def
    //
    @include dcgrid__mx_breakpoint($s_value: 'def') {


        //////////////////////////////////////////////////////////////////////////////////////////////////////
        // styles
        //
        padding-left: dcgrid__f_getValue($s_value: '0.75gborder||def');
        padding-right: dcgrid__f_getValue($s_value: '0.75gborder||def');

    }
}


////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
._templatepart__pageitemgallery[data-id_layout='3col'] ._templatepart__pageitemgallery__content__element {


    //////////////////////////////////////////////////////////////////////////////////////////////////////////
    // gridbp — def
    //
    @include dcgrid__mx_breakpoint($s_value: 'def') {


        //////////////////////////////////////////////////////////////////////////////////////////////////////
        // styles
        //
        border-left: dcgrid__f_getValue($s_value: '0.25gborder||def') solid transparent;
        border-right: dcgrid__f_getValue($s_value: '0.25gborder||def') solid transparent;
    }
}*/
._templatepart__pageitemgallery .flickity-page-dots {
  position: absolute;
  bottom: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
}

._templatepart__pageitemgallery .flickity-page-dots .dot {
  transition-property: all;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  width: 10px;
  height: 10px;
  margin: 0px 10px 0px 10px;
  opacity: 1 !important;
  background-color: var(--col_colortheme, #081a34);
  outline: 2px solid #dddddd;
}

._templatepart__pageitemgallery .flickity-page-dots .dot.is-selected {
  background-color: #ffffff;
  outline: 3px solid var(--col_colortheme, #081a34);
}

._templatepart__pageitemgallery .flickity-viewport {
  overflow: visible;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemheadline/templatepart__pageitemheadline.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech, ._templatepart__pageitemheadline ._templatepart__pageitemheadline__content {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemheadline ._templatepart__pageitemheadline__content, ._templatepart__pageitemheadline html[data-grid__id_breakpoint=tab] ._templatepart__pageitemheadline__content {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemheadline ._templatepart__pageitemheadline__content, ._templatepart__pageitemheadline html[data-grid__id_breakpoint=sma] ._templatepart__pageitemheadline__content {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemheadline {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

._templatepart__pageitemheadline ._templatepart__pageitemheadline__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  cursor: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  padding: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  margin-bottom: -1em;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemintro/templatepart__pageitemintro.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemintro {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) solid transparent;
  background-color: #e7e9e7;
}

._templatepart__pageitemintro ._templatepart__pageitemintro__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  justify-content: center;
  width: max-content;
  height: max-content;
  max-width: 100%;
  position: absolute;
}

._templatepart__pageitemintro ._templatepart__pageitemintro__content > svg {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: min(300px, 100vw, 100%);
}

._templatepart__pageitemintro ._templatepart__pageitemintro__content > svg ._inner {
  fill: #081a34;
}

._templatepart__pageitemintro ._templatepart__pageitemintro__content > svg ._outer {
  fill: #081a34;
  transform-origin: center center;
  animation: kf__circlerotation 30s linear infinite;
}

@keyframes kf__circlerotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemmailing/templatepart__pageitemmailing.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech, ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__clientspeech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__clientspeech, ._templatepart__pageitemmailing html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailing__content__header__clientspeech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__clientspeech, ._templatepart__pageitemmailing html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing__content__header__clientspeech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, ._templatepart__pageitemmailing, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailing, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu, ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__start__subline {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description, ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__start__subline__sma, ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__backgroundvideosound, ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__footer__meta__item, ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__end__item {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__start__subline__sma, ._templatepart__pageitemmailing html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailing__content__start__subline__sma, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__backgroundvideosound, ._templatepart__pageitemmailing html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailing__content__header__backgroundvideosound, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__footer__meta__item, ._templatepart__pageitemmailing html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailing__content__footer__meta__item, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__end__item, ._templatepart__pageitemmailing html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailing__content__end__item {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__start__subline__sma, ._templatepart__pageitemmailing html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing__content__start__subline__sma, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__backgroundvideosound, ._templatepart__pageitemmailing html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing__content__header__backgroundvideosound, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__footer__meta__item, ._templatepart__pageitemmailing html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing__content__footer__meta__item, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__end__item, ._templatepart__pageitemmailing html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing__content__end__item {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemmailing {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  justify-content: center;
}

._templatepart__pageitemmailing *::-moz-selection {
  color: #ffffff;
  background-color: var(--col_colormain, #081a34);
}

._templatepart__pageitemmailing *::selection {
  color: #ffffff;
  background-color: var(--col_colormain, #081a34);
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__background {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: fixed;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 10;
  height: 100%;
  pointer-events: none;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__background__color {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: fixed;
  width: 100vw;
  height: 100%;
  z-index: 20;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__background__media {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 10;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  background-color: #e7e9e7;
  justify-content: center;
  z-index: 20;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__start {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding: 0px calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px) 0px calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  background-color: var(--col_colortheme, #081a34);
  justify-content: flex-start;
  align-items: center;
  height: 120px;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__start__background {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  background-color: rgba(187, 185, 187, 0.8);
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50vw);
  z-index: -1;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__start__subline {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  color: #ffffff;
  z-index: 20;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__start__subline {
  display: none;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__start__subline__sma {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  color: #ffffff;
  display: none;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__start__subline__sma {
  display: inline-block;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__start__logo {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  color: #ffffff;
  position: absolute;
  right: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  top: 15px;
  height: calc(100% - 30px);
  width: auto;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: var(--col_colormain, #081a34);
  height: fit-content;
  aspect-ratio: 2;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header {
  min-height: 500px;
  flex-direction: column;
  aspect-ratio: 16/14;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__coloroverlay {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: pink;
  z-index: 1000;
  left: 0px;
  top: 0px;
  z-index: 21;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__clientlogo {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  border-top-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-right-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-bottom-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-left-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  top: auto;
  left: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
  z-index: 30;
  width: 320px;
  height: auto;
  position: absolute;
  border-radius: 40px;
}
html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__clientlogo {
  width: 200px;
}

html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__clientlogo {
  max-width: 200px;
  width: 40%;
  margin-bottom: 20px;
  left: auto;
  position: relative;
}

._templatepart__pageitemmailing[data-state_clientlogo=visible] ._templatepart__pageitemmailing__content__header__clientlogo {
  display: inline-flex;
}

._templatepart__pageitemmailing[data-state_clientlogo=invisible] ._templatepart__pageitemmailing__content__header__clientlogo {
  display: none;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__clientspeech {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  border-top-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-right-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-bottom-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-left-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  pointer-events: all;
  -webkit-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  cursor: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  top: auto;
  right: calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
  color: var(--col_colorheadertext, #081a34);
  z-index: 30;
  position: absolute;
  width: 54%;
  font-size: var(--s_headertextsize, "150.00px") !important;
}
html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__clientspeech {
  width: 60%;
}

html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__clientspeech {
  width: 90%;
  font-size: calc(var(--s_headertextsize, "150.00px") * 0.6) !important;
  right: auto;
  text-align: center;
  position: relative;
}

._templatepart__pageitemmailing[data-state_clientlogo=invisible] ._templatepart__pageitemmailing__content__header__clientspeech {
  width: 100%;
  right: auto;
  left: 0px;
  padding-left: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px);
  padding-right: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px);
  text-align: center;
}
html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailing[data-state_clientlogo=invisible] ._templatepart__pageitemmailing__content__header__clientspeech {
  width: 100%;
  right: auto;
  left: 0px;
  padding-left: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px);
  padding-right: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px);
  text-align: center;
}

html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing[data-state_clientlogo=invisible] ._templatepart__pageitemmailing__content__header__clientspeech {
  width: 100%;
  right: auto;
  left: 0px;
  padding-left: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  padding-right: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  text-align: center;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__background,
._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__backgroundleft,
._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__backgroundright {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  object-fit: cover;
  position: absolute;
  z-index: 10;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__backgroundleft {
  left: -100%;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__backgroundright {
  left: 100%;
  background-color: red;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__backgroundleft__img,
._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__backgroundright__img {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__backgroundleft__overlay,
._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__backgroundright__overlay {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 20;
  background-color: rgba(221, 221, 221, 0.6);
  backdrop-filter: blur(5px) grayscale(90%);
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__backgroundvideosound {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  padding: 5px;
  right: 30px;
  top: 30px;
  background-color: var(--col_colormain, #081a34);
  color: #ffffff;
  z-index: 30;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__header__backgroundvideo {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  object-fit: cover;
  position: absolute;
  z-index: 10;
  display: block;
  object-fit: cover;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__headertext {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__headertext__text {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  cursor: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  flex-direction: column;
  padding-right: 1em;
  color: var(--col_colormain, #081a34);
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__contact {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
  background-color: #ffffff;
  justify-content: center;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__contact__text {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  cursor: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  top: -10px;
  color: var(--col_colormain, #081a34);
  flex-direction: column;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__contact__button {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  transition-property: all;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  min-width: 300px;
  width: auto;
  background-color: var(--col_colorhilite, #f08c07);
  padding: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  margin-top: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  border: 4px solid var(--col_colorhilite, #f08c07);
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__contact__button:hover {
  border: 4px solid var(--col_colorhilite, #f08c07);
  background-color: #ffffff;
  color: var(--col_colorhilite, #f08c07);
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__footer {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
  background-color: #ffffff;
  margin-top: -30px;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__footer__meta {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__footer__meta > a {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: contents;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__footer__meta__item {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  border-top-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-right-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-bottom-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-left-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  width: 20%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  height: max-content;
  flex-direction: column;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__footer__meta__item {
  width: 50%;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__footer__meta__item > svg {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  width: 55%;
  height: auto;
  fill: var(--col_colormain, #081a34);
  z-index: 20;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__footer__meta__item > svg {
  width: 40%;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__footer__meta__item__text {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  color: var(--col_colormain, #081a34);
  z-index: 20;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__end {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding: 0px calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px) 0px calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  background-color: var(--col_colorfooterbox, #081a34);
  justify-content: flex-end;
  align-items: center;
  height: calc(var(--dcgrid__num_guttersize) * 3 * 1px + 0.00px);
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__end__background {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  background-color: red;
  width: 100vw;
  left: 50%;
  transform: translateX(-50vw);
  z-index: 10;
}

._templatepart__pageitemmailing ._templatepart__pageitemmailing__content__end__item {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  color: #ffffff;
  margin-left: 20px;
  z-index: 20;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemmailingemail/templatepart__pageitemmailingemail.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, ._templatepart__pageitemmailingemail, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmailingemail, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmailingemail, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemmailingemail {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  justify-content: center;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemmedia/templatepart__pageitemmedia.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemmedia {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

._templatepart__pageitemmedia ._templatepart__pageitemmedia__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
}

._templatepart__pageitemmedia ._templatepart__pageitemmedia__content img {
  width: 100%;
  height: auto;
}

._templatepart__pageitemmedia[data-id_layout=header] {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  height: 25vw;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  align-content: center;
}

._templatepart__pageitemmedia[data-id_layout=header] ._templatepart__pageitemmedia__content {
  padding: 0px !important;
}

._templatepart__pageitemmedia[data-id_layout=header] img {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemmenutop/templatepart__pageitemmenutop.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemmenutop {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  height: 0px;
  background-color: #dddddd;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemmodal/templatepart__pageitemmodal.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description, ._templatepart__pageitemmodal ._templatepart__pageitemmodal__text, ._templatepart__pageitemmodal ._templatepart__pageitemmodal__content__item__text {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmodal ._templatepart__pageitemmodal__text, ._templatepart__pageitemmodal html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmodal__text, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmodal ._templatepart__pageitemmodal__content__item__text, ._templatepart__pageitemmodal html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmodal__content__item__text {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmodal ._templatepart__pageitemmodal__text, ._templatepart__pageitemmodal html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmodal__text, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmodal ._templatepart__pageitemmodal__content__item__text, ._templatepart__pageitemmodal html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmodal__content__item__text {
  font-size: 16px;
}

._font__mini, ._templatepart__pageitemmodal ._moretextbutton {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmodal ._moretextbutton, ._templatepart__pageitemmodal html[data-grid__id_breakpoint=tab] ._moretextbutton {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmodal ._moretextbutton, ._templatepart__pageitemmodal html[data-grid__id_breakpoint=sma] ._moretextbutton {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: fixed;
  height: 100%;
  top: 0px;
  left: 0px;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 30px;
}

html[data-pagetemplate__com3_template="pagetemplate||default||modal"] {
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-height: 100vw;
  max-width: 100vh;
}

._templatepart__pageitemmodal ._templatepart__pageitemmodal__close {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmodal ._templatepart__pageitemmodal__close {
  top: 10px;
  right: 0px;
}

._templatepart__pageitemmodal ._templatepart__pageitemmodal__left {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 30px;
  z-index: 20;
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmodal ._templatepart__pageitemmodal__left {
  left: 0px;
}

._templatepart__pageitemmodal ._templatepart__pageitemmodal__left > svg {
  width: 280%;
  height: auto;
  stroke: var(--col_colortheme, #081a34);
  fill: none;
}

._templatepart__pageitemmodal ._templatepart__pageitemmodal__right {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 30px;
  z-index: 20;
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmodal ._templatepart__pageitemmodal__right {
  right: 0px;
}

._templatepart__pageitemmodal ._templatepart__pageitemmodal__right > svg {
  width: 280%;
  height: auto;
  stroke: var(--col_colortheme, #081a34);
  fill: none;
}

._templatepart__pageitemmodal ._templatepart__pageitemmodal__text {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  cursor: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  transition-property: background-color;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-delay: 0.10s;
  color: var(--col_colortheme, #081a34);
  position: absolute;
  bottom: 0px;
  z-index: 20;
  pointer-events: all;
  width: calc(100% - 60px);
  max-width: 900px;
  min-height: 2em;
  text-align: center;
  background-color: transparent;
  padding: 20px;
}

._templatepart__pageitemmodal[data-state_moretext=opened] ._templatepart__pageitemmodal__text {
  background-color: #ffffff;
}

._templatepart__pageitemmodal[data-state_moretext=closed] ._templatepart__pageitemmodal__text ._moretextcontent {
  display: none;
}

._templatepart__pageitemmodal[data-state_moretext=opened] ._templatepart__pageitemmodal__text ._moretextcontent {
  display: inline-block;
}

._templatepart__pageitemmodal[data-state_moretext=opened] ._templatepart__pageitemmodal__content__item > img {
  filter: blur(20px);
}

._templatepart__pageitemmodal ._templatepart__pageitemmodal__close > svg {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  width: 80%;
  height: auto;
  stroke: var(--col_colortheme, #081a34);
  position: absolute;
}

._templatepart__pageitemmodal ._templatepart__pageitemmodal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 150px);
  height: calc(100% - 220px);
  z-index: 10;
}
html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmodal ._templatepart__pageitemmodal__content {
  width: calc(100% - 50px);
}

html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmodal ._templatepart__pageitemmodal__content {
  width: calc(100% - 20px);
}

._templatepart__pageitemmodal ._templatepart__pageitemmodal__content__item {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
  max-witdh: 100%;
  max-height: 100%;
}

._templatepart__pageitemmodal ._templatepart__pageitemmodal__content__item[data-b_isactive=true] {
  display: inline-flex;
}

._templatepart__pageitemmodal ._templatepart__pageitemmodal__content__item > img {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: filter;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-delay: 0.10s;
  position: absolute;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  object-fit: contain;
  z-index: 10;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemmodal ._templatepart__pageitemmodal__content__item > img {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

html[data-grid__id_breakpoint=tab] ._templatepart__pageitemmodal ._templatepart__pageitemmodal__content__item > img {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

._templatepart__pageitemmodal ._templatepart__pageitemmodal__content__item__text {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  position: fixed;
  text-align: center;
  position: absolute;
  bottom: -40px;
  z-index: 20;
  text-align: center;
  width: calc(100% - 60px);
  max-width: 900px;
  display: none;
}

._templatepart__pageitemmodal ._templatepart__pageitemmodal__content__item__title {
  opacity: 0;
  pointer-events: none;
}

._templatepart__pageitemmodal ._moretextbutton {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  margin: 0.75em;
  border: 2px solid var(--col_colortheme, #081a34);
  width: max-content;
  padding: 5px 10px 5px 10px;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemproduct/templatepart__pageitemproduct.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__information__header__title,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__information__header__title,
._templatepart__pageitemproduct html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproduct__content__information__header__title,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__information__header__title,
._templatepart__pageitemproduct html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproduct__content__information__header__title,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemproduct {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  height: max-content;
  padding: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  padding-top: 0px;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproduct {
  padding: 10px;
}

._templatepart__pageitemproduct__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__media {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  border-top-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-right-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-bottom-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-left-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  width: 50%;
  height: max-content;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__media {
  width: 100%;
}

._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__media__zoom {
  position: absolute;
  right: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  top: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
}

._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__media__big {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 1;
}

._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__media__big__img {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: auto;
}

._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__media__icons {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  margin-top: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  gap: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  flex-direction: row;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__media__icons {
  margin-bottom: 10px;
}

._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__media__icons__item {
  transition-property: outline;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  width: 80px;
  height: 80px;
  outline: 1px solid transparent;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__media__icons__item {
  width: 60px;
  height: 60px;
}

._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__media__icons__item:hover,
._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__media__icons__item[data-b_isactive=true] {
  outline-color: var(--col_colortheme, #081a34) !important;
}

._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__media__icons__item__img {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__information {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  border-top-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-right-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-bottom-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-left-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  width: 50%;
  height: max-content;
  gap: 1em;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__information {
  width: 100%;
}

._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__information__header {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding-top: 1em;
  flex-direction: column;
  justfiy-content: flex-start;
}

._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__information__header__title {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  cursor: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  margin-bottom: 0.5em;
}

._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__information__header_description {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  cursor: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

._templatepart__pageitemproduct ._templatepart__pageitemproduct__content__information__order {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemproducts/templatepart__pageitemproducts.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=text] ._item__text {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=text] ._item__text, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=text] html[data-grid__id_breakpoint=tab] ._item__text {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=text] ._item__text, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=text] html[data-grid__id_breakpoint=sma] ._item__text {
  font-size: 22px;
}

._font__hilite,
._font__subline,
._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=text] ._templatepart__pageitemproducts__item__headline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=text] ._templatepart__pageitemproducts__item__headline,
._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=text] html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts__item__headline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=text] ._templatepart__pageitemproducts__item__headline,
._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=text] html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts__item__headline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=text] ._templatepart__pageitemproducts__item__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=text] ._templatepart__pageitemproducts__item__text, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=text] html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts__item__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=text] ._templatepart__pageitemproducts__item__text, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=text] html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts__item__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__sale, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__sale, ._templatepart__pageitemproducts html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts__item__sale, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__sale, ._templatepart__pageitemproducts html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts__item__sale, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__text, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__price, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__row__label, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__row__variations, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__row__ammount, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__button, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=image] ._item__text {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__text, ._templatepart__pageitemproducts html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts__item__text, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__price, ._templatepart__pageitemproducts html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts__item__price, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__row__label, ._templatepart__pageitemproducts html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts__item__calltoaction__row__label, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__row__variations, ._templatepart__pageitemproducts html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts__item__calltoaction__row__variations, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__row__ammount, ._templatepart__pageitemproducts html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts__item__calltoaction__row__ammount, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__button, ._templatepart__pageitemproducts html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts__item__calltoaction__button, html[data-grid__id_breakpoint=tab] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=image] ._item__text, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=image] html[data-grid__id_breakpoint=tab] ._item__text {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__text, ._templatepart__pageitemproducts html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts__item__text, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__price, ._templatepart__pageitemproducts html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts__item__price, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__row__label, ._templatepart__pageitemproducts html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts__item__calltoaction__row__label, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__row__variations, ._templatepart__pageitemproducts html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts__item__calltoaction__row__variations, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__row__ammount, ._templatepart__pageitemproducts html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts__item__calltoaction__row__ammount, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__button, ._templatepart__pageitemproducts html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts__item__calltoaction__button, html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=image] ._item__text, ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=image] html[data-grid__id_breakpoint=sma] ._item__text {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemproducts {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  margin-left: calc(var(--dcgrid__num_guttersize) * -0.5 * 1px + 0.00px);
  margin-right: calc(var(--dcgrid__num_guttersize) * -0.5 * 1px + 0.00px);
  width: calc(100% + (var(--dcgrid__num_guttersize) * 1px) - 1px);
  margin-top: calc((var(--dcgrid__num_guttersize) * -0.5px) + 0px);
  margin-bottom: calc((var(--dcgrid__num_guttersize) * -0.5px) + 0px);
  height: max-content;
  padding: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  border-top-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-right-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-bottom-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  border-left-width: calc(var(--dcgrid__num_guttersize) * 0.5 * 1px + 0.00px);
  background-color: #ffffff;
  background-clip: content-box;
  height: max-content;
  align-content: space-between;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  z-index: 100;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: all;
  cursor: default;
  justify-content: center;
  align-items: center;
  align-content: center;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-state_loading=ready] ._templatepart__pageitemproducts__item__loader {
  opacity: 0;
  pointer-events: none;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-state_loading=loading] ._templatepart__pageitemproducts__item__loader {
  opacity: 1;
  pointer-events: all;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__loader__spinner {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid var(--col_colormain, #081a34);
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  z-index: 410;
  pointer-events: none;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__img {
  z-index: 10;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item::before {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 120;
  pointer-events: none;
  content: " ";
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__text {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  cursor: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  width: 100%;
  display: inline-block;
  padding: 30px 25px 30px 25px;
  color: var(--col_colormain, #081a34);
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__text h3 {
  margin-bottom: 0.25em;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__text h3[data-state_margin=no] {
  margin-bottom: -2px;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__price {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: calc(100% - 50px);
  color: #ffffff;
  background-color: var(--col_colormain, #081a34);
  padding: 4px 10px 4px 10px;
  margin: 0px 22px 25px 22px;
  border-radius: 5px;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__price {
  max-width: 100%;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__zoom {
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: var(--col_colormain, #081a34);
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  justify-content: center;
  padding: 2px 25px 4px 25px;
  margin: 1px 0px 20px 0px;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__text {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__text h3 {
  margin-bottom: 0.4em;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__row {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  backround: red;
  flex-direction: row;
  justify-content: flex-end;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__row__label {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: max-content;
  position: absolute;
  left: 0px;
  top: 5px;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__row__variations {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: calc(100% - 90px);
  border-radius: 6px;
  padding: 4px 10px 4px 10px;
  cursor: pointer;
  margin-bottom: 0.25em;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__row__ammount {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: calc(100% - 90px);
  border-radius: 6px;
  border: 1px solid #c5c4c6;
  padding: 4px 10px 4px 10px;
  cursor: pointer;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__calltoaction__button {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  width: auto;
  max-width: calc(100% - 10px);
  background-color: var(--col_colorhilite, #f08c07);
  padding: 5px 10px 5px 10px;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  hyphens: auto;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=text] {
  background: none;
  justify-content: center;
  color: var(--col_colormain, #081a34);
  margin-top: 50px;
  margin-bottom: 50px;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=text]:before {
  border: none;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=text] ._templatepart__pageitemproducts__item__headline {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  cursor: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  text-align: left;
  width: 100%;
  margin-bottom: 0.25em;
  hyphens: auto;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=text] ._templatepart__pageitemproducts__item__text {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  cursor: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  hyphens: auto;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] {
  aspect-ratio: 16/9;
  overflow: hidden;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._templatepart__pageitemproducts__item__buttonprev {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  left: 25px;
  width: 54px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  z-index: 120;
  justify-content: center;
  align-items: center;
  align-content: center;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides][data-i_elements="1"] ._templatepart__pageitemproducts__item__buttonprev {
  display: none !important;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._templatepart__pageitemproducts__item__buttonprev > svg {
  width: 40px;
  height: auto;
  stroke: var(--col_colormain, #081a34);
  fill: none;
  z-index: 20;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._templatepart__pageitemproducts__item__buttonnext {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  right: 25px;
  width: 54px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  z-index: 120;
  justify-content: center;
  align-items: center;
  align-content: center;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides][data-i_elements="1"] ._templatepart__pageitemproducts__item__buttonnext {
  display: none !important;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._templatepart__pageitemproducts__item__buttonnext > svg {
  width: 40px;
  height: auto;
  stroke: var(--col_colormain, #081a34);
  fill: none;
  z-index: 20;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._templatepart__pageitemproducts__item__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  width: max-content;
  min-width: 100%;
  height: 100%;
  flex-direction: row;
  z-index: 10;
  left: 0px;
  top: 0px;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  height: 100%;
  width: calc((var(--dcgrid__num_contentwidth) - var(--dcgrid__num_bordersizehorizontal) - var(--dcgrid__num_bordersizehorizontal)) * 1 * 1.00px + 0.00px);
  overflow: hidden;
  justify-content: center;
  align-items: center;
  align-content: center;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=image] ._item__img {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-postion: center;
  z-index: 10;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=image] ._item__text {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: max-content;
  position: absolute;
  bottom: 25px;
  pointer-events: none;
  z-index: 20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 2px;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=image] ._item__text p {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--col_colormain, #081a34);
  width: max-content;
  line-height: 1em;
  padding: 3px 10px 3px 10px;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=video] ._item__video {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-postion: center;
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item[data-id_layout=slides] ._item[data-id_type=text] ._item__text {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: max-content;
  height: max-content;
  max-width: 90%;
  max-height: 90%;
}

._templatepart__pageitemproducts[data-id_call=shop] ._templatepart__pageitemproducts__item {
  border-width: calc(var(--dcgrid__num_guttersize) * 0.25 * 1px + 0.00px);
  background-color: #ffffff;
  margin-bottom: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
}

._templatepart__pageitemproducts[data-id_call=shop] ._templatepart__pageitemproducts__item__text {
  padding: calc(var(--dcgrid__num_guttersize) * 0.4 * 1px + 0.00px);
}

._templatepart__pageitemproducts[data-id_call=shop] ._templatepart__pageitemproducts__item__price {
  margin: calc(var(--dcgrid__num_guttersize) * 0.4 * 1px + 0.00px);
  margin-top: 0px;
  width: calc(100% - calc(var(--dcgrid__num_guttersize) * 0.8 * 1px + 0.00px));
}

._templatepart__pageitemproducts ._templatepart__pageitemproducts__item__sale {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  background-clip: border-box;
  box-sizing: border-box;
  position: absolute;
  background-color: var(--col_colormain, #081a34);
  color: #ffffff;
  z-index: 40;
  right: calc(var(--dcgrid__num_guttersize) * 0.25 * 1px + 0.00px);
  top: calc(var(--dcgrid__num_guttersize) * 0.25 * 1px + 0.00px);
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemshop/templatepart__pageitemshop.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemshop {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

._templatepart__pageitemshop ._templatepart__pageitemshop__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_bordersizehorizontal) * 1 * 1px + 0.00px);
}

._templatepart__pageitemshop ._templatepart__pageitemshop__content__product {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 30px;
  flex-direction: column;
}

._templatepart__pageitemshop ._templatepart__pageitemshop__content__product__addbutton {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 0.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  width: max-content;
  cursor: pointer;
}

._templatepart__pageitemshop ._templatepart__pageitemshop__content__product[data-state_loading=loading] ._templatepart__pageitemshop__content__product__addbutton {
  pointer-events: none;
  opacity: 0.5;
}

._templatepart__pageitemshop ._templatepart__pageitemshop__content__product__img {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/modules/templatepart__pageitemtext/templatepart__pageitemtext.scss*/
@charset "UTF-8";
/*
*/
/*
*/
/*
*/
/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — explode a string to list
$s_data: '1,2,3,4,5';
$list_data: dccollection__list__f_explode($s_data: $s_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  help — implode a list to string
$list_data: (1,2,3,4,5);
$s_data: dccollection__list__f_implode($list_data: $list_data, $s_divider: ',');
@error($s_data);
output: 1,2,3,4,5

*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
html[data-tween__b_animation=false] *,
*[data-tween__b_animation=false] {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition: none !important;
}

/*//
._dctransition__none {

    //
    transition-duration: 0.00s !important;
    transition-delay: 0.00s !important;
}*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*
*/
._dcmodal {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

._dcmodal__modals {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 100001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._dcmodal__modals > * {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

._dcmodal__modals__modal {
  transition-property: opacity;
  transition-duration: 1.00s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.00s;
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  justify-content: center;
  align-items: center;
}

._dcmodal__modals__modal[data-modal__b_isopen=false] {
  opacity: 0;
}
._dcmodal__modals__modal[data-modal__b_isopen=false] * {
  pointer-events: none !important;
}

._dcmodal__modals__modal[data-modal__b_isopen=true] {
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  opacity: 1;
}

._dcmodal__modals__modal__loader {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.50s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: kf_rotation 0.5s linear infinite;
  opacity: 0;
  z-index: 410;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=true] ._dcmodal__modals__modal__loader {
  opacity: 1;
}

._dcmodal__modals__modal__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  pointer-events: all;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-user-drag: auto;
  -moz-user-drag: auto;
  -ms-user-drag: auto;
  -o-user-drag: auto;
  user-drag: auto;
  transition-property: opacity;
  transition-duration: 1.50s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.01s;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
}
._dcmodal__modals__modal__content::-webkit-scrollbar {
  display: none;
}

._dcmodal ._dcmodal__modals__modal[data-modal__b_isloading=false] ._dcmodal__modals__modal__content {
  opacity: 1;
}

._dcmodal__modals__modal__content ._page {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  left: auto;
  right: auto;
  height: max-content;
}

@keyframes kf_rotation {
  0.00% {
    transform: rotate(0deg);
  }
  100.00% {
    transform: rotate(360deg);
  }
}
.mce-content-body > * {
  background-image: none !important;
  border-style: solid !important;
  margin: -1px 0px 0px 0px !important;
  position: relative !important;
  min-width: 30px;
  max-width: 100%;
  border-width: 1px;
  border-color: #cccccc;
}

.mce-visualblocks a {
  color: #000000 !important;
  text-decoration: underline;
}

/*
*/
/*
*/
/*
*/
._font__speech {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__speech {
  font-size: 30px;
}

html[data-grid__id_breakpoint=sma] ._font__speech {
  font-size: 22px;
}

._font__hilite,
._font__subline,
h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  word-spacing: 0.01em;
  margin-bottom: 0.25em;
}
html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

html[data-grid__id_breakpoint=sma] ._font__hilite,
html[data-grid__id_breakpoint=sma] ._font__subline,
html[data-grid__id_breakpoint=sma] h2 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

._font__text, body:not(.wp-admin) {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__text, html[data-grid__id_breakpoint=tab] body:not(.wp-admin) {
  font-size: 19px;
}

html[data-grid__id_breakpoint=sma] ._font__text, html[data-grid__id_breakpoint=sma] body:not(.wp-admin) {
  font-size: 18px;
}

._font__descriptiontitle, h3 {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__descriptiontitle, html[data-grid__id_breakpoint=tab] h3 {
  font-size: 18px;
}

html[data-grid__id_breakpoint=sma] ._font__descriptiontitle, html[data-grid__id_breakpoint=sma] h3 {
  font-size: 16px;
}

._font__menu {
  font-family: pop__700;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  text-transform: uppercase;
}

._font__description {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__description {
  font-size: 16px;
}

html[data-grid__id_breakpoint=sma] ._font__description {
  font-size: 16px;
}

._font__mini {
  font-family: pop__regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-interpolation-mode: nearest-neighbor;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  word-spacing: 0.01em;
}
html[data-grid__id_breakpoint=tab] ._font__mini {
  font-size: 10px;
}

html[data-grid__id_breakpoint=sma] ._font__mini {
  font-size: 10px;
}

h2 {
  margin-bottom: 0.75em;
}

._templatepart__pageitemtext {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: none;
}

._templatepart__pageitemtext ._templatepart__pageitemtext__content {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  padding: calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 2 * 1px + 0.00px) calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
}

._templatepart__pageitemtext ._templatepart__pageitemtext__content__text {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
  pointer-events: all;
  -webkit-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  cursor: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  padding-right: calc(var(--dcgrid__num_guttersize) * 1 * 1px + 0.00px);
  flex-direction: column;
  hyphens: auto;
}

._templatepart__pageitemtext ._templatepart__pageitemtext__content__text a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

._templatepart__pageitemtext ._font__subline {
  margin-bottom: 0.4em;
}

._templatepart__pageitemtext[data-id_layout="2col"] {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100.00%;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-clip: border-box;
  box-sizing: border-box;
}

._templatepart__pageitemtext[data-id_layout="2col"] ._templatepart__pageitemtext__content__text {
  width: 50%;
}
html[data-grid__id_breakpoint=sma] ._templatepart__pageitemtext[data-id_layout="2col"] ._templatepart__pageitemtext__content__text {
  width: 100%;
}

/* file : D:/mamp/htdocs/dev.merch-city.delocal/sources/inc/flickity__2.30/flickity.scss*/
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

