/* Tabs */
.buying_tabs {
  position: sticky;
  top: 0;
  z-index: 9;
  border-top: 1px solid #cbc8c2;
  border-bottom: 1px solid #cbc8c2;
  background: #f0ece4;
}
.buying_tabs .inner {
  display: flex;
  max-width: 100rem;
  margin: 0 auto;
}
.buying_tabs button {
  position: relative;
  flex: 1;
  height: 4rem;
  padding: 0;
  border: none;
  background: #f0ece4;
  cursor: pointer;
  outline-offset: -0.125rem;
  text-underline-offset: 0.125rem;
}
.buying_tabs button:hover {
  text-decoration: underline;
}
.buying_tabs button span {
  display: block;
  color: #333333;
  font-size: 0.75rem;
  font-weight: 400;
}
.buying_tabs button.active {
  font-weight: 600;
}
.buying_tabs button.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #ea1917;
}
@media (min-width: 1024px) {
  .buying_tabs button {
    height: 5.875rem;
    font-size: 1.5rem;
  }
  .buying_tabs button span {
    font-size: 0.875rem;
  }
  .buying_tabs button.active::after {
    height: 0.25rem;
  }
}

.buying_panel {
  display: none;
}
.buying_panel.active {
  display: block;
}
.buying_panel + .disclaimer {
  max-width: 78.5rem;
}

.btn_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 2.25rem;
  padding: 0 0.9375rem;
  border: 1px solid #646464;
  border-radius: 3.125rem;
  background: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 0.3s, color 0.2s, border-color 0.3s;
}
.btn_more:hover {
  border-color: #ea1917;
  background: #ea1917;
  color: #ffffff;
  text-decoration: none;
}
.btn_more:focus {
  outline-offset: -0.25rem;
  text-decoration: none;
}
.btn_more.primary {
  border-color: #ea1917;
  background: #ea1917;
  color: #ffffff;
  line-height: 1;
}
.btn_more.primary:hover {
  border-color: #646464;
  background: #ffffff;
  color: #000000;
}
@media (min-width: 1024px) {
  .btn_more {
    min-height: 2.75rem;
    padding: 0 1.25rem;
    font-size: 1rem;
  }
}

.disclaimer {
  margin: 0 auto;
  padding: 0.5rem 1rem;
  color: #4a4946;
  font-size: 0.75rem;
}
.disclaimer li {
  list-style: none;
}
@media (min-width: 1024px) {
  .disclaimer {
    padding: 1rem 1.75rem;
    font-size: 1rem;
  }
}

.spec_disclaimer {
  display: flex;
  gap: 0.25rem;
  padding: 1.5rem 1rem 1rem;
  line-height: 1.2;
}
.spec_disclaimer::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0.125rem;
  background: url("/content/dam/channel/wcms/de/2025_ms_lg-com/tv/microsite/lineup-guide/lineup/ico-warning.svg") no-repeat center center/contain;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .spec_disclaimer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .spec_disclaimer::before {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
  }
}

.long-text {
  letter-spacing: -0.0156rem;
}

/* Summary */
.summary_wrap {
  max-width: 93.5rem;
  margin: 0 auto;
}
.summary_wrap .summary_tit {
  padding: 1.5rem 1rem 0.75rem;
  font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.summary_wrap .summary_content {
  padding: 0 1rem;
}
.summary_wrap .swiper-slide {
  overflow: hidden;
  border-radius: 1rem;
  color: #ffffff;
}
.summary_wrap .swiper-slide .thumb {
  display: block;
}
.summary_wrap .swiper-slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.summary_wrap .swiper-slide .item {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.625rem 1.25rem;
}
.summary_wrap .swiper-slide .item dl {
  margin: 0;
}
.summary_wrap .swiper-slide .item dt {
  font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.summary_wrap .swiper-slide .item dd {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  line-height: 1.2;
}
.summary_wrap .swiper-slide .item ul {
  display: flex;
  margin: 0 0 0.5rem;
  padding: 0;
}
.summary_wrap .swiper-slide .item li {
  list-style: none;
}
.summary_wrap .swiper-slide .item li::after {
  content: "";
  display: inline-block;
  width: 0.0625rem;
  height: calc(100% - 0.5rem);
  margin-top: 0.25rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  background: #4a4946;
}
.summary_wrap .swiper-slide .item li:last-child::after {
  display: none;
}
.summary_wrap .swiper-slide .item li img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1);
}
.summary_wrap .swiper-slide .item li img.ico_default {
  filter: none;
}
.summary_wrap .swiper-slide .item .btn_more {
  margin-top: auto;
}
.summary_wrap .swiper-slide .hashtags {
  display: flex;
  flex-direction: column;
  color: #FFCA44;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}
.summary_wrap .pagination_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 0.625rem;
}
.summary_wrap .pagination_wrap .swiper-button-next,
.summary_wrap .pagination_wrap .swiper-button-prev {
  width: 2rem;
  height: 2rem;
  outline-offset: -0.25rem;
  background: url("/content/dam/channel/wcms/de/monitore/monitore-buying-guide/lineup/btn-arrow.svg") no-repeat center center/contain;
}
.summary_wrap .pagination_wrap .swiper-button-next.swiper-button-disabled,
.summary_wrap .pagination_wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}
.summary_wrap .pagination_wrap .swiper-button-prev {
  transform: rotate(180deg);
}
.summary_wrap .pagination_wrap .swiper-pagination {
  font-size: 0.75rem;
}
.summary_wrap .swiper-notification {
  position: absolute;
  overflow: hidden;
  width: 0.0625rem;
  height: 0.0625rem;
  margin: -0.0625rem;
  padding: 0;
  clip: rect(0 0 0 0);
}
.summary_wrap .disclaimer {
  padding-bottom: 2rem;
}
@media (min-width: 769px) {
  .summary_wrap .summary_tit {
    margin: 0;
    padding: 3rem 0 1.25rem;
    font-size: 2.25rem;
  }
  .summary_wrap .disclaimer {
    max-width: 100rem;
  }
}
@media (min-width: 1024px) {
  .summary_wrap .summary_content {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1300px) {
  .summary_wrap .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
  .summary_wrap .swiper-slide {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    border-radius: 1.75rem;
  }
  .summary_wrap .swiper-slide .item {
    gap: 0.75rem;
    padding: 2rem;
  }
  .summary_wrap .swiper-slide .item dt {
    font-size: 1.75rem;
  }
  .summary_wrap .pagination_wrap {
    display: none;
  }
}

/* Compared */
.compared_wrap {
  margin-bottom: 1.5rem;
}
.compared_wrap .specs-all {
  display: none;
}
.compared_wrap .specs-all.active {
  display: block;
}
.compared_wrap .disclaimer {
  max-width: 78.5rem;
}
.compared_wrap.small .compared_head .inner,
.compared_wrap.small .keyspec,
.compared_wrap.small .specs-all {
  max-width: 60rem;
}
.compared_wrap.medium .compared_head .inner,
.compared_wrap.medium .keyspec,
.compared_wrap.medium .specs-all {
  max-width: 75rem;
}
.compared_wrap.large .compared_head .inner,
.compared_wrap.large .keyspec,
.compared_wrap.large .specs-all {
  max-width: 90rem;
}
@media (min-width: 1024px) {
  .compared_wrap {
    margin-bottom: 3rem;
  }
}

.compared_head {
  position: sticky;
  top: 4rem;
  z-index: 8;
  overflow-x: auto;
  width: 100%;
  border-top: 1px solid #cbc8c2;
  border-bottom: 1px solid #cbc8c2;
  background: #f0ece4;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: none;
}
.compared_head::-webkit-scrollbar {
  display: none;
}
.compared_head .inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 1rem 0;
}
.compared_head .inner > div {
  position: relative;
  flex: 1;
  padding-right: 1rem;
  padding-left: 1rem;
  font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.compared_head .inner > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0625rem;
  height: 100%;
  background: #cbc8c2;
}
.compared_head .inner > div:first-child::after {
  display: none;
}
@media (min-width: 1024px) {
  .compared_head {
    top: 5.875rem;
  }
  .compared_head .inner {
    padding: 1.5rem 0;
  }
  .compared_head .inner > div {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.5rem;
    letter-spacing: -0.2px;
    text-align: center;
  }
}

.compared_body .item_tit {
  position: sticky;
  left: 0;
  padding: 0.438rem 1rem;
  background: #e6e1d6;
  font-size: 0.875rem;
  font-weight: 600;
}
.compared_body .item_content {
  display: flex;
  overflow-x: auto;
  padding: 1rem 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: none;
  outline-offset: -0.125rem;
}
.compared_body .item_content::-webkit-scrollbar {
  display: none;
}
.compared_body .item_content > div {
  position: relative;
  flex: 1;
  padding: 0 1rem;
  list-style: none;
}
.compared_body .item_content > div.multi-image {
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
}
.compared_body .item_content > div.multi-image .spec_img {
  width: auto;
}
.compared_body .item_content > div.multi-image .spec_img img {
  max-width: 3rem;
}
.compared_body .item_content > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0625rem;
  height: 100%;
  background: #cbc8c2;
}
.compared_body .item_content > div:first-child::after {
  display: none;
}
.compared_body .item_content.only_link {
  padding-bottom: 1.5rem;
}
.compared_body .item_content.only_link > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 0 0.375rem;
  text-align: center;
}
.compared_body .item_content.only_link > div::after {
  background: transparent;
}
.compared_body .item_content.only_link > div .btn_text {
  position: relative;
  padding-right: 0.875rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: underline;
}
.compared_body .item_content.only_link > div .btn_text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background: url("/content/dam/channel/wcms/de/monitore/monitore-buying-guide/lineup/ico-arrow.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}
.compared_body .item_description {
  margin: 0 1rem 0.5rem;
  color: #4A4946;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: -0.0063rem;
}
.compared_body .tooltip {
  display: none;
  padding: 0.25rem 0;
  color: #333333;
  font-size: 0.75rem;
  font-weight: 400;
}
.compared_body .tooltip.active {
  display: block;
}
.compared_body .tooltip a {
  position: relative;
  display: inline-block;
  margin-top: 0.5rem;
  padding-right: 0.625rem;
  font-weight: 600;
  text-decoration: underline;
}
.compared_body .tooltip a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.3125rem;
  height: 0.5rem;
  background: url("/content/dam/channel/wcms/de/monitore/monitore-buying-guide/lineup/ico-arrow.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}
.compared_body .tooltip_link {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 0.75rem;
  font-weight: inherit;
  cursor: pointer;
}
.compared_body .tooltip_link::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.1875rem;
  border-radius: 0.25rem;
  background: url("/content/dam/channel/wcms/de/monitore/monitore-buying-guide/lineup/ico-tooltip1.svg") no-repeat center center/contain;
}
.compared_body .tooltip_link[aria-expanded=true]::after {
  background-image: url("/content/dam/channel/wcms/de/monitore/monitore-buying-guide/lineup/ico-tooltip2.svg");
}
.compared_body .spec_empty {
  display: flex;
  align-items: center;
}
.compared_body .spec_img {
  width: 3rem;
  height: 3rem;
}
.compared_body .spec_img img {
  max-width: 100%;
}
.compared_body .spec_tit {
  padding: 2.5rem 1rem 1rem;
  font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.1;
}
.compared_body .spec_txt {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.compared_body .spec_txt span {
  display: block;
  margin-top: 0.125rem;
  font-weight: 400;
}
.compared_body .spec_divider {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  border-top: 1px solid #CBC8C2;
  border-bottom: 1px solid #CBC8C2;
}
.compared_body .spec_divider.bottom {
  display: none;
}
.compared_body .spec_divider.bottom.active {
  display: flex;
}
.compared_body .spec_divider .keyspec_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  padding: 0.75rem 0.875rem;
  border: none;
  border-color: #ea1917;
  border-radius: 50px;
  background: #ea1917;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
.compared_body .spec_divider .keyspec_btn::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: url("/content/dam/channel/wcms/de/2025_ms_lg-com/tv/microsite/lineup-guide/lineup/ico-arrow.svg") no-repeat center center/contain;
  transform: rotate(90deg);
  filter: invert(1);
}
.compared_body .spec_divider .keyspec_btn.close::after, .compared_body .spec_divider .keyspec_btn[aria-pressed=true]::after {
  transform: rotate(270deg);
}
@media (min-width: 1024px) {
  .compared_body .item_tit {
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 1rem;
  }
  .compared_body .item_content {
    padding: 1.25rem 0;
  }
  .compared_body .item_content > div {
    padding: 0 2rem;
  }
  .compared_body .item_content > div.multi-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
  }
  .compared_body .item_content > div.multi-image img:last-child {
    margin-left: 1rem;
  }
  .compared_body .item_content > div::after {
    background: transparent;
  }
  .compared_body .item_content.only_link {
    padding: 2rem 0;
  }
  .compared_body .item_content.only_link > div .btn_text {
    font-size: 1rem;
  }
  .compared_body .item_description {
    margin: 0 2rem 1.25rem;
    font-size: 1rem;
  }
  .compared_body .tooltip {
    font-size: 1rem;
  }
  .compared_body .tooltip_link {
    font-size: 0.875rem;
  }
  .compared_body .spec_img {
    margin-right: auto;
    margin-left: auto;
  }
  .compared_body .spec_tit {
    padding: 5rem 0 2rem;
    font-size: 3rem;
    text-align: center;
  }
  .compared_body .spec_txt {
    margin-top: 0.5rem;
    font-size: 1rem;
    text-align: center;
  }
  .compared_body .spec_txt span {
    font-size: 0.875rem;
  }
  .compared_body .keyspec {
    margin-bottom: 3rem;
  }
  .compared_body .spec_divider {
    padding: 2.5rem 0;
  }
  .compared_body .spec_divider .keyspec_btn {
    gap: 0.75rem;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
  }
  .compared_body .spec_divider .keyspec_btn::after {
    width: 1rem;
    height: 1rem;
  }
}

.keyspec,
.specs-all {
  margin: 0 auto;
}

/* LifeStyle */
#panel_lifestyle .summary_wrap {
  padding: 1.5rem 1rem 0.5rem;
  line-height: 1.2;
  text-align: center;
}
#panel_lifestyle .summary_tit {
  padding: 0 0 0.5rem;
  font-size: 2.25rem;
}
#panel_lifestyle .summary_desc {
  font-size: 0.875rem;
}
#panel_lifestyle .compared_tit, #panel_lifestyle .compared_desc {
  max-width: 65rem;
  margin-right: 1rem;
  margin-left: 1rem;
  line-height: 1.2;
  text-align: center;
}
#panel_lifestyle .compared_tit {
  padding-top: 1.5rem;
  font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
}
#panel_lifestyle .compared_desc {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
#panel_lifestyle .compared_thumb {
  display: block;
  max-width: 90rem;
  margin: 0.75rem auto 0;
}
#panel_lifestyle .compared_thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#panel_lifestyle .compared_head .inner > div,
#panel_lifestyle .compared_body .item_content > div {
  text-align: center;
}
#panel_lifestyle .spec_img {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  #panel_lifestyle .summary_wrap {
    padding: 3rem 0 1.25rem;
  }
  #panel_lifestyle .summary_tit {
    font-size: 5rem;
  }
  #panel_lifestyle .summary_desc {
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5rem;
  }
  #panel_lifestyle .compared_tit, #panel_lifestyle .compared_desc {
    margin-right: auto;
    margin-left: auto;
  }
  #panel_lifestyle .compared_tit {
    padding-top: 3rem;
    font-size: 3.5rem;
  }
  #panel_lifestyle .compared_desc {
    margin-top: 1rem;
    font-size: 1rem;
  }
  #panel_lifestyle .compared_thumb {
    overflow: hidden;
    margin-top: 1.25rem;
    margin-bottom: 3rem;
    border-radius: 1.75rem;
  }
}

/* ALL Monitors */
#panel_all .swiper-slide .item {
  min-height: 12.0625rem;
}
#panel_all .compared_head .inner > div,
#panel_all .compared_body .item_content > div {
  min-width: 8.375rem;
}
@media (min-width: 1300px) {
  #panel_all .swiper-slide {
    width: calc(25% - 1.5rem);
  }
}

.pc_only {
  display: none;
}

@media (min-width: 1024px) {
  .mo_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
}