* {
  box-sizing: border-box;
  padding: 0;
  margin-top: 70px;
}

html,
body {
  width: 100%;
  max-width: 100%;
  /* max-width: 100vw; */
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.theme {
  transition: 1s all ease;
}

.light {
  background-color: #f5f5ff;
  color: #111;
}

.dark {
  background-color: #111;
  color: #bbb;
}

.container {
  min-height: 100vh;
  padding: 0px 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /* padding: 0 60px; */
}
/* Skeleton-like animation */
.skeleton {
  background-color: lightgrey;
  border-radius: 4px;
  width: 570px;
  height: 200px; /* Default height for xs and sm screens */
  position: relative;
  overflow: hidden;
}

.badge {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border-radius: 15px;
  color: #000; /*Badge text color changed to black */
  padding: 6px 14px 7px 14px;
  margin-right: 5px;
  background-color: #ff6300;
}

.section1 {
  background-color: #fffbf8;
  padding: 5px;
}
.home-page-title-section {
  background-color: #005959;
}
.subscribe-section {
  background-color: #fffde7;
}
.subscribe-text {
  color: #005959;
}
.product-title {
  font-size: 95%;
  font-weight: bolder;
  line-height: 16px;
  max-height: 80px;
  text-overflow: ellipsis;
  margin-bottom: 25px;
  height: 9vh;
  color: #253d4e;
}
.product-logo {
  height: 20px;
  margin: 15px 0px;
}

.product-price span {
  font-size: 18px;
  font-weight: bold;
  color: #005959;
}

.product-price span.old-price {
  font-size: 14px;
  color: #000; /*color changed to black */
  margin: 0 0 0 7px;
  text-decoration: line-through;
}
.product-cart-wrap {
  margin-right: 15px;
  margin-left: 15px;
}

.categoryName {
  color: #000;
  font-weight: bolder;
  font-size: 20px;
  text-decoration: underline;
  cursor: pointer;
}

.subCategories {
  color: #005959;
  font-weight: 400;
  font-size: 15px;
}

.subCategories:hover {
  color: #ff6300;
  cursor: pointer;
}

.skeleton::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 570px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: skeleton-wave 1.5s infinite ease-in-out;
}

@keyframes skeleton-wave {
  0% {
    left: -150%;
  }
  100% {
    left: 100%;
  }
}

/* admin css style */
.admin-container {
  display: flex;
  flex-direction: column;
  padding: 0px 20px;
}
.admin-top-card-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  margin: 20px 0px;
  border-radius: 10px;
}
.admin-button-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin: 20px 0;
  justify-items: center;
}
.admin-button-wrapper {
  display: flex;
  justify-content: center;
}
.admin-top-card {
  height: 100px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  cursor: pointer;
  border-radius: 10px;
}
.admin-top-card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  background-color: #005959;
}
.admin-top-card-title p {
  color: white;
  font-size: 20px;
}
.admin-top-card-value {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
  background-color: #ff6300;
}
.admin-top-card-value p {
  color: white;
  font-size: 20px;
}

/* Trending Now styles */

.store-component {
  position: absolute;
  top: 90%;
  width: 50vw;
  padding: 20px;
  right: 7vw;
  height: 400px;
  overflow: auto;
  font-family: Arial, sans-serif;
  background-color: #f8f8f8;
  border-radius: 5px;
  z-index: 1000;
}

.trending-stores {
  margin-bottom: 20px;
  padding: 10px;
}

.store-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}

.store-button {
  font-size: 14px;
  text-align: center;
  color: #333;
  padding: 9px 23px;
  border-radius: 20px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #f4f4f4;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

.store-button:hover {
  border: solid 1px #ff6300;
  background-color: #005959;
  color: white;
}

.form-subcriber {
  width: 60%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.email-form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.about-us-telegram-whatsapp {
  color: #005959;
  text-decoration: underline;
}
.about-us-telegram-whatsapp:hover {
  color: #ff6300;
}
/* Store and Categories button */
.store-btn {
  border: 1px solid white;
}

.swiper-wrapper {
  margin-bottom: 10px !important;
}

/* .swiper-grid > .swiper-wrapper {
  flex-wrap: nowrap !important;
} */

.swiper-grid-column > .swiper-wrapper {
  flex-direction: unset !important;
  /* flex-wrap: wrap; */
  /* text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important; */
}
.product-category {
  color: #005959;
}
.product-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-info-wrap {
  text-align: left;
}

.merchant-logo-container {
  height: 100px;
}
.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 2px solid white; */
  /* border-radius: 10px; */
  background-color: white;
  width: 240px;
  height: 180px;
  /* min-height: 120px; */
}
.coupon-card-header {
  background-color: #005959;
  padding: 10px;
}

.swiper-grid-column > .swiper-wrapper {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
}

.bannerImage {
  width: 100%;
  height: 250px;
}

.admin-form-text-field {
  margin-bottom: 20px;
  width: 100%;
}

.couponlap-header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  height: 62px;
  padding: 0px;
  box-sizing: border-box;
  z-index: 1000;
  background: #fff;
  margin-bottom: 20px !important;
}
.cTop {
  padding: 12px 0;
}
.header-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}
/* .couponsViewComponent{
  width: 25% ;
} */

.coupons-list {
  width: 100%;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-evenly; */
}
.coupons-list-page {
  background: linear-gradient(to bottom, #f1f5f8, #dfe8ef);
}

.coupon-logo {
  width: auto;
  height: 75%;
  /* border: 1px solid black; */
}

.coupon_svg {
  filter: invert(40%) sepia(63%) saturate(1712%) hue-rotate(359deg)
    brightness(100%) contrast(108%);
}

.top-coupon {
  width: 25%;
  height: 240px;
  margin: 5px;
}

/* .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
/* display: flex; */
/* justify-content: center; */
/* align-items: center; */
/* } */

/* About-us page */
.about-us-section {
  padding: 1.5rem 15rem;
  /* margin: 4rem 0; */
}
.about-us-social-section {
  padding: 3rem 15rem;
  /* margin: 4rem 0; */
}

.about-us-section h3 {
  font-size: 20px;
  padding: 1rem 0;
}
.about-us-section p {
  font-size: 16px;
  padding: 0.6rem 0;
}
.about-us-social-section h3 {
  font-size: 20px;
  padding: 1rem 0;
}
.about-us-social-section p {
  font-size: 16px;
  padding: 0.6rem 0;
}
.about-us-section strong {
  font-size: 18px;
  padding: 1rem 0;
  color: #253d4e;
  font-weight: 700;
  line-height: 1.2;
}

.about-us-section a img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  filter: invert(51%) sepia(0%) saturate(0%) hue-rotate(247deg) brightness(98%)
    contrast(101%);
}

.about-us-social-section img {
  width: 40%;
  cursor: pointer;
}

.couponlap-team img {
  width: 216px;
  height: 217px;
  object-fit: cover;
  object-position: 50% 50%; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.couponlap-team img:hover {
  transform: scale(1.2);
}
.cat-and-subcat {
  padding: 20px;
}

.couponlap-team .profile-pic {
  border-radius: 50%;
  overflow: hidden;
}
/* scroll to top */
.scroll-to-top {
  position: fixed;
  bottom: 50vh;
  width: 50px;
  height: 50px;
  background-color: #ff6300;
  right: 20px;
  z-index: 999;
}

/* Nav bar */

.nav-search input {
  height: 3rem;
  width: 30vw;
  margin-bottom: 0.5rem;
  margin-left: auto;
  padding-left: 30px;
  background: url(/_next/static/media/search.75a5bde3.svg) no-repeat left;
  background-size: 25px;
  /* outline: none !important;
  box-shadow: none !important; */
}

/* Footer */
.couponlap-footer {
  background: #005959;
  color: white !important;
  /* padding: 0px 6rem; */
  /* margin: 0 auto; */
}
/* contact us page */
.contact-us-form .sec1 {
  width: 50%;
}
.contact-us-form .sec2 {
  width: 25%;
  /* background-color: #005959; */
  margin: 0.5rem 0;
  padding: 0.5rem;
}
.contact-us-form {
  margin: 0 0rem;
}
/* Category slider */
.category-slider {
  width: 90%;
  /* height: auto; */
  height: 320px;
}
.footer-section {
  width: 25%;
}
/* vertical line */
.vl {
  border-left: 6px solid #005959;
  height: 500px;
}
/* Stores Page and Categories */

/* Product title */
.product-title-h2 {
  height: 9vh;
}

/* Coupon Image */
.coupon-img {
  width: 50%;
  height: 16vh;
  margin: 0 1rem;
  border: 1px solid black;
  border-radius: 10px;
  padding: 8px;
}
/* Swiper pagination bullets */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, -7px) !important;
  /* top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; */
}
/* All Deals */
.all-deals {
  width: 18%;
}
/* All data  */

.couponBoarderStyle {
  width: 45% !important;
  font-size: 15px !important;
}

@media screen and (max-width: 600px) {
  /* .container-section {
    /* margin: 5px; */
  /* } */
}
@media screen and (min-width: 600px) {
  .container-section {
    /* margin: 0px; */
  }
}

@media screen and (max-width: 576px) {
  .container {
    padding: 0 !important;
  }
  .btn-responsive {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0.3rem;
    border-radius: 50%;
    font-size: 80%;
    text-align: center;
    background: white;
    color: black;
  }

  .titlex {
    font-size: large;
  }
  .poplr-offer {
    display: inline-block;
  }
  .categories .store {
    font-size: 90%;
    padding: 0 !important;
    padding-left: 2% !important;
    margin: 0;
  }

  .btn-submit {
    white-space: normal !important;
    word-wrap: break-word;
    padding: 50%;
  }

  /* .view-all-popular-offers{
    visibility: hidden;
    position: relative;
  }

  .view-all-popular-offers::before{
  visibility: visible;
  content: 'View All';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
  } */

  .company-info span {
    display: inline-block;
  }
  .company-info label {
    display: none;
  }

  .form-subcriber {
    /* display: flex !important;
    justify-content: center;
    align-items: center; */
    flex-wrap: wrap;
  }
  .form-subcriber,
  button {
    width: 100%;
  }

  .company-name {
    display: block;
  }

  .bannerImage {
    width: 100%;
    height: 160px !important;
  }

  .couponBoarderStyle {
    width: 90% !important;
    font-size: 18px;
  }

  .top-coupon {
    width: 100%;
  }
  .coupon-social {
    width: 100%;
  }
  .mobile-social-icon {
    display: flex;
    flex-direction: column;
  }
  .mobile-social-icon a {
    margin-right: 10px;
  }
  .about-us-section {
    padding: 1rem;
    /* margin: 4rem 0; */
  }

  .about-us-section .contact-us {
    font-size: 16px;
  }
  .about-us-social-section {
    padding: 1rem;
  }

  .about-us-social-section img {
    width: 100%;
  }
  .swiper-grid > .swiper-wrapper {
    padding: 10px 0;
    /* flex-wrap: inherit !important; */
  }
  /* .swiper-grid > .custom-class {
  flex-wrap: nowrap !important;

} */
  .swiper-pagination {
    z-index: 10 !important; /* Ensure bullets are above slides */
  }

  .swiper-pagination-bullet {
    margin: 5px 5px !important; /* Adjust spacing between bullets */
  }

  .couponlap-footer {
    padding: 0;
  }
  .contact-us {
    padding: 0;
  }
  .contact-us-form {
    margin: 0;
  }
  .contact-us-form .sec1,
  .contact-us-form .sec2 {
    width: 100%;
  }

  .category-slider {
    width: 100%;
    margin-right: 6px !important;
    height: auto;
  }
  .vl {
    border: none;
    border-bottom: 5px solid #005959 !important;
    height: 0;
    width: 100%;
  }
  .card-2 figure img {
    border-radius: 10px;
    display: inline-block;
    max-width: 100px;
  }
  .card-2 figure {
    text-align: center;
    margin: 6px 0;
  }
  .loop-grid {
    margin: 0;
  }
  /* .product-title-h2 {
    /* height: auto; */
  /* }  */
  .coupon-img {
    width: 85%;
    margin: 0 1rem;
    height: 10vh;
    border: 1px solid black;
    border-radius: 10px;
    padding: 8px;
  }
  /* All Deals */
  .all-deals {
    width: 45%;
  }
  .coupon-code-box {
    flex-wrap: wrap;
  }
  .coupon-code {
    width: 100% !important;
    margin-top: 2%;
  }

  .header-container {
    width: 100vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 70px;
  }

  .company-info {
    text-align: center !important;
    margin-left: 10px !important;
  }

  .input-container {
    position: relative;
    display: flex;
    align-items: center;
  }

  .input-field {
    font-size: 18px;
  }

  .searchDropdown {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 90vh;
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .close-icon {
    position: absolute;
    right: 8px;
    cursor: pointer;
    font-size: 25px;
    color: #888;
  }
  .footer-section {
    width: 100%;
  }

  .footer-nav-section {
    width: 50%;
  }
  .skeleton {
    height: 150px; /* Height for sm screens */
    width: 90vw;
  }

  .product-cart-wrap {
    width: 48% !important;
    margin-right: 3px;
    margin-left: 3px;
  }
  .store-component {
    width: 100%;
    top: 12vh;
    left: 0;
    right: 0;
    padding: 10px;
    height: 600px;
    position: absolute;
  }
  .product-title {
    line-height: 14px;
    font-size: 80%;
  }
  .cat-and-subcat {
    padding: 10px;
  }
}

/* from the select all css it's taking margin top as 70px now removed marginTop value */
/* tinymce editor icons css */
.tox .tox-tbtn svg {
  margin: 0;
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  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;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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: var(--swiper-pagination-bullet-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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.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%;
  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 {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

