@charset "UTF-8";.vfm--fixed{position:fixed}.vfm--absolute{position:absolute}.vfm--inset{top:0;right:0;bottom:0;left:0}.vfm--overlay{z-index:-1;background-color:#00000080}.vfm--prevent-none{pointer-events:none}.vfm--prevent-auto{pointer-events:auto}.vfm--outline-none:focus{outline:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.vfm-fade-enter-active{animation:fade-in .3s ease}.vfm-fade-leave-active{animation:fade-out .3s ease}.vfm-bounce-back{transition-property:transform;transition-duration:.3s}.vfm-slide-up-enter-active,.vfm-slide-up-leave-active,.vfm-slide-down-enter-active,.vfm-slide-down-leave-active{transition:transform .3s ease}.vfm-slide-down-enter-from,.vfm-slide-down-leave-to{transform:translateY(100vh)!important}.vfm-slide-up-enter-from,.vfm-slide-up-leave-to{transform:translateY(-100vh)!important}.vfm-slide-right-enter-active,.vfm-slide-right-leave-active,.vfm-slide-left-enter-active,.vfm-slide-left-leave-active{transition:transform .3s ease}.vfm-slide-right-enter-from,.vfm-slide-right-leave-to{transform:translate(100vw)!important}.vfm-slide-left-enter-from,.vfm-slide-left-leave-to{transform:translate(-100vw)!important}.vfm-swipe-banner-back,.vfm-swipe-banner-forward{position:fixed;top:0;bottom:0;width:27px;z-index:10}.vfm-swipe-banner-back{left:0}.vfm-swipe-banner-forward{right:0}
.vm__root {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vm__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.vm__content--scroll {
  position: absolute;
  inset: 0;
}
.vm__scroll-container {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vm__scroll-container::before, .vm__scroll-container::after {
  content: "";
  flex: 1 0 16px;
}
@media (min-width: 1024px) {
.vm__scroll-container::before, .vm__scroll-container::after {
    flex-basis: 48px;
}
}
.vm__overlay {
  background: rgba(101, 115, 123, 0.6);
}
.vm__wrapper {
  position: relative;
  border-radius: 6px;
  padding: 20px;
}
.vm__wrapper.vm__wrapper--no-padding {
  padding: 0;
}
.vm__wrapper.vm__wrapper--fit-content {
  max-width: none;
}
.vm__wrapper {
  background-color: #fff;
  pointer-events: all;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1440px;
}
.vm__scroll-container .vm__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (min-width: 1024px) {
.vm__wrapper {
    padding: 40px;
    border-radius: 10px;
}
}
.vm__inner {
  padding: 0;
}
.vm__close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  border-radius: 4px;
  background: var(--Very-low-gray-blue, #F5F6F7);
}
.loader[data-v-17afef25] {
  width: 1em;
  height: 1em;
  display: inline-block;
  animation: spin-17afef25 1s infinite linear;
}
@keyframes spin-17afef25 {
100% { transform: rotate(1turn);
}
}
.b-error-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  gap: 12px;
}
.b-error-message__icon {
  color: #E05757;
}
.b-error-message__title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #001724;
  margin: 0;
}
.b-error-message__text {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #65737B;
  margin: 0;
  max-width: 360px;
}.b-card-alt {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  height: 100%;
  padding: 12px;
  border-radius: 6px;
  transition: box-shadow 0.15s ease;
}
.b-card-alt:hover {
  box-shadow: 0 2px 12px rgba(0, 23, 36, 0.1);
}
.b-card-alt__img {
  flex: 0 0 100px;
  width: 100px;
  aspect-ratio: 1;
  overflow: hidden;
}
.b-card-alt__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.b-card-alt__main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.b-card-alt__preorder {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  color: #65737B;
  border: 1px solid #C6D4DC;
  border-radius: 3px;
  padding: 2px 5px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.b-card-alt .b-card-price {
  margin-top: auto;
}
.b-card-alt__actions {
  padding-top: 4px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.b-card-alt__btns {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
}
.b-card-alt__btn {
  color: #C6D4DC;
  transition: 0.3s;
}
.b-card-alt__btn:hover {
  color: #0094EB;
}
.b-card-alt__add--preorder {
  border: 1px dashed #C6D4DC;
  color: #65737B;
  background: transparent;
}
.b-card-alt__add--preorder:hover {
  border-color: #0067A3;
  color: #0067A3;
}
.b-card-alt__add > span {
  white-space: nowrap;
}
.b-alt-products {
  padding-top: 30px;
}
.b-alt-products__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}
.b-alt-products__title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #001724;
  margin: 0;
  white-space: nowrap;
}
.b-alt-products__compare {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #65737B;
  min-width: 0;
  max-width: 370px;
  overflow: hidden;
  transition: color 0.15s ease;
}
.b-alt-products__compare-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
.b-alt-products__compare {
    display: none;
}
}
.b-alt-products__compare:hover {
  color: #0067A3;
}
.b-alt-products__compare .ic {
  flex-shrink: 0;
  color: #C6D4DC;
}
.b-alt-products__compare::after {
  content: "›";
  margin-left: 2px;
  font-size: 16px;
  line-height: 1;
}
.b-alt-products__inner {
  position: relative;
  padding: 0 48px;
}
@media (max-width: 1023px) {
.b-alt-products__inner {
    padding: 0;
}
}
.b-alt-products__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 23, 36, 0.12);
  color: #001724;
  cursor: pointer;
  transition: box-shadow 0.15s ease, color 0.15s ease;
}
.b-alt-products__nav-btn:hover {
  box-shadow: 0 2px 12px rgba(0, 103, 163, 0.25);
  color: #0067A3;
}
.b-alt-products__nav-btn--next {
  left: auto;
  right: 0;
}
.b-alt-products__nav-btn--next .ic {
  transform: scaleX(-1);
}
@media (max-width: 1023px) {
.b-alt-products__nav-btn {
    display: none;
}
}
.b-alt-products .swiper-slide {
  width: 352px;
  height: auto;
  padding: 6px;
}
@media (max-width: 766px) {
.b-alt-products .swiper-slide {
    width: 304px;
}
}
.b-alt-products__swiper {
  margin-top: -6px;
}.b-rcv-loading {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-rcv {
  padding: 50px 40px;
  max-width: 1360px;
}
.b-rcv__title {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #001724;
  margin: 0 0 20px;
}
.b-rcv__body {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.b-rcv__main {
  flex: 1 1 auto;
  min-width: 0;
}
.b-rcv__player {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #F2F8FF;
  margin-bottom: 30px;
}
.b-rcv__player-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.b-rcv__player-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.b-rcv__player-loader {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 248, 255, 0.6);
  backdrop-filter: blur(6px);
}
.b-rcv__description {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #001724;
}
.b-rcv__sidebar {
  flex: 0 0 274px;
  width: 274px;
}
.b-rcv__sidebar-title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.22;
  color: #001724;
  margin: 0 0 20px;
}
.b-rcv__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b-rcv__list-item {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: outline-color 0.15s ease;
}
.b-rcv__list-item:hover {
  outline-color: rgba(0, 103, 163, 0.4);
}
.b-rcv__list-item_active {
  outline-color: #0067A3;
}
.b-rcv__list-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
.b-rcv {
    padding: 30px 20px;
}
.b-rcv__body {
    display: block;
}
.b-rcv__sidebar {
    width: 100%;
}
.b-rcv__sidebar-title {
    padding-top: 30px;
}
.b-rcv__list {
    flex-direction: row;
    overflow-x: auto;
    gap: 10px;
    padding: 4px;
    scrollbar-width: thin;
    scrollbar-color: #C6D4DC transparent;
}
.b-rcv__list-item {
    flex: 0 0 150px;
    width: 150px;
}
.b-rcv__list-thumb {
    height: 84px;
    aspect-ratio: unset;
}
}
@media (max-width: 767px) {
.b-rcv {
    padding: 20px;
}
}.b-exp-opinion-loading {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-exp-opinion {
  padding: 50px 40px;
  max-width: 1033px;
}
.b-exp-opinion__title {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #001724;
  margin: 0 0 24px;
}
.b-exp-opinion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.b-exp-opinion__expert {
  display: flex;
  align-items: center;
  gap: 14px;
}
.b-exp-opinion__avatar {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #FFA920;
}
.b-exp-opinion__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.b-exp-opinion__name {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #001724;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.b-exp-opinion__name-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #FF4400;
  overflow: hidden;
  color: #fff;
  margin-left: 7px;
}
.b-exp-opinion__name span {
  white-space: nowrap;
}
.b-exp-opinion__role {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #65737B;
  background-color: #F2F8FF;
  border-radius: 30px;
  padding: 2px 8px 2px;
  width: -moz-fit-content;
  width: fit-content;
}
.b-exp-opinion__verified-ic {
  color: #C6D4DC;
  flex-shrink: 0;
}
.b-exp-opinion__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #FFF3E6;
  padding: 10px;
  border-radius: 6px;
}
.b-exp-opinion__star-ic {
  color: #FFA920;
  flex-shrink: 0;
}
.b-exp-opinion__rating-val {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #65737B;
  margin-top: 3px;
  display: block;
}
.b-exp-opinion__others {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.b-exp-opinion__others-label {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #65737B;
  white-space: nowrap;
}
.b-exp-opinion__others-list {
  display: flex;
  align-items: center;
  gap: 6px;
}
.b-exp-opinion__others-item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #C6D4DC;
  padding: 0;
  cursor: pointer;
  background: none;
  transition: border-color 0.15s ease, transform 0.15s ease;
  flex-shrink: 0;
}
.b-exp-opinion__others-item:hover {
  border-color: #0067A3;
  transform: scale(1.08);
}
.b-exp-opinion__others-avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.b-exp-opinion__gallery {
  margin-bottom: 20px;
}
.b-exp-opinion__gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
}
.b-exp-opinion__gallery-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #001724;
}
.b-exp-opinion__gallery-hint {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #65737B;
  display: flex;
  align-items: center;
  transition: color 0.15s ease;
}
.b-exp-opinion__gallery-hint:hover {
  color: #0067A3;
}
.b-exp-opinion__gallery-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #0067A3;
  white-space: nowrap;
  transition: opacity 0.15s ease;
}
.b-exp-opinion__gallery-toggle:hover {
  opacity: 0.8;
}
.b-exp-opinion__gallery-toggle-arr {
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}
.b-exp-opinion__gallery-toggle_expanded .b-exp-opinion__gallery-toggle-arr {
  transform: rotate(90deg);
}
.b-exp-opinion__gallery-content {
  margin-bottom: 12px;
  background: #F8FAFC;
  border: 1px solid #E5ECF0;
  border-radius: 8px;
  height: 536px;
}
@media (max-width: 767px) {
.b-exp-opinion__gallery-content {
    height: unset;
}
}
.b-exp-opinion__gallery-content_two-col {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.b-exp-opinion__gallery-content_two-col .b-exp-opinion__player {
  flex: 1 0 auto;
  margin-bottom: 0;
}
@media (min-width: 767px) {
.b-exp-opinion__gallery-content_two-col .b-exp-opinion__player {
    min-width: 57%;
}
}
@media (min-width: 1024px) {
.b-exp-opinion__gallery-content_two-col .b-exp-opinion__player {
    min-width: 590px;
}
}
.b-exp-opinion__gallery-content_two-col .b-exp-opinion__video-comment {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.b-exp-opinion__gallery-content_two-col .b-exp-opinion__video-comment-inner {
  overflow-y: auto;
  height: 100%;
}
.b-exp-opinion__player {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.b-exp-opinion__player::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(40px);
  background: rgba(0, 23, 36, 0.2);
  background: #B2A9AD;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: var(--player-bgr-img);
  z-index: 0;
}
.b-exp-opinion__player-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.b-exp-opinion__player-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.b-exp-opinion__player-loader {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 248, 255, 0.6);
  backdrop-filter: blur(6px);
}
.b-exp-opinion__thumbs {
  position: relative;
  margin-right: -40px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
.b-exp-opinion__thumbs {
    margin-right: -20px;
}
}
@media (max-width: 767px) {
.b-exp-opinion__thumbs {
    margin-right: -20px;
}
}
.b-exp-opinion__thumbs::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(to right, transparent, #fff);
  pointer-events: none;
  z-index: 2;
}
.b-exp-opinion__thumbs-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 23, 36, 0.12);
  color: #001724;
  cursor: pointer;
  transition: box-shadow 0.15s ease, color 0.15s ease;
}
.b-exp-opinion__thumbs-nav:hover {
  box-shadow: 0 2px 12px rgba(0, 103, 163, 0.25);
  color: #0067A3;
}
.b-exp-opinion__thumbs-nav--next {
  left: auto;
  right: 40px;
}
@media (max-width: 1023px) {
.b-exp-opinion__thumbs-nav--next {
    right: 20px;
}
}
.b-exp-opinion__thumbs-nav--next .ic {
  transform: scaleX(-1);
}
@media (max-width: 1023px) {
.b-exp-opinion__thumbs-nav {
    display: none;
}
}
.b-exp-opinion__thumbs-swiper {
  overflow: hidden;
}
.b-exp-opinion__thumbs-swiper .swiper-slide {
  padding: 4px 5px;
  width: auto;
}
.b-exp-opinion__thumbs-swiper .swiper-slide:last-child {
  padding-right: 0;
}
.b-exp-opinion__thumb {
  width: calc(226px / var(--thumb-ar, 1.778));
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: outline-color 0.15s ease;
}
.b-exp-opinion__thumb:hover {
  outline-color: rgba(0, 103, 163, 0.4);
}
.b-exp-opinion__thumb_active {
  outline-color: #0067A3;
}
.b-exp-opinion__thumb--fake {
  pointer-events: none;
}
@media (max-width: 1023px) {
.b-exp-opinion__thumb {
    width: calc(150px / var(--thumb-ar, 1.778));
}
}
@media (max-width: 767px) {
.b-exp-opinion__thumb {
    width: calc(102px / var(--thumb-ar, 1.778));
}
}
.b-exp-opinion__thumb-inner {
  position: relative;
  height: 0;
  padding-bottom: calc(var(--thumb-ar, 1.778) * 100%);
}
.b-exp-opinion__thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.b-exp-opinion__photo-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.b-exp-opinion__photo-img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 8px;
}
.b-exp-opinion__video-comment {
  padding: 16px 20px;
  margin-bottom: 20px;
}
.b-exp-opinion__vc-head {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #001724;
  margin-bottom: 10px;
}
.b-exp-opinion__vc-body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #001724;
}
.b-exp-opinion__vc-body p {
  margin: 0 0 10px;
}
.b-exp-opinion__vc-body p:last-child {
  margin: 0;
}
.b-exp-opinion__video-comment_collapsed .b-exp-opinion__vc-body {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b-exp-opinion__review {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 20px;
}
.b-exp-opinion__review-aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  max-height: 350px;
}
.b-exp-opinion__review-quote {
  color: #C6D4DC;
  flex-shrink: 0;
  margin-bottom: 24px;
}
.b-exp-opinion__review-line {
  flex: 1;
  width: 2px;
  border-left: 2px dashed #C6D4DC;
}
.b-exp-opinion__review-main {
  flex: 1 1 auto;
  min-width: 0;
}
.b-exp-opinion__review-body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #001724;
}
.b-exp-opinion__review-body p {
  margin: 0 0 14px;
}
.b-exp-opinion__review-body p:last-child {
  margin: 0;
}
.b-exp-opinion__review-body a {
  color: #0067A3;
}
.b-exp-opinion__review-toggle {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #0067A3;
}
.b-exp-opinion__review-toggle:hover {
  text-decoration: underline;
}
.b-exp-opinion__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-left: 56px;
}
.b-exp-opinion__watch-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #0067A3;
  background: none;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #0067A3;
  transition: background 0.15s ease, color 0.15s ease;
}
.b-exp-opinion__watch-btn:hover {
  background: #0067A3;
  color: #fff;
}
.b-exp-opinion__watch-btn > span {
  white-space: nowrap;
}
.b-exp-opinion__watch-ic {
  flex-shrink: 0;
}
.b-exp-opinion__all-link {
  font-size: 14px;
  font-weight: 500;
  color: #0067A3;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.b-exp-opinion__all-link:hover {
  text-decoration: underline;
}
.b-exp-opinion__all-link > span {
  margin-right: 5px;
}
.b-exp-opinion__banner {
  margin-bottom: 28px;
  border-radius: 8px;
  overflow: hidden;
  width: 340px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.b-exp-opinion__banner .b-exp-opinion__banner-img {
  height: 104px;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-exp-opinion__banner_inline {
  float: right;
  width: 180px;
  margin: 0 0 16px 24px;
}
.b-exp-opinion__banner_inline .b-exp-opinion__banner-img {
  height: 342px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
.b-exp-opinion__banner_inline {
    width: 154px;
}
.b-exp-opinion__banner_inline .b-exp-opinion__banner-img {
    height: 292px;
}
}
.b-exp-opinion__banner-link {
  display: block;
  text-decoration: none;
}
.b-exp-opinion__banner-img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
.b-exp-opinion {
    padding: 30px 20px;
}
.b-exp-opinion__header {
    gap: 12px;
}
.b-exp-opinion__others {
    justify-content: flex-end;
}
}
@media (max-width: 767px) {
.b-exp-opinion {
    padding: 20px;
}
.b-exp-opinion__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}
.b-exp-opinion__others {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}
.b-exp-opinion__footer {
    padding-left: 0;
}
.b-exp-opinion__watch-btn {
    justify-content: center;
}
.b-exp-opinion__all-link {
    font-size: 12px;
}
}.b-spin-viewer {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.b-spin-viewer .spin-viewer__controls,
.b-spin-viewer .spin-viewer__loading {
  display: none;
}
.b-spin-viewer__loading {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}
.b-spin-viewer__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #1a73e8;
  transition: width 0.1s linear;
}
.b-spin-viewer__controls {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 10px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 16px;
}
.b-spin-viewer__btn {
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s;
  line-height: 1;
}
.b-spin-viewer__btn:hover {
  background-color: #e0e0e0;
}
.b-spin-viewer:fullscreen .b-spin-viewer__controls, .b-spin-viewer:-webkit-full-screen .b-spin-viewer__controls {
  bottom: 16px;
  right: 16px;
}
.b-spin-viewer_fake-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #000;
  aspect-ratio: auto;
  width: 100vw;
  height: 100vh;
}
.b-spin-viewer_fake-fullscreen .spin-viewer__image {
  width: auto;
  height: 100%;
  max-width: 100%;
}
.b-spin-viewer_fake-fullscreen .b-spin-viewer__controls {
  bottom: 16px;
  right: 16px;
}.b-product-gallery-loading {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-product-gallery {
  width: 100dvw;
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
.b-product-gallery {
    max-width: 1920px;
}
}
.b-product-gallery__body {
  flex: 1;
  padding: 0 20px;
}
.b-product-gallery__header {
  padding: 12px 16px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
.b-product-gallery__header {
    padding: 16px 20px;
}
}
@media (min-width: 1024px) {
.b-product-gallery__header {
    padding: 28px 20px;
}
}
.b-product-gallery__title {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #001724;
  margin: 0;
}
@media (min-width: 768px) {
.b-product-gallery__title {
    font-size: 20px;
}
}
@media (min-width: 1024px) {
.b-product-gallery__title {
    font-size: 24px;
}
}
.b-product-gallery__title strong {
  font-weight: 700;
}
.b-product-gallery__viewer {
  flex: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  container-type: size;
  border-radius: 6px;
  overflow: hidden;
}
.b-product-gallery__viewer .b-swiper-nav {
  display: none;
}
@media (min-width: 768px) {
.b-product-gallery__viewer .b-swiper-nav {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 36px;
}
}
@media (min-width: 1024px) {
.b-product-gallery__viewer .b-swiper-nav {
    font-size: 80px;
}
}
.b-product-gallery__viewer .b-swiper-nav_prev {
  left: 40px;
}
.b-product-gallery__viewer .b-swiper-nav_next {
  right: 40px;
}
.b-product-gallery__photo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-product-gallery__photo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 6px;
}
.b-product-gallery__video {
  width: 100%;
  height: 100%;
  position: relative;
}
.b-product-gallery__video-wrap {
  width: min(100cqi, 100cqb / var(--viewer-ar));
  aspect-ratio: calc(1 / var(--viewer-ar));
  height: auto;
}
.b-product-gallery__iframe-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.b-product-gallery__iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.b-product-gallery__video-loader {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F6F7;
  border-radius: 6px;
}
.b-product-gallery__spin {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.b-product-gallery__spin .b-spin-viewer {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  aspect-ratio: 1;
}
.b-product-gallery__spin-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  flex-shrink: 0;
}
.b-product-gallery__spin-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 6px;
  border: 1px solid #E5ECF0;
  background: #fff;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #001724;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.b-product-gallery__spin-btn:hover {
  border-color: #0067A3;
  color: #0067A3;
}
.b-product-gallery .b-swiper-thumbs {
  flex-shrink: 0;
  padding: 20px 0;
}
.b-product-gallery .b-swiper-thumbs .swiper {
  overflow: visible;
}
.b-product-gallery .b-swiper-thumbs__scrollbar {
  --swiper-scrollbar-bg-color: #F2F8FF;
  --swiper-scrollbar-drag-bg-color: #C6D4DC;
  --swiper-scrollbar-border-radius: 7px;
  height: 6px;
  margin-top: 8px;
}
@media (min-width: 768px) {
.b-product-gallery .b-swiper-thumbs__scrollbar {
    margin-top: 12px;
}
}
.b-product-gallery .swiper-slide {
  padding: 0 4px;
}
@media (min-width: 768px) {
.b-product-gallery .swiper-slide {
    padding: 0 10px;
}
}
.b-product-gallery .swiper-slide:first-child {
  padding-left: 0;
}
.b-product-gallery .swiper-slide:last-child {
  padding-right: 0;
}
.b-product-gallery .fade-enter-active,
.b-product-gallery .fade-leave-active {
  transition: opacity 0.4s ease;
}
.b-product-gallery .fade-enter-from,
.b-product-gallery .fade-leave-to {
  opacity: 0;
}
.b-product-gallery .b-swiper-thumb {
  height: 80px;
  width: calc(80px / var(--thumb-ar, 0.5625));
}
@media (min-width: 768px) {
.b-product-gallery .b-swiper-thumb {
    height: 130px;
    width: calc(130px / var(--thumb-ar, 0.5625));
}
}