button[data-action=stop],
button[data-action=start] {
  display: none;
}

.nopong-slider-block.slide-wrapper,
.tns-item.slide-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.nopong-slider-block svg,
.tns-item svg {
  width: 32px;
  height: 32px;
  margin-bottom: 0.5em;
}

.tns-outer {
  position: relative;
}
.tns-outer .tns-controls button {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 45px;
  line-height: 0px;
  outline: none;
  opacity: 0.3;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 45px;
  z-index: 100;
}
.tns-outer .tns-controls button:hover {
  opacity: 1;
}
.tns-outer .tns-controls button:first-child {
  left: 5px;
}
.tns-outer .tns-controls button:first-child::before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath class='cls-2' d='M358.386 482.493a15.245 15.245 0 01-10.832-4.577L130.452 260.814c-6.011-5.966-6.011-15.7 0-21.665L347.554 22.047c8.345-8.391 22.64-4.623 25.738 6.805a15.33 15.33 0 01-3.921 14.86L163.1 249.982l206.27 206.27c8.467 8.146 4.928 22.396-6.362 25.646-1.495.442-3.051.64-4.623.595z' fill='%23976773' style='fill:rgb(151, 103, 115)'/%3E%3C/g%3E%3C/svg%3E");
}
.tns-outer .tns-controls button:last-child {
  right: 5px;
}
.tns-outer .tns-controls button:last-child::before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='cls-2' d='M141.362 482.502c-11.755.165-19.305-12.25-13.769-22.662.847-1.343 1.684-2.52 2.862-3.699l206.693-206.186L130.95 43.768c-8.387-8.398-4.524-22.674 6.89-25.69 5.371-1.507 11.084 0 14.947 4.029l216.93 217.105c6.042 5.878 6.042 15.608 0 21.661l-216.93 216.93c-3.027 3.026-7.055 4.7-11.425 4.7z' fill='%23976773' style='fill:rgb(151, 103, 115)'/%3E%3C/svg%3E");
}
.tns-outer .tns-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  margin: 0;
  z-index: 20;
}
.tns-outer .tns-nav button {
  background: #000;
  border-radius: 10px;
  height: 6px;
  margin: 7px;
  opacity: 0.3;
  padding: 0;
  width: 6px;
}
.tns-outer .tns-nav button.tns-nav-active {
  opacity: 1;
}
.tns-outer .tns-nav button:last-child {
  margin-right: 0;
}
.tns-outer .slider-container .nopong-slider-block,
.tns-outer .slider-container .tns-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tns-outer .slider-container .nopong-slider-block img,
.tns-outer .slider-container .tns-item img {
  display: block;
  height: 100%;
  max-width: unset;
  width: auto;
  margin: 0 auto;
}
.tns-outer .slider-container .nopong-slider-block .slide-wrapper,
.tns-outer .slider-container .tns-item .slide-wrapper {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  padding: 2em 5em;
  text-align: center;
}
.tns-outer .slider-container .nopong-slider-block .slide-wrapper .slide-title,
.tns-outer .slider-container .tns-item .slide-wrapper .slide-title {
  line-height: 1em;
  margin-bottom: 0.5em;
}
.tns-outer .slider-container .nopong-slider-block .slide-wrapper .slide-content,
.tns-outer .slider-container .tns-item .slide-wrapper .slide-content {
  font-size: 1.1em;
}
.tns-outer .slider-container .nopong-slider-block .slide-wrapper .slide-content em,
.tns-outer .slider-container .tns-item .slide-wrapper .slide-content em {
  color: #ec6389;
  font-style: normal;
}
.tns-outer .slider-container.gallery .tns-item > div > div {
  display: flex !important;
  height: 100%;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

@media (max-width: 767px) {
  .tns-outer .slider-container .nopong-slider-block .slide-wrapper,
.tns-outer .slider-container .tns-item .slide-wrapper {
    padding: 2em;
  }
  .tns-outer .slider-container .nopong-slider-block .slide-wrapper .slide-content,
.tns-outer .slider-container .tns-item .slide-wrapper .slide-content {
    font-size: 1em;
  }
  .tns-outer .slider-container .tns-controls button {
    height: 35px;
    width: 35px;
  }
  .tns-outer .slider-container .tns-nav button {
    height: 4px;
    width: 4px;
  }
}
/*
 * No Pong Accordion (Rendered)
 *
 * This file contains CSS for both Accordion and Accordion Item.
 * Keep in mind child states (Items) are controlled by the parent
 * (Accordion) CSS states.
 */
/*
 * No Pong Accordion (Shared Mixins)
 *
 * These elements are kept in a shared file so that
 * any changes to the editor UI are reflected in the
 * public-facing version.
 *
 */
.nopong-limited-accordion--block {
  text-align: left;
}
.nopong-limited-accordion--block .wp-block-nopong-limited-accordion-item p:empty {
  display: none;
}
.nopong-limited-accordion--block.max-height .open .nopong-limited-accordion-item--body.nopong-limited-accordion-item--body {
  max-height: 100%;
}
.nopong-limited-accordion--block .header {
  padding: 0.5rem;
  cursor: default;
  border-radius: 0.4rem;
  position: relative;
  background-color: var(--bgcolor);
  color: var(--txtcolor);
}
.nopong-limited-accordion--block .header svg {
  position: absolute;
  left: 0.5rem;
  width: 1rem;
  vertical-align: middle;
  display: none;
  top: 50%;
  transform: translateY(-50%);
}
.nopong-limited-accordion--block .header.has-icon-align-left {
  padding: 0.5rem 2rem 0.5rem 2rem;
}
.nopong-limited-accordion--block .header.has-icon-align-left svg {
  display: inline-block;
}
.nopong-limited-accordion--block .header.has-icon-align-right {
  padding: 0.5rem 2rem 0.5rem 2rem;
}
.nopong-limited-accordion--block .header.has-icon-align-right svg {
  display: inline-block;
  left: auto;
  right: 0.5rem;
}
.nopong-limited-accordion--block .header div {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.nopong-limited-accordion--block.header-center .header {
  text-align: center;
}
.nopong-limited-accordion--block .wp-block-nopong-limited-accordion-item.open svg {
  margin-top: -8px;
  transform: rotate(180deg);
}
.nopong-limited-accordion--block .nopong-limited-accordion-item--body {
  margin: 0.5rem 0.25rem;
  max-height: 0;
  overflow: hidden;
}
.nopong-limited-accordion--block .nopong-limited-accordion-item--body ol,
.nopong-limited-accordion--block .nopong-limited-accordion-item--body ul {
  margin-left: 20px;
}
.nopong-limited-accordion--block .open header svg {
  transform: translateY(-50%) rotate(180deg);
}
.nopong-limited-accordion--block .open .nopong-limited-accordion-item--body {
  max-height: 100%;
}
.nopong-limited-accordion--block .wp-block-embed__wrapper:before {
  display: none !important;
}

/*
 * No Pong Adjustable Accordion (Rendered)
 *
 * This file contains CSS for both Accordion and Accordion Item.
 * Keep in mind child states (Items) are controlled by the parent
 * (Accordion) CSS states.
 */
.wp-block-nopong-limited-adjustable-accordion.has-icon-align-left .header svg, .wp-block-nopong-limited-adjustable-accordion.has-icon-align-right .header svg {
  display: inline-block;
}
.wp-block-nopong-limited-adjustable-accordion .header {
  margin: 0 auto;
  width: var(--titlewidth);
}
.wp-block-nopong-limited-adjustable-accordion .wp-block-nopong-limited-accordion-item .nopong-limited-accordion-item--body {
  background-color: var(--bodybgcolor);
  color: var(--bodycolor);
  margin: 0;
}
.wp-block-nopong-limited-adjustable-accordion .wp-block-nopong-limited-accordion-item.open .nopong-limited-accordion-item--body {
  padding: 0.5rem 1rem;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}
/*
 * No Pong Circular Image (Rendered)
 *
 * This file contains CSS for Circular Image and Core Image.
 */
.nopong-limited-circular-image--block figure.wp-block-image {
  aspect-ratio: 1;
  border-radius: 100%;
  height: auto;
  margin: 0 auto 2em !important;
  max-height: var(--height);
  overflow: hidden;
}
.nopong-limited-circular-image--block.has-border figure.wp-block-image {
  border: var(--borderwidth) solid var(--bordercolor);
}

.nopong-products-grid-wrapper {
  min-height: 50px;
}
.nopong-products-grid-wrapper.is-loading {
  margin: 20px 0;
}
.nopong-products-grid-wrapper.is-loading .nopong-products-grid {
  display: none;
}
.nopong-products-grid-wrapper.is-loading:before {
  color: #888;
  content: "Loading...";
  display: block;
  display: flex;
  height: 25px;
  left: 50%;
  margin-left: -37px;
  position: absolute;
  width: 74px;
}

.nopong-products-grid .hidden {
  display: none !important;
}
.nopong-products-grid p:empty {
  display: none !important;
}
.nopong-products-grid .filter-description {
  margin-top: 15px;
}
.nopong-products-grid .nopong-products-grid-filter {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 52px;
  position: relative;
}
@media (min-width: 1200px) {
  .nopong-products-grid .nopong-products-grid-filter.as-both.is-outline .options .option {
    border: 3px solid #070707;
  }
}
@media screen and (min-width: 1200px) and (max-width: 990px) {
  .nopong-products-grid .nopong-products-grid-filter.as-both::before, .nopong-products-grid .nopong-products-grid-filter.as-both::after {
    content: "";
    width: 1.41575rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .nopong-products-grid .nopong-products-grid-filter.as-both::after {
    left: auto;
    right: 0;
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 1200px) {
  .nopong-products-grid .nopong-products-grid-filter.as-both .options-container {
    display: block;
    text-align: center;
    overflow: auto;
  }
}
@media (min-width: 1200px) {
  .nopong-products-grid .nopong-products-grid-filter.as-both .options {
    flex-wrap: nowrap;
    display: inline-flex;
    justify-content: start;
    gap: 13px;
    padding: 13px 1.41575rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 991px) {
  .nopong-products-grid .nopong-products-grid-filter.as-both .options {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .nopong-products-grid .nopong-products-grid-filter.as-both .options .option {
    opacity: 0.4;
  }
  .nopong-products-grid .nopong-products-grid-filter.as-both .options .option.selected {
    opacity: 1;
  }
  .nopong-products-grid .nopong-products-grid-filter.as-both .options .option .label {
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .nopong-products-grid .nopong-products-grid-filter.as-both .current-option {
    display: none;
  }
}
@media (max-width: 1199px) {
  .nopong-products-grid .nopong-products-grid-filter.as-both .options {
    display: none;
    position: absolute;
    top: 0;
    z-index: 10;
  }
  .nopong-products-grid .nopong-products-grid-filter.as-both .current-option {
    display: block;
  }
  .nopong-products-grid .nopong-products-grid-filter.as-both.open .options {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    max-height: 209px;
    overflow-y: auto;
  }
  .nopong-products-grid .nopong-products-grid-filter.as-both.open .options .option {
    border-radius: 0;
  }
  .nopong-products-grid .nopong-products-grid-filter.as-both.open .options .option:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
  .nopong-products-grid .nopong-products-grid-filter.as-both.open .current-option {
    display: none;
  }
}
.nopong-products-grid .nopong-products-grid-filter.as-buttons.is-outline .options .option {
  border: 3px solid #070707;
}
@media screen and (max-width: 990px) {
  .nopong-products-grid .nopong-products-grid-filter.as-buttons::before, .nopong-products-grid .nopong-products-grid-filter.as-buttons::after {
    content: "";
    width: 1.41575rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .nopong-products-grid .nopong-products-grid-filter.as-buttons::after {
    left: auto;
    right: 0;
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.nopong-products-grid .nopong-products-grid-filter.as-buttons .options-container {
  display: block;
  text-align: center;
  overflow: auto;
}
.nopong-products-grid .nopong-products-grid-filter.as-buttons .options {
  flex-wrap: nowrap;
  display: inline-flex;
  justify-content: start;
  gap: 13px;
  padding: 13px 1.41575rem;
}
@media screen and (min-width: 991px) {
  .nopong-products-grid .nopong-products-grid-filter.as-buttons .options {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
}
.nopong-products-grid .nopong-products-grid-filter.as-buttons .options .option {
  opacity: 0.4;
}
.nopong-products-grid .nopong-products-grid-filter.as-buttons .options .option.selected {
  opacity: 1;
}
.nopong-products-grid .nopong-products-grid-filter.as-buttons .options .option .label {
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.25rem;
}
.nopong-products-grid .nopong-products-grid-filter.as-dropdown .options {
  display: none;
  position: absolute;
  top: 0;
  z-index: 10;
}
.nopong-products-grid .nopong-products-grid-filter.as-dropdown .current-option {
  display: block;
}
.nopong-products-grid .nopong-products-grid-filter.as-dropdown.open .options {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  max-height: 209px;
  overflow-y: auto;
}
.nopong-products-grid .nopong-products-grid-filter.as-dropdown.open .options .option {
  border-radius: 0;
}
.nopong-products-grid .nopong-products-grid-filter.as-dropdown.open .options .option:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.nopong-products-grid .nopong-products-grid-filter.as-dropdown.open .current-option {
  display: none;
}
.nopong-products-grid .nopong-products-grid-filter .options {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.nopong-products-grid .nopong-products-grid-filter .options .option,
.nopong-products-grid .nopong-products-grid-filter .current-option {
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: flex-start;
  list-style: none;
  padding: 10px;
}
