/* Store Hero — 共享 hero 改版样式 */

#hero.storeHero--light,
#hero.storeHero--light .hero {
  background: #fff;
}

#hero.storeHero--light .hero-bg {
  animation: none;
  background: none;
}

#hero.storeHero--light .hero-container {
  padding-top: 22px;
  padding-bottom: 100px;
}

#hero.storeHero--light .hero-stripe1,
#hero.storeHero--light .hero-stripe2 {
  display: none;
}

/* 左栏 — 画廊 */
#hero .storeHero-left .hero-gallery {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

#hero .storeHero-left .hero-gallery__thumbs {
  width: 108px;
  flex-shrink: 0;
  position: relative;
}

#hero .storeHero-left .hero-gallery__thumb {
  display: block;
  width: 100%;
  height: 78px;
  padding: 0;
  border: 2px solid transparent;
  background: #f3f4f6;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

#hero .storeHero-left .hero-gallery__thumb.swiper-slide-thumb-active {
  border-color: #4A21EF;
}

#hero .storeHero-left .hero-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#hero .storeHero-left .hero-gallery__main {
  flex: 1;
  min-width: 0;
  max-height: 414px;
  background: #F5F7F9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#hero .storeHero-left .hero-gallery__main-img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  cursor: pointer;
}

#hero .storeHero-left .hero-gallery__desktop {
  width: 100%;
  height: 100%;
}

#hero .storeHero-left .hero-gallery__desktop .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#hero-gallery-thumbs-placeholder,
#hero-gallery-main-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#hero-gallery-thumbs-placeholder {
  min-height: 400px;
}
#hero-gallery-thumbs-placeholder .placeholder {
  height: 60px;
  width: 100%;
}

#hero-gallery-main-placeholder {
  /* min-height: 500px; */
  display: flex;
  align-items: center;
}
#hero-gallery-main-placeholder .placeholder {
  height: 100%;
  width: 100%;
}

#hero .hero-trust {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
  border: 1px solid #F5F7F9;
  padding: 20px;
}

#hero .storeHero-right .hero-trust {
  margin-top: 30px;
}

#hero .hero-trust .shg-item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

#hero .hero-trust .shg-item-text {
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  margin-left: 6px;
}

#hero .hero-trust .shg-item-detail {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

#hero .dividing-line {
  width: 100%;
  border: 1px solid #E4E4E4 !important;
  margin: 0px !important;
}

/* 右栏 — 标题与评分 */
#hero .storeHero-right .hero-header {
  margin-bottom: 16px;
}
#hero .storeHero-right .title-text .title-eal6img {
  gap: 20px;
}
#hero .storeHero-right .title-text h1.title {
  color: #000000;
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2%;
}

#hero .storeHero-right .title-text .sub-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 5px 0 0;
}

#hero .storeHero-right .title-text .sub-title__text {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}

#hero .storeHero-right .title-eal6img .eal6-img-light {
  width: 40px;
  height: 40px;
}

#hero .storeHero-right .hero-reviews {
  display: flex;
  align-items: center;
  gap: 8px;
}

#hero .storeHero-right .hero-reviews .text-evaluation {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
}

/* 卖点 tags */
#hero .storeHero-right .hero-feature-tags {
  gap: 8px;
  margin-bottom: 56px;
  margin-top: 20px;
}

#hero .storeHero-right .hero-feature-tags .selling-item {
  border-radius: 80px;
  padding: 8px 10px;
  background: #F5F5F5;
  margin: 0px !important;
}

#hero .storeHero-right .hero-feature-tags .selling-item span {
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -2%;
}

#hero .storeHero-right .hero-feature-tags .selling-item.eal6 {
  background: #5b36d6;
  border-color: #5b36d6;
}

#hero .storeHero-right .hero-feature-tags .selling-item.eal6 span {
  color: #fff;
}

/* 卖点 tags — 桌面端静态布局 */
@media (min-width: 992px) {
  #hero .storeHero-right .hero-feature-tags-marquee {
    overflow: visible;
  }

  #hero .storeHero-right .hero-feature-tags-marquee__track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    width: auto;
    animation: none;
  }

  #hero .storeHero-right .hero-feature-tags-marquee__track [aria-hidden="true"] {
    display: none;
  }
}

/* 卖点 tags — 移动端轮播 */
@media (max-width: 991px) {
  #hero .storeHero-right .hero-feature-tags {
    margin-bottom: 20px;
  }
  #hero .storeHero-right .hero-feature-tags-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #hero .storeHero-right .hero-feature-tags-marquee::before,
  #hero .storeHero-right .hero-feature-tags-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 1;
    pointer-events: none;
  }

  #hero .storeHero-right .hero-feature-tags-marquee::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
  }

  #hero .storeHero-right .hero-feature-tags-marquee::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
  }

  #hero .storeHero-right .hero-feature-tags-marquee__track {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: nowrap;
    --hero-feature-tags-gap: 8px;
    gap: var(--hero-feature-tags-gap);
    width: max-content;
    animation: hero-feature-tags-marquee-scroll 60s linear infinite;
  }

  #hero .storeHero-right .hero-feature-tags-marquee__track .selling-item {
    flex-shrink: 0;
  }
}

@keyframes hero-feature-tags-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - var(--hero-feature-tags-gap) / 2));
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero .storeHero-right .hero-feature-tags-marquee {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #hero .storeHero-right .hero-feature-tags-marquee__track {
    animation: none;
  }
}

/* 价格横幅 */
#hero .hero-price-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #4A21EF;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

#hero .hero-price-banner__prices {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

#hero .hero-price-banner__current {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -2%;
}

#hero .hero-price-banner__original {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -2%;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.6);
}

#hero .hero-price-banner__save {
  display: flex;
  flex-shrink: 0;
  background: #fff;
  color: #4A21EF;
  font-size: 18px;
  font-weight: 700;
  padding: 9px 6px;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 100%;
  letter-spacing: -2%;
}

/* Bundle chips */
#hero .hero-bundle-list {
  margin-bottom: 50px;
}

#hero .hero-bundle-list__placeholder {
  min-height: 80px;
}

#hero .hero-bundle-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#hero .hero-bundle-chip {
  display: flex;
  align-items: stretch;
  border: 1px solid #F3F4F6;
  border-radius: 6px;
  background: #F3F4F6;
  cursor: pointer;
  padding: 0;
  text-align: left;
  transition: border-color 0.2s, background 0.2s;
  max-width: 100%;
}

#hero .hero-bundle-chip.is-active {
  border-color: #4A21EF;
  background: rgba(91, 54, 214, 0.08);
}

#hero .hero-bundle-chip__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px 12px;
}

#hero .hero-bundle-chip__pair {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

#hero .hero-bundle-chip__icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

#hero .hero-bundle-chip__label {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  white-space: nowrap;
  font-weight: 400 !important;
  letter-spacing: -2%;
}

#hero .hero-bundle-chip.is-active .hero-bundle-chip__label {
  color: #4A21EF;
  font-weight: 600;
}

#hero .hero-bundle-chip__plus {
  color: #000;
  font-size: 18px;
  line-height: 1;
}

#hero .hero-bundle-chip__times {
  color: #000;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 400;
}

#hero .hero-bundle-chip.is-active .hero-bundle-chip__times {
  color: #4A21EF;
  font-weight: 600;
}
#hero .hero-bundle-chip.is-active .hero-bundle-chip__plus{
  color: #4A21EF;
  font-weight: 600;
}
#hero .hero-bundle-chip__discount {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4A21EF;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 8px;
  border-radius: 0 5px 5px 0;
  white-space: nowrap;
  line-height: 1;
}

/* VAT 提示 */
#hero .hero-vat-tips {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 16px;
}

/* 购买区 */
#hero .hero-purchase {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

#hero .hero-qty-input {
  gap:8px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
}

#hero .hero-qty-btn {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
  background: #F3F4F6;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

#hero .hero-qty-btn:hover {
  background: #e5e7eb;
}

#hero #qty-input {
  width: 48px;
  height: 40px;
  border: none;
  text-align: center;
  font-size: 22px;
  color: #000000;
  background: #fff;
}

#hero .hero-purchase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex: 1;
}

#hero .hero-purchase-actions .my-btn {
  flex: 1;
  min-width: 140px;
  border-radius: 999px;
  font-weight: 600;
  padding: 12px 24px;
}

#hero .hero-purchase-actions .my-btn-add {
  background: #5b36d6;
  color: #fff;
  border: none;
}

#hero .hero-purchase-actions .my-btn-add:hover {
  background: #4a2bb8;
  color: #fff;
}

#hero .hero-purchase-actions .my-btn-order {
  background: linear-gradient(90deg, #1ef1b2 0%, #79efbd 100%);
  color: #111827;
  border: none;
}

/* 响应式 */
@media (max-width: 991px) {
  #hero.storeHero--light .hero-container {
    padding-top: 22px;
    padding-bottom: 70px;
  }

  #hero .storeHero-right .title-text h1.title {
    font-size: 30px;
  }
  #hero .storeHero-right .title-text .title-eal6img {
    gap: 10px;
  }
  #hero .storeHero-right .title-eal6img .eal6-img-light{
    width: 30px;
    height: 30px;
  }
  #hero .storeHero-right .title-text .sub-title{
    gap: 5px;
  }
  #hero .hero-price-banner__current {
    font-size: 30px;
  }
  #hero .hero-price-banner__original {
    font-size: 18px;
  }
  #hero .storeHero-right .hero-reviews {
    gap: 5px;
  }
  #hero .storeHero-right .hero-reviews .text-evaluation {
    font-size: 14px;
  }
  #hero .hero-price-banner__save {
    font-size: 14px;
    padding: 8px 10px;
  }
  #hero #icon-evaluation {
    width: 72px !important;
    font-size: 0px;
  }
  #hero #icon-evaluation img {
    width: 14px;
    height: 14px;
  }
  #hero .hero-price-banner {
    border-radius: 0px;
    padding: 18px 16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 30px;
    flex-direction: row;
    align-items: flex-start;
  }

  #hero .hero-purchase {
    flex-direction: column;
    align-items: stretch;
  }
  #hero .hero-bundle-chips {
    gap: 10px;
  }
  #hero .hero-bundle-chip{
    background: #F3F4F6;
    border-color: #F3F4F6;
  }
  #hero .hero-bundle-chip__content {
    padding: 10px;
    gap: 2px;
  }
  #hero .hero-bundle-chip__label {
    font-size: 14px;
    letter-spacing: -4%;
  }
  #hero .hero-bundle-chip__plus {
    font-size: 14px;
  }
  #hero .hero-bundle-chip__times {
    font-size: 14px;
  }
  #hero .hero-bundle-chip__discount {
    font-size: 14px;
    padding: 10px 6px;
    border-radius: 0 4px 4px 0;
  }
  #hero .hero-bundle-list {
    margin-bottom: 30px;
  }
  #hero .hero-purchase {
    flex-direction: row;
    gap: 18px;
  }
  #hero .hero-qty-input {
    gap: 3px;
  }
  #hero #qty-input {
    width: 20px;
  }
  #hero .hero-purchase-actions {
    flex-direction: row;
    gap: 10px !important;
  }
  
  #hero .hero-purchase-actions .my-btn {
    width: 100%;
    font-size: 14px !important;
    min-width: unset;
    padding: 16px 8px !important;
  }
  #hero .hero-trust {
    background: #F5F7F9;
    border: none;
    border-radius: 6px;
    padding: 16px;
    gap: 15px;
  }
  #hero .hero-trust .shg-item-box > .d-flex {
    flex: 1;
    min-width: 0;
  }

  #hero .hero-trust .shg-item-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    color: #000000;
    font-size: 14px;
  }

  #hero .hero-trust .shg-item-text__inner {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    line-height: 1.2;
  }

  #hero .hero-trust .shg-item-text.is-marquee .shg-item-text__inner {
    max-width: none;
    text-overflow: clip;
    animation: shg-item-text-marquee var(--marquee-duration, 5s) ease-in-out infinite alternate;
  }

  #hero .hero-trust .shg-item-detail{
    color: #000000;
    line-height: 1.4;
  }
}

@keyframes shg-item-text-marquee {
  0%, 20% {
    transform: translateX(0);
  }
  80%, 100% {
    transform: translateX(var(--marquee-distance, 0));
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero .hero-trust .shg-item-text.is-marquee .shg-item-text__inner {
    animation: none;
  }
}

@media (min-width: 992px) {
  #hero.storeHero--light .storeHero-left,
  #hero.storeHero--light .hero-left {
    max-width: 51.5%;
    width: 51.5%;
    margin-right: 30px;
  }

  #hero.storeHero--light .storeHero-right {
    flex: 1;
    min-width: 0;
  }

  /* PC：trust 标题收起单行省略，展开后完整展示 */
  #hero .hero-trust .shg-item-box > .d-flex {
    flex: 1;
    min-width: 0;
  }

  #hero .hero-trust .shg-item-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }

  #hero .hero-trust .shg-item-text__inner {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    line-height: 1.2;
  }

  #hero .hero-trust .shg-item-box[aria-expanded="true"] .shg-item-text__inner {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    max-width: none;
  }
}

/* 隔离 storeHero 改版，避免 s1pro.css 旧 hero-right 规则污染 */
#hero.storeHero--light .storeHero-right {
  flex: 1;
  min-width: 0;
}

#hero.storeHero--light .storeHero-right #qty-input {
  min-width: 20px;
  height: 36px;
  border: none;
  border-radius: 0;
  background: #fff;
  text-align: center;
  color: #000000;
  padding: 0;
}

#hero.storeHero--light .storeHero-right .hero-purchase-actions {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#hero.storeHero--light .storeHero-right .hero-purchase-actions .my-btn {
  border-radius: 100px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -2%;
  padding: 15px 30px;
}

#hero.storeHero--light .storeHero-right .hero-purchase-actions .my-btn-add {
  background: #4A21EF;
  color: #fff;
  margin-right: 0;
}

#hero.storeHero--light .storeHero-right .hero-purchase-actions .my-btn-order {
  background: #79EFBD;
  color: #000000;
  margin-left: 0;
}

@media (min-width: 992px) {
  #hero .storeHero-left .hero-gallery__thumbs {
    order: -1;
    height: 414px;
    overflow: hidden;
  }

  #hero .storeHero-left .hero-gallery__thumbs .swiper-wrapper {
    flex-direction: column;
  }

  #hero .storeHero-left .hero-gallery__thumbs .swiper-slide {
    width: 108px;
    height: 78px;
  }

  #hero .hero-gallery__thumbs-nav {
    position: absolute;
    left: 50%;
    z-index: 2;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.55);
    color: #fff;
    transform: translateX(-50%);
    cursor: pointer;
  }

  #hero .hero-gallery__thumbs-nav::after {
    font-size: 10px;
    font-weight: 700;
  }

  #hero .hero-gallery__thumbs-prev {
    top: 0;
  }

  #hero .hero-gallery__thumbs-next {
    bottom: 0;
    top: auto;
  }

  #hero .hero-gallery__thumbs-nav.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
  }

  #hero .hero-gallery__mobile {
    display: none !important;
  }
}

@media (max-width: 991px) {
  #hero.storeHero--light .storeHero-left,
  #hero.storeHero--light .hero-left {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }

  #hero .storeHero-left .hero-gallery {
    flex-direction: column;
  }

  #hero .storeHero-left .hero-gallery__thumbs {
    display: none;
  }

  #hero .storeHero-left .hero-gallery__main {
    order: -1;
    min-height: auto;
    width: 100%;
    aspect-ratio: auto;
    flex-direction: column;
    background: transparent;
    overflow: visible;
  }

  #hero .hero-gallery__mobile {
    width: 100%;
    background: transparent;
    position: relative;
    overflow: hidden;
  }

  #hero .hero-gallery__mobile .swiper-wrapper {
    aspect-ratio: 1 / 1;
    background: #F5F7F9;
    align-items: center;
    /* max-height: 254px; */
    max-height: 280px;
  }

  #hero .hero-gallery__mobile .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  #hero .hero-gallery__mobile-img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    cursor: pointer;
  }

  #hero .hero-gallery__pagination {
    position: static;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 6px;
  }

  #hero .hero-gallery__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    opacity: 1;
  }

  #hero .hero-gallery__pagination .swiper-pagination-bullet-active {
    background: #4A21EF;
  }

  #hero-gallery-main-placeholder {
    min-height: 280px;
  }
  #hero-gallery-main-placeholder .placeholder{
    min-height: 280px;
  }
  #hero.storeHero--light .storeHero-right .title-text h1.title {
    color: #111827;
  }

  #hero.storeHero--light .storeHero-right .title-text .sub-title__text {
    color: #000000;
    line-height: 1;
  }

  #hero.storeHero--light .hero-bg {
    padding: 0 16px;
  }
}

/* Hero gallery — YouTube 视频 */
#hero .hero-gallery__slide--video {
  position: relative;
}

#hero .hero-gallery__video-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}
#hero .hero-gallery__video-trigger .hero-gallery__mobile-img {
  object-fit: contain;
}

#hero .hero-gallery__slide--video .hero-gallery__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(17, 24, 39, 0.65);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#hero .hero-gallery__slide--video .hero-gallery__play-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}

#hero .hero-gallery__thumb.hero-gallery__slide--video .hero-gallery__play-btn {
  width: 28px;
  height: 28px;
}

#hero .hero-gallery__thumb.hero-gallery__slide--video .hero-gallery__play-btn::after {
  border-width: 5px 0 5px 8px;
}

#hero .hero-gallery__thumb.hero-gallery__slide--video {
  position: relative;
}

.hero-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.hero-video-modal.is-open {
  display: flex;
}

.hero-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.hero-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
}

.hero-video-modal__body {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.hero-video-modal__body iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
}

.hero-video-modal__close::before,
.hero-video-modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
}

.hero-video-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.hero-video-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.hero-video-modal-open {
  overflow: hidden;
}

@media (max-width: 991px) {
  #hero .hero-gallery__slide--video .hero-gallery__play-btn {
    width: 48px;
    height: 48px;
  }

  #hero .hero-gallery__slide--video .hero-gallery__play-btn::after {
    border-width: 8px 0 8px 13px;
  }

  .hero-video-modal {
    padding: 16px;
  }

  .hero-video-modal__close {
    top: -36px;
  }
}
