/* [project]/src/components/molecule/breadcrumb/style.module.css [app-client] (css) */
.style-module__y2rJ5a__breadcrumb {
  width: 100%;
  margin-top: .75rem;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__y2rJ5a__breadcrumb {
    margin-top: 1.75rem;
  }
}

.style-module__y2rJ5a__box {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity, 1));
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  gap: .75rem;
  width: 100%;
  padding: .625rem 1rem;
  display: flex;
  overflow: hidden !important;
}

@media (min-width: 1024px) {
  .style-module__y2rJ5a__box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.style-module__y2rJ5a__lists {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: .125rem;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__y2rJ5a__lists {
    gap: .375rem;
  }
}

.style-module__y2rJ5a__link {
  text-wrap: nowrap;
  text-align: right;
  font-family: var(--font-peyda);
  color: rgba(0, 0, 0, .6);
  font-size: 11px;
  font-weight: 500;
  transition-duration: .3s;
  line-height: 1.25rem !important;
}

.style-module__y2rJ5a__link:hover {
  --tw-text-opacity: 1;
  color: rgba(230, 91, 124, var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .style-module__y2rJ5a__link {
    font-size: .875rem;
    line-height: 2.5rem !important;
  }
}

/* [project]/src/components/molecule/category/subMenu/style.module.css [app-client] (css) */
.style-module__RZhVyG__box {
  flex-wrap: nowrap;
  gap: .75rem;
  width: 100%;
  display: flex;
  overflow-x: auto;
}

@media (min-width: 1024px) {
  .style-module__RZhVyG__box {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    display: grid;
  }
}

.style-module__RZhVyG__linkBox {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity, 1));
  text-align: center;
  color: rgba(0, 0, 0, .7);
  border-radius: 20px;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: .375rem;
  width: 7rem;
  padding: 1rem .5rem;
  font-size: 10px;
  font-weight: 700;
  transition-duration: .3s;
  display: flex;
}

.style-module__RZhVyG__linkBox:hover {
  --tw-text-opacity: 1;
  color: rgba(230, 91, 124, var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .style-module__RZhVyG__linkBox {
    width: 9rem;
  }
}

@media (min-width: 768px) {
  .style-module__RZhVyG__linkBox {
    font-size: .75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1024px) {
  .style-module__RZhVyG__linkBox {
    gap: .75rem;
    width: 100%;
  }
}

@media (min-width: 1285px) {
  .style-module__RZhVyG__linkBox {
    font-size: 13px;
  }
}

/* [project]/src/components/pages/productFiltersPage/style.module.css [app-client] (css) */
.style-module__tSLMOW__bothSide {
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: auto;
  display: flex;
}

@media (min-width: 768px) {
  .style-module__tSLMOW__bothSide {
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .style-module__tSLMOW__bothSide {
    flex-direction: row;
  }
}

.style-module__tSLMOW__rightSide {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 1.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media not all and (min-width: 1024px) {
  .style-module__tSLMOW__rightSide {
    z-index: 50;
  }
}

@media (min-width: 1024px) {
  .style-module__tSLMOW__rightSide {
    width: 33.3333%;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 1.25rem;
  }
}

@media (min-width: 1285px) {
  .style-module__tSLMOW__rightSide {
    width: 25%;
  }
}

.style-module__tSLMOW__leftSide {
  width: 100%;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__tSLMOW__leftSide {
    width: 75%;
  }
}

@media (min-width: 1285px) {
  .style-module__tSLMOW__leftSide {
    width: 80%;
  }
}

.style-module__tSLMOW__text {
  text-align: right;
  color: rgba(0, 0, 0, .7);
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  transition-duration: .3s;
}

.style-module__tSLMOW__text:hover {
  --tw-text-opacity: 1;
  color: rgba(230, 91, 124, var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .style-module__tSLMOW__text {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

/* [project]/src/components/organisms/productFiltersPage/products/style.module.css [app-client] (css) */
.style-module__QiuJVa__productsSection {
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  display: flex;
}

.style-module__QiuJVa__row {
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  height: auto;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__QiuJVa__row {
    flex-direction: row;
    align-items: center;
    height: 2.25rem;
  }
}

.style-module__QiuJVa__products {
  flex-direction: column;
  gap: .625rem;
  width: 100%;
  height: auto;
  padding-bottom: 18px;
  display: flex;
  overflow: hidden;
}

@media (min-width: 430px) {
  .style-module__QiuJVa__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }
}

@media (min-width: 640px) {
  .style-module__QiuJVa__products {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .style-module__QiuJVa__products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1285px) {
  .style-module__QiuJVa__products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.style-module__QiuJVa__filters {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__QiuJVa__filters {
    justify-content: center;
  }
}

.style-module__QiuJVa__filterButton {
  --tw-border-opacity: 1 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: rgba(71, 71, 107, var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
  color: rgba(0, 0, 0, .7) !important;
  border-radius: 9999px !important;
  height: 2.5rem !important;
  padding: .25rem 1rem !important;
  font-size: .75rem !important;
  line-height: 1rem !important;
  display: flex !important;
}

.style-module__QiuJVa__filterButton:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(71, 71, 107, var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1024px) {
  .style-module__QiuJVa__filterButton {
    display: none !important;
  }
}

.style-module__QiuJVa__activeItemSort {
  --tw-text-opacity: 1;
  color: rgba(230, 91, 124, var(--tw-text-opacity, 1));
}

.style-module__QiuJVa__text {
  color: rgba(0, 0, 0, .7);
  flex-shrink: 0;
  gap: .25rem;
  font-size: .75rem;
  line-height: 1rem;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__QiuJVa__text {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

.style-module__QiuJVa__badge {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 0, 54, var(--tw-bg-opacity, 1));
  border-radius: 9999px;
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 0;
  right: 0;
}

/* [project]/src/components/molecule/filterSort/style.module.css [app-client] (css) */
.style-module__L_Cg8G__sortFilter {
  --tw-border-opacity: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity, 1));
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  gap: .75rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

@media not all and (min-width: 1024px) {
  .style-module__L_Cg8G__sortFilter {
    display: none;
  }
}

.style-module__L_Cg8G__header {
  --tw-border-opacity: 1;
  border-style: solid;
  border-left-width: 1px;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity, 1));
  gap: .375rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding-left: .75rem;
}

.style-module__L_Cg8G__title {
  stroke: #47476b;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgba(71, 71, 107, var(--tw-text-opacity, 1));
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

@media (min-width: 1285px) {
  .style-module__L_Cg8G__title {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

.style-module__L_Cg8G__item {
  cursor: pointer;
  stroke: rgba(0, 0, 0, .7);
  text-align: right;
  color: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .25rem .5rem;
  font-size: .75rem;
  line-height: 1rem;
  transition-duration: .3s;
}

.style-module__L_Cg8G__item:hover {
  stroke: #47476b;
  --tw-text-opacity: 1;
  color: rgba(71, 71, 107, var(--tw-text-opacity, 1));
}

@media (min-width: 1285px) {
  .style-module__L_Cg8G__item {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

.style-module__L_Cg8G__activeItem {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 71, 107, var(--tw-bg-opacity, 1));
  stroke: #fff;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  font-weight: 600;
}

.style-module__L_Cg8G__activeItem:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

/* [project]/src/components/organisms/productFiltersPage/filters/style.module.css [app-client] (css) */
.style-module__6jamfW__searchInput {
  --tw-border-opacity: 1 !important;
  border-style: solid !important;
  border-width: 1.5px !important;
  border-color: rgba(231, 231, 231, var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity, 1)) !important;
  border-radius: 1rem !important;
  width: 100% !important;
  height: 3rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: .75rem !important;
  font-size: .75rem !important;
  line-height: 1rem !important;
}

.style-module__6jamfW__hideFiltersButton {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.75rem;
  margin-bottom: 1.25rem;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__6jamfW__hideFiltersButton {
    display: none;
  }
}

.style-module__6jamfW__hideFiltersButton h4 {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.style-module__6jamfW__dropDownChildren {
  flex-direction: column;
  gap: .75rem;
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 1024px) {
  .style-module__6jamfW__dropDownChildren {
    gap: 1.25rem;
  }
}

.style-module__6jamfW__navbar {
  z-index: 30 !important;
  margin-bottom: .5rem !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
}

.style-module__6jamfW__filterBox {
  --tw-border-opacity: 1;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgba(231, 231, 231, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity, 1));
  border-radius: 1rem;
  padding: .75rem;
}

@media (min-width: 1024px) {
  .style-module__6jamfW__filterBox {
    padding: 1.25rem;
  }
}

.style-module__6jamfW__checkBoxLabel {
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  display: flex !important;
}

.style-module__6jamfW__slider {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.style-module__6jamfW__row {
  justify-content: space-between;
  align-items: center;
  gap: .375rem;
  width: 100%;
  display: flex;
}

.style-module__6jamfW__col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: .625rem;
  display: flex;
}

.style-module__6jamfW__text {
  text-align: right;
  color: rgba(0, 0, 0, .7);
  font-size: 10px;
  font-weight: 700;
}

.style-module__6jamfW__text span {
  text-align: right;
  --tw-text-opacity: 1;
  color: rgba(230, 91, 124, var(--tw-text-opacity, 1));
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5rem;
}

.style-module__6jamfW__label {
  text-align: start;
  color: rgba(0, 0, 0, .7);
  flex-direction: row;
  align-items: center;
  gap: .625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.style-module__6jamfW__label:hover {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgba(230, 91, 124, var(--tw-text-opacity, 1));
}

/* [project]/src/components/atoms/skeleton/style.module.css [app-client] (css) */
.style-module__YgAMcG__rowSkeleton {
  width: 100%;
  height: 1.25rem;
  display: flex;
}

@keyframes style-module__YgAMcG__pulse {
  50% {
    opacity: .5;
  }
}

.style-module__YgAMcG__rowSkeleton {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite style-module__YgAMcG__pulse;
}

.style-module__YgAMcG__rowSkeleton > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.style-module__YgAMcG__skeleton {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
  border-radius: .375rem;
  width: 100%;
  height: 100%;
}

.style-module__YgAMcG__skeletonBall {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
  border-radius: 9999px;
  width: .25rem;
  height: .25rem;
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite style-module__YgAMcG__pulse;
}

.style-module__YgAMcG__skeletonBallGroup {
  justify-content: center;
  align-items: center;
  gap: .125rem;
  display: flex;
}

/* [project]/node_modules/antd/dist/reset.css [app-client] (css) */
html, body {
  width: 100%;
  height: 100%;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

*, :before, :after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1em;
}

input[type="text"], input[type="password"], input[type="number"], textarea {
  -webkit-appearance: none;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1em;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: .5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}

figure {
  margin: 0 0 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
  padding-top: .75em;
  padding-bottom: .3em;
}

input, button, select, optgroup, textarea {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
  overflow: auto;
}

fieldset {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  width: 100%;
  max-width: 100%;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
  margin-bottom: .5em;
  padding: 0;
  display: block;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

mark {
  background-color: #feffe6;
  padding: .2em;
}

/*# sourceMappingURL=_d0e0e6cb._.css.map*/