.ins-content .wrap {
  max-width: 1160px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .ins-content .wrap {
      display: block; } }
  .ins-content .wrap aside {
    width: 20%; }
    .ins-content .wrap aside .product-side-trigger {
      display: none;
      position: absolute;
      top: 30px;
      right: 5px; }
      .ins-content .wrap aside .product-side-trigger span {
        background-color: transparent;
        position: absolute;
        top: 50%;
        right: 10%;
        transform: translateX(-50%);
        margin-top: -0.5px;
        width: 26px;
        height: 1px;
        transition: all 0.5s; }
        .ins-content .wrap aside .product-side-trigger span::before, .ins-content .wrap aside .product-side-trigger span::after {
          content: "";
          background-color: #fff;
          position: absolute;
          left: 0;
          width: 100%;
          height: 1px;
          transition: all 0.5s;
          top: 0;
          transform: rotate(45deg); }
        .ins-content .wrap aside .product-side-trigger span::after {
          top: 0;
          transform: rotate(-45deg); }
      @media (max-width: 768px) {
        .ins-content .wrap aside .product-side-trigger {
          display: block; } }
    @media (max-width: 768px) {
      .ins-content .wrap aside {
        background-color: rgba(0, 0, 0, 0.75);
        position: fixed;
        left: 0;
        top: 150px;
        height: 100vh;
        overflow-y: auto;
        padding: 60px 20px;
        transform: translateX(-100%);
        width: 30%;
        z-index: 998;
        transition: all 0.5s; } }
    @media (max-width: 640px) {
      .ins-content .wrap aside {
        top: 120px;
        width: 100%; } }
    .ins-content .wrap aside.open {
      transform: translateX(0); }
  .ins-content .wrap main {
    width: 80%;
    padding-left: 3rem; }
    .ins-content .wrap main .product-side-trigger {
      align-items: center;
      border: 1px solid #000;
      display: flex;
      padding: 6px 35px;
      margin-bottom: 2rem;
      width: fit-content;
      transition: all 0.3s ease; }
      @media (min-width: 769px) {
        .ins-content .wrap main .product-side-trigger {
          display: none; } }
      @media (min-width: 1281px) {
        .ins-content .wrap main .product-side-trigger:hover {
          color: #fff;
          background-color: #000; }
          .ins-content .wrap main .product-side-trigger:hover svg {
            fill: #fff; } }
      .ins-content .wrap main .product-side-trigger svg {
        height: 22px;
        object-fit: contain;
        width: 22px;
        margin-right: 10px; }
      .ins-content .wrap main .product-side-trigger span {
        padding-left: 10px;
        border-left: 1px solid #000;
        line-height: 1; }
    @media (max-width: 768px) {
      .ins-content .wrap main {
        width: 100%;
        padding-left: 0; } }

.product-list {
  flex-wrap: wrap;
  display: flex; }

.product-item {
  border: 1px solid #000;
  position: relative;
  padding: 16px 10px;
  width: 33%; }
  @media (max-width: 768px) {
    .product-item {
      width: 100%;
      margin-bottom: 1.5rem; } }
  .product-item:nth-child(1), .product-item:nth-child(2) {
    width: 50%;
    margin-bottom: 2.5rem; }
    @media (max-width: 768px) {
      .product-item:nth-child(1), .product-item:nth-child(2) {
        width: 100%;
        margin-bottom: 1.5rem; } }
  .product-item:hover .product-item-info {
    opacity: 1; }
  .product-item > a {
    text-align: center; }
  .product-item:not(:nth-child(1)) .product-item-title, .product-item:not(:nth-child(2)) .product-item-title {
    font-size: 1.2rem; }
    .product-item:not(:nth-child(1)) .product-item-title + p, .product-item:not(:nth-child(2)) .product-item-title + p {
      font-size: 0.85rem; }
  .product-item:not(:nth-child(1)) .product-item-price, .product-item:not(:nth-child(2)) .product-item-price {
    font-size: 1.25rem; }
  .product-item:not(:nth-child(1)) .product-btn, .product-item:not(:nth-child(2)) .product-btn {
    font-size: 1rem;
    padding: 6px 20px; }
  .product-item-img {
    font-size: 0; }
  .product-item-info {
    background-color: rgba(0, 0, 0, 0.75);
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    opacity: 0;
    position: absolute;
    padding: 0 30px;
    left: 7.5%;
    top: 7.5%;
    transition: all 0.3s ease;
    height: 85%;
    width: 85%;
    text-align: center; }
    @media (max-width: 768px) {
      .product-item-info {
        background-color: transparent;
        color: #000;
        position: relative;
        left: auto;
        top: auto;
        opacity: 1;
        height: auto;
        width: 100%; } }
  .product-item-title + p {
    font-size: 1.2rem;
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .product-item-price {
    margin-left: 10px;
    font-size: 1.85rem; }

.product-price-box {
  font-size: 1.2rem;
  margin: 15px 0; }

.product-num-box {
  align-items: baseline;
  display: flex; }

.product-num-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease; }
  @media (min-width: 1281px) {
    .product-num-btn:hover {
      background-color: #000;
      color: #fff; } }

.product-btn {
  align-items: center;
  border: 1px solid #fff;
  display: flex;
  padding: 6px 35px;
  width: fit-content;
  transition: all 0.3s ease; }
  @media (max-width: 768px) {
    .product-btn {
      padding: 4px 20px;
      border-color: #000; } }
  @media (min-width: 1281px) {
    .product-btn:hover {
      color: #fff;
      background-color: #000; }
      .product-btn:hover svg {
        fill: #fff; } }
  .product-btn svg {
    height: 22px;
    object-fit: contain;
    width: 22px;
    margin-right: 10px; }
    @media (max-width: 768px) {
      .product-btn svg {
        fill: #000; } }
  @media (max-width: 768px) {
    .product-btn img {
      display: none; } }
  .product-btn span {
    padding-left: 10px;
    border-left: 1px solid #000;
    line-height: 1; }
    @media (max-width: 768px) {
      .product-btn span {
        border-left: none; } }
  .product-btn.noline span {
    border-left: none;
    padding-left: 0; }

.product-type-item {
  padding: 15px;
  text-align: center;
  margin: 10px 0;
  transition: all 0.3s ease; }
  @media (max-width: 768px) {
    .product-type-item {
      color: #fff; } }
  .product-type-item span {
    padding: 0 20px 10px;
    margin: 0 20px;
    position: relative; }
  @media (min-width: 1281px) {
    .product-type-item:hover {
      background-color: #e0e0e0; }
      .product-type-item:hover span:after {
        background-color: #000;
        content: "";
        height: 1px;
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%; } }
  .product-type-item.current {
    background-color: #e0e0e0; }
    @media (max-width: 768px) {
      .product-type-item.current {
        color: #000; } }
    .product-type-item.current span:after {
      background-color: #000;
      content: "";
      height: 1px;
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%; }

.product-type-submenu {
  display: flex;
  font-size: 1.1rem;
  flex-direction: column;
  opacity: 0;
  height: 0;
  padding: 0 16px;
  width: fit-content;
  margin: auto; }
  .product-type-submenu.open {
    opacity: 1;
    height: auto; }
  .product-type-submenu a {
    margin: 10px 0;
    color: #e0e0e0;
    transition: all 0.3s ease; }
    @media (min-width: 1281px) {
      .product-type-submenu a:hover {
        color: #202020; } }
    .product-type-submenu a.current {
      color: #202020; }
      @media (max-width: 768px) {
        .product-type-submenu a.current {
          color: #fff; } }

.product-top {
  align-items: center;
  display: flex; }
  @media (max-width: 640px) {
    .product-top {
      flex-direction: column; } }

.product-pics {
  display: flex;
  width: 55%; }
  @media (max-width: 640px) {
    .product-pics {
      width: 100%; } }

.product-pic-nav {
  height: 350px;
  margin-right: 1rem;
  width: 80px; }
  .product-pic-nav .slick-slide {
    cursor: pointer;
    padding-bottom: 5px; }

.product-pic-main {
  cursor: pointer;
  flex: 1;
  height: 350px;
  max-width: 350px;
  width: calc(100% - 100px); }
  .product-pic-main img {
    width: 350px;
    height: 350px;
    object-fit: cover; }

.product-info {
  padding-left: 2rem;
  width: 45%; }
  @media (max-width: 640px) {
    .product-info {
      padding-left: 0;
      width: 100%; } }

.product-ins .main-item {
  width: 100%; }
  .product-ins .main-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product-ins .nav-item {
  font-size: 0; }
  .product-ins .nav-item img {
    height: 80px;
    object-fit: cover;
    width: 80px; }

.product-ins .product-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 1.2px; }

.product-ins .product-desc {
  margin: 10px 0;
  letter-spacing: 1px; }

.product-ins .product-num {
  margin-bottom: 10px; }
  .product-ins .product-num span {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 1rem; }
  .product-ins .product-num input {
    font-size: 1.2rem;
    border: none;
    border-bottom: 1px solid #000;
    text-align: center; }

.product-ins .product-price .price {
  margin-left: 1rem;
  font-size: 1.75rem;
  letter-spacing: 1px; }

.product-ins .product-btn {
  padding: 5px 15px;
  border: 1px solid #000; }
  .product-ins .product-btn-box {
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }

.product-ins .product-info-box {
  margin-top: 5rem;
  line-height: 1.85;
  letter-spacing: 1px; }
  .product-ins .product-info-box hr {
    height: 2px;
    margin: 1.5rem 0; }

.product-ins .product-info-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem; }

.product-search {
  display: flex;
  margin-left: auto;
  margin-bottom: 20px;
  position: relative;
  width: fit-content; }
  @media (max-width: 640px) {
    .product-search {
      margin-left: initial;
      margin-right: auto; } }
  .product-search img {
    height: 14px;
    width: 14px;
    object-fit: contain;
    filter: brightness(0); }
  .product-search .btn-search {
    background-color: transparent;
    border: none;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    position: absolute;
    padding-right: 8px;
    z-index: 2; }
    .product-search .btn-search:after {
      content: "";
      width: 1px;
      height: 80%;
      background-color: #000;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .product-search input {
    caret-color: #202020;
    border: none;
    border-bottom: 1px solid #000;
    color: #202020;
    padding: 10px 0 10px 55px;
    width: 200px;
    position: relative;
    z-index: 1; }
