.gift-body { background: #fff; }
.gift-page { background: #fff; }
.gift-intro { padding: 0 20px 90px; background: #fff; }
.gift-intro-card { width: min(880px, 100%); min-height: 370px; margin: 0 auto; padding: 16px 60px 42px; background: #f5f5f5; }
.gift-intro-card h1 { margin: 0 0 34px; font-size: 30px; font-weight: 600; line-height: 1.25; }
.gift-intro-card p, .gift-intro-card li { font-size: 20px; font-weight: 300; line-height: 1.55; }
.gift-intro-card p { margin: 0; }
.gift-intro-card ul { margin: 0 0 11px; padding-left: 21px; }
.gift-products { padding: 105px 20px 90px; background: #f4f4f4; }
.gift-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 85px 40px; width: min(1160px, 100%); margin: 0 auto; }
.gift-card { position: relative; min-width: 0; text-align: center; }
.gift-card-media { position: relative; display: block; width: 100%; overflow: hidden; border: 0; border-radius: 29px; padding: 0; background: #ead8bd; cursor: pointer; }
.gift-card-media img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.gift-favorite { position: absolute; z-index: 2; top: 10px; right: 10px; display: grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 50%; padding: 0 0 2px; color: #111; background: #fff; font-family: Arial, sans-serif; font-size: 31px; line-height: 1; cursor: pointer; }
.gift-favorite.is-favorite { color: #e33; }
.gift-card h2 { min-height: 54px; margin: 21px 0 8px; font-size: 20px; font-weight: 400; line-height: 1.35; }
.gift-price { margin: 0 0 19px; font-size: 16px; font-weight: 400; line-height: 1.3; }
.gift-buy { min-width: 145px; min-height: 36px; border: 0; border-radius: 30px; padding: 9px 15px; color: #fff; background: #ff8562; font-size: 13px; font-weight: 600; line-height: 1.2; cursor: pointer; }
.gift-buy:hover { background: #ef7655; }
.gift-footer { padding-top: 70px; background: #f4f4f4; }
@media (max-width: 980px) {
  .gift-intro { padding-bottom: 60px; }
  .gift-intro-card { min-height: 0; padding: 32px 38px 38px; }
  .gift-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 58px 28px; max-width: 720px; }
}
@media (max-width: 560px) {
  .gift-intro { padding: 0 12px 40px; }
  .gift-intro-card { padding: 26px 20px 30px; }
  .gift-intro-card h1 { margin-bottom: 24px; font-size: 25px; }
  .gift-intro-card p, .gift-intro-card li { font-size: 17px; }
  .gift-products { padding: 55px 12px 65px; }
  .gift-grid { gap: 44px 12px; }
  .gift-card-media { border-radius: 18px; }
  .gift-favorite { top: 7px; right: 7px; width: 38px; height: 38px; font-size: 26px; }
  .gift-card h2 { min-height: 48px; margin-top: 14px; font-size: 16px; }
  .gift-price { margin-bottom: 14px; font-size: 14px; }
  .gift-buy { min-width: 0; width: 100%; padding: 8px 7px; font-size: 11px; }
  .gift-footer { padding-top: 45px; }
}
