.style-wrapper {
  min-height: 100vh;
}

.style-category {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  gap: 6px;
  border-bottom: 1px solid #F8F8F8;
  margin: 0 -16px;
  padding-top: 46px;
}
.style-category li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.style-category li .img {
  height: 68px;
  width: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 0 0 15px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1019607843));
}
.style-category li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.style-category li span {
  display: inline-block;
  font-size: 13px;
  padding-bottom: 16px;
  border-bottom: 4px solid transparent;
  box-sizing: content-box;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  color: #BCBCBC;
}
.style-category li.active span {
  border-color: #FFE041;
  color: inherit;
}

.category-nav {
  gap: 10px;
  border-bottom: 1px solid #F8F8F8;
}
.category-nav .btn {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 10px;
  height: 38px;
  font-size: 13px;
}
.category-nav .btn span {
  color: #BCBCBC;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-nav .btn[aria-expanded=true] span {
  color: #3B4249;
}
.category-nav .btn svg {
  transition: all 0.2s;
}
.category-nav .btn[aria-expanded=true] svg {
  transform: rotate(-180deg);
}
.category-nav .dropdown-menu.show {
  width: 100vw;
  border-radius: 0px;
  border: none;
  display: flex;
  flex-wrap: wrap;
  filter: none;
  border: 1px solid #f1f1f1;
  max-width: 650px;
  top: 14px !important;
}
.category-nav .dropdown-menu.show[data-row="3"] .dropdown-item:nth-child(3n) {
  border-right: 0;
}
.category-nav .dropdown-menu.show[data-row="4"] .dropdown-item:nth-child(4n) {
  border-right: 0;
}
.category-nav .dropdown-menu.show[data-row="5"] .dropdown-item:nth-child(5n) {
  border-right: 0;
}
.category-nav .dropdown-item {
  color: #3B4249;
  cursor: pointer;
  width: 33.3333333333%;
  padding: 5px;
  font-size: 13px;
  line-height: 19px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #f1f1f1;
  border-style: solid;
  border-width: 0 1px 1px 0;
  text-align: center;
}
.category-nav .dropdown-item:hover, .category-nav .dropdown-item:focus {
  background-color: transparent;
  color: #F15E75;
}
.category-nav .dropdown-item.active {
  font-weight: 700;
  background-color: transparent;
  color: inherit;
}
.category-nav .nail-category .dropdown-item {
  width: 20%;
}
.category-nav .nail-category .dropdown-item span.label {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.category-nav .nail-color .dropdown-item {
  width: 25%;
  gap: 6px;
}
.category-nav .nail-color .dropdown-item span:not(.label) {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  overflow: hidden;
}
.category-nav .nail-color .dropdown-item span.label {
  width: 47px;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.category-nav .makeup-category .dropdown-item {
  width: 20%;
}
.category-nav .makeup-category .dropdown-item span.label {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.category-nav .hair-size .dropdown-item {
  width: 25%;
}
.category-nav .hair-style .dropdown-item {
  width: 20%;
}
.category-nav .hair-style .dropdown-item span.label {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.style-item-list {
  margin: 5px -13px 0;
}
.style-item-list .col-4 {
  padding: 0 2px;
  margin-bottom: 4px;
}

.archive-style {
  min-height: 100vh;
  max-width: 650px;
  margin: 0 auto;
  background-color: #fff;
}

.style-item {
  border-bottom: 6px solid #F8F8F8;
}
.style-item .header .shop-image {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  object-fit: cover;
}
.style-item .header .shop-info {
  padding: 0 15px;
  flex: 1;
}
.style-item .header .shop-info h6 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}
.style-item .header .shop-info span {
  font-size: 13px;
  color: #AAAAAA;
}
.style-item .header a.btn {
  color: #3B4249;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  padding: 5px 7px;
  font-size: 11px;
  height: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.style-item .body img {
  height: 429px;
  object-fit: cover;
}
.style-item .footer .style-like {
  margin-right: 20px;
}
.style-item .footer .style-like .add-favorite.sample {
  position: unset;
}
.style-item .footer .style-like .sample-n-o-like {
  font-size: 15px;
}
.style-item .footer .style-tag {
  gap: 10px;
}
.style-item .footer .style-tag a {
  background: #F8F8F8;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 13px;
  height: 33px;
}

.bj-nav-category-btn.open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Crect width='12' height='1.5' x='14' y='20' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

.bj-nav-category-btn {
  position: absolute;
  top: -5px;
  right: -2px;
  border-radius: 0;
  z-index: 2;
  border: none;
  width: 35px;
  height: 40px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='%23333' fill-rule='evenodd'%3E%3Crect width='12' height='1.5' x='14' y='20'/%3E%3Crect width='12' height='1.5' x='14' y='20' transform='matrix(0 1 1 0 -.75 .75)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.bj-nav-category-btn:before {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: -40px;
  bottom: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
  content: "";
}

.category.nav-dropdown.vi {
  grid-template-columns: 50% 50%;
}

.category.nav-dropdown {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  left: -6px;
  z-index: 4;
  background-color: white;
  width: calc(100% + 12px);
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
}
.category.nav-dropdown span {
  display: inline-block;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
}
.category.nav-dropdown .sample-filter-btn.active {
  color: #F15E75;
}

.category-detail.cover:before {
  position: absolute;
  min-height: 90vh;
  content: "";
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.custom.nav {
  position: relative;
  z-index: 11;
  background-color: white;
}

.category .owl-stage-outer .sample-filter-btn.active {
  color: white;
  border-color: #F15E75;
  background-color: #F15E75;
}
.category .owl-stage-outer .sample-filter-btn {
  display: inline-block;
  padding: 5px 10px;
  white-space: nowrap;
  border: 1px solid #E4E4E4;
  border-radius: 16px;
  font-size: 13px;
}

.bj-nav-mobile .box button {
  position: relative;
  background-color: white;
  text-align: left;
  line-height: 1;
  text-transform: capitalize;
  width: 100%;
  height: 35px;
  padding: 0 18px 0 11px;
  font-size: 13px;
  line-height: 19px;
  border: 1px solid #eee;
  border-radius: 15px;
}
.bj-nav-mobile .box button:focus {
  outline: 0 !important;
}
.bj-nav-mobile .box button .ico_filter_select {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 9px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6'%3E%3Cpath fill='%230A0A0A' fill-rule='evenodd' d='M157.25,12 L158,12.75 L153.5,17.25 L149,12.75 L149.75,12 L153.499,15.749 L157.25,12 Z' transform='translate(-149 -12)'/%3E%3C/svg%3E%0A");
}
.bj-nav-mobile .bj-open-box-color-btn {
  padding-bottom: 2px;
}
.bj-nav-mobile .bj-open-box-color-btn .label span {
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.bj-nav-mobile .bj-open-box-color-btn .label p {
  margin-bottom: 0;
  line-height: 1;
  vertical-align: middle;
}

.nail-color .bj-label-color {
  padding: 5px 10px 8px 15px;
}
.nail-color .bj-label-color span {
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 3px;
}
.nail-color .bj-label-color span[style="background-color: #ffffff"] {
  border: 1px solid #999;
  border-radius: 100%;
}
.nail-color .bj-label-color p {
  font-size: 13px;
  margin-bottom: 0;
  position: relative;
  line-height: 1;
}
.nail-color .bj-label-color.active:before {
  display: none;
}
.nail-color .bj-label-color.active p:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: -15px;
}
.nail-color .list-color-label .color-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.nail-color .list-color-label .color-group:nth-child(even) {
  background: #F5F5F5;
}

.bj-modal-filter .modal-header {
  padding: 10px 1rem 0;
  border: none;
}
.bj-modal-filter .close:focus {
  outline: 0 !important;
}
.bj-modal-filter label {
  position: relative;
}
.bj-modal-filter label.active:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: -20px;
}

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