<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.jodit-default {
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.6;
  padding: 10px;
  margin: 0;
  background: transparent;
  color: #000;
  position: relative;
  z-index: 2;
  user-select: auto;
  margin: 0px;
  overflow: auto;
  outline: none;
}
.jodit-default p {
  line-height: 1.6;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 1em;
  padding: 0;
}
.jodit-default ol,
.jodit-default ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.jodit-default ol li {
  list-style-type: decimal;
}
.jodit-default ul &gt; li {
  list-style-type: disc;
}
.jodit-default ul &gt; li li {
  list-style-type: circle;
}
.jodit-default ul &gt; li li li {
  list-style-type: square;
}
.jodit-default table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
.jodit-default th,
.jodit-default td {
  padding: 2px 5px;
  border: 1px solid #ccc;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.jodit-default img {
  max-width: 100%;
  height: auto !important;
}
.jodit-default hr {
  margin: 0.5em 0;
  border-style: inset;
  border-width: 1px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.qty-counter {
  border: 1px solid #DDD;
  border-radius: 4px;
  display: flex;
  width: 100%;
  height: 44px;
  text-align: center;
}
.qty-counter.qty-counter-normal {
  border: none !important;
  border-radius: unset !important;
}
.qty-counter .qty-counter-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 900;
  line-height: 44px;
  width: 44px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.qty-counter .qty-counter-btn.disabled-normal {
  color: #999;
  cursor: not-allowed;
}
.qty-counter .qty-counter-btn.disabled {
  color: #aaa;
  border: none;
  cursor: not-allowed;
  opacity: 40%;
}
.qty-counter .qty-counter-btn.disabled:hover {
  background-color: #f0f0f0;
}
.qty-counter .qty-counter-btn.unselected.increase-btn {
  color: #ff5353;
}
.qty-counter .decrease-btn {
  color: #aaa;
  float: left;
}
.qty-counter .decrease-btn-normal {
  color: #ff5353;
  float: left;
}
.qty-counter .increase-btn-normal {
  color: #ff5353;
  float: right;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.qty-counter .increase-btn {
  color: #ff5353;
  float: right;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.qty-counter .increase-btn:hover {
  background-color: #fff5f5;
}
.qty-counter .qty-number {
  display: inherit;
  border-right: 1px solid #DDD;
  border-left: 1px solid #DDD;
  width: calc(100% - 44px * 2 - 2px);
}
.qty-counter .qty-number.qty-number-normal {
  border: unset !important;
  width: 90px !important;
}
.qty-counter .qty-number-input {
  color: #000;
  font-size: 16px;
  width: 100%;
  text-align: center;
  line-height: 44px;
  height: 44px;
}
.qty-counter .qty-number-input::-webkit-inner-spin-button,
.qty-counter .qty-number-input ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.qty-counter .qty-number-input.qty-number-input-normal {
  color: #000000;
}

@-webkit-keyframes rotate-vertical-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-moz-keyframes rotate-vertical-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-ms-keyframes rotate-vertical-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-vertical-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes rotate-vertical-counterclockwise {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes rotate-vertical-counterclockwise {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-ms-keyframes rotate-vertical-counterclockwise {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate-vertical-counterclockwise {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.rotate-to-bottom,
.rotate-to-right {
  -webkit-animation: "rotate-vertical-counterclockwise" 0.2s ease-in 0s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: "rotate-vertical-counterclockwise" 0.2s ease-in 0s;
  -moz-animation-fill-mode: forwards;
  -ms-animation: "rotate-vertical-counterclockwise" 0.2s ease-in 0s;
  -ms-animation-fill-mode: forwards;
  animation: "rotate-vertical-counterclockwise" 0.2s ease-in 0s;
  animation-fill-mode: forwards;
}

.rotate-to-top,
.rotate-to-left {
  -webkit-animation: "rotate-vertical-clockwise" 0.2s ease-in 0s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: "rotate-vertical-clockwise" 0.2s ease-in 0s;
  -moz-animation-fill-mode: forwards;
  -ms-animation: "rotate-vertical-clockwise" 0.2s ease-in 0s;
  -ms-animation-fill-mode: forwards;
  animation: "rotate-vertical-clockwise" 0.2s ease-in 0s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes rotate-z {
  0%, 100% {
    transform: rotateZ(0deg);
  }
  20%, 60% {
    transform: rotateZ(-15deg);
  }
  40%, 80% {
    transform: rotateZ(15deg);
  }
}
@-moz-keyframes rotate-z {
  0%, 100% {
    transform: rotateZ(0deg);
  }
  20%, 60% {
    transform: rotateZ(-15deg);
  }
  40%, 80% {
    transform: rotateZ(15deg);
  }
}
@-ms-keyframes rotate-z {
  0%, 100% {
    transform: rotateZ(0deg);
  }
  20%, 60% {
    transform: rotateZ(-15deg);
  }
  40%, 80% {
    transform: rotateZ(15deg);
  }
}
@keyframes rotate-z {
  0%, 100% {
    transform: rotateZ(0deg);
  }
  20%, 60% {
    transform: rotateZ(-15deg);
  }
  40%, 80% {
    transform: rotateZ(15deg);
  }
}
.shake-heart {
  padding-left: 5px;
  -webkit-animation: "rotate-z" 0.4s ease-in 0s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: "rotate-z" 0.4s ease-in 0s;
  -moz-animation-fill-mode: forwards;
  -ms-animation: "rotate-z" 0.4s ease-in 0s;
  -ms-animation-fill-mode: forwards;
  animation: "rotate-z" 0.4s ease-in 0s;
  animation-fill-mode: forwards;
}

.collapse-panel {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.collapse-panel.collapse-show {
  display: block;
  max-height: 9999px;
}

.collapse-panel-without-transition {
  overflow: hidden;
  max-height: 0;
}
.collapse-panel-without-transition.collapse-show {
  display: block;
  max-height: 9999px;
}

.ns-image-gallery .ns-media-gallery {
  width: 100%;
}
.ns-image-gallery .large-image-frame {
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 400px;
  max-width: 400px;
  z-index: 200;
}
.ns-image-gallery .large-image-frame:before {
  content: "";
  margin-top: 100%;
}
.ns-image-gallery .large-image-frame .large-image-wrapper {
  position: relative;
  width: 400px;
  height: 400px;
}
.ns-image-gallery .large-image-frame .large-image {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
  margin: auto;
  transition: opacity .25s linear;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ns-image-gallery .large-image-frame .large-image.hide-image {
  opacity: 0;
  transition: opacity 0s;
}
.ns-image-gallery .large-image-frame .product-badge-img {
  top: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.ns-image-gallery .large-image-frame .zoomed {
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  left: 100%;
  border: 1px solid #d4d9de;
  width: 400px;
  height: 400px;
  overflow: hidden;
  opacity: 0;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.ns-image-gallery .large-image-frame .zoomed .zoomed-img {
  position: absolute;
  max-width: 800px;
}
.ns-image-gallery .large-image-frame .zoomed.hide-zoomed {
  opacity: 0;
  pointer-events: none;
}
.ns-image-gallery .large-image-frame .zoomed.show-zoomed {
  opacity: 1;
}
.ns-image-gallery .large-image-frame .zoom-cursor-pointer {
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.1);
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ns-image-gallery .large-image-frame:hover {
  cursor: zoom-in;
}
.ns-image-gallery .image-magnifier {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  width: 30px;
  height: 30px;
  background: #999999;
  text-align: center;
  z-index: 2;
}
.ns-image-gallery .image-magnifier .ico-search {
  line-height: 30px;
  color: #ffffff;
}
.ns-image-gallery .small-image-ul {
  display: inline-block;
}
.ns-image-gallery .small-image-ul:before, .ns-image-gallery .small-image-ul:after {
  content: "";
  display: table;
  clear: both;
}
.ns-image-gallery .small-image-li {
  float: left;
  margin-top: 16px;
  margin-right: 12px;
  position: relative;
}
.ns-image-gallery .small-image-li:hover, .ns-image-gallery .small-image-li.actived {
  outline: 2px solid #666666;
  cursor: pointer;
}
.ns-image-gallery .small-image-frame {
  margin: 0;
  text-align: center;
  width: 66px;
  height: 66px;
}
.ns-image-gallery .small-image-frame .small-image {
  height: 100%;
  max-width: 66px;
  object-fit: contain;
}
.ns-image-gallery .video-mask {
  background: rgba(0, 0, 0, 0.3);
  height: 66px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 66px;
}
.ns-image-gallery .video-mask .icon-play-circle-o {
  color: #ffffff;
  font-size: 1.7em;
  line-height: 66px;
}
.ns-image-gallery .gallery-prev-arrow {
  left: 2%;
}
.ns-image-gallery .gallery-next-arrow {
  right: 2%;
}
.ns-image-gallery .gallery-arrow {
  z-index: 2;
  width: 35px;
  height: 45px;
  cursor: pointer;
  color: #4a4e5c;
  text-align: center;
  position: absolute;
  top: 43%;
  padding-top: 6px;
}
.ns-image-gallery .gallery-arrow.disabled {
  color: #b8b8b8;
  cursor: default;
}

.image-enlarge-dialog {
  overflow: auto;
  cursor: auto;
}
.image-enlarge-dialog .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-enlarge-dialog .modal-dialog .modal-content {
  background: none;
  width: 100%;
  height: 100%;
}
.image-enlarge-dialog .modal-dialog .modal-content .image-enlarge-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: auto;
}
.image-enlarge-dialog .modal-dialog .modal-content .image-enlarge-container .image-frame {
  width: auto;
  height: auto;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  scrollbar-width: none;
}
.image-enlarge-dialog .modal-dialog .modal-content .image-enlarge-container .image-frame::-webkit-scrollbar {
  display: none;
}
.image-enlarge-dialog .modal-dialog .modal-content .image-enlarge-container .image-frame .fake-zoomed-icon {
  cursor: url("/V2/Content/Images/Icon/icon-enlarge-image-subtract.svg") 12 12, zoom-out;
}
.image-enlarge-dialog .modal-dialog .modal-content .image-enlarge-container .image-frame .image-enlarge.zoomed {
  transform: scale(2.5);
  cursor: url("/V2/Content/Images/Icon/icon-enlarge-image-subtract.svg") 12 12, zoom-out;
}
.image-enlarge-dialog .modal-dialog .modal-content .image-enlarge-container .image-frame .image-enlarge {
  width: auto;
  height: 100%;
  user-select: none;
  transition: transform 0.3s ease;
  cursor: url("/V2/Content/Images/Icon/icon-enlarge-image-add.svg") 12 12, zoom-in;
}
.image-enlarge-dialog .modal-dialog .modal-content .absolute-block {
  position: absolute;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  font-size: 32px;
}
.image-enlarge-dialog .modal-dialog .modal-content .absolute-block.border {
  border: 0.5px solid #000;
}
.image-enlarge-dialog .modal-dialog .modal-content .absolute-block.next {
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.image-enlarge-dialog .modal-dialog .modal-content .absolute-block.prev {
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.image-enlarge-dialog .modal-dialog .modal-content .absolute-block.close {
  right: 32px;
  top: 32px;
}
.image-enlarge-dialog .modal-dialog .modal-content .absolute-block.pagination {
  cursor: auto;
  width: auto;
  height: auto;
  padding: 0 4px;
  bottom: 24px;
  left: 50%;
  font-size: 14px;
  transform: translateX(-50%);
}

.modal.image-enlarge-dialog {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.image-enlarge-dialog.fade .modal-dialog {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.modal.image-enlarge-dialog.in .modal-dialog {
  opacity: 1;
}

.ns-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ns-video iframe,
.ns-video object,
.ns-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.product-sku {
  max-height: 310px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 30px;
}
.product-sku.product-sku-normal {
  max-height: 311px !important;
  min-height: 311px !important;
  padding-bottom: 32px;
}
.product-sku .sku-level-title {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 16px;
  text-align: left;
}
.product-sku .sku-level-title.sku-level-title-normal {
  color: #000 !important;
  font-weight: normal !important;
}
.product-sku .sku-ul {
  padding: 2px;
}
.product-sku .sku-ul:before, .product-sku .sku-ul:after {
  content: "";
  display: table;
  clear: both;
}
.product-sku .sku-li {
  border: 1px solid #DDD;
  border-radius: 3px;
  color: #4a4e5c;
  float: left;
  margin: 8px 8px 0 0;
}
.product-sku .sku-li:hover {
  border: 1px solid #ff5353;
}
.product-sku .sku-li.actived {
  border: 1px solid #ff5353;
}
.product-sku .sku-li.actived .sku-link {
  color: #ff5353;
}
.product-sku .sku-li.disabled.soldout {
  background: #f0f0f0;
}
.product-sku .sku-li.disabled .sku-link {
  text-decoration: line-through;
  color: #aaa;
  cursor: default;
  background-color: #F0F0F0;
}
.product-sku .sku-li.disabled:hover {
  border: 1px solid #d4d9de;
  box-shadow: none;
}
.product-sku .sku-li.disabled.unselected .sku-link {
  text-decoration: none;
  color: #000;
  background-color: white;
  border-radius: 3px;
}
.product-sku .sku-li.tooltip-bottom::before {
  z-index: 1;
  line-height: 18px;
  word-wrap: break-word;
  word-break: normal;
  white-space: nowrap;
  padding: 5px;
}
.product-sku .sku-li.tooltip-bottom:after {
  bottom: 0;
  top: auto;
}
.product-sku .sku-link {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  min-width: 46px;
  padding: 10px 12px;
  text-align: center;
  color: #000;
}
.product-sku .sku-link.sku-link-normal {
  padding: 5px 16px !important;
}
.product-sku .sku-link.sold-out {
  text-decoration: line-through;
  color: #aaa;
}

.nav-tab.sticky, .nav-tab .nav-tab-ul.fix-nav-tab {
  top: 100px;
  z-index: 90;
}

.nav-tab {
  border-bottom: 1px solid #ECECEC;
}
.nav-tab.sticky {
  position: -webkit-sticky;
  position: sticky;
  background: #ffffff;
  border-bottom: none;
}
.nav-tab .nav-tab-ul {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
.nav-tab .nav-tab-ul:before, .nav-tab .nav-tab-ul:after {
  content: "";
  display: table;
  clear: both;
}
.nav-tab .nav-tab-ul.fix-nav-tab {
  position: fixed;
}
.nav-tab .nav-tab-link {
  height: 44px;
  display: flex;
  align-items: center;
  margin-right: 24px;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .nav-tab .nav-tab-link {
    padding: 12px 20px;
  }
}
.nav-tab .nav-tab-link.active {
  color: #000;
  font-weight: 500;
  box-shadow: inset 0 -2px 0 0;
}

.simple-table {
  border: 1px solid #d8d8d8;
  border-bottom: transparent;
  display: table;
  width: 100%;
}
.simple-table .simple-table-row {
  display: table-row;
}
.simple-table .simple-table-td-left {
  background: #f7f8fa;
  border-bottom: 1px solid #d8d8d8;
  display: table-cell;
  padding: 8px 12px;
  text-align: right;
}
.simple-table .simple-table-td-right {
  border-bottom: 1px solid #d8d8d8;
  display: table-cell;
  padding: 8px 12px;
  text-align: left;
}

.panel.panel-default {
  border: 1px solid #d4d9de;
}
.panel.panel-default .panel-heading {
  background: #f7f8fa;
  padding: 12px 20px;
  border-bottom: 1px solid #d4d9de;
}
.panel.panel-default .panel-title {
  font-size: 14px;
  line-height: 1.5;
  color: #4a4e5c;
}
.panel.panel-tab {
  border: 1px solid #d4d9de;
}
.panel.panel-tab .panel-heading {
  background: #f7f8fa;
  border-bottom: 1px solid #d4d9de;
}
.panel.panel-tab .panel-heading-li {
  display: inline-block;
  margin: 0 20px;
}
.panel.panel-tab .panel-heading-li.actived {
  border-bottom: 3px solid #4a4e5c;
}
.panel.panel-tab .panel-heading-li.actived .panel-title {
  color: #4a4e5c;
  font-weight: bold;
}
.panel.panel-tab .panel-heading-link {
  display: block;
  padding: 12px 0;
}
.panel.panel-tab .panel-title {
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  font-weight: normal;
}
.panel .panel-body {
  background: #ffffff;
}

.slider {
  position: relative;
  padding: 0 5%;
}
.slider .slider-arrow-left {
  left: 2%;
}
.slider .slider-arrow-right {
  right: 2%;
}
.slider .slider-arrow {
  font-size: 22px;
  color: #4a4e5c;
  text-align: center;
  position: absolute;
  top: 40%;
}
.slider .slider-arrow.disabled {
  color: #b8b8b8;
  cursor: default;
}
.slider .slider-frame {
  overflow: hidden;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.product-card {
  text-align: left;
}
.product-card .image-frame {
  background-color: #ffffff;
  width: 100%;
  position: relative;
  display: inline-block;
}
.product-card .image-frame:before {
  content: "";
  display: block;
  margin-top: 100%;
}
.product-card .image-frame .image-body {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-card-in-slider {
  padding-bottom: 10px;
}
.product-card-price-block {
  display: flex;
  flex-direction: column;
  margin: 4px;
  /* TODO price on top */
}
.product-card-tag-block {
  display: flex;
  margin: 4px;
}
.product-card-tag {
  padding: 0 4px;
  font-size: 12px;
  border-radius: 2px;
  height: 20px;
  box-sizing: border-box;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-card-selling-start-time {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 8px 0;
  font-size: 12px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.product-card-img-container {
  width: inherit;
  position: relative;
}
.product-card-badge-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product-card .product-card-title {
  font-size: 0.7em;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 36px;
  font-size: 14px;
  line-height: 1.2;
  height: 34px;
  color: #000;
  font-weight: 400;
  margin: 2px 4px;
}
.product-card .product-card-price {
  font-size: 0.8em;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 16px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  color: #ff5353;
}
.product-card .product-card-suggest-price {
  font-size: 0.8em;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 18px;
  color: #999;
  font-size: 12px;
  text-decoration: line-through;
}
.product-card .product-card-suggest-price-hide {
  visibility: hidden;
}
.product-card .image-frame {
  text-align: center;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltip {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.tooltip::before {
  background-color: #666666;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  content: attr(data-tooltip-content);
  font-size: 12px;
  min-width: 46px;
  padding: 4px 0;
  text-align: center;
  z-index: 99999;
}
.tooltip::after {
  border-color: transparent transparent #666666 transparent;
  border-style: solid;
  border-width: 6px;
  content: '';
  height: 0;
  width: 0;
}
.tooltip::before, .tooltip::after {
  display: none;
  -webkit-animation: fade-in 0.2s ease-out;
  -o-animation: fade-in 0.2s ease-out;
  animation: fade-in 0.2s ease-out;
}
.tooltip:hover::before, .tooltip:hover::after {
  display: block;
}
.tooltip.tooltip-bottom::before {
  left: 0;
  position: absolute;
  top: 100%;
}
.tooltip.tooltip-bottom::after {
  left: 10px;
  position: absolute;
  top: 70%;
}
.tooltip.tooltip-top::before {
  left: 50%;
  position: absolute;
  bottom: 150%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.tooltip-top::after {
  left: 50%;
  position: absolute;
  bottom: 70%;
  border-color: #666666 transparent transparent transparent;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.static-tooltip {
  display: inline-block;
  position: relative;
}
.static-tooltip__content {
  display: inline-block;
  background-color: #333333;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px 0 rgba(102, 102, 102, 0.32);
  color: #ffffff;
  font-size: 13px;
  min-width: 46px;
  padding: 10px;
  z-index: 99999;
  position: absolute;
}
.static-tooltip__content::after {
  border-color: transparent transparent #333333 transparent;
  border-style: solid;
  border-width: 6px;
  content: '';
  height: 0;
  width: 0;
}
.static-tooltip__content--top {
  bottom: calc(100% + 7px);
}
.static-tooltip__content--top::after {
  top: 100%;
  left: 50%;
  position: absolute;
  border-color: #333333 transparent transparent transparent;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.static-tooltip__content--bottom {
  top: calc(100% + 7px);
}
.static-tooltip__content--bottom::after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  border-color: transparent transparent #333333 transparent;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.app-only-promotion {
  font-size: 14px;
  padding-top: 16px;
  line-height: 1.2;
}
.app-only-promotion__desc {
  display: flex;
  font-weight: 400;
  align-items: center;
}
.app-only-promotion__link {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
}
.app-only-promotion__link.core-link {
  font-size: inherit;
  line-height: inherit;
}
.app-only-promotion .icon.icon-phone {
  font-size: 20px;
  margin-right: 3px;
}

.link.revert-style {
  text-decoration: revert;
  color: revert;
}

.add-to-cart-popup .product-wrapper {
  margin: 0;
  position: relative;
  padding: 20px;
}
.add-to-cart-popup .product-wrapper:before, .add-to-cart-popup .product-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.add-to-cart-popup .product-wrapper.product-wrapper-normal {
  padding: 16px 16px 4px 16px !important;
}
.add-to-cart-popup .product-wrapper .product-img-wrapper {
  float: left;
}
.add-to-cart-popup .product-wrapper .product-img-wrapper .image-frame {
  width: 120px;
  height: 120px;
}
.add-to-cart-popup .product-wrapper .product-img-wrapper .image-body {
  max-width: 120px;
  max-height: 120px;
}
.add-to-cart-popup .product-wrapper .product-detail {
  float: right;
  position: relative;
  height: 120px;
  width: calc(100% - 132px);
  text-align: left;
  padding-right: 16px;
  box-sizing: border-box;
}
.add-to-cart-popup .product-wrapper .product-title {
  font-size: 14px;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 30px;
  color: #4a4e5c;
  font-weight: normal;
}
.add-to-cart-popup .product-wrapper .product-title.product-title-normal {
  color: #000 !important;
  font-weight: normal !important;
}
.add-to-cart-popup .product-wrapper .price-info-wrapper {
  position: absolute;
  bottom: 0;
}
.add-to-cart-popup .product-wrapper .price-wrapper {
  display: flex;
  flex-direction: column;
}
.add-to-cart-popup .product-wrapper .price-wrapper.is-price-on-top {
  flex-direction: column-reverse;
}
.add-to-cart-popup .product-wrapper .price-wrapper .is-price-on-top {
  margin-bottom: 4px;
}
.add-to-cart-popup .product-wrapper .product-price {
  font-size: 16px;
  line-height: 1.5;
  color: #ff5353;
}
.add-to-cart-popup .product-wrapper .product-suggestprice {
  font-size: 10px;
  color: #aaa;
  text-decoration: line-through;
  margin-bottom: 4px;
}
.add-to-cart-popup .product-wrapper .stock-qty-text {
  color: #666666;
  float: left;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 4px;
}
.add-to-cart-popup .product-wrapper .special-price-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.add-to-cart-popup .product-wrapper .special-price-tag-wrapper.bottom-gap {
  margin-bottom: 4px;
}
.add-to-cart-popup .product-wrapper .special-price-tag-wrapper .special-price-tag {
  padding: 0 4px;
  font-size: 12px;
  border-radius: 2px;
  height: 20px;
  box-sizing: border-box;
  line-height: 20px;
  width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.add-to-cart-popup .product-info--scroll {
  overflow: auto;
  max-height: 557px;
}
.add-to-cart-popup .product-info-wrapper {
  border-bottom: 1px solid #dee2e6;
  margin: 0 16px;
  padding: 16px 0;
}
.add-to-cart-popup .product-info-wrapper &gt; .product-wrapper-normal {
  padding: unset !important;
}
.add-to-cart-popup .product-info-wrapper &gt; .salepage-spec-chart {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: flex-end;
  text-align: right;
}
.add-to-cart-popup .product-info-wrapper &gt; .salepage-spec-chart-btn {
  color: #667079;
}
.add-to-cart-popup .choose-sku {
  padding: 8px 16px;
  border-top: 1px solid #dcdcdc;
}
.add-to-cart-popup .choose-sku.choose-sku-normal {
  padding: 0 16px;
  border-top: none !important;
}
.add-to-cart-popup .choose-sku .purchase-method {
  text-align: left;
  margin-top: 15px;
}
.add-to-cart-popup .choose-sku .purchase-method__title {
  color: #4a4e5c;
  font-size: 12px;
  line-height: 1.5;
}
.add-to-cart-popup .choose-sku .purchase-method__title.title_normal {
  color: #000 !important;
  font-weight: normal !important;
}
.add-to-cart-popup .choose-sku .purchase-method__pointpay-option-list {
  padding: 0 2px;
}
.add-to-cart-popup .choose-sku .purchase-method__pointpay-option-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  min-width: 46px;
  padding: 10px 12px;
  text-align: center;
  border: 1px solid #d4d9de;
  border-radius: 3px;
  color: #4a4e5c;
  background-color: white;
  cursor: pointer;
  margin: 8px 8px 0 0;
  -webkit-tap-highlight-color: transparent;
}
.add-to-cart-popup .choose-sku .purchase-method__pointpay-option-item:hover {
  border: 1px solid #ff5353;
}
.add-to-cart-popup .choose-sku .purchase-method__pointpay-option-item--selected {
  color: #ff5353;
  border: 1px solid #ff5353;
}
.add-to-cart-popup .choose-sku .purchase-method__pointpay-option-item.option_normal {
  padding: 5px 16px !important;
}
.add-to-cart-popup .choose-qty-wrapper {
  border-top: 1px solid #d4d9de;
  display: flex;
  display: -webkit-flex;
  padding: 20px;
}
.add-to-cart-popup .choose-qty-wrapper.choose-qty-wrapper-normal {
  padding: 16px 0 !important;
  position: fixed;
  width: 638px;
  background-color: #ffffff;
  bottom: 1px;
  border-bottom-left-radius: .4em;
  border-bottom-right-radius: .4em;
}
.add-to-cart-popup .choose-qty-wrapper .sku-sub-title {
  color: #4a4e5c;
  font-size: 12px;
  line-height: 44px;
  float: left;
  margin-right: 12px;
}
.add-to-cart-popup .choose-qty-wrapper .choose-qty {
  flex: 1;
  -webkit-flex: 1;
  text-align: left;
}
.add-to-cart-popup .choose-qty-wrapper .choose-qty.choose-qty-normal {
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: unset !important;
}
.add-to-cart-popup .choose-qty-wrapper .qty-wrapper {
  width: 80%;
  display: inline-block;
}
.add-to-cart-popup .choose-qty-wrapper .qty-wrapper.qty-wrapper-normal {
  width: auto !important;
}
.add-to-cart-popup .choose-qty-wrapper .salepage-btn-group {
  text-align: right;
  flex: 1;
  -webkit-flex: 1;
  display: inline-flex;
}
.add-to-cart-popup .choose-qty-wrapper .salepage-btn-group.salepage-btn-group-normal, .add-to-cart-popup .choose-qty-wrapper .salepage-btn-group.salepage-btn-group-single {
  display: flex !important;
  align-items: center;
  justify-content: end;
  padding: 0 16px;
  text-align: unset !important;
}
.add-to-cart-popup .choose-qty-wrapper .salepage-btn-group.salepage-btn-group-single {
  padding: 0 16px;
}
.add-to-cart-popup .choose-qty-wrapper .core-btn {
  width: 50%;
}
.add-to-cart-popup .choose-qty-wrapper .core-btn:only-child {
  width: 100%;
}
.add-to-cart-popup .choose-qty-wrapper .add-to-cart-btn {
  margin-right: 12px;
}
.add-to-cart-popup .choose-qty-wrapper .add-to-cart-btn-single {
  margin-right: 0;
}
.add-to-cart-popup .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #9c9c9c;
}
.add-to-cart-popup .sku-wrapper .salepage-bundle, .add-to-cart-popup .sku-wrapper .salepage-bundle--scroll {
  padding: 0 16px 32px;
}
.add-to-cart-popup .sku-wrapper .salepage-bundle-list-item-title {
  text-align: left;
}
.add-to-cart-popup .modal-header {
  align-items: center;
  border-bottom: unset;
  display: flex;
  gap: 4px;
  padding: 16px 16px 0 16px;
}
.add-to-cart-popup .modal-title {
  flex-grow: 1;
  text-align: center;
}
.add-to-cart-popup .popup-close, .add-to-cart-popup .popup-back {
  color: #111827;
  padding-top: 2px;
}

.add-to-cart-modal {
  display: flex !important;
  align-items: center;
}
.add-to-cart-modal .modal-dialog {
  margin: auto;
  width: 640px;
}
.add-to-cart-modal .modal-body {
  max-height: 598px;
  min-height: 598px;
}
.add-to-cart-modal .modal-content {
  overflow: hidden;
}

.shop-stock-popup {
  position: relative;
}
.shop-stock-popup .shop-stock-header {
  padding: 15px 38px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333333;
  border: 1px solid #dddddd;
}
.shop-stock-popup .shop-stock-img-wrapper .shop-stock-img {
  max-width: 120px;
  max-height: 120px;
}
.shop-stock-popup .shop-stock-item-wrapper {
  display: flex;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper {
  padding: 20px;
  border-right: 1px solid #dadee3;
  width: 50%;
  position: relative;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-header {
  display: flex;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-header .header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 12px;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-header__title {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-detail {
  margin-bottom: 80px;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-detail__size {
  padding-top: 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-detail__color {
  padding-top: 24px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-detail__title {
  padding-top: 24px;
  color: #333333;
  font-size: 13px;
  line-height: 19px;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-detail .shop-stock-sku {
  min-height: 165px;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-detail .filter-list {
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 11px;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-detail .filter-list .dropdown-list {
  flex-grow: 1;
  line-height: 20px;
  font-size: 14px;
  color: #000000;
  max-width: 48%;
  position: relative;
  cursor: pointer;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-detail .filter-list .dropdown-list .select-wrapper {
  display: flex;
  padding: 9.5px 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  position: relative;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-detail .filter-list .dropdown-list .select-wrapper__icon {
  position: absolute;
  right: 10px;
  top: 13px;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-detail .filter-list .dropdown-list .select-wrapper__unselected {
  color: #999999;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-detail .filter-list .dropdown-list .option-wrapper {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #dddddd;
  margin-top: 4px;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-detail .filter-list .dropdown-list .option-wrapper__li {
  padding: 10px 15px;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-detail .filter-list .dropdown-list .option-wrapper__li:hover {
  background-color: #F6FBFF;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-detail .filter-list .disabled {
  pointer-events: none;
  border: none;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-btn-wrapper {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-btn-wrapper .product-btn {
  width: 100%;
  left: 0;
  bottom: 0;
}
.shop-stock-popup .shop-stock-item-wrapper .product-item-wrapper .product-btn-wrapper .product-btn .shop-stock-btn {
  width: 100%;
  background-color: #ff5353;
  border-radius: 5px;
  color: #ffffff;
  padding: 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  cursor: pointer;
}
.shop-stock-popup .shop-stock-item-wrapper .shop-stock-wrapper {
  padding: 20px;
  width: 50%;
  min-height: 410px;
}
.shop-stock-popup .shop-stock-item-wrapper .shop-stock-wrapper__statement {
  margin-bottom: 14px;
  line-height: 150%;
  font-size: 14px;
  color: #111827;
}
.shop-stock-popup .shop-stock-item-wrapper .shop-stock-wrapper .shop-list-wrapper {
  max-height: 410px;
  overflow-y: auto;
}
.shop-stock-popup .shop-stock-item-wrapper .shop-stock-wrapper .shop-list-wrapper .shop-list {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 16px;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: #40425A;
}
.shop-stock-popup .shop-stock-item-wrapper .shop-stock-wrapper .shop-list-wrapper .shop-list__title {
  width: 85%;
}
.shop-stock-popup .shop-stock-item-wrapper .shop-stock-wrapper .shop-list-wrapper .shop-list__link {
  color: #428bca;
  display: flex;
  align-items: center;
  width: 50%;
}
.shop-stock-popup .shop-stock-item-wrapper .shop-stock-wrapper .shop-list-wrapper .shop-list__icon {
  margin-right: 8px;
}
.shop-stock-popup .shop-stock-item-wrapper .shop-stock-wrapper .shop-list-wrapper .shop-list__stockInfo {
  color: #000000;
  font-size: 14px;
  width: 50%;
}
.shop-stock-popup .shop-nostock {
  display: grid;
  place-content: center;
  margin-top: 25%;
  margin-bottom: 25%;
}
.shop-stock-popup .shop-nostock__img {
  width: 170px;
  height: 140px;
  place-self: center;
}
.shop-stock-popup .shop-nostock__statement {
  font-size: 16.5px;
  line-height: 23px;
  text-align: center;
}
.shop-stock-popup .loading-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop-stock-popup .dropdown-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.shop-stock-popup .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #333333;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.salepage-top-right .sku-wrapper .sku-sub-title, .salepage-top-right .salepage-group-wrapper .group-title, .salepage-community .fb-text, .salepage-promotion .salepage-promotion-caption, .salepage-specification .simple-table-td-left, .salepage-specification .simple-table-td-right {
  font-size: 12px;
  line-height: 1.5;
  color: #4a4e5c;
  font-weight: normal;
}

.salepage-container {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.salepage-container:after {
  content: " ";
  display: block;
  clear: both;
}
.salepage-container .qty-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
}
.salepage-container .fa-angle-down {
  font-size: 20px;
}
.salepage-container .icon-slim-arrow-down {
  font-size: 0.8rem;
}
.salepage-container .salepage-middle-section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.salepage-container .salepage-middle-section .salepage-addons-setion {
  margin-top: 32px;
  border: none;
}
.salepage-container .salepage-middle-section .salepage-addons-setion .panel-heading {
  display: flex;
  justify-content: space-between;
  background: none;
  border-bottom: none;
  padding: 0;
  padding-bottom: 12px;
}
.salepage-container .salepage-middle-section .salepage-addons-setion .panel-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.salepage-container .salepage-middle-section .salepage-addons-setion .check-all-link {
  display: flex;
  align-items: center;
}
.salepage-container .salepage-middle-section .salepage-addons-setion .product-image {
  position: relative;
  width: 100%;
}
.salepage-container .salepage-middle-section .salepage-addons-setion .sold-out-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.salepage-container .salepage-middle-section .salepage-addons-setion .sold-out-type {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  padding: 12px;
  border-radius: 25px;
}
.salepage-container .salepage-middle-section .salepage-addons-setion .addons-price {
  height: auto;
}
.salepage-container .salepage-middle-section .salepage-addons-setion .origin-price {
  color: #999999;
  font-size: 12px;
  text-decoration: line-through;
}
.salepage-container .salepage-middle-section .salepage-recommendation-top-setion {
  border: none;
}
.salepage-container .salepage-middle-section .salepage-recommendation-top-setion .panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border-bottom: none;
  padding: 0;
}
.salepage-container .salepage-middle-section .salepage-recommendation-top-setion .panel-title {
  padding-top: 12px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.salepage-container .salepage-middle-section .salepage-recommendation-top-setion .panel-provider-info {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 400;
  color: #d8d8d8;
  line-height: 16px;
}
.salepage-container .salepage-middle-section .salepage-recommendation-top-setion .panel-body {
  padding-top: 12px;
}
.salepage-container .nav-tab-add-cart-btn {
  display: none;
  float: right;
  height: 50px;
  min-width: 100px;
}
.salepage-container .nav-tab-add-cart-btn .add-to-cart-btn {
  font-size: 16px;
  height: 100%;
  width: 100%;
}
.salepage-container .sticky .nav-tab-add-cart-btn, .salepage-container .fix-nav-tab .nav-tab-add-cart-btn {
  display: block;
}
.salepage-container .product-sku {
  padding-bottom: 30px;
}
.salepage-container .purchase-method {
  margin-top: 16px;
}
.salepage-container .purchase-method__title {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
.salepage-container .purchase-method__title.title_normal {
  color: #000 !important;
  font-weight: normal !important;
}
.salepage-container .purchase-method__pointpay-option-list {
  padding: 0 2px;
}
.salepage-container .purchase-method__pointpay-option-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  min-width: 46px;
  padding: 10px 12px;
  text-align: center;
  border: 1px solid #d4d9de;
  border-radius: 3px;
  color: #000;
  background-color: white;
  cursor: pointer;
  margin: 8px 8px 0 0;
  -webkit-tap-highlight-color: transparent;
}
.salepage-container .purchase-method__pointpay-option-item:hover {
  border: 1px solid #ff5353;
}
.salepage-container .purchase-method__pointpay-option-item--selected {
  color: #ff5353;
  border: 1px solid #ff5353;
}

.salepage-detail-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.salepage-detail-info .salepage-detail-info-top {
  margin: 30px auto;
  text-align: center;
}
.salepage-detail-info img {
  max-width: 100%;
}

.salepage-top-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.93617%;
  float: right;
  margin-right: 0;
}
.salepage-top-right .salepage-title {
  color: #000;
  line-height: 1.4;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
}
.salepage-top-right .salepage-tag-ul {
  margin-top: 8px;
}
.salepage-top-right .salepage-tag-ul:before, .salepage-top-right .salepage-tag-ul:after {
  content: "";
  display: table;
  clear: both;
}
.salepage-top-right .salepage-tag-li {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
}
.salepage-top-right .salepage-tag-li .gift-tag .tag-rectangle {
  display: flex;
  gap: 4px;
  align-items: center;
}
.salepage-top-right .salepage-tag-li .gift-tag .ico-chevron-down {
  font-size: 12px;
}
.salepage-top-right .salepage-tag-li .gift-tag:hover .gift-card {
  z-index: 2;
  display: block;
}
.salepage-top-right .salepage-tag-li .gift-card {
  position: absolute;
}
.salepage-top-right .fav-btn {
  float: right;
}
.salepage-top-right .rwd-margin-right {
  margin-right: 0px;
}
@media only screen and (max-width: 1300px) {
  .salepage-top-right .rwd-margin-right {
    margin-right: 16px;
  }
}
.salepage-top-right .ico-gray {
  color: #333333;
}
.salepage-top-right .price-wrapper {
  margin-top: 16px;
}
.salepage-top-right .price-wrapper .price-heart-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.salepage-top-right .price-wrapper .salepage-price-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.salepage-top-right .price-wrapper .salepage-price-container.is-price-on-top {
  margin-bottom: 4px;
}
.salepage-top-right .price-wrapper .salepage-price {
  color: #ff5353;
  font-size: 24px;
  font-weight: 700;
}
.salepage-top-right .price-wrapper .salepage-suggestprice {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
  margin-bottom: 4px;
}
.salepage-top-right .price-wrapper .sold-out-text {
  color: #666666;
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
}
.salepage-top-right .price-wrapper .sold-out-text .sold-out-qty {
  color: #4a4e5c;
  font-weight: bold;
}
.salepage-top-right .price-wrapper .price-block {
  display: flex;
  flex-direction: column;
}
.salepage-top-right .price-wrapper .price-block.is-price-on-top {
  flex-direction: column-reverse;
}
.salepage-top-right .price-wrapper .special-price-tag {
  padding: 0 4px;
  font-size: 12px;
  border-radius: 2px;
  height: 20px;
  box-sizing: border-box;
  line-height: 20px;
}
.salepage-top-right .e-voucher-wrapper {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px #eceff1 solid;
  font-size: 14px;
  line-height: 1.5;
}
.salepage-top-right .e-voucher-wrapper .e-voucher-desc {
  display: flex;
  align-items: center;
  margin-bottom: 0.4em;
  width: fit-content;
}
.salepage-top-right .e-voucher-wrapper .e-voucher-desc i {
  margin-right: 10px;
  line-height: 1.5em;
}
.salepage-top-right .e-voucher-wrapper .e-voucher-direction:hover {
  cursor: pointer;
}
.salepage-top-right .sku-wrapper .sku-title {
  color: #4a4e5c;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.salepage-top-right .sku-wrapper .sku-sub-title {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
}
.salepage-top-right .sku-wrapper .sku-sub-title.top-gutter {
  margin-top: 16px;
}
.salepage-top-right .sku-wrapper .show-more-sku-link {
  margin-top: 12px;
  text-align: right;
}
.salepage-top-right .sku-wrapper .salepage-spec-chart {
  padding: 30px 0 16px 0;
}
.salepage-top-right .sku-wrapper .salepage-spec-chart-btn {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
.salepage-top-right .sku-wrapper .stock-qty-text {
  color: #666666;
  float: left;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
}
.salepage-top-right .sku-wrapper .qty-sold-out {
  color: #666666;
  font-size: 14px;
  line-height: 1.25;
  height: 46px;
}
.salepage-top-right .salepage-btn-group {
  display: flex;
  display: -webkit-flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.salepage-top-right .salepage-btn-group .core-btn {
  margin-top: 12px;
  flex: 1;
}
.salepage-top-right .salepage-btn-group .add-to-cart-btn {
  margin-right: 10px;
}
.salepage-top-right .salepage-group-wrapper {
  margin-top: 30px;
}
.salepage-top-right .salepage-group-wrapper .group-title {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}
.salepage-top-right .salepage-group-wrapper .group-list {
  display: flex;
  flex-wrap: wrap;
}
.salepage-top-right .salepage-group-wrapper .group-list .group-list-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f0f0f0;
}
.salepage-top-right .salepage-group-wrapper .group-list .group-list-item__tooltip {
  display: none;
  width: 200px;
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  top: -8px;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 401;
  -webkit-animation: fade-in 0.2s ease-out;
  -o-animation: fade-in 0.2s ease-out;
  animation: fade-in 0.2s ease-out;
}
.salepage-top-right .salepage-group-wrapper .group-list .group-list-item__tooltip_content {
  max-width: 200px;
  padding: 10px;
  left: 0;
  right: 0;
  display: inline-block;
  background-color: #666666;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: left;
  overflow-wrap: break-word;
  position: relative;
}
.salepage-top-right .salepage-group-wrapper .group-list .group-list-item__tooltip_content::after {
  content: '';
  display: block;
  border-color: #666666 transparent transparent transparent;
  border-style: solid;
  border-width: 6px;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
}
.salepage-top-right .salepage-group-wrapper .group-list .group-list-item:hover .group-list-item__tooltip {
  display: block;
}
.salepage-top-right .salepage-group-wrapper .group-list .group-list-item .overlap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.salepage-top-right .salepage-group-wrapper .group-list.is-square {
  gap: 8px;
}
.salepage-top-right .salepage-group-wrapper .group-list.is-square .group-list-item {
  width: calc((100% - 40px) / 6);
  aspect-ratio: 1;
}
.salepage-top-right .salepage-group-wrapper .group-list.is-square .group-list-item .overlap.selected {
  border-bottom-width: 2px;
  border-style: solid;
}
.salepage-top-right .salepage-group-wrapper .group-list.is-circle {
  gap: 12px;
}
.salepage-top-right .salepage-group-wrapper .group-list.is-circle .group-list-item {
  width: calc((100% - 72px) / 7);
  aspect-ratio: 1;
  border-radius: 50%;
}
.salepage-top-right .salepage-group-wrapper .group-list.is-circle .group-list-item .overlap.selected {
  border-radius: 50%;
  border-width: 1.5px;
  border-style: solid;
}

.salepage-top-left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  padding-right: 2%;
}

.selling-start-time {
  float: left;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #4a4e5c;
  display: flex;
  align-items: center;
  gap: 4px;
}

.detail-info-wrapper {
  margin: 12px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.detail-info-wrapper .salpage-remark:first-child {
  display: inline-block;
}
.detail-info-wrapper .salpage-remark:first-child .salpage-remark-text {
  float: left;
}
.detail-info-wrapper .salpage-remark {
  color: #333333;
  font-size: 14px;
  line-height: 1.8;
}
.detail-info-wrapper .salpage-question {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 12px;
}
.detail-info-wrapper .salpage-question__content {
  color: #333;
  font-weight: 400;
  font-size: 14px;
}
.detail-info-wrapper .salpage-question + .salpage-remark {
  display: inline-block;
}
.detail-info-wrapper .salpage-question + .salpage-remark .salpage-remark-text {
  float: left;
}
.detail-info-wrapper .warning-wording {
  color: #ff5353;
}

.salepage-more-recommendation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.salepage-more-recommendation .salepage-recommendation-bottom-setion {
  margin-top: 80px;
  border: none;
}
.salepage-more-recommendation .salepage-recommendation-bottom-setion .panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border-bottom: none;
  padding: 0;
}
.salepage-more-recommendation .salepage-recommendation-bottom-setion .panel-title {
  padding-top: 12px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.salepage-more-recommendation .salepage-recommendation-bottom-setion .panel-provider-info {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 400;
  color: #d8d8d8;
  line-height: 16px;
}
.salepage-more-recommendation .salepage-recommendation-bottom-setion .panel-body {
  padding-top: 12px;
}
.salepage-more-recommendation .salepage-browsing-history {
  margin-top: 80px;
  border: none;
}
.salepage-more-recommendation .salepage-browsing-history .panel-heading {
  background: none;
  border-bottom: none;
  padding: 0;
}
.salepage-more-recommendation .salepage-browsing-history .panel-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.salepage-more-recommendation .salepage-product-list {
  margin-top: 40px;
  border: none;
}
.salepage-more-recommendation .salepage-product-list .panel-heading {
  background: none;
  border-bottom: none;
}
.salepage-more-recommendation .salepage-product-list .panel-title {
  font-size: 16px;
}
.salepage-more-recommendation .salepage-product-list .panel-heading-link {
  padding: 0px;
}
.salepage-more-recommendation .salepage-product-list .panel-body {
  background: none;
}
.salepage-more-recommendation .salepage-product-list ul {
  display: flex;
  align-items: center;
}
.salepage-more-recommendation .salepage-product-list ul li.panel-heading-li {
  margin: 0 24px 0 0;
}
.salepage-more-recommendation .salepage-product-list ul li.panel-heading-li .panel-title {
  font-weight: 400;
}
.salepage-more-recommendation .salepage-product-list ul li.panel-heading-li.actived {
  height: 44px;
  display: flex;
  align-items: center;
  box-shadow: inset 0 -2px 0 0;
  border-bottom: none;
}
.salepage-more-recommendation .salepage-product-list ul li.panel-heading-li.actived .panel-title {
  color: #000;
  font-weight: 500;
}
.salepage-more-recommendation .salepage-product-list ul.klee-slider-ul {
  align-items: flex-start;
}
.salepage-more-recommendation .panel-body {
  padding-top: 16px;
}

.salepage-community {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 16px;
  text-align: left;
  display: flex;
  gap: 15px;
}
.salepage-community .fb-wrapper {
  display: flex;
  gap: 2px;
}
.salepage-community .fb-text {
  color: #428bca;
}

.layout-footer .question-service {
  top: -90px;
}
.layout-footer .scroll-to-top {
  top: -90px;
}

.app-only-promotion {
  float: left;
  width: 100%;
}

.collection-image {
  max-width: 100%;
}

.collection-title-text {
  width: 145px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}

.collection-text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  color: #333333;
}

.collection-text-wrapper {
  padding: 8px 0 8px;
}

.collection-title-section {
  margin: 16px 16px 12px 10px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.collection-slider .klee-slider-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  color: #5d5d5d;
  background: #ffffffe6;
}
.collection-slider .klee-slider-arrow.next-arrow {
  margin-left: 8px;
}
.collection-slider .klee-slider-arrow.prev-arrow {
  margin-right: 8px;
}
.collection-slider .klee-slider-arrow.freeze-state {
  opacity: 20% !important;
  cursor: not-allowed;
}

.browsing-history-slider .klee-slider-arrow,
.category-hot-sale-ranking-slider .klee-slider-arrow,
.shop-hot-sale-ranking-slider .klee-slider-arrow,
.recommendation-setion-slider .klee-slider-arrow,
.addons-slider .klee-slider-arrow {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.browsing-history-slider .klee-slider-arrow.prev-arrow,
.category-hot-sale-ranking-slider .klee-slider-arrow.prev-arrow,
.shop-hot-sale-ranking-slider .klee-slider-arrow.prev-arrow,
.recommendation-setion-slider .klee-slider-arrow.prev-arrow,
.addons-slider .klee-slider-arrow.prev-arrow {
  margin-right: 4px;
}
.browsing-history-slider .klee-slider-arrow.next-arrow,
.category-hot-sale-ranking-slider .klee-slider-arrow.next-arrow,
.shop-hot-sale-ranking-slider .klee-slider-arrow.next-arrow,
.recommendation-setion-slider .klee-slider-arrow.next-arrow,
.addons-slider .klee-slider-arrow.next-arrow {
  margin-left: 4px;
}
.browsing-history-slider .klee-slider-arrow.freeze-state,
.category-hot-sale-ranking-slider .klee-slider-arrow.freeze-state,
.shop-hot-sale-ranking-slider .klee-slider-arrow.freeze-state,
.recommendation-setion-slider .klee-slider-arrow.freeze-state,
.addons-slider .klee-slider-arrow.freeze-state {
  opacity: 20% !important;
  cursor: not-allowed;
  color: initial;
}
.browsing-history-slider .klee-slider-arrow:hover,
.category-hot-sale-ranking-slider .klee-slider-arrow:hover,
.shop-hot-sale-ranking-slider .klee-slider-arrow:hover,
.recommendation-setion-slider .klee-slider-arrow:hover,
.addons-slider .klee-slider-arrow:hover {
  color: initial;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.spec-chart-modal .close-btn {
  color: #000;
}
.spec-chart-modal-header {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  color: #111827;
  font-size: 16px;
  padding: 16px;
}
.spec-chart-modal-content {
  padding: 16px;
  height: 540px;
  overflow: scroll;
}

.collapse-group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #eceff1;
}
.collapse-group .collapse-header {
  display: block;
  padding: 16px 0;
}
.collapse-group .collapse-header :first-child {
  display: inline-block;
}
.collapse-group .collapse-header .collapse-header-text, .collapse-group .collapse-header .collapse-header-title {
  font-weight: normal;
  color: #4a4e5c;
  font-size: 12px;
  line-height: 1.5;
}
.collapse-group .collapse-header .collapse-header-text__desc {
  font-size: 14px;
}
.collapse-group .collapse-header .collapse-header-title {
  text-transform: capitalize;
  vertical-align: bottom;
  font-weight: 400;
  color: #000;
  font-size: 16px;
}
.collapse-group .collapse-header .collapse-header-title__link {
  vertical-align: center;
  font-weight: 500;
  padding-left: 7px;
  font-size: 14px;
  line-height: 150%;
  color: #428BCA;
  opacity: 0.99;
}
.collapse-group .collapse-header .collapse-header-right {
  float: right;
}
.collapse-group .collapse-header__promotion {
  margin-top: 8px;
}
.collapse-group .collapse-header-flex {
  display: flex;
  align-items: center;
}
.collapse-group .collapse-header-flex-left {
  flex-grow: 1;
}
.collapse-group .collapse-body {
  padding-bottom: 16px;
}
.collapse-group .collapse-subgroup {
  padding-left: 12px;
}
.collapse-group .collapse-arrow {
  display: block;
}
.collapse-group .collapse-link {
  display: flex;
  align-items: center;
  border-bottom: 0;
  padding: 0;
  margin-top: -4px;
  margin-bottom: 20px;
  color: #428BCA;
}
.collapse-group .shop-pay-img {
  width: 16px;
  height: 16px;
}
.collapse-group .shop-pay-wider-img {
  height: 16px;
}
.collapse-group .hilife-img {
  width: auto;
}
.collapse-group .deliver-home-img {
  width: 18px;
}
.collapse-group .icon-slim-arrow-down {
  display: inline-block;
}
.collapse-group .hint {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
  background-color: #fffbeb;
  padding: 10px;
  margin: 5px 0;
  border-radius: 3px;
}
.collapse-group .hint * + * {
  margin: 0 5px;
}

.payment-group .payment-shipping-title,
.shipping-group .payment-shipping-title {
  padding-left: 6px;
  color: #000;
  font-size: 14px;
  line-height: initial;
  border-left: 3px solid #4a4e5c;
  margin: 16px 0;
}
.payment-group .payment-shipping-subtitle,
.shipping-group .payment-shipping-subtitle {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.payment-group .payment-shipping-subtitle .link,
.shipping-group .payment-shipping-subtitle .link {
  color: #428bca;
}
.payment-group .payment-shipping-subtitle .link:hover,
.shipping-group .payment-shipping-subtitle .link:hover {
  color: #79bbe1;
}
.payment-group .number-highlight,
.shipping-group .number-highlight {
  color: #ff5353;
}

.payment-group {
  padding-bottom: 16px;
}
.payment-group .shop-name {
  vertical-align: text-top;
  font-size: 14px;
  line-height: 1;
  color: #4a4e5c;
}
.payment-group .bank-list {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
.payment-group .bank-list-li {
  list-style-type: disc;
  list-style-position: inside;
}
.payment-group .payment-type-list {
  margin-bottom: 9px;
}
.payment-group .payment-type-list .payment-type-item:not(:first-child) {
  margin-top: 8px;
}
.payment-group .payment-type-list .payment-type-item .bank-installment {
  margin-top: 4px;
}
.payment-group .payment-type-list .payment-type-item .collapse-panel.collapse-show, .payment-group .payment-type-list .payment-type-item .collapse-panel.collapse-show-remove {
  margin-top: 10px;
}
.payment-group .payment-type-list .payment-campaign-tag {
  padding: 8px 0;
}
.payment-group .payment-type-list .payment-shipping-subtitle {
  line-height: 1.8;
}
.payment-group .payment-type-list .payment-shipping-desc {
  line-height: 1.5;
  color: #666666;
}
.payment-group .payment-campaign-tag {
  background-color: white;
}
.payment-group .payment-campaign-tag__content {
  font-size: 12px;
  margin-top: 9px;
  display: flex;
}
.payment-group .payment-campaign-tag__title {
  display: inline-block;
  border: 1px solid;
  padding: 2px 4px;
  margin-right: 4px;
  font-size: 12px;
  word-break: keep-all;
  height: 1em;
}
.payment-group .payment-campaign-tag__desc {
  display: flex;
  align-items: center;
  line-height: normal;
}
.payment-group .payment-campaign-tag__desc--linked {
  font-size: 15px;
}

.shipping-group .has-background-color {
  background: #fff;
}
.shipping-group .shipping-li {
  margin-top: 8px;
}
.shipping-group .free-shipping-activity {
  background: #ffffff;
  padding-top: 4px;
  padding-bottom: 4px;
}
.shipping-group .free-shipping-activity .free-shipping-activity-title {
  font-size: 10px;
  line-height: 2;
  font-weight: normal;
  padding-left: 7px;
}

.salepage-ad {
  background: #ffffff;
  padding: 12px;
  margin-bottom: 16px;
}
.salepage-ad .salepage-ad-li {
  font-size: 12px;
  line-height: 1.5;
  color: #4a4e5c;
}

.salepage-feature {
  word-wrap: break-word;
  border-collapse: separate;
  border-spacing: 0 4px;
}
.salepage-feature .salepage-feature-li {
  margin-bottom: 8px;
}
.salepage-feature .salepage-feature-detail-li {
  list-style-type: disc;
  list-style-position: inside;
}
.salepage-feature .salepage-feature-title {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  text-transform: capitalize;
}
.salepage-feature .salepage-feature-detail, .salepage-feature .salepage-short-description {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
}
.salepage-feature .salepage-short-description li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

.salepage-brand-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.salepage-brand-list li {
  position: relative;
  padding: 8px;
}
.salepage-brand-list li:not(:last-child)::after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #DDDDDD;
}
.salepage-brand-list a {
  font-size: 14px;
  line-height: 16px;
  color: #428BCA;
}

.salepage-promotion {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
}
.salepage-promotion.collapse-group {
  border-bottom: none;
  padding-bottom: 16px;
}
.salepage-promotion .salepage-promotion-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.salepage-promotion .salepage-promotion-caption {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.salepage-promotion .salepage-promotion-li {
  margin: 12px 0px 8px 0px;
}
.salepage-promotion .salepage-promotion-title-wrapper {
  margin: 0 8px;
  flex: 1;
}
.salepage-promotion .salepage-promotion-title {
  font-size: 0.8em;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 17px;
  font-size: 14px;
  color: #333;
}
.salepage-promotion .salepage-promotion-title:hover {
  text-decoration: underline;
}
.salepage-promotion .promotion-collapse-btn {
  display: block;
  text-align: center;
}
.salepage-promotion .tag-rectangle {
  display: inline-block;
}

.salepage-recommand {
  border: 1px solid #d4d9de;
  border-top: 2px solid #4a4e5c;
  margin-top: 30px;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.salepage-recommand .image-frame {
  background-color: #ffffff;
  width: 100%;
  position: relative;
  display: inline-block;
}
.salepage-recommand .image-frame:before {
  content: "";
  display: block;
  margin-top: 100%;
}
.salepage-recommand .image-frame .image-body {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.salepage-recommand .salepage-recommand-caption {
  color: #4a4e5c;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.salepage-recommand .salepage-recommand-ul:before, .salepage-recommand .salepage-recommand-ul:after {
  content: "";
  display: table;
  clear: both;
}
.salepage-recommand .salepage-recommand-li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
}
.salepage-recommand .salepage-recommand-li:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.91489%;
  float: right;
  margin-right: 0;
}
.salepage-recommand .salepage-recommand-link {
  display: inline-block;
  text-align: center;
  position: relative;
}
.salepage-recommand .salepage-recommand-link:hover .salepage-recommand-collapse {
  height: 40px;
}
.salepage-recommand .image-frame {
  background: #f5f5f5;
  text-align: center;
}
.salepage-recommand .salepage-recommand-collapse {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  -webkit-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
.salepage-recommand .salepage-recommand-title {
  color: #ffffff;
  font-weight: normal;
  margin: 4px;
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 30px;
}
.salepage-recommand .salepage-recommand-price {
  color: #ff5353;
  float: left;
  font-size: 10px;
  line-height: 1.3;
  margin-top: 4px;
}

.salepage-specification {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 80px;
  word-break: break-word;
}
.salepage-specification .salepage-specification-caption {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}
.salepage-specification .simple-table {
  margin-top: 16px;
  border: 1px solid #ECECEC;
  border-bottom: transparent;
}
.salepage-specification .simple-table-td-left {
  width: 25%;
  color: #333;
  border-bottom: 1px solid #ECECEC;
  font-size: 14px;
}
.salepage-specification .simple-table-td-right {
  color: #333;
  border-bottom: 1px solid #ECECEC;
  font-size: 14px;
}

.product-list:before, .product-list:after {
  content: "";
  display: table;
  clear: both;
}
.product-list .product-list-li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.89362%;
  float: left;
  margin-right: 2.12766%;
}

.related-category {
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.related-category .panel-body {
  padding: 30px 20px;
}
.related-category .related-category-li {
  border-left: 2px dotted #d4d9de;
  display: inline-block;
  min-width: 30%;
  padding-left: 12px;
}
.related-category .related-category-li:first-child {
  border-left: none;
  padding-left: 0;
}
.related-category .related-category-title {
  color: #4a4e5c;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.related-category .icon-product-tag {
  background: #f0f0f0;
  border-radius: 55%;
  padding: 6px;
}

.slide-button {
  float: right;
  padding: 8px 12px;
}

.icon-service {
  line-height: inherit;
}

.slide-button-wrapper {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #000;
}
.slide-button-wrapper .ico-message {
  color: #438BCA;
}

.service-text {
  color: #438BCA;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
}

.gift-tag:hover .gift-card {
  display: block;
}

.gift-card {
  display: none;
  width: 300px;
  text-align: left;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(153, 153, 153, 0.5);
}
.gift-card .gift-card-item {
  padding: 16px 16px 16px;
  position: relative;
}
.gift-card .gift-card-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 90%;
  border-bottom: 1px solid #d4d9de;
}
.gift-card .gift-card-item.last-card:before {
  border-bottom: none;
}
.gift-card .soldout-overlay {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  color: white;
  text-align: center;
  line-height: 60px;
}
.gift-card .soldout-overlay:after {
  content: '贈完';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.gift-card:before, .gift-card:after {
  content: "";
  display: table;
  clear: both;
}
.gift-card .image-frame {
  text-align: center;
  float: left;
  margin-right: 8px;
  height: 60px;
  width: 60px;
}
.gift-card .image-frame img {
  max-height: 60px;
  max-width: 60px;
}
.gift-card .gift-card-title {
  font-size: 0.7em;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 20px;
  color: #4a4e5c;
}
.gift-card .gift-card-subtitle {
  font-size: 0.8em;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 20px;
  color: #4a4e5c;
}
.gift-card .gift-card-link {
  display: block;
  color: #428bca;
  font-size: 0.7em;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 20px;
}

/*BTS12447、BTS12520、BTS12687*/
.salepage-detail-desc {
  overflow: hidden;
  position: relative;
  /*以前詳細說明的背景色為白色，有些廠商在他們的詳細說明內容裡面會設定p的背景色為白色，若把此設定拿掉，就廠商資料的詳細說明會有斑馬線般的樣子*/
  background-color: #fff;
  /*有人會把div區塊設死寬度*/
  /*BTS15003*/
  /*BTS15003、BTS6619*/
  /*BTS8182*/
  /*BTS12447、12520*/
  /*BTS12447、BTS12520、BTS12687、BTS12688*/
  /* BTS30896 */
}
.salepage-detail-desc div, .salepage-detail-desc span, .salepage-detail-desc applet, .salepage-detail-desc object, .salepage-detail-desc iframe,
.salepage-detail-desc h1, .salepage-detail-desc h2, .salepage-detail-desc h3, .salepage-detail-desc h4, .salepage-detail-desc h5, .salepage-detail-desc h6, .salepage-detail-desc p, .salepage-detail-desc blockquote, .salepage-detail-desc pre,
.salepage-detail-desc a, .salepage-detail-desc abbr, .salepage-detail-desc acronym, .salepage-detail-desc address, .salepage-detail-desc big, .salepage-detail-desc cite, .salepage-detail-desc code,
.salepage-detail-desc del, .salepage-detail-desc dfn, .salepage-detail-desc em, .salepage-detail-desc font, .salepage-detail-desc img, .salepage-detail-desc ins, .salepage-detail-desc kbd, .salepage-detail-desc q, .salepage-detail-desc s, .salepage-detail-desc samp,
.salepage-detail-desc small, .salepage-detail-desc strike, .salepage-detail-desc strong, .salepage-detail-desc sub, .salepage-detail-desc sup, .salepage-detail-desc tt, .salepage-detail-desc var,
.salepage-detail-desc b, .salepage-detail-desc i, .salepage-detail-desc center,
.salepage-detail-desc dl, .salepage-detail-desc dt, .salepage-detail-desc dd, .salepage-detail-desc ol, .salepage-detail-desc ul, .salepage-detail-desc li,
.salepage-detail-desc fieldset, .salepage-detail-desc form, .salepage-detail-desc label, .salepage-detail-desc legend,
.salepage-detail-desc table, .salepage-detail-desc caption, .salepage-detail-desc tbody, .salepage-detail-desc tfoot, .salepage-detail-desc thead, .salepage-detail-desc tr, .salepage-detail-desc th, .salepage-detail-desc td {
  vertical-align: middle;
  word-break: break-word;
}
.salepage-detail-desc u &gt; * {
  vertical-align: baseline;
  word-break: break-word;
}
.salepage-detail-desc p {
  font-family: "微軟正黑體", "新細明體", Arial;
  font-size: 13px;
  color: #333;
  line-height: 24px;
  padding: 10px;
}
.salepage-detail-desc a {
  color: #00f;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.salepage-detail-desc div {
  max-width: 100%;
}
.salepage-detail-desc iframe {
  max-width: 100%;
}
.salepage-detail-desc table {
  width: 90% !important;
  max-width: 100% !important;
  border-spacing: 0;
  box-sizing: border-box;
  /*有些廠商會在table中放table，子table會被全域table寬度樣式影響，所以子table寬度設為100% !important蓋過全域table樣式*/
}
.salepage-detail-desc table[border] {
  border: 1px solid #202020;
}
.salepage-detail-desc table[border] &gt; tbody &gt; tr &gt; td {
  border: 1px solid #202020;
  padding: 1px;
}
.salepage-detail-desc table[border="0"] {
  border: none;
}
.salepage-detail-desc table[border="0"] &gt; tbody &gt; tr &gt; td {
  border: none;
}
.salepage-detail-desc img {
  /*BTS24513 解決父層設定置中時圖片無法置中問題*/
  display: inline-block;
  /*有些廠商會設定圖片的height屬性為某個值，但因為詳細說明是隨寬度變化，所以需把圖片的高度設為自動*/
  height: auto;
}
.salepage-detail-desc &gt; div[align="center"] &gt; center &gt; table {
  width: 100% !important;
}
.salepage-detail-desc &gt; div[align="center"] &gt; center &gt; table * {
  width: 100% !important;
}
.salepage-detail-desc &gt; div[align="center"] &gt; center &gt; table img {
  max-width: 750px;
  /*有人會把img tag上面設定 height屬性*/
  height: auto;
}
.salepage-detail-desc &gt; div[align="center"] &gt; center &gt; table tr td {
  width: auto !important;
}
.salepage-detail-desc &gt; div[align="center"] &gt; center &gt; table tr td p {
  width: auto !important;
}
.salepage-detail-desc p[style^="text-align:center"] img {
  display: inline-block;
}
.salepage-detail-desc .youtubeBox1280x720 {
  position: relative;
  width: 100%;
  padding-bottom: 56.2% !important;
  overflow: hidden;
}
.salepage-detail-desc .youtubeBox1280x720 &gt; iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  margin: auto;
}
.salepage-detail-desc #webviewinfo img {
  display: block;
}
.salepage-detail-desc body &gt; .all {
  width: auto;
  height: auto;
}
.salepage-detail-desc #webviewinfo &gt; div[align="center"] &gt; center &gt; table {
  width: 100% !important;
}
.salepage-detail-desc #webviewinfo &gt; div[align="center"] &gt; center &gt; table * {
  width: 100% !important;
}
.salepage-detail-desc #webviewinfo &gt; div[align="center"] &gt; center &gt; table img {
  max-width: 750px;
}
.salepage-detail-desc #webviewinfo &gt; div[align="center"] &gt; center &gt; table tr td {
  width: auto !important;
}
.salepage-detail-desc #webviewinfo &gt; div[align="center"] &gt; center &gt; table tr td p {
  width: auto !important;
}
.salepage-detail-desc #webviewinfo p[style^="text-align:center"] img {
  display: inline-block;
}
.salepage-detail-desc #InfoPage h1 {
  font-size: 2em;
}
.salepage-detail-desc #InfoPage h2 {
  font-size: 1.5em;
}
.salepage-detail-desc #InfoPage h3 {
  font-size: 1.17em;
}
.salepage-detail-desc #InfoPage h5 {
  font-size: .83em;
}
.salepage-detail-desc #InfoPage h6 {
  font-size: .67em;
}
.salepage-detail-desc ul {
  padding-left: 40px;
}
.salepage-detail-desc ul li {
  list-style: disc;
  margin: 5px 0px;
}
.salepage-detail-desc ul li ul, .salepage-detail-desc ul li li {
  list-style: circle;
}
.salepage-detail-desc ol {
  padding-left: 40px;
}
.salepage-detail-desc ol li {
  list-style: decimal;
  margin: 5px 0px;
}

.ns-image-gallery .ns-video {
  max-width: 400px;
  max-height: 400px;
  padding-top: 0;
  padding-bottom: 100%;
}
.ns-image-gallery .ns-video iframe,
.ns-image-gallery .ns-video object,
.ns-image-gallery .ns-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.star-rate {
  display: flex;
  align-items: center;
  margin-top: 8px;
  cursor: pointer;
}
.star-rate .star-rate-summary-content {
  margin-left: 4px;
  font-size: 14px;
  line-height: 14px;
  margin-top: 2px;
  color: #000000;
  font-weight: bold;
}
.star-rate .star-rate-summary-content :nth-child(2) {
  color: #428BCA;
  font-weight: 400;
}

.star-color {
  color: #FF9933;
  font-size: 14px;
}

.comment-block {
  margin-top: 80px;
  border: none !important;
}
.comment-block-heading {
  padding-bottom: 0;
}
.comment-block-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-block-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}
.comment-block-title .star-rate-summary-content {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.comment-block-title .avrage {
  margin: 2px 0px 0px 4px;
  font-weight: bold;
}
.comment-block-title .comment {
  margin-top: 2px;
}
.comment-block-body {
  background: #ffffff;
  padding: 16px 0px;
  color: #000;
}
.comment-block .panel-title.comment-title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.comment-block .no-comment {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 14px;
}

.comment-card {
  font-size: 14px;
}
.comment-card-title {
  display: flex;
  justify-content: space-between;
}
.comment-card-subtitle {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.comment-card-subtitle .divider {
  margin: 0px 8px;
}
.comment-card-subtitle .icon {
  margin-right: 4px;
}
.comment-card-content {
  margin-top: 12px;
  line-height: 1.8;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.comment-card-salepage-title {
  color: #666666;
  margin-top: 8px;
}
.comment-card .show-more {
  margin-top: 8px;
  color: #428BCA;
}
.comment-card .show-part {
  -webkit-line-clamp: 2;
}
.comment-card .divide-line {
  border-top: #ECECEC 1px solid;
  margin: 16px 0px;
}
.comment-card .show-all-btn {
  cursor: pointer;
}
.comment-card .content-text {
  white-space: pre-wrap;
}

.star-color {
  color: #FF9933;
  font-size: 14px;
}

.star-no-color {
  color: #E5E5E5;
  font-size: 14px;
}

.link-text {
  color: #428BCA;
}

.see-all-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0px;
  color: #428BCA;
  font-size: 14px;
  background-color: white;
  cursor: pointer;
}
.see-all-button .icon {
  margin-left: 2px;
}

.write-comment-button {
  display: flex;
  align-items: center;
  padding: 16px 0px;
  color: #428BCA;
  font-size: 14px;
  background-color: white;
  cursor: pointer;
}
.write-comment-button .ico {
  margin-right: 4px;
}

.regular-order__row .icon-circle, .regular-order__row .icon-radio-selected {
  float: left;
  font-size: 20px;
  margin-right: 10px;
}

.regular-order {
  font-size: 14px;
  color: #000;
  padding: 32px 0 16px;
}
.regular-order__row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.regular-order__row .icon-circle {
  color: #dddddd;
}
.regular-order__row .icon-radio-selected {
  color: #428bca;
}
.regular-order__row .ico-radio-button {
  color: #999999;
}
.regular-order__row .ico-radio-button-fill {
  color: #438BCA;
}
.regular-order .order-option-block {
  margin-top: 12px;
}
.regular-order .order-option-block--has-buy-once {
  padding-left: 24px;
}
.regular-order .order-option-block__title {
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0;
  color: #000;
}
.regular-order .order-option-block__fn {
  position: relative;
}
.regular-order .order-option-block__fn .ico-chevron-down {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, 50%);
}
.regular-order .order-option-block__fn .icon-editor {
  position: absolute;
  right: 10px;
  top: 10px;
}
.regular-order .order-option-block__cart__fn {
  position: relative;
  max-width: 290px;
}
.regular-order .order-option-block__cart__fn .icon-editor {
  position: absolute;
  right: 10px;
  top: 10px;
}
.regular-order .order-option-block__cart__fn.fn-disabled {
  color: #cecece;
}
.regular-order .order-option-block__cart__fn.fn-disabled .selector {
  background-color: #f5f5f5;
  color: #cecece;
  cursor: default;
}
.regular-order .order-option-block__desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}
.regular-order .selector {
  width: 100%;
  font-size: 14px;
  height: 44px;
  border: 1px solid #DDD;
  padding: 8px 16px;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-align: left;
}
.regular-order .link {
  font-size: 14px;
  color: #428bca;
  line-height: 2;
}

.regular-order-desc-modal {
  background: transparent;
  display: flex !important;
  align-items: center;
}
.regular-order-desc-modal .modal-content {
  border-radius: 10px;
  box-shadow: 0 10px 15px 0 rgba(71, 73, 72, 0.5);
}
.regular-order-desc-modal .modal-title {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 20px 0 15px;
  font-weight: bold;
}
.regular-order-desc-modal .modal-body {
  color: #000000;
}
.regular-order-desc-modal .modal-body .content-wrapper {
  padding: 0 20px 0;
  max-height: 350px;
  overflow-y: auto;
}
.regular-order-desc-modal .modal-body .content-wrapper__title {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 5px;
}
.regular-order-desc-modal .modal-body .content-wrapper__content {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
}
.regular-order-desc-modal .modal-body .fn-wrapper {
  text-align: center;
}
.regular-order-desc-modal .modal-body .fn-wrapper__btn {
  width: 240px;
  height: 44px;
  border-radius: 5px;
  margin: 5px 0 30px;
  font-size: 15px;
}

.related-category-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.related-category-list__item:last-child {
  margin-bottom: unset;
}
.related-category-list__item-name {
  padding-right: 4px;
  color: #000;
  font-size: 14px;
}
.related-category-list__category-item {
  font-size: 14px;
}
.related-category-list__category-item:not(:last-of-type):after {
  content: "/";
  color: #999999;
  padding: 0 8px;
}
.related-category-list__category-item-wrapper {
  font-size: 0;
  line-height: 1.5;
  word-break: break-word;
}
.related-category-list__category-item-wrapper:not(:last-child) {
  margin-bottom: 12px;
}
.related-category-list__category-item-name {
  color: #333333;
}
.related-category-list__category-item-name:hover {
  text-decoration: underline;
}

.salepage-restriction-modal &gt; .modal-dialog.modal-lg {
  width: 430px;
  max-width: calc(100% - 84px);
}
.salepage-restriction-modal &gt; .modal-dialog.modal-lg .modal-title {
  font-size: 24px;
}
.salepage-restriction-modal &gt; .modal-dialog.modal-lg .modal-detail {
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
  line-height: 24px;
}
.salepage-restriction-modal &gt; .modal-dialog.modal-lg .modal-content {
  width: 430px;
  padding: 30px;
  border: 0;
  box-shadow: none;
}

.salepage-bundle, .salepage-bundle--scroll {
  padding: 8px 0;
  margin-top: 16px;
}
.salepage-bundle-spec-chart {
  padding: 8px 0 30px 0;
}
.salepage-bundle--scroll {
  margin-bottom: 77px;
}
.salepage-bundle-top-wrapper {
  display: flex;
  font-size: 14px;
  margin-bottom: 16px;
}
.salepage-bundle-top-title {
  align-items: center;
  color: #000000;
  display: flex;
  flex-grow: 1;
  font-weight: 500;
  line-height: 1.5;
}
.salepage-bundle-top-action-wrapper {
  color: #438BCA;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.salepage-bundle-top-action-text {
  margin-right: 4px;
}
.salepage-bundle-list {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 16px;
}
.salepage-bundle-list--with-cursor {
  cursor: pointer;
  gap: 8px;
}
.salepage-bundle-list-item {
  display: flex;
}
.salepage-bundle-list-item-img-s {
  height: 68px;
  width: 68px;
}
.salepage-bundle-list-item-img-m {
  height: 80px;
  width: 80px;
}
.salepage-bundle-list-item-info-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 4px;
}
.salepage-bundle-list-item-title {
  font-size: 14px;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  max-height: 42px;
  color: #000000;
}
.salepage-bundle-list-item-qty {
  color: #666666;
  flex-basis: 98px;
  flex-grow: 1;
  text-align: right;
}
.salepage-bundle-list-item-sku {
  color: #666666;
  display: flex;
  text-align: left;
  flex-grow: 1;
}
.salepage-bundle-list-item-sku ~ .salepage-bundle-list-item-qty {
  flex-grow: unset;
  flex-shrink: 0;
}
.salepage-bundle-list-item-sku-wrapper {
  align-items: center;
  display: flex;
  gap: 8px;
}
.salepage-bundle-list-item-sku-select {
  align-items: center;
  border-radius: 3px;
  border: 1px solid #ececec;
  background: #ffffff;
  cursor: pointer;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  padding: 8px;
  width: 100%;
}
.salepage-bundle-list-item-sku-select--disabled {
  background: #f8f8f8;
  cursor: not-allowed;
  pointer-events: none;
}
.salepage-bundle-list-item-sku-select--blocked {
  pointer-events: none;
}
.salepage-bundle-list-item-sku-select--warning {
  border-color: #ff5353;
}
.salepage-bundle-list-item-sku-name {
  font-size: 14px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: unset;
  height: 16px;
}
.salepage-bundle-list-item-sku-name--single {
  max-width: 397px;
}
.salepage-bundle-list-item-sku-warning {
  color: #ff5353;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
.salepage-bundle-list-item-img-wrapper {
  margin-right: 8px;
  position: relative;
}
.salepage-bundle-list-item-mask {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  border-radius: 99px;
  line-height: 1;
  max-width: 85%;
  overflow: hidden;
  padding: 4px;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.salepage-bundle-list-item-mask-wrapper {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  height: 100%;
  left: 0;
  justify-content: center;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
}

.comment-modal {
  display: flex !important;
  align-items: center;
}
.comment-modal .modal-dialog {
  margin: auto;
  width: 640px;
}
.comment-modal .modal-dialog .modal-content {
  overflow: hidden;
}
.comment-modal .modal-dialog .modal-content .modal-body {
  min-height: 598px;
  max-height: 598px;
}
.comment-modal .modal-dialog .modal-content .modal-body .comment-iframe {
  width: 100%;
  height: 598px;
  border: none;
}
</pre></body></html>