:root {
  --cl-bd: rgba(58, 64, 58, 0.1);
  --cl-ln-red: linear-gradient(271.21deg, #D93E0A 0.26%, #941B15 99.74%);
  --cl-ln-green: linear-gradient(180deg, #0FAB1C 0%, #06450B 100%);
}

.prds .prds-table__wrap {
  max-height: 30rem;
  overflow: hidden;
  position: relative;
}

.prds .prds-table__wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 70%;
  pointer-events: none;
  left: 0;
  background: linear-gradient(180deg, rgba(237, 237, 237, 0) 0%, #fff 100%);
  transition: 0.3s ease-in-out;
}

.prds-slider .prds-block {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}

.prds-slider .prds-block .prds-col-left {
  position: static;
  width: 100%;
}

.prds-slider .prds-block .prds-col-left .swiper {
  --cg: 1rem;
  --rg: 1rem;
}

.prds-slider .prds-block .prds-col-left .swiper-slide {
  width: 18.1818181818%;
}

.prds-slider .prds-block .prds-col-right {
  width: 100%;
}

.prds-slider .prds-sthumb-img .inner,
.prds-slider .prds-smain-img .inner {
  height: 100%;
  width: 100%;
  border-radius: 0.8rem;
}

.prds-slider .prds-sthumb {
  position: relative;
}

.prds-slider .prds-control {
  width: 100%;
  flex-direction: row;
}

.prds-slider .prds-control .swiper-control-btn {
  width: 3.2rem;
  height: 6.4rem;
  pointer-events: visible;
}

.prds-slider .prds-control .swiper-control-btn.swiper-prev {
  border-radius: 0 1rem 1rem 0;
}

.prds-slider .prds-control .swiper-control-btn.swiper-next {
  border-radius: 1rem 0 0 1rem;
}

.prds-ctr {
  margin: 0 auto;
  width: fit-content;
  margin-top: 2.4rem;
}

.prds-ctr .b-box {
  aspect-ratio: 1;
  width: 8rem;
  flex: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (hover: hover) {
  .prds-ctr .b-box:hover {
    border-color: var(--color-pri);
  }

  .prds-ctr .b-box:hover img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(47%) saturate(3215%) hue-rotate(97deg) brightness(98%) contrast(88%);
  }
}

.prds-ctr .b-box .icon {
  width: 2.4rem;
  height: 2.4rem;
}

.prds-ctr .b-box .txt {
  font-size: 1.2rem;
}

.prds-if .prds-tab__heads {
  border-bottom: 0.1rem solid var(--cl-bd);
  margin-bottom: 1rem;
}

.prds-if .prds-tab-head {
  background-color: transparent;
  border-radius: 0;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.prds-if .prds-tab-head .btn-tab {
  border-radius: 0.8rem;
  aspect-ratio: 1;
  padding: 0;
  flex-shrink: 0;
  border: 0.1rem solid var(--cl-bd);
  width: 8rem;
  height: 8rem;
  position: relative;
}

@media screen and (max-width: 450px) {
  .prds-if .prds-tab-head .btn-tab {
    width: 6rem;
    height: 6rem;
  }

  .prds-if .prds-tab-head .btn-tab .t-text {
    font-size: 1rem !important;
  }
}

.prds-if .prds-tab-head .btn-tab::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 0.1rem;
  background-color: var(--color-pri);
  top: calc(100% + 2rem);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.prds-if .prds-tab-head .btn-tab.active {
  background-color: transparent;
  border-color: var(--color-pri);
}

.prds-if .prds-tab-head .btn-tab.active .icon img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(14%) saturate(6474%) hue-rotate(91deg) brightness(93%) contrast(89%);
}

.prds-if .prds-tab-head .btn-tab.active .t-text {
  color: var(--color-tt);
}

.prds-if .prds-tab-head .btn-tab.active::after {
  opacity: 1;
}

.prds-if .prds-tab-head .btn-tab .iwt {
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.prds-if .prds-tab-head .btn-tab .iwt .icon {
  width: 2.4rem;
  height: 2.4rem;
}

.prds-if .prds-tab-head .btn-tab .iwt .t-text {
  font-size: 1.2rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .prds-details .col {
    width: 100%;
  }
}

.popup-info {
  z-index: 20002222;
}

.popup-info .popup-over {
  overflow: unset !important;
  max-height: unset !important;
}

.popup-info .prds-tab-body {
  height: calc(100vh - 8rem - 18rem);
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 1rem;
}

@media screen and (max-width: 450px) {
  .popup-info .popup-wrapper {
    padding: 2rem 1rem 1rem 1rem;
  }
}

.linktoPop {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2rem;
  cursor: pointer;
}

.linktoPop i {
  color: var(--color-pri);
}

.prds-price .t-price {
  color: var(--color-pri);
}

.prds-price .tag-sale {
  color: var(--color-pri);
  background-color: #edf2ee;
  font-size: 1.4rem;
  height: fit-content;
  padding: 0.8rem;
}

.prds-head .t-gr .iwt {
  --size: 2rem;
  --gap: 0.5rem;
  --fz: 1.6rem;
}

.prds-head .t-igr {
  flex-wrap: wrap;
}

.prds-actionbox {
  --pd: 1.6rem;
  padding: 1.6rem;
  border: 0.1rem solid var(--color-pri);
  background-color: rgba(15, 171, 28, 0.1);
  border-radius: 1.6rem;
}

.prds-actionbox .btn-buy {
  border-radius: 1rem;
}

.prds-actionbox .add-cart {
  border-radius: 1rem;
  border-color: var(--color-pri);
}

.prds-actionbox .add-cart i {
  color: var(--color-pri);
  transition: 0.4s;
}

@media (hover: hover) {
  .prds-actionbox .add-cart:hover i {
    color: white;
  }
}

.prds-actionbox .prds-sl {
  padding: 0;
}

.prds-guide {
  width: fit-content;
  margin-left: auto;
  font-size: 1.4rem;
  cursor: pointer;
}

.prds-code {
  padding: 0;
  margin-bottom: 2rem;
}

.prds-code .t-gr {
  gap: 0.5rem 1rem;
  flex-direction: column;
  align-items: start;
}

.prds-code .t-gr:not(:first-child) {
  margin-top: 2rem;
}

.prds-code .t-gr .recheck-block {
  gap: 0.8rem;
  flex-wrap: wrap;
}

.prds-code .t-gr .recheck-item {
  border-radius: 1rem;
  background-color: white;
}

.prds-code .t-gr .recheck-item .recheck-text {
  color: var(--color-tt);
  line-height: 1;
}

.prds-code .t-gr .recheck-item.active {
  background-color: var(--color-pri);
}

.prds-code .t-gr .recheck-item.active .recheck-text {
  color: white;
}

.prds-bottom {
  margin: 2.4rem 0;
}

.prds-bottom .b-bot {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
}

.prds-bottom .btn {
  width: calc(50% - 1.2rem);
  border-radius: 1rem;
  padding-left: 1rem;
}

@media screen and (max-width: 600px) {
  .prds-bottom .btn {
    width: 100%;
  }
}

.prds-bottom .btn .icon {
  width: 4rem;
  height: 4rem;
  background-color: white;
  border-radius: 100rem;
}

.prds-bottom .btn>.gr {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.prds-bottom .btn:nth-child(2) {
  background-color: white;
  border: 0.1rem solid var(--color-pri);
}

.prds-bottom .btn:nth-child(2) .icon {
  background-color: var(--color-pri);
}

.prds-bottom .btn:nth-child(2) .icon img {
  filter: brightness(0) invert(1);
}

.prds-bottom .btn:nth-child(2)>.gr {
  color: var(--color-pri);
}

.prds-bottom .btn:nth-child(2)>.gr .t-text {
  font-weight: 600;
}

.prds-bottom .btn:nth-child(2)>.gr .txt {
  color: #a1aba1;
}

@media (hover: hover) {
  .prds-bottom .btn:nth-child(2):hover .icon {
    background-color: white;
  }

  .prds-bottom .btn:nth-child(2):hover .icon img {
    filter: none;
  }

  .prds-bottom .btn:nth-child(2):hover>.gr {
    color: white;
  }

  .prds-bottom .btn:nth-child(2):hover>.gr .txt {
    color: white;
  }
}

.prds-sl {
  display: flex;
  flex-direction: row;
  align-items: end;
}

.prds-sl>.t-gr {
  width: 14.5rem;
  flex-shrink: 0;
}

.prds-sl>.t-gr .count {
  background-color: white;
  border-radius: 1rem;
  padding: 0;
  gap: 0;
}

.prds-sl>.t-gr .count .count-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 4.8rem;
  height: 4.8rem;
}

.prds-sl>.t-gr .count .count-btn:first-child {
  border-right: 0.1rem solid var(--cl-bd);
}

.prds-sl>.t-gr .count .count-btn:last-child {
  border-left: 0.1rem solid var(--cl-bd);
}

.prds-sl>.t-gr .count .count-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 4.8rem;
  height: 4.8rem;
}

.prds-sl>.t-gr .t-text {
  display: none;
}

.prds-sl .igr {
  flex: 1;
}

@media screen and (max-width: 430px) {
  .prds-sl {
    flex-direction: column;
  }

  .prds-sl>.t-gr {
    width: 100%;
  }

  .prds-sl .count {
    width: 100%;
  }
}

.iwt {
  display: flex;
  align-items: center;
  --gap: 1rem;
  --iz: 2.4rem;
  --fz: 1.4rem;
  gap: var(--gap);
}

.iwt .icon {
  width: var(--size);
  height: var(--size);
  flex-shrink: 0;
}

.iwt .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.iwt .txt {
  font-size: var(--fz);
}

.t-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.t-tags .t-tag {
  padding: 0.8rem;
  border-radius: 0.8rem;
}

.t-tags .t-tag .iwt {
  --size: 1.6rem;
}

.t-tags .t-tag .txt {
  font-weight: 600;
  color: white;
  line-height: 1;
}

.t-tags .t-tag.bsl {
  background-color: #cf0616;
}

.t-tags .t-tag.bpc {
  background-color: var(--color-pri);
}

.prds-cm-media .prds-cm-list {
  position: relative;
}

.prds-cm-media .prds-cm-list .cm-it-img {
  width: 100%;
}

.prds-cm-media .prds-cm-list .swiper {
  --cg: 0.8rem;
  --rg: 0.8rem;
}

.prds-cm-media .prds-cm-list .swiper-control-btn {
  background-color: transparent;
}

.prds-cm-media .prds-cm-list .swiper-control-btn::after {
  display: none;
}

.prds-cm-media .prds-cm-list .swiper-control-btn.swiper-button-disabled {
  display: none;
}

.prds-cm-media .prds-cm-list .swiper-control-btn i {
  font-size: 2rem;
  font-weight: 700;
}

@media (hover: hover) {
  .prds-cm-media .prds-cm-list .swiper-control-btn:hover i {
    color: var(--color-pri);
  }
}

.prds-cm-media .prds-cm-list .swiper-slide {
  width: 22.2222222222%;
}

.pdinfos-rating__customer {
  border: none;
}

.pdinfos-rating__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 2.4rem;
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid var(--cl-bd);
}

.pdinfos-rating__top .btn {
  border-radius: 1rem;
}

.pdinfos-rating__heads .ratings-it {
  border-radius: 1rem;
}

.pdinfos-rating__heads .ratings-it .txt {
  color: #a1aba1;
}

.pdinfos-rating__heads .ratings-it:has(input:checked) .txt {
  color: white;
}

.pdinfos-rating__heads .products-main-filter {
  width: auto;
}

.pdinfos-rating__heads .products-main-filter .select {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.pdinfos-rating__heads .products-main-filter .select .txt {
  color: #a1aba1;
  white-space: nowrap;
  font-size: 1.5rem;
}

.pdinfos-rating__heads .products-main-filter .select .select2-container {
  height: auto !important;
}

.pdinfos-rating__heads .products-main-filter .select .select2-container--default .select2-selection--single {
  height: auto !important;
}

.pdinfos-rating__heads .products-main-filter .select .select2-container--default .select2-selection--single {
  border: none !important;
}

@media screen and (max-width: 500px) {
  .pdinfos-rating__heads {
    flex-direction: column-reverse;
  }
}

.pdinfos-rating__item .star-list.empty i {
  color: #5b5b5b;
  font-weight: 900;
}

body:has(.page-home-rmk) .container,
body:has(.page-prod-rmk) .container {
  max-width: 160rem;
}

.bnh .bnh-wrap {
  border-radius: 0 0 1rem 1rem !important;
  border: none !important;
}

.bnh .bnh-boxes {
  display: none;
}

.bnh .bnh-image .inner {
  padding-top: 40.1832460733%;
}

.hsale-hctn .t-title {
  background: var(--cl-ln-red);
}

.hsale {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.hsale .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.hsale .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hsale .hsale-block {
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
}

.hsale .hsale-hctn .t-des {
  color: white;
}

.hsale .hsale-count .countdown-it {
  background-color: #C50808;
}

.hsale .hsale-slider .swiper-pagination-bullet {
  background-color: #B4B1B1;
}

.hsale .hsale-slider .swiper-pagination-bullet-active {
  background-color: var(--color-pri);
  width: 1.2rem !important;
}

.mt-24 {
  margin-top: 2.4rem !important;
}

.page-home .btn i {
  transform: rotate(-45deg);
}

.page-home .btn.white {
  background-color: white;
  border: 0.1rem solid var(--color-pri);
  color: var(--color-pri);
}

@media (hover: hover) {
  .page-home .btn.white:hover {
    background-color: var(--color-pri);
    color: white;
  }
}

.prd-it-head {
  display: none;
}

.prd-it-tags {
  position: absolute;
  width: 100%;
  padding: 1rem;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  z-index: 3;
  flex-direction: column;
}

.prd-it-sale {
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  background-color: #0FAB1C;
  color: white;
  font-size: 1.2rem;
  width: fit-content;
  border-radius: 100rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 10;
}

.prd-it-tag {
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  width: fit-content;
}

.prd-it-tag .iwt {
  --size: 1.6rem;
  --gap: .5rem;
  --fz: 1.2rem;
  color: white;
}

.prd-it-tag .iwt .icon {
  transform: translateY(-0.15em);
}

.prd-it-tag.bsler {
  background-color: #DD131F;
}

.prd-it-tag.bpc {
  background-color: #0FAB1C;
}

.prd-it-ctn .t-lines {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 0.5rem 1rem;
}

.prd-it-ctn .t-line:not(:first-child) {
  position: relative;
}

.prd-it-ctn .t-line:not(:first-child)::after {
  content: "";
  position: absolute;
  left: -0.5rem;
  width: 0.1rem;
  background-color: #A1ABA1;
  top: 0;
  height: 1.6rem;
}

.prd-it-ctn .t-line .iwt {
  --size: 1.6rem;
  --gap: .5rem;
  --fz: 1.4rem;
}

.prd-it-ctn .t-line .iwt .icon {
  transform: translateY(-0.25em);
}

.prd-it-ctn .t-sold {
  color: #A1ABA1;
  font-size: 1.4rem;
}

.prd-it-ctn .t-sold span {
  color: var(--color-tt);
}

.prd-it-progress {
  height: 1.6rem;
  width: 100%;
  border-radius: 10rem;
  position: relative;
  background: #B0B0B0;
}

.prd-it-progress::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  width: 2.4rem;
  left: 0;
  bottom: 0;
  background-image: url("../assets/images/rmk-ic-flame.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.prd-it-progress__fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #C50808;
  border-radius: inherit;
}

.prd-it-progress__txt {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
  font-size: 1.2rem;
  color: white;
  padding-top: 0.2em;
}

.btn-ln {
  background: var(--cl-ln-green);
}

@media screen and (max-width: 600px) {
  .hthree-slider .swiper-slide {
    width: 50%;
  }
}

.hthree-slider .swiper-slide .img-inner {
  display: block;
  padding-top: calc(330 / 488 * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}

.hthree-slider .swiper-slide .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hone-slider .swiper {
  border-radius: 0.8rem;
}

.hone-slider .swiper-slide .img-inner {
  display: block;
  padding-top: calc(300 / 1528 * 100%);
  position: relative;
  overflow: hidden;
}

.hone-slider .swiper-slide .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.htakecare {
  background-color: #FFFBDF;
}

.htakecare .container {
  position: relative;
}

.htakecare .container .dec {
  aspect-ratio: 158/431;
  width: 8%;
  position: absolute;
  right: 100%;
  top: 100%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}

.htakecare .container .dec-in {
  height: 100%;
  width: 100%;
}

.htakecare .container .dec-in img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

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

.htakecare-left {
  width: 40%;
}

.htakecare-right {
  width: 60%;
}

.htakecare-item {
  padding: 0.8rem 1rem;
  background-color: white;
  border-radius: 1.6rem;
}

.htakecare-item:not(:first-child) {
  margin-top: 1.6rem;
}

.htakecare-item .iwt {
  --size: 8.3rem --fz:1.6rem;
}

.htakecare-item .iwt .icon {
  width: var(--size);
  height: auto !important;
  aspect-ratio: 83/80;
}

.htakecare-slider {
  padding-right: 8%;
  overflow: hidden;
}

.htakecare-slider .swiper {
  overflow: visible;
}

.htakecare-slider .swiper-slide .img-inner {
  border-radius: 0.8rem;
  display: block;
  padding-top: calc(523 / 813 * 100%);
  position: relative;
  overflow: hidden;
}

.htakecare-slider .swiper-slide .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.htakecare-slider .swiper-control {
  width: fit-content;
  margin: 0 auto;
  margin-top: 2.4rem;
}

.htakecare-slider .swiper-control-btn {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  border: 0.1rem solid rgba(36, 36, 36, 0.1);
}

.htakecare-slider .swiper-control-btn i {
  font-weight: 900;
  font-size: 1.2rem;
}

.htakecare-slider .swiper-control .swiper-pagination {
  margin-top: 0;
  gap: 0.5rem;
}

@media screen and (max-width: 1200px) {
  .htakecare-left {
    width: 100%;
  }

  .htakecare-right {
    width: 100%;
  }

  .htakecare-body {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .htakecare-item {
    width: calc(50% - 0.5rem);
    margin: 0 !important;
  }

  .htakecare-item .iwt {
    height: 100%;
  }
}

@media screen and (max-width: 1200px) and (max-width: 650px) {
  .htakecare-item {
    width: 100%;
  }
}

.sec-bns .container {
  position: relative;
}

.sec-bns .container .dec {
  aspect-ratio: 158/431;
  width: 6%;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.sec-bns .container .dec-in {
  height: 100%;
  width: 100%;
}

.sec-bns .container .dec-in img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.page-home .sec-hbr .container {
  max-width: 100% !important;
  padding: 0;
}

.page-home .sec-hbr .hbr-slider .hbr-img {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.page-home .sec-hbr .hbr-slider .swiper {
  padding: 15px 0;
}

.page-home .sec-hbr .hbr-slider .swiper-control-btn.swiper-next {
  right: 0;
}

.page-home .sec-hbr .hbr-slider .swiper-control-btn.swiper-prev {
  left: 0;
}

.page-home .sec-hbr .hbr-slider .swiper-slide {
  overflow: visible;
  transition: 0.4s;
  transform: translateX(30%) scale(0.8);
}

.page-home .sec-hbr .hbr-slider .swiper-slide-prev {
  transform: translateX(10%) scale(0.8);
}

.page-home .sec-hbr .hbr-slider .swiper-slide-active {
  transform: translateX(0%) scale(1);
}

.page-home .sec-hbr .hbr-slider .swiper-slide-next {
  transform: translateX(-10%) scale(0.8);
}

.page-home .sec-hbr .hbr-slider .swiper-slide-next+.swiper-slide {
  transform: translateX(-30%) scale(0.8);
}

.popup-review .popup-cm {
  gap: 0.5rem;
}

.popup-review .b-upload {
  margin-bottom: 1rem;
}

.popup-review .b-upload .iwt {
  --size: 2.4rem;
}

.popup-review .b-upload .iwt .icon {
  transform: translateY(-0.2em);
}

.popup-review .b-upload .iwt .txt {
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
}

.popup-review .b-zone {
  margin-bottom: 2.4rem;
}

.popup-review .b-zone #previewContainer div button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  width: 1.6rem;
  height: 1.6rem;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.popup-review .b-zone #previewContainer div button i {
  font-size: 1rem;
}

.popup-sll .popup-main {
  width: 130rem;
}

.prds__bn {
  overflow: hidden;
  border-radius: 1.6rem;
  margin-top: 4rem;
}

.prds__bn img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.sec-hsale .container {
  position: relative;
}

.sec-hsale .container .dec {
  aspect-ratio: 158/431;
  width: 8%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-28%) translateY(20%) scaleY(-1);
  z-index: -1;
}

.sec-hsale .container .dec-in {
  height: 100%;
  width: 100%;
}

.sec-hsale .container .dec-in img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

body:has(.new-hd) .hd-top {
  background-color: white;
}

body:has(.new-hd) .hd-top::after {
  background-color: white;
}

body:has(.new-hd) .hd-top-nav {
  --color-pri: #0fab1c;
  --color-text: var(--color-text);
}

body:has(.new-hd) .hd-top-lang {
  display: flex !important;
}

body:has(.new-hd) .hd-top-lang .t-gr {
  overflow: hidden;
  gap: 2.4rem;
}

body:has(.new-hd) .hd-top-lang .t-gr .t-link {
  position: relative;
}

body:has(.new-hd) .hd-top-lang .t-gr .t-link::after {
  content: "";
  position: absolute;
  left: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.6rem;
  background-color: var(--color-text);
}

body:has(.new-hd) .hd-top-lang .t-gr .t-link>img {
  display: none;
}

body:has(.new-hd) .hd-top-lang .t-gr .t-link .txt {
  color: var(--color-text);
  line-height: 1;
}

body:has(.new-hd) .hd-top-lang .t-gr .t-link.active .txt {
  font-weight: 500;
  color: var(--color-pri);
}

@media (hover: hover) {
  body:has(.new-hd) .hd-top-lang .t-gr .t-link:hover .txt {
    color: var(--color-pri);
  }
}

body:has(.new-hd) .hd-top-last {
  gap: 3rem;
}

body:has(.new-hd) .hd-top-last .hd-top-gr .t-text {
  display: none;
}

@media screen and (max-width: 1200px) {
  body:has(.new-hd) .hd-top-last {
    gap: 1rem;
    width: 100%;
  }

  body:has(.new-hd) .hd-top-last .hd-top-lang {
    margin-left: 1rem;
    margin-right: auto;
    order: -1;
  }
}

body:has(.new-hd) .hd-top-last .t-gr .icon img {
  filter: brightness(0);
}

body:has(.new-hd) .hd-cate .menu-list>.menu-item:hover .menu-link .icon img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(65%) saturate(2307%) hue-rotate(91deg) brightness(94%) contrast(89%);
}

body:has(.new-hd) .hd-burger .burger .line {
  background-color: var(--color-text);
}

body:has(.new-hd) .sec-ft {
  background-color: #F5F7F5;
  --color-white: var(--color-text);
  overflow: hidden;
  position: relative;
}

body:has(.new-hd) .sec-ft .dec {
  position: absolute;
  aspect-ratio: 1;
  width: 40vw;
  bottom: 0;
  right: 0;
  transform: translate(20%, 40%);
  pointer-events: none;
}

body:has(.new-hd) .sec-ft .dec .dec-in {
  height: 100%;
  width: 100%;
}

body:has(.new-hd) .sec-ft .dec .dec-in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body:has(.new-hd) .ft-sc {
  gap: 0;
}

body:has(.new-hd) .ft-box:not(:first-child) {
  margin-top: 2rem;
}

body:has(.new-hd) .ft-box-nav .menu {
  gap: 1rem;
}

body:has(.new-hd) .ft-box-address .address {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body:has(.new-hd) .ft-box-address .address-link .iwt .b-gr .name {
  font-size: 1.4rem;
  font-weight: 500;
}

body:has(.new-hd) .ft-box-address .address-link .iwt .b-gr .val {
  font-size: 1.4rem;
}

body:has(.new-hd) .ft-sign {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 0.1rem solid #E6E6E6;
}

body:has(.new-hd) .ft-sign .t-gr {
  justify-content: center;
}

body:has(.new-hd) .ft-btn {
  margin-top: 2.4rem;
}

body:has(.new-hd) .ft-btn .btn .inner {
  text-align: start;
}

body:has(.new-hd) .ft-btn .btn.pri {
  border-color: var(--color-pri);
}

@media (hover: hover) {
  body:has(.new-hd) .ft-btn .btn.pri:hover {
    color: white;
  }
}

body:has(.new-hd) .ft-btn .btn.white {
  background-color: white;
  justify-content: start;
  border-color: var(--color-pri);
  color: var(--color-text);
}

body:has(.new-hd) .ft-btn .btn.white::after {
  background: var(--color-pri);
}

@media (hover: hover) {
  body:has(.new-hd) .ft-btn .btn.white:hover {
    color: white;
  }

  body:has(.new-hd) .ft-btn .btn.white:hover .icon img {
    filter: brightness(0) invert(1);
  }
}

@media screen and (max-width: 1200px) {
  body:has(.new-hd) .ft-row {
    justify-content: space-between;
  }

  body:has(.new-hd) .ft-row .col {
    width: fit-content;
  }

  body:has(.new-hd) .ft-if {
    align-items: start;
    text-align: start;
  }
}

@media screen and (max-width: 950px) {
  body:has(.new-hd) .ft-row .col:first-child {
    width: 100%;
  }

  body:has(.new-hd) .ft-row .col:first-child .btn {
    width: calc(50% - 0.5rem);
  }

  body:has(.new-hd) .ft-row .col:first-child .ft-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: unset;
    gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  body:has(.new-hd) .ft .ft-sc {
    align-items: start;
    text-align: start;
  }
}

@media screen and (max-width: 620px) {
  body:has(.new-hd) .ft-row .col {
    width: 50%;
  }

  body:has(.new-hd) .ft-row .col:first-child {
    width: 50%;
  }

  body:has(.new-hd) .ft-row .col:first-child .btn {
    width: 100%;
  }

  body:has(.new-hd) .ft-row .col:first-child .ft-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: unset;
    gap: 1rem;
  }
}

@media screen and (max-width: 500px) {
  body:has(.new-hd) .ft-row .col {
    width: 100% !important;
  }

  body:has(.new-hd) .ft .ft-if,
  body:has(.new-hd) .ft .ft-sc {
    align-items: center;
    text-align: center;
  }

  body:has(.new-hd) .ft .address {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }

  body:has(.new-hd) .ft .address .address-item {
    width: unset;
    flex: 1;
  }

  body:has(.new-hd) .ft .address .address-item .iwt {
    flex-direction: column;
  }
}

@media screen and (min-width: 912px) {
  .prds-cm-group .col-left {
    width: calc(40% - 1.6rem);
  }

  .prds-cm-group .col-right {
    width: calc(60% - 1.6rem);
  }
}

.prds-bottom .b-bot .txt {
  font-weight: 300;
}

.prds-content .prds-tab-body .prds-tab-panel,
.prds .prds-table__wrap {
  max-height: 41rem;
}

.sec-prds {
  padding-top: 4rem;
}

.htakecare-item .iwt {
  --size: 6rem;
}

.news-sw .swiper-slide:not(:nth-child(1)) .news-item .news-image .inner-img {
  height: unset;
}

.news-sw .swiper-slide:not(:nth-child(1)) .news-item .news-image .inner-img .inner {
  padding-top: 74.7311827957%;
}

.news-sw .swiper-slide:first-child .news-item .news-image .inner-img {
  height: unset;
}

.news-sw .swiper-slide:first-child .news-item .news-image .inner-img .inner {
  padding-top: 61.2938596491%;
}

@media screen and (max-width: 600px) {
  .bnh .bnh-image .inner {
    padding-top: 100% !important;
  }
}

/*# sourceMappingURL=update.css.map */