body {
  font-family: "Jost", Sans-serif; }

.list_product_custom {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  .list_product_custom .top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .list_product_custom .top .title {
      color: #1A1A1A;
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: 110%; }
    .list_product_custom .top .filter_right {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      align-items: center; }
      .list_product_custom .top .filter_right .text {
        color: #1A1A1A;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 155.556% */ }
      .list_product_custom .top .filter_right .soft_by_content {
        position: relative; }
        .list_product_custom .top .filter_right .soft_by_content .text_soft_by {
          padding: 12px 24px;
          border-radius: 8px;
          background: #FFF;
          width: 330px;
          display: flex;
          justify-content: space-between; }
          .list_product_custom .top .filter_right .soft_by_content .text_soft_by:hover {
            cursor: pointer; }
          .list_product_custom .top .filter_right .soft_by_content .text_soft_by.active {
            border-radius: 8px 8px 0 0; }
            .list_product_custom .top .filter_right .soft_by_content .text_soft_by.active img {
              transition: all 0.3s ease;
              transform: rotate(180deg); }
        .list_product_custom .top .filter_right .soft_by_content .soft_by {
          position: absolute;
          z-index: 10;
          display: none;
          background-color: #FFF;
          border-radius: 0 0 8px 8px;
          border-top: 1px solid #C6C6C6;
          width: 100%;
          padding: 0;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
          margin: 0; }
          .list_product_custom .top .filter_right .soft_by_content .soft_by li {
            list-style: none;
            padding: 12px 24px;
            color: #4F4F4F;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            /* 155.556% */
            transition: all 0.3s ease; }
            .list_product_custom .top .filter_right .soft_by_content .soft_by li.active {
              background: #FFF0F5; }
            .list_product_custom .top .filter_right .soft_by_content .soft_by li:hover {
              background: #FFF0F5;
              cursor: pointer;
              color: #F04376; }
          .list_product_custom .top .filter_right .soft_by_content .soft_by.active {
            display: flex;
            flex-direction: column;
            gap: 8px; }
  .list_product_custom .bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px; }
    .list_product_custom .bottom .left {
      width: 354px; }
      .list_product_custom .bottom .left .content_left {
        border-radius: 20px;
        background: #FFF;
        display: flex;
        padding: 24px;
        flex-direction: column;
        align-items: center;
        gap: 32px; }
      .list_product_custom .bottom .left .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 32px; }
        .list_product_custom .bottom .left .content .title {
          color: #1A1A1A;
          font-size: 32px;
          font-style: normal;
          font-weight: 500;
          line-height: 40px;
          text-align: center; }
        .list_product_custom .bottom .left .content .text_soft_by {
          display: flex;
          padding: 12px 24px;
          gap: 16px;
          border-radius: 20px;
          background: #FFF6E9;
          justify-content: space-between;
          align-items: center; }
          .list_product_custom .bottom .left .content .text_soft_by:hover {
            cursor: pointer; }
          .list_product_custom .bottom .left .content .text_soft_by .text {
            color: #1A1A1A;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            /* 150% */ }
          .list_product_custom .bottom .left .content .text_soft_by.active img {
            transition: all 0.3s ease;
            transform: rotate(180deg); }
        .list_product_custom .bottom .left .content .soft_by {
          z-index: 10;
          display: none;
          width: 100%;
          padding: 20px 24px 0 24px; }
          .list_product_custom .bottom .left .content .soft_by li {
            list-style: none;
            display: flex;
            gap: 8px;
            align-items: center;
            /* Style the checkbox when checked */
            /* Create the checkmark using the :after pseudo-element */ }
            .list_product_custom .bottom .left .content .soft_by li input[type="checkbox"] {
              appearance: none;
              -webkit-appearance: none;
              -moz-appearance: none;
              display: inline-block;
              width: 20px;
              height: 20px;
              margin: 0;
              padding: 0;
              cursor: pointer;
              background-color: white;
              border: 2px solid #1A1A1A; }
            .list_product_custom .bottom .left .content .soft_by li input[type="checkbox"]:checked {
              border-color: red;
              background-color: white; }
            .list_product_custom .bottom .left .content .soft_by li input[type="checkbox"]:checked:after {
              content: '';
              display: block;
              width: 6px;
              height: 10px;
              margin: 2px 5px;
              border: solid red;
              border-width: 0 2px 2px 0;
              transform: rotate(45deg); }
            .list_product_custom .bottom .left .content .soft_by li label {
              color: #1A1A1A;
              font-size: 18px;
              font-style: normal;
              font-weight: 400;
              line-height: 28px;
              margin: 0; }
              .list_product_custom .bottom .left .content .soft_by li label:hover {
                cursor: pointer; }
            .list_product_custom .bottom .left .content .soft_by li:hover {
              cursor: pointer; }
          .list_product_custom .bottom .left .content .soft_by.active {
            display: flex;
            flex-direction: column;
            gap: 8px; }
        .list_product_custom .bottom .left .content .shop_by_concern {
          border-bottom: 1px solid #C6C6C6;
          padding-bottom: 36px;
          margin-bottom: 36px; }
        .list_product_custom .bottom .left .content .shop_by_skin {
          border-bottom: 1px solid #C6C6C6;
          padding-bottom: 36px;
          margin-bottom: 32px; }
        .list_product_custom .bottom .left .content .apply {
          margin: 0 auto;
          border: 1px solid #F04376;
          display: flex;
          padding: 10px 16px;
          justify-content: center;
          align-items: center;
          gap: 4px;
          color: #F04376;
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: 20px;
          /* 142.857% */
          transition: all 0.3s ease;
          outline: none;
          background-color: #FFF; }
          .list_product_custom .bottom .left .content .apply:hover {
            color: #FFF;
            background-color: #F04376; }
    .list_product_custom .bottom .right {
      width: calc(100% - 386px); }
      .list_product_custom .bottom .right .content_no_product {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        flex: 1 0 0;
        padding-top: 30px; }
        .list_product_custom .bottom .right .content_no_product img {
          margin-bottom: 12px; }
        .list_product_custom .bottom .right .content_no_product .title {
          color: #1A1A1A;
          text-align: center;
          font-size: 36px;
          font-style: normal;
          font-weight: 600;
          line-height: 44px; }
        .list_product_custom .bottom .right .content_no_product .description {
          color: #7E7E7E;
          text-align: center;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 28px;
          /* 155.556% */ }
      .list_product_custom .bottom .right .list_product {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        gap: 48px 33px; }
        .list_product_custom .bottom .right .list_product .item {
          border-radius: 20px;
          background: #FFF;
          box-shadow: 2px 8px 15px 0px rgba(0, 0, 0, 0.05);
          display: flex;
          width: calc(33.3333% - 22px);
          padding: 24px 28px;
          flex-direction: column;
          align-items: flex-start;
          gap: 16px; }
          .list_product_custom .bottom .right .list_product .item h3 {
            margin: 0;
            width: 100%;
            text-align: center; }
          .list_product_custom .bottom .right .list_product .item .title_product {
            color: #1A1A1A;
            text-align: center;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            /* 150% */
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .list_product_custom .bottom .right .list_product .item .description {
            overflow: hidden;
            color: #1A1A1A;
            text-align: center;
            text-overflow: ellipsis;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-bottom: 0; }
          .list_product_custom .bottom .right .list_product .item a.button {
            display: flex;
            padding: 10px 16px;
            justify-content: center;
            align-items: center;
            gap: 4px;
            border: 1px solid #FFF;
            background: #FFF;
            margin: 0 auto;
            color: #F04376;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            /* 142.857% */
            transition: all 0.3s ease;
            outline: none; }
            .list_product_custom .bottom .right .list_product .item a.button:hover {
              border: 1px solid #F04376;
              background: #F04376;
              color: #FFF; }
              .list_product_custom .bottom .right .list_product .item a.button:hover svg path {
                transition: all 0.3s ease;
                fill: #FFF; }
          .list_product_custom .bottom .right .list_product .item .image {
            overflow: hidden;
            border-radius: 8px;
            margin: 0 auto; }
            .list_product_custom .bottom .right .list_product .item .image img {
              transition: all 0.3s ease; }
              .list_product_custom .bottom .right .list_product .item .image img:hover {
                transform: scale(1.2); }
        .list_product_custom .bottom .right .list_product .pagination {
          display: flex;
          align-items: center;
          width: 100%;
          justify-content: center; }
          .list_product_custom .bottom .right .list_product .pagination .page-numbers {
            color: #F04376;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
            /* 24px */
            padding: 5px; }
          .list_product_custom .bottom .right .list_product .pagination span.page-numbers {
            color: #1A1A1A; }
          .list_product_custom .bottom .right .list_product .pagination .prev, .list_product_custom .bottom .right .list_product .pagination .next {
            display: flex;
            width: 140px;
            padding: 12px 24px;
            justify-content: space-between;
            align-items: center;
            border: 1.5px solid #F04376;
            margin-left: 20px;
            color: #F04376 !important; }
          .list_product_custom .bottom .right .list_product .pagination .disabled {
            opacity: 0.5;
            pointer-events: none; }
          .list_product_custom .bottom .right .list_product .pagination .next {
            background-image: url("../img/next.svg");
            background-repeat: no-repeat;
            background-position: right 24px center; }
          .list_product_custom .bottom .right .list_product .pagination .prev {
            background-image: url("../img/back.svg");
            background-repeat: no-repeat;
            background-position: left 24px center;
            justify-content: end;
            margin-left: 0;
            margin-right: 20px; }

@media screen and (max-width: 1280px) {
  .list_product_custom .top .title {
    font-size: 32px; }
  .list_product_custom .top .filter_right .soft_by_content .text_soft_by {
    width: 260px;
    padding: 10px 20px; }
  .list_product_custom .top .filter_right .soft_by_content .soft_by li {
    padding: 10px 20px; }
  .list_product_custom .bottom {
    gap: 30px; }
    .list_product_custom .bottom .left {
      width: 260px; }
      .list_product_custom .bottom .left .content_left {
        border-radius: 16px;
        padding: 16px 24px;
        gap: 20px; }
      .list_product_custom .bottom .left .content .text_soft_by {
        padding: 10px 18px; }
      .list_product_custom .bottom .left .content .shop_by_concern, .list_product_custom .bottom .left .content .shop_by_skin {
        padding-bottom: 24px;
        margin-bottom: 24px; }
    .list_product_custom .bottom .right {
      width: calc(100% - 290px); }
      .list_product_custom .bottom .right .list_product {
        gap: 30px; }
        .list_product_custom .bottom .right .list_product .item {
          width: calc(50% - 15px); } }
@media screen and (max-width: 1024px) {
  .list_product_custom .bottom .right .list_product {
    gap: 30px; }
    .list_product_custom .bottom .right .list_product .item {
      width: 100%; } }
@media screen and (max-width: 767px) {
  .list_product_custom .top {
    flex-direction: column;
    gap: 20px; }
    .list_product_custom .top .title {
      font-size: 28px; }
  .list_product_custom .bottom .left {
    width: 100%; }
    .list_product_custom .bottom .left .content .text_soft_by {
      padding: 10px 18px; }
    .list_product_custom .bottom .left .content .shop_by_concern, .list_product_custom .bottom .left .content .shop_by_skin {
      padding-bottom: 24px;
      margin-bottom: 24px; }
  .list_product_custom .bottom .right {
    width: 100%; }
    .list_product_custom .bottom .right .list_product {
      gap: 20px; }
      .list_product_custom .bottom .right .list_product .item {
        width: calc(50% - 10px); }
      .list_product_custom .bottom .right .list_product .pagination .prev, .list_product_custom .bottom .right .list_product .pagination .next {
        width: 90px;
        padding: 8px 12px; }
      .list_product_custom .bottom .right .list_product .pagination .prev {
        background-position: left 12px center;
        margin-right: 10px; }
      .list_product_custom .bottom .right .list_product .pagination .next {
        background-position: right 12px center;
        margin-left: 10px; } }
@media screen and (max-width: 500px) {
  .list_product_custom .top .filter_right .soft_by_content .text_soft_by {
    width: 240px; }
  .list_product_custom .bottom .left {
    width: 100%; }
  .list_product_custom .bottom .right .list_product {
    gap: 20px; }
    .list_product_custom .bottom .right .list_product .item {
      width: 100%;
      justify-content: center;
      align-items: center;
      gap: 10px; } }

/*# sourceMappingURL=custom.css.map */
