.p-product-group {
  width: 100%;
  padding: 0;
  color: #212121;
  position: relative;
}
.p-product-group a {
  color: #212121;
}
.p-product-group__container {
  width: 100%;
}
.p-product-group__container .fs-c-productList {
  width: 100%;
  margin: 0;
}
.p-product-group__text-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 5vw;
  background-color: #ffffff;
  border-top: 1px solid #d5d5d5;
  position: fixed;
  top: 86px;
  z-index: 100;
  transition: all 400ms ease;
}
@media screen and (min-width: 1024px) {
  .p-product-group__text-area {
    flex-direction: row;
    align-items: center;
    padding: 16px 50px;
    top: 108px;
  }
}
.p-product-group__text-area.is-scroll {
  top: 50px;
}
.p-product-group__text-area.hamburger-is-open {
  z-index: 99;
}
.p-product-group__sort-refine {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.p-product-group__sort {
  padding-right: 16px;
  position: relative;
}
.p-product-group__sort::after {
  content: '';
  width: 1px;
  height: 16px;
  display: block;
  background-color: #bfbfbf;
  position: absolute;
  top: 10px;
  right: 0;
}
.p-product-group__sort-modal {
  width: 160px;
  max-height: 0;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0;
  z-index: 99;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
.p-product-group__sort-modal.is-active {
  max-height: 130px;
  opacity: 1;
}
.p-product-group__sort .fs-c-productList__controller {
  width: 100%;
  padding: 16px 0;
}
.p-product-group__sort .fs-c-productList__controller .fs-c-sortItems {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.p-product-group__sort .fs-c-productList__controller .fs-c-sortItems__label {
  display: none;
  font-size: 10px;
  color: #a6a6a6;
  padding: 4px 8px;
}
.p-product-group__sort .fs-c-productList__controller .fs-c-sortItems__list {
  width: 100%;
  justify-content: center;
  align-items: center;
}
.p-product-group__sort
  .fs-c-productList__controller
  .fs-c-sortItems__list__item {
  width: 100%;
  margin: 0;
  position: relative;
}
.p-product-group__sort
  .fs-c-productList__controller
  .fs-c-sortItems__list__item__label {
  width: 100%;
  text-align: left;
  color: #212121;
  background-color: #ffffff;
  border: none;
  padding: 4px 8px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .p-product-group__sort
    .fs-c-productList__controller
    .fs-c-sortItems__list__item__label:hover {
    color: #212121;
    background-color: #d2d2d2;
    transition: 0.2s ease;
  }
}
.p-product-group__sort
  .fs-c-productList__controller
  .fs-c-sortItems__list__item.is-active::after {
  font-family: 'Material Symbols Outlined';
  content: 'check';
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  position: absolute;
  top: 1px;
  right: 8px;
}
.p-product-group__sort
  .fs-c-productList__controller
  .fs-c-sortItems__list__item.is-active
  .fs-c-sortItems__list__item__label {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-product-group__sort
    .fs-c-productList__controller
    .fs-c-sortItems__list__item.is-active
    .fs-c-sortItems__list__item__label:hover {
    background-color: #ffffff;
  }
}
.p-product-group__sort .fs-c-productList__controller .fs-c-listControl {
  display: none;
}
.p-product-group__refine {
  padding-left: 16px;
}
.p-product-group__refine-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-product-group__refine-btn::before {
  font-family: 'Material Symbols Outlined';
  content: 'menu_open';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  margin-right: 4px;
}
.p-product-group__refine-modal.c-modal--bottom {
  width: 100vw;
  height: 100vh;
  padding: 0;
  position: fixed;
  z-index: 1000;
  transition: all 0.4s ease;
}
.p-product-group__refine-modal.c-modal--bottom .c-modal__inner {
  width: 100%;
  height: 100vh;
  max-width: unset;
  padding: 0;
  margin: 0 0 0 auto;
  transform: translateY(100%);
  transition: all 0.4s ease;
}
@media screen and (min-width: 1024px) {
  .p-product-group__refine-modal.c-modal--bottom .c-modal__inner {
    width: 50%;
    max-width: 550px;
    height: 100%;
    transform: translateX(100%);
  }
}
.p-product-group__refine-modal.c-modal--bottom .c-modal__btn {
  top: 30px;
  right: 8vw;
}
@media screen and (min-width: 1024px) {
  .p-product-group__refine-modal.c-modal--bottom .c-modal__btn {
    top: 30px;
    right: 45px;
  }
}
.p-product-group__refine-modal.c-modal--bottom .c-modal__content {
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.p-product-group__refine-modal.c-modal--bottom.c-modal--bottom.active
  .c-modal__inner {
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .p-product-group__refine-modal.c-modal--bottom.c-modal--bottom.active
    .c-modal__inner {
    transform: translateX(0);
  }
}
.p-product-group__child-group {
  width: 100%;
  margin-top: 84px;
}
@media screen and (min-width: 1024px) {
  .p-product-group__child-group {
    margin-top: 64px;
  }
}
.p-product-group__child-group .fs-c-subgroup {
  width: 100%;
}
.p-product-group__child-group .fs-c-subgroup .fs-c-listControl {
  display: none;
}
.p-product-group__child-group .fs-c-subgroup .fs-c-subgroupList {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 0 5vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-product-group__child-group .fs-c-subgroup .fs-c-subgroupList {
    padding: 0 72px;
  }
}
.p-product-group__child-group .fs-c-subgroup .fs-c-subgroupList__item {
  max-width: 120px;
}
.p-product-group__child-group .fs-c-subgroup .fs-c-subgroupList__label {
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .p-product-group__child-group .fs-c-subgroup .fs-c-subgroupList__label {
    font-size: 12px;
  }
}
.p-product-group__prod-list#prod-list {
  margin-top: 84px;
}
@media screen and (min-width: 1024px) {
  .p-product-group__prod-list#prod-list {
    margin-top: 64px;
  }
}
.p-product-group__prod-list#prod-list .fs-c-productList__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-product-group__prod-list#prod-list .fs-c-productList__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-product-group__prod-list#prod-list .fs-c-productList__list__item {
  width: 100% !important;
  padding-bottom: 0;
  margin: 0;
  position: relative;
  transition: box-shadow 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .p-product-group__prod-list#prod-list .fs-c-productList__list__item:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
  .p-product-group__prod-list#prod-list
    .fs-c-productList__list__item:hover
    .fs-c-productListItem__image
    img {
    transform: scale(1);
  }
  .p-product-group__prod-list#prod-list
    .fs-c-productList__list__item:hover
    .fs-c-productListItem__image
    img.js-hover-img {
    opacity: 1;
  }
  .p-product-group__prod-list#prod-list
    .fs-c-productList__list__item:not(:has(.js-hover-img)):hover
    .fs-c-productListItem__image
    img {
    transform: scale(1.02);
  }
}
.p-product-group__prod-list#prod-list .fs-c-productList__list__item form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-product-group__prod-img {
  width: 100%;
  flex-shrink: 0;
  background-color: #f2f2f2;
}
.p-product-group__prod-img .fs-c-productListItem__image {
  width: 90%;
  margin: 5% 5% 0;
}
.p-product-group__prod-img .fs-c-productListItem__image > a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  position: relative;
  scrollbar-width: none;
}
.p-product-group__prod-img .fs-c-productListItem__image > a::-webkit-scrollbar {
  display: none;
}
.p-product-group__prod-img .fs-c-productListItem__image > a:hover {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .p-product-group__prod-img .fs-c-productListItem__image > a {
    display: block;
    overflow: hidden;
  }
}
.p-product-group__prod-img
  .fs-c-productListItem__image
  > a
  .simplebar-content-wrapper {
  scroll-padding-left: 0;
}
.p-product-group__prod-img
  .fs-c-productListItem__image
  > a
  .simplebar-track.simplebar-horizontal {
  width: 48px;
}
.p-product-group__prod-img .fs-c-productListItem__image > a img {
  width: 100%;
  display: inline-block;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  flex: 0 0 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  transition: all 0.4s ease;
}
.p-product-group__prod-img .fs-c-productListItem__image > a img.js-hover-img {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .p-product-group__prod-img .fs-c-productListItem__image > a img.js-hover-img {
    display: block;
    position: absolute;
    inset: 0;
    opacity: 0;
  }
}
.p-product-group__prod-text.prod-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  padding: 16px 16px 24px 16px;
  background: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%);
}
@media screen and (min-width: 1024px) {
  .p-product-group__prod-text.prod-text {
    padding: 16px 48px 24px 16px;
  }
}
.p-product-group__prod-text.prod-text .fs-c-productListItem__productName {
  width: 100%;
  max-height: 36px;
  display: -webkit-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: wrap;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1024px) {
  .p-product-group__prod-text.prod-text .fs-c-productListItem__productName {
    max-height: 42px;
    font-size: 14px;
  }
}
.p-product-group__prod-text.prod-text .fs-c-productListItem__prices {
  width: auto;
  text-align: left;
}
.p-product-group__prod-text.prod-text
  .fs-c-productListItem__prices
  .fs-c-productPrice {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .p-product-group__prod-text.prod-text
    .fs-c-productListItem__prices
    .fs-c-productPrice {
    font-size: 14px;
  }
}
.p-product-group__prod-text.prod-text .fs-c-productListItem__outOfStock {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #c7191c;
}
@media screen and (min-width: 1024px) {
  .p-product-group__prod-text.prod-text .fs-c-productListItem__outOfStock {
    font-size: 14px;
  }
}
.p-product-group__prod-text.prod-text .product-price-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.p-product-group__prod-text.prod-text .fs-c-productMark {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}
.p-product-group__prod-text.prod-text
  .fs-c-productMark
  .fs-c-productMark__item {
  flex-shrink: 0;
}
.p-product-group__prod-text.prod-text
  .fs-c-productMark
  .fs-c-productMark__item
  .c-mark--product-group {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  background-color: #f2f2f2;
  padding: 8px;
  margin: 0 10px 10px 0;
}
@media screen and (min-width: 1024px) {
  .p-product-group__prod-text.prod-text
    .fs-c-productMark
    .fs-c-productMark__item
    .c-mark--product-group {
    font-size: 12px;
  }
}
.p-product-group .fs-c-listControl__status {
  padding-top: 20px;
  margin-left: 0;
}
.p-product-group__collection {
  transition: box-shadow 0.2s ease;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-product-group__collection:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
  .p-product-group__collection:hover .p-product-group__collection-img {
    scale: 1.02;
  }
}
.p-product-group__collection.col2 {
  grid-column-end: span 2;
}
.p-product-group__collection.col4 {
  grid-column-end: span 2;
}
@media screen and (min-width: 1024px) {
  .p-product-group__collection.col4 {
    grid-column-end: span 4;
  }
}
.p-product-group__collection.row2 {
  grid-row-end: span 1;
}
@media screen and (min-width: 1024px) {
  .p-product-group__collection.row2 {
    grid-row-end: span 2;
  }
}
.p-product-group__collection-inner {
  width: 100%;
  height: 100%;
}
.p-product-group__collection-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p-product-group__collection-link:hover {
  opacity: 1;
}
.p-product-group__collection-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  background-image: var(--bg, none);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: scale 0.4s ease;
}
@media screen and (min-width: 1024px) {
  .p-product-group__collection-img {
    aspect-ratio: unset;
  }
}
.p-product-group__collection-img-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-product-group__collection-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 10%;
}
.p-product-group__collection-title {
  text-align: center;
}

.fs-c-breadcrumb {
  background-color: #ffffff;
  position: sticky;
  bottom: 0;
}

.c-refine {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.c-refine__scroll {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 135px);
  margin-top: 75px;
  overflow-y: auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-refine__scroll {
    padding-bottom: 40px;
  }
}
.c-refine__scroll::-webkit-scrollbar {
  width: 4px;
}
@media screen and (min-width: 1024px) {
  .c-refine__scroll::-webkit-scrollbar {
    width: 6px;
  }
}
.c-refine__scroll::-webkit-scrollbar-thumb {
  background-color: #8c8c8c;
}
.c-refine__container {
  width: 100%;
  padding: 20px 5vw;
}
@media screen and (min-width: 1024px) {
  .c-refine__container {
    padding: 70px 45px 70px 30px;
  }
}
.c-refine__top {
  padding: 24px 0;
}
.c-refine__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.c-refine__item {
  width: 100%;
}
.c-refine__checkbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 12px;
  position: relative;
}
.c-refine__checkbox-box {
  width: 24px;
  height: 24px;
}
.c-refine__checkbox-box::after {
  width: 24px;
  height: 24px;
  display: block;
  font-family: 'Material Symbols Outlined';
  content: 'radio_button_unchecked';
  font-weight: 200;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
.c-refine__checkbox-box.toggle {
  width: 40px;
  height: 40px;
}
.c-refine__checkbox-box.toggle::after {
  width: 40px;
  height: 40px;
  content: 'toggle_off';
  font-size: 40px;
}
.c-refine__checkbox input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.c-refine__checkbox input:checked + .c-refine__checkbox-box::after {
  content: 'radio_button_checked';
}
.c-refine__checkbox input:checked + .c-refine__checkbox-box.toggle::after {
  content: 'toggle_on';
  font-variation-settings: 'FILL' 1;
}
.c-refine__category {
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
}
.c-refine__category .category__list {
  position: relative;
}
.c-refine__category .category__item.hidden {
  display: none;
}
.c-refine__category .category__child {
  width: 100%;
  padding-top: 24px;
  background-color: #ffffff;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  z-index: -1;
}
.c-refine__category .category__child.active {
  visibility: visible;
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 3;
}
.c-refine__category .category__child-item {
  padding: 24px 0;
}
.c-refine__category .category__child-item:first-of-type {
  border-top: 1px solid #a6a6a6;
}
.c-refine__category .category__child-item:last-of-type {
  padding-bottom: 0;
}
.c-refine .c-accordion {
  padding: 24px 0;
  border-bottom: 1px solid #a6a6a6;
}
.c-refine .c-accordion__title {
  width: 100%;
  height: 40px;
}
.c-refine .c-accordion__container {
  padding-top: 16px;
}
.c-refine__price {
  width: 100%;
  height: 84px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.c-refine__price .js-price-min,
.c-refine__price .js-price-max {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-refine__price-bar {
  width: calc(100% - 30px);
  margin-bottom: 50px;
  position: absolute;
  top: 30px;
  left: 15px;
}
.c-refine__price-bar.noUi-target {
  background: #bfbfbf;
  border: none;
}
.c-refine__price-bar.noUi-horizontal {
  height: 4px;
}
.c-refine__price-bar.noUi-horizontal .noUi-connects {
  cursor: pointer;
}
.c-refine__price-bar.noUi-horizontal .noUi-handle {
  width: 32px;
  height: 32px;
  background: unset;
  border: none;
  box-shadow: none;
  padding: 6px;
  top: -14px;
  right: -16px;
  z-index: 10;
  cursor: grab;
}
.c-refine__price-bar.noUi-horizontal .noUi-handle:active {
  cursor: grabbing;
}
.c-refine__price-bar.noUi-horizontal .noUi-handle::before,
.c-refine__price-bar.noUi-horizontal .noUi-handle::after {
  display: none;
}
.c-refine__price-bar.noUi-horizontal .noUi-touch-area {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1.5px solid #8c8c8c;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.c-refine__price-bar .noUi-connect {
  background: #8c8c8c;
}
.c-refine__search-btn {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-refine__search-btn .c-btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #212121;
  padding: 0;
  transition: all 0.2s ease;
}
.c-refine__search-btn .c-btn:active {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .c-refine__search-btn .c-btn:hover {
    opacity: 0.8;
  }
} /*# sourceMappingURL=product-group_2025.css.map */
