:root {
  --swiper-theme-color: #007aff;
  --productCountColorField: #000000;
  --contentBgColorField: #000000;
  --titleColorField: #42474c;
  --titleColorFieldHover: #000;
  --paginationColorField: #8f919042;
  --paginationColorFieldHover: #8f9190;
  --navigationColorField: #808080;
  --navigationColorFieldHover: #ffffff;
  --pricingColorField: #ffffff;
  --compareColorField: #ffffff;
  --viewColorField: #ffffff;
  --viewColorFieldHover: #ffffff;
  --vendorColorField: #ffffff;
  --vendorColorFieldHover: #dddddd;
  --badgeColorField: #ffffff;
  --badgeColorFieldHover: #ffffff;
  --bannerColorField: #000000;
  --bannerColorFieldHover: #ffff00;
  --templateColorField: #ffffff;
  --templateOverlayColorField: #ffffff;
  --cartColorField: #ffffff;
  --cartColorFieldHover: #ffffff;
  --cartColorFieldBackground: #ffffff;
  --cartColorFieldBackgroundHover: #ffffff;
  --cartColorFieldBorder: #ffffff;
  --cartBorderThickness: 0px;
  --cartBorderRadius: 0px;
  --cartPadding: 8px;
  --cartFontSize: 15px;
  --cartIconSize: 17px;
  --titleFontSizeField: 16px;
  --titleFontSizeFieldMobile: 12px;
  --pricingFontSizeField: 14px;
  --pricingFontSizeFieldMobile: 12px;
  --titleFontWeightField: 500;
  --titleLocationField: static;
  --templateOverlayOpacityField: 0.2;
  --contentOverlayOpacityField: 0;
  --titleLineSizeField: 4;
  --slidesPerRowDesktop: 4;

  --cardColorField: #dddddd00;
  --cardBorderColorField: #dddddd00;

  --mediaBorderWidthField: 0px;
  --mediaBorderRadiusField: 500px;

  --cardPaddingField: 0px;
  --cardBorderWidthField: 0px;
  --cardBorderRadiusField: 0px;
  --cardOrientationField: column;
  --contentAlignmentField: center;
  --contentPositionField: center;
  --contentMarginField: 0px;
}

.noticeboard {
  padding: 10px 20px;
  margin: 10px 0px;
  border-radius: 5px;
  font-weight: 600;
}

.noticeboard.warning {
  color: #c99e34;
  background: #eeead5;
}

.noticeboard.error {
  background: #f1e2e2;
  color: #ba7171;
}

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

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

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

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

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

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

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  -moz-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  transition: 0.2s;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition:
    0.2s top,
    0.2s -webkit-transform;
  transition:
    0.2s top,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s top;
  transition:
    0.2s transform,
    0.2s top,
    0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    0.2s left,
    0.2s -webkit-transform;
  transition:
    0.2s left,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s left;
  transition:
    0.2s transform,
    0.2s left,
    0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition:
    0.2s right,
    0.2s -webkit-transform;
  transition:
    0.2s right,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s right;
  transition:
    0.2s transform,
    0.2s right,
    0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

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

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.content-box button:disabled,
.ss-slider-layout-2-content button:disabled,
.ss-slider-layout-7-content button:disabled,
.ss-slider-layout-2-box button:disabled,
.ss-slider-layout-21-item button:disabled {
  cursor: default !important;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property:
    transform,
    opacity,
    height,
    -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-pagination-count-item .swiper-pagination-bullet b {
  display: block;
}

.swiper-pagination-bullet b {
  display: none;
}

.custom-container {
  margin: 0 auto;
}

.custom-container-2 {
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .custom-container {
    max-width: 1170px;
  }

  .custom-container-2 {
    max-width: 1350px;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .custom-container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: inherit;
  opacity: 1;
  cursor: pointer;
}

.ss-slider-layout-2-area .swiper_wrap {
  position: relative;
}

/*
= = = = remove padding = = = = 
.style-four,
.ss-slider-layout-2-area {
  padding: 40px 0px 40px;
}
*/

.ss-slider-layout-2-box {
  position: relative;
}

.temp-area-1 .ss-slider-layout-2-box,
.temp-area-2 .ss-slider-layout-2-box,
.temp-area-3 .ss-slider-layout-2-box {
  border: 1px solid #00000040;
  margin-left: 0.5px;
}

.ss-slider-layout-2-box a > img {
  width: 100%;
  height: auto;
  display: block;
}

.ss-slider-layout-2-box .ss-slider-layout-2-content {
  position: relative;
  padding: 20px;
  text-decoration: none;
  width: -webkit-fill-available;
  width: -moz-available;
  background: var(--templateColorField);
  /* margin: 0px 10px; */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  bottom: 0;
  box-shadow: inset 0px 1px 0px #00000040;
  text-align: var(--contentAlignmentField);
}

.epcs-section-container .ss-slider-review {
  display: flex;
  justify-content: var(--contentAlignmentField);
}

.ss-slider-layout-2-box:hover .ss-slider-layout-2-content {
  bottom: 0;
  opacity: 1;
}

.ss-slider-layout-2-box .ss-slider-layout-2-content a {
  text-decoration: none;
  /* font-family: sans-serif; */
  font-size: 16px;
  color: var(--titleColorField);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ss-slider-table-box .item-title .prod-title,
.ss-slider-layout-2-box .ss-slider-layout-2-content .title,
.ss-slider-layout-6-content a.prod-title,
.ss-slider-layout-7-content .ss-slider-info .prod-title,
.ss-slider-layout-10-content a.prod-title,
.ss-slider-layout-11-content .ss-slider-info .prod-title,
.ss-slider-layout-12-content .ss-slider-info .prod-title,
.ss-slider-layout-21-item .content-box .title {
  margin: 8px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--titleLineSizeField);
  -webkit-box-orient: vertical;
}

.ss-slider-layout-2-box .ss-slider-layout-2-content a:hover {
  color: var(--titleColorFieldHover);
}

.ss-slider-layout-2-box .ss-slider-layout-2-content span .money {
  color: var(--pricingColorField);
  padding-top: 0px;
  font-size: 16px;
  font-weight: 600;
}

.ss-slider-layout-2-box .ss-slider-layout-2-content span.compare_at_price .money {
  color: var(--compareColorField);
  font-size: 14px;
  font-weight: 500;
}

.ss-slider-table-box .pricesection span,
.ss-slider-layout-12-content .pricesection span,
.ss-slider-layout-11-content .pricesection span,
.ss-slider-layout-2-box .ss-slider-layout-2-content span {
  color: var(--pricingColorField);
}

.ss-slider-table-box .pricesection .compare_at_price,
.ss-slider-layout-12-content .pricesection .compare_at_price,
.ss-slider-layout-11-content .pricesection .compare_at_price,
.ss-slider-layout-2-box .ss-slider-layout-2-content span.compare_at_price {
  color: var(--compareColorField);
}

.ss-slider-layout-2-box .ss-slider-layout-2-content h4 {
  font-size: 16px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  font-weight: 400;
  margin: 0 0 5px;
  color: var(--titleColorField);
}

.ss-slider-layout-2-box .ss-slider-layout-2-content h4:hover {
  color: var(--titleColorFieldHover);
}

.ss-slider-layout-2-box .ss-slider-layout-2-content .bottompart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: var(--contentAlignmentField);
}

.ss-slider-layout-2-box .icon-box {
  position: absolute;
  top: 10px;
  left: 10px;
  /* opacity: 0; */
  -webkit-transition: all cubic-bezier(0.77, 0, 0.18, 1) 0.3s;
  transition: all cubic-bezier(0.77, 0, 0.18, 1) 0.3s;
  z-index: 9;
}

.ss-slider-layout-2-box:hover .icon-box {
  /* left: 10px; */
  /* opacity: 1; */
}

.ss-slider-layout-2-box .icon-box a,
.ss-slider-layout-2-box .icon-box button {
  transition: 0.5s;
  display: flex;
  color: var(--cartColorField);
  background: var(--cartColorFieldBackground);
  padding: 8px;
  border: 0;
  border-radius: var(--cartBorderRadius);
  cursor: pointer;
  box-shadow: 0px 0px 0px var(--cartBorderThickness) var(--cartColorFieldBorder);
  gap: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.ss-slider-layout-2-box .icon-box a {
  line-height: var(--cartFontSize) !important;
}

.ss-slider-layout-2-box .icon-box a:hover,
.ss-slider-layout-2-box .icon-box button:hover {
  color: var(--cartColorFieldHover);
  background: var(--cartColorFieldBackgroundHover);
}

.ss-slider-layout-2-box .icon-box button svg path {
  transition: 0.5s;
  fill: var(--cartColorField);
}

.ss-slider-layout-2-box .icon-box button:hover svg path {
  fill: var(--cartColorFieldHover);
}

.ss-slider-layout-2-box .ss-slider-layout-2-content .bottompart .iconpart svg path {
  transition: 0.5s;
  fill: var(--viewColorField);
}

.ss-slider-layout-2-box .ss-slider-layout-2-content .bottompart .iconpart:hover svg path {
  fill: var(--viewColorFieldHover);
}

.ss-slider-layout-2-area .swiper_wrap {
  height: 100%;
  width: 100%;
  position: relative;
}

.temp-area-9.ss-slider-layout-2-area .swiper-button-next,
.temp-area-9.ss-slider-layout-2-area .swiper-button-prev,
.temp-area-10.ss-slider-layout-2-area .swiper-button-next,
.temp-area-10.ss-slider-layout-2-area .swiper-button-prev {
  border-radius: 0px;
  top: calc(50% - 70px);
}

.ss-slider-layout-2-area .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05);
}

.temp-area-6.ss-slider-layout-2-area .swiper-button-next,
.temp-area-6.ss-slider-layout-2-area .swiper-button-prev {
  top: 40%;
}

/*
= = = = remove padding = = = = 
.ss-slider-layout-2-area.temp-area-6 {
  padding-bottom: 80px;
}
*/

.ss-slider-layout-2-area.temp-area-6 .ss-slider-layout-2-box .thumbnail .prod-view svg circle {
  transition: 0.5s;
  fill: var(--viewColorFieldHover);
}

.ss-slider-layout-2-area.temp-area-6 .ss-slider-layout-2-box .thumbnail .prod-view svg path {
  transition: 0.5s;
  fill: var(--viewColorField);
}

.ss-slider-layout-2-area.temp-area-6
  .ss-slider-layout-2-box
  .thumbnail
  .prod-view:hover
  svg
  circle {
  fill: var(--viewColorField);
}

.ss-slider-layout-2-area.temp-area-6 .ss-slider-layout-2-box .thumbnail .prod-view:hover svg path {
  fill: var(--viewColorFieldHover);
}

.ss-slider-layout-2-area .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ss-slider-layout-4-area .swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ss-slider-layout-4-area .swiper-button-prev {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.05);
}

.ss-slider-layout-2-area .ss-arrow,
.ss-slider-layout-4-area .ss-arrow {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  background: var(--navigationColorFieldHover);
}

.ss-slider-layout-2-area .ss-arrow:hover,
.ss-slider-layout-4-area .ss-arrow:hover {
  background: var(--navigationColorField);
}

.ss-slider-layout-2-area .ss-arrow svg path,
.ss-slider-layout-4-area .ss-arrow svg path {
  fill: var(--navigationColorField);
}

.ss-slider-layout-2-area .ss-arrow:hover svg path,
.ss-slider-layout-4-area .ss-arrow:hover svg path {
  fill: var(--navigationColorFieldHover);
}

.ss-slider-layout-2-area .ss-arrow svg path {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.ss-slider-layout-2-area .ss-arrow::after {
  display: none;
}

.ss-slider-layout-2-area .swiper-pagination2 {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.ss-slider-layout-2-area .swiper-pagination2 .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: var(--paginationColorField);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  opacity: 1;
}

.temp-area-6 .swiper-pagination2 .swiper-pagination-bullet {
  height: 4px;
  width: 20px;
  border-radius: 0px;
}

.temp-area-6 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 0px;
}

.ss-slider-layout-2-area
  .swiper-pagination2
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background: var(--paginationColorFieldHover);
  opacity: 1;
  border-radius: 20px;
}

@media only screen and (max-width: 1260px) {
  .ss-slider-layout-2-area .swiper-button-next {
    right: 10px;
  }

  .ss-slider-layout-2-area .swiper-button-prev {
    left: 10px;
  }
}

.ss-slider-layout-4-area .top-heading h2 {
  padding-bottom: 0;
  /* font-family: sans-serif; */
}

.ss-slider-layout-2-box.ss-slider-layout-4-box {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.ss-slider-layout-2-box.ss-slider-layout-4-box:hover {
  /* -webkit-transform: scale(1.05);
  transform: scale(1.05); */
  box-shadow: 0px 0px 45px -20px rgba(7, 25, 51, 0.06);
  z-index: 999;
}

.ss-slider-layout-2-box.ss-slider-layout-4-box .ss-slider-layout-2-content svg {
  right: 0;
  bottom: 15px;
}

.ss-slider-layout-2-box.ss-slider-layout-4-box .ss-slider-layout-2-content {
  padding: 20px;
  width: -webkit-fill-available;
  width: -moz-available;
  /* margin: 0px 10px; */
}

a:disabled.ss-ps-item-variant-add-to-cartt.cartsec,
button:disabled.ss-ps-item-add-to-cart.cartsec {
  /* pointer-events: none; */
  cursor: default;
}

.temp-area-3 a:disabled.ss-ps-item-variant-add-to-cart.cartsec,
.temp-area-3 button:disabled.ss-ps-item-add-to-cart.cartsec {
  width: 70px;
  color: var(--cartColorField);
  background: var(--cartColorFieldHover);
  border-radius: 20px;
  border: 1px solid var(--cartColorField);
}

button.ss-ps-item-add-to-cart,
a.ss-ps-item-variant-add-to-cart {
  font-family: unset;
}

a.ss-ps-item-variant-add-to-cart.cartsec svg circle,
a.ss-ps-item-variant-add-to-cart.cartsec svg path,
button.ss-ps-item-add-to-cart.cartsec svg circle,
button.ss-ps-item-add-to-cart.cartsec svg path {
  transition: 0.5s;
  cursor: pointer;
  stroke: var(--cartColorField);
  fill: var(--cartColorFieldHover);
}

a.ss-ps-item-variant-add-to-cart.cartsec:hover svg circle,
a.ss-ps-item-variant-add-to-cart.cartsec:hover svg path,
button.ss-ps-item-add-to-cart.cartsec:hover svg circle,
button.ss-ps-item-add-to-cart.cartsec:hover svg path {
  stroke: var(--cartColorFieldHover);
  fill: var(--cartColorField);
}

.ss-slider-layout-2-box.ss-slider-layout-4-box .ss-slider-layout-2-content a.iconpart {
  text-align: end;
  width: auto;
}

.ss-slider-layout-2-content .cartsec {
  position: absolute;
  top: 0;
  text-align: center;
  width: 30px;
  height: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  border: none;
}

.ss-slider-layout-2-box.ss-slider-layout-4-box:hover .ss-slider-layout-2-content {
  opacity: 1 !important;
  bottom: 0;
  visibility: visible;
}

.ss-slider-layout-2-box.ss-slider-layout-4-box:hover .ss-slider-layout-2-content {
  opacity: 0;
}

.ss-slider-layout-2-box.ss-slider-layout-4-box a img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

.ss-slider-layout-4-area {
  overflow: hidden;
  /* = = = = remove padding = = = = 
  padding: 40px 0px;
  */
}

.ss-slider-layout-4-area .swiper_wrap .swiper-pagination4,
.ss-slider-layout-21-area .swiper_wrap .swiper-pagination9 {
  margin-top: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.ss-slider-layout-4-area .swiper_wrap .swiper-pagination4 .swiper-pagination-bullet,
.ss-slider-layout-21-area .swiper_wrap .swiper-pagination9 .swiper-pagination-bullet {
  background: var(--paginationColorField);
  opacity: 1;
  height: 10px;
  width: 10px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.ss-slider-layout-4-area
  .swiper_wrap
  .swiper-pagination4
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.ss-slider-layout-21-area
  .swiper_wrap
  .swiper-pagination9
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--paginationColorFieldHover);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ss-slider-layout-21-area .swiper_wrap .swiper-slide-active {
  z-index: 99;
}

@media only screen and (max-width: 1200px) {
  .swiper-slide-next .ss-slider-layout-2-box.ss-slider-layout-4-box {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: none;
  }

  .swiper-slide-active .ss-slider-layout-2-box.ss-slider-layout-4-box:hover {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
  }

  .swiper-slide-duplicate-prev .ss-slider-layout-2-box.ss-slider-layout-4-box:hover {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
  }
}

.ss-slider-layout-4-area.ss-slider-layout-9-area {
  background: transparent;
}

.ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .swiper-pagination9 {
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* font-family: sans-serif; */
  min-height: 42px;
}

@media only screen and (max-width: 767px) {
  .ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .swiper-pagination9 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .swiper-pagination9 span {
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  margin: 0 20px 0 0;
  height: 25px;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  color: var(--paginationColorField);
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .swiper-pagination9 span:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ss-slider-layout-4-area.ss-slider-layout-9-area
  .swiper_wrap
  .swiper-pagination9
  span.swiper-pagination-bullet-active {
  font-weight: 700;
  color: var(--paginationColorFieldHover);
  opacity: 1;
  gap: 20px;
}

.ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .swiper-pagination9 span::after {
  position: static;
  content: '';
  height: 1px;
  width: 0px;
  background: #e3e4e3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ss-slider-layout-4-area.ss-slider-layout-9-area
  .swiper_wrap
  .swiper-pagination9
  span.swiper-pagination-bullet-active::after {
  width: 65px;
  background: var(--paginationColorField);
}

.ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .swiper-button-prev,
.ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .swiper-button-next {
  opacity: 0.5;
  top: auto;
  bottom: 0;
  box-shadow: none;
  border: 1px solid var(--navigationColorField);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .swiper-button-prev {
  left: auto;
  right: 60px;
}

.ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .swiper-button-next {
  right: 0;
}

.ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .swiper-button-prev:hover,
.ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .swiper-button-next:hover {
  opacity: 1;
}

.ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .swiper-button-next svg path {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  fill: var(--navigationColorField);
}

.ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .ss-arrow:hover {
  background: var(--navigationColorField);
}

.ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .ss-arrow:hover svg path {
  fill: var(--navigationColorFieldHover);
}

@media only screen and (max-width: 767px) {
  .ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .swiper-button-next {
    top: 82%;
  }

  .ss-slider-layout-4-area.ss-slider-layout-9-area .swiper_wrap .ss-arrow {
    display: none;
  }

  .ss-slider-layout-2-box.ss-slider-layout-4-box:hover .ss-slider-layout-2-content {
    opacity: 1;
    bottom: 0;
    visibility: visible;
  }
}

/*
= = = = remove padding = = = = 
.ss-slider-layout-6-area {
  padding: 40px 0;
}
*/

.ss-slider-layout-6-box {
  background: var(--templateColorField);
  padding-top: 60px;
  padding: 60px 16px 0;
  position: relative;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.ss-slider-layout-6-box:hover {
  background: var(--titleColorFieldHover);
}

.ss-slider-layout-6-box .image-box {
  display: flex;
  justify-content: center;
}

.ss-slider-layout-6-box .image-box img {
  max-width: 100%;
  height: auto;
}

.ss-slider-layout-6-box .content-box {
  margin-top: 15px;
}

.ss-slider-layout-6-box .content-box .price {
  text-align: right;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
}

.ss-slider-layout-6-box .content-box .price span {
  color: var(--pricingColorField);
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  /* font-family: sans-serif; */
  line-height: 23px;
}

.ss-slider-layout-6-box .content-box .price span.compare_at_price {
  color: var(--compareColorField);
  font-size: 14px;
  font-weight: 400;
}

.ss-slider-layout-6-box:hover .content-box .price span {
  color: #fff;
}

.ss-slider-layout-6-box .content-box .cart-box {
  padding: 9px 0;
}

.ss-slider-layout-6-box .content-box .cart-box button {
  font-size: 18px;
  font-weight: 500;
  color: #272727;
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  /* font-family: sans-serif; */
  text-decoration: none;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.ss-slider-layout-6-box:hover .content-box .cart-box button {
  color: #fff;
}

.ss-slider-layout-6-box .content-box .cart-box button .plus {
  position: absolute;
  right: 0;
  top: 50%;
  height: 22px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ss-slider-layout-6-box .content-box .cart-box button .plus svg {
  background: #000;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  text-align: center;
  line-height: 26px;
  padding: 5px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.ss-slider-layout-6-box:hover .content-box .cart-box button .plus svg {
  background: #fff;
}

.ss-slider-layout-6-box .content-box .cart-box button .plus svg path {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.ss-slider-layout-6-box:hover .content-box .cart-box button .plus svg path {
  fill: var(--titleColorFieldHover);
}

.ss-slider-layout-6-box .content-box .cart-box button .arrow {
  display: inline-block;
  padding-left: 10px;
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.ss-slider-layout-6-box:hover .content-box .cart-box button .arrow {
  opacity: 1;
}

.ss-slider-layout-6-box .product-batch {
  position: absolute;
  left: -32px;
  top: 60px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  letter-spacing: 1px;
}

.ss-slider-layout-6-box .product-batch span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  /* font-family: sans-serif; */
}

.ss-slider-layout-6-box:hover .product-batch span {
  color: #fff;
}

.ss-slider-layout-6-box .product-brand {
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: right;
}

.ss-slider-layout-6-box .product-brand h4,
.ss-slider-layout-6-box .product-brand a {
  font-size: 15px;
  font-weight: 500;
  color: var(--titleColorField);
  letter-spacing: 1px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  /* font-family: sans-serif; */
  margin: 0;
  text-decoration: none;
}

.ss-slider-layout-6-box:hover .product-brand h4,
.ss-slider-layout-6-box:hover .product-brand a {
  color: #fff;
}

.ss-slider-layout-6-box .product-brand span {
  font-size: 10px;
  color: #777777;
  letter-spacing: 1px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  /* font-family: sans-serif; */
}

.ss-slider-layout-6-box:hover .product-brand span {
  color: #fff;
}

.ss-slider-layout-6-box .product-brand img {
  padding-left: 5px;
}

.ss-slider-layout-6-area .top-heading {
  padding-bottom: 60px;
  text-align: center;
}

.ss-slider-layout-6-area .top-heading h2 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #5f6167;
  /* font-family: sans-serif; */
}

.ss-slider-layout-6-area .swiper_wrap {
  position: relative;
}

.ss-slider-layout-6-area .swiper_wrap .swiper-pagination6 span {
  height: 3px;
  width: 30px;
  border-radius: 0px;
  background: var(--paginationColorField);
  opacity: 1;
}

.ss-slider-layout-6-area .swiper_wrap .swiper-pagination6 span.swiper-pagination-bullet-active {
  width: 40px;
  background: var(--paginationColorFieldHover);
}

/*
= = = = remove padding = = = = 
.ss-slider-layout-21-area {
  padding: 60px 0;
}
*/

.ss-slider-layout-21-area .top-heading {
  padding-bottom: 80px;
  text-align: center;
}

.ss-slider-layout-21-area .top-heading .title {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 0;
  /* font-family: sans-serif; */
}

.ss-slider-layout-21-area .top-heading p {
  font-size: 18px;
  font-weight: 400;
  color: #989898;
  /* font-family: sans-serif; */
}

.ss-slider-layout-21-area .swiper_wrap {
  position: relative;
}

.ss-slider-layout-21-area .swiper_wrap .ss-arrow {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #babfc340;
  border-radius: 50%;
  /* top: 190px; */
  top: calc(100% - 160px - 45%);
  background: var(--navigationColorFieldHover);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.ss-slider-layout-21-area .swiper_wrap .ss-arrow path {
  stroke: var(--navigationColorField);
}

.ss-slider-layout-21-area .swiper_wrap .ss-arrow::after {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.ss-slider-layout-21-area .swiper_wrap .ss-arrow:hover {
  background: var(--navigationColorField);
}

.ss-slider-layout-21-area .swiper_wrap .ss-arrow:hover path {
  stroke: var(--navigationColorFieldHover);
}

.ss-slider-layout-21-area .swiper_wrap .ss-arrow.swiper-button-prev {
  left: 28%;
}

.ss-slider-layout-21-area .swiper_wrap .ss-arrow.swiper-button-next {
  right: 28%;
}

.ss-slider-layout-21-area .swiper_wrap .ss-arrow::after {
  font-size: 16px;
  color: var(--navigationColorField);
}

.ss-slider-layout-21-area .swiper_wrap .ss-arrow:hover::after {
  color: var(--navigationColorFieldHover);
}

.swiper-4-nav.ss-arrow path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  stroke: var(--navigationColorField);
}

.swiper-4-nav.ss-arrow:hover path {
  stroke: var(--navigationColorFieldHover);
}

.swiper-4-nav.swiper-4-next.swiper-button-next.ss-arrow,
.swiper-4-nav.swiper-4-prev.swiper-button-prev.ss-arrow {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 40px;
  height: 40px;
  background: var(--navigationColorFieldHover);
  border-radius: 5px;
  border: 1px solid rgb(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px rgb(0, 0, 0, 0.1);
}

.swiper-4-nav.swiper-4-next:hover.swiper-button-next.ss-arrow,
.swiper-4-nav.swiper-4-prev:hover.swiper-button-prev.ss-arrow {
  background: var(--navigationColorField);
}

.ss-slider-layout-21-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  z-index: 9999 !important; */
}

.ss-slider-layout-21-item {
  text-align: var(--contentAlignmentField);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ss-slider-layout-21-item img {
  width: 265px;
  height: 265px;
  border-radius: 500px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}

.SS-mySwiper-21 .swiper-slide.swiper-slide-active .ss-slider-layout-21-item img {
  box-shadow: none;
  background: #fff;
}

.ss-slider-layout-21-item .content-box {
  /* padding-top: 40px; */
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 30px;
}

.swiper-grid .ss-slider-layout-21-item {
  position: relative;
}

.ss-slider-layout-21-item .content-box .title {
}

.SS-mySwiper-21 .swiper-slide.swiper-slide-active .ss-slider-layout-21-item .content-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ss-slider-layout-21-item .content-box .color-box li {
  display: inline-block;
}

.ss-slider-layout-21-item .content-box .color-box li a {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 0px #5084c2;
  background: #5084c2;
  display: inline-block;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.ss-slider-layout-21-item .content-box .color-box li a:hover {
  box-shadow: 0 0 0 1px #5084c2;
}

.ss-slider-layout-21-item .content-box .color-box li:nth-child(2) a {
  box-shadow: 0 0 0 0px #25173d;
  background: #25173d;
}

.ss-slider-layout-21-item .content-box .color-box li:nth-child(2) a:hover {
  box-shadow: 0 0 0 1px #25173d;
}

.ss-slider-layout-21-item .content-box .color-box li:nth-child(3) a {
  box-shadow: 0 0 0 0px #ddbdbc;
  background: #ddbdbc;
}

.ss-slider-layout-21-item .content-box .color-box li:nth-child(3) a:hover {
  box-shadow: 0 0 0 1px #ddbdbc;
}

.ss-slider-layout-21-item .content-box .color-box li:nth-child(4) a {
  box-shadow: 0 0 0 0px #de1e3d;
  background: #de1e3d;
}

.ss-slider-layout-21-item .content-box .color-box li:nth-child(4) a:hover {
  box-shadow: 0 0 0 1px #de1e3d;
}

.ss-slider-layout-21-item .content-box .title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ss-slider-layout-21-item .content-box .title {
  text-decoration: none;
  color: var(--titleColorField);
  font-size: 18px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.ss-slider-layout-21-item .content-box .title:hover {
  color: var(--titleColorFieldHover);
}

.ss-slider-layout-21-item .content-box .product_pricing span {
  margin-bottom: 10px;
  line-height: 23px;
  color: var(--pricingColorField);
}

.ss-slider-layout-21-item .content-box span.compare_at_price {
  color: var(--compareColorField);
}

.ss-slider-layout-21-item .content-box > button {
  border: 1px solid var(--cartColorField);
  padding: 8px 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 500;
  color: var(--cartColorField);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  background: var(--cartColorFieldHover);
  cursor: pointer;
}

.ss-slider-layout-21-item .content-box > button::after {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: var(--cartColorField);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ss-slider-layout-21-item .content-box > button:hover::after {
  left: 0;
  width: 100%;
}

.ss-slider-layout-21-item .content-box > button:hover {
  color: var(--cartColorFieldHover);
  border-color: var(--cartColorFieldHover);
}

.ss-slider-layout-21-item .content-box > button svg {
  margin-right: 8px;
}

.ss-slider-layout-21-item .content-box > button svg path {
  fill: var(--cartColorField);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.ss-slider-layout-21-item .content-box > button:hover svg path {
  fill: var(--cartColorFieldHover);
}

@media only screen and (max-width: 1200px) {
  .ss-slider-layout-21-area .swiper_wrap .ss-arrow.swiper-button-prev {
    left: 22%;
  }

  .ss-slider-layout-21-area .swiper_wrap .ss-arrow.swiper-button-next {
    right: 22%;
  }
}

@media only screen and (max-width: 991px) {
  .ss-slider-layout-21-area .swiper_wrap .ss-arrow.swiper-button-prev {
    left: 15%;
  }

  .ss-slider-layout-21-area .swiper_wrap .ss-arrow.swiper-button-next {
    right: 15%;
  }
}

@media only screen and (max-width: 767px) {
  .SS-mySwiper-21
    .swiper-slide.swiper-slide-active
    .ss-slider-layout-21-item
    .ss-slider-layout-21-item-thumb {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }

  .SS-mySwiper-21 .ss-slider-layout-21-item .ss-slider-layout-21-item-thumb {
    margin-top: 0px;
  }

  .ss-slider-layout-21-item .content-box {
    padding-top: 0px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 30px;
  }

  .ss-slider-layout-21-area .swiper_wrap .ss-arrow.swiper-button-prev {
    left: 0%;
  }

  .ss-slider-layout-21-area .swiper_wrap .ss-arrow.swiper-button-next {
    right: 0%;
  }

  .SS-mySwiper-21 .swiper-slide .ss-slider-layout-21-item .product_pricing {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 576px) {
  .SS-mySwiper-21
    .swiper-slide.swiper-slide-active
    .ss-slider-layout-21-item
    .ss-slider-layout-21-item-thumb {
    -webkit-transform: scale(0.7) !important;
    transform: scale(0.7) !important;
  }

  .SS-mySwiper-21 .ss-slider-layout-21-item .ss-slider-layout-21-item-thumb {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  .SS-mySwiper-21 .ss-slider-layout-21-item .ss-slider-layout-21-item-thumb {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.ss-slider-layout-21-area .swiper_wrap .swiper-slide-next {
  z-index: 10;
}

.ss-slider-layout-21-area .swiper_wrap .swiper-slide-prev {
  z-index: 10;
}

.ss-slider-layout-21-area .swiper_wrap .swiper-slide-next {
  z-index: 10;
}

.ss-slider-layout-21-area .swiper_wrap .swiper-slide-prev {
  z-index: 10;
}

.epcs-section-container .template_container .temp-area-6 .ss-slider-layout-2-box {
  background: var(--templateColorField);
}

.ss-slider-layout-6-content .ss-slider-info,
.ss-slider-layout-10-content .ss-slider-info {
  background: var(--templateColorField);
  padding: 10px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* gap: 10px; */
}

.ss-slider-layout-6-content,
.ss-slider-layout-10-content,
.ss-slider-layout-11-content,
.ss-slider-layout-12-content {
  /* font-family: sans-serif; */
  text-align: var(--contentAlignmentField);
  position: relative;
}

.ss-slider-layout-2-box:hover .ss-slider-layout-6-content button.ss-ps-item-add-to-cart {
  opacity: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}

.ss-slider-layout-6-content a.ss-ps-item-variant-add-to-cart,
.ss-slider-layout-10-content a.ss-ps-item-variant-add-to-cart,
.ss-slider-layout-6-content button.ss-ps-item-add-to-cart,
.ss-slider-layout-10-content button.ss-ps-item-add-to-cart {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  width: -webkit-fill-available;
  background: var(--cartColorFieldBackground);
  color: var(--cartColorField);
  padding-left: 0px;
  padding-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  /* opacity: 0; */
  /* margin-top: -20px; */
  /* margin-bottom: 20px; */
  min-height: 20px;
  text-decoration: none;
}

.ss-slider-layout-6-content a.ss-ps-item-variant-add-to-cart:hover,
.ss-slider-layout-10-content a.ss-ps-item-variant-add-to-cart:hover,
.ss-slider-layout-6-content button.ss-ps-item-add-to-cart:hover,
.ss-slider-layout-10-content button.ss-ps-item-add-to-cart:hover {
  color: var(--cartColorFieldHover);
  background: var(--cartColorFieldBackgroundHover);
}

.ss-slider-layout-10-content a.ss-ps-item-variant-add-to-cart:hover svg path,
.ss-slider-layout-10-content button.ss-ps-item-add-to-cart:hover svg path {
  fill: var(--cartColorFieldHover);
}

.ss-slider-layout-6-content .pricesection,
.ss-slider-layout-10-content .pricesection {
  /* font-size: 20px; */
  font-weight: 800;
  color: var(--pricingColorField);
}

.ss-slider-layout-6-content span.compare_at_price,
.ss-slider-layout-10-content span.compare_at_price {
  /* font-size: 14px; */
  font-weight: 400;
  color: var(--compareColorField);
}

.ss-slider-table-box .item-title .prod-title,
.ss-slider-layout-6-content a.prod-title,
.ss-slider-layout-10-content a.prod-title,
.ss-slider-layout-11-content a.prod-title,
.ss-slider-layout-12-content a.prod-title {
  color: var(--titleColorField);
}

.ss-slider-table-box .item-title .prod-title:hover,
.ss-slider-layout-6-content a.prod-title:hover,
.ss-slider-layout-10-content a.prod-title:hover,
.ss-slider-layout-11-content a.prod-title:hover,
.ss-slider-layout-12-content a.prod-title:hover {
  color: var(--titleColorFieldHover);
}

.ss-slider-layout-6-contentposition {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f0f0f0;
  padding: 5px 15px;
  border-radius: 5px;
  /* font-family: sans-serif; */
  font-weight: 400;
  line-height: normal;
}

.ss-slider-layout-6-area .badgesection,
.ss-slider-layout-21-item .badgesection,
.ss-slider-layout-2-box .badgesection {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  z-index: 1;
}

.temp-area-9 .ss-slider-layout-2-box .badgesection {
  top: 20px;
  right: 20px;
}

.style-four.temp-area-8 .badgesection span,
.ss-slider-layout-6-area .badgesection span,
.ss-slider-layout-21-item .badgesection span,
.ss-slider-layout-2-box .badgesection span {
  background: #2c2c2c;
  color: var(--badgeColorField);
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
  /* font-family: sans-serif; */
}

.style-four.temp-area-8 .badgesection span.product_sale,
.ss-slider-layout-6-area .badgesection span.product_sale,
.ss-slider-layout-21-item .badgesection span.product_sale,
.ss-slider-layout-12-box .badgesection span.product_sale,
.ss-slider-layout-2-box .badgesection span.product_sale {
  background: var(--badgeColorFieldHover);
}

.ss-slider-layout-6-area .badgesection span.product_type,
.ss-slider-layout-21-item .badgesection span.product_type,
.ss-slider-layout-2-box .badgesection span.product_type {
  background: #ff6647;
}

.swiper-pagination6,
.swiper-pagination7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  gap: 5px;
}

.temp-area-3 .swiper-pagination6,
.temp-area-2 .swiper-pagination4 {
  position: absolute;
  top: 100%;
}

.temp-area-6 .swiper-pagination6 {
  margin-top: 40px;
  position: absolute;
  top: 100%;
}

/* .ss-slider-layout-6-area.temp-area-3,
.ss-slider-layout-2-area.temp-area-2 {
  padding-bottom: 120px;
} */
.temp-area-6 .swiper-pagination6 .swiper-pagination-bullet {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: 1px solid transparent;
  width: 20px;
  height: 20px;
  line-height: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
}

.temp-area-6 .swiper-pagination6 b {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* font-family: sans-serif; */
  letter-spacing: 0px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--paginationColorField);
}

.temp-area-3 .swiper-pagination6 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.temp-area-6 .swiper-pagination6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--paginationColorField);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.temp-area-6 .swiper-pagination6 .swiper-pagination-bullet.swiper-pagination-bullet-active b {
  color: var(--paginationColorFieldHover);
}

.temp-area-6
  .ss-slider-layout-2-box
  .ss-slider-layout-6-content
  .ss-ps-item-variant-add-to-cart
  svg
  path,
.temp-area-6 .ss-slider-layout-2-box .ss-slider-layout-6-content .ss-ps-item-add-to-cart svg path {
  transition: 0.2s;
  fill: var(--cartColorField);
}

.temp-area-6
  .ss-slider-layout-2-box
  .ss-slider-layout-6-content
  .ss-ps-item-variant-add-to-cart:hover
  svg
  path,
.temp-area-6
  .ss-slider-layout-2-box
  .ss-slider-layout-6-content
  .ss-ps-item-add-to-cart:hover
  svg
  path {
  fill: var(--cartColorFieldHover);
}

.swiper-pagination6 .swiper-pagination-bullet,
.swiper-pagination7 .swiper-pagination-bullet {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: var(--paginationColorField);
}

.swiper-pagination7 .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: var(--paginationColorField);
  outline: 1px solid var(--paginationColorField);
  background-clip: content-box;
  padding: 2px;
}

.swiper-pagination6 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination7 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--paginationColorFieldHover);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.temp-area-7 .swiper-pagination7 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  outline: 1px solid transparent;
}

.temp-area-7.ss-slider-layout-2-area .swiper-button-prev,
.temp-area-7.ss-slider-layout-2-area .swiper-button-next {
  top: 0px;
  left: 50%;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
}

.temp-area-7.ss-slider-layout-2-area .swiper-button-prev {
  transform: translate(-50%, -100%);
  margin-left: -28px;
}

.temp-area-7.ss-slider-layout-2-area .swiper-button-next {
  transform: translate(-50%, -100%);
  margin-left: 28px;
}

.ss-slider-layout-2-box .thumbnail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.ss-slider-layout-2-box .thumbnail img {
  width: 100%;
  height: auto;
}

.ss-slider-layout-2-box .thumbnail button {
  cursor: pointer;
}

.ss-slider-layout-2-box .thumbnail a.view-btn,
.ss-slider-layout-2-box .thumbnail a.prod-view,
.ss-slider-layout-2-box .thumbnail a button,
.ss-slider-layout-2-box .thumbnail .cart-btn {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.5s;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.temp-area-9 .ss-slider-layout-2-box .thumbnail a.view-btn,
.temp-area-9 .ss-slider-layout-2-box .thumbnail a.prod-view,
.temp-area-9 .ss-slider-layout-2-box .thumbnail .cart-btn {
  height: unset;
}

.ss-slider-layout-2-box .thumbnail a.view-btn,
.ss-slider-layout-2-box .thumbnail a.prod-view {
  width: max-content;
}

.ss-slider-layout-2-box:hover .thumbnail a.view-btn,
.ss-slider-layout-2-box:hover .thumbnail a.prod-view,
.ss-slider-layout-2-box:hover .thumbnail a button,
.ss-slider-layout-2-box:hover .thumbnail .cart-btn {
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.ss-slider-layout-7-content {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 0px;
  text-align: var(--contentAlignmentField);
  /* font-family: sans-serif; */
  /* position: absolute;
	bottom: 0; */
  width: 100%;
}

.ss-slider-layout-7-content .ss-ps-item-variant-add-to-cart,
.ss-slider-layout-7-content .ss-ps-item-add-to-cart {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: var(--cartPadding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: auto;
  margin-top: 15px;
  text-decoration: none;
}

.ss-slider-layout-7-content .ss-ps-item-variant-add-to-cart svg path,
.ss-slider-layout-7-content .ss-ps-item-add-to-cart svg path {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ss-slider-layout-7-content .ss-slider-info {
  position: relative;
}

.ss-slider-layout-7-content .ss-slider-info .prod-title {
  color: var(--titleColorField);
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.ss-slider-layout-7-content .ss-slider-info .prod-title:hover {
  color: var(--titleColorFieldHover);
}

.ss-slider-layout-2-box .ss-slider-layout-7-content {
  position: relative;
  background: var(--templateColorField);
}

.ss-slider-layout-2-box:hover .ss-slider-layout-7-content a.ss-ps-item-variant-add-to-cart,
.ss-slider-layout-2-box:hover .ss-slider-layout-7-content button.ss-ps-item-add-to-cart {
  cursor: pointer;
  opacity: 1;
}

.ss-slider-layout-2-box .ss-slider-layout-7-content .pricesection {
  color: var(--pricingColorField);
  font-size: 18px;
}

.ss-slider-layout-2-box .ss-slider-layout-7-content .pricesection .compare_at_price {
  color: var(--compareColorField);
}

.ss-slider-layout-2-box.ss-slider-layout-8-box {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.actionsection button,
.actionsection a {
  cursor: pointer;
  background: #ff6647;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.ss-slider-layout-8-box .ss-slider-layout-8-box-content .actionsection * {
  transition: 0.5s;
}

.ss-slider-layout-8-box .ss-slider-layout-8-box-content .actionsection a.view {
  color: var(--viewColorField);
  background: var(--viewColorFieldHover);
}

.ss-slider-layout-8-box .ss-slider-layout-8-box-content .actionsection a.view svg path {
  fill: var(--viewColorField);
}

.ss-slider-layout-8-box .ss-slider-layout-8-box-content .actionsection a.view:hover {
  color: var(--viewColorFieldHover);
  background: var(--viewColorField);
}

.ss-slider-layout-8-box .ss-slider-layout-8-box-content .actionsection a.view:hover svg path {
  fill: var(--viewColorFieldHover);
}

.ss-slider-layout-8-box
  .ss-slider-layout-8-box-content
  .actionsection
  a.ss-ps-item-variant-add-to-cart,
.ss-slider-layout-8-box
  .ss-slider-layout-8-box-content
  .actionsection
  button.ss-ps-item-add-to-cart {
  color: var(--cartColorField);
  background: var(--cartColorFieldHover);
}

.ss-slider-layout-8-box
  .ss-slider-layout-8-box-content
  .actionsection
  a.ss-ps-item-variant-add-to-cart
  svg
  path,
.ss-slider-layout-8-box
  .ss-slider-layout-8-box-content
  .actionsection
  button.ss-ps-item-add-to-cart
  svg
  path {
  fill: var(--cartColorField);
}

.ss-slider-layout-8-box
  .ss-slider-layout-8-box-content
  .actionsection
  a.ss-ps-item-variant-add-to-cart:hover,
.ss-slider-layout-8-box
  .ss-slider-layout-8-box-content
  .actionsection
  button.ss-ps-item-add-to-cart:hover {
  color: var(--cartColorFieldHover);
  background: var(--cartColorField);
}

.ss-slider-layout-8-box
  .ss-slider-layout-8-box-content
  .actionsection
  a.ss-ps-item-variant-add-to-cart:hover
  svg
  path,
.ss-slider-layout-8-box
  .ss-slider-layout-8-box-content
  .actionsection
  button.ss-ps-item-add-to-cart:hover
  svg
  path {
  stroke: var(--cartColorFieldHover);
  fill: var(--cartColorFieldHover);
}

.ss-slider-layout-8-box .ss-slider-layout-8-box-content .actionsection {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  width: -webkit-fill-available;
  width: -moz-available;
  margin: 13px;
  bottom: 0;
  opacity: 1;
}

.ss-slider-layout-8-box .ss-slider-layout-8-box-content .actionsection button,
.ss-slider-layout-8-box .ss-slider-layout-8-box-content .actionsection a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  /* font-family: sans-serif; */
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
}

.ss-slider-layout-8-box:hover .ss-slider-layout-8-box-content .actionsection {
  bottom: 0px;
  opacity: 1;
}

.ss-slider-layout-8-box-content {
  position: relative;
  border: 1px solid var(--templateColorField);
}

.ss-slider-layout-8-box-content img {
  width: 100%;
  height: auto;
  display: block;
}

.ss-slider-layout-8-box .bottompart {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  text-align: center;
  /* font-family: sans-serif; */
}

.ss-slider-layout-8-box .bottompart a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: var(--titleColorField);
  text-decoration: none;
  font-size: 16px;
}

.ss-slider-layout-8-box .bottompart a:hover {
  color: var(--titleColorFieldHover);
}

.ss-slider-layout-8-box .bottompart .pricesection {
  color: var(--pricingColorField);
  font-size: 18px;
  font-weight: 600;
}

.ss-slider-layout-8-box .bottompart .pricesection .compare_at_price {
  font-size: 14px;
  font-weight: 400;
  color: var(--compareColorField);
}

.swiper-pagination9 .swiper-pagination-bullet b {
  font-weight: 300;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.swiper-pagination9 .swiper-pagination-bullet.swiper-pagination-bullet-active b {
  font-weight: 600;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.temp-area-8 .slider-controller,
.temp-area-5 .slider-controller,
.temp-area-3 .slider-controller {
  margin-top: 20px;
}

.ss-slider-layout-9-content .ss-slider-info {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: var(--contentAlignmentField);
}

.ss-slider-layout-9-content .ss-slider-info .prod-title {
  color: var(--titleColorField);
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.ss-slider-layout-9-content .ss-slider-info .prod-title:hover {
  color: var(--titleColorFieldHover);
}

.ss-slider-layout-9-content .ss-slider-info .pricesection {
  color: var(--pricingColorField);
  line-height: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ss-slider-layout-9-content .ss-slider-info .pricesection .compare_at_price {
  color: var(--compareColorField);
}

.temp-area-10.ss-slider-layout-2-area .swiper-button-prev,
.temp-area-9.ss-slider-layout-2-area .swiper-button-prev {
  left: 0;
}

.temp-area-10.ss-slider-layout-2-area .swiper-button-next,
.temp-area-9.ss-slider-layout-2-area .swiper-button-next {
  right: 0;
}

.ss-slider-layout-9-box .thumbnail {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 1px solid var(--templateColorField);
  outline-offset: -2px;
  width: auto;
}

.ss-slider-layout-9-box:hover .thumbnail {
  outline: 1px solid #fff;
  outline-offset: -10px;
}

.ss-slider-layout-9-box .thumbnail .thumb-url::before {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: 1px solid #fff;
  outline-offset: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 3;
  top: 0;
  bottom: 0;
}

.ss-slider-layout-9-box:hover .thumbnail .thumb-url::before {
  opacity: 0.5;
  outline-offset: -10px;
}

.ss-slider-layout-10-content .ss-ps-item-variant-add-to-cart svg path,
.ss-slider-layout-9-box .ss-ps-item-variant-add-to-cart svg path,
.ss-slider-layout-10-content .ss-ps-item-add-to-cart svg path,
.ss-slider-layout-9-box .ss-ps-item-add-to-cart svg path {
  fill: var(--cartColorField);
}

.ss-slider-layout-10-content .ss-ps-item-variant-add-to-cart:hover svg path,
.ss-slider-layout-9-box .ss-ps-item-variant-add-to-cart:hover svg path,
.ss-slider-layout-10-content .ss-ps-item-add-to-cart:hover svg path,
.ss-slider-layout-9-box .ss-ps-item-add-to-cart:hover svg path {
  fill: var(--cartColorFieldHover);
}

.product_pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: var(--contentAlignmentField);
  margin: 15px 0px;
}

.swiper-pagination10 .swiper-pagination-bullet {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: transparent;
  border: 1px solid var(--paginationColorField);
  opacity: 1;
  height: 12px;
  width: 12px;
}

.swiper-pagination10 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--paginationColorFieldHover);
}

.swiper-pagination10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.ss-slider-layout-10-content .pricesection {
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 10;
  background: var(--templateColorField);
  bottom: 100%;
  /* width: -moz-max-content;
  display: -ms-flexbox; */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  justify-content: var(--contentAlignmentField);
  padding: 0px 20px;
}

.ss-slider-layout-10-content .pricesection .shape-1 {
  width: 48px;
  height: 35px;
  overflow: hidden;
  z-index: 100000;
  position: absolute;
  right: -34px;
  bottom: 0;
}

.ss-slider-layout-10-content .pricesection .shape-1::before {
  content: '';
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 40%;
  bottom: 0px;
  left: 8px;
  box-shadow: -50px 50px 0 0 var(--templateColorField);
}

.ss-slider-layout-10-content .pricesection .shape-2 {
  width: 48px;
  height: 35px;
  overflow: hidden;
  z-index: 100000;
  position: absolute;
  left: -34px;
  bottom: 0;
}

.ss-slider-layout-10-content .pricesection .shape-2::before {
  content: '';
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 40%;
  bottom: 0;
  right: 8px;
  box-shadow: 50px 50px 0 0 var(--templateColorField);
}

.ss-slider-layout-10-content .pricesection span {
  color: var(--pricingColorField);
  padding: 20px 0px 0px;
}

.ss-slider-layout-10-content .pricesection span.compare_at_price {
  color: var(--compareColorField);
}

.ss-slider-layout-2-box.ss-slider-layout-23-box .ss-slider-layout-10-content {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.swiper-slide-active .ss-slider-layout-2-box.ss-slider-layout-23-box .ss-slider-layout-10-content,
.ss-slider-layout-2-box.ss-slider-layout-23-box:hover .ss-slider-layout-10-content {
  visibility: visible;
  opacity: 1;
}

.swiper-slide-active
  .ss-slider-layout-2-box.ss-slider-layout-23-box
  .ss-slider-layout-10-content
  a.ss-ps-item-variant-add-to-cart,
.swiper-slide-active
  .ss-slider-layout-2-box.ss-slider-layout-23-box
  .ss-slider-layout-10-content
  button.ss-ps-item-add-to-cart {
  opacity: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}

.ss-slider-layout-2-box.ss-slider-layout-23-box .thumbnail {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* border-radius: 100%; */
  overflow: hidden;
}

.swiper-slide-active .ss-slider-layout-2-box.ss-slider-layout-23-box .thumbnail,
.ss-slider-layout-2-box.ss-slider-layout-23-box:hover .thumbnail {
  border-radius: 0;
}

.swiper-slide-active .ss-slider-layout-2-box.ss-slider-layout-23-box .pricesection,
.ss-slider-layout-2-box.ss-slider-layout-23-box:hover .pricesection {
  bottom: 100%;
}

@media only screen and (max-width: 767px) {
  .swiper-slide-active .ss-slider-layout-2-box.ss-slider-layout-23-box .thumbnail {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    border-radius: 0%;
  }

  .swiper-slide-active
    .ss-slider-layout-2-box.ss-slider-layout-23-box
    .ss-slider-layout-10-content {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    opacity: 1;
    margin-top: 0px;
    visibility: visible;
  }

  .swiper-slide-active
    .ss-slider-layout-2-box.ss-slider-layout-23-box
    .ss-slider-layout-10-content
    .pricesection {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    bottom: 100%;
  }

  .swiper-slide-active .ss-slider-layout-10-content a.ss-ps-item-variant-add-to-cart,
  .swiper-slide-active .ss-slider-layout-10-content button.ss-ps-item-add-to-cart {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    opacity: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
  }

  .swiper-slide-active .ss-slider-layout-9-box .thumbnail {
    padding: 0px;
    outline: 1px solid #fff;
    outline-offset: -10px;
  }

  .swiper-slide-active .ss-slider-layout-9-box .thumbnail::before {
    /* opacity: 0.5; */
  }

  .swiper-slide-active .ss-slider-layout-2-box .thumbnail a.view-btn,
  .swiper-slide-active .ss-slider-layout-2-box .thumbnail a.prod-view,
  .swiper-slide-active .ss-slider-layout-2-box .thumbnail button {
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
  }

  .swiper-slide-active .ss-slider-layout-8-box .ss-slider-layout-8-box-content .actionsection {
    bottom: 0px;
    opacity: 1;
  }

  .swiper-slide-active .ss-slider-layout-2-box .ss-slider-layout-7-content {
    background: #ffffff90;
  }

  .swiper-slide-active
    .ss-slider-layout-2-box
    .ss-slider-layout-7-content
    a.ss-ps-item-variant-add-to-cart,
  .swiper-slide-active
    .ss-slider-layout-2-box
    .ss-slider-layout-7-content
    button.ss-ps-item-add-to-cart {
    cursor: pointer;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .swiper-slide-active
    .ss-slider-layout-2-box
    .ss-slider-layout-6-content
    a.ss-ps-item-variant-add-to-cart,
  .swiper-slide-active
    .ss-slider-layout-2-box
    .ss-slider-layout-10-content
    a.ss-ps-item-variant-add-to-cart,
  .swiper-slide-active
    .ss-slider-layout-2-box
    .ss-slider-layout-6-content
    button.ss-ps-item-add-to-cart,
  .swiper-slide-active
    .ss-slider-layout-2-box
    .ss-slider-layout-10-content
    button.ss-ps-item-add-to-cart {
    opacity: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
  }

  .swiper-slide-active .ss-slider-layout-2-box .icon-box {
    left: 10px;
    opacity: 1;
  }

  .swiper-slide-active .ss-slider-layout-2-box.ss-slider-layout-4-box .ss-slider-layout-2-content {
    bottom: 0;
    opacity: 1 !important;
    visibility: visible;
  }

  .swiper-slide-active .ss-slider-layout-2-box .ss-slider-layout-2-content {
    bottom: 0;
    opacity: 1;
  }
}

.swiper {
  display: none;
}

.swiper.swiper-initialized {
  display: block;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.template_container {
  position: relative;
}

.added_to_cart {
  transition: 1s;
  /* font-family: sans-serif; */
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 9;
  display: flex;
  gap: 10px;
  flex-direction: column;
  width: 300px;
  max-width: 100%;
  transform: translateX(-50%);
}

.added_to_cart .success {
  color: #fff;
  background: #008060;
  padding: 10px;
  animation: fadein 3s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: fit-content;
}

.added_to_cart .warning {
  color: #b18b13;
  background: #f7f5ea;
  padding: 5px 15px;
  animation: fadein 3s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.SS-mySwiper-4 {
  padding: 20px 0px;
}

.img-placeholder-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  background: radial-gradient(white, #fbfbfb);
}

.img-placeholder-cont svg {
  width: 110px;
  max-width: 100%;
}

.SS-mySwiper-21 .swiper-slide .ss-slider-layout-21-item .img-placeholder-cont {
  transition: 0.5s;
  width: 100%;
  padding: 0;
  border-radius: 50%;
  height: 265px;
  width: 250px;
  margin-top: 45px;
  border: 15px solid #fff;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.06);
}

.SS-mySwiper-21 .swiper-slide.swiper-slide-active .ss-slider-layout-21-item .img-placeholder-cont {
  transform: scale(1.2);
  box-shadow: none;
}

/* hover on showing the second image on the lequid */

.ss-slider-layout-2-box a .main,
.ss-slider-layout-2-box .main {
  transition: 1s;
  visibility: visible;
  opacity: 1;
}

.ss-slider-layout-2-box:hover a .main,
.ss-slider-layout-2-box:hover .main {
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.ss-slider-layout-2-box a .secondary,
.ss-slider-layout-2-box .secondary {
  transition: 0.5s;
  visibility: hidden !important;
  opacity: 0;
}

.ss-slider-layout-2-box a .secondary,
.ss-slider-layout-2-box .secondary {
  visibility: visible;
  position: absolute;
  width: 100%;
  /* height: 100%; */
  left: 0;
  top: 0;
  /* transform: translate(-50%, -0%); */
}

.ss-slider-layout-2-box:hover a .secondary,
.ss-slider-layout-2-box:hover .secondary {
  visibility: visible !important;
  opacity: 1;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  z-index: -1;
}

.ss-slider-layout-6-box:hover a .main,
.ss-slider-layout-21-item:hover a .main,
.ss-slider-layout-6-box a .secondary,
.ss-slider-layout-21-item a .secondary {
  display: none;
}

.ss-slider-layout-6-box a .main,
.ss-slider-layout-21-item a .main,
.ss-slider-layout-6-box:hover a .secondary,
.ss-slider-layout-21-item:hover a .secondary {
  display: block;
}

/* Grid view */
.SS-mySwiper-21 .swiper-grid.swiper-slide-active .ss-slider-layout-21-item .content-box {
  opacity: 1;
}

.swiper-grid .ss-slider-layout-2-box.ss-slider-layout-23-box .thumbnail {
  border-radius: 0;
}

.swiper-grid .ss-slider-layout-2-box.ss-slider-layout-23-box .ss-slider-layout-10-content {
  visibility: visible;
  opacity: 1;
}

.swiper-grid .ss-slider-layout-2-box .ss-slider-layout-10-content a.ss-ps-item-variant-add-to-cart,
.swiper-grid .ss-slider-layout-2-box .ss-slider-layout-10-content button.ss-ps-item-add-to-cart {
  opacity: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}

.swiper-grid .ss-slider-layout-2-box .ss-slider-layout-6-content a.ss-ps-item-variant-add-to-cart,
.swiper-grid .ss-slider-layout-2-box .ss-slider-layout-10-content a.ss-ps-item-variant-add-to-cart,
.swiper-grid .ss-slider-layout-2-box .ss-slider-layout-6-content button.ss-ps-item-add-to-cart,
.swiper-grid .ss-slider-layout-2-box .ss-slider-layout-10-content button.ss-ps-item-add-to-cart {
  opacity: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}

.grid .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* Grid view */

/* Countdown styles  */
.temp-area-9 .ss-slider-layout-9-box .countdown-container.container {
  top: unset;
  bottom: 2px;
  left: 2px;
  right: 2px;
  transform: translateY(0);
}

.temp-area-10 .ss-slider-layout-2-box .countdown-container.container {
  bottom: 0px;
  top: unset;
  left: 0px;
  transform: translateY(0);
}

.countdown-container.container {
  background: rgb(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  padding: 15px 20px;
  box-shadow: 0px 2px 8px #07193326;
  width: -webkit-fill-available;
}

.countdown-container.container-block {
  background: rgb(255, 255, 255, 0.9);
  box-shadow: 0px 2px 8px #07193326;
  padding: 15px 20px;
  z-index: 9;
}

.countdown-container ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}

.countdown-container ul li span {
  line-height: 16px;
}

.countdown-container ul li span.count,
.countdown-container ul li span.desc,
.countdown-container ul li {
  color: #333;
}

.countdown-container ul li.separator:before {
  content: ':';
}

.countdown-container ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.countdown-container ul li span.count {
  font-weight: 700;
}

.countdown-container ul li span.desc {
  font-size: 12px;
  font-weight: 300;
}

.ss-slider-layout-21-item-thumb {
  position: relative;
  margin-top: 45px;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.2s;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  border: 15px solid var(--templateColorField);
  transform: scale(0.8);
}

.temp-area-5 .ss-slider-layout-21-item-thumb a {
  display: flex;
}

.SS-mySwiper-21
  .swiper-slide.swiper-slide-active
  .ss-slider-layout-21-item
  .ss-slider-layout-21-item-thumb {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.SS-mySwiper-21 .swiper-slide.swiper-slide-active .ss-slider-layout-21-item .content-box {
  margin-top: 60px;
  margin-bottom: 0px;
  opacity: 1;
}

.ss-slider-layout-21-item-thumb > .countdown-container.container {
  top: unset;
  bottom: 0;
  transform: translateY(-50%);
}

.ss-slider-layout-21-item-thumb > .countdown-container.container ul {
  gap: 8px;
  justify-content: center;
}

/* New Section */

/* Commmon CSS */
/* .template_container {
  margin-bottom: 150px;
} */

.new-custom-container {
  max-width: 1290px;
  margin: 0 auto;
}

.section-title.style-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.section-title.style-two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
  gap: 12px;
}

.section-title > * {
  margin: 0;
}

.section-title h2 {
  color: #1d1e30;
  /* font-family: Inter; */
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.901px;
}

.section-title p {
  color: #242424;
  /* font-family: Inter; */
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.164px;
}

.swiper-wrapper {
  padding-bottom: 1px;
}

.product-card .product-card-thumb {
  border-radius: 10px 10px 0 0;
  /* overflow: hidden; */
  position: relative;
}

.product-card .product-card-info .product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.product-card .product-card-info .product-image {
  display: flex;
  position: relative;
  padding: 24px 24px 0px;
}

.style-four.temp-area-8 .product-card .product-card-info .product-image {
  padding: 0;
}

.product-card .product-card-info .product-card-thumb a .secondary {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card .product-card-info .product-card-thumb:hover a .secondary {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
  transition:
    opacity 0.4s,
    transform 1s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-card .product-card-info .product-card-thumb a .main {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.product-card .product-card-info .product-card-thumb:hover a .main {
  opacity: 0;
}

/* style one */
.style-one .product-card .product-card-thumb .product-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 6px;
  border-radius: 3px;
}

.style-one .product-card .product-card-thumb .product-card-badge.green {
  background: #7faf2b;
  color: #fff;
}

.style-one .product-card .product-card-thumb .product-card-badge.black {
  background: #000000;
  color: #fff;
}

.style-one .product-card .product-card-thumb .product-card-badge p {
  margin: 0;
  /* font-family: Inter; */
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.style-one .product-card .product-card-thumb .product-card-quick-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

.style-one .product-card .product-card-thumb:hover .product-card-quick-view {
  visibility: visible;
  opacity: 1;
}

.style-one .product-card .product-card-thumb .product-card-quick-view button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--cartColorFieldHover);
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 5px;
  transform: translate3d(-10px, 0, 0);
  transition: 0.4s ease;
}

.style-one .product-card .product-card-thumb:hover .product-card-quick-view button {
  transform: translate3d(0, 0, 0);
}

.style-one .product-card .product-card-thumb .product-card-quick-view button .quick-view-btn-text {
  color: #747474;
  /* font-family: Inter; */
  font-size: 13px;
  font-weight: 500;
  line-height: 19.72px;
  letter-spacing: 0.52px;
  transition: 0.4s ease;
}

.style-one
  .product-card
  .product-card-thumb
  .product-card-quick-view
  button:hover
  .quick-view-btn-text {
  color: #000000;
}

.style-one .product-card .product-card-thumb .product-card-quick-view button .quick-view-btn-icon {
  margin-bottom: -3px;
}

.style-one
  .product-card
  .product-card-thumb
  .product-card-quick-view
  button
  .quick-view-btn-icon
  svg
  path {
  stroke: #747474;
  transition: 0.4s ease;
}

.style-one
  .product-card
  .product-card-thumb
  .product-card-quick-view
  button:hover
  .quick-view-btn-icon
  svg
  path {
  stroke: #000000;
}

.style-one
  .product-card
  .product-card-thumb
  .product-card-quick-view
  button
  .quick-view-btn-icon
  svg
  path {
  stroke: #747474;
}

.style-one .product-card .product-card-details {
  border: 1px solid #d3d3d3;
  position: relative;
  z-index: 1;
  margin-top: -5px;
  padding: 20px;
  background: #fff;
}

.style-one .product-card .product-card-details .product-card-title {
  color: #000;
  /* font-family: Inter; */
  font-size: 16px;
  font-weight: 400;
  line-height: 18.076px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 5px;
  /* ellipsis */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.style-one .product-card .product-card-details .price-section {
  display: flex;
  align-items: center;
  gap: 6px;
}

.style-one .product-card .product-card-details .price-section .previous-price {
  color: var(--compareColorField);
  text-align: right;
  /* font-family: Inter; */
  font-size: 13px;
  font-weight: 400;
}

.style-one .product-card .product-card-details .price-section .current-price {
  color: #2c2c2c;
  /* font-family: Inter; */
  font-size: 16px;
  font-weight: 700;
}

.style-one .product-card .product-card-details .price-section .vat-text {
  display: none;
}

.style-one .product-card .cart-button-part {
  border: 1px solid #d3d3d3;
  margin-top: -1px;
  padding: 15px 20px 19px 20px;
  background: #fff;
}

.style-one .product-card .cart-button-part .add-to-cart-btn {
  display: flex;
  gap: 8px;
  align-items: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.style-one .product-card .cart-button-part .add-to-cart-btn .cart-btn-text {
  color: #000;
  /* font-family: Inter; */
  font-size: 14px;
  font-weight: 500;
  line-height: 19.72px;
  letter-spacing: 0.56px;
  position: relative;
  margin-top: -3px;
}

.style-one .product-card .cart-button-part .add-to-cart-btn .cart-btn-text:after {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: 0.4s;
}

.style-one .product-card .cart-button-part .add-to-cart-btn:hover .cart-btn-text:after {
  width: 0;
  left: 0;
}

/* style two */
.swiper.style-two {
  padding: 20px 10px !important;
}

.style-two .product-card .product-card-info {
  display: flex;
  flex-direction: column;
  padding: 27px 13px;
  border-radius: 10px;
  /* filter: drop-shadow(0px 3px 10px rgba(7, 25, 51, 0.12)); */
  background: #fff;
  box-shadow: 0px 3px 10px rgba(7, 25, 51, 0.12);
}

.style-two .product-card .product-card-thumb {
  order: 2;
}

.style-two .product-card .product-card-details {
  order: 1;
}

.style-two .product-card .cart-button-part {
  order: 4;
}

.style-two .product-card .product-card-stock {
  order: 3;
}

.style-two .product-card .product-card-thumb .product-card-quick-view {
  display: none;
}

.style-two .product-card .product-card-thumb {
  border-radius: 10px;
}

.style-two .product-card .product-card-details {
  text-align: center;
}

.style-two .product-card .product-card-details .product-card-title {
  color: #000;
  /* font-family: Inter; */
  font-size: 16px;
  font-weight: 400;
  line-height: 18.076px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 5px;
  /* ellipsis */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.style-two .product-card .product-card-details .price-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 21px;
}

.style-two .product-card .product-card-details .price-section .previous-price {
  color: var(--compareColorField);
  text-align: right;
  /* font-family: Inter; */
  font-size: 13px;
  font-weight: 400;
}

.style-two .product-card .product-card-details .price-section .current-price {
  color: #2c2c2c;
  /* font-family: Inter; */
  font-size: 16px;
  font-weight: 700;
  line-height: 16.433px;
}

.style-two .product-card .product-card-details .price-section .vat-text {
  display: none;
}

.style-two .product-card .product-card-thumb .product-card-badge {
  position: absolute;
  top: -20px;
  right: -41px;
  text-align: center;
  padding: 4px 6px;
  transform: rotate(45deg);
  transform-origin: 0;
  width: 100px;
}

.style-two .product-card .product-card-thumb .product-card-badge {
  color: #fff;
}

.style-two .product-card .product-card-thumb .product-card-badge.green {
  background: #2ab014;
}

.style-two .product-card .product-card-thumb .product-card-badge.red {
  background: #ff4e4e;
}

.style-two .product-card .product-card-thumb .product-card-badge.black {
  background: #3a3434;
}

.style-two .product-card .product-card-thumb .product-card-badge.black {
  background: #000000;
}

.style-two .product-card .product-card-thumb .product-card-badge.blue {
  background: #238fdd;
}

.style-two .product-card .product-card-thumb .product-card-badge p {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}

.style-two .product-card .product-card-stock p {
  color: #64c786;
  text-align: center;
  font-family: Iowan Old Style;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 18px;
  margin-bottom: 0;
}

.style-two .product-card .cart-button-part {
  text-align: center;
}

.style-two .product-card .cart-button-part .add-to-cart-btn {
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f2f2f2;
  cursor: pointer;
  padding: 10px 18px;
  transition: 0.4s ease;
  margin-top: 10px;
}

.style-two .product-card .cart-button-part .add-to-cart-btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ff2e2e;
  color: #fff;
}

.style-two .product-card .cart-button-part .add-to-cart-btn .cart-btn-icon {
  display: none;
}

.style-two .product-card .cart-button-part .add-to-cart-btn .cart-btn-text {
  color: #747474;
  text-align: center;
  font-family: Iowan Old Style;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: 0.4s ease;
}

.style-two .product-card .cart-button-part .add-to-cart-btn:hover .cart-btn-text {
  color: #fff;
}

.style-two .product-card .cart-button-part .add-to-cart-btn {
  position: relative;
  overflow: hidden;
}

.style-two .product-card .cart-button-part .add-to-cart-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -50%;
  width: 20px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: left 0.4s ease-in-out;
  opacity: 0;
}

.style-two .product-card .cart-button-part .add-to-cart-btn:hover:after {
  left: 120%;
  opacity: 1;
}

/* Style three */
.style-three .swiper-wrapper {
  padding: 0;
}

.style-three .product-card .product-card-info .product-card-thumb:hover a .secondary {
  transform: scale(1.2);
}

.style-three .product-card .product-card-info {
  display: flex;
  flex-direction: column;
  background: var(--templateColorField);
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: var(--contentAlignmentField);
}

.style-three .container-details {
  padding: 10px 20px 30px;
}

/* .style-three .swiper-slide-active .product-card-info {
  margin-left: 1px;
} */

.style-three .product-card .product-card-info .product-card-quick-view .quick-view-btn-text {
  display: none;
}

.style-three .product-card .product-card-info .product-card-quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.style-three .product-card .product-card-info .product-card-quick-view button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--viewColorFieldHover);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}

.style-three
  .product-card
  .product-card-info
  .product-card-thumb:hover
  .product-card-quick-view
  button {
  visibility: visible;
  opacity: 1;
}

.style-three
  .product-card
  .product-card-info
  .product-card-thumb
  .product-card-quick-view
  button:hover {
  background: var(--viewColorField);
}

.style-three
  .product-card
  .product-card-info
  .product-card-thumb
  .product-card-quick-view
  button
  svg {
  display: flex;
}

.style-three
  .product-card
  .product-card-info
  .product-card-thumb
  .product-card-quick-view
  button
  svg
  path {
  transition: all 0.4s ease;
}

.style-three
  .product-card
  .product-card-info
  .product-card-thumb
  .product-card-quick-view
  button
  svg
  path {
  fill: var(--viewColorField);
}

.style-three
  .product-card
  .product-card-info
  .product-card-thumb
  .product-card-quick-view
  button:hover
  svg
  path {
  fill: var(--viewColorFieldHover);
}

.style-three .product-card .product-card-thumb {
  border-radius: 0;
  margin-bottom: 10px;
}

.style-three .product-card .product-card-stock p {
  color: #22af52;
  /* font-family: Inter; */
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  margin-top: 46px;
}

.style-three .product-card .product-card-details .product-card-title {
  color: var(--titleColorField);
  /* font-family: Inter; */
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  margin: 8px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--titleLineSizeField);
  -webkit-box-orient: vertical;
}

.style-three .product-card .product-card-details .product-card-title:hover {
  color: var(--titleColorFieldHover);
}

.style-three .product-card .product-card-details .price-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: var(--contentAlignmentField);
  gap: 6px;
  margin-bottom: 18px;
}

.style-three .product-card .product-card-details .price-section .previous-price {
  color: var(--compareColorField);
  font-weight: 400;
  opacity: 0.7;
}

.style-three .product-card .product-card-details .price-section .current-price {
  color: var(--pricingColorField);
  /* font-family: Inter; */
  /* font-size: 16px; */
  font-weight: 700;
}

.style-three .product-card .product-card-details .price-section .vat-text {
  display: none;
}

.style-three .product-card .cart-button-part .add-to-cart-btn {
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 10px 18px;
  transition: 0.4s ease;
  background: var(--cartColorFieldHover);
  position: relative;
  overflow: hidden;
}

.style-three .product-card .cart-button-part .add-to-cart-btn:hover {
  border-radius: 60px;
  border: 1px solid var(--cartColorField);
  background: var(--cartColorField);
}

.style-three .product-card .cart-button-part .add-to-cart-btn .cart-btn-icon {
  display: none;
}

.style-three .product-card .cart-button-part .add-to-cart-btn .cart-btn-text {
  color: var(--cartColorField);
  /* font-family: Inter; */
  font-size: 14px;
  font-weight: 500;
  line-height: 19.72px;
  letter-spacing: 0.56px;
  transition: 0.4s ease;
}

.style-three .product-card .cart-button-part .add-to-cart-btn:hover .cart-btn-text {
  color: var(--cartColorFieldHover);
}

.style-three .product-card .cart-button-part .add-to-cart-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -50%;
  width: 20px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: left 0.4s ease-in-out;
  opacity: 0;
}

.style-three .product-card .cart-button-part .add-to-cart-btn:hover:after {
  left: 120%;
  opacity: 1;
}

.style-three .slider-controller .swiper-button-next,
.style-three .slider-controller .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.09));
  background: #fff;
  transition: 0.4s ease;
}

.style-three .slider-controller .swiper-button-next:hover,
.style-three .slider-controller .swiper-button-prev:hover {
  background: #cccccc;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}

.style-three .slider-controller .swiper-button-next svg path,
.style-three .slider-controller .swiper-button-prev svg path {
  transition: 0.4s ease;
}

.style-three .slider-controller .swiper-button-next:hover svg path,
.style-three .slider-controller .swiper-button-prev:hover svg path {
  stroke: #fff;
}

.style-three .countdown-container.container-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 2px 8px #07193326;
}

/*
= = = = remove padding = = = = 
.style-three {
  padding-top: 30px;
}
*/

.temp-area-3 .swiper-4-nav.swiper-4-next,
.temp-area-3 .swiper-4-nav.swiper-4-prev {
  top: 0px;
  left: unset;
}

.temp-area-3 .swiper-4-nav.swiper-4-next {
  right: 0px;
}

.temp-area-3 .swiper-4-nav.swiper-4-prev {
  right: 50px;
}

.temp-area-3 .product-card .product-card-info .product-image {
  display: flex;
  position: relative;
  margin: 24px 24px 0px;
  padding: 0;
  overflow: hidden;
}

/* start temp-area-4 */

.temp-area-1 .ss-slider-layout-2-box .thumb a svg path,
.temp-area-4 .ss-slider-layout-2-box .thumb a svg path {
  transition: 0.2s;
  fill: var(--viewColorField);
}

.temp-area-1 .ss-slider-layout-2-box .thumb a svg circle,
.temp-area-4 .ss-slider-layout-2-box .thumb a svg circle {
  transition: 0.2s;
  fill: var(--viewColorFieldHover);
}

.temp-area-1 .ss-slider-layout-2-box .thumb a:hover svg path,
.temp-area-4 .ss-slider-layout-2-box .thumb a:hover svg path {
  fill: var(--viewColorFieldHover);
}

.temp-area-1 .ss-slider-layout-2-box .thumb a:hover svg circle,
.temp-area-4 .ss-slider-layout-2-box .thumb a:hover svg circle {
  fill: var(--viewColorField);
}

.temp-area-1 .ss-slider-layout-2-box .thumb,
.temp-area-4 .ss-slider-layout-2-box .thumb {
  position: relative;
}

.temp-area-1 .ss-slider-layout-2-box .thumb .view-btn,
.temp-area-4 .ss-slider-layout-2-box .thumb .view-btn {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 60%;
  left: 50%;
  line-height: 0;
  transform: translate(-50%, -50%);
}

.temp-area-1 .ss-slider-layout-2-box:hover .thumb .view-btn,
.temp-area-4 .ss-slider-layout-2-box:hover .thumb .view-btn {
  opacity: 1;
  top: 50%;
  z-index: 4;
}

.temp-area-4 .ss-slider-layout-2-box .thumb > img {
  width: 100%;
  height: auto;
  display: block;
}

/*
= = = = Remove padding = = = = 
.temp-area-7.ss-slider-layout-2-area,
.temp-area-4.ss-slider-layout-2-area {
  padding-top: 80px;
}
*/

/* = = = = Manage padding for top navigation button start = = = =  */
.temp-area-3:has(:is(.swiper-button-next, .swiper-button-prev)) {
  padding-top: 25px;
}

.temp-area-3:has(:is(.swiper-button-next, .swiper-button-prev)) .style-three {
  padding-top: 40px;
}

.temp-area-4:has(:is(.swiper-button-next, .swiper-button-prev)) {
  padding-top: 60px;
}

.temp-area-12:has(:is(.swiper-button-next, .swiper-button-prev)),
.temp-area-11:has(:is(.swiper-button-next, .swiper-button-prev)) {
  padding-top: 58px;
}

.temp-area-7:has(:is(.swiper-button-next, .swiper-button-prev)) {
  padding-top: 65px;
}

/* = = = = Manage padding for top navigation button end = = = =  */

.temp-area-4 .cart-btn {
  display: flex;
  justify-content: var(--contentAlignmentField);
  text-align: var(--contentAlignmentField);
  background: var(--templateColorField);
  padding: 15px 20px;
}

.temp-area-4 .cart-btn a svg path,
.temp-area-4 .cart-btn button svg path {
  fill: var(--cartColorField);
}

.temp-area-4 .cart-btn a,
.temp-area-4 .cart-btn button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.temp-area-4 .cart-btn a:hover,
.temp-area-4 .cart-btn a:hover svg path,
.temp-area-4 .cart-btn button:hover,
.temp-area-4 .cart-btn button:hover svg path {
  color: var(--cartColorFieldHover);
  fill: var(--cartColorFieldHover);
}

.temp-area-4 .ss-slider-layout-2-box .ss-slider-layout-2-content {
  box-shadow: none;
  box-shadow: inset 0px 1px 0px rgb(0, 0, 0, 0.2);
  border-bottom: 1px solid rgb(0, 0, 0, 0.2);
}

.temp-area-4 .ss-slider-layout-2-box {
  border: 1px solid rgb(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.temp-area-4 .swiper-2-next,
.temp-area-4 .swiper-2-prev {
  top: 0px;
  right: 0px;
  left: unset;
  border-radius: 10px;
  transform: translate(0%, -100%);
  width: 38px;
  height: 38px;
  border: 1px solid rgb(0, 0, 0, 0.2);
}

.temp-area-4 .swiper-2-prev {
  top: 0px;
  right: 10px;
  left: unset;
  transform: translate(-100%, -100%);
}

/* end temp-area-4 */

.style-four .product-card .product-card-info {
  display: flex;
  flex-direction: column;
  background: var(--templateColorField);
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: var(--contentAlignmentField);
  border-radius: 0px;
  overflow: hidden;
}

.style-four .product-card .product-card-info .product-card-thumb {
  /* padding: 14px 14px 0px 14px; */ /* Padding static removed, dynamic padding from settings */
  position: relative;
}

.style-four .product-card .product-card-info .product-card-thumb .product-image {
  overflow: hidden;
  height: 100%;
}

.style-four .product-card .product-card-info .product-card-thumb:hover a .secondary {
  transform: scale(1.2);
}

.style-four.temp-area-8 .badgesection .product_sale {
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 0px 20px 20px 0px;
  padding: 4px 8px;
  z-index: 9;
}

.style-four .product-card .product-card-info .product-card-badge p {
  /* font-family: Inter; */
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.style-four .product-card .product-card-info .product-card-quick-view {
  display: none;
}

.style-four .product-card .product-card-thumb {
  order: 1;
}

.style-four .product-card .cart-btn {
  order: 2;
}

.style-four .product-card .product-card-stock {
  order: 3;
}

.style-four .product-card .product-card-details {
  z-index: 1;
  order: 4;
  padding: 0px 10px;
}

.style-four .product-card .cart-btn {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  position: relative;
}

.style-four .product-card .cart-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 855px;
  height: 1200px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

@media (min-width: 450px) and (max-width: 575px) {
  .style-four .product-card .cart-button-part {
    min-height: 67px;
  }
}

.style-four .product-card .cart-btn .add-to-cart-btn {
  /* width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  top: -25px;
  background: var(--cartColorFieldHover);
  transition: 0.4s ease; */
  transform: translateY(-50%);
}

.style-four .product-card .cart-button-part .add-to-cart-btn svg path {
  fill: var(--cartColorField);
}

.style-four .product-card .cart-button-part .add-to-cart-btn:hover {
  background: var(--cartColorField);
}

.style-four .product-card .cart-button-part .add-to-cart-btn:hover svg path {
  fill: var(--cartColorFieldHover);
}

.style-four .product-card .cart-button-part .add-to-cart-btn .cart-btn-text {
  display: none;
}

.style-four .product-card .cart-button-part .add-to-cart-btn .cart-btn-icon {
  transition: 0.4s ease;
}

/* .style-four .product-card .cart-button-part .add-to-cart-btn {
  overflow: hidden;
}

.style-four .product-card .cart-button-part .add-to-cart-btn:hover .cart-btn-icon svg {
  animation: toRightFromLeft 0.4s forwards;
}

@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }

  50% {
    opacity: 0;
    transform: translate(-100%);
  }

  51% {
    opacity: 1;
  }
} */

.style-four .product-card a.add-to-cart-btn.ss-ps-item-variant-add-to-cart:disabled,
.style-four .cart-button-part a.add-to-cart-btn.ss-ps-item-variant-add-to-cart[disabled],
.style-four .product-card button.add-to-cart-btn.ss-ps-item-add-to-cart:disabled,
.style-four .cart-button-part button.add-to-cart-btn.ss-ps-item-add-to-cart[disabled] {
  pointer-events: none;
}

.style-four .product-card .product-card-stock p {
  color: #22af52;
  /* font-family: Inter; */
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.style-four .product-card .product-card-details .product-card-title {
  color: var(--titleColorField);
  /* font-family: Inter; */
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  margin-bottom: 12px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--titleLineSizeField);
  -webkit-box-orient: vertical;
}

.style-four .product-card .product-card-details .product-card-title:hover {
  color: var(--titleColorFieldHover);
}

.style-four .product-card .product-card-details .price-section {
  display: flex;
  align-items: center;
  justify-content: var(--contentAlignmentField);
  gap: 6px;
  margin-bottom: 41px;
}

.style-four .product-card .product-card-details .price-section .previous-price {
  color: var(--compareColorField);
  opacity: 0.7;
}

.style-four .product-card .product-card-details .price-section .current-price {
  color: var(--pricingColorField);
}

.style-four .product-card .product-card-details .price-section .vat-text {
  color: #080f13;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
}

/* style five */

.style-five {
  padding: 1px;
}

.style-five .product-card .product-card-info {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  overflow: hidden;
  transition: 0.4s ease;
  padding-bottom: 29px;
}

.style-five .product-card .product-card-info:hover {
  border-radius: 10px;
  border-color: #c3c5c8;
}

.style-five .product-card .product-card-info .product-card-thumb {
  border-radius: 0;
}

.style-five .product-card .product-card-info .product-card-thumb .product-card-badge {
  display: none;
}

.style-five .product-card .product-card-info .product-card-thumb .product-card-quick-view {
  display: none;
}

.style-five .product-card .product-card-info .product-card-stock {
  display: none;
}

.style-five .product-card .product-card-details {
  text-align: center;
  padding: 31px 51px 0 51px;
}

.style-five .product-card .product-card-details .product-card-title {
  color: #000;
  font-family: SF Pro Display;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--titleLineSizeField);
  -webkit-box-orient: vertical;
  text-decoration: none;
  margin-bottom: 8px;
}

.style-five .product-card .product-card-details .price-section .previous-price {
  display: none;
}

.style-five .product-card .product-card-details .price-section .current-price {
  color: #5e9c00;
  font-family: SF Pro Display;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.style-five .product-card .cart-button-part {
  margin-top: 19px;
  display: flex;
  justify-content: center;
}

.style-five .product-card .cart-button-part .add-to-cart-btn {
  border-radius: 5px;
  border: 1px solid #000;
  padding: 10px 15px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.4s ease;
  overflow: hidden;
}

.style-five .product-card .cart-button-part .add-to-cart-btn .cart-btn-text {
  color: #000;
  font-family: Lato;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.6px;
  transition: 0.4s ease;
}

.style-five .product-card .cart-button-part .add-to-cart-btn:hover {
  background: #000;
}

.style-five .product-card .cart-button-part .add-to-cart-btn:hover .cart-btn-text {
  color: #fff;
}

.style-five .product-card .cart-button-part .add-to-cart-btn:hover .cart-btn-icon svg path {
  fill: #fff;
}

.style-five .product-card .cart-button-part .add-to-cart-btn .cart-btn-icon svg path {
  transition: 0.4s ease;
}

.style-five .product-card .cart-button-part .add-to-cart-btn:hover .cart-btn-icon svg {
  animation: toTopFromBottom 0.4s forwards;
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

/* style six */
.style-six {
  padding: 0 15px;
}

.style-six .product-card .product-card-thumb {
  overflow: hidden;
  position: relative;
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (max-width: 1400px) {
  .style-six .product-card .product-card-thumb {
    width: unset;
  }
}

@media (max-width: 480px) {
  .style-six .product-card .product-card-thumb {
    width: unset;
    height: unset;
  }
}

.style-six .product-card .product-card-thumb .product-image {
  border-radius: 50%;
  max-width: 255px;
  border: 15px solid #fff;
  filter: drop-shadow(0px 6.504617214202881px 16.26154327392578px rgba(0, 0, 0, 0.06));
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.style-six .product-card .product-card-info .product-card-thumb .product-card-badge {
  display: none;
}

.style-six .product-card .product-card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.style-six .product-card .product-card-info .product-card-thumb .product-card-quick-view {
  display: none;
}

.style-six .product-card .product-card-info .product-card-stock {
  display: none;
}

.style-six .product-card .product-card-info .product-card-details {
  display: none;
}

.style-six .product-card .product-card-info .cart-button-part {
  display: none;
}

.style-six .swiper-slide-active .product-card .product-card-info .product-card-details {
  display: block;
  text-align: center;
  margin-top: 44px;
}

.style-six .swiper-slide-active .product-card .product-card-info .product-card-details {
  display: block;
  text-align: center;
  margin-top: 44px;
}

.style-six
  .swiper-slide-active
  .product-card
  .product-card-info
  .product-card-thumb
  .product-image {
  border: 0;
  filter: drop-shadow(0px 6.504617214202881px 16.26154327392578px rgba(0, 0, 0, 0));
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.style-six .product-card .product-card-details .product-card-title {
  color: #202223;
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: none;
}

.style-six .product-card .product-card-details .price-section .previous-price {
  color: #141213;
  /* font-family: Inter; */
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
}

.style-six .product-card .product-card-details .price-section .current-price {
  color: #2c2c2c;
  /* font-family: Inter; */
  font-size: 16px;
  font-weight: 700;
  line-height: 16.433px;
}

.style-six .swiper-slide-active .product-card .product-card-info .cart-button-part {
  margin-top: 20px;
  display: block;
}

.style-six
  .swiper-slide-active
  .product-card
  .product-card-info
  .cart-button-part
  .add-to-cart-btn {
  border-radius: 30px;
  border: 1px solid #babfc3;
  background: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.4s ease;
  cursor: pointer;
}

.style-six
  .swiper-slide-active
  .product-card
  .product-card-info
  .cart-button-part
  .add-to-cart-btn:hover {
  background: #000;
  border-color: #000;
}

.style-six
  .swiper-slide-active
  .product-card
  .product-card-info
  .cart-button-part
  .add-to-cart-btn
  .cart-btn-text {
  color: #5f6167;
  font-family: Lato;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.6px;
  transition: 0.4s ease;
}

.style-six
  .swiper-slide-active
  .product-card
  .product-card-info
  .cart-button-part
  .add-to-cart-btn:hover
  .cart-btn-text {
  color: #ffffff;
}

.style-six
  .swiper-slide-active
  .product-card
  .product-card-info
  .cart-button-part
  .add-to-cart-btn
  .cart-btn-icon
  svg
  path {
  transition: 0.4s ease;
}

.style-six
  .swiper-slide-active
  .product-card
  .product-card-info
  .cart-button-part
  .add-to-cart-btn:hover
  .cart-btn-icon
  svg
  path {
  fill: #ffffff;
}

.style-six .slider-controller .slider-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 26px 80px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
}

.style-six .slider-controller .swiper-button-prev {
  left: 28%;
}

.style-six .slider-controller .swiper-button-next {
  right: 28%;
}

@media (max-width: 1400px) {
  .style-six .slider-controller .swiper-button-prev {
    left: 30%;
  }

  .style-six .slider-controller .swiper-button-next {
    right: 30%;
  }
}

@media (max-width: 991px) {
  .style-six .slider-controller .swiper-button-prev {
    left: 0;
  }

  .style-six .slider-controller .swiper-button-next {
    right: 0;
  }
}

/* style seven */
.style-seven .product-card .product-card-info {
  border: 1px solid #bdcad7;
  border-radius: 5px;
  padding: 3px;
}

.style-seven .product-card .product-card-info .product-card-thumb {
  border-radius: 5px;
}

.style-seven .product-card .product-card-info .product-card-thumb .product-image {
  overflow: hidden;
}

.style-seven .product-card .product-card-info .product-card-thumb .product-card-badge {
  display: none;
}

.style-seven .product-card .product-card-info .product-card-thumb .product-card-quick-view {
  display: none;
}

.style-seven .product-card .product-card-info .product-card-stock {
  display: none;
}

.style-seven .product-card .product-card-info {
  display: flex;
  flex-direction: column;
}

.style-seven .product-card .product-card-info .product-card-thumb {
  order: 1;
}

.style-seven .product-card .product-card-info .product-card-details {
  order: 3;
  padding: 0px 20px 33px 20px;
  margin-top: -5px;
}

.style-seven .product-card .product-card-info .cart-button-part {
  order: 2;
}

.style-seven .product-card .product-card-info .cart-button-part .add-to-cart-btn .cart-btn-text {
  display: none;
}

.style-seven .product-card .product-card-info .cart-button-part {
  padding: 0 20px;
  position: relative;
  z-index: 1;
  top: -3px;
  background: #fff;
}

.style-seven .product-card .product-card-info .cart-button-part .add-to-cart-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  cursor: pointer;
  position: relative;
  top: -17px;
  transition: 0.4s ease;
  left: 15px;
}

.style-seven .product-card .product-card-info .cart-button-part .add-to-cart-btn:hover {
  background: #000;
  border-color: #000;
}

.style-seven
  .product-card
  .product-card-info
  .cart-button-part
  .add-to-cart-btn
  .cart-btn-icon
  svg
  path {
  transition: 0.4s ease;
}

.style-seven
  .product-card
  .product-card-info
  .cart-button-part
  .add-to-cart-btn:hover
  .cart-btn-icon
  svg
  path {
  fill: #ffffff;
}

.style-seven .product-card .product-card-info .cart-button-part .add-to-cart-btn::before {
  content: url(../assets/Union.png);
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.style-seven .product-card .product-card-details .product-card-title {
  color: #000;
  font-family: SF Pro Display;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: none;
  margin-bottom: 8px;
}

.style-seven .product-card .product-card-details .price-section .previous-price {
  display: none;
}

.style-seven .product-card .product-card-details .price-section .current-price {
  color: #000;
  font-family: SF Pro Display;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

/* style eight */

.style-eight .product-card .product-card-info .product-card-thumb .product-image .secondary {
  visibility: visible;
  opacity: 1;
  left: 100%;
  transition: left 0.3s;
}

.style-eight .product-card .product-card-info .product-card-thumb:hover .product-image .secondary {
  left: 0;
  transform: scale(1);
}

.style-eight .product-card .product-card-info .product-card-thumb .product-image .main {
  position: relative;
  left: 0;
  transition: left 0.3s;
}

.style-eight .product-card .product-card-info .product-card-thumb:hover .product-image .main {
  left: -100%;
}

.style-eight .product-card .product-card-info .product-card-thumb .product-image .main {
  opacity: 1;
}

.style-eight .product-card .product-card-info .product-card-thumb:hover .product-image .main {
  opacity: 1;
}

.style-eight .product-card .product-card-info .product-card-thumb:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 62%;
  content: '';
}

.style-eight .product-card .product-card-info .product-card-thumb {
  border-radius: 0px;
  position: relative;
}

.style-eight .product-card .product-card-info .product-card-thumb .product-card-badge.two {
  display: none;
}

.style-eight .product-card .product-card-info .product-card-thumb .product-card-badge.one {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 10px;
}

.style-eight .product-card .product-card-info .product-card-thumb .product-card-badge.red {
  background: #ff0707;
  color: #fff;
}

.style-eight .product-card .product-card-info .product-card-thumb .product-card-badge.black {
  background: #272727;
  color: #fff;
}

.style-eight .product-card .product-card-info .product-card-thumb .product-card-badge p {
  color: #fff;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.6px;
  margin: 0;
}

.style-eight .product-card .product-card-info .product-card-thumb .product-card-quick-view {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
  border: 0;
  z-index: 99;
  cursor: pointer;
  transition: all 0.3s ease-in;
  transition-delay: 0.3s;
  visibility: hidden;
  opacity: 0;
  padding: 0;
}

.style-eight
  .product-card
  .product-card-info
  .product-card-thumb
  .product-card-quick-view
  .quick-view-btn-icon {
  background: #ff0707;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
}

.style-eight
  .product-card
  .product-card-info
  .product-card-thumb
  .product-card-quick-view
  .quick-view-btn-icon:hover {
  background: #000;
}

.style-eight .product-card .product-card-info .product-card-thumb:hover .product-card-quick-view {
  visibility: visible;
  opacity: 1;
  top: 200px;
}

.style-eight .product-card .product-card-info .product-card-thumb .product-card-quick-view button {
  background: transparent;
  border: 0;
}

.style-eight .product-card .product-card-info .product-card-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.style-eight .product-card .product-card-info .product-card-details .product-card-top {
  padding-inline: 45px;
  text-align: center;
  margin-bottom: 25px;
}

.style-eight
  .product-card
  .product-card-info
  .product-card-details
  .product-card-top
  .product-card-title {
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  margin-bottom: 6px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: none;
}

.style-eight .product-card .product-card-info .product-card-details .product-card-top p {
  color: #d9d5d5;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.style-eight .product-card .product-card-info .product-card-details .product-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.style-eight
  .product-card
  .product-card-info
  .product-card-details
  .product-card-bottom
  .add-to-cart-btn {
  padding: 15px 24px;
  background: #d71010;
  border: 0;
  cursor: pointer;
  position: relative;
  transition: 0.4s ease;
}

.style-eight
  .product-card
  .product-card-info
  .product-card-details
  .product-card-bottom
  .add-to-cart-btn:hover {
  background: #ffffff;
}

.style-eight
  .product-card
  .product-card-info
  .product-card-details
  .product-card-bottom
  .add-to-cart-btn
  .cart-btn-text {
  color: #fff;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.6px;
  transition: 0.4s ease;
}

.style-eight
  .product-card
  .product-card-info
  .product-card-details
  .product-card-bottom
  .add-to-cart-btn:hover
  .cart-btn-text {
  color: #000000;
}

.style-eight
  .product-card
  .product-card-info
  .product-card-details
  .product-card-bottom
  .price-section {
  padding-inline: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
  justify-content: center;
}

.style-eight
  .product-card
  .product-card-info
  .product-card-details
  .product-card-bottom
  .price-section
  .current-price {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
}

.style-eight
  .product-card
  .product-card-info
  .product-card-details
  .product-card-bottom
  .price-section
  .previous-price {
  color: var(--compareColorField);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
}

/* tab */
#nav-tab-section {
  margin-block: 120px 500px;
}

#nav-tab-section .tab-btn ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 45px;
}

#nav-tab-section .tab-btn li button {
  border: none;
  background: black;
  border-radius: 3px;
  color: #fff;
  padding: 8px 30px;
  cursor: pointer;
}

#nav-tab-section .tab-btn li button.active {
  background: #7faf2b;
}

#nav-tab-section .tab-content .tabcontent {
  display: none;
}

#nav-tab-section .tab-content .tabcontent.active {
  display: block;
}

/* Table */

* {
  margin: 0;
  padding: 0;
}

/* .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-inline: 15px;
} */

/* section {
  margin-block: 60px;
} */

/* Style One */
/* .sds-style-one  table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-family: "Inter", sans-serif;
  text-align: left;
}

.sds-style-one thead tr {
  border-bottom: 1px solid #cdcdcd;
}
.sds-style-one thead tr th {
  padding-inline: 14px;
  padding-bottom: 30px;
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.sds-style-one thead tr th.th-price {
  max-width: 100px;
}
.sds-style-one thead tr th:not(:last-child) {
  padding-right: 45px;
}
.sds-style-one tbody tr {
  border-bottom: 1px solid #cdcdcd;
  transition: 0.3s;
}
.sds-style-one tbody tr.sds-hover {
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.09);
  border-color: #fff;
}
.sds-style-one tbody tr.sds-hover-previous {
  border-color: #fff;
}
.sds-style-one tbody tr td {
  padding: 14px;
}
.sds-style-one tbody tr td.sds-product-thumb .sds-product-thumb-inner {
  position: relative;
}
.sds-style-one tbody tr td.sds-product-thumb .sds-product-thumb-inner .badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 6px;
  border-radius: 3px;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.13);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.sds-style-one
  tbody
  tr
  td.sds-product-thumb
  .sds-product-thumb-inner
  .badge.bg-green {
  background: #7faf2b;
}
.sds-style-one tbody tr td.sds-product-title {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.sds-style-one tbody tr td.sds-product-price {
  color: #080f13;
  font-weight: 700;
}
.sds-style-one tbody tr td.sds-product-discount {
  color: #ff2323;
  font-size: 13px;
}
.sds-style-one tbody tr td.sds-product-description {
  color: #242424;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.164px;
}
.sds-style-one tbody tr td.sds-product-countdown .count-down {
  display: flex;
}
.sds-style-one tbody tr td.sds-product-cart .addToCart button {
  padding: 10px 18px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.72px;
  letter-spacing: 0.56px;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Inter", sans-serif;
}
.sds-style-one tbody tr td.sds-product-cart .addToCart button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
} */

/* @media screen and (max-width: 800px) {
  .sds-style-one  table {
    border: 0;
  }
  .sds-style-one  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .sds-style-one  table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 45px;
  }
  .sds-style-one  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  .sds-style-one table th,
  .sds-style-one  table td {
    padding: 10px;
  }
 .sds-style-one table td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    .sds-style-one  table td:last-child {
    border-bottom: 0;
  }
} */

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

.temp-area-10 .ss-slider-layout-2-box.ss-slider-layout-23-box .bottom-wave {
  transition: 0.5s;
  position: absolute;
  bottom: -15px;
  left: 30px;
  width: calc(100% + 3px);
  display: flex;
}

.temp-area-10 .ss-slider-layout-2-box.ss-slider-layout-23-box:hover .bottom-wave {
  bottom: -1px;
  left: -1px;
}

.ss-slider-layout-2-box .thumbnail button.quick-view {
  background: var(--viewColorFieldHover);
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  border: none;
}

.ss-slider-layout-2-box .thumbnail button.quick-view:hover {
  background: var(--viewColorField);
}

.ss-slider-layout-2-box .thumbnail button.quick-view svg path {
  fill: var(--viewColorField);
}

.ss-slider-layout-2-box .thumbnail button.quick-view:hover svg path {
  fill: var(--viewColorFieldHover);
}

.add-to-cart-btn:disabled svg,
.add-to-cart-btn[disabled] svg,
.add-to-cart-btn[disabled] span {
  opacity: 0.5;
}

/* Cart button style */
.cart-btn.center {
  display: flex;
  justify-content: center;
}

.icon-box a,
.icon-box button,
.cart-btn a,
.cart-btn button {
  transition: 0.2s;
  /* display: flex; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: var(--cartPadding);
  cursor: pointer;
  border-radius: var(--cartBorderRadius);
  color: var(--cartColorField);
  background: var(--cartColorFieldBackground);
  border: var(--cartBorderThickness) solid var(--cartColorFieldBorder);
  font-size: var(--cartFontSize);
  text-decoration: none;
}

.cart-btn a {
  line-height: var(--cartFontSize) !important;
}

.icon-box a:hover,
.icon-box button:hover,
.cart-btn a:hover,
.cart-btn button:hover {
  color: var(--cartColorFieldHover);
  background: var(--cartColorFieldBackgroundHover);
}

.icon-box button svg,
.cart-btn a svg,
.cart-btn button svg {
  width: var(--cartIconSize);
  height: var(--cartIconSize);
}

.icon-box button svg path,
.cart-btn a svg path,
.cart-btn button svg path {
  transition: 0.2s;
  fill: var(--cartColorField);
}

.icon-box button:hover svg path,
.cart-btn a:hover svg path,
.cart-btn button:hover svg path {
  fill: var(--cartColorFieldHover);
}

/* cart default position set */

.temp-area-3 .cart-btn,
.temp-area-5 .cart-btn {
  display: flex;
  justify-content: var(--contentAlignmentField);
}

.product-card-title,
.prod-title,
.content-box .title,
.ss-slider-layout-2-content .title,
.layout-2-content a {
  font-size: var(--titleFontSizeField) !important;
  font-weight: var(--titleFontWeightField) !important;
  line-height: calc(var(--titleFontSizeField) + 6px) !important;
}

.pricesection,
.price-section,
.product_pricing,
.ss-slider-layout-2-box .ss-slider-layout-7-content .pricesection,
.style-three .product-card .product-card-details .price-section .current-price,
.ss-slider-layout-21-item .content-box .product_pricing span,
.ss-slider-layout-10-content .pricesection span {
  font-size: var(--pricingFontSizeField);
}

/* Mobile Styles (for screens up to 768px wide) */
@media (max-width: 767px) {
  .product-card-title,
  .prod-title,
  .content-box .title,
  .ss-slider-layout-2-content .title,
  .layout-2-content a {
    font-size: var(--titleFontSizeFieldMobile) !important;
    line-height: calc(var(--titleFontSizeFieldMobile) + 3px) !important;
  }

  .pricesection,
  .price-section,
  .product_pricing {
    font-size: var(--pricingFontSizeFieldMobile) !important;
  }
}

/* Recent Product Start */
.js-recentPdpBlock {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.js-recentPdpBlock section {
  flex: auto;
  width: 250px;
  padding: 15px;
  border: 1px solid rgb(0, 0, 0, 0.05);
}

.js-recentPdpBlock section .c-product {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-product__img img {
  background: #ddd;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Recent Product End */

/*
  Collection slider style
*/

/* = = = = = = = = = = = = = = = = Veriable controller = = = = = = = = = = = = = = = =  */

/* = = = = = = = = Card settings = = = = = = = =  */
.edps-collection {
  position: relative;
}

.edps-collection .collection {
  padding: var(--cardPaddingField);
  background: var(--cardColorField);
  border: var(--cardBorderWidthField) solid var(--cardBorderColorField);
  border-radius: var(--cardBorderRadiusField);
}

.edps-collection .collection {
  flex-direction: var(--cardOrientationField);
}

.edps-collection .collection .content-box .content {
  margin: var(--contentMarginField);
  position: relative;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 5px;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 10px;
  align-items: var(--contentAlignmentField);
}

/* .edps-collection .collection .content-box .content {
  background: #d8e7fb;
} */

.edps-collection .collection .content-box .content:after {
  content: '';
  position: absolute;
  background: var(--contentBgColorField);
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: var(--contentOverlayOpacityField);
}

/* = = = = = = = = Media settings = = = = = = = =  */
.edps-collection .collection-thumb .collection-image {
  border: var(--mediaBorderWidthField) solid var(--templateColorField);
  border-radius: var(--mediaBorderRadiusField);
}

/* General */

.edps-coll .collection-image {
  display: flex;
}

.edps-coll .collection-image img {
  width: 100%;
  height: auto;
}

.edps-coll {
  text-decoration: none;
}

/* coll-temp-area-1 */

.coll-temp-area-1 .collection .collection-image img {
  transition: 5s;
}

.coll-temp-area-1 .collection:hover .collection-image img {
  transform: scale(1.2);
}

.coll-temp-area-1 .collection .collection-thumb .collection-image {
  /* border-radius: 50%; */
  /* border: 10px solid var(--templateColorField); */
  overflow: hidden;
  position: relative;
}

.coll-temp-area-1 .collection {
  position: relative;
  display: flex;
  align-items: var(--contentPositionField);
  /* position option content position */
}

.coll-temp-area-1 .collection .content-box {
  display: flex;
  flex-direction: column;
  justify-content: var(--contentPositionField);
  /* position option content position */
  align-items: var(--contentAlignmentField);
  text-align: var(--contentAlignmentField);
  gap: 5px;
}

.coll-temp-area-1 .collection .content-box .colllection-title {
  text-decoration: none;
  color: var(--titleColorField);
  transition: 0.5s;
}

.coll-temp-area-1 .collection:hover .content-box .colllection-title {
  color: var(--titleColorFieldHover);
}

.collection .colllection-title {
  font-size: var(--titleFontSizeField) !important;
  font-weight: var(--titleFontWeightField) !important;
  line-height: calc(var(--titleFontSizeField) + 5px) !important;
}

.collection .content-box .colllection-title {
  /* title full width & hight for clicking */
  /* position: var(--titleLocationField); */
  /* check : Removing for title right on inside thumb view */
  border-radius: var(--mediaBorderRadiusField);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coll-temp-area-1 .swiper_wrap .ss-arrow {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #babfc340;
  border-radius: 50%;
  background: var(--navigationColorFieldHover);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  transform: translateY(-50%);
}

.coll-temp-area-1 .swiper_wrap .ss-arrow path {
  stroke: var(--navigationColorField);
}

.coll-temp-area-1 .swiper_wrap .ss-arrow:hover {
  background: var(--navigationColorField);
}

.coll-temp-area-1 .swiper_wrap .ss-arrow:hover path {
  stroke: var(--navigationColorFieldHover);
}

/* On hover style */

.coll-temp-area-1 .collection .content-box {
  position: var(--titleLocationField);
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.coll-temp-area-1 .collection .content-box .colllection-title {
  /* padding: 10px; */
}

.coll-temp-area-1 .collection .collection-image:before {
  content: '';
  position: absolute;
  top: 0;
  background: var(--templateOverlayColorField);
  width: 100%;
  height: 100%;
  opacity: var(--templateOverlayOpacityField);
  z-index: 1;
  transition: 0.5s;
}

/* collection slider css */
.edps-coll img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.edps-coll a {
  text-decoration: none;
  display: block;
}

.edps-coll .collection-thumb {
  overflow: hidden;
  display: block;
  width: 100%;
}

.edps-coll .collection-thumb .collection-image {
  overflow: hidden;
  display: block;
}

.edps-coll .collection-thumb .collection-image img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  display: block;
}

.edps-coll .collection:hover .collection-thumb .collection-image img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.edps-coll .collection-group {
  position: relative;
}

/* - - - - - - - - - - - - - - Collection slider controller settings - - - - - - - - - - - - - - */
.edps-coll .slider-controller .ss-arrow {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #babfc340;
  border-radius: 50%;
  background: var(--navigationColorFieldHover);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  transform: translateY(-50%);
}

.edps-coll .slider-controller .ss-arrow path {
  stroke: var(--navigationColorField);
}

.edps-coll .slider-controller .ss-arrow:hover {
  background: var(--navigationColorField);
}

.edps-coll .slider-controller .ss-arrow:hover path {
  stroke: var(--navigationColorFieldHover);
}

/* collection style one */
.edps-coll.coll-temp-area-1 .collection-heading {
  text-align: center;
  margin-bottom: 38px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - Removed because overlay is moving to another side
.edps-coll.coll-temp-area-1 .collection {
	text-align: center;
}
*/
.edps-coll.coll-temp-area-1 .collection-slider {
  padding-bottom: 30px;
}

.edps-coll.coll-temp-area-1 .collection .collection-thumb .collection-image {
  /* border-radius: 50%; */
}

.edps-coll.coll-temp-area-1 .collection .collection-thumb {
  flex: 1;
}

.edps-coll.coll-temp-area-1 .collection .content-box {
  flex: 1;
}

/* Title color management */
.edps-coll .collection .content-box .collection-title {
  color: var(--titleColorField);
}

.edps-coll .collection:hover .content-box .collection-title {
  color: var(--titleColorFieldHover);
}

.edps-coll.coll-temp-area-1 .collection .content-box .collection-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  transition: 0.4s;
}

.edps-coll.coll-temp-area-1 .collection:hover .content-box .collection-title {
}

.edps-coll.coll-temp-area-1 .collection .content-box .collection-quantity {
  color: var(--productCountColorField);
  font-weight: 400;
  opacity: 0.7;
}

.edps-collection .collection-quantity.hide {
  display: none;
}

/* collection style three */
.edps-coll.coll-temp-area-2 .collection-heading {
  margin-bottom: 40px;
}

.edps-coll.coll-temp-area-2 .collection-group .collection-thumb .collection-image {
  border-radius: 10px;
  overflow: hidden;
}

.edps-coll.coll-temp-area-2 .collection:hover .collection-thumb .collection-image img {
  transform: scale(1);
}

.edps-coll.coll-temp-area-2 .collection-slider {
  padding-bottom: 30px;
}

.edps-coll.coll-temp-area-2 .collection-group .collection {
  position: relative;
}

.edps-coll.coll-temp-area-2 .collection-group .content-box {
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 8px 16px;
  background: var(--templateColorField);
  border-radius: 50px;
  max-width: calc(100% - 36px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  z-index: 1;
}

.edps-coll.coll-temp-area-2 .collection-group .content-box .collection-title {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}

.edps-coll.coll-temp-area-2 .collection .collection-image:before {
  content: '';
  position: absolute;
  top: 0;
  background: var(--templateOverlayColorField);
  width: 100%;
  height: 100%;
  opacity: var(--templateOverlayOpacityField);
  z-index: 1;
  transition: 0.5s;
  border-radius: 10px;
}

.edps-coll.coll-temp-area-2 .swiper-button {
  width: 64px;
  height: 64px;
  border-radius: 5px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  transition: 0.4s;
}

.edps-coll.coll-temp-area-2 .swiper-button:hover {
  box-shadow: 0px 14px 34px 5px rgba(123, 123, 123, 0.15);
}

.edps-coll.coll-temp-area-2 .swiper-button-next-three {
  right: -32px;
}

.edps-coll.coll-temp-area-2 .swiper-button-prev-three {
  left: -32px;
}

@media (max-width: 991px) {
  .edps-coll.coll-temp-area-2 .collection-group .content-box .collection-title {
    font-size: 15px;
  }

  .edps-coll.coll-temp-area-2 .swiper-button {
    width: 44px;
    height: 44px;
  }

  .edps-coll.coll-temp-area-2 .swiper-button-next-three {
    right: -10px;
  }

  .edps-coll.coll-temp-area-2 .swiper-button-prev-three {
    left: -10px;
  }
}

/* collection style four */
.edps-coll.coll-temp-area-3 .collection-heading {
  margin-bottom: 42px;
}

.edps-coll.coll-temp-area-3 .collection-slider {
  padding-bottom: 30px;
}

.edps-coll.coll-temp-area-3 .collection-group .collection {
  text-align: center;
  background: var(--templateColorField);
  border-radius: 10px;
  padding: 38px 38px 43px 38px;
}

.edps-coll.coll-temp-area-3 .collection-group .collection .collection-image {
  border-radius: 50%;
  overflow: hidden;
}

.edps-coll.coll-temp-area-3 .collection-group .collection .content-box {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .edps-coll.coll-temp-area-3 .collection-group .collection {
    padding: 20px 20px 25px 20px;
  }

  .edps-coll.coll-temp-area-3 .collection-group .collection .content-box {
    margin-top: 20px;
  }
}

.edps-coll.coll-temp-area-3 .collection-group .collection .content-box > * {
  white-space: nowrap;
}

.edps-coll.coll-temp-area-3 .collection-group .collection .content-box .collection-title {
  font-size: 20px;
  line-height: 24px;
}

.edps-coll.coll-temp-area-3 .collection-group .collection .content-box .collection-quantity {
  font-size: 16px;
  line-height: 22px;
  opacity: 0.7;
}

/* collection style eight */
.edps-coll.coll-temp-area-5 .collection-heading {
  margin-bottom: 46px;
  text-align: center;
}

.edps-coll.coll-temp-area-5 .collection-slider {
  padding-bottom: 45px;
  padding-right: 1px;
}

@media (max-width: 767px) {
  .edps-coll.coll-temp-area-5 .collection-slider {
    padding-bottom: 25px;
  }
}

.edps-coll.coll-temp-area-5 .collection {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  text-align: center;
  border: 1px solid #121212;
  padding: 33px 20px;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}

.edps-coll.coll-temp-area-5 .collection:hover {
  box-shadow: 0px 9px 14px rgba(69, 69, 69, 0.11);
}

.edps-coll.coll-temp-area-5 .collection .collection-bg-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s;
  z-index: -1;
}

.edps-coll.coll-temp-area-5 .collection .collection-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edps-coll.coll-temp-area-5 .collection:hover .collection-bg-img {
  opacity: 0.3;
}

.edps-coll.coll-temp-area-5 .collection .collection-thumb .collection-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #121212;
  /* padding: 18px; */
}

.edps-coll.coll-temp-area-5 .collection:hover .collection-thumb .collection-image img {
  transform: scale(1);
}

.edps-coll.coll-temp-area-5 .collection .content-box .collection-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.edps-coll.coll-temp-area-5 .collection:hover .content-box .collection-title {
  text-decoration: underline;
}

.edps-coll.coll-temp-area-5 .collection-group .slider-controller {
  display: flex;
  justify-content: space-between;
  gap: 10px 20px;
  align-items: center;
}

.edps-coll.coll-temp-area-5 .collection-group .slider-controller a {
  white-space: nowrap;
}

.edps-coll.coll-temp-area-5 .collection-group .slider-controller a:hover {
  text-decoration: underline;
}

.edps-coll.coll-temp-area-5 .collection-group .swiper-pagination.style-eight {
  position: unset;
  text-align: left;
}

.edps-coll.coll-temp-area-5
  .collection-group
  .swiper-pagination.style-eight
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #121212;
  opacity: 0.2;
  transition: 0.4s;
}

.edps-coll.coll-temp-area-5
  .collection-group
  .swiper-pagination.style-eight
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* collection style nine */
.edps-coll.coll-temp-area-4 .collection-heading {
  margin-bottom: 46px;
  text-align: center;
}

.edps-coll.coll-temp-area-4 .collection {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  justify-content: center;
}

.edps-coll.coll-temp-area-4 .collection-slider {
  padding-bottom: 40px;
}

.edps-coll.coll-temp-area-4 .collection .collection-thumb {
  max-width: 35%;
}

.edps-coll.coll-temp-area-4 .collection .collection-thumb .collection-image {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(18, 18, 18, 0.2);
  /* padding: 15px; */
}

@media (max-width: 767px) {
  .edps-coll.coll-temp-area-4 .collection {
    gap: 10px;
  }

  .edps-coll.coll-temp-area-4 .collection .collection-thumb .collection-image {
    padding: 10px;
    width: 50px;
    height: 50px;
  }
}

.edps-coll.coll-temp-area-4 .collection .collection-thumb .collection-image img {
  min-width: 20px;
}

.edps-coll.coll-temp-area-4 .collection:hover .collection-thumb .collection-image img {
  transform: scale(1);
}

.edps-coll.coll-temp-area-4 .collection .collection-thumb,
.edps-coll.coll-temp-area-4 .collection .content-box {
  width: 100%;
}

.edps-coll.coll-temp-area-4 .collection .content-box .collection-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.edps-coll.coll-temp-area-4 .collection:hover .content-box .collection-title {
  text-decoration: underline;
}

.edps-coll.coll-temp-area-4 .collection .content-box .collection-quantity {
  font-size: 16px;
  line-height: 22px;
  margin-top: 4px;
}

/* collection style thirteen */
.edps-coll.coll-temp-area-6 .collection-heading {
  margin-bottom: 46px;
  text-align: center;
}

.edps-coll.coll-temp-area-6 .collection .content-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53px;
  transition: height 0.4s;
}

.edps-coll.coll-temp-area-6 .collection:hover .content-box {
  width: 100%;
  height: 100%;
}

.edps-coll.coll-temp-area-6 .collection .content-box .collection-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .edps-coll.coll-temp-area-6 .collection .content-box {
    height: 40px;
  }
}

/* pagination */

/* style one */
.edps-coll .collection-group .swiper-pagination {
  bottom: 0;
}

.edps-coll .collection-group .swiper-pagination.style-one .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #121212;
  opacity: 0.2;
  transition: 0.4s;
}

.edps-coll
  .collection-group
  .swiper-pagination.style-one
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* style two */
.edps-coll .collection-group .swiper-pagination.style-two .swiper-pagination-bullet {
  width: 19px;
  height: 3px;
  background: #121212;
  opacity: 0.2;
  transition: 0.4s;
  border-radius: 0;
}

.edps-coll
  .collection-group
  .swiper-pagination.style-two
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* style three */
.edps-coll .collection-group .swiper-pagination.style-three .swiper-pagination-bullet {
  width: 19px;
  height: 3px;
  background: #121212;
  opacity: 0.2;
  transition: 0.4s;
  border-radius: 0;
  border-radius: 6px;
  overflow: hidden;
}

.edps-coll
  .collection-group
  .swiper-pagination.style-three
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* style four */
.edps-coll .collection-group .swiper-pagination.style-four .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50% !important;
  border: 1px solid #121212;
  transition: 0.4s;
  border-radius: 5px;
  overflow: hidden;
  background: transparent;
  opacity: 1;
}

.edps-coll
  .collection-group
  .swiper-pagination.style-four
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #121212;
}

/* product thumb */

.ss-slider-mdn-hope .product-single__media-list {
  overflow: hidden;
  display: block;
  position: relative;
}

.ss-slider-mdn-hope .product-single__media-list a {
  overflow: hidden;
  /* display: grid; */
  display: block; /* image display object-fit contain not working on grid; */
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 99;
}

.ss-slider-mdn-hope .product-single__media {
  overflow: hidden;
  /* display: inline-table; */
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* - - - - Only for Live editors code Start from here - - - - */

/* .ss-slider-mdn-hope.ss-img-type-second_image
  .product-single__media-list
  .product-single__media:nth-child(1) {
  z-index: 1;
}

.ss-slider-mdn-hope.ss-img-type-second_image
  .product-single__media-list:hover
  .product-single__media:nth-child(2) {
  z-index: 2;
}

.ss-slider-mdn-hope.ss-img-type-second_image
  .product-single__media-list
  .product-single__media:nth-child(2) {
  position: absolute;
} */

/* - - - - Only for Live editors code End from here - - - - */

/* - - - - Only for Live extensions code Start from here - - - - */

.ss-slider-mdn-hope.ss-img-type-second_image
  .thumb:hover
  .product-single__media-list
  .slctd-thmb
  + :not([data-anchr]),
.temp-area-9.ss-slider-mdn-hope.ss-img-type-second_image
  .ss-slider-layout-9-box:hover
  .product-single__media-list
  .slctd-thmb
  + :not([data-anchr]),
.ss-slider-mdn-hope.ss-img-type-second_image
  .ss-slider-layout-2-box
  :hover
  .product-single__media-list
  .slctd-thmb
  + :not([data-anchr]),
.ss-slider-mdn-hope.ss-img-type-second_image
  .ss-slider-layout-12-box
  :hover
  .product-single__media-list
  .slctd-thmb
  + :not([data-anchr]),
.ss-slider-mdn-hope.ss-img-type-second_image
  .ss-slider-table-box
  :hover
  .product-single__media-list
  .slctd-thmb
  + :not([data-anchr]),
.ss-slider-mdn-hope.ss-img-type-second_image
  .product-card-thumb:hover
  .product-single__media-list
  .slctd-thmb
  + :not([data-anchr]),
.ss-slider-mdn-hope.ss-img-type-second_image
  .ss-slider-layout-21-item-thumb:hover
  .product-single__media-list
  .slctd-thmb
  + :not([data-anchr]) {
  z-index: 3;
  display: block;
  position: absolute;
}

/* - - - - Only for Live extensions code End from here - - - - */

.ss-slider-mdn-hope.the-video-status-second_video
  .product-single__media-list
  .product-single__media:nth-child(2) {
  position: absolute;
}

.ss-slider-mdn-hope.the-video-status-second_video
  .product-single__media-list
  .product-single__media:nth-child(1) {
  z-index: 1;
}

.ss-slider-mdn-hope.the-video-status-second_video
  .product-single__media-list:hover
  .product-single__media:nth-child(2).vid-itm {
  z-index: 2;
  display: block;
}

.ss-slider-mdn-hope.the-video-status-second_video.ss-img-type-image_slider
  .video-size-0
  .product-single__media {
  position: relative;
  display: block;
}

.ss-slider-mdn-hope.the-video-status-first_video.ss-img-type-image_slider .product-single__media {
  position: relative;
  display: block;
}

.ss-slider-mdn-hope.the-video-status-no_video.ss-img-type-image_slider
  .video-size-0
  .product-single__media {
  position: relative;
  display: block;
}

.ss-slider-mdn-hope .product-single__media img,
.ss-slider-mdn-hope .product-single__media video {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center center;
}

.ss-slider-mdn-hope .product-single__media img,
.ss-slider-mdn-hope .product-single__media video {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center center;
}

.ss-slider-mdn-hope.ss-img-thumb-natural .product-single__media,
.ss-slider-mdn-hope.ss-img-thumb-natural.temp-area-11 .product-single__media-list,
.ss-slider-mdn-hope.ss-img-thumb-natural.temp-area-10 .product-single__media-list,
.ss-slider-mdn-hope.ss-img-thumb-natural.temp-area-9 .product-single__media-list,
.ss-slider-mdn-hope.ss-img-thumb-natural.temp-area-6 .product-single__media-list {
  position: relative;
}

.ss-slider-mdn-hope.ss-img-thumb-natural .product-single__media-list {
  width: 100%;
  height: auto;
}

.ss-slider-mdn-hope.ss-img-thumb-natural .product-single__media img,
.ss-slider-mdn-hope.ss-img-thumb-natural .product-single__media video {
  position: relative;
}

.ss-slider-mdn-hope.ss-img-thumb-original .product-single__media img,
.ss-slider-mdn-hope.ss-img-thumb-original .product-single__media video {
  object-fit: contain;
}

.ss-slider-mdn-hope.ss-img-thumb-fill .product-single__media img,
.ss-slider-mdn-hope.ss-img-thumb-fill .product-single__media video {
  object-fit: cover;
}

.ss-slider-mdn-hope.ss-img-thumb-portrait_2_3 .product-single__media-list {
  aspect-ratio: 2 / 3;
  padding-bottom: 150%;
}

.ss-slider-mdn-hope.ss-img-thumb-portrait_3_4 .product-single__media-list {
  aspect-ratio: 3 / 4;
  padding-bottom: 130%;
}

.ss-slider-mdn-hope.ss-img-thumb-landscape .product-single__media-list {
  aspect-ratio: 4 / 3;
  padding-bottom: 75%;
}

.ss-slider-mdn-hope.ss-img-thumb-square .product-single__media-list {
  aspect-ratio: 1 / 1;
  padding-bottom: 100%;
}

.ss-slider-mdn-hope.ss-img-thumb-portrait_2_3 .grid .swiper-wrapper .swiper-wrapper,
.ss-slider-mdn-hope.ss-img-thumb-portrait_3_4 .grid .swiper-wrapper .swiper-wrapper,
.ss-slider-mdn-hope.ss-img-thumb-landscape .grid .swiper-wrapper .swiper-wrapper,
.ss-slider-mdn-hope.ss-img-thumb-square .grid .swiper-wrapper .swiper-wrapper {
  position: absolute;
}

@supports (aspect-ratio: 1 / 1) {
  .ss-slider-mdn-hope.ss-img-thumb-natural .product-single__media-list {
    padding-bottom: unset;
  }

  .ss-slider-mdn-hope.ss-img-thumb-portrait_2_3 .product-single__media-list {
    aspect-ratio: 2 / 3;
    padding-bottom: unset;
  }

  .ss-slider-mdn-hope.ss-img-thumb-portrait_3_4 .product-single__media-list {
    aspect-ratio: 3 / 4;
    padding-bottom: unset;
  }

  .ss-slider-mdn-hope.ss-img-thumb-landscape .product-single__media-list {
    aspect-ratio: 4 / 3;
    padding-bottom: unset;
  }

  .ss-slider-mdn-hope.ss-img-thumb-square .product-single__media-list {
    aspect-ratio: 1 / 1;
    padding-bottom: unset;
  }

  .ss-slider-mdn-hope.ss-img-thumb-portrait_2_3 .grid .swiper-wrapper .swiper-wrapper,
  .ss-slider-mdn-hope.ss-img-thumb-portrait_3_4 .grid .swiper-wrapper .swiper-wrapper,
  .ss-slider-mdn-hope.ss-img-thumb-landscape .grid .swiper-wrapper .swiper-wrapper,
  .ss-slider-mdn-hope.ss-img-thumb-square .grid .swiper-wrapper .swiper-wrapper {
    position: unset;
  }
}

.ss-slider-mdn-hope.ss-img-thumb-portrait_2_3.temp-area-1 .thumb,
.ss-slider-mdn-hope.ss-img-thumb-portrait_2_3.temp-area-11 .thumbnail,
.ss-slider-mdn-hope.ss-img-thumb-portrait_2_3.temp-area-10 .thumbnail,
.ss-slider-mdn-hope.ss-img-thumb-portrait_2_3.temp-area-9 .thumbnail,
.ss-slider-mdn-hope.ss-img-thumb-portrait_2_3.temp-area-6 .thumbnail {
  aspect-ratio: 2 / 3;
  padding-bottom: 150%;
}

.ss-slider-mdn-hope.ss-img-thumb-portrait_3_4.temp-area-1 .thumb,
.ss-slider-mdn-hope.ss-img-thumb-portrait_3_4.temp-area-10 .thumbnail,
.ss-slider-mdn-hope.ss-img-thumb-portrait_3_4.temp-area-11 .thumbnail,
.ss-slider-mdn-hope.ss-img-thumb-portrait_3_4.temp-area-9 .thumbnail,
.ss-slider-mdn-hope.ss-img-thumb-portrait_3_4.temp-area-6 .thumbnail {
  aspect-ratio: 3 / 4;
  padding-bottom: 130%;
}

.ss-slider-mdn-hope.ss-img-thumb-landscape.temp-area-1 .thumb,
.ss-slider-mdn-hope.ss-img-thumb-landscape.temp-area-11 .thumbnail,
.ss-slider-mdn-hope.ss-img-thumb-landscape.temp-area-10 .thumbnail,
.ss-slider-mdn-hope.ss-img-thumb-landscape.temp-area-9 .thumbnail,
.ss-slider-mdn-hope.ss-img-thumb-landscape.temp-area-6 .thumbnail {
  aspect-ratio: 4 / 3;
  padding-bottom: 75%;
}

.ss-slider-mdn-hope.ss-img-thumb-square.temp-area-1 .thumb,
.ss-slider-mdn-hope.ss-img-thumb-square.temp-area-11 .thumbnail,
.ss-slider-mdn-hope.ss-img-thumb-square.temp-area-10 .thumbnail,
.ss-slider-mdn-hope.ss-img-thumb-square.temp-area-9 .thumbnail,
.ss-slider-mdn-hope.ss-img-thumb-square.temp-area-6 .thumbnail {
  aspect-ratio: 1 / 1;
  padding-bottom: 100%;
}

@supports (aspect-ratio: 1 / 1) {
  .ss-slider-mdn-hope.ss-img-thumb-square.temp-area-1 .thumb,
  .ss-slider-mdn-hope.ss-img-thumb-square.temp-area-11 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-square.temp-area-10 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-square.temp-area-9 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-square.temp-area-6 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-landscape.temp-area-1 .thumb,
  .ss-slider-mdn-hope.ss-img-thumb-landscape.temp-area-11 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-landscape.temp-area-10 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-landscape.temp-area-9 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-landscape.temp-area-6 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-portrait_3_4.temp-area-1 .thumb,
  .ss-slider-mdn-hope.ss-img-thumb-portrait_3_4.temp-area-11 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-portrait_3_4.temp-area-10 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-portrait_3_4.temp-area-9 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-portrait_3_4.temp-area-6 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-portrait_2_3.temp-area-1 .thumb,
  .ss-slider-mdn-hope.ss-img-thumb-portrait_2_3.temp-area-11 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-portrait_2_3.temp-area-10 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-portrait_2_3.temp-area-9 .thumbnail,
  .ss-slider-mdn-hope.ss-img-thumb-portrait_2_3.temp-area-6 .thumbnail {
    padding-bottom: unset;
  }
}

.ss-slider-mdn-hope.temp-area-11 .product-single__media-list,
.ss-slider-mdn-hope.temp-area-10 .product-single__media-list,
.ss-slider-mdn-hope.temp-area-9 .product-single__media-list,
.ss-slider-mdn-hope.temp-area-6 .product-single__media-list {
  overflow: hidden;
  display: block;
  /*position: absolute; */ /* padding thumb was not working as it was absolute and getting the relative path of these */
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.temp-area-5 .video-size-0.inner-sliderimage_slider__img .inner-swiper-pagination {
  margin-top: -30px;
}

.video-size-0.inner-sliderimage_slider__img .inner-swiper-pagination {
  z-index: 3;
  position: absolute;
  display: flex;
  justify-content: center;
}

.video-size-0.inner-sliderimage_slider__img .inner-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.video-size-0.inner-sliderimage_slider__img
  .inner-swiper-pagination
  .swiper-pagination-bullet-active {
  background: var(--titleColorField);
}

.ss-slider-mdn-hope.ss-img-type-image_slider .product-single__media-list .swiper-wrapper {
  display: flex !important;
  gap: 0px !important;
}

.ss-slider-mdn-hope .product-single__media-list .swiper-wrapper {
  padding-bottom: 0 !important;
}

.ss-slider-mdn-hope .grid .swiper-wrapper {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ss-slider-mdn-hope.ss-img-type-image_slider .grid .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .ss-slider-mdn-hope.ss-img-type-image_slider .grid .swiper-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 20px;
  }
}

.ss-slider-mdn-hope .grid .swiper-wrapper .swiper-wrapper {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  gap: 0px;
}

/* .temp-area-4 .ss-slider-layout-2-box .thumb .view-btn svg {
  stroke: #000;
} */
.inner-sliderimage_slider__img.swiper-initialized .inner-swiper-button-next,
.inner-sliderimage_slider__img.swiper-initialized .inner-swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
  z-index: 1;
}

.inner-sliderimage_slider__img.swiper-initialized .inner-swiper-button-next {
  right: 20px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg width="8" height="8" viewBox="0 0 6 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 13L7 7L1 1" stroke="black" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 7px 10px;
  background-size: 50%;
}

.inner-sliderimage_slider__img.swiper-initialized .inner-swiper-button-prev {
  left: 20px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg width="8" height="8" viewBox="0 0 6 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 13L1 7L7 1" stroke="black" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 7px 10px;
  background-size: 50%;
}

.ss-slider-mdn-hope .product-single__media-list div[role='button'] {
  z-index: 3;
  transition: 0.5s;
  opacity: 0;
}

.ss-slider-mdn-hop
  .inner-sliderimage_slider__img:hover
  .product-single__media-list
  div[role='button'] {
  opacity: 1;
}

.ss-slider-mdn-hope .product-single__media-list:hover div[role='button'] {
  opacity: 1;
}

.ss-slider-mdn-hope .product-single__media-list div.swiper-button-disabled[role='button'] {
  opacity: 0;
}

.ss-slider-mdn-hope .product-single__media-list:hover div.swiper-button-disabled[role='button'] {
  opacity: 0.5;
}

.inner-sliderimage_slider__img.swiper-initialized .inner-swiper-button-next.swiper-button-disabled,
.inner-sliderimage_slider__img.swiper-initialized .inner-swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  /* display: none; */
}

/* Tab style */

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.epcs-section-container .tab-content {
  display: none;
}

.epcs-section-container .tab-content.active {
  display: block;
}

.epcs-section-container .tab-content {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}

.edps-tabs-item {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 20px;
}

.edps-tabs-item .tab-btn {
  transition: 0.5s;
  padding: 10px 20px;
  border: 1px solid #e9e9e9;
  color: #555;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.edps-tabs-item .tab-btn.active,
.edps-tabs-item .tab-btn:hover {
  border: 1px solid #b1b1b1;
}

.epcs-section-container {
  position: relative;
}

.epcs-section-container .swiper-button-disabled {
  opacity: 0.5;
  cursor: inherit;
}

/* Display no navigation arrow if slider not activated on */

.epcs-section-container .swiper_wrap div.swiper-button-next:not([aria-controls]),
.epcs-section-container .swiper_wrap div.swiper-button-prev:not([aria-controls]),
.template_container .swiper_wrap div.swiper-button-next:not([aria-controls]),
.template_container .swiper_wrap div.swiper-button-prev:not([aria-controls]),
.edps-collection .swiper_wrap div.swiper-button-next:not([aria-controls]),
.edps-collection .swiper_wrap div.swiper-button-prev:not([aria-controls]) {
  display: none;
}

/* Styles for screens smaller than 420px */
@media only screen and (max-width: 420px) {
  .temp-area-1 .bottompart .iconpart {
    display: none;
  }
}

.edps_tab_link_container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.edps_tab_link {
  transition: 0.5s;
  color: #555;
  padding: 5px 15px;
  border: 1px solid #e9e9e9;
  text-decoration: none;
}

.edps_tab_link:hover {
  border: 1px solid #b1b1b1;
}

.swiper-4-prev svg,
.swiper-4-next svg {
  fill: none !important;
}

.swiper-4-prev:after,
.swiper-4-next:after {
  display: none !important;
}

/* compare_at_price if empty */

.compare_at_price:has(> del:empty),
.previous-price:has(> del:empty) {
  display: none;
}

.inner-swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  background: #000;
  width: auto;
  padding: 0px 5px;
  display: flex;
  gap: 5px;
  border-radius: 5px;
  margin: 0px 10px;
  opacity: 0.5;
  box-shadow: 5px 5px 0px rgb(0, 0, 0, 0.2);
}

/* On template five no image was showing fixing start */

.temp-area-5.ss-slider-mdn-hope .product-single__media {
  display: block;
  position: relative;
}

.ss-slider-mdn-hope .product-single__media img,
.ss-slider-mdn-hope .product-single__media video {
  position: relative;
}

/* On template five no image was showing fixing end */

.epcs-section-container a.thumb-url {
  position: static;
}

.epcs-section-container a {
  text-decoration: none;
}

.lookbook-temp-1 a,
.lookbook-temp-2 a,
.lookbook-temp-3 a,
.lookbook-temp-4 a {
  text-decoration: none;
}

.lookbook-temp-1 img,
.lookbook-temp-2 img {
  display: flex;
  max-width: 100%;
  width: 100%;
}

.lookbook-temp-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.lookbook-temp-1 .right-col,
.lookbook-temp-2 {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.lookbook-temp-1 .left-col .left-img,
.lookbook-temp-2 .temp-2-left-col .left-img,
.lookbook-temp-3 .temp-3-left-col .left-img,
.lookbook-temp-3 .temp-3-right-col .product-content-box .product-rating .rating-text,
.lookbook-temp-4 .temp-4-left-col .left-img,
.pslb-hs-icon-plus .pslb-hotspot-mark {
  position: relative;
}

.pslb-hotspot-mark .counter {
  display: none;
}

.pslb-hs-icon-none.hot-spot-counter-visible .pslb-hotspot-mark .counter {
  display: inline;
}

.lookbook-temp-1 .right-col {
  gap: 50px 20px;
}

.lookbook-temp-1 .right-col .product-content-box,
.lookbook-temp-1 .right-col .product-content-box .pslb-btn {
  margin-top: 20px;
}

.lookbook-temp-1 .right-col .product-content-box .product-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #121212;
}

.lookbook-temp-1 .right-col .product-content-box .product-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #121212;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .lookbook-temp-1 .right-col.hidden-card .lookbook-product-card {
    opacity: 0.1;
  }

  .lookbook-temp-1 .right-col .lookbook-product-card.active {
    opacity: 1;
  }
}

.lookbook-temp-2 {
  gap: 20px;
  align-items: center;
}

.lookbook-temp-2 .temp-2-right-col .product-content-box .pslb-btn,
.lookbook-temp-4 .temp-4-right-col .product-content-box .pslb-btn {
  margin-top: 23px;
}

.lookbook-temp-2 .temp-2-right-col .product-content-box .cart-btn:hover {
  background: rgba(46, 46, 46, 0.8);
}

.lookbook-temp-2 .temp-2-right-col .product-content-box .product-title {
  font-size: 18px;
  line-height: 22px;
  color: #121212;
  margin-top: 24px;
  display: block;
}

.lookbook-temp-2 .temp-2-right-col .product-content-box .product-price {
  display: flex;
  align-items: center;
  gap: 10px 13px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.lookbook-temp-2 .temp-2-right-col .product-content-box .product-price span,
.lookbook-temp-3 .temp-3-right-col .product-content-box .product-price span,
.lookbook-temp-4 .temp-4-right-col .product-content-box .product-price span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #121212;
}

.lookbook-temp-2 .temp-2-right-col .product-content-box .product-price del,
.lookbook-temp-3 .temp-3-right-col .product-content-box .product-price del,
.lookbook-temp-4 .temp-4-right-col .product-content-box .product-price del {
  font-size: 18px;
  line-height: 22px;
  color: #121212;
  opacity: 0.7;
}

.lookbook-temp-2 .temp-2-right-col,
.lookbook-temp-3 .temp-3-right-col,
.lookbook-temp-4 .temp-4-right-col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lookbook-temp-2 .temp-2-right-col .temp-2-right-col-inner,
.lookbook-temp-3 .temp-3-right-col .temp-3-right-col-inner,
.lookbook-temp-4 .temp-4-right-col .temp-4-right-col-inner {
  display: inline-block;
  position: relative;
}

.lookbook-temp-2 .temp-2-right-col .swiper-container {
  position: relative;
  max-width: 477px;
  height: 100%;
}

.lookbook-temp-2 .temp-2-right-col .swiper-button-next::after,
.lookbook-temp-2 .temp-2-right-col .swiper-button-prev::after,
.lookbook-temp-3 .temp-3-right-col .swiper-button-next-3::after,
.lookbook-temp-3 .temp-3-right-col .swiper-button-prev-3::after,
.lookbook-temp-4 .temp-4-right-col .swiper-button-next-4::after,
.lookbook-temp-4 .temp-4-right-col .swiper-button-prev-4::after {
  display: none;
}

.lookbook-temp-3 {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 20px;
  align-items: center;
}

.lookbook-temp-3 img,
.lookbook-temp-4 img {
  max-width: 100%;
  display: flex;
}

.lookbook-temp-3 .temp-3-left-col .left-img img {
  width: 100%;
  object-fit: cover;
}

.lookbook-temp-3 .temp-3-left-col .product-tooltip .product-content-box {
  margin-top: 10px;
}

.lookbook-temp-3 .temp-3-left-col .product-tooltip .product-content-box .product-title {
  font-weight: 600;
}

.lookbook-temp-3 .temp-3-left-col .product-tooltip .product-content-box .product-price {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}

.lookbook-temp-3 .temp-3-right-col .product-content-box .pslb-btn {
  margin-top: 29px;
}

.lookbook-temp-3 .temp-3-right-col .product-content-box .product-title {
  font-size: 18px;
  line-height: 22px;
  color: #121212;
  margin-top: 29px;
  text-align: center;
  display: block;
}

.lookbook-temp-3 .temp-3-right-col .product-content-box .product-price {
  display: flex;
  align-items: center;
  gap: 10px 13px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.lookbook-temp-3 .temp-3-right-col .product-content-box .product-rating {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 10px 27px;
  flex-wrap: wrap;
}

.lookbook-temp-3 .temp-3-right-col .product-content-box .product-rating span,
.lookbook-temp-4 .temp-4-right-col .product-content-box .product-rating span {
  display: block;
}

.lookbook-temp-3 .temp-3-right-col .product-content-box .product-rating .rating-text:before,
.lookbook-temp-4 .temp-4-right-col .product-content-box .product-rating .rating-text:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -13px;
  width: 1px;
  height: 15px;
  background: rgba(18, 18, 18, 0.5);
  content: '';
}

.lookbook-temp-3 .temp-3-right-col .swiper-container-3 {
  position: relative;
  max-width: 300px;
  height: 100%;
}

@media (max-width: 1800px) {
  .lookbook-temp-3 .temp-3-right-col .swiper-container-3 {
    max-width: 300px;
  }
}

.lookbook-temp-4 {
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: 20px;
  align-items: center;
  background: rgba(2, 28, 55, 0.05);
}

.lookbook-temp-4 .temp-4-left-col .left-img img,
.lookbook-temp-4 .temp-4-right-col .thumb-img img,
.pslb-tooltip .pslb-product-thumb img {
  width: 100%;
}

.lookbook-temp-4 .temp-4-right-col .swiper-container-4 {
  position: relative;
  max-width: 637px;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}

@media (max-width: 1400px) {
  .lookbook-temp-2 .temp-2-right-col .swiper-container {
    max-width: 400px;
  }

  .lookbook-temp-4 .temp-4-right-col .swiper-container-4 {
    max-width: 637px;
  }
}

@media (max-width: 767px) {
  .lookbook-temp-4 .temp-4-right-col .swiper-container-4 {
    max-width: 550px;
  }
}

.lookbook-temp-4 .temp-4-right-col .swiper-container-4 .lookbook-product-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: center;
}

.lookbook-temp-4 .temp-4-right-col .product-content-box {
  padding: 22px 22px 22px 0;
}

.lookbook-temp-4 .temp-4-right-col .thumb-img {
  padding: 22px 0 22px 22px;
}

@media (max-width: 575px) {
  .lookbook-temp-2 .temp-2-right-col .swiper-container {
    max-width: 280px;
  }

  .lookbook-temp-3 .temp-3-right-col .swiper-container-3 {
    max-width: 280px;
  }

  .lookbook-temp-4 .temp-4-right-col .swiper-container-4 {
    max-width: 320px;
  }

  .lookbook-temp-4 .temp-4-right-col .swiper-container-4 .lookbook-product-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lookbook-temp-4 .temp-4-right-col .product-content-box {
    padding: 0 22px 22px;
  }

  .lookbook-temp-4 .temp-4-right-col .thumb-img {
    padding: 22px 22px 0;
  }

  .lookbook-temp-4 .temp-4-right-col .thumb-img img {
    width: 100%;
  }

  .lookbook-temp-4 .temp-4-right-col .product-content-box .cart-btn {
    margin-top: 20px;
  }
}

.lookbook-temp-4 .temp-4-right-col .product-content-box .cart-btn:hover {
  background: #fff;
  color: #121212;
}

.lookbook-temp-4 .temp-4-right-col .product-content-box .product-title {
  font-size: 18px;
  line-height: 22px;
  color: #121212;
  display: block;
}

.lookbook-temp-4 .temp-4-right-col .product-content-box .product-price {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 12px;
}

.lookbook-temp-4 .temp-4-right-col .product-content-box .product-rating {
  display: flex;
  align-items: center;
  margin-top: 5px;
  gap: 27px;
}

.lookbook-temp-4 .temp-4-right-col .product-content-box .product-rating .rating-text {
  position: relative;
  font-size: 18px;
  line-height: 22px;
}

.pslb-btn {
  background: var(--pslb-btn-background);
  color: var(--pslb-btn-color);
  border-radius: var(--pslb-btn-radius);
  padding: 15px 30px;
  border: 1px solid var(--pslb-btn-border-color);
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  transition: 0.4s;
  text-transform: capitalize;
  display: inline-block;
}

.pslb-tooltip,
.pslb-tooltip.pslb-tt-style-one .pslb-product-thumb img {
  border-radius: 5px;
}

@media (max-width: 575px) {
  .pslb-btn {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 26px;
  }
}

.pslb-btn:hover {
  background: var(--pslb-btn-hover-background);
  color: var(--pslb-btn-hover-color);
  border-color: var(--pslb-btn-hover-border-color);
}

.pslb-tooltip {
  box-shadow: rgba(99, 99, 99, 0.15) 0 2px 8px 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

@media (max-width: 991px) {
  .lookbook-temp-1,
  .lookbook-temp-2,
  .lookbook-temp-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .lookbook-temp-4 {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 70px;
  }

  .pslb-tooltip.active {
    opacity: 1;
    visibility: visible;
  }
}

.pslb-tooltip.active {
  opacity: 1;
  visibility: visible;
}

.pslb-tooltip .pslb-product-thumb {
  display: flex;
  height: 100%;
}

.pslb-tooltip .pslb-product-title {
  font-size: 16px;
  line-height: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pslb-tooltip.pslb-tt-style-three .pslb-product-title {
  color: #fff;
}

.pslb-tooltip .pslb-product-price {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-top: 5px;
}

.pslb-tooltip.pslb-tt-style-four,
.pslb-tooltip.pslb-tt-style-one {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.15) 0 2px 8px 0;
  width: 150px;
}

.pslb-tooltip.pslb-tt-style-one .pslb-product-content {
  margin-top: 13px;
  margin-bottom: 7px;
  text-align: center;
}

.pslb-tooltip.pslb-tt-style-two {
  background: #fff;
  width: 220px;
}

.pslb-tooltip.pslb-tt-style-two .pslb-tooltip-inner {
  display: grid;
  grid-template-columns: 3.5fr 5fr;
  gap: 15px;
  align-items: center;
}

.pslb-tooltip.pslb-tt-style-two .pslb-product-thumb img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.pslb-tooltip.pslb-tt-style-two .pslb-product-content {
  padding: 10px 10px 12px 0;
}

.pslb-tooltip.pslb-tt-style-three {
  background: #fff;
  width: 150px;
  padding: 10px;
}

.pslb-tooltip.pslb-tt-style-three .pslb-product-content {
  padding: 13px 10px;
  margin-bottom: 2px;
  text-align: center;
  background: #021c37;
  color: #fff;
}

.pslb-tooltip.pslb-tt-style-four .pslb-product-content {
  margin-top: 13px;
  margin-bottom: 7px;
}

.pslb-hotspot .image-point {
  position: absolute;
}

.pslb-hotspot .pslb-hotspot-mark {
  background: var(--pslb-hs-background-color);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--pslb-hs-icon-color);
  border: 1px solid var(--pslb-hs-border-color);
  position: absolute;
  transition: 0.4s;
}

.pslb-hotspot .image-point.active .pslb-hotspot-mark {
  transform: scale(1.2);
}

.pslb-hs-effect-pulse.pslb-hs-type-circle .pslb-hotspot-mark::before,
.pslb-hs-type-circle .pslb-hotspot-mark {
  border-radius: 50%;
}

.pslb-hs-type-square .pslb-hotspot-mark {
  border-radius: 0;
}

.pslb-hs-effect-none .pslb-hotspot-mark {
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 1;
}

.pslb-hs-effect-pulse .pslb-hotspot-mark {
  width: 18px;
  height: 18px;
  position: relative;
  font-size: 10px;
  line-height: 1;
}

.pslb-hs-effect-pulse .pslb-hotspot-mark::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--pslb-hs-background-color);
  opacity: 0.3;
  transform: translate(-50%, -50%) scale(1);
  animation: 3s ease-in-out infinite pslb-pulse;
}

@keyframes pslb-pulse {
  50% {
    transform: translate(-50%, -50%) scale(1.6);
  }
}

.pslb-hs-icon-plus .pslb-hotspot-mark::after {
  content: '+';
  position: absolute;
  font-size: 20px;
  color: #fff;
  text-align: center;
  top: -2px;
  color: var(--pslb-hs-icon-color);
}

.pslb-dots-style-one .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: 0 0;
  border: 1px solid #000;
  opacity: 1;
}

.pslb-dots-style-one .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.pslb-dots-style-two .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

.pslb-dots-style-five .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pslb-dots-style-four .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pslb-dots-style-three .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pslb-dots-style-two .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.pslb-dots-style-three .swiper-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 3px;
  border-radius: 0;
  background: #000;
  opacity: 0.2;
}

.pslb-dots-style-four .swiper-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 3px;
  border-radius: 10px;
  background: #000;
  opacity: 0.2;
}

.pslb-dots-style-five .swiper-pagination .swiper-pagination-bullet {
  width: unset;
  height: unset;
  background: 0 0;
  opacity: 0.3;
}

.pslb-dots-style-hidden .swiper-pagination .swiper-pagination-bullet {
  display: none;
}

.pslb-dots-style-hidden {
  padding-bottom: 0px;
}

.pslb-product-layout-center .product-content-box,
.pslb-product-layout-center .product-content-box .product-title {
  text-align: center;
}

.pslb-product-layout-center .product-content-box .product-price,
.pslb-product-layout-center .product-content-box .product-rating {
  justify-content: center;
}

.pslb-product-button-full .lookbook-product-card .product-content-box .pslb-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.pslb-arrow-style-square .swiper-button-next,
.pslb-arrow-style-square .swiper-button-prev {
  background: #dadee2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pslb-arrow-style-chevron .swiper-button-next svg,
.pslb-arrow-style-chevron .swiper-button-prev svg,
.pslb-arrow-style-custom .swiper-button-next svg,
.pslb-arrow-style-custom .swiper-button-prev svg,
.pslb-arrow-style-none .swiper-button-next svg,
.pslb-arrow-style-none .swiper-button-prev svg,
.pslb-arrow-style-square .swiper-button-next svg,
.pslb-arrow-style-square .swiper-button-prev svg {
  width: 10px;
}

.pslb-arrow-style-chevron .swiper-button-next,
.pslb-arrow-style-chevron .swiper-button-prev {
  background: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 #00000040;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pslb-arrow-style-custom .swiper-button-next,
.pslb-arrow-style-custom .swiper-button-prev {
  background: var(--pslb-arrow-background-color);
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pslb-arrow-style-custom .swiper-button-next svg path,
.pslb-arrow-style-custom .swiper-button-prev svg path {
  stroke: var(--pslb-arrow-icon-color);
}

.pslb-arrow-style-none .swiper-button-next,
.pslb-arrow-style-none .swiper-button-prev {
  cursor: pointer;
  background: unset;
}

.pslb-arrow-position-middle .swiper-button-next,
.pslb-arrow-position-middle .swiper-button-prev {
  top: 50%;
}

.pslb-arrow-position-middle .swiper-button-prev {
  left: 0px;
}

.pslb-arrow-position-middle .swiper-button-next {
  right: 0px;
}

.pslb-arrow-position-top,
.pslb-pagination-position-top {
  padding-top: 50px;
}

.pslb-arrow-position-top .swiper-button-next,
.pslb-arrow-position-top .swiper-button-prev {
  top: 0;
  margin: 0;
}

.pslb-arrow-position-bottom .swiper-button-prev,
.pslb-arrow-position-top .swiper-button-prev {
  left: 0;
}

.pslb-arrow-position-bottom .swiper-button-next,
.pslb-arrow-position-top .swiper-button-next {
  right: 0;
  margin: 0;
}

.pslb-arrow-position-bottom,
.pslb-pagination-position-bottom {
  padding-bottom: 50px;
}

.pslb-arrow-position-bottom .swiper-button-next,
.pslb-arrow-position-bottom .swiper-button-prev {
  top: unset;
  bottom: -13px;
}

.pslb-gallery-img-size-auto img,
.pslb-product-img-size-auto img {
  aspect-ratio: unset;
  object-fit: unset;
}

.pslb-gallery-img-size-square img,
.pslb-product-img-size-square img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.pslb-gallery-img-size-portrait img,
.pslb-product-img-size-portrait img {
  aspect-ratio: 2/3;
  object-fit: cover;
}

.pslb-gallery-img-size-landscape img,
.pslb-product-img-size-landscape img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.pslb-pagination-position-top .swiper-pagination {
  top: 0;
  bottom: unset;
}

.pslb-pagination-position-bottom .swiper-pagination {
  top: unset;
  bottom: 0;
}

.lookbook-container .swiper-pagination {
  z-index: 1;
}
/* Navigation */

.epcs-section-container .template_container .edps-chevron-right.ss-arrow svg path,
.epcs-section-container .template_container .edps-chevron-left.ss-arrow svg path {
  fill: none;
  stroke: var(--navigationColorField);
}

.epcs-section-container .template_container .edps-chevron-right.ss-arrow:hover svg path,
.epcs-section-container .template_container .edps-chevron-left.ss-arrow:hover svg path {
  stroke: var(--navigationColorFieldHover);
}

/* Branding */
.epcs-section-container .template_container .poweredby__text {
  font-size: 12px;
}

.epcs-section-container .template_container .esg-branding {
  padding-top: 20px;
}

.edps-branding-empty {
  display: none;
}

/* swatch css */

.temp-area-1 .ss-slider-layout-2-content .edps-swatches,
.temp-area-4 .ss-slider-layout-2-content .edps-swatches {
  margin: 10px 0px 10px 0px;
}

.temp-area-6 .ss-slider-layout-6-content .edps-swatches,
.temp-area-9 .ss-slider-layout-9-content .edps-swatches,
.temp-area-10 .ss-slider-layout-10-content .edps-swatches {
  margin: 15px 0px 0px 0px;
}

.temp-area-8 .product-card-info .edps-swatches {
  margin: -22px 0px 22px 0px;
}

.edps-swatches {
  margin: 0px 0px 15px 0px;
}

.variant-label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

/* Dropdown Styling (Using <select>) */
.variant-dropdown {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: transparent;
  color: var(--titleColorField);
  font-size: 14px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="none" stroke="black" stroke-width="2" d="M2 4l4 4 4-4"/></svg>');
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  box-sizing: border-box;
}

.variant-dropdown:focus {
  outline: none;
  border-color: #999;
}

/* Swatch Common Styling */
.edps-swatch-picker {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: var(--contentAlignmentField);
}

.edps-square-swtch .swtch,
.edps-square-swtch .variant-image-swatch .swtch img,
.edps-square-swtch .variant-image-swatch .swtch.swtch-img::after,
.edps-square-swtch .variant-image-swatch .swtch.swtch-img::before {
  border-radius: unset;
}

.edps-circle-swtch .swtch,
.edps-circle-swtch .variant-image-swatch .swtch img,
.edps-circle-swtch .variant-image-swatch .swtch.swtch-img::after,
.edps-circle-swtch .variant-image-swatch .swtch.swtch-img::before {
  border-radius: 50%;
}

.edps-dropdown-picker.edps-round-swtch,
.edps-round-swtch .swtch,
.edps-round-swtch .variant-image-swatch .swtch img,
.edps-round-swtch .variant-image-swatch .swtch.swtch-img::after,
.edps-round-swtch .variant-image-swatch .swtch.swtch-img::before {
  border-radius: 4px;
}

/* Color Swatch Specific Styling */
.variant-color-swatch .swtch {
  background-clip: content-box;
  padding: 5px;
}

/* Image Swatch Specific Styling */
.variant-image-swatch .swtch img {
  width: 100%;
  height: auto;
}

ul.edps-swatch-picker > li[data-available='false'] {
  pointer-events: none; /* Makes the item unclickable */
  opacity: 0.5; /* Reduces opacity to make it look unavailable */
  text-decoration: line-through; /* Adds a cross-out line */
  color: #888; /* Adjusts the color to indicate it's inactive */
  cursor: not-allowed; /* Shows a "not allowed" cursor when hovering */
}

/* If there are images inside the unavailable items, make them semi-transparent */
ul.edps-swatch-picker > li[data-available='false'] img {
  opacity: 0.5; /* Makes the image look unavailable */
}

.hddn-thmb,
.temp-area-5.ss-slider-mdn-hope .product-single__media.hddn-thmb {
  display: none;
}

/*
On hover even if no second image is available, hide the thumbnail
.ss-slider-mdn-hope:not(.ss-img-thumb-natural).ss-img-type-second_image .thumb:hover .product-single__media-list .slctd-thmb:not(:has(+ [data-anchr="true"])), .temp-area-9.ss-slider-mdn-hope:not(.ss-img-thumb-natural).ss-img-type-second_image .ss-slider-layout-9-box:hover .product-single__media-list .slctd-thmb:not(:has(+ [data-anchr="true"])), .ss-slider-mdn-hope:not(.ss-img-thumb-natural).ss-img-type-second_image .ss-slider-layout-2-box :hover .product-single__media-list .slctd-thmb:not(:has(+ [data-anchr="true"])), .ss-slider-mdn-hope:not(.ss-img-thumb-natural).ss-img-type-second_image .ss-slider-layout-12-box :hover .product-single__media-list .slctd-thmb:not(:has(+ [data-anchr="true"])), .ss-slider-mdn-hope:not(.ss-img-thumb-natural).ss-img-type-second_image .ss-slider-table-box :hover .product-single__media-list .slctd-thmb:not(:has(+ [data-anchr="true"])){
  display: none !important;
}
*/

.slctd-thmb {
  display: block !important;
  z-index: 2;
}

.swtch.swtch-img {
  background-color: transparent;
  border: 1px solid #d2d2d2;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.edps-swatch-picker > li.swtch:last-child {
  /* margin-left: 8px; */
}

.swtch.swtch-img::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 1;
}

.swtch.swtch-img::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #d2d2d2;
  z-index: 1;
}

.swtch.swtch-img {
  position: relative;
  cursor: pointer;
}

.swtch.swtch-img img {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  object-fit: cover;
  z-index: 2;
}

.swtch.swtch-img a {
  z-index: 2;
}

/* Tooltip styling */
.swtch .tooltip {
  position: absolute;
  bottom: 110%; /* Position tooltip above the element */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none; /* Prevent tooltip from interfering with hover */
  z-index: 99999;
}

/* Optional: add a small arrow pointing downwards */
.swtch .tooltip::after {
  content: '';
  position: absolute;
  top: 100%; /* Position arrow at the bottom of the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.epcs-section-container .style-four .product-card-info .thumb,
.epcs-section-container .ss-slider-layout-2-area .ss-slider-layout-2-box .thumb,
.epcs-section-container .ss-slider-layout-2-area .ss-slider-layout-2-box .thumbnail,
.epcs-section-container .ss-slider-layout-6-area .product-card-info .product-card-thumb {
  position: relative;
  overflow: hidden;
}

.marquesection {
  overflow: hidden;
  display: flex;
  background: var(--bannerColorFieldHover);
  padding: 0px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}

.marquesection .marquetext {
  color: var(--bannerColorField);
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
}

/* Exceptional for temp-area-5 */

.epcs-section-container
  .temp-area-5
  .ss-slider-layout-21-item
  .ss-slider-layout-21-item-thumb
  .marquesection {
  bottom: 50%;
  transform: translateY(50%);
}

/* Vendor Settings */

.edps-prdvndr {
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 5px 0px;
  word-wrap: break-word;
}

/* Header design */
.ecps-hder-wrpr {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.ecps-hder-wrpr .epcs-v-bt-wrpr {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  /* Adjust the max-width as needed for your breakpoint */
  .ecps-hder-wrpr {
    flex-direction: column; /* Switch to column on smaller screens */
  }
  .ecps-hder-wrpr .epcs-v-bt-wrpr {
    width: 100%;
  }
}
.edps-hdr-col {
  flex: auto;
  min-width: 200px;
  /* flex: 1 1 100%; */
}
.epcs-v-bt-wrpr {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
a.epcs-v-bt {
  cursor: pointer;
  text-decoration: none;
  display: flex;
}
a.epcs-v-bt.epcs-v-sz-s {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
a.epcs-v-bt.epcs-v-sz-m {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}
a.epcs-v-bt.epcs-v-sz-l {
  padding: 1rem 2rem;
  font-size: 1.5rem;
}
.epcs-ftr .epcs-v-bt-wrpr {
  padding-top: 30px;
}

/* Global countdown */

.epcs-section-heading.edpsCntd-b_h.epcs-section-heading-center .global-countdown-wrapper {
  justify-content: center;
  display: flex;
}

.epcs-section-heading.edpsCntd-b_h.epcs-section-heading-right .global-countdown-wrapper {
  justify-content: right;
  display: flex;
}

.epcs-section-heading.edpsCntd-b_h.epcs-section-heading-left .global-countdown-wrapper {
  justify-content: left;
  display: flex;
}

.epcs-section-heading.edpsCntd-w_h {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.epcs-section-heading.edpsCntd-w_h.epcs-section-heading-center {
  justify-content: center;
}

.epcs-section-heading.edpsCntd-w_h.epcs-section-heading-right {
  justify-content: right;
}

.epcs-section-heading.edpsCntd-w_h.epcs-section-heading-left {
  justify-content: left;
}

.epcs-v-bt-wrpr.edpsCntd-w_b {
  align-items: center;
}

.global-countdown-container.container-block {
  padding: 15px 20px;
  z-index: 9;
}

.global-countdown-container ul {
  display: flex;
  list-style: none;
  align-items: center;
}

.global-countdown-wrapper.txtpos-after ul li {
  flex-direction: row;
  gap: 3px;
}

.global-countdown-wrapper.txtpos-below ul li {
  flex-direction: column;
  gap: 6px;
}

.global-countdown-container ul li span {
  line-height: 16px;
}

.global-countdown-container ul li.separator:before {
  content: ':';
}

.global-countdown-container ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.global-countdown-container ul li span.count {
  font-weight: 700;
}

.global-countdown-container ul li span.desc {
  font-weight: 300;
}

/* = = = = Template 11 = = = = */

.temp-area-11 .middle-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.temp-area-12 .ss-slider-layout-12-box,
.temp-area-11 .ss-slider-layout-2-box {
  border: 1px solid #eeeeee;
  overflow: hidden;
  background: var(--templateColorField);
  transition: 0.5s;
  /* transform: translateY(10px);
  margin-bottom: 10px; */
}

.temp-area-11 .ss-slider-layout-2-box:hover {
  /* transform: translateY(0px); */
}

.temp-area-11 .ss-slider-layout-11-content {
  padding: 10px 18px 18px;
  border-top: 1px solid #eeeeee;
}

.thumb-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 9999;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.temp-area-12 .countdown-container.container,
.temp-area-12 .marquesection,
.temp-area-11 .countdown-container.container,
.temp-area-11 .marquesection {
  position: unset;
  transform: translateY(0);
}
.temp-area-11 .edps-swatches {
  transition:
    max-height 0.2s ease,
    margin 0.2s ease;
  margin: 0;
  max-height: 0;
  padding: 0px 18px;
}

.temp-area-11 .ss-slider-layout-2-box:hover .edps-swatches {
  margin: 10px 0;
  max-height: 500px; /* Set a high enough max-height to accommodate content */
}

.temp-area-11 .ss-slider-layout-2-box .swiper-pagination-bullets {
  display: none;
}

@media screen and (max-width: 767px) {
  .temp-area-11 .edps-swatches {
    max-height: 500px;
    padding: 0px 18px;
    margin: 10px 0;
  }
}

.temp-area-11 .ss-slider-layout-11-content .ss-slider-info .middle-info .cart-btn a,
.temp-area-11 .ss-slider-layout-11-content .ss-slider-info .middle-info .cart-btn button {
  width: max-content;
}

.temp-area-11 .ss-slider-layout-2-box .thumbnail a.thumb-url {
  display: block;
}

.temp-area-12 .swiper-2-next,
.temp-area-12 .swiper-2-prev,
.temp-area-11 .swiper-2-next,
.temp-area-11 .swiper-2-prev {
  top: 0px;
  left: unset;
  border-radius: 0px;
  width: 35px;
  height: 35px;
  border: 1px solid color-mix(in srgb, var(--navigationColorField) 50%, transparent);
}

.temp-area-12 .swiper-2-prev,
.temp-area-11 .swiper-2-prev {
  right: 10px;
  transform: translate(-100%, -100%);
}

.temp-area-12 .swiper-2-next,
.temp-area-11 .swiper-2-next {
  right: 0px;
  transform: translate(0%, -100%);
}

/* = = = = Template 12 = = = = */

.temp-area-12 .ss-slider-layout-12-box {
  display: flex;
  padding: 10px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  gap: 10px;
}

.temp-area-12 .ss-slider-layout-12-box .thumbnail {
  flex: 1;
  position: relative;
  overflow: hidden;
  top: 0px;
  height: max-content;
}

.temp-area-12 .ss-slider-layout-12-box .ss-slider-layout-12-content {
  flex: 1.25;
}

.temp-area-12 .ss-slider-layout-12-box .ss-slider-layout-12-content .prod-title {
  /* display: block; */
  margin: 5px 0px;
}

.temp-area-12 .ss-slider-layout-12-box .badgesection span {
  color: var(--badgeColorField);
  font-size: 12px;
  padding: 2px 8px;
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
  padding-right: 20px;
}

.temp-area-12 .ss-slider-layout-12-box .badgesection {
  position: absolute;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  z-index: 1;
}

.temp-area-12 .ss-slider-layout-12-box .ss-slider-info .edps-prdvndr {
  margin: 0;
}

.temp-area-12 .ss-slider-layout-12-box .countdown-container ul li span.count {
  font-size: 12px;
}

.temp-area-12 .ss-slider-layout-12-box .countdown-container ul li span.desc {
  font-size: 10px;
}

.temp-area-12 .ss-slider-layout-12-box .edps-swatches {
  margin: 0px;
}

/* = = = = Swatch on the left = = = = */

/* .edps-swatches.edps-round-swtch {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}

ul.edps-swatch-picker.variant-image-swatch {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
} */

.ss-slider-layout-12-box > .edps-drpdwnswtch {
  display: none;
}

.ss-slider-layout-12-box .ss-slider-info > .edps-imgswtch,
.ss-slider-layout-12-box .ss-slider-info > .edps-colrswtch {
  display: none;
}

.ss-slider-layout-12-box > .edps-imgswtch ul {
  display: flex;
  flex-direction: column;
}

/* = = = = Preloader spinner start = = = = */

.tpl_preloader {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease-in-out;
  position: relative;
  min-height: 50px;
}

.tpl_preloader::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.tpl_preloader.edps-loaded::before {
  content: none;
}

/* = = = = Preloader spinner end = = = = */

/* = = = = Table template one = = = = */

.ss-slider-table-area .ss-slider-table-box {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cccccc30;
  padding: 20px;
  gap: 10px;
  background: var(--templateColorField);
  text-align: var(--contentAlignmentField);
}

.ss-slider-table-area .ss-slider-table-box .thumbnail {
  width: 100px;
  position: relative;
  overflow: hidden;
}

.ss-slider-table-area .ss-slider-table-box .edps-prdvndr {
  flex: 1;
}

.ss-slider-table-area .ss-slider-table-box .item-title {
  flex: 1.5;
  min-width: 180px;
}

.ss-slider-table-area .ss-slider-table-box .pricesection {
  flex: 1.5;
  min-width: 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: var(--contentAlignmentField);
}

.ss-slider-table-area .ss-slider-table-box .ss-slider-review {
  flex: 1;
  min-width: 120px;
}

.ss-slider-table-area .ss-slider-table-box .edps-swatches {
  flex: 1;
  min-width: 120px;
  margin: 0;
}

.ss-slider-table-area .ss-slider-table-box .cart-btn {
  flex: 1;
  min-width: 120px;
}

.ss-slider-table-area .ss-slider-table-box .badgesection {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}

.ss-slider-table-area .ss-slider-table-box .countdown-container {
  margin: 0;
  position: static;
  transform: unset;
  padding: 0;
  background: unset;
  box-shadow: none;
  font-size: 12px;
}

.ss-slider-table-area .ss-slider-table-box .countdown-container ul {
  gap: 5px;
}

.ss-slider-table-area .ss-slider-table-box .countdown-container ul li span.desc {
  font-size: 10px;
  font-weight: 300;
}

.ss-slider-table-area .ss-slider-table-box .badgesection .product_sale {
  color: var(--badgeColorField);
  background: var(--badgeColorFieldHover);
  padding: 2px 5px;
  line-height: 16px;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 5px 5px 15px -5px rgb(0, 0, 0, 0.1);
  display: block;
}

@media screen and (max-width: 767px) {
  .ss-slider-table-area .ss-slider-table-box {
    gap: 5px;
    flex-direction: column;
    align-items: var(--contentAlignmentField);
  }
  .ss-slider-table-area .ss-slider-table-box .thumbnail {
    width: 100%;
  }
}

/* = = = = Grid table column view  = = = = */

.swiper-grid-column > .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  /* grid-template-rows: repeat(var(--slidesPerRowDesktop), 1fr); */
  grid-template-rows: repeat(var(--slidesPerRowDesktop), 0fr);
}

.swiper-grid-column > .swiper-wrapper > .swiper-slide {
  height: unset;
  flex-direction: column;
}

/* = = = = Grid table column view  = = = = */

.ss-slider-table-area .swiper-button-next,
.ss-slider-table-area .swiper-button-prev {
  transition: all linear 0.3s;
  display: flex;
  position: static;
  width: 35px;
  height: 35px;
  margin: 0;
  background: var(--navigationColorFieldHover);
  border: 1px solid color-mix(in srgb, var(--navigationColorField) 50%, transparent);
  border-radius: 5px;
}
.ss-slider-table-area .swiper-button-next:hover,
.ss-slider-table-area .swiper-button-prev:hover {
  background: var(--navigationColorField);
  border: 1px solid var(--navigationColorFieldHover);
}

.ss-slider-table-area .table-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.ss-slider-table-area .table-navigation {
  display: flex;
  gap: 10px;
}

.ss-slider-table-area .swiper-pagination-bullet b {
  font-size: 14px;
  height: 35px;
  width: 35px;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ss-slider-table-area span.swiper-pagination-bullet {
  transition: all linear 0.3s;
  height: unset;
  width: unset;
  border-radius: 5px;
  opacity: unset;
  /* background: var(--paginationColorField); */
  background: unset;
  color: var(--paginationColorField);
  border: 1px solid color-mix(in srgb, var(--paginationColorField) 50%, transparent);
  /* border: 1px solid var(--paginationColorFieldHover); */
}

.ss-slider-table-area span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--paginationColorFieldHover);
  background: var(--paginationColorField);
  border: 1px solid var(--paginationColorField);
}

/*  */

.ss-slider-table-area input.var-quantity {
  outline: none;
  box-shadow: none;
  font-size: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
}

.ss-slider-table-area .var-quantity {
  -moz-appearance: textfield; /* Removes arrows in Firefox */
  appearance: textfield; /* Ensures cross-browser support */
}

.ss-slider-table-area .var-quantity::-webkit-inner-spin-button,
.ss-slider-table-area .var-quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ss-slider-table-area .quantity-block {
  display: flex;
  gap: 0;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #f3f3f3;
  width: fit-content;
}

.ss-slider-table-area .quantity-block .edps-quantity-btn {
  cursor: pointer;
  width: 30px;
  height: 40px;
  border: none;
}

.ss-slider-table-area .quantity-block .edps-quantity-btn:active {
  background: #dfdfdf;
}

/* Grid Pagination Style */

/* Pagination Wrapper */
.edps-grid-paginate {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

/* edps-Pagination List */
.edps-pagination__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}

/* edps-Pagination Items (Numbers & Arrows) */
.edps-grid-paginate .edps-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--pnFntSz);
  font-weight: 500;
  text-decoration: none;
  width: 35px;
  height: 35px;
}

.edps-grid-paginate .edps-pagination__item svg > path {
  stroke: var(--paginationColorField);
}

.edps-grid-paginate .edps-boxed-pagination .edps-pagination__item {
  color: var(--paginationColorField);
  border: 1px solid var(--paginationColorField);
  border-radius: 4px;
}

.edps-grid-paginate .edps-simple-pagination .edps-pagination__item {
  border: 1px solid transparent;
  color: var(--paginationColorField);
}

/* Hover & Focus */
.edps-grid-paginate .edps-boxed-pagination .edps-pagination__item:hover,
.edps-grid-paginate .edps-boxed-pagination .edps-pagination__item:focus {
  background-color: var(--paginationColorFieldHover);
  border-color: var(--paginationColorFieldHover);
}

.edps-grid-paginate .edps-simple-pagination .edps-pagination__item:hover,
.edps-grid-paginate .edps-simple-pagination .edps-pagination__item:focus {
  color: var(--paginationColorFieldHover);
  border-bottom: 1px solid var(--paginationColorFieldHover);
}

/* Active Page */
.edps-grid-paginate .edps-boxed-pagination .edps-pagination__item--current {
  background-color: var(--paginationColorFieldHover);
  color: #fff;
  border-color: var(--paginationColorFieldHover);
  cursor: default;
}

.edps-grid-paginate .edps-simple-pagination .edps-pagination__item--current {
  color: var(--paginationColorFieldHover);
  border-bottom: 1px solid var(--paginationColorFieldHover);
  font-weight: 600;
  cursor: default;
}

/* Disabled */
.edps-grid-paginate .edps-boxed-pagination .edps-pagination__item[aria-disabled='true'] {
  color: var(--paginationColorField);
  pointer-events: none;
}

/* Previous & Next Buttons */
.edps-pagination__item--prev,
.edps-pagination__item--next {
  border: none;
  background: none;
  padding: 0;
}

.edps-pagination__item-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SVG Icons */
.svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media (max-width: 600px) {
  .edps-pagination__item {
    padding: 8px 12px;
  }
  .edps-pagination__item-arrow {
    width: 12px;
    height: 18px;
  }
}
