.product-single {
    margin: 1.25rem 0 3.75rem;
  }
  @media (min-width: 992px) {
    .product-single {
      margin: 1.25rem 0 5.625rem;
    }
  }
  .product-single__container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  @media (min-width: 992px) {
    .product-single__container {
      gap: 2.125rem;
    }
  }
  .product-single__row {
    display: flex;
    flex-direction: column-reverse;
    gap: 0.75rem;
  }
  @media (min-width: 992px) {
    .product-single__row {
      flex-direction: row;
      justify-content: space-between;
      gap: 1.5rem;
    }
  }
  @media (min-width: 992px) {
    .product-single__left {
      width: calc(50% - 1.25rem);
      max-width: 624px;
    }
  }
  .product-single__image-wrapper {
    position: relative;
    background-color: #f2f2f2;
    aspect-ratio: 349/268;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    text-align: center;
  }
  @media (min-width: 992px) {
    .product-single__image-wrapper {
      width: calc(50% - 1.25rem);
      max-width: 692px;
      aspect-ratio: 692/525;
      max-height: 525px;
    }
  }
  .product-single__title {
    margin-bottom: 1.425rem;
  }
  @media (min-width: 992px) {
    .product-single__title {
      margin-bottom: 1.875rem;
    }
  }
  .product-single__form {
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }
  @media (min-width: 992px) {
    .product-single__form {
      gap: 0rem;
    }
  }
  .product-single .form-group .product-single-list {
    margin-top: 0rem;
  }
  .product-single__form-bottom {
    display: flex;
    flex-flow: row wrap;
    gap: 0.625rem;
  }
  .product-single__form-bottom .form-caption {
    display: block;
    width: 100%;
    order: 4;
    margin-top: 0;
  }
  .product-single .product-single__btn--add-to-cart {
    order: 1;
    width: calc(100% - 3.0625rem);
  }
  @media (min-width: 1200px) {
    .product-single .product-single__btn--add-to-cart {
      width: calc(100% - 3.8125rem);
    }
  }
  @media (min-width: 1360px) {
    .product-single .product-single__btn--add-to-cart {
      width: calc(50% - 2.1875rem);
    }
  }
  .product-single .favorite-btn {
    order: 2;
  }
  @media (min-width: 1360px) {
    .product-single .favorite-btn {
      order: 3;
    }
  }
  .product-single .product-single__btn--add-to-inquiry-cart {
    order: 3;
    width: 100%;
  }
  @media (min-width: 1360px) {
    .product-single .product-single__btn--add-to-inquiry-cart {
      width: calc(50% - 2.1875rem);
      order: 2;
    }
  }
  @media (min-width: 992px) {
    .product-single .product-single__btn--add-to-cart .button__link,
  .product-single .product-single__btn--add-to-inquiry-cart .button__link {
      width: 100%;
    }
  }
  
  .product-single-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem 0;
    /*margin-bottom: 1.5rem;*/
  }
  .product-single-list:not(.product-single-list--borderless) .product-single-list__item {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    justify-content: space-between;
  }
  .product-single-list__item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
  }
  /*
  .product-single-list__item:not(:last-child) {
    margin-bottom: 2rem;
  }
  */
  .product-single-list__item {
      margin-bottom: 1.5rem;
  }
  .product-single-list__item--head {
      border-bottom: 0px !important;
      padding-bottom: 0rem !important;
      color: #000 !important;
      margin-bottom: 1rem !important;
  }
  .product-single-list__item--head .product-single-list__text--left {
      color: #000 !important;
  }
  .product-single-list__text a {
    color: #2874bb;
    padding-bottom: 0.25rem;
    position: relative;
  }
  .product-single-list__text a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2874bb;
  }
  @media (hover: hover) {
    .product-single-list__text a:before {
      transition: background-color 300ms ease-in-out 0ms;
    }
  }
  @media (hover: hover) {
    .product-single-list__text a:hover {
      color: #000;
    }
    .product-single-list__text a:hover:before {
      background-color: #000;
    }
  }
  .product-single-list__text--left {
    color: #c1c1c1;
  }
  .product-single-list__text--right {
    text-align: right;
  }
  .product-single-list__text--right span{
    margin-left: 2rem;
  }
  
  .product-single-description {
    margin: 3.75rem 0;
  }
  @media (min-width: 992px) {
    .product-single-description {
      margin: 5.625rem 0;
    }
  }
  .product-single-variants-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 11;
  }
  .product-single-variants {
    margin: 3.75rem 0 5.625rem;
    overflow: hidden;
    position: relative;
  }
  @media (min-width: 992px) {
    .product-single-variants {
      margin: 5.625rem 0 7.5rem;
    }
  }
  .product-single-variants__top {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
  }
  @media (min-width: 992px) {
    .product-single-variants__top {
      margin-bottom: 3.4375rem;
    }
  }
  .product-single-variants__view-modes {
    display: grid;
    grid-template-columns: 1.5rem 1.5rem;
    gap: 0.5rem;
  }
  .product-single-variants__toggle-view {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (hover: hover) {
    .product-single-variants__toggle-view {
      cursor: pointer;
    }
    .product-single-variants__toggle-view:hover rect {
      fill: #2874bb;
    }
  }
  .product-single-variants__toggle-view.active rect {
    fill: #2874bb;
  }
  .product-single-variants__toggle-view rect {
    will-change: fill;
    transition: fill 300ms ease-in-out 0ms;
  }
  .product-single-variants__count {
    font-size: 0.75rem;
    line-height: 1.1666666667;
    font-weight: 400;
    color: #747474;
  }
  @media (min-width: 1200px) {
    .product-single-variants__count {
      font-size: 0.875rem;
      line-height: 1.1428571429;
    }
  }
  .product-single-variants__wrapper > *:not(.active) {
    display: none;
  }
  
  .product-single-detailed-table {
    overflow-x: auto;
    padding-bottom: 2rem;
  }
  @media (min-width: 1200px) {
    .product-single-detailed-table {
      overflow: unset;
      padding-bottom: 0;
    }
  }
  .product-single-detailed-table::-webkit-scrollbar {
    height: 0.125rem;
    background-color: #e8e8e8;
  }
  .product-single-detailed-table::-webkit-scrollbar-thumb {
    background-color: #a2a2a2;
    height: 0.1875rem;
  }
  .product-single-detailed-table__table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    display: table;
  }
  .product-single-detailed-table thead {
    background-color: #f2f2f2;
  }
  .product-single-detailed-table thead th {
    padding: 0.96875rem 1rem;
    font-size: 0.875rem;
    line-height: 1.2142857143;
    font-weight: 400;
    text-align: left;
  }
  @media (min-width: 1500px) {
    .product-single-detailed-table thead th {
      font-size: 1rem;
      line-height: 1.1875;
      padding: 0.90625rem 1.75rem;
    }
  }
  .product-single-detailed-table tbody tr {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  }
  .product-single-detailed-table tbody tr td {
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 400;
    white-space: nowrap;
  }
  @media (min-width: 1500px) {
    .product-single-detailed-table tbody tr td {
      padding: 1.75rem;
      font-size: 1.0625rem;
      line-height: 1.2941176471;
    }
  }
  .product-single-detailed-table tbody tr td:last-child {
    padding-right: 0;
    text-align: right;
  }
  
  .product-single-table__wrapper {
    overflow-x: auto;
    padding-bottom: 1.8125rem;
  }
  @media (min-width: 1200px) {
    .product-single-table__wrapper {
      overflow: unset;
      padding-bottom: 0;
    }
  }
  .product-single-table__wrapper::-webkit-scrollbar {
    height: 0.125rem;
    background-color: #e8e8e8;
  }
  .product-single-table__wrapper::-webkit-scrollbar-thumb {
    background-color: #a2a2a2;
    height: 0.1875rem;
  }
  .product-single-table__multiple {
    display: flex;
    flex-direction: column;
    gap: 1.8125rem 0;
  }
  @media (min-width: 992px) {
    .product-single-table__multiple {
      gap: 2.125rem 0;
    }
  }
  .product-single-table__table {
    display: table;
    width: 100%;
    border: none;
    border-spacing: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #ccc;
  }
  .product-single-table__table thead th {
    padding: 0.46875rem 1.1875rem;
    font-size: 0.875rem;
    line-height: 1.2142857143;
    font-weight: 400;
    text-align: left;
    text-align: center;
  }
  @media (min-width: 1500px) {
    .product-single-table__table thead th {
      font-size: 1.125rem;
      line-height: 1.2222222222;
      padding: 0.53125rem 1.875rem;
    }
  }
  .product-single-table__table tbody td {
    position: relative;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.2142857143;
    font-weight: 400;
    height: 2.1875rem;
  }
  @media (min-width: 1500px) {
    .product-single-table__table tbody td {
      height: 2.625rem;
      font-size: 1.125rem;
      line-height: 1.2222222222;
    }
  }
  .product-single-table__table th,
  .product-single-table__table td {
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  .product-single-table__table th:last-child,
  .product-single-table__table td:last-child {
    border-right: none;
  }
  .product-single-table__table tr:last-child td {
    border-bottom: none;
  }
  .product-single-table__btn {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin: auto;
    display: block;
    z-index: 10;
  }
  @media (hover: hover) {
    .product-single-table__btn {
      cursor: pointer;
    }
  }
  .product-single-table__btn--inquiry-cart {
    background-color: #e0f1ff;
  }
  .product-single-table__btn--cart {
    background-color: #2874bb;
  }
  .product-single-table__legend {
    margin-top: 1.5625rem;
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
  }
  @media (min-width: 992px) {
    .product-single-table__legend {
      margin-top: 2.1875rem;
    }
  }
  .product-single-table__legend-item {
    display: grid;
    grid-template-columns: 3rem 1fr;
    align-items: center;
    gap: 0.625rem;
  }
  @media (min-width: 992px) {
    .product-single-table__legend-item {
      grid-template-columns: 4.125rem 1fr;
      gap: 0.75rem;
    }
  }
  .product-single-table__legend-box {
    border-radius: 4px;
    height: 1.8125rem;
  }
  @media (min-width: 992px) {
    .product-single-table__legend-box {
      height: 2.5rem;
    }
  }
  .product-single-table__legend-box--cart {
    background-color: #2874bb;
  }
  .product-single-table__legend-box--inquiry-cart {
    background-color: #e0f1ff;
  }
  
  .related-slider {
    margin: 5.625rem 0;
    padding: 5.625rem 0 5rem;
    background-color: #2874bb;
    position: relative;
  }
  @media (min-width: 992px) {
    .related-slider {
      margin: 9.375rem 0 6.25rem;
      padding: 4.6875rem 0 5.625rem;
    }
  }
  .related-slider:before {
    content: "";
    position: absolute;
    width: 4.0625rem;
    height: 1.5625rem;
    background-color: #fff;
    top: -1px;
    left: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 1rem) 100%, 0% 100%);
  }
  @media (min-width: 992px) {
    .related-slider:before {
      width: 5.6875rem;
      height: 4.375rem;
      clip-path: polygon(0 0, 100% 0, calc(100% - 2.6875rem) 100%, 0% 100%);
    }
  }
  .related-slider__top {
    display: grid;
    grid-template-columns: 1fr 5.375rem;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1.5rem;
  }
  @media (min-width: 992px) {
    .related-slider__top {
      grid-template-columns: 1fr 6.25rem;
    }
  }
  .related-slider__content {
    color: #fff;
  }
  .related-slider .swiper-arrows {
    display: grid;
    grid-template-columns: 2.375rem 2.375rem;
    gap: 0.625rem;
    width: 5.375rem;
  }
  @media (min-width: 992px) {
    .related-slider .swiper-arrows {
      grid-template-columns: 2.75rem 2.75rem;
      width: 6.25rem;
      gap: 0.75rem;
    }
  }
  .related-slider .swiper-button-prev,
  .related-slider .swiper-button-next {
    width: 2.375rem;
    height: 2.375rem;
    border: 2px solid #fff;
    border-radius: 4px;
    transition: background-color 300ms ease-in-out 0ms , opacity 300ms ease-in-out 0ms;
  }
  @media (min-width: 992px) {
    .related-slider .swiper-button-prev,
  .related-slider .swiper-button-next {
      width: 2.75rem;
      height: 2.75rem;
    }
  }
  .related-slider .swiper-button-prev:disabled,
  .related-slider .swiper-button-next:disabled {
    opacity: 0.5;
  }
  @media (hover: hover) {
    .related-slider .swiper-button-prev:hover:not(:disabled),
  .related-slider .swiper-button-next:hover:not(:disabled) {
      background-color: #fff;
    }
    .related-slider .swiper-button-prev:hover:not(:disabled) path,
  .related-slider .swiper-button-next:hover:not(:disabled) path {
      stroke: #2874bb;
    }
  }
  @media (hover: hover) {
    .related-slider .swiper-button-prev path,
  .related-slider .swiper-button-next path {
      transition: stroke 300ms ease-in-out 0ms;
    }
  }
  .related-slider .swiper-button-prev svg {
    transform: scale(-1);
  }
  
  @media (min-width: 992px) {
    #cart-popup .modal__inner,
  #inquiry-cart-popup .modal__inner {
      max-width: 100%;
    }
  }
  
  .product-cart-popup__title {
    margin-bottom: 1.75rem;
  }
  @media (min-width: 992px) {
    .product-cart-popup__title {
      margin-bottom: 2.125rem;
    }
  }
  .product-cart-popup__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem 0;
  }
  .product-cart-popup__caption {
    margin: 0.875rem 0 1.125rem;
    color: #b4b4b4;
  }
  @media (min-width: 992px) {
    .product-cart-popup__caption {
      margin: 1.5rem 0 0;
    }
  }
  .product-cart-popup__form-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.125rem;
    margin: 1rem 0;
  }
  @media (min-width: 992px) {
    .product-cart-popup__form-row {
      grid-template-columns: 2fr 2fr 4fr;
      gap: 1.5625rem;
      align-items: flex-start;
      margin: 2.75rem 0 1.125rem;
    }
  }
  @media (min-width: 992px) {
    .product-cart-popup__btn {
      text-align: right;
    }
  }
  
  .product-cart-item {
    padding: 0.75rem 0.75rem 1rem;
    border-radius: 6px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.875rem;
    background-color: #f2f2f2;
  }
  @media (min-width: 992px) {
    .product-cart-item {
      padding: 0.75rem;
      align-items: center;
      gap: 2rem;
      grid-template-columns: 6.125rem 1fr;
    }
  }
  .product-cart-item__left {
    display: grid;
    grid-template-columns: 3.75rem 1fr;
    align-items: center;
    gap: 0.875rem;
  }
  @media (min-width: 375px) {
    .product-cart-item__left {
      grid-template-columns: 5rem 1fr;
    }
  }
  @media (min-width: 992px) {
    .product-cart-item__left {
      grid-template-columns: 1fr;
    }
  }
  @media (min-width: 992px) {
    .product-cart-item__left .product-cart-item__title {
      display: none;
    }
  }
  @media (min-width: 992px) {
    .product-cart-item__right {
      display: flex;
      flex-direction: column;
      gap: 0.5625rem;
    }
  }
  .product-cart-item__right .product-cart-item__title {
    display: none;
  }
  @media (min-width: 992px) {
    .product-cart-item__right .product-cart-item__title {
      display: block;
    }
  }
  @media (min-width: 992px) {
    .product-cart-item .product-item-details {
      display: flex;
      flex-flow: row wrap;
      gap: 0.46875rem 0.9375rem;
    }
  }
  @media (min-width: 992px) {
    .product-cart-item .product-item-details__item {
      width: calc(14.2857142857% - 0.8125rem);
    }
  }
  