.sprd-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.sprd-head .t-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.sprd-head .t-head .t-num {
  width: 3.2rem;
  height: 3.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  background: var(--color-sec);
  color: #1e1e1e;
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
  position: relative;
  top: -0.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sprd-head .t-head .t-num {
    width: 2.6rem;
    font-size: 1.4rem;
    height: 2.6rem;
  }
}
.sprd-head .t-des {
  color: var(--color-pri);
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
}
.sprd-block {
  margin-top: 6rem;
}
.sec-prds {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .prds-row .col:first-child {
    width: 65%;
  }
  .prds-row .col:last-child {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .prds-row .col {
    width: 100% !important;
  }
  .prds-row .col:first-child {
    padding: 0;
    margin-bottom: 0;
  }
}
.prds-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .prds-ctn {
    gap: 1.6rem;
  }
}
.prds-ctn .b-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.prds-ctn .b-head .t-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prds-ctn .b-head .t-list .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prds-ctn .b-head .t-list .t-gr .t-txt {
  color: #475467;
  font-size: 1.2rem;
}
.prds-ctn .b-head .t-list .t-gr .t-text {
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  color: #231f20;
  margin-left: 0.4rem;
}
.prds-ctn .b-head .t-list .t-gr:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.4rem;
  background: var(--color-pri);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 1.2rem;
}
.prds-ctn .b-head .t-title {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
}
.prds-ctn .b-head .t-price {
  --f-sz: clamp(2.2rem, calc(1.6262rem + 0.8197vw), 3.2rem);
  font-size: var(--f-sz);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .prds-ctn .b-head .t-price {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.prds-ctn .b-head .t-price .price {
  color: inherit !important;
  font-size: inherit !important;
}
.prds-ctn .b-head .t-price .t-old {
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
}
.prds-ctn .b-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.prds-ctn .b-mid .t-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prds-ctn .b-mid .t-list .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
}
.prds-ctn .b-mid .t-list .t-gr .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 4.3rem;
  mix-blend-mode: multiply;
}
.prds-ctn .b-mid .t-list .t-gr .icon img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.prds-ctn .b-mid .t-list .t-gr .t-text {
  color: var(--color-pri);
  --f-sz: 1.2rem;
  font-size: var(--f-sz);
}
.prds-ctn .b-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.prds-ctn .b-bot .t-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.prds-ctn .b-bot .t-list .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.prds-ctn .b-bot .t-list .t-gr .t-text {
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  color: #231f20;
}
.prds-ctn .b-bot .count {
  border-color: var(--color-pri);
}
.prds-ctn .b-bot .count input {
  background: 0 0;
}
.prds-ctn .b-bot .t-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  margin-top: 1.2rem;
}
.prds-ctn .b-bot .t-btn .i-shopee {
  width: 10rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media screen and (max-width: 400px) {
  .prds-ctn .b-bot .t-btn .i-shopee {
    width: 7rem;
  }
}
.prds-ctn .b-social .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.prds-ctn .b-social .t-gr .t-text {
  color: var(--color-pri);
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
}
.prds-ctn .b-social .t-gr .i-list {
  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;
  gap: 0.4rem;
}
.prds-ctn .b-social .t-gr .i-list .i-link {
  width: 2.8rem;
  height: 2.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .prds-ctn .b-social .t-gr .i-list .i-link:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
.prds-block {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .prds-info-row > .col {
    width: 100%;
  }
}
.prds-info-ctn .b-head {
  margin-bottom: 2rem;
}
.prds-info-ctn .b-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .prds-info-ctn .b-list {
    gap: 1.2rem;
  }
}
.prds-info-ctn .b-list .b-item.active .b-header {
  background: var(--color-pri);
}
.prds-info-ctn .b-list .b-item.active .t-gr .t-text {
  color: var(--color-white);
}
.prds-info-ctn .b-list .b-item.active .t-gr .icon::before {
  opacity: 0;
}
.prds-info-ctn .b-list .b-item.active .t-gr .icon::after {
  background: var(--color-white);
}
.prds-info-ctn .b-list .b-header {
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0.8rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.prds-info-ctn .b-list .b-header .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
}
.prds-info-ctn .b-list .b-header .t-gr .t-text {
  color: var(--color-pri);
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
}
.prds-info-ctn .b-list .b-header .t-gr .icon {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.prds-info-ctn .b-list .b-header .t-gr .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.1rem;
  height: 1.4rem;
  background: var(--color-pri);
}
.prds-info-ctn .b-list .b-header .t-gr .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0.1rem;
  width: 1.4rem;
  background: var(--color-pri);
}
.prds-info-ctn .b-list .b-content {
  padding: 0 2rem;
  display: none;
}
.prds-info-vid {
  position: sticky;
  top: 6rem;
}
.prds-info-vid .b-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 768px) {
  .prds-info-vid .b-list {
    gap: 2.4rem;
  }
}
.prds-info-vid .b-list .b-item .b-vid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.prds-info-vid .b-list .b-item .b-vid.is-play .icon-play {
  opacity: 0;
  visibility: hidden;
}
.prds-info-vid .b-list .b-item .b-vid.is-play .inner {
  opacity: 0;
  visibility: hidden;
}
.prds-info-vid .b-list .b-item .b-vid.is-play .b-iframe {
  opacity: 1;
  visibility: visible;
}
.prds-info-vid .b-list .b-item .b-image {
  width: 100%;
  position: relative;
  display: block;
  padding-top: calc((9 / 16) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.prds-info-vid .b-list .b-item .b-image .icon-play {
  width: 3.6rem;
  height: 3.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 4rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .prds-info-vid .b-list .b-item .b-image .icon-play:hover {
    color: var(--color-sec);
  }
}
.prds-info-vid .b-list .b-item .b-image .inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.prds-info-vid .b-list .b-item .b-image .inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
  pointer-events: none;
}
.prds-info-vid .b-list .b-item .b-image .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prds-info-vid .b-list .b-item .b-image .b-iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.prds-info-vid .b-list .b-item .b-image .b-iframe iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prds-info-vid .b-list .b-item .t-text {
  color: var(--color-pri);
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
}
@media screen and (max-width: 800px) {
  .pdv-row {
    --rg: 4rem;
  }
  .pdv-row > .col {
    width: 100%;
  }
}
.pdv-block {
  margin-top: 2.4rem;
}
.pdv-star {
  text-align: center;
}
.pdv-star .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
}
.pdv-star .b-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .pdv-star .b-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.2rem;
  }
  .pdv-star .b-wrap .star-list {
    height: 1.6rem;
  }
  .pdv-star .b-wrap .star-flex img {
    height: 1.6rem;
    width: 1.6rem;
  }
  .pdv-star .b-wrap .btn {
    font-size: 1.4rem;
  }
}
.pdv-star .b-wrap .t-num {
  --f-sz: clamp(2rem, calc(0.3934rem + 2.2951vw), 4.8rem);
  font-size: var(--f-sz);
  color: var(--color-pri);
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .pdv-star .b-wrap .t-num {
    font-size: 4.2rem;
  }
}
.pdv-ip .b-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.prdrl-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 4rem;
}
.prdrl-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.star {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: start;
}
.star-list {
  position: relative;
  height: 4rem;
}
.star-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.star-flex img {
  width: 4rem;
  height: 4rem;
}
.star-flex img:not(:first-child) {
  margin-left: 0.4rem;
}
.star-flex img img {
  display: block;
}
.star-filter {
  overflow: hidden;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0;
}
.rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .rating-list {
    gap: 0.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.rating-list input:checked + label {
  background: var(--color-sec);
  border-color: var(--color-sec);
}
.rating-list label {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0.8rem 1.2rem;
  color: var(--color-pri);
  border: 0.1rem solid #e5e7eb;
  border-radius: 0.8rem;
  gap: 0.4rem;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .rating-list label {
    padding: 0.8rem 0.5rem;
    gap: 0.2rem;
  }
}
.rating-list label .icon {
  width: 1.4rem;
  height: 1.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: -0.1rem;
}
.comment-item .b-head .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comment-item .b-head .t-gr .t-name {
  color: var(--color-pri);
  font-family: var(--font-sec);
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comment-item .b-head .t-gr .t-name::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.4rem;
  background: #98a2b3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0.8rem;
}
.comment-item .b-head .t-gr .t-num {
  color: #98a2b3;
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
}
.comment-item .b-head .star .star-flex img {
  width: 1.4rem;
  height: 1.4rem;
}
.stars input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.stars input:nth-child(1):checked ~ label:nth-of-type(-n + 1),
.stars input:nth-child(2):checked ~ label:nth-of-type(-n + 2),
.stars input:nth-child(3):checked ~ label:nth-of-type(-n + 3),
.stars input:nth-child(4):checked ~ label:nth-of-type(-n + 4),
.stars input:nth-child(5):checked ~ label:nth-of-type(-n + 5) {
  background: url(../../images/star.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.stars label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 6px;
  height: 4rem;
  width: 4rem;
  background: url(../../images/star-fill.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: contain;
}
.prds-row {
  --cg: 6rem;
}
@media screen and (max-width: 1200px) {
  .prds-row {
    --cg: 2.4rem;
  }
}
.woo-variation-gallery-container.preload-style-blur {
  margin: 0 -0.6rem;
}
.woo-variation-gallery-container.preload-style-blur
  .woo-variation-gallery-thumbnail-wrapper {
  padding: 0 0.6rem;
  width: 14.2rem;
}
@media screen and (max-width: 768px) {
  .woo-variation-gallery-container.preload-style-blur
    .woo-variation-gallery-thumbnail-wrapper {
    width: 100%;
  }
}
.woo-variation-gallery-container.preload-style-blur
  .woo-variation-gallery-slider-wrapper {
  padding: 0 0.6rem;
  width: auto !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wvg-single-gallery-image-container {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.wvg-single-gallery-image-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7cc5f2),
    to(#c7e5ff)
  );
  background: linear-gradient(180deg, #7cc5f2 0, #c7e5ff 100%);
  z-index: -1;
}
.wvg-single-gallery-image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important;
}
.wvg-gallery-thumbnail-image {
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .wvg-gallery-thumbnail-image {
    padding-bottom: 0;
  }
}
.wvg-gallery-thumbnail-image div {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  overflow: hidden;
}
.wvg-gallery-thumbnail-image div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7cc5f2),
    to(#c7e5ff)
  );
  background: linear-gradient(180deg, #7cc5f2 0, #c7e5ff 100%);
  z-index: -1;
}
.wvg-gallery-thumbnail-image div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: inherit;
  border: 0.2rem solid var(--color-pri);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
  opacity: 0;
}
.wvg-gallery-thumbnail-image div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important;
}
.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
  left: 0;
}
.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
  right: 0;
}
.woo-variation-gallery-wrapper {
  min-width: unset !important;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slick-list.draggable {
    margin: 0 -0.6rem;
  }
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
  opacity: 1;
}
.slick-slide.slick-current .wvg-gallery-thumbnail-image div::after {
  opacity: 1;
}
.woo-variation-gallery-thumbnail-slider .slick-slide > div {
  padding: 0 0.6rem;
}
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow {
  width: 3rem !important;
  height: 3rem !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5;
  background: var(--color-pri);
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:hover,
  .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow,
  .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow {
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .woo-variation-gallery-thumbnail-position-left-bottom
    .woo-variation-gallery-container
    .wvg-thumbnail-next-arrow {
    bottom: 1.6rem;
  }
}
.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider {
    margin-top: 1.2rem;
  }
}
.woo-variation-product-gallery {
  width: 100% !important;
  overflow: hidden;
}
.fb-right-desc {
  margin-top: 2.4rem;
}
.fb-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.6rem;
  row-gap: 1.2rem;
}
.fb-img-list .fb-img-item {
  width: calc(100% / 6);
  padding: 0 0.6rem;
}
@media screen and (max-width: 600px) {
  .fb-img-list .fb-img-item {
    width: calc(100% / 3);
  }
}
.fb-img-list .fb-img-item .inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.fb-img-list .fb-img-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fb-right .star-flex img {
  width: 1.4rem;
  height: 1.4rem;
}
.fb-right .star-list {
  height: 1.4rem;
}
.comment_item {
  list-style: none;
  padding: 2.4rem;
  border-radius: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .comment_item {
    padding: 1.6rem;
  }
}
.comment_item:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .comment_item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.comment_item .fb-ctnent-gallery {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .comment_item .fb-ctnent-gallery {
    margin-top: 0.8rem;
  }
}
.comment_item .fb-type {
  color: #98a2b3;
}
.comment_item .fb-ctnent {
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
}
.comment_item .comment-date {
  font-weight: 400;
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  color: #98a2b3;
  font-family: var(--font-pri);
}
.comment_item .fb-name {
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
  color: var(--color-pri);
  font-family: var(--font-sec);
  position: relative;
}
.comment_item .fb-name::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
  border-radius: 100rem;
  right: -1.2rem;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  .comment_item .fb-name {
    font-size: 1.6rem;
  }
}
.comment_item .comment-title {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  color: var(--color-pri);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .comment_item .comment-title {
    font-size: 1.6rem;
  }
}
.comment_item .txt.t14 {
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
}
@media screen and (max-width: 768px) {
  .comment_item .txt.t14 {
    font-size: 1.4rem;
  }
}
.comment_item .fb-right {
  position: relative;
  top: -0.2rem;
}
.comment_item .fb-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}
.pdv-star {
  position: sticky;
  top: 8rem;
}
.woo-variation-swatches .variable-items-wrapper {
  --wvs-item-background-color: transparent;
  --wvs-hover-item-text-color: #0b181d;
  --wvs-item-box-shadow: 0 0 0 0.1rem #0b181d;
  --wvs-selected-item-background-color: #0b181d;
  --wvs-selected-item-background-color: #eaf57d;
  --wvs-hover-item-background-color: #eaf57d;
  --wvs-hover-item-box-shadow: 0 0 0 0.1rem transparent;
  --wvs-selected-item-box-shadow: 0 0 0 0.1rem transparent;
}
.woocommerce span.onsale {
  display: none;
}
.woocommerce div.product form.cart {
  margin-bottom: 0;
}
#button-contact-vr {
  bottom: 8rem !important;
  z-index: 50 !important;
}
