/* Component Name */
@keyframes showAnimation {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes hideAnimation {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.PD10_product-grid {
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee;
}

.PD10_product-grid .PD10_filter-sorting-area-wrapper {
  height: 60px;
}

.PD10_product-grid .PD10_product-grid-wrap {
  position: relative;
}

.PD10_product-grid .PD10_product-grid-wrap:before {
  content: '';
  width: 100%;
  height: calc(100% - 68px);
  position: absolute;
  left: 0;
  top: 68px;
  background: #f8f8f8;
  z-index: 0;
}

.PD10_product-grid .PD10_product-grid-wrap.noResult:before {
  content: none;
}

.PD10_product-grid .PD10_hashtag {
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_hashtag {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag {
    padding-top: 80px;
  }
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 3.6rem;
  line-height: 1.42;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-title {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-title {
    font-size: 2.4rem;
  }
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-title label {
  cursor: default;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-title > * {
  font-weight: inherit;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-form {
  position: relative;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox-wrap {
  position: relative;
  width: 496px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #f8f8f8;
  padding-right: 40px;
  padding-left: 40px;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox-wrap .btn-input-clear {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox-wrap.active .btn-input-clear {
  opacity: 1;
  visibility: visible;
}

.PD10_product-grid .PD10_hashtag .btn-input-clear {
  width: 18px;
  height: 18px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-cancel.svg") no-repeat center/100%;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox {
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 16px;
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox {
    font-size: 1.4rem;
  }
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox:focus {
  border: none;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox::-webkit-input-placeholder {
  font-weight: 700;
  color: #a2a2a2;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox:-moz-placeholder {
  font-weight: 700;
  color: #a2a2a2;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox::-moz-placeholder {
  font-weight: 700;
  color: #a2a2a2;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox:-ms-input-placeholder {
  font-weight: 700;
  color: #a2a2a2;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox:focus:-moz-placeholder {
  color: transparent !important;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox:focus::-moz-placeholder {
  color: transparent !important;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox:focus:-ms-input-placeholder {
  color: transparent !important;
}

.PD10_product-grid .PD10_hashtag .btn-newsSubmitSearch {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: none;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-search.svg") no-repeat center/100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -8px;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  line-height: 20px;
  border: none;
  position: relative;
  font-weight: 700;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border: solid 1px black;
  font-family: "Samsung One", sans-serif;
  font-size: 1rem !important;
  line-height: 1.6;
  font-weight: 700;
  margin: 8px 0 0 8px;
  height: auto !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  white-space: normal !important;
  line-height: 1.8 !important;
  max-height: none;
  text-align: left !important;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.disabled, .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *:disabled,
.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > * [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-medium {
    padding: 0 12px;
  }
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-small {
    padding: 0 12px;
  }
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.none-border {
  border: none;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 24px;
  border-radius: 40px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-large {
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    padding: 0 16px;
    border-radius: 34px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-large {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
  border-radius: 32px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-medium {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
  border-radius: 28px;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.font-small {
  font-size: 1rem;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.selected {
  font-weight: 700;
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.dark-bg {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.dark-bg:active, .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.dark-bg:focus-visible {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}

@media (hover: hover) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.dark-bg:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.light-bg {
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
}

.PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.light-bg:active, .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.light-bg:focus-visible {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.03);
}

@media (hover: hover) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.light-bg:hover {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
  }
}

.PD10_product-grid .PD10_product-grid-list {
  padding: 24px;
  padding-left: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 77px;
}

.PD10_product-grid .btn-group {
  margin-top: 60px;
  padding-bottom: 0;
}

.PD10_product-grid .btn-group > * {
  min-width: 126px;
  margin-left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  background-color: transparent;
}

.PD10_product-grid .btn-group > *.disabled, .PD10_product-grid .btn-group > *:disabled,
.PD10_product-grid .btn-group > * [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD10_product-grid .btn-group > *.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD10_product-grid .btn-group > *.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .btn-group > *.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .btn-group > *.btn-medium {
    padding: 0 12px;
  }
}

.PD10_product-grid .btn-group > *.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .btn-group > *.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .btn-group > *.btn-small {
    padding: 0 12px;
  }
}

.PD10_product-grid .btn-group > *.none-border {
  border: none;
}

.PD10_product-grid .btn-group > *.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .btn-group > *.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .btn-group > *.dark-bg {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.PD10_product-grid .btn-group > *.dark-bg.icon-left:before, .PD10_product-grid .btn-group > *.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.PD10_product-grid .btn-group > *.dark-bg:active, .PD10_product-grid .btn-group > *.dark-bg:focus-visible {
  color: #dddddd;
  border-color: #dddddd;
  background-color: rgba(255, 255, 255, 0.1);
}

.PD10_product-grid .btn-group > *.dark-bg:active.icon-left:before, .PD10_product-grid .btn-group > *.dark-bg:active.icon-right:after, .PD10_product-grid .btn-group > *.dark-bg:focus-visible.icon-left:before, .PD10_product-grid .btn-group > *.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (hover: hover) {
  .PD10_product-grid .btn-group > *.dark-bg:hover {
    color: #dddddd;
    border-color: #dddddd;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .PD10_product-grid .btn-group > *.dark-bg:hover.icon-left:before, .PD10_product-grid .btn-group > *.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

.PD10_product-grid .btn-group > *.dark-bg.disabled, .PD10_product-grid .btn-group > *.dark-bg:disabled,
.PD10_product-grid .btn-group > *.dark-bg [aria-disabled='true'] {
  color: #555555;
  border-color: #555555;
  background-color: transparent;
}

.PD10_product-grid .btn-group > *.dark-bg.disabled.icon-left:before, .PD10_product-grid .btn-group > *.dark-bg.disabled.icon-right:after, .PD10_product-grid .btn-group > *.dark-bg:disabled.icon-left:before, .PD10_product-grid .btn-group > *.dark-bg:disabled.icon-right:after,
.PD10_product-grid .btn-group > *.dark-bg [aria-disabled='true'].icon-left:before,
.PD10_product-grid .btn-group > *.dark-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.PD10_product-grid .btn-group > *.light-bg {
  color: #000000;
  border: 1px solid #000000;
}

.PD10_product-grid .btn-group > *.light-bg.icon-left:before, .PD10_product-grid .btn-group > *.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.PD10_product-grid .btn-group > *.light-bg:active, .PD10_product-grid .btn-group > *.light-bg:focus-visible {
  color: #555555;
  background-color: rgba(0, 0, 0, 0.03);
  border-color: #555555;
}

.PD10_product-grid .btn-group > *.light-bg:active.icon-left:before, .PD10_product-grid .btn-group > *.light-bg:active.icon-right:after, .PD10_product-grid .btn-group > *.light-bg:focus-visible.icon-left:before, .PD10_product-grid .btn-group > *.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (hover: hover) {
  .PD10_product-grid .btn-group > *.light-bg:hover {
    color: #555555;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: #555555;
  }
  .PD10_product-grid .btn-group > *.light-bg:hover.icon-left:before, .PD10_product-grid .btn-group > *.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

.PD10_product-grid .btn-group > *.light-bg.disabled, .PD10_product-grid .btn-group > *.light-bg:disabled,
.PD10_product-grid .btn-group > *.light-bg [aria-disabled='true'] {
  color: #dddddd;
  background-color: transparent;
  border-color: #dddddd;
}

.PD10_product-grid .btn-group > *.light-bg.disabled.icon-left:before, .PD10_product-grid .btn-group > *.light-bg.disabled.icon-right:after, .PD10_product-grid .btn-group > *.light-bg:disabled.icon-left:before, .PD10_product-grid .btn-group > *.light-bg:disabled.icon-right:after,
.PD10_product-grid .btn-group > *.light-bg [aria-disabled='true'].icon-left:before,
.PD10_product-grid .btn-group > *.light-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.PD10_product-grid .btn-group > *:first-child {
  margin-left: 0;
}

.PD10_product-grid .btn-group .btn-compare {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  background-color: transparent;
}

.PD10_product-grid .btn-group .btn-compare.disabled, .PD10_product-grid .btn-group .btn-compare:disabled,
.PD10_product-grid .btn-group .btn-compare [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD10_product-grid .btn-group .btn-compare.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD10_product-grid .btn-group .btn-compare.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .btn-group .btn-compare.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .btn-group .btn-compare.btn-medium {
    padding: 0 12px;
  }
}

.PD10_product-grid .btn-group .btn-compare.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .btn-group .btn-compare.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .btn-group .btn-compare.btn-small {
    padding: 0 12px;
  }
}

.PD10_product-grid .btn-group .btn-compare.none-border {
  border: none;
}

.PD10_product-grid .btn-group .btn-compare.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .btn-group .btn-compare.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .btn-group .btn-compare.dark-bg {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.PD10_product-grid .btn-group .btn-compare.dark-bg.icon-left:before, .PD10_product-grid .btn-group .btn-compare.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.PD10_product-grid .btn-group .btn-compare.dark-bg:active, .PD10_product-grid .btn-group .btn-compare.dark-bg:focus-visible {
  color: #dddddd;
  border-color: #dddddd;
  background-color: rgba(255, 255, 255, 0.1);
}

.PD10_product-grid .btn-group .btn-compare.dark-bg:active.icon-left:before, .PD10_product-grid .btn-group .btn-compare.dark-bg:active.icon-right:after, .PD10_product-grid .btn-group .btn-compare.dark-bg:focus-visible.icon-left:before, .PD10_product-grid .btn-group .btn-compare.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (hover: hover) {
  .PD10_product-grid .btn-group .btn-compare.dark-bg:hover {
    color: #dddddd;
    border-color: #dddddd;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .PD10_product-grid .btn-group .btn-compare.dark-bg:hover.icon-left:before, .PD10_product-grid .btn-group .btn-compare.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

.PD10_product-grid .btn-group .btn-compare.dark-bg.disabled, .PD10_product-grid .btn-group .btn-compare.dark-bg:disabled,
.PD10_product-grid .btn-group .btn-compare.dark-bg [aria-disabled='true'] {
  color: #555555;
  border-color: #555555;
  background-color: transparent;
}

.PD10_product-grid .btn-group .btn-compare.dark-bg.disabled.icon-left:before, .PD10_product-grid .btn-group .btn-compare.dark-bg.disabled.icon-right:after, .PD10_product-grid .btn-group .btn-compare.dark-bg:disabled.icon-left:before, .PD10_product-grid .btn-group .btn-compare.dark-bg:disabled.icon-right:after,
.PD10_product-grid .btn-group .btn-compare.dark-bg [aria-disabled='true'].icon-left:before,
.PD10_product-grid .btn-group .btn-compare.dark-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.PD10_product-grid .btn-group .btn-compare.light-bg {
  color: #000000;
  border: 1px solid #000000;
}

.PD10_product-grid .btn-group .btn-compare.light-bg.icon-left:before, .PD10_product-grid .btn-group .btn-compare.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.PD10_product-grid .btn-group .btn-compare.light-bg:active, .PD10_product-grid .btn-group .btn-compare.light-bg:focus-visible {
  color: #555555;
  background-color: rgba(0, 0, 0, 0.03);
  border-color: #555555;
}

.PD10_product-grid .btn-group .btn-compare.light-bg:active.icon-left:before, .PD10_product-grid .btn-group .btn-compare.light-bg:active.icon-right:after, .PD10_product-grid .btn-group .btn-compare.light-bg:focus-visible.icon-left:before, .PD10_product-grid .btn-group .btn-compare.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (hover: hover) {
  .PD10_product-grid .btn-group .btn-compare.light-bg:hover {
    color: #555555;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: #555555;
  }
  .PD10_product-grid .btn-group .btn-compare.light-bg:hover.icon-left:before, .PD10_product-grid .btn-group .btn-compare.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

.PD10_product-grid .btn-group .btn-compare.light-bg.disabled, .PD10_product-grid .btn-group .btn-compare.light-bg:disabled,
.PD10_product-grid .btn-group .btn-compare.light-bg [aria-disabled='true'] {
  color: #dddddd;
  background-color: transparent;
  border-color: #dddddd;
}

.PD10_product-grid .btn-group .btn-compare.light-bg.disabled.icon-left:before, .PD10_product-grid .btn-group .btn-compare.light-bg.disabled.icon-right:after, .PD10_product-grid .btn-group .btn-compare.light-bg:disabled.icon-left:before, .PD10_product-grid .btn-group .btn-compare.light-bg:disabled.icon-right:after,
.PD10_product-grid .btn-group .btn-compare.light-bg [aria-disabled='true'].icon-left:before,
.PD10_product-grid .btn-group .btn-compare.light-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.PD10_product-grid .btn-group .btn-compare:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-compare-black.svg") no-repeat center/100%;
  margin-right: 4px;
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .btn-group .btn-compare:disabled:before {
  opacity: 0.1;
}

.PD10_product-grid .btn-group .btn-export {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  border: none;
  margin-left: 20px;
}

.PD10_product-grid .btn-group .btn-export.disabled, .PD10_product-grid .btn-group .btn-export:disabled,
.PD10_product-grid .btn-group .btn-export [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD10_product-grid .btn-group .btn-export.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD10_product-grid .btn-group .btn-export.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .btn-group .btn-export.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .btn-group .btn-export.btn-medium {
    padding: 0 12px;
  }
}

.PD10_product-grid .btn-group .btn-export.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .btn-group .btn-export.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .btn-group .btn-export.btn-small {
    padding: 0 12px;
  }
}

.PD10_product-grid .btn-group .btn-export.none-border {
  border: none;
}

.PD10_product-grid .btn-group .btn-export.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .btn-group .btn-export.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .btn-group .btn-export.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.PD10_product-grid .btn-group .btn-export.dark-bg.icon-left:before, .PD10_product-grid .btn-group .btn-export.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD10_product-grid .btn-group .btn-export.dark-bg:active, .PD10_product-grid .btn-group .btn-export.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.PD10_product-grid .btn-group .btn-export.dark-bg:active.icon-left:before, .PD10_product-grid .btn-group .btn-export.dark-bg:active.icon-right:after, .PD10_product-grid .btn-group .btn-export.dark-bg:focus-visible.icon-left:before, .PD10_product-grid .btn-group .btn-export.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .PD10_product-grid .btn-group .btn-export.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .PD10_product-grid .btn-group .btn-export.dark-bg:hover.icon-left:before, .PD10_product-grid .btn-group .btn-export.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.PD10_product-grid .btn-group .btn-export.dark-bg.disabled, .PD10_product-grid .btn-group .btn-export.dark-bg:disabled,
.PD10_product-grid .btn-group .btn-export.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.PD10_product-grid .btn-group .btn-export.dark-bg.disabled.icon-left:before, .PD10_product-grid .btn-group .btn-export.dark-bg.disabled.icon-right:after, .PD10_product-grid .btn-group .btn-export.dark-bg:disabled.icon-left:before, .PD10_product-grid .btn-group .btn-export.dark-bg:disabled.icon-right:after,
.PD10_product-grid .btn-group .btn-export.dark-bg [aria-disabled='true'].icon-left:before,
.PD10_product-grid .btn-group .btn-export.dark-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD10_product-grid .btn-group .btn-export.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.PD10_product-grid .btn-group .btn-export.light-bg.icon-left:before, .PD10_product-grid .btn-group .btn-export.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD10_product-grid .btn-group .btn-export.light-bg:active, .PD10_product-grid .btn-group .btn-export.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.PD10_product-grid .btn-group .btn-export.light-bg:active.icon-left:before, .PD10_product-grid .btn-group .btn-export.light-bg:active.icon-right:after, .PD10_product-grid .btn-group .btn-export.light-bg:focus-visible.icon-left:before, .PD10_product-grid .btn-group .btn-export.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .PD10_product-grid .btn-group .btn-export.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .PD10_product-grid .btn-group .btn-export.light-bg:hover.icon-left:before, .PD10_product-grid .btn-group .btn-export.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.PD10_product-grid .btn-group .btn-export.light-bg.disabled, .PD10_product-grid .btn-group .btn-export.light-bg:disabled,
.PD10_product-grid .btn-group .btn-export.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.PD10_product-grid .btn-group .btn-export.light-bg.disabled.icon-left:before, .PD10_product-grid .btn-group .btn-export.light-bg.disabled.icon-right:after, .PD10_product-grid .btn-group .btn-export.light-bg:disabled.icon-left:before, .PD10_product-grid .btn-group .btn-export.light-bg:disabled.icon-right:after,
.PD10_product-grid .btn-group .btn-export.light-bg [aria-disabled='true'].icon-left:before,
.PD10_product-grid .btn-group .btn-export.light-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD10_product-grid .PD10_product-grid-item {
  position: relative;
  margin: 24px 0 0 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 24px);
          flex: 0 0 calc(25% - 24px);
  -ms-flex-preferred-size: calc(25% - 24px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  border-radius: 20px;
  min-width: 0;
}

.PD10_product-grid .PD10_product-grid-item.showcase {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 24px);
          flex: 0 1 calc(50% - 24px);
  -ms-flex-preferred-size: calc(50% - 24px);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid-item.showcase {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
    -ms-flex-preferred-size: calc(100% - 24px);
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-item.showcase {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -ms-flex-preferred-size: 100%;
  }
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-bg {
  z-index: 0;
  height: 668px;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-bg {
    height: 400px;
  }
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-bg img {
    -o-object-fit: cover;
       object-fit: cover;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: 668px;
  }
  @media screen and (max-width: 767px) {
    .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-bg img {
      height: 400px;
    }
  }
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content {
  z-index: 1;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  text-align: center;
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10_product-grid-showcase__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 4.8rem;
  line-height: 1.33;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-bottom: 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10_product-grid-showcase__title {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10_product-grid-showcase__title {
    font-size: 3.2rem;
  }
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10_product-grid-showcase__desc {
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10_product-grid-showcase__desc {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10_product-grid-showcase__desc {
    font-size: 1.4rem;
  }
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  border: none;
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.disabled, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn:disabled,
.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.btn-medium {
    padding: 0 12px;
  }
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.btn-small {
    padding: 0 12px;
  }
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.none-border {
  border: none;
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg.icon-left:before, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg:active, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg:active.icon-left:before, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg:active.icon-right:after, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg:focus-visible.icon-left:before, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg:hover.icon-left:before, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg.disabled, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg:disabled,
.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg.disabled.icon-left:before, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg.disabled.icon-right:after, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg:disabled.icon-left:before, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg:disabled.icon-right:after,
.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg [aria-disabled='true'].icon-left:before,
.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.dark-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg.icon-left:before, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg:active, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg:active.icon-left:before, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg:active.icon-right:after, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg:focus-visible.icon-left:before, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg:hover.icon-left:before, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg.disabled, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg:disabled,
.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg.disabled.icon-left:before, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg.disabled.icon-right:after, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg:disabled.icon-left:before, .PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg:disabled.icon-right:after,
.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg [aria-disabled='true'].icon-left:before,
.PD10_product-grid .PD10_product-grid-item.showcase .PD10_product-grid-showcase-content .PD10-showcase-btn.light-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD10_product-grid .PD10_product-grid-cont {
  padding: 40px 20px;
  text-align: center;
}

.PD10_product-grid .PD10_product-grid-cont .PD10-eol-flag {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  padding: 0 6px;
  border-radius: 3px;
  background-color: #eee;
  font-size: 10px;
  font-weight: 700;
  color: #757575;
  display: block;
  height: 20px;
  line-height: 20px;
}

.PD10_product-grid .PD10_product-grid-thum {
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid-thum {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-thum {
    margin-bottom: 18px;
  }
}

.PD10_product-grid .PD10_product-grid-thum img {
  height: auto;
  max-height: 150px;
}

.PD10_product-grid .PD10_product-grid-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 46px;
}

.PD10_product-grid .PD10_product-grid-eyebrow {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1.15;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.33;
  font-weight: 500;
  min-height: 17px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid-eyebrow {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-eyebrow {
    font-size: 1.2rem;
  }
}

.PD10_product-grid .PD10_product-grid-title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 1.41;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: block;
  display: -webkit-box;
  max-height: 2.84em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.42em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  white-space: normal;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-title {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

.PD10_product-grid .PD10_product-grid-spec {
  margin: 24px 0 0;
  padding-top: 24px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 100px;
  border-top: 1px solid #dddddd;
}

.PD10_product-grid .PD10_product-grid-spec-item {
  width: 50%;
  padding-bottom: 16px;
}

.PD10_product-grid .PD10_product-grid-spec-item:nth-of-type(odd) {
  padding-right: 24px;
}

.PD10_product-grid .PD10_product-grid-spec-item__option {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-family: "Samsung One", sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-spec-item__option {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-spec-item__option {
    font-size: 1rem;
  }
}

.PD10_product-grid .PD10_product-grid-spec-item__spec {
  display: block;
  display: -webkit-box;
  max-height: 2.8em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.4em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  white-space: normal;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1.15;
  font-weight: 700;
  margin-top: 4px;
  height: auto;
  min-height: 29px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid-spec-item__spec {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-spec-item__spec {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-spec-item__spec {
    display: block;
    display: -webkit-box;
    max-height: 2.5em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 1.25em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    max-height: none;
  }
}

.PD10_product-grid .PD10_product-grid-bottom-area {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.PD10_product-grid .PD10-learn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  background-color: transparent;
}

.PD10_product-grid .PD10-learn-more.disabled, .PD10_product-grid .PD10-learn-more:disabled,
.PD10_product-grid .PD10-learn-more [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD10_product-grid .PD10-learn-more.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD10_product-grid .PD10-learn-more.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10-learn-more.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10-learn-more.btn-medium {
    padding: 0 12px;
  }
}

.PD10_product-grid .PD10-learn-more.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10-learn-more.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10-learn-more.btn-small {
    padding: 0 12px;
  }
}

.PD10_product-grid .PD10-learn-more.none-border {
  border: none;
}

.PD10_product-grid .PD10-learn-more.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .PD10-learn-more.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .PD10-learn-more.dark-bg {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.PD10_product-grid .PD10-learn-more.dark-bg.icon-left:before, .PD10_product-grid .PD10-learn-more.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.PD10_product-grid .PD10-learn-more.dark-bg:active, .PD10_product-grid .PD10-learn-more.dark-bg:focus-visible {
  color: #dddddd;
  border-color: #dddddd;
  background-color: rgba(255, 255, 255, 0.1);
}

.PD10_product-grid .PD10-learn-more.dark-bg:active.icon-left:before, .PD10_product-grid .PD10-learn-more.dark-bg:active.icon-right:after, .PD10_product-grid .PD10-learn-more.dark-bg:focus-visible.icon-left:before, .PD10_product-grid .PD10-learn-more.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (hover: hover) {
  .PD10_product-grid .PD10-learn-more.dark-bg:hover {
    color: #dddddd;
    border-color: #dddddd;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .PD10_product-grid .PD10-learn-more.dark-bg:hover.icon-left:before, .PD10_product-grid .PD10-learn-more.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

.PD10_product-grid .PD10-learn-more.dark-bg.disabled, .PD10_product-grid .PD10-learn-more.dark-bg:disabled,
.PD10_product-grid .PD10-learn-more.dark-bg [aria-disabled='true'] {
  color: #555555;
  border-color: #555555;
  background-color: transparent;
}

.PD10_product-grid .PD10-learn-more.dark-bg.disabled.icon-left:before, .PD10_product-grid .PD10-learn-more.dark-bg.disabled.icon-right:after, .PD10_product-grid .PD10-learn-more.dark-bg:disabled.icon-left:before, .PD10_product-grid .PD10-learn-more.dark-bg:disabled.icon-right:after,
.PD10_product-grid .PD10-learn-more.dark-bg [aria-disabled='true'].icon-left:before,
.PD10_product-grid .PD10-learn-more.dark-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.PD10_product-grid .PD10-learn-more.light-bg {
  color: #000000;
  border: 1px solid #000000;
}

.PD10_product-grid .PD10-learn-more.light-bg.icon-left:before, .PD10_product-grid .PD10-learn-more.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.PD10_product-grid .PD10-learn-more.light-bg:active, .PD10_product-grid .PD10-learn-more.light-bg:focus-visible {
  color: #555555;
  background-color: rgba(0, 0, 0, 0.03);
  border-color: #555555;
}

.PD10_product-grid .PD10-learn-more.light-bg:active.icon-left:before, .PD10_product-grid .PD10-learn-more.light-bg:active.icon-right:after, .PD10_product-grid .PD10-learn-more.light-bg:focus-visible.icon-left:before, .PD10_product-grid .PD10-learn-more.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (hover: hover) {
  .PD10_product-grid .PD10-learn-more.light-bg:hover {
    color: #555555;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: #555555;
  }
  .PD10_product-grid .PD10-learn-more.light-bg:hover.icon-left:before, .PD10_product-grid .PD10-learn-more.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

.PD10_product-grid .PD10-learn-more.light-bg.disabled, .PD10_product-grid .PD10-learn-more.light-bg:disabled,
.PD10_product-grid .PD10-learn-more.light-bg [aria-disabled='true'] {
  color: #dddddd;
  background-color: transparent;
  border-color: #dddddd;
}

.PD10_product-grid .PD10-learn-more.light-bg.disabled.icon-left:before, .PD10_product-grid .PD10-learn-more.light-bg.disabled.icon-right:after, .PD10_product-grid .PD10-learn-more.light-bg:disabled.icon-left:before, .PD10_product-grid .PD10-learn-more.light-bg:disabled.icon-right:after,
.PD10_product-grid .PD10-learn-more.light-bg [aria-disabled='true'].icon-left:before,
.PD10_product-grid .PD10-learn-more.light-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.PD10_product-grid .PD10_product-grid-compare {
  margin-top: 16px;
}

.PD10_product-grid .PD10_product-grid-compare__btn {
  font-family: "Samsung One", sans-serif;
  font-size: 1.4rem;
  line-height: 1.41;
  font-weight: 400;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-compare__btn {
    font-size: 1.2rem;
  }
}

.PD10_product-grid .PD10_product-grid-compare__btn::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../../../../../designs/global/common/resources/img/icon/pc-white-cta-text-light-bg-normal.svg") 0 0 no-repeat;
  vertical-align: sub;
  margin-right: 4px;
}

.PD10_product-grid .PD10_product-grid-compare__btn[aria-pressed='true'] {
  cursor: default;
  color: #006ff2;
}

.PD10_product-grid .PD10_product-grid-compare__btn[aria-pressed='true']::before {
  background: url("../../../../../../designs/global/common/resources/img/icon/pc-white-cta-text-light-bg-checked.svg") 0 0 no-repeat;
}

.PD10_product-grid .PD10_product-grid-compare__btn[aria-pressed='true'] + .PD10_skip_compare {
  display: block;
  font-size: 1.4rem;
  line-height: 1.41;
  font-weight: 700;
  height: 0;
  overflow: hidden;
}

.PD10_product-grid .PD10_product-grid-compare__btn[aria-pressed='true'] + .PD10_skip_compare:focus-visible {
  position: absolute;
  height: auto;
}

.PD10_product-grid .PD10_skip_compare {
  display: none;
}

.PD10_product-grid .PD10_product-grid-compare-bottom {
  display: none;
}

.PD10_product-grid .PD10_product-grid-compare-bottom.sticky {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.14);
  z-index: 220;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid-compare-bottom.sticky {
    -webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.12);
  }
}

.PD10_product-grid .PD10_product-grid-compare-bottom-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.PD10_product-grid .PD10_product-grid-compare-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  padding-left: 24px;
  width: calc(100% - 378px);
}

.PD10_product-grid .PD10_product-grid-compare-bottom-inbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  background: #eef0f8;
  padding: 0 40px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 0;
  height: 105px;
  margin-left: 24px;
  text-align: center;
  max-width: 330px;
}

.PD10_product-grid .PD10_product-grid-compare-bottom-inbox:first-child {
  margin-left: 0;
}

.PD10_product-grid .PD10_product-grid-compare-bottom-inbox__title {
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: normal;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid-compare-bottom-inbox__title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-compare-bottom-inbox__title {
    font-size: 1.4rem;
  }
}

.PD10_product-grid .PD10_product-grid-compare-bottom-inbox__desc {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-family: "Samsung One", sans-serif;
  font-size: 1.4rem;
  line-height: 1.41;
  font-weight: 400;
  font-weight: 700;
  margin-top: 4px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid-compare-bottom-inbox__desc {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-compare-bottom-inbox__desc {
    font-size: 1rem;
  }
}

.PD10_product-grid .PD10-box-close {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 16px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-regular-action-cancel-close-gray.svg") 0 0 no-repeat;
  font-size: 0;
}

.PD10_product-grid .PD10_product-grid-compare-bottom-right {
  width: 378px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 24px;
}

.PD10_product-grid .PD10-compare-clear {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0;
  margin-bottom: 8px;
  line-height: 20px;
  border: none;
  position: relative;
  margin-bottom: 0;
  margin-left: 24px;
}

.PD10_product-grid .PD10-compare-clear.disabled, .PD10_product-grid .PD10-compare-clear:disabled,
.PD10_product-grid .PD10-compare-clear [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD10_product-grid .PD10-compare-clear.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD10_product-grid .PD10-compare-clear.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10-compare-clear.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10-compare-clear.btn-medium {
    padding: 0 12px;
  }
}

.PD10_product-grid .PD10-compare-clear.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10-compare-clear.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10-compare-clear.btn-small {
    padding: 0 12px;
  }
}

.PD10_product-grid .PD10-compare-clear.none-border {
  border: none;
}

.PD10_product-grid .PD10-compare-clear.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .PD10-compare-clear.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .PD10-compare-clear.btn-xlarge {
  margin-bottom: 16px;
  height: 24px;
  line-height: 24px;
  font-size: 1.8rem;
  font-weight: normal;
}

.PD10_product-grid .PD10-compare-clear.btn-xlarge.dark-bg {
  color: #ffffff;
}

.PD10_product-grid .PD10-compare-clear.btn-xlarge.dark-bg:after {
  bottom: -16px !important;
  height: 3px !important;
  background-color: #ffffff;
}

.PD10_product-grid .PD10-compare-clear.btn-xlarge.dark-bg:focus-visible, .PD10_product-grid .PD10-compare-clear.btn-xlarge.dark-bg.active {
  color: #ffffff;
  font-weight: 700;
}

.PD10_product-grid .PD10-compare-clear.btn-xlarge.dark-bg:focus-visible:after, .PD10_product-grid .PD10-compare-clear.btn-xlarge.dark-bg.active:after {
  bottom: -16px !important;
  height: 3px !important;
  background-color: #ffffff;
}

@media (hover: hover) {
  .PD10_product-grid .PD10-compare-clear.btn-xlarge.dark-bg:hover {
    color: #ffffff;
    font-weight: 700;
  }
  .PD10_product-grid .PD10-compare-clear.btn-xlarge.dark-bg:hover:after {
    bottom: -16px !important;
    height: 3px !important;
    background-color: #ffffff;
  }
}

.PD10_product-grid .PD10-compare-clear.btn-xlarge.light-bg:after {
  bottom: -16px;
  height: 3px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10-compare-clear.btn-xlarge {
    height: 20px;
    line-height: 20px;
    font-size: 1.4rem;
  }
}

.PD10_product-grid .PD10-compare-clear.btn-large {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  padding: 0;
}

.PD10_product-grid .PD10-compare-clear.btn-medium {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  padding: 0;
}

.PD10_product-grid .PD10-compare-clear.dark-bg {
  color: #ffffff;
}

.PD10_product-grid .PD10-compare-clear.dark-bg:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.PD10_product-grid .PD10-compare-clear.dark-bg:active, .PD10_product-grid .PD10-compare-clear.dark-bg:focus-visible {
  color: #dddddd;
}

.PD10_product-grid .PD10-compare-clear.dark-bg:active:after, .PD10_product-grid .PD10-compare-clear.dark-bg:focus-visible:after {
  width: 100%;
  background-color: #dddddd;
}

@media (hover: hover) {
  .PD10_product-grid .PD10-compare-clear.dark-bg:hover {
    color: #dddddd;
  }
  .PD10_product-grid .PD10-compare-clear.dark-bg:hover:after {
    width: 100%;
    background-color: #dddddd;
  }
}

.PD10_product-grid .PD10-compare-clear.dark-bg.disabled, .PD10_product-grid .PD10-compare-clear.dark-bg:disabled,
.PD10_product-grid .PD10-compare-clear.dark-bg [aria-disabled='true'] {
  color: #555555;
}

.PD10_product-grid .PD10-compare-clear.dark-bg.disabled:after, .PD10_product-grid .PD10-compare-clear.dark-bg:disabled:after,
.PD10_product-grid .PD10-compare-clear.dark-bg [aria-disabled='true']:after {
  background-color: #555555;
}

.PD10_product-grid .PD10-compare-clear.light-bg {
  color: #000000;
}

.PD10_product-grid .PD10-compare-clear.light-bg:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 0;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background-color: #000000;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.PD10_product-grid .PD10-compare-clear.light-bg:active, .PD10_product-grid .PD10-compare-clear.light-bg:focus-visible {
  color: #555555;
}

.PD10_product-grid .PD10-compare-clear.light-bg:active:after, .PD10_product-grid .PD10-compare-clear.light-bg:focus-visible:after {
  width: 100%;
  background-color: #555555;
}

@media (hover: hover) {
  .PD10_product-grid .PD10-compare-clear.light-bg:hover {
    color: #555555;
  }
  .PD10_product-grid .PD10-compare-clear.light-bg:hover:after {
    width: 100%;
    background-color: #555555;
  }
}

.PD10_product-grid .PD10-compare-clear.light-bg.disabled, .PD10_product-grid .PD10-compare-clear.light-bg:disabled,
.PD10_product-grid .PD10-compare-clear.light-bg [aria-disabled='true'] {
  color: #555555;
}

.PD10_product-grid .PD10-compare-clear.light-bg.disabled:after, .PD10_product-grid .PD10-compare-clear.light-bg:disabled:after,
.PD10_product-grid .PD10-compare-clear.light-bg [aria-disabled='true']:after {
  background-color: #555555;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10-compare-clear {
    margin-left: 0;
  }
}

.PD10_product-grid .PD10-compare-clear::after {
  bottom: -2px !important;
  width: 100% !important;
}

.PD10_product-grid .PD10_compare-pop-open-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  border: none;
  border: none;
}

.PD10_product-grid .PD10_compare-pop-open-btn.disabled, .PD10_product-grid .PD10_compare-pop-open-btn:disabled,
.PD10_product-grid .PD10_compare-pop-open-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD10_product-grid .PD10_compare-pop-open-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD10_product-grid .PD10_compare-pop-open-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_compare-pop-open-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-pop-open-btn.btn-medium {
    padding: 0 12px;
  }
}

.PD10_product-grid .PD10_compare-pop-open-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_compare-pop-open-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-pop-open-btn.btn-small {
    padding: 0 12px;
  }
}

.PD10_product-grid .PD10_compare-pop-open-btn.none-border {
  border: none;
}

.PD10_product-grid .PD10_compare-pop-open-btn.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .PD10_compare-pop-open-btn.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .PD10_compare-pop-open-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.PD10_product-grid .PD10_compare-pop-open-btn.dark-bg.icon-left:before, .PD10_product-grid .PD10_compare-pop-open-btn.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD10_product-grid .PD10_compare-pop-open-btn.dark-bg:active, .PD10_product-grid .PD10_compare-pop-open-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.PD10_product-grid .PD10_compare-pop-open-btn.dark-bg:active.icon-left:before, .PD10_product-grid .PD10_compare-pop-open-btn.dark-bg:active.icon-right:after, .PD10_product-grid .PD10_compare-pop-open-btn.dark-bg:focus-visible.icon-left:before, .PD10_product-grid .PD10_compare-pop-open-btn.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .PD10_product-grid .PD10_compare-pop-open-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .PD10_product-grid .PD10_compare-pop-open-btn.dark-bg:hover.icon-left:before, .PD10_product-grid .PD10_compare-pop-open-btn.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.PD10_product-grid .PD10_compare-pop-open-btn.dark-bg.disabled, .PD10_product-grid .PD10_compare-pop-open-btn.dark-bg:disabled,
.PD10_product-grid .PD10_compare-pop-open-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.PD10_product-grid .PD10_compare-pop-open-btn.dark-bg.disabled.icon-left:before, .PD10_product-grid .PD10_compare-pop-open-btn.dark-bg.disabled.icon-right:after, .PD10_product-grid .PD10_compare-pop-open-btn.dark-bg:disabled.icon-left:before, .PD10_product-grid .PD10_compare-pop-open-btn.dark-bg:disabled.icon-right:after,
.PD10_product-grid .PD10_compare-pop-open-btn.dark-bg [aria-disabled='true'].icon-left:before,
.PD10_product-grid .PD10_compare-pop-open-btn.dark-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD10_product-grid .PD10_compare-pop-open-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.PD10_product-grid .PD10_compare-pop-open-btn.light-bg.icon-left:before, .PD10_product-grid .PD10_compare-pop-open-btn.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD10_product-grid .PD10_compare-pop-open-btn.light-bg:active, .PD10_product-grid .PD10_compare-pop-open-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.PD10_product-grid .PD10_compare-pop-open-btn.light-bg:active.icon-left:before, .PD10_product-grid .PD10_compare-pop-open-btn.light-bg:active.icon-right:after, .PD10_product-grid .PD10_compare-pop-open-btn.light-bg:focus-visible.icon-left:before, .PD10_product-grid .PD10_compare-pop-open-btn.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .PD10_product-grid .PD10_compare-pop-open-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .PD10_product-grid .PD10_compare-pop-open-btn.light-bg:hover.icon-left:before, .PD10_product-grid .PD10_compare-pop-open-btn.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.PD10_product-grid .PD10_compare-pop-open-btn.light-bg.disabled, .PD10_product-grid .PD10_compare-pop-open-btn.light-bg:disabled,
.PD10_product-grid .PD10_compare-pop-open-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.PD10_product-grid .PD10_compare-pop-open-btn.light-bg.disabled.icon-left:before, .PD10_product-grid .PD10_compare-pop-open-btn.light-bg.disabled.icon-right:after, .PD10_product-grid .PD10_compare-pop-open-btn.light-bg:disabled.icon-left:before, .PD10_product-grid .PD10_compare-pop-open-btn.light-bg:disabled.icon-right:after,
.PD10_product-grid .PD10_compare-pop-open-btn.light-bg [aria-disabled='true'].icon-left:before,
.PD10_product-grid .PD10_compare-pop-open-btn.light-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD10_product-grid .PD10_filter-sorting-area {
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 68px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
  max-width: 1440px;
  margin: 0 auto;
}

.PD10_product-grid .PD10_filter-sorting-area.sticky {
  position: fixed;
  top: 60px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1440px;
  z-index: 220;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area.sticky {
    z-index: 210 !important;
    left: 0;
    top: auto !important;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border-top: 1px solid #ddd;
  }
}

.PD10_product-grid .PD10_filter-sorting-area.sticky:before {
  position: absolute;
  left: -150%;
  top: 0;
  width: 400%;
  height: 100%;
  background: #fff;
  content: '';
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_filter-sorting-area.sticky:before {
    display: none;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .PD10_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 68px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter {
    height: 64px;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter {
    font-size: 1.4rem;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter[aria-pressed='true'] {
  color: #2189ff;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter[aria-pressed='true']:before {
  background-image: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-filter-on.svg");
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter:before {
  content: '';
  margin-right: 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-filter.svg") no-repeat center/100%;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter .result_forMobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter .result_forMobile {
    display: block;
    font-weight: inherit;
    margin-left: 3px;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .btn-filter-close:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-delete.svg") no-repeat center/100%;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0;
  border: none;
  line-height: 20px;
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 700;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.disabled, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset:disabled,
.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.btn-medium {
    padding: 0 12px;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.btn-small {
    padding: 0 12px;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.none-border {
  border: none;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.btn-medium, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.btn-large {
  border: none !important;
  padding: 0;
  line-height: 20px;
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.btn-medium, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.btn-large {
    font-size: 1.2rem;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg {
  color: #ffffff;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg.icon-right:after {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg.hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:active, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:focus-visible {
  color: #dddddd;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:active.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:active.icon-right:after, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:focus-visible.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:active.hover-none:after, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:focus-visible.hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (hover: hover) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:hover {
    color: #dddddd;
  }
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:hover.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:hover.hover-none:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg.disabled, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:disabled,
.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg [aria-disabled='true'] {
  color: #555555;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg.disabled.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg.disabled.icon-right:after, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:disabled.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:disabled.icon-right:after,
.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg [aria-disabled='true'].icon-left:before,
.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg.disabled.hover-none:after, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg:disabled.hover-none:after,
.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.dark-bg [aria-disabled='true'].hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg {
  color: #000000;
  border: 1px solid #000000;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg.icon-right:after {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg.hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (hover: hover) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg:hover {
    color: #555555;
  }
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg:hover.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg:hover.hover-none:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg.disabled, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg:disabled,
.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg [aria-disabled='true'] {
  color: #dddddd;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg.disabled.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg.disabled.icon-right:after, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg:disabled.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg:disabled.icon-right:after,
.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg [aria-disabled='true'].icon-left:before,
.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg.disabled.hover-none:after, .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg:disabled.hover-none:after,
.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.light-bg [aria-disabled='true'].hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset {
    font-size: 1.4rem;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset:before {
  content: '';
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  width: 18px;
  height: 18px;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M0 0H18V18H0z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3Cpath fill='%23000000' fill-rule='nonzero' d='M10.943 1.757c1.55.416 2.892 1.3 3.872 2.505V2.627h1.5v4.125h-4.126v-1.5h1.497c-.787-.986-1.872-1.708-3.131-2.046C7.354 2.35 4.064 4.248 3.206 7.45c-.857 3.2 1.042 6.49 4.243 7.348 3.169.85 6.425-1.004 7.322-4.147l.026-.095 1.45.388c-1.073 4.001-5.185 6.375-9.186 5.303S.685 11.062 1.757 7.061 6.942.685 10.943 1.757z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.disabled {
  color: #8f8f8f;
}

.PD10_product-grid .PD10_filter-sorting-area .btn-news-filter__reset.disabled:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M0 0H18V18H0z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3Cpath fill='%238f8f8f' fill-rule='nonzero' d='M10.943 1.757c1.55.416 2.892 1.3 3.872 2.505V2.627h1.5v4.125h-4.126v-1.5h1.497c-.787-.986-1.872-1.708-3.131-2.046C7.354 2.35 4.064 4.248 3.206 7.45c-.857 3.2 1.042 6.49 4.243 7.348 3.169.85 6.425-1.004 7.322-4.147l.026-.095 1.45.388c-1.073 4.001-5.185 6.375-9.186 5.303S.685 11.062 1.757 7.061 6.942.685 10.943 1.757z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD10_product-grid .PD10_filter-sorting-area .news-filter-result {
  margin-right: 24px;
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_filter-sorting-area .news-filter-result {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .news-filter-result {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_filter-sorting-area .news-filter-result {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .news-filter-result {
    display: none;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail {
  position: absolute;
  left: 0;
  top: 68px;
  width: 378px;
  max-height: 820px;
  z-index: 20;
  background-color: #ffffff;
  border-top: 1px solid #f8f8f8;
  -webkit-transform: translate(-1000%, 0);
      -ms-transform: translate(-1000%, 0);
          transform: translate(-1000%, 0);
  visibility: hidden;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .filter-detail {
    height: 100% !important;
    max-height: none;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-title {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  width: calc(100% - 40px);
  line-height: 60px;
  padding-left: 32px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-title {
    font-size: 1.6rem;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-wrap {
  padding: 0 32px 32px 32px;
  border-top: 1px solid #f8f8f8;
  height: calc(100% - 60px);
  overflow-y: auto;
}

@supports (overflow-y: overlay) {
  .PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-wrap {
    overflow-y: overlay;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-wrap::-webkit-scrollbar {
  width: 3px;
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #8f8f8f;
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-result-functions-mobile {
  display: none;
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group-item-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 22px 40px 22px 0;
  line-height: 1.43;
  text-align: left;
  position: relative;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group-title {
    padding-right: 0;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group-title:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-open-down.svg") no-repeat center center/16px;
  cursor: pointer;
  z-index: -1;
  left: auto;
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group .filter-detail-group-title.active:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group .filter-detail-group-title.active + .filter-detail-group-item-wrap {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group-item-wrap > ul {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group-title + ul {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group-title.active + ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group-item-wrap .filter-detail-group-title.active + ul {
  height: auto;
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 22px 0;
  line-height: 1.43;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group-item {
    padding: 14px 0;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group-item .checkbox {
  width: 100%;
}

.PD10_product-grid .PD10_filter-sorting-area .filter-detail .filter-detail-group-item .checkbox label {
  height: auto;
  font-weight: 700;
}

.PD10_product-grid .PD10_filter-sorting-area .PD10_filter.active .filter-detail {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}

.PD10_product-grid .PD10_filter-sorting-area .filter-result-functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .filter-result-functions:before {
    display: none;
  }
  .PD10_product-grid .PD10_filter-sorting-area .filter-result-functions > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .filter-result-functions .news-filter-result {
    margin-right: 0;
  }
}

@media screen and (max-width: 320px) {
  .PD10_product-grid .PD10_filter-sorting-area .filter-result-functions .news-filter-result {
    max-width: 70px;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .filter-result-functions:before {
  content: '';
  width: 1px;
  height: 18px;
  margin: 0 8px;
  background-color: #dddddd;
  margin: 0 24px;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .filter-result-functions:before {
    margin: 0 10px;
  }
}

.PD10_product-grid .PD10_filter-sorting-area .btn-filter-close {
  position: absolute;
  top: 20px;
  right: 32px;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .btn-filter-close {
    right: 24px;
    top: 20px;
  }
}

.PD10_product-grid .btn--drop-down {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .btn--drop-down {
    padding-left: 0;
  }
}

.PD10_product-grid .PD10_compare-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 70px;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-popup {
    padding: 0;
  }
}

.PD10_product-grid .PD10_compare-popup[aria-hidden='true'] {
  display: none;
}

.PD10_product-grid .PD10_compare-popup[aria-hidden='false'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-wrapper {
  position: relative;
  max-width: 1392px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  background: #fff;
  border-radius: 30px;
  padding: 80px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-wrapper {
    padding: 60px 0;
    border-radius: 0;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content {
  max-height: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

@supports (overflow-y: overlay) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content {
    overflow-y: overlay;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content::-webkit-scrollbar-track {
  border-radius: 10px;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content::-webkit-scrollbar {
  width: 3px;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #8f8f8f;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content .compare-product-wrap {
    position: relative;
    padding: 0 69px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content .compare-product-wrap {
    padding: 0 24px;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content .compare-product-wrap.sticky {
  height: 238px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 88px 72px 40px 72px;
  border-radius: 30px 30px 0 0;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  max-width: none !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content .compare-product-wrap.sticky {
    padding: 68px 69px 32px 69px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content .compare-product-wrap.sticky {
    padding: 60px 24px 24px 24px;
    height: 150px;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content .compare-product-wrap.sticky .PD10_compare-popup-product {
  padding-left: 0;
  padding-right: 0;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content .compare-product-wrap.sticky .PD10_compare-popup-product__thum {
  display: none;
}

@media screen and (min-width: 1024px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content.item2 .PD10_compare-popup-product {
    max-width: 762px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content.item2 .PD10_compare-popup-product .PD10_compare-popup-product-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 72px);
    max-width: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content.item2 .PD10_compare-popup-product .PD10_compare-popup-product-item:first-child {
    margin-left: 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content.item2 .PD10_compare-popup-con {
    max-width: 762px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 auto;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-pop-close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-cancel-40.svg") 0 0 no-repeat;
  background-size: 100%;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-title-area {
  margin-bottom: 64px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-title-area {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-title-area {
    margin-bottom: 24px;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-title {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.42;
  font-family: "Samsung Sharp Sans", sans-serif;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-desc {
  text-align: center;
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 400;
  margin-top: 16px;
  line-height: 1.39;
  letter-spacing: 0.5px;
  font-size: 1.8rem;
  color: #8f8f8f;
  font-weight: 700;
  font-family: "Samsung Sharp Sans", sans-serif;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-desc {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-desc {
    font-size: 1.4rem;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-con {
  padding: 0 72px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-con {
    padding-left: 67px;
    padding-right: 67px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-con {
    padding-left: 0;
    padding-right: 0;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 72px 0;
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product {
    max-width: none;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product.sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 103px 40px 118px;
  border-radius: 30px 30px 0 0;
  border-bottom: 1px solid #dddddd;
  background: #fff;
  max-width: none !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product.sticky .PD10_compare-popup-product__thum {
  display: none;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product-item {
  border-radius: 20px;
  border: 1px solid #dddddd;
  padding: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3% - 16px);
          flex: 0 0 calc(33.3% - 16px);
  -ms-flex-preferred-size: calc(33.3% - 72px);
  margin-left: 25px;
  text-align: left;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product-item:first-child {
  margin-left: 0;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product-select {
  position: relative;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__name {
  padding-right: 57px;
  max-height: none;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Samsung Sharp Sans", sans-serif;
  word-break: break-all !important;
  padding-top: 2px;
}

@media screen and (min-width: 1024px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__name {
    display: block;
    display: -webkit-box;
    max-height: 2.78em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 1.39em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    height: 52px;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__select-btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: #000 url("../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-close-up-wh.svg") center center no-repeat;
  background-size: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__select-btn.active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__select-btn:focus-visible {
  outline-offset: -2px;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option-area {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
  padding: 8px 3px 8px 0;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option-area {
    top: 45px;
    width: calc(100% + 24px);
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option-area.active {
  display: block;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option {
  padding: 8px 56px 8px 24px;
  overflow-y: auto;
  width: 100%;
  max-height: 216px;
  overscroll-behavior-y: contain;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option {
    max-height: 274px;
  }
}

@supports (overflow-y: overlay) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option {
    overflow-y: overlay;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option::-webkit-scrollbar-track {
  border-radius: 10px;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option::-webkit-scrollbar {
  width: 3px;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #8f8f8f;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option .option-btn {
  padding: 10px 0;
  position: relative;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option .option-btn.selected .option-btn__name {
  font-weight: bold;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option .option-btn.selected:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -32px;
  width: 14px;
  height: 13px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-done.svg") 0 0 no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option .option-btn.selected:after {
    width: 12px;
    height: 12px;
    right: 0;
    top: 8px;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option .option-btn__name {
  display: block;
  font-size: 1.4rem;
  font-family: "Samsung One", sans-serif;
  font-weight: 700;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option .option-btn__name {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option .option-btn__name {
    font-size: 1.4rem;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__thum {
  padding: 0;
  margin-top: 32px;
  text-align: center;
  isolation: auto;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__thum img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__thum img {
    height: 54px;
    width: 72px;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-list {
  margin-top: 48px;
  min-width: 0;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item {
  margin-bottom: 32px;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item:last-child {
  margin-bottom: 0;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item__title {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-bottom: 16px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
  color: #8f8f8f;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item__desc {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  border-top: 1px solid #dddddd;
  padding-top: 16px;
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item__desc-name {
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  font-size: 2.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-left: 25px;
  font-family: "Samsung Sharp Sans", sans-serif;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item__desc-name {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item__desc-name {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item__desc-name {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    max-height: 69px;
  }
}

.PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item__desc-name:first-child {
  margin-left: 0;
}

.PD10_product-grid .PD10_product-grid--disclaimer {
  max-width: 1440px;
  padding: 0 24px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.33;
  color: #757575;
  margin-top: 80px;
  padding-bottom: 24px;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid--disclaimer {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid--disclaimer {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
}

.PD10_product-grid .PD10_product-grid--disclaimer > p {
  position: relative;
  padding-left: 10px;
}

.PD10_product-grid .PD10_product-grid--disclaimer > p em:before {
  content: '*';
  position: absolute;
  left: 0;
  top: 2px;
}

.PD10_product-grid .PD10_product-grid--disclaimer a {
  color: #006ff2;
  word-break: break-word !important;
}

html[lang^='ko'] .PD10_product-grid .PD10_product-grid-list .PD10_product-grid-item .PD10_product-grid-cont .PD10_product-grid-spec .PD10_product-grid-spec-item .PD10_product-grid-spec-item__spec {
  display: block;
  display: -webkit-box;
  height: 2.8em;
  max-height: 2.8em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.4em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  white-space: normal;
}

html[lang^='ko'] .PD10_compare-popup-spec-item__desc-name {
  word-break: break-word !important;
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid {
    border-bottom: 0;
  }
  .PD10_product-grid .PD10_filter-sorting-area.sticky {
    top: 120px;
  }
  .PD10_product-grid .PD10_hashtag {
    padding-bottom: 60px;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-title {
    margin-bottom: 20px;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox {
    margin-bottom: 14px;
  }
  .PD10_product-grid .PD10_product-grid-list {
    padding: 16px 24px 0 0;
  }
  .PD10_product-grid .PD10_product-grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 24px);
            flex: 0 0 calc(50% - 24px);
    -ms-flex-preferred-size: calc(50% - 24px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .PD10_product-grid .PD10_product-grid-cont {
    padding: 35px 24px;
  }
  .PD10_product-grid .PD10_product-grid-bottom-area {
    bottom: 35px;
  }
  .PD10_product-grid.showcase .PD10_product-grid-showcase-bg {
    height: 528px;
  }
  .PD10_product-grid.showcase .PD10_product-grid-showcase-content {
    bottom: 60px;
  }
  .PD10_product-grid.showcase .PD10_product-grid-showcase-content .PD10_product-grid-showcase__title {
    margin-bottom: 14px;
  }
  .PD10_product-grid.showcase .PD10_product-grid-showcase-content .PD10_product-grid-showcase__desc {
    margin-bottom: 20px;
  }
  .PD10_product-grid + .btn-group {
    margin-top: 40px;
  }
  .PD10_product-grid + .btn-group button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    border: none;
    vertical-align: middle;
    color: #000000;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    /**/
    padding: 0 24px;
    border-radius: 20px;
    border: none;
  }
  .PD10_product-grid + .btn-group button.disabled, .PD10_product-grid + .btn-group button:disabled,
  .PD10_product-grid + .btn-group button [aria-disabled='true'] {
    cursor: not-allowed;
    pointer-events: none;
  }
  .PD10_product-grid + .btn-group button.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
  }
  .PD10_product-grid + .btn-group button.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .PD10_product-grid + .btn-group button.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .PD10_product-grid + .btn-group button.btn-medium {
    padding: 0 12px;
  }
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid + .btn-group button.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .PD10_product-grid + .btn-group button.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .PD10_product-grid + .btn-group button.btn-small {
    padding: 0 12px;
  }
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid + .btn-group button.none-border {
    border: none;
  }
  .PD10_product-grid + .btn-group button.icon-left:before {
    content: '';
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  }
  .PD10_product-grid + .btn-group button.icon-right:after {
    content: '';
    margin-left: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  }
  .PD10_product-grid + .btn-group button.dark-bg {
    background-color: #ffffff;
    color: #000000;
  }
  .PD10_product-grid + .btn-group button.dark-bg.icon-left:before, .PD10_product-grid + .btn-group button.dark-bg.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .PD10_product-grid + .btn-group button.dark-bg:active, .PD10_product-grid + .btn-group button.dark-bg:focus-visible {
    color: #000000;
    background-color: #eeeeee;
  }
  .PD10_product-grid + .btn-group button.dark-bg:active.icon-left:before, .PD10_product-grid + .btn-group button.dark-bg:active.icon-right:after, .PD10_product-grid + .btn-group button.dark-bg:focus-visible.icon-left:before, .PD10_product-grid + .btn-group button.dark-bg:focus-visible.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

@media screen and (max-width: 1023px) and (hover: hover) {
  .PD10_product-grid + .btn-group button.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .PD10_product-grid + .btn-group button.dark-bg:hover.icon-left:before, .PD10_product-grid + .btn-group button.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid + .btn-group button.dark-bg.disabled, .PD10_product-grid + .btn-group button.dark-bg:disabled,
  .PD10_product-grid + .btn-group button.dark-bg [aria-disabled='true'] {
    color: #8f8f8f;
    background-color: #555555;
  }
  .PD10_product-grid + .btn-group button.dark-bg.disabled.icon-left:before, .PD10_product-grid + .btn-group button.dark-bg.disabled.icon-right:after, .PD10_product-grid + .btn-group button.dark-bg:disabled.icon-left:before, .PD10_product-grid + .btn-group button.dark-bg:disabled.icon-right:after,
  .PD10_product-grid + .btn-group button.dark-bg [aria-disabled='true'].icon-left:before,
  .PD10_product-grid + .btn-group button.dark-bg [aria-disabled='true'].icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .PD10_product-grid + .btn-group button.light-bg {
    background-color: #000000;
    color: #ffffff;
  }
  .PD10_product-grid + .btn-group button.light-bg.icon-left:before, .PD10_product-grid + .btn-group button.light-bg.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .PD10_product-grid + .btn-group button.light-bg:active, .PD10_product-grid + .btn-group button.light-bg:focus-visible {
    color: #eeeeee;
    background-color: #333333;
  }
  .PD10_product-grid + .btn-group button.light-bg:active.icon-left:before, .PD10_product-grid + .btn-group button.light-bg:active.icon-right:after, .PD10_product-grid + .btn-group button.light-bg:focus-visible.icon-left:before, .PD10_product-grid + .btn-group button.light-bg:focus-visible.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

@media screen and (max-width: 1023px) and (hover: hover) {
  .PD10_product-grid + .btn-group button.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .PD10_product-grid + .btn-group button.light-bg:hover.icon-left:before, .PD10_product-grid + .btn-group button.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid + .btn-group button.light-bg.disabled, .PD10_product-grid + .btn-group button.light-bg:disabled,
  .PD10_product-grid + .btn-group button.light-bg [aria-disabled='true'] {
    color: #aaaaaa;
    background-color: #dddddd;
  }
  .PD10_product-grid + .btn-group button.light-bg.disabled.icon-left:before, .PD10_product-grid + .btn-group button.light-bg.disabled.icon-right:after, .PD10_product-grid + .btn-group button.light-bg:disabled.icon-left:before, .PD10_product-grid + .btn-group button.light-bg:disabled.icon-right:after,
  .PD10_product-grid + .btn-group button.light-bg [aria-disabled='true'].icon-left:before,
  .PD10_product-grid + .btn-group button.light-bg [aria-disabled='true'].icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .PD10_product-grid .PD10_product-grid-compare-bottom-left {
    padding-left: 32px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .PD10_product-grid .PD10_product-grid-compare-bottom-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 44px;
  }
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid-compare-bottom-inbox {
    padding: 0 20px 0;
    height: 126px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .PD10_product-grid .PD10_product-grid-compare-bottom-inbox {
    max-width: 31%;
  }
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_product-grid-compare-bottom-inbox__title {
    display: block;
    display: -webkit-box;
    max-height: 2.66em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 1.33em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    white-space: inherit;
    text-align: center;
    max-width: 106px;
    margin-left: auto;
    margin-right: auto;
  }
  .PD10_product-grid .PD10-box-close {
    top: 12px;
    right: 12px;
  }
  .PD10_product-grid .PD10_product-grid-compare-bottom-right {
    padding-right: 32px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 138px;
            flex: 0 0 138px;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .PD10_product-grid .PD10_product-grid-compare-bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .PD10_product-grid .PD10_product-grid-compare-bottom-right > *:first-child {
    margin-top: 18px;
  }
  .PD10_product-grid .PD10_product-grid-compare-bottom-right > *:first-child .PD10-compare-clear {
    margin-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .PD10_product-grid .PD10_filter-sorting-area {
    height: 64px;
  }
  .PD10_product-grid .filter-detail {
    top: 64px;
  }
  .PD10_product-grid .PD10_compare-popup {
    padding: 32px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content {
    padding-bottom: 60px;
    margin: 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-pop-close-btn {
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-title {
    font-size: 2.8rem;
    line-height: 1.39;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-desc {
    margin-top: 14px;
    line-height: 1.44;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-con {
    padding: 40px 69px 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product {
    padding: 0;
    position: relative;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product.sticky {
    padding: 40px 52px 32px 67px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product-item {
    padding: 24px 28px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-preferred-size: auto;
    max-width: none;
    margin-left: 25px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product-item:first-child {
    margin-left: 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__name {
    min-height: 0;
    padding-right: 40px;
    font-size: 1.8rem;
    max-height: 57px;
    overflow: hidden;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__select-btn {
    top: 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__thum {
    padding: 14px 0 0 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option {
    top: 42px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option .option-btn__name {
    display: block;
    display: -webkit-box;
    max-height: 3em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    white-space: inherit;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-list {
    padding: 0;
    margin-top: 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item__title {
    padding-bottom: 15px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item__desc {
    padding-top: 28px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item__desc-name {
    margin-left: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    font-size: 2.4rem;
    -ms-flex-preferred-size: calc(50% - 62px);
    padding: 0 25px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item__desc-name:first-child {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag {
    padding-bottom: 40px;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-title {
    margin-bottom: 18px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-form {
    width: 100%;
    padding: 0 24px;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox-wrap {
    width: 100%;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-inputbox {
    margin-bottom: 16px;
    height: 44px;
    line-height: 44px;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips {
    margin-left: -16px;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > * {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    border: none;
    vertical-align: middle;
    color: #000000;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    /**/
    line-height: 20px;
    border: none;
    position: relative;
    font-weight: 700;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border: solid 1px black;
    font-family: "Samsung One", sans-serif;
    font-size: 1rem !important;
    line-height: 1.6;
    font-weight: 700;
    margin: 16px 0 0 12px;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.disabled, .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *:disabled,
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > * [aria-disabled='true'] {
    cursor: not-allowed;
    pointer-events: none;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-medium {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-small {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.none-border {
    border: none;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.icon-left:before {
    content: '';
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.icon-right:after {
    content: '';
    margin-left: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 24px;
    border-radius: 40px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-large {
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    padding: 0 16px;
    border-radius: 34px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-large {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
    border-radius: 32px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-medium {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
    border-radius: 28px;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.font-small {
    font-size: 1rem;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.selected {
    font-weight: 700;
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.dark-bg {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.dark-bg:active, .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.dark-bg:focus-visible {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 767px) and (hover: hover) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.dark-bg:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.light-bg {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.3);
  }
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.light-bg:active, .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.light-bg:focus-visible {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
  }
}

@media screen and (max-width: 767px) and (hover: hover) {
  .PD10_product-grid .PD10_hashtag .PD10_hashtag-recommend-chips > *.light-bg:hover {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_product-grid-list {
    padding: 8px 24px 0;
  }
  .PD10_product-grid .PD10_product-grid-list.showcase {
    margin-right: 0;
  }
  .PD10_product-grid .PD10_product-grid-list.showcase .PD10_product-grid-showcase-bg {
    height: 400px;
  }
  .PD10_product-grid .PD10_product-grid-list.showcase .PD10_product-grid-showcase-content {
    bottom: 40px;
  }
  .PD10_product-grid .PD10_product-grid-list.showcase .PD10_product-grid-showcase-content .PD10_product-grid-showcase__title {
    margin-bottom: 12px;
  }
  .PD10_product-grid .PD10_product-grid-list.showcase .PD10_product-grid-showcase-content .PD10_product-grid-showcase__desc {
    margin-bottom: 18px;
  }
  .PD10_product-grid .PD10_product-grid-list + .btn-group {
    margin-top: 32px;
  }
  .PD10_product-grid .PD10_product-grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .PD10_product-grid .PD10_product-grid-cont {
    padding: 32px 20px;
    height: auto;
    min-height: 0;
  }
  .PD10_product-grid .PD10_product-grid-thum img {
    width: 160px;
    height: 120px;
    max-height: none;
  }
  .PD10_product-grid .PD10_product-grid-spec {
    margin: 32px 0 0;
    padding-top: 32px;
  }
  .PD10_product-grid .PD10_product-grid-spec-item {
    padding-bottom: 12px;
  }
  .PD10_product-grid .PD10_product-grid-bottom-area {
    bottom: 32px;
  }
  .PD10_product-grid .PD10_product-grid-compare-bottom {
    border-top: none;
  }
  .PD10_product-grid .PD10_product-grid-compare-bottom-con {
    display: block;
    padding: 0;
  }
  .PD10_product-grid .PD10_product-grid-compare-bottom-left {
    width: 100%;
    padding: 12px 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }
  .PD10_product-grid .PD10_product-grid-compare-bottom-inbox {
    padding: 0 12px;
    height: 84px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - -3em);
            flex: 0 0 calc(33% - -3em);
    -ms-flex-preferred-size: calc(33% - -47px);
    max-width: none;
    margin-left: 16px;
  }
  .PD10_product-grid .PD10-box-close {
    width: 14px;
    height: 14px;
    top: 10px;
    right: 10px;
  }
  .PD10_product-grid .PD10_product-grid-compare-bottom-right {
    padding: 0 29px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 78px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .PD10_product-grid .PD10_product-grid-compare-bottom-right > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .PD10_product-grid .PD10_product-grid-compare-bottom-right__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .PD10_product-grid .PD10_product-grid-compare-bottom-right__box .PD10-compare-clear {
    margin-left: 0;
  }
  .PD10_product-grid .PD10_product-grid-compare-bottom-right__box .PD10_compare-pop-open-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .PD10_product-grid .PD10_filter-sorting-area {
    min-height: 60px;
    height: auto;
    padding: 0 24px;
    background-clip: border-box;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    padding: 0;
    max-height: none;
    overflow-y: visible;
    overscroll-behavior-y: none;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-detail-title {
    display: block;
    height: 62px;
    padding: 0 24px;
    line-height: 62px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    width: 100%;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-detail-wrap {
    border-top: none;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none;
  }
  @supports (overflow-y: overlay) {
    .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-detail-wrap {
      overflow-y: overlay;
    }
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78px;
            flex: 0 0 78px;
    left: 0;
    width: 100%;
    height: 78px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 24px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 0px);
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.12);
    z-index: 101;
    overflow: hidden;
    position: static;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .btn-news-filter__reset-mobile {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 128px;
            flex: 0 1 128px;
    font-size: 1.4rem;
    line-height: 20px;
    height: 37px;
    font-weight: 700;
    color: #000;
    padding: 0 24px;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .btn-news-filter__reset-mobile span {
    font-weight: inherit;
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .btn-news-filter__reset-mobile span:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 128px;
            flex: 0 1 128px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    border: none;
    vertical-align: middle;
    color: #000000;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    /**/
    padding: 0 24px;
    border-radius: 20px;
    border: none;
    border: none;
    margin-left: 26px;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.disabled, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile:disabled,
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile [aria-disabled='true'] {
    cursor: not-allowed;
    pointer-events: none;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.btn-medium {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.btn-small {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.none-border {
    border: none;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.icon-left:before {
    content: '';
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.icon-right:after {
    content: '';
    margin-left: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg {
    background-color: #ffffff;
    color: #000000;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:active, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:focus-visible {
    color: #000000;
    background-color: #eeeeee;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:active.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:active.icon-right:after, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:focus-visible.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:focus-visible.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

@media screen and (max-width: 767px) and (hover: hover) {
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:hover.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.disabled, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:disabled,
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg [aria-disabled='true'] {
    color: #8f8f8f;
    background-color: #555555;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.disabled.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.disabled.icon-right:after, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:disabled.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:disabled.icon-right:after,
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg [aria-disabled='true'].icon-left:before,
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg [aria-disabled='true'].icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg {
    background-color: #000000;
    color: #ffffff;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:active, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:focus-visible {
    color: #eeeeee;
    background-color: #333333;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:active.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:active.icon-right:after, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:focus-visible.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:focus-visible.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

@media screen and (max-width: 767px) and (hover: hover) {
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:hover.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

@media screen and (max-width: 767px) {
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg.disabled, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:disabled,
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg [aria-disabled='true'] {
    color: #aaaaaa;
    background-color: #dddddd;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg.disabled.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg.disabled.icon-right:after, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:disabled.icon-left:before, .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:disabled.icon-right:after,
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg [aria-disabled='true'].icon-left:before,
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg [aria-disabled='true'].icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .filter-detail-group {
    padding: 0;
    border-bottom: none;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .filter-detail-group:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions-mobile .filter-detail-group-title > button span {
    display: none;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-detail-group {
    padding: 0;
    border-bottom: none;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-detail-group:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-detail-group-title > button span {
    display: none;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-detail-group.active:not(:last-child) .filter-detail-group-item-wrap {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #dddddd;
  }
  .PD10_product-grid .PD10_filter-sorting-area .PD10_filter .filter-result-functions .btn-news-filter__reset {
    display: none;
  }
  .PD10_product-grid .PD10_compare-popup {
    padding: 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-content {
    padding-bottom: 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-title {
    padding-top: 0;
    font-size: 2.4rem;
    line-height: 1.21;
    letter-spacing: 0.5px;
    padding: 0 44px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-pop-close-btn {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-desc {
    margin-top: 12px;
    padding: 0 44px;
    line-height: 1.43;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-con {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product {
    padding: 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product.sticky {
    width: 100%;
    padding: 40px 20px 29px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product.sticky .PD10_compare-popup-product-item {
    padding: 12px 14px;
    min-height: 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product-item {
    padding: 12px;
    border-radius: 20px;
    margin-left: 16px;
    min-height: 0;
    width: auto;
    max-width: none;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__name {
    height: 36px;
    padding-right: 24px;
    font-size: 1.3rem;
    padding-top: 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__select-btn {
    width: 16px;
    height: 16px;
    background-size: 10px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__thum {
    padding: 10px 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option .option-btn__name {
    font-size: 1.2rem;
    line-height: 1.33;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-list {
    padding: 0 24px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item {
    padding-bottom: 0;
    margin-bottom: 24px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item__title {
    padding-bottom: 8px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item__desc {
    padding-top: 9px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-spec-item__desc-name {
    margin-left: 16px;
    font-size: 1.6rem;
    padding: 0;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option {
    padding: 0 12px;
  }
  .PD10_product-grid .PD10_compare-popup .PD10_compare-popup-product__option .option-btn {
    padding: 7px 0;
  }
  .PD10_filter-sorting-area.sticky .PD10_drop-down-wrap .combobox {
    right: 0;
    top: -210px;
  }
}