/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");
/* ///////////////////////////////////////// */
/* container */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1540px !important;
    padding: 0 !important;
  }
}
@media (max-width: 576px) {
  .no-padding-container {
    padding: 0 !important;
  }
}
/* ////////////////////// */
/* shop style */
.shop-content-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 34px;
  gap: clamp(0px, 2.0833333333vw, 40px);
}
.shop-content-wrapper .filters-container {
  width: clamp(250px, 15.7291666667vw, 302px);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding-inline-end: clamp(9px, 1.09375vw, 21px);
}
.shop-content-wrapper .filters-container .filters-title {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 10px;
}
.shop-content-wrapper .filters-container .filters-title span {
  font-family: Alexandria;
  font-size: clamp(10px, 0.8333333333vw, 16px);
  font-weight: 400;
  line-height: 10px;
  color: #000;
}
.shop-content-wrapper .filters-container .price-filtring {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 100%;
  border: 1px solid #f1f1f2;
  margin-top: 20px;
  border-radius: 12px;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapce-title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: none;
  outline: none;
  background: transparent;
  padding: 16px 20px;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapce-title span {
  font-family: Alexandria;
  font-size: clamp(12px, 0.8333333333vw, 16px);
  font-weight: 700;
  line-height: 10px;
  color: #fd9636 !important;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapce-title .price-arrow {
  transform: rotate(180deg);
  transition: all 1s ease;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapce-title:not(.collapsed) .price-arrow {
  transform: rotate(0deg);
}
.shop-content-wrapper .filters-container .price-filtring .collapse.price-collapse.show {
  display: flex;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse {
  flex-direction: column;
  width: 100%;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .filter-direction {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #f1f1f2;
  border-bottom: 1px solid #f1f1f2;
  gap: clamp(10px, 0.7291666667vw, 14px);
  padding: clamp(14px, 1.09375vw, 21px) 15px clamp(14px, 1.09375vw, 21px) 20px;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .filter-direction .filter-direction-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .filter-direction .filter-direction-item span a {
  font-family: Alexandria;
  font-size: clamp(10px, 0.7291666667vw, 14px);
  font-weight: 700;
  line-height: 22px;
  color: #000;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .filter-direction .line {
  border-top: 1px solid #f1f1f2;
  width: 100%;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px 25px;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price h3 {
  font-family: Alexandria;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #191c1f;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price .price-range {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price .price-range .range-slider {
  position: relative;
  width: 100%;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price .price-range .range-slider input[type=range] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  height: 5px;
  background: transparent;
  z-index: 10;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price .price-range .range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fa8232;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price .price-range .range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fa8232;
  cursor: pointer;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price .price-range .range-slider .slider-track {
  display: flex;
  position: absolute;
  height: 5px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price .price-range .range-slider .slider-track-active {
  display: flex;
  background: #fff;
  position: absolute;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price .price-range .range-values {
  margin-top: 16px;
  width: 100%;
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price .price-range .range-values input {
  width: 100%;
  padding: 8px;
  font-family: Alexandria;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #e4e7e9;
  border-radius: 3px;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .all-prices {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 12px;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .all-prices .priceItem {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .all-prices .priceItem .priceCircle {
  width: 20px;
  height: 20px;
  border: 2px solid #e1e3ea;
  border-radius: 50%;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .all-prices .priceItem span {
  font-family: Alexandria;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  color: #475156;
}
.shop-content-wrapper .filters-container .price-filtring .price-collapse .all-prices .priceItem .priceCircle.active {
  border: 3px solid #fd9636 !important;
}
.shop-content-wrapper .filters-container .catigory-filtring {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 100%;
  border: 1px solid #f1f1f2;
  margin-top: 20px;
  border-radius: 12px;
}
.shop-content-wrapper .filters-container .catigory-filtring .allcatigory-collapse {
  display: flex;
  width: 100%;
  align-items: start;
  flex-direction: column;
  border: none;
  outline: none;
  background: transparent;
  padding: 16px 20px;
  gap: 16px;
}
.shop-content-wrapper .filters-container .catigory-filtring .allcatigory-collapse .collapseHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.shop-content-wrapper .filters-container .catigory-filtring .allcatigory-collapse .collapseHead span {
  font-family: Alexandria;
  font-size: clamp(12px, 0.8333333333vw, 16px);
  font-weight: 700;
  line-height: 10px;
  color: #fd9636 !important;
}
.shop-content-wrapper .filters-container .catigory-filtring .allcatigory-collapse .collapseHead .catigory-arrow {
  transform: rotate(180deg);
  transition: all 1s ease;
}
.shop-content-wrapper .filters-container .catigory-filtring .allcatigory-collapse .collapseSearch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #fd9636;
  background: rgba(140, 158, 197, 0.1019607843);
  padding: 12px 13px;
  border-radius: 8px;
}
.shop-content-wrapper .filters-container .catigory-filtring .allcatigory-collapse .collapseSearch input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #000;
}
.shop-content-wrapper .filters-container .catigory-filtring .allcatigory-collapse:not(.collapsed) .collapseHead .catigory-arrow {
  transform: rotate(0deg) !important;
}
.shop-content-wrapper .filters-container .catigory-filtring .collapse.catigory-collapse.show {
  display: flex;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse {
  flex-direction: column;
  width: 100%;
  align-items: start;
  justify-content: start;
  padding: clamp(12px, 0.8333333333vw, 16px) clamp(14px, 1.0416666667vw, 20px);
  gap: 15px;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem {
  display: flex;
  align-items: start;
  justify-content: start;
  border: 1px solid #f1f1f2;
  width: 100%;
  flex-direction: column;
  border-radius: 8px;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: none;
  outline: none;
  background: transparent;
  padding: clamp(12px, 0.8333333333vw, 16px) clamp(10px, 0.7291666667vw, 14px);
  gap: clamp(10px, 0.7291666667vw, 14px);
  border: 1px solid #f1f1f2;
  border-radius: 6px;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse .collapseHead {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: clamp(8px, 0.5729166667vw, 11px);
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse .collapseHead .priceCircle {
  width: clamp(20px, 1.3541666667vw, 26px);
  height: clamp(20px, 1.3541666667vw, 26px);
  border: 3px solid #e1e3ea;
  border-radius: 50%;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse .collapseHead .collapseItemTitle {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse .collapseHead .collapseItemTitle span {
  font-family: Alexandria;
  font-size: clamp(10px, 0.625vw, 12px);
  font-weight: 700;
  line-height: 18px;
  color: #000;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse[aria-expanded=true] {
  border: 1px solid #fd9636;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse[aria-expanded=true] .collapseHead .priceCircle {
  border: 5px solid #fd9636 !important;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse[aria-expanded=true] .collapseHead .collapseItemTitle span {
  color: #fd9636 !important;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse[aria-expanded=true] .collapseHead .collapseItemTitle svg {
  fill: #fff;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse[aria-expanded=true] .collapseHead .collapseItemTitle svg path {
  stroke: #fd9636 !important;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse[aria-expanded=true] .plusSvg {
  display: none;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse[aria-expanded=true] .minuseSvg {
  display: inline !important;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse.selected {
  border: 1px solid #fd9636;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse.selected .collapseHead .priceCircle {
  border: 5px solid #fd9636 !important;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse.selected .collapseHead .collapseItemTitle span {
  color: #fd9636 !important;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse.selected .collapseHead .collapseItemTitle svg {
  fill: #fff;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse.selected .collapseHead .collapseItemTitle svg path {
  stroke: #fd9636 !important;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse.selected .plusSvg {
  display: none;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse.selected .minuseSvg {
  display: inline !important;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .collapse.catigoryItem-collapse.show {
  display: flex;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryItem-collapse {
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding-inline-start: 47px;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 10px;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryItem-collapse div {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryItem-collapse div input {
  border: none;
  outline: none;
  border-radius: 7px;
  background: #e1e3ea;
  width: 20px;
  height: 20px;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryItem-collapse div span {
  font-family: Alexandria;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #323a3e;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem:has(.catigoryCollapceItem-collapse[aria-expanded=true]) {
  border: 1px solid #fd9636;
}
.shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem:has(.catigoryCollapceItem-collapse.selected) {
  border: 1px solid #fd9636;
}
.shop-content-wrapper .products-container {
  width: clamp(0px, 62.5vw, 1200px);
}
.shop-content-wrapper .products-container .shop-products {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: clamp(9px, 1.6666666667vw, 32px);
  flex-direction: column;
}
.shop-content-wrapper .products-container .shop-products .viewArtivals {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Alexandria;
  font-size: clamp(14px, 1.875vw, 36px);
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
.shop-content-wrapper .products-container .shop-products .row {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: clamp(5px, 1.5625vw, 30px);
  margin-top: clamp(10px, 2.6041666667vw, 50px);
}
.shop-content-wrapper .products-container .shop-products .row .home-artical-card {
  width: clamp(155px, 13.6979166667vw, 263px);
  height: clamp(178px, 14.3229166667vw, 275px);
  display: flex;
  flex-direction: column;
  background-color: rgba(140, 158, 197, 0.1019607843);
  border-radius: 12px;
  padding: clamp(4px, 0.4166666667vw, 8px);
  position: relative;
  overflow: hidden;
}
.shop-content-wrapper .products-container .shop-products .row .home-artical-card .card-img {
  width: 100%;
  border-radius: 12px;
}
.shop-content-wrapper .products-container .shop-products .row .home-artical-card .card-img img {
  width: 100%;
  height: clamp(109px, 9.6354166667vw, 185px);
  border-radius: 12px;
}
.shop-content-wrapper .products-container .shop-products .row .home-artical-card .card-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-top: 10px;
}
.shop-content-wrapper .products-container .shop-products .row .home-artical-card .card-info h3 {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 5px;
  width: 100%;
}
.shop-content-wrapper .products-container .shop-products .row .home-artical-card .card-info h3 span {
  font-family: Alexandria;
  font-size: clamp(8px, 0.7291666667vw, 14px);
  font-weight: 500;
  line-height: clamp(10px, 1.0416666667vw, 20px);
  color: #000;
}
.shop-content-wrapper .products-container .shop-products .row .home-artical-card .card-info .date {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  margin-top: 2px;
  padding: 0 2px;
  width: 100%;
}
.shop-content-wrapper .products-container .shop-products .row .home-artical-card .card-info .date span {
  font-family: Alexandria;
  font-size: clamp(8px, 0.5208333333vw, 10px);
  font-weight: 400;
  line-height: clamp(17px, 1.0416666667vw, 20px);
  color: #8c9ec5;
}
.shop-content-wrapper .products-container .shop-products .row .home-artical-card .corner-square {
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  height: 22px;
  border-radius: 0px 8px 0px 0px;
  background-color: #fd9636;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Alexandria;
  font-size: clamp(8px, 0.5208333333vw, 10px);
  font-weight: 400;
  line-height: clamp(17px, 1.0416666667vw, 20px);
  color: #fff;
  padding: 4px 10px;
}
@media (max-width: 1324px) and (min-width: 1201px) {
  .shop-content-wrapper .products-container .shop-products .row {
    gap: 4px;
  }
}
@media (max-width: 767px) and (min-width: 577px) {
  .shop-content-wrapper .products-container .shop-products .row {
    gap: 15px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .shop-content-wrapper .products-container .shop-products .viewArtivals {
    justify-content: start;
    text-align: start;
  }
  .shop-content-wrapper .products-container .shop-products .row {
    justify-content: center;
  }
  .shop-content-wrapper .products-container .shop-products .row .home-artical-card {
    width: 48%;
  }
}

@media (max-width: 1200px) {
  .mobileFilterBg {
    position: fixed;
    display: block !important;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999998;
    background: rgba(0, 0, 0, 0.2);
  }
  .shop-content-wrapper {
    position: relative;
  }
  .shop-content-wrapper .filters-container {
    position: absolute;
    right: -100%;
    top: 0;
  }
  .shop-content-wrapper .filters-container.showInMobile {
    right: 0;
    z-index: 9999999999;
    background: #fff;
    min-height: 73vh;
    max-height: 90%;
    width: 300px;
    padding: 18px 9px;
    border-radius: 12px;
    overflow: auto;
  }
  .shop-content-wrapper .products-container {
    width: 100%;
  }
  .shop-content-wrapper .products-container .shop-products .proMobHead {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  .shop-content-wrapper .products-container .shop-products .proMobHead h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Alexandria;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.04em;
    color: #000;
  }
  .shop-content-wrapper .products-container .shop-products .proMobHead .filters-title {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 10px;
  }
  .shop-content-wrapper .products-container .shop-products .proMobHead .filters-title span {
    font-family: Alexandria;
    font-size: clamp(10px, 0.8333333333vw, 16px);
    font-weight: 400;
    line-height: 10px;
    color: #000;
  }
}
#filtering {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: clamp(10px, 1.3020833333vw, 25px);
  margin-top: clamp(9px, 1.6666666667vw, 32px);
}

/* ///////////////////////////// */
/* dark mode */
body.dark .shop-content-wrapper .filters-container .filters-title svg {
  stroke: #fff;
}
body.dark .shop-content-wrapper .filters-container .filters-title span {
  color: #fff;
}
body.dark .shop-content-wrapper .filters-container .price-filtring {
  border: 1px solid var(--dark-mode-white);
}
body.dark .shop-content-wrapper .filters-container .price-filtring .price-collapse .filter-direction {
  border-top: 1px solid var(--dark-mode-white);
  border-bottom: 1px solid var(--dark-mode-white);
}
body.dark .shop-content-wrapper .filters-container .price-filtring .price-collapse .filter-direction .filter-direction-item span a {
  color: #fff !important;
}
body.dark .shop-content-wrapper .filters-container .price-filtring .price-collapse .filter-direction .line {
  border-top: 1px solid var(--dark-mode-white);
}
body.dark .shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price h3 {
  color: #fff;
}
body.dark .shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price .price-range .range-slider input[type=range]::-moz-range-thumb {
  background: var(--dark-mode-white-second);
}
body.dark .shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price .price-range .range-slider .slider-track {
  background: var(--dark-mode-white-second);
}
body.dark .shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price .price-range .range-slider .slider-track-active {
  background: var(--dark-mode-white-second);
}
body.dark .shop-content-wrapper .filters-container .price-filtring .price-collapse .mid-price .price-range .range-values input {
  border: 1px solid var(--dark-mode-white-second);
  background: transparent;
  color: #fff;
}
body.dark .shop-content-wrapper .filters-container .price-filtring .price-collapse .all-prices .priceItem .priceCircle {
  border: 2px solid #fff;
}
body.dark .shop-content-wrapper .filters-container .price-filtring .price-collapse .all-prices .priceItem span {
  color: #fff;
}
body.dark .shop-content-wrapper .filters-container .catigory-filtring {
  border: 1px solid var(--dark-mode-white);
}
body.dark .shop-content-wrapper .filters-container .catigory-filtring .allcatigory-collapse .collapseSearch {
  border: 1px solid #fd9636;
  background: var(--dark-mode-second);
}
body.dark .shop-content-wrapper .filters-container .catigory-filtring .allcatigory-collapse .collapseSearch input {
  color: #fff;
}
body.dark .shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem {
  border: 1px solid var(--dark-mode-white);
}
body.dark .shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse {
  border: 1px solid var(--dark-mode-white);
}
body.dark .shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse .collapseHead .priceCircle {
  border: 3px solid var(--dark-mode-white-second);
}
body.dark .shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse .collapseHead .collapseItemTitle span {
  color: #fff;
}
body.dark .shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse .collapseHead .collapseItemTitle svg {
  fill: none;
}
body.dark .shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse .collapseHead .collapseItemTitle svg rect {
  fill: none;
}
body.dark .shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse .collapseHead .collapseItemTitle svg path {
  fill: none;
  stroke: #fff;
}
body.dark .shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse .plusSvg path {
  fill: #fff;
}
body.dark .shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryCollapceItem-collapse .minuseSvg path {
  fill: var(--main);
}
body.dark .shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryItem-collapse div input {
  background: #fff;
}
body.dark .shop-content-wrapper .filters-container .catigory-filtring .catigory-collapse .catigoryCollapceItem .catigoryItem-collapse div span {
  color: #fff;
}
body.dark .shop-content-wrapper .products-container {
  /* flash sales */
}
body.dark .shop-content-wrapper .products-container .shop-products .viewArtivals {
  color: #fff;
}
body.dark .shop-content-wrapper .products-container .shop-products .proMobHead h2 {
  color: #fff;
}
body.dark .shop-content-wrapper .products-container .shop-products .proMobHead h2 svg path {
  stroke: #fff;
}
body.dark .shop-content-wrapper .products-container .shop-products .proMobHead .filters-title svg {
  stroke: #fff;
}
body.dark .shop-content-wrapper .products-container .shop-products .proMobHead .filters-title span {
  color: #fff;
}
body.dark .shop-content-wrapper .products-container .shop-products .home-artical-card {
  background-color: var(--dark-mode-second);
}
body.dark .shop-content-wrapper .products-container .shop-products .home-artical-card .card-info h3 span {
  color: #fff;
}
body.dark .shop-content-wrapper .products-container .shop-products .home-artical-card .card-info .date span {
  color: #fff;
}
@media (max-width: 1200px) {
  body.dark .shop-content-wrapper .filters-container.showInMobile {
    background: var(--dark-mode-second);
  }
}

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