/** Shopify CDN: Minification failed

Line 841:6 Unexpected "{"
Line 841:7 Expected identifier but found "%"
Line 841:41 Unexpected "{"
Line 841:42 Expected identifier but found "%"

**/
  .cgp {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    padding: clamp(24px, 4vw, 100px) clamp(16px, 3vw, 40px);
    background-color: #fff;
  }

  .cgp__panel {
    max-width: 1520px;
    margin: 0 auto;
    padding: clamp(20px, 3vw, 36px) clamp(16px, 2.5vw, 32px);
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #fef6ca;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }

  .cgp__head {
    position: relative;
    text-align: center;
  }

  .cgp__head-title {
    margin: 0 0 8px;
    font-size: clamp(24px, calc(24px + (32 - 24) * ((100vw - 375px) / 1545)), 32px);
    font-weight: 700;
    line-height: 1.25;
    color: #1A2C42;
    font-style:italic;
    text-shadow: 3px 2px 1px #00000033;
  }

  .cgp__head-sub {
    margin: 0;
    font-size: clamp(18px, calc(18px + (24 - 18) * ((100vw - 375px) / 1545)), 24px);
    font-weight: 400;
    color: #1A2C42;
    text-shadow: 2px 2px 1px #00000033;
  }

  .cgp__decor {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: clamp(72px, 16vw, 96px);
    line-height: 0;
    pointer-events: none;
    transform: translateY(-50%);
  }

  .cgp__decor img {
    width: 100%;
    height: auto;
    display: block;
  }

  .cgp__coupons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
    gap: clamp(10px, 2vw, 14px);
    margin-bottom: 12px;
  }

  .cgp__coupon {
    display: flex;
    flex-direction: column;
    min-height: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 200, 80, 0.45);
    background: #fff;
    box-sizing: border-box;
  }

  .cgp__coupon--h-20,
  .cgp__coupon--h-80 {
    height: clamp(100px, 36vw, 120px);
  }

  .cgp__coupon--h-50,
  .cgp__coupon--product {
    height: clamp(100px, 40vw, 130px);
  }

  .cgp__coupon--discount {
    background: var(--cgp-coupon-yellow);
    padding: clamp(8px, 1.5vw, 10px) clamp(8px, 1.5vw, 10px) 0;
    gap: 0;
  }

  .cgp__coupon-discount-inner {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    padding: clamp(14px, 3vw, 20px) clamp(10px, 2vw, 14px);
    background: #fff;
    border-radius: 10px;
    line-height: 1;
    box-sizing: border-box;
    min-height: clamp(72px, 20vw, 96px);
  }

  .cgp__coupon-dollar {
    font-size: clamp(46px, calc(46px + (95 - 46) * ((100vw - 375px) / 1545)), 95px);
    font-weight: 400;
    color: var(--cgp-accent);
    letter-spacing: -0.02em;
    align-self: flex-end;
    margin-bottom: 4px;
  }

  .cgp__coupon-num {
    font-weight: 800;
    color: var(--cgp-accent);
    letter-spacing: -0.03em;
    line-height: 0.95;
  }

  .cgp__coupon-num--20,
  .cgp__coupon-num--50 {
    font-size: clamp(54px, calc(54px + (110 - 54) * ((100vw - 375px) / 1545)), 110px);
  }
  .cgp__coupon-num--80 {
    font-size: clamp(54px, calc(54px + (130 - 54) * ((100vw - 375px) / 1545)), 130px);
  }

  .cgp__coupon-off {
    font-size: clamp(24px, calc(24px + (50 - 24) * ((100vw - 375px) / 1545)), 50px);
    font-weight: 400;
    color:#00000080;
    align-self: flex-end;
    margin: 0 0 6px 2px;
    line-height: 1;
  }


  .cgp__coupon--product {
    position: relative;
    overflow: visible;
    background: var(--cgp-coupon-yellow);
    padding: clamp(8px, 1.5vw, 10px) clamp(8px, 1.5vw, 10px) 0;
    gap: 0;
  }

  .cgp__coupon-product-inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: clamp(88px, 24vw, 110px);
  }

  .cgp__coupon-product-content {
    flex: 1 1 auto;
    min-width: 0;
  }

  .cgp__coupon-product-text--desktop {
    display: none;
  }

  .cgp__coupon-product-text--mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    line-height: 1.3;
  }

  .cgp__coupon-product-name {
    font-size: clamp(8px, calc(8px + (16 - 8) * ((100vw - 375px) / 1545)), 16px);
    font-weight: 500;
    color: #1A2C42;
  }

  .cgp__coupon-product-value-stack {
    display: inline-flex;
    align-items: flex-end;
    gap: 1px;
    line-height: 1;
  }

  .cgp__coupon-product-text--mobile .cgp__coupon-value-dollar {
    font-size: clamp(10px, calc(10px + (16 - 10) * ((100vw - 375px) / 1545)), 16px);
    font-weight: 400;
    color: #1b2d4a;
    align-self: flex-end;
    margin-bottom: 2px;
  }

  .cgp__coupon-product-text--mobile .cgp__coupon-value-num {
    font-size: clamp(14px, calc(14px + (20 - 14) * ((100vw - 375px) / 1545)), 20px);
    font-weight: 700;
    color: var(--cgp-accent);
    letter-spacing: -0.02em;
  }

  .cgp__coupon-value-word {
    font-size: clamp(10px, calc(10px + (16 - 10) * ((100vw - 375px) / 1545)), 16px);
    font-weight: 400;
    color: #1b2d4a;
  }

  .cgp__coupon-product-link {
    flex: 0 0 clamp(64px, 18vw, 80px);
    display: block;
    line-height: 0;
  }

  .cgp__coupon-product-link img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    transition: transform 1s ease;
  }
  .cgp__coupon-bottom {
    flex: 0 0 auto;
    padding: clamp(5px, 2vw, 6px) 5px;
    text-align: center;
    font-size: clamp(14px, calc(14px + (28 - 14) * ((100vw - 375px) / 1545)), 28px);
    font-weight: 400;
    color: #1A2C42;
    line-height: 1.3;
    text-shadow: 2.66px 2.66px 5.31px #00000040;
  }

  .cgp__coupon-bottom--product {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-left: clamp(8px, 2vw, 12px);
    padding-right: clamp(8px, 2vw, 12px);
  }


  .cgp__coupon-bottom-text {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
    margin-left:-20px;
  }

  .cgp__coupon-bottom-cart img {
    width: clamp(22px, 5vw, 45px);
    height: auto;
    display: block;
    object-fit: contain;
  }

  .cgp__note {
    margin: 0 0 clamp(20px, 3vw, 28px);
    text-align: center;
    font-size: clamp(12px, calc(12px + (20 - 12) * ((100vw - 375px) / 1545)), 20px);
    color: #1A2C42;
    font-weight:400;
    text-shadow: 1px 1px 2px #00000040;
  }

  .cgp__divider {
    height: 0;
    border: none;
    border-top: 1px dashed #FFD300;
    margin: 0 0 clamp(20px, 3vw, 28px);
  }

  .cgp__gifts-head {
    margin: 0 0 clamp(16px, 2.5vw, 24px);
    text-align: center;
    font-size: clamp(18px, calc(18px + (32 - 18) * ((100vw - 375px) / 1545)), 32px);
    font-weight: 700;
    font-style: italic;
    color: #1A2C42;
    text-shadow: 3px 2px 1px #00000033;
  }

  .cgp__gifts {
    display: flex;
    flex-direction: column;
    align-items:center;
    gap: clamp(10px, 2vw, 14px);
    margin-bottom: 12px;
  }

  .cgp__gift {
    display: flex;
    align-items: stretch;
    min-height: clamp(88px, 22vw, 110px);
    border-radius: 11.95px;
    overflow: hidden;
    box-sizing: border-box;
    background: #FFD3001A;
  }

  .cgp__gift-media-box {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    background: linear-gradient(180deg, #FEE783 0%, #FEF6CA 100%),
    linear-gradient(0deg, rgba(255, 211, 0, 0.17), rgba(255, 211, 0, 0.17));
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .cgp__gift-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 6px;
    line-height: 0;
    box-sizing: border-box;
  }

  .cgp__gift-media img {
    width: 88%;
    max-width: 62px;
    max-height: 58px;
    height: auto;
    object-fit: contain;
    display: block;
    background: transparent;
    transition: transform 1s ease;
  }
  .cgp__gift-media:hover img {
    transform: scale(1.05);
  }
  .cgp__gift-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: clamp(12px, 2vw, 16px);
    min-width: 0;
  }

  .cgp__gift--decor {
    position: relative;
    overflow: visible;
  }

  .cgp__gift-media-wrap {
    position: relative;
    flex: 0 0 clamp(72px, 20vw, 88px);
    flex-shrink: 0;
    align-self: center;
    padding:8px;
    box-sizing: border-box;
  }

  .cgp__gift-decor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: clamp(90px, 8vw, 130px);
    height:auto;
    pointer-events: none;
    transform: translate(-3%, -75%);
  }

  .cgp__gift-title {
    margin: 0;
    font-size: clamp(13px, calc(13px + (32 - 13) * ((100vw - 375px) / 1545)), 32px);
    font-weight: 700;
    line-height: 1.25;
    color: #000;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .cgp__gift-title-line {
    display: block;
    width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .cgp__gift-title--mobile {
    display: none;
  }

  .cgp__gift-value {
    margin: 0;
    line-height: 1.3;
  }

  .cgp__gift-price {
    font-size: clamp(18px, calc(18px + (30 - 18) * ((100vw - 375px) / 1545)), 30px);
    font-weight: 600;
    color: var(--cgp-accent);
  }

  .cgp__gift-value-label {
    font-size: clamp(12px, calc(12px + (20 - 12) * ((100vw - 375px) / 1545)), 20px);
    font-weight: 500;
    color: #000000;
  }

  .cgp__gift-note {
    margin: 0;
    text-align: center;
    font-size: clamp(12px, calc(12px + (20 - 12) * ((100vw - 375px) / 1545)), 20px);
    font-weight:400;
    color: #1A2C42;
    text-shadow: 1px 1px 2px #00000040;
  }

  @media screen and (min-width: 990px) {
    .cgp__head {
      text-align: left;
      padding-right: clamp(100px, 14vw, 180px);
      padding-bottom: 0;
      margin-bottom: 0;
      overflow: visible;
    }

    .cgp__decor {
      display: block;
      top: auto;
      bottom: clamp(-12px, -1.4vw, -10px);
      right: clamp(0px, 1.5vw, 12px);
      width: clamp(100px, 10vw, 180px);
      transform: none;
      line-height: 0;
    }

    .cgp__decor img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
      object-position: center bottom;
    }

    .cgp__coupons {
      margin-top: 0;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      align-items: end;
      gap: 16px;
    }

    .cgp__coupon--h-20 {
      height: 211px;
    }

    .cgp__coupon--h-50 {
      height: 225px;
    }

    .cgp__coupon--h-80 {
      height: 239px;
    }

    .cgp__coupon--product {
      height: 253px;
    }

    .cgp__coupon-product-inner {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
    }

    .cgp__coupon-product-link {
      order: 1;
    }

    .cgp__coupon-product-content {
      order: 2;
      width: 100%;
      margin-top:20px;
    }

    .cgp__coupon-product-text--mobile {
      display: none;
    }

    .cgp__coupon-product-text--desktop {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: baseline;
      gap: 0 4px;
      text-align: center;
      line-height: 1.35;
    }

    .cgp__coupon-product-text--desktop .cgp__coupon-value-num {
      font-size: clamp(14px, calc(14px + (20 - 14) * ((100vw - 375px) / 1545)), 20px);
      font-weight: 700;
      color: var(--cgp-accent);
      letter-spacing: -0.02em;
      font-style:italic;
    }

    .cgp__coupon-product-text--desktop .cgp__coupon-value-paren,
    .cgp__coupon-product-text--desktop .cgp__coupon-value-suffix,
    .cgp__coupon-product-text--desktop .cgp__coupon-value-dollar {
      font-size: clamp(10px, calc(10px + (16 - 10) * ((100vw - 375px) / 1545)), 16px);
      font-weight: 500;
      color: #1A2C42;
    }

    .cgp__coupon--product .cgp__coupon-product-link {
      flex: 0 0 auto;
      width: clamp(56px, 9vw, 118px);
      margin-top: 40px;
    }

    .cgp__coupon--product .cgp__coupon-product-link img {
      max-height: 96px;
      width: 92%;
      margin: 0 auto;
    }

    .cgp__coupon--product .cgp__coupon-bottom {
      border-top: none;
    }

    .cgp__gifts {
      flex-direction: row;
      gap: 20px;
    }

    .cgp__gift {
      flex: 1 1 0;
      min-height: 120px;
    }

    .cgp__gift-media-wrap {
      flex: 0 0 100px;
    }

    .cgp__gift-media-box {
      width: 146px;
      height: 163px;
    }

    .cgp__gift-media img {
      max-width: 128px;
      max-height: 100px;
    }

    .cgp__gift-title--desktop {
      display: flex;
      flex-direction: column;
    }

    .cgp__gift-title--desktop,
    .cgp__gift-title--desktop .cgp__gift-title-line {
      white-space: normal;
      overflow-wrap: break-word;
    }

    .cgp__gift-title--mobile {
      display: none;
    }
  }

  @media screen and (min-width: 990px) and (max-width: 1199px) {
    .cgp__coupon-bottom-cart img {
      width: clamp(22px, 8vw, 30px);
      height: auto;
      display: block;
      object-fit: contain;
    }
    .cgp__head {
      padding-right: clamp(88px, 13vw, 130px);
    }

    .cgp__decor {
      width: clamp(80px, 11vw, 115px);
      right: 0;
    }

    .cgp__coupon--h-20 {
      height: 198px;
    }

    .cgp__coupon--h-50 {
      height: 212px;
    }

    .cgp__coupon--h-80 {
      height: 226px;
    }

    .cgp__coupon--product {
      height: 240px;
    }

    .cgp__coupon-dollar {
      font-size: clamp(42px, calc(42px + (78 - 42) * ((100vw - 990px) / 210)), 78px);
    }

    .cgp__coupon-off {
      font-size: clamp(20px, calc(20px + (42 - 20) * ((100vw - 990px) / 210)), 42px);
    }

    .cgp__coupon-bottom {
      font-size: clamp(14px, calc(14px + (22 - 14) * ((100vw - 990px) / 210)), 22px);
    }

    .cgp__coupon-product-text--desktop .cgp__coupon-value-num {
      font-size: clamp(13px, calc(13px + (17 - 13) * ((100vw - 990px) / 210)), 17px);
    }

    .cgp__coupon-product-text--desktop .cgp__coupon-value-paren,
    .cgp__coupon-product-text--desktop .cgp__coupon-value-suffix,
    .cgp__coupon-product-text--desktop .cgp__coupon-value-dollar {
      font-size: clamp(9px, calc(9px + (14 - 9) * ((100vw - 990px) / 210)), 14px);
    }

    .cgp__coupon--product .cgp__coupon-product-link {
      width: clamp(52px, 8vw, 96px);
      margin-top: 32px;
    }

    .cgp__coupon--product .cgp__coupon-product-link img {
      max-height: 84px;
    }
  }

  @media screen and (max-width: 989px) {
    .cgp__head-title {
      font-weight:600;
      color: #000000;
      font-style: normal;
      text-shadow: none;
    }
    .cgp__head-sub {
      font-weight:600;
      color: #333333;
      font-style: normal;
      text-shadow: none;
      margin:15px 0;
    }
    .cgp__coupon-bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: clamp(28px, 4.5vw, 36px);
      padding: clamp(8px, 1.4vw, 10px) 8px;
      line-height: 1.25;
      text-shadow: 1.32px 1.32px 2.64px #00000040;
    }

    .cgp__coupon-bottom--product {
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      gap: 4px;
      min-height: clamp(28px, 4.5vw, 36px);
      padding: clamp(8px, 1.4vw, 10px) 8px;
    }

    .cgp__coupon-bottom--product .cgp__coupon-bottom-text {
      flex: 0 1 auto;
      margin-left: 0;
      white-space: nowrap;
      line-height: 1.2;
      margin-left:-10px;
    }

    .cgp__coupon-bottom--product .cgp__coupon-bottom-cart {
      flex: 0 0 auto;
      width: clamp(22px, 4.8vw, 28px);
      margin-right:-10px;
    }

    /* 移动端：四张卡统一高度，底栏留足空间 */
    .cgp__coupon--h-20,
    .cgp__coupon--h-50,
    .cgp__coupon--h-80,
    .cgp__coupon--product {
      height: clamp(100px, 40vw, 130px);
    }

    .cgp__coupon--h-20.cgp__coupon--discount,
    .cgp__coupon--h-50.cgp__coupon--discount,
    .cgp__coupon--h-80.cgp__coupon--discount {
      padding: clamp(8px, 1.5vw, 10px) clamp(8px, 1.5vw, 10px) 0;
    }

    .cgp__coupon--product {
      padding: clamp(8px, 1.5vw, 10px) clamp(8px, 1.5vw, 10px) 0;
    }

    .cgp__coupon--h-20 .cgp__coupon-discount-inner,
    .cgp__coupon--h-50 .cgp__coupon-discount-inner,
    .cgp__coupon--h-80 .cgp__coupon-discount-inner {
      align-items: flex-end;
      justify-content: center;
      flex-wrap: nowrap;
      padding: clamp(8px, 2vw, 12px) clamp(8px, 2vw, 10px);
      min-height: 0;
    }

    .cgp__coupon--h-20 .cgp__coupon-dollar,
    .cgp__coupon--h-50 .cgp__coupon-dollar,
    .cgp__coupon--h-80 .cgp__coupon-dollar {
      align-self: flex-end;
      margin-bottom: 4px;
    }

    .cgp__coupon--h-20 .cgp__coupon-off,
    .cgp__coupon--h-50 .cgp__coupon-off,
    .cgp__coupon--h-80 .cgp__coupon-off {
      align-self: flex-end;
      margin: 0 0 6px 2px;
    }

    .cgp__coupon--h-80 .cgp__coupon-num--80 {
      font-size: clamp(54px, calc(54px + (110 - 54) * ((100vw - 375px) / 1545)), 110px);
    }

    .cgp__coupon--product .cgp__coupon-product-inner {
      padding: clamp(10px, 2.2vw, 12px) clamp(8px, 2vw, 10px);
      min-height: 0;
    }

    .cgp__note {
      text-shadow:none;
    }
    .cgp__gifts-head {
      font-weight: 600;
      color: #333333;
      text-shadow: none;
      font-style: normal;
    }
    .cgp__gift-note {
      text-shadow:none;
    }

    .cgp__gift-title--desktop {
      display: none;
    }

    .cgp__gift-title--mobile {
      display: block;
      line-height: 1.2;
      white-space: normal;
      overflow-wrap: break-word;
    }

    .cgp {
      padding: 0;
      margin: 0;
    }

    .cgp__panel {
      width: 100%;
      max-width: none;
      margin: 0;
      border-radius: 0;
      background: linear-gradient(178.87deg, #fef6c8 0.97%, #fffffd 20.54%, #ffffff 49.11%, #fefdea 95.44%);
      padding: clamp(16px, 4vw, 20px) clamp(12px, 3vw, 16px);
      background-repeat: no-repeat;
      background-position: top center;
    }

    .cgp__gift-decor {
      display: none;
    }

    .cgp__coupon-product-inner {
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: clamp(6px, 2vw, 10px);
      margin: 0;
      min-height: 0;
    }

    .cgp__coupon-product-content {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1 1 auto;
      min-width: 0;
    }

    .cgp__coupon-product-link {
      flex: 0 0 clamp(58px, 12vw, 64px);
      display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      margin-top: 0;
      padding-bottom: 0;
    }

    .cgp__coupon-product-link img {
      width: 88%;
      max-height: 88px;
      height: auto;
      margin: 0 auto;
    }

    .cgp__coupon-product-text--desktop {
      display: none;
    }

    .cgp__coupon-product-text--mobile {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      gap: 2px;
    }

    .cgp__coupon-product-text--mobile .cgp__coupon-product-name {
      display: block;
      width: 100%;
      {% comment %} white-space: nowrap; {% endcomment %}
      text-align: center;
    }

    .cgp__coupon-product-text--mobile .cgp__coupon-product-value-stack {
      display: inline-flex;
      justify-content: center;
      align-items: flex-end;
      width: 100%;
    }

    .cgp__coupon-product-text--mobile .cgp__coupon-value-word {
      display: block;
      width: 100%;
      text-align: center;
    }

    .cgp__gift {
      align-items: center;
      padding: 3px;
      width:85%;
    }

    .cgp__gift-media-wrap {
      padding: 3px;
      margin: 0;
    }

    .cgp__gift-media-box {
      width: 81px;
      aspect-ratio: 1;
    }

    .cgp__gift-media img {
      width: 100%;
      max-width: none;
      max-height: 72px;
    }

    .cgp__gift-body {
      justify-content: center;
    }
  
  }

  @media screen and (min-width: 768px) and (max-width: 989px) {
    .cgp__coupon--h-20,
    .cgp__coupon--h-50,
    .cgp__coupon--h-80,
    .cgp__coupon--product {
      height: clamp(158px, 17vw, 178px);
    }

    .cgp__coupon--h-20 .cgp__coupon-discount-inner,
    .cgp__coupon--h-50 .cgp__coupon-discount-inner,
    .cgp__coupon--h-80 .cgp__coupon-discount-inner {
      min-height: clamp(100px, 11vw, 118px);
      padding: clamp(14px, 2vw, 18px) clamp(10px, 1.5vw, 14px);
    }

    .cgp__coupon--product .cgp__coupon-product-inner {
      min-height: clamp(100px, 11vw, 118px);
      padding: clamp(12px, 1.8vw, 16px) clamp(10px, 1.5vw, 12px);
      align-items: center;
    }

    .cgp__coupon--product .cgp__coupon-product-link {
      align-items: center;
      align-self: center;
      margin-top: 0;
    }

    .cgp__coupon-product-link img {
      max-height: clamp(72px, 9vw, 96px);
    }

    .cgp__coupon-bottom,
    .cgp__coupon-bottom--product {
      min-height: clamp(32px, 3.6vw, 40px);
      padding: clamp(9px, 1.2vw, 11px) 8px;
    }
  }
