body {
  font-family: "Outfit", sans-serif !important;
}

.swiper-button-prev,
.swiper-button-next {
  min-width: 44px !important;
  min-height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  border: none !important;
  border-radius: 0px !important;
  background: rgba(255, 255, 255, 0.35) !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  height: 14px !important;
  width: 28px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(34, 51, 48, 1) !important;
  font-size: 20px !important;
}
#categories .section-heading {
  display: none;
}

.section-wrapper-0 section {
  margin-top: 0px;
}
.ban-cont-content {
  max-width: 90% !important;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.ban-cont-text {
  font-size: 20px !important;
  font-weight: 400 !important;
}
.ban-cont-button {
  border-radius: 2px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
@media (max-width: 480px) {
  .ban-cont-text {
    font-size: 12px !important;
    font-weight: 400 !important;
  }
  .ban-cont-button {
    border-radius: 2px !important;
    padding: 3px 16px !important;
    font-size: 12px !important;
    font-weight: 300 !important;
  }
}
#footer {
  background-color: #eeeeee !important;
}
.pr-long-card {
  border: none !important;
  border-radius: 0px !important;
  background-color: transparent !important;
}

.sh-section-heading {
  margin-top: 24px !important;
}
.ProductInfiniteScroll-component .sh-section-heading {
  margin-top: 0px !important;
}
#categories .section-heading-container {
  display: none !important;
}
.section-wrapper-7,
.section-wrapper-5,
.section-wrapper-3 {
  margin-top: 32px !important;
}
.cat-card {
  padding: 0px 10px !important;
}
@media (max-width: 768px) {
  .hero-inner {
    height: 65vh !important;
  }
  .mobile-img {
    display: block;
    margin-top: 110px !important;
  }
}
.section-wrapper-1 .page-container {
  margin-top: 0px !important;
  max-width: none !important;
  padding: 0px !important;
}
.section-wrapper-1 .page-container .banner-collection img {
  width: 100% !important;
}
.footer {
  background-color: #eeeeee !important;
}
.sh-section-heading {
  align-items: center !important;
  justify-self: center !important;
}
.section-wrapper-1 .section-1 {
  padding: 0px !important;
  margin-top: -7px !important;
}
.section-wrapper-5,
.section-wrapper-7 {
  margin-top: 0px !important;
}
.pr-long-card .pr-image {
  border: none !important;
  border-radius: 16px !important;
}
/* bloomix theme */
.section-spacing {
  margin-top: 12px !important;
}
.section {
  padding: 20px 0px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 480px) {
  .section {
    padding: 20px 0px !important;
    padding-bottom: 0px !important;
  }
}
.header-transparent,
.header-solid,
.luxury-header {
  background-color: #fff !important;
  color: #000 !important;
}
.nav-link {
  color: #000 !important;
}
.utility-bar-content svg {
  stroke: #000 !important;
}
.badge-icon-count {
  background-color: #000 !important;
  color: #fff !important;
}
.search-container.expanded:before {
  background-color: #000 !important;
}
#searchbar {
  color: #000 !important;
}
.mobile-menu-buttons svg {
  stroke: #000 !important;
}
.search-btn-close svg {
  filter: invert(1) !important;
}
.mobile-header-icons svg {
  stroke: #000 !important;
}
.section:has(.StoreBanner-component) {
  max-width: none !important;
}
.section:has(.easy-banner-wrapper) {
  max-width: none !important;
}
@media (max-width: 480px) {
  .product-swiper-slide {
    --product-in-row: 1 !important;
    width: 40% !important;
  }
  .breadcrumb .current {
    max-width: 220px !important;
  }
  .product-footer-sold-out {
    width: 100%;
  }
  .sh-header-arrow-icon {
    color: #000 !important;
  }
  .pr-plus-minus-button {
    font-size: 12px;
    height: 40px !important;
  }
}
@media (min-width: 480px) {
  .product-whislist-container {
    margin-top: -34px !important;
  }
}
.heading-title {
  font-weight: bold;
  padding-bottom: 10px;
}
.product-card .pr-outlined-button {
  background-color: #000 !important;
  color: #fff !important;
}
.product-card .pr-plus-minus-button {
  background-color: #000 !important;
  color: #fff !important;
}
.product-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.breadcrumb a {
  display: none;
}
.breadcrumb .current {
  display: none;
}
.breadcrumb span {
  display: none;
}
.product-collapse {
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 0;
}

.product-collapse summary {
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-right: 28px;
  display: flex;
  align-items: center;
}

/* remove default marker */
.product-collapse summary::-webkit-details-marker {
  display: none;
}

/* caret icon (like Features section) */
.product-collapse summary::after {
  content: "";
  position: absolute;
  right: 0;
  width: 9px;
  height: 9px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg); /* down arrow */
  transition: transform 0.25s ease;
}

/* rotate caret when open */
.product-collapse[open] summary::after {
  transform: rotate(-135deg); /* up arrow */
}

/* content spacing */
.product-collapse__content {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.product-collapse__content ul {
  margin-left: 18px;
}
.product-collapse__content > p:first-child strong {
  display: none;
}
