:root {
  --swiper-pagination-color: #90d401;
  --bs-border-radius: 10px;
}
.row > *:not([class*="col-"]) {
  width: auto !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
    filter: drop-shadow(2px 4px 6px black);
}
a {
  text-decoration: none;
  color: #000;
  display: inline-block;
}
.ellipsis-multiline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* Number of lines to show */
  line-height: 1.2em;
  height: calc(1.2em * 2); /* line-height * number of lines */
}
a > h6.ellipsis-multiline {
  font-weight: 400;
}
span.text-muted.mb-2.d-inline-block + h5 {
  font-size: 1em;
}

h2 {
  margin-bottom: 32px;
}
img {
  max-width: 100%;
}
button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
  border-color: #90d401 !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

main {
  padding-top: 144px;
}
section {
  padding: 30px 0;
}
.mw-max-content {
  max-width: max-content !important;
}
small {
  font-size: 70%;
}
.container {
  max-width: 1440px !important;
}
.theme-img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.theme-img img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* header */
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
.header-bottom {
  overflow: hidden;
}
.header-top a {
  padding: 5px 10px;
}
.header-top {
  padding: 5px 0;
}
.logo {
  max-width: 85px;
}
.cart-btn,
.heart-btn {
  background-color: #fff;
}
/* /header */
/* banner */

.banner-page-tab {
  background: #fff;
  padding: 5px;
  font-size: 14px;
  height: auto;
  margin: 0 !important;
  border-radius: 0;
  opacity: 1;
}
.banner-page-tab p {
  margin-bottom: 0;
}
.banner-page-tab.swiper-pagination-bullet-active {
  background-color: #90d401;
  color: #fff;
}

/* /banner */
.services img {
  height: 60px;
  width: 60px;
  object-fit: contain;
  display: block;
  margin: 0 auto 16px;
}
.cart-btn,
.heart-btn {
  position: absolute;
  top: 0;
  right: 1px;
  height: 40px;
  width: 40px;
}
.heart-btn {
  display: none;
}
.off-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
.quantity-box {
  position: absolute;
  right: 0;
  top: 56px;
  background-color: #fff;
}
footer:before {
  content: "";
  height: 300px;
  width: 100%;
  background: #198754;
  position: absolute;
  top: -0;
  z-index: -1;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  scale: 1.2;
  transform-origin: top;
}
footer {
  padding-top: 200px;
}
footer li {
  padding: 5px 0;
}
.header-cart-btn {
  position: relative;
}
.header-cart-btn .badge {
  background: orange;
  position: absolute;
  left: 50%;
}

.header-bottom .row > .row {
  margin: 0;
}
section.products .filters {
  min-width: 260px;
  padding: 16px;
}
.products-right {
  flex: 1;
}
section.products .filters h4 {
  padding: 16px 10px;
  margin: 0;
}
section.products .filters a {
  background: #fff;
  padding: 16px 10px;
  border-top: 1px solid #ccc;
  display: block;
  width: 100%;
  margin-bottom: -1px;
  text-align: left;
}
section.products .filters a.active {
  color: #ffc107;
  background-color: #ffc10726;
  font-weight: 600;
}
.global-search-box {
  position: fixed;
  background: #fefefe;
  inset: 0;
  z-index: 9;
  padding: 16px;
  top: 135px;
}
section.products .filters a.active + ul {
  display: block;
}
section.products .filters ul ul {
  display: none;
}
section.products .filters ul ul li a {
  padding: 8px;
}

/* cart */
.cart {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  z-index: 9999;
  transition: 0.1s;
  translate: 500px;
}
.cart.shown {
  translate: 0;
}
.backdrop-layer,
.backdrop {
  inset: 0;
  position: fixed;
  background-color: #00000050;
  z-index: 999;
}
/* /cart */
.profile-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  background: #fff;
  z-index: 999;
  translate: 300px;
  transition: 0.2s;
}
.profile-modal.shown {
  translate: 0;
}
section.products .filters ul ul li a {
  background-color: #fff;
}

section.products .filters ul a {
  background-color: #e7f7de;
}
@media (max-width: 991px) {
  .header-bottom .row > .row {
    width: 100% !important;
  }
  .header-bottom .row > .row > div:nth-child(2) {
    margin-right: auto;
  }
  .header-bottom {
    padding-bottom: 16px;
  }
  .header-top {
    display: none;
  }
  .header-bottom .input-group {
    max-width: 100% !important;
    height: 48px;
  }
  .header-bottom .row > .row:nth-child(2) {
    gap: 8px;
  }
  .header-bottom .row > .row:nth-child(2) .text-muted {
    font-size: 10px;
    margin-bottom: 0 !important;
  }
  .header-bottom .row > .row:nth-child(2) .mb-0 {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-bottom .row > .row > * {
    padding: 0 !important;
  }
  .footer-col {
    text-align: center;
    margin: auto;
  }
  .header-bottom .row > .row .global-search-box {
    padding: 16px !important;
    top: 120px;
  }
  select {
    font-size: 12px !important;
    border: none !important;
    padding: 0 30px 0 0 !important;
  }
  .header-bottom {
    padding-bottom: 10px;
  }
  .header-bottom .row .rounded-circle {
    height: 40px !important;
    width: 40px !important;
    min-width: 40px !important;
  }
  .input-group {
    --bs-border-radius: 15px;
  }
  .banner-pagination {
    justify-content: center;
    margin-top: 8px;
  }

  .banner-pagination span {
    padding: 4px;
  }
  .logo {
    max-width: 70px;
  }
  main {
    padding-top: 120px;
  }
  html {
    font-size: 12px;
  }
  .bi.bi-plus-lg,
  .bi.bi-dash-lg {
    font-size: 18px;
  }
  .services img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }
  .fs-4 {
    font-size: 14px !important;
  }
  .cart-btn,
  .heart-btn {
    height: 30px;
    width: 30px;
    padding: 0;
  }

  h5 {
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }
  .header-bottom {
    border-radius: 0 0 26px 26px;
  }
  h2 {
    margin-bottom: 14px;
  }
  section.services .row {
    flex-wrap: nowrap;
    overflow: auto;
    padding: 8px !important;
    margin: 0;
  }
  h6 + div.pt-3 {
    padding-top: 5px !important;
  }
  h6 + div > span.mb-2 {
    font-size: 12px;
    margin-bottom: 0 !important;
  }
  .quantity-box {
    top: 38px;
  }
  .quantity-box input {
    padding: 5px;
    width: 30px !important;
    height: 30px;
  }
  footer:before {
    height: 100px;
  }
  footer {
    padding-top: 100px;
  }
  footer .row > div:first-child img {
    max-width: 150px;
    display: block;
    margin: auto;
  }
  footer .row > div:first-child {
    max-width: 100% !important;
    width: 100% !important;
  }
  footer .row {
    row-gap: 16px;
  }
  footer .text-end {
    text-align: center !important;
    margin-bottom: 0;
    margin-top: 10px;
  }
  section {
    padding: 8px 0;
  }
  .banner .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
  }
  h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  section.products .filters {
    min-width: 100%;
    margin-bottom: 8px;
  }
  section.products .container > .row > div:first-child {
    width: 100% !important;
  }
  section.products .filters button {
    padding: 10px;
  }
  section.products .filters ul {
    display: none;
  }
  .header-cart-btn .badge {
    left: 30%;
  }

  .header-cart-btn {
    padding-right: 16px !important;
  }

  span.text-muted.mb-2.d-inline-block + h5 {
    font-size: 12px !important;
    text-align: right;
  }

  span.text-muted.mb-2.d-inline-block {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  #filter-btn {
    pointer-events: none;
  }
}
