/* ===== 长江礼物页 ===== */

.is-hidden {
  display: none !important;
}

.gift-main {
  padding-top: 0;
  padding-bottom: 30px;
  padding-bottom: var(--space);
}

/* ----- 标题 ----- */
.gift-hero {
  text-align: center;
}

/* ===== 分类 + 轮播 + 用户（三栏） ===== */
.gift-shop {
  /* 与下一板块间距由 .page-block 统一控制 */
  margin-bottom: 0;
}

.gift-shop__row > [class*="col-"] {
  margin-bottom: 0;
}

.gift-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 360px;
  padding: 20px 12px;
  border: 1px solid #d8eef7;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("../images/mall-left@2x.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  -webkit-box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: var(--shadow);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gift-cats__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #3a4654;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}

.gift-cats__icon {
  display: block;
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.gift-cats__text {
  min-width: 0;
}

.gift-cats__item:hover,
.gift-cats__item:focus {
  color: #30b0c7;
  outline: none;
}

.gift-cats__item.is-active {
  color: #30b0c7;
  font-weight: 600;
  background: rgba(48, 176, 199, 0.08);
}

.gift-banner {
  overflow: hidden;
  border: 1px solid #d8eef7;
  border-radius: 8px;
  background: #eaf4fa;
  background: -webkit-linear-gradient(left, #e8f4fb 0%, #f5f9fc 45%, #fff 100%);
  background: linear-gradient(90deg, #e8f4fb 0%, #f5f9fc 45%, #fff 100%);
  -webkit-box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: var(--shadow);
}

.gift-banner__swiper {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.gift-banner__full {
  display: block;
  width: 100%;
  height: 360px;
  overflow: hidden;
  text-decoration: none;
}

.gift-banner__full img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gift-banner__slide {
  height: 360px;
  margin: 0;
}

.gift-banner__slide > [class*="col-"] {
  height: 360px;
}

.gift-banner__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 28px 16px 40px 28px;
  box-sizing: border-box;
}

.gift-banner__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.gift-banner__tag {
  display: inline-block;
  width: auto;
  padding: 4px 10px;
  border-radius: 4px;
  background: #d7eef8;
  color: #3a8fb0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

.gift-banner__name {
  margin: 0 0 10px;
  color: #2b7cb5;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

.gift-banner__desc {
  margin: 0 0 16px;
  color: #5a6a7a;
  font-size: 14px;
  line-height: 1.6;
}

.gift-banner__actions {
  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: 16px;
}

.gift-banner__price {
  color: #30b0c7;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.gift-banner__price strong {
  margin: 0 2px;
  font-size: 28px;
  font-weight: 700;
}

.gift-banner__buy {
  display: inline-block;
  min-width: 110px;
  height: 40px;
  padding: 0 22px;
  border-radius: 20px;
  background: #3b9fd4;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.gift-banner__buy:hover,
.gift-banner__buy:focus {
  background: #2f8fc2;
  color: #fff;
  outline: none;
}

.gift-banner__media {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #edf3f7;
}

.gift-banner__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gift-banner__dots {
  bottom: 16px;
  left: 0;
  right: 0;
  width: 100%;
}

.gift-banner__dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #c5d0d8;
  opacity: 1;
}

.gift-banner__dots .swiper-pagination-bullet-active {
  background: #3b9fd4;
}

/* ----- 右侧用户 + 订单 ----- */
.gift-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  height: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gift-user {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0;
  padding: 20px 16px;
  border: 1px solid #d8eef7;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("../images/mall-right-userinfo.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 120% auto;
  -webkit-box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: var(--shadow);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.gift-user__avatar {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  border-radius: 50%;
  background-color: #d7eef8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='24' r='12' fill='%2330b0c7'/%3E%3Cpath d='M12 54c2-12 12-18 20-18s18 6 20 18' fill='%2330b0c7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px 34px;
}

.gift-user__hello {
  margin: 0 0 16px;
  color: #3a4654;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.gift-user__actions {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.gift-user__btn {
  display: inline-block;
  min-width: 72px;
  height: 34px;
  padding: 0 16px;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gift-user__btn--ghost {
  border: 1px solid #3b9fd4;
  background: #fff;
  color: #3b9fd4;
}

.gift-user__btn--ghost:hover,
.gift-user__btn--ghost:focus {
  background: rgba(59, 159, 212, 0.08);
  outline: none;
}

.gift-user__btn--solid {
  border: 1px solid #3b9fd4;
  background: #3b9fd4;
  color: #fff;
}

.gift-user__btn--solid:hover,
.gift-user__btn--solid:focus {
  background: #2f8fc2;
  border-color: #2f8fc2;
  color: #fff;
  outline: none;
}

.gift-orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4px;
  padding: 16px 10px;
  border: 1px solid #d8eef7;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: var(--shadow);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gift-orders__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 0;
  padding: 4px 2px;
  color: #30b0c7;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.gift-orders__item:hover,
.gift-orders__item:focus {
  opacity: 0.8;
  outline: none;
}

.gift-orders__icon-wrap {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
}

.gift-orders__icon-wrap .gift-orders__icon {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.gift-orders__text {
  color: #30b0c7;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

.gift-orders__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: #ff5252;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(255, 82, 82, 0.3);
}

.gift-orders__badge[hidden] {
  display: none;
}

.gift-picks__grid > [class*="col-"][hidden],
.gift-list__grid > [class*="col-"][hidden] {
  display: none !important;
}

/* ===== 分类列表页 ===== */
.gift-list {
  margin-bottom: 30px;
  margin-bottom: var(--space);
}

.gift-list__row > [class*="col-"] {
  margin-bottom: 0;
}

.gift-list .gift-cats {
  height: auto;
  min-height: 360px;
}

.gift-list__grid > [class*="col-"] {
  margin-bottom: 30px;
  margin-bottom: var(--space);
}

.gift-list__pager {
  margin-top: 12px;
  padding-top: 8px;
}

.gift-list__pager .pagination__btn:hover,
.gift-list__pager .pagination__btn:focus {
  color: #f57c2f;
  border-color: #f57c2f;
}

.gift-list__pager .pagination__btn.is-active,
.gift-list__pager .pagination__btn.is-active:hover,
.gift-list__pager .pagination__btn.is-active:focus {
  background: #f57c2f;
  border-color: #f57c2f;
  color: #fff;
}

/* ===== 精选推荐（间距见 .page-block） ===== */
.gift-picks {
  padding-bottom: 30px;
  padding-bottom: var(--space);
}

.gift-picks__grid > [class*="col-"] {
  margin-bottom: 30px;
  margin-bottom: var(--space);
}

.gift-picks__grid.js-reveal {
  opacity: 1;
  -webkit-transform: translateY(16px);
  -ms-transform: translateY(16px);
  transform: translateY(16px);
}

.gift-picks__grid.js-reveal.is-in {
  -webkit-animation: gift-picks-up-in 1s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation: gift-picks-up-in 1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@-webkit-keyframes gift-picks-up-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes gift-picks-up-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.gift-card {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  -webkit-box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: var(--shadow);
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.gift-card:hover,
.gift-card:focus {
  -webkit-box-shadow: 0 8px 24px rgba(30, 70, 100, 0.09);
  box-shadow: 0 8px 24px rgba(30, 70, 100, 0.09);
  box-shadow: var(--shadow-hover);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  outline: none;
}

.gift-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #d8e6ef;
}

.gift-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gift-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 4px 10px;
  border-radius: 2px;
  background: #30b0c7;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.gift-card__body {
  padding: 20px 20px 22px;
}

.gift-card__name {
  margin-bottom: 12px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gift-card__foot {
  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: 12px;
}

.gift-card__price {
  margin: 0;
  color: #f28c55;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.gift-card__price span {
  font-size: 14px;
  font-weight: 600;
  vertical-align: 1px;
}

.gift-card__price strong {
  margin: 0 1px;
  font-size: 22px;
  font-weight: 700;
}

.gift-card__price em {
  margin-left: 2px;
  color: #9aa3ad;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.gift-card__btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: #f28c55;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

/* ----- IE11 降级 ----- */
html.is-ie .gift-banner__copy {
  padding-top: 48px;
}

html.is-ie .gift-cats__icon {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

html.is-ie .gift-cats__text {
  display: inline-block;
  vertical-align: middle;
}

html.is-ie .gift-user__actions .gift-user__btn {
  margin: 0 5px;
}

html.is-ie .gift-orders__item {
  display: inline-block;
  width: 24%;
  text-align: center;
  vertical-align: top;
}

html.is-ie .gift-banner__tags .gift-banner__tag {
  margin: 0 8px 8px 0;
}

html.is-ie .gift-banner__actions .gift-banner__buy {
  margin-left: 0;
}

html.is-ie .gift-banner__media img,
html.is-ie .gift-banner__full img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

html.is-ie .gift-banner__full {
  position: relative;
}

html.is-ie .gift-card__media {
  height: 0;
  padding-bottom: 75%;
}

html.is-ie .gift-card__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

html.is-ie .gift-card__foot .gift-card__btn {
  margin-left: 12px;
}

html.is-ie .gift-card:hover,
html.is-ie .gift-card:focus {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (max-width: 991px) {
  .gift-shop__row > [class*="col-"],
  .gift-list__row > [class*="col-"] {
    margin-bottom: 12px;
  }

  .gift-cats,
  .gift-list .gift-cats {
    height: auto;
    min-height: 0;
    padding: 10px 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: right bottom;
  }

  .gift-cats__item {
    width: auto;
    padding: 10px 12px;
  }

  .gift-aside {
    height: auto;
    gap: 10px;
  }

  .gift-user {
    min-height: 160px;
    background-size: cover;
  }

  .gift-banner__swiper,
  .gift-banner__slide,
  .gift-banner__slide > [class*="col-"] {
    height: auto;
    min-height: 0;
  }

  .gift-banner__full {
    height: 240px;
  }

  .gift-banner__copy {
    padding: 28px 24px 12px;
  }

  .gift-banner__media {
    height: 240px;
  }

  .gift-banner__name {
    font-size: 22px;
  }

  .gift-banner__dots {
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .gift-banner__copy {
    padding: 24px 18px 8px;
  }

  .gift-banner__name {
    font-size: 20px;
  }

  .gift-banner__desc {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .gift-banner__tags {
    margin-bottom: 16px;
  }

  .gift-banner__price strong {
    font-size: 22px;
  }

  .gift-banner__media {
    height: 200px;
  }

  .gift-banner__full {
    height: 200px;
  }

  .gift-orders__text {
    font-size: 11px;
  }

  .gift-card__body {
    padding: 16px 16px 18px;
  }

  .gift-card__name {
    margin-bottom: 14px;
    font-size: 15px;
    min-height: 0;
  }

  .gift-card__price strong {
    font-size: 20px;
  }

  .gift-card__btn {
    padding: 7px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gift-picks__grid.js-reveal,
  .gift-picks__grid.js-reveal.is-in {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-animation: none;
    animation: none;
  }
}

/* ===== 文创详情页（对齐 gift 列表色板/字号/间距节奏） ===== */
.gift-detail-page .gift-main {
  padding-bottom: 30px;
  padding-bottom: var(--space);
}

.gift-product {
  margin-bottom: 30px;
  margin-bottom: var(--space);
  padding: 28px 32px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: var(--shadow);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gift-product__row > [class*="col-"] {
  margin-bottom: 0;
}

.gift-product__media {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background: #edf3f7;
  aspect-ratio: 1 / 1;
  -webkit-box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: var(--shadow);
}

.gift-product__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gift-product__info {
  padding: 4px 0 0 32px;
  box-sizing: border-box;
}

.gift-product__title {
  margin: 0 0 16px;
  color: #2c3a48;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.gift-product__price-row {
  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: 10px;
  margin-bottom: 16px;
}

.gift-product__price {
  margin: 0;
  line-height: 1.2;
}

.gift-product__price-current {
  color: #f57c2f;
  font-size: 28px;
  font-weight: 700;
}

.gift-product__price-origin {
  margin-left: 8px;
  color: #b0b8c0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

.gift-product__discount {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 2px;
  background: rgba(245, 124, 47, 0.1);
  color: #f57c2f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.gift-product__divider {
  height: 1px;
  margin: 0 0 20px;
  background: #e8ecf0;
}

.gift-product__colors {
  margin-bottom: 30px;
  margin-bottom: var(--space);
}

.gift-product__colors-label {
  display: block;
  margin-bottom: 10px;
  color: #8a93a0;
  font-size: 14px;
  line-height: 1.4;
}

.gift-product__color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.gift-color {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  min-width: 108px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #d8e6ee;
  border-radius: 2px;
  background: #fff;
  color: #4a5a6a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.gift-color:hover,
.gift-color:focus {
  border-color: #f57c2f;
  color: #f57c2f;
  outline: none;
}

.gift-color.is-selected {
  border-color: #f57c2f;
  color: #f57c2f;
  background: rgba(245, 124, 47, 0.06);
}

.gift-color__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.gift-color__dot--warm {
  background: #f57c2f;
}

.gift-color__dot--blue {
  background: #3b82c4;
}

.gift-product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0 0 8px;
}

.gift-product__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  overflow: hidden;
  border-radius: 24px;
}

.gift-product__buy,
.gift-product__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0 16px;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, -webkit-filter 0.2s ease;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.gift-product__cart {
  border-radius: 24px 0 0 24px;
  background: #ffc04a;
  background: -webkit-linear-gradient(left, #ffd25a 0%, #ffb03a 100%);
  background: linear-gradient(90deg, #ffd25a 0%, #ffb03a 100%);
}

.gift-product__buy {
  border-radius: 0 24px 24px 0;
  background: #f57c2f;
  background: -webkit-linear-gradient(left, #ff9a2e 0%, #f0571d 100%);
  background: linear-gradient(90deg, #ff9a2e 0%, #f0571d 100%);
}

.gift-product__buy:hover,
.gift-product__buy:focus,
.gift-product__cart:hover,
.gift-product__cart:focus {
  opacity: 0.92;
  -webkit-filter: brightness(1.03);
  filter: brightness(1.03);
  outline: none;
}

.gift-product__fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6a7380;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.gift-product__fav:hover,
.gift-product__fav:focus {
  color: #f57c2f;
  outline: none;
}

.gift-product__fav.is-active {
  color: #f57c2f;
}

.gift-product__fav.is-active .gift-product__fav-icon path {
  fill: currentColor;
}

.gift-product__fav-icon {
  display: block;
}

.gift-accordion {
  margin-top: 4px;
}

.gift-acc {
  border-bottom: 1px solid #e8ecf0;
}

.gift-acc__head {
  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;
  width: 100%;
  min-height: 48px;
  padding: 14px 0;
  border: 0;
  background: transparent;
  color: #2c3a48;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.gift-acc__head:hover,
.gift-acc__head:focus {
  color: #f57c2f;
  outline: none;
}

.gift-acc__icon {
  position: relative;
  width: 14px;
  height: 14px;
  color: #8a93a0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.gift-acc__head:hover .gift-acc__icon,
.gift-acc__head:focus .gift-acc__icon,
.gift-acc.is-open .gift-acc__icon {
  color: inherit;
}

.gift-acc__icon::before,
.gift-acc__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gift-acc__icon::before {
  width: 12px;
  height: 2px;
}

.gift-acc__icon::after {
  width: 2px;
  height: 12px;
}

.gift-acc.is-open .gift-acc__icon::after {
  display: none;
}

.gift-acc__panel {
  padding: 0 0 16px;
  color: #8a93a0;
  font-size: 14px;
  line-height: 1.7;
}

.gift-acc__panel[hidden] {
  display: none;
}

.gift-acc__panel p {
  margin: 0;
}

.gift-related {
  padding-bottom: 24px;
}

.gift-related__title {
  margin: 0 0 30px;
  margin-bottom: var(--space);
  color: #2c3a48;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

html.is-ie .gift-product__media {
  height: 0;
  padding-bottom: 100%;
}

html.is-ie .gift-product__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

html.is-ie .gift-product__price-row .gift-product__discount {
  margin-left: 10px;
}

html.is-ie .gift-product__color-list .gift-color {
  margin: 0 10px 10px 0;
}

html.is-ie .gift-color__dot {
  margin-right: 8px;
}

html.is-ie .gift-product__cart-icon {
  margin-right: 8px;
}

@media (max-width: 991px) {
  .gift-product {
    padding: 20px;
  }

  .gift-product__info {
    padding: 20px 0 0;
  }

  .gift-product__title {
    font-size: 22px;
  }

  .gift-product__price-current {
    font-size: 26px;
  }

  .gift-product__row > [class*="col-"] {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .gift-detail-page .gift-main {
    padding-bottom: 30px;
    padding-bottom: var(--space);
  }

  .gift-product {
    margin-bottom: 30px;
    margin-bottom: var(--space);
    padding: 16px;
  }

  .gift-product__media {
    border-radius: 2px;
  }

  .gift-product__title {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .gift-product__price-row {
    margin-bottom: 14px;
  }

  .gift-product__price-current {
    font-size: 24px;
  }

  .gift-product__divider {
    margin-bottom: 16px;
  }

  .gift-product__colors {
    margin-bottom: 30px;
    margin-bottom: var(--space);
  }

  .gift-product__actions {
    gap: 12px;
  }

  .gift-product__cta {
    height: 44px;
    border-radius: 22px;
  }

  .gift-product__cart,
  .gift-product__buy {
    font-size: 14px;
  }

  .gift-product__cart {
    border-radius: 22px 0 0 22px;
  }

  .gift-product__buy {
    border-radius: 0 22px 22px 0;
  }

  .gift-acc__head {
    min-height: 44px;
    font-size: 14px;
  }

  .gift-related__title {
    margin-bottom: 30px;
    margin-bottom: var(--space);
    font-size: 18px;
  }
}

/* ===== 首页长江礼物 ===== */
/* ===== 长江礼物 ===== */
.gift-section {
  width: 100%;
  margin-top: 90px;
  padding: 30px 0;
  padding-top: var(--space);
  padding-bottom: var(--space);
  background: transparent;
}

/* 主体区域：限宽 1600 */
.gift-stage {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 背景图仅铺在商品主体区，不含缩略图区 */
.gift-stage__body {
  padding: 50px 80px;
  background-color: #fff;
  background-image: url("../images/gift-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gift-showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 1144px;
  max-width: 100%;
  margin-bottom: 0;
  margin: 0 auto;
}
.gift-media {
  position: relative;
  width: 560px;
  max-width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* 遮罩：盖在图片上，入场后 scaleX + opacity 收起 */
.gift-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0;
  /* background-color: #9fd6ea; */
  background-image: linear-gradient(270deg, transparent 0%, #9FD6EA 90%);
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* 偏移底色：与父级同宽高，bottom/right 10px，由右到左展开 */
.gift-media::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100%;
  height: 100%;
  background-color: #9fd6ea;
  z-index: -1;
  pointer-events: none;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* 由 JS 在每次滚入时切换 is-cover-play，以便重复播放 */
.gift-media.is-cover-play::before {
  -webkit-animation: gift-media-before-hide 0.8s ease 0.75s forwards;
  animation: gift-media-before-hide 0.8s ease 0.75s forwards;
}

.gift-media.is-cover-play::after {
  -webkit-animation: gift-media-after-show 0.8s ease 1.55s forwards;
  animation: gift-media-after-show 0.8s ease 1.55s forwards;
}

@-webkit-keyframes gift-media-before-hide {
  from {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes gift-media-before-hide {
  from {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@-webkit-keyframes gift-media-after-show {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes gift-media-after-show {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.gift-media__img,
.gift-media img {
  display: block;
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #9fd6ea;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gift-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 70px;
}

.gift-name {
  margin: 0 0 25px;
  color: #333;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.75;
}

.gift-desc {
  margin: 0 0 36px;
  color: #666;
  font-size: 16px;
  line-height: 1.75;
  max-height: 7em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.gift-types {
  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;
  margin-bottom: 0;
}

.gift-types__label {
  margin-right: 12px;
  color: #666;
  font-size: 16px;
  line-height: 32px;
}

.gift-type {
  height: 32px;
  margin-right: 12px;
  margin-bottom: 8px;
  padding: 0 18px;
  border: 1px solid #c5d0d8;
  border-radius: 4px;
  background: #fff;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s, color 0.2s, background 0.2s;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.gift-type.is-active,
.gift-type:hover {
  border-color: #5eb8d4;
  background: #fff;
  color: #5eb8d4;
}

.gift-actions {
  margin-top: 20px;
  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;
}

.gift-price {
  color: #f57c2f;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.gift-buy {
  display: inline-block;
  height: 44px;
  padding: 0 32px;
  border-radius: 4px;
  background: #f57c2f;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.gift-buy:hover {
  background: #e36820;
  color: #fff;
}

.gift-thumbs-wrap {
  width: 100%;
  padding: 24px 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
}

.gift-thumbs {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 8px 48px 28px;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gift-thumbs.swiper {
  overflow: visible;
}

.gift-thumbs__track,
.gift-thumbs .swiper-wrapper {
  overflow: visible;
}

.gift-thumbs__item,
.gift-thumbs .swiper-slide {
  width: auto;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
}

.gift-stage.is-in .gift-thumbs .swiper-slide {
  -webkit-animation: gift-thumb-in 0.5s ease-out forwards;
  animation: gift-thumb-in 0.5s ease-out forwards;
}

.gift-stage.is-in .gift-thumbs .swiper-slide:nth-child(1) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.gift-stage.is-in .gift-thumbs .swiper-slide:nth-child(2) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.gift-stage.is-in .gift-thumbs .swiper-slide:nth-child(3) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.gift-stage.is-in .gift-thumbs .swiper-slide:nth-child(4) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.gift-stage.is-in .gift-thumbs .swiper-slide:nth-child(5) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes gift-thumb-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(28px);
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes gift-thumb-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(28px);
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.gift-thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: var(--shadow);
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gift-thumbs__item.is-active .gift-thumb,
.gift-thumbs .swiper-slide.is-active .gift-thumb,
.gift-thumb:hover {
  border-color: #7ec8e0;
  -webkit-box-shadow: 0 8px 24px rgba(30, 70, 100, 0.09);
  box-shadow: 0 8px 24px rgba(30, 70, 100, 0.09);
  box-shadow: var(--shadow-hover);
}

.gift-thumb__img,
.gift-thumb img {
  display: block;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gift-thumbs__prev,
.gift-thumbs__next {
  width: 36px;
  height: 36px;
  top: 50%;
  margin-top: -30px;
  color: #5eb8d4;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(30, 70, 100, 0.05);
  box-shadow: var(--shadow);
  z-index: 6;
  opacity: 1;
  pointer-events: auto;
}

.gift-thumbs .swiper-button-disabled,
.gift-thumbs .swiper-button-lock {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer;
}

.gift-thumbs__prev::after,
.gift-thumbs__next::after {
  font-size: 14px;
  font-weight: 700;
}

.gift-thumbs__prev {
  left: 0;
}

.gift-thumbs__next {
  right: 0;
}

.no-object-fit .gift-media,
.no-object-fit .gift-thumb {
  position: relative;
}

.no-object-fit .gift-media__img,
.no-object-fit .gift-media img,
.no-object-fit .gift-thumb__img,
.no-object-fit .gift-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}

html.is-ie .gift-stage__body {
  background-size: cover;
}

html.is-ie .gift-showcase {
  display: block;
  width: 1144px;
  *zoom: 1;
}

html.is-ie .gift-showcase:before,
html.is-ie .gift-showcase:after {
  content: " ";
  display: table;
}

html.is-ie .gift-showcase:after {
  clear: both;
}

html.is-ie .gift-media {
  float: left;
  width: 560px;
  max-width: 50%;
}

html.is-ie .gift-media::before,
html.is-ie .gift-media.is-cover-play::before {
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation: none;
  animation: none;
}

html.is-ie .gift-media::after,
html.is-ie .gift-media.is-cover-play::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-animation: none;
  animation: none;
}

html.is-ie .gift-info {
  float: left;
  width: 50%;
  margin: 0 70px;
}

html.is-ie .gift-thumbs__track,
html.is-ie .gift-thumbs .swiper-wrapper {
  display: block;
  *zoom: 1;
}

html.is-ie .gift-thumbs__track:before,
html.is-ie .gift-thumbs__track:after,
html.is-ie .gift-thumbs .swiper-wrapper:before,
html.is-ie .gift-thumbs .swiper-wrapper:after {
  content: " ";
  display: table;
}

html.is-ie .gift-thumbs__track:after,
html.is-ie .gift-thumbs .swiper-wrapper:after {
  clear: both;
}

html.is-ie .gift-thumbs__item,
html.is-ie .gift-thumbs .swiper-slide {
  float: left;
  width: 18%;
  margin-right: 2%;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-animation: none;
  animation: none;
}

html.is-ie .gift-thumbs__prev,
html.is-ie .gift-thumbs__next {
  display: none;
}

@media (max-width: 1199px) {
  .gift-stage__body {
    padding: 40px 40px 24px 56px;
  }

  .gift-showcase {
    width: 100%;
  }

  .gift-thumbs-wrap {
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .gift-media {
    width: 40%;
    max-width: 40%;
  }

  .gift-media__img,
  .gift-media img {
    height: 360px;
  }

  .gift-info {
    margin: 0 40px;
  }
}

@media (max-width: 991px) {
  .gift-section {
    padding: 30px 0;
    padding-top: var(--space);
    padding-bottom: var(--space);
  }

  .gift-stage__body {
    padding: 32px 20px 16px;
  }

  .gift-showcase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .gift-media,
  .gift-info {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  .gift-media {
    margin-bottom: 18px;
  }

  .gift-media::before {
    right: 0;
  }

  .gift-media__img,
  .gift-media img {
    height: 340px;
  }

  .gift-name {
    margin: 0 0 18px;
    font-size: 28px;
  }

  .gift-desc {
    margin: 0 0 24px;
  }

  .gift-actions {
    margin-top: 16px;
  }

  .gift-price {
    font-size: 28px;
  }

  .gift-buy {
    height: 40px;
    padding: 0 24px;
    line-height: 40px;
  }

  .gift-thumbs-wrap {
    padding: 16px 0 48px;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .gift-thumbs {
    margin: 0;
    width: 100%;
    padding: 0 40px;
  }

  .gift-thumb__img,
  .gift-thumb img {
    height: 88px;
  }

  html.is-ie .gift-media,
  html.is-ie .gift-info {
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .gift-section {
    padding: 30px 0;
    padding-top: var(--space);
    padding-bottom: var(--space);
  }

  .gift-stage__body {
    padding: 24px 16px 12px;
  }

  .gift-thumbs-wrap {
    padding-bottom: 36px;
  }

  .gift-media img {
    height: 260px;
  }

  .gift-name {
    margin: 0 0 14px;
    font-size: 24px;
  }

  .gift-desc {
    margin: 0 0 18px;
    font-size: 14px;
  }

  .gift-types__label {
    font-size: 14px;
    line-height: 30px;
  }

  .gift-type {
    height: 30px;
    padding: 0 14px;
    font-size: 13px;
    line-height: 28px;
  }

  .gift-actions {
    margin-top: 14px;
  }

  .gift-price {
    font-size: 24px;
  }

  .gift-buy {
    height: 36px;
    padding: 0 18px;
    font-size: 15px;
    line-height: 36px;
  }

  .gift-thumb__img,
  .gift-thumb img {
    height: 72px;
  }
}


@media (prefers-reduced-motion: reduce) {
  .gift-media::before,
  .gift-media.is-cover-play::before {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-animation: none;
    animation: none;
  }

  .gift-media::after,
  .gift-media.is-cover-play::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-animation: none;
    animation: none;
  }

  .gift-thumbs .swiper-slide,
  .gift-stage.is-in .gift-thumbs .swiper-slide {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-animation: none;
    animation: none;
  }
}


@media (max-width: 767px) {
  .gift-section,
  .gift-stage {
    overflow-x: hidden;
  }

  .gift-thumbs-wrap {
    overflow: visible;
  }

  .gift-thumbs {
    overflow: visible;
  }
}

