/** Shopify CDN: Minification failed

Line 428:23 Unterminated string token

**/


/* CSS from section stylesheet tags */
/* @font-face {
    font-family: "ShipporiMincho-Medium";
    font-style: normal;
    font-display: swap;
    src: url("/cdn/shop/files/ShipporiMincho-Medium.ttf?v=1750736355") format("TrueType");
  }
  @font-face {
    font-family: "ShipporiMincho-Bold";
    font-style: normal;
    font-display: swap;
    src: url("/cdn/shop/files/ShipporiMincho-Bold.ttf?v=1750761202") format("TrueType");
  }
  @font-face {
    font-family: 'ShipporiMincho-Regular';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/cdn/shop/files/ShipporiMincho-Regular.woff2?v=1760005105") format("woff2"),
        url("/cdn/shop/files/ShipporiMincho-Regular.woff?v=1760005105") format("woff");
  } */
  @font-face {
    font-family: 'Jost-ExtraLight';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/cdn/shop/files/Jost-ExtraLight.woff2?v=1760152855") format("woff2"),
        url("/cdn/shop/files/Jost-ExtraLight.woff?v=1760152855") format("woff");
  }
  .section-bannerinfo-text{
      position: relative;
      line-height: 0;
  }
  .section-bannerinfo-text .info-text {
    position: absolute;
    z-index: 1;
    top: 18%;
    left: 55%;
    font-size: 1.4vw;
    color: #000000;
    padding: 0 2vw;
  }
  .section-bannerinfo-text .info-text p {
    margin-bottom: 0.2em;
  }
  .section-bannerinfo-text .info-text .content-title {
    color: #fe3593;
    font-size: calc(50 * 100vw/ 1920);
    margin-bottom: calc(30 * 100vw/ 1920);
    font-family: "ShipporiMincho-Bold";
    font-family: 'Shippori Mincho';  /* ✅ 统一名称 */
    font-weight: 700;  /* Bold */
  }
   .section-bannerinfo-text .content-title-1 {
     position: absolute;
     left: 0;
     top: 54%;
     width: 100%;
     text-align: center;
     font-family: "ShipporiMincho-Bold";
     font-family: 'Shippori Mincho';  /* ✅ 统一名称 */
     font-weight: 700;  /* Bold */
     color: #fff;
	   font-size: calc(88 * 100vw/ 1920);
   }
  .section-bannerinfo-text .info-text .content-body {
    color: #000000;
    font-size: calc(24 * 100vw/ 1920);
    font-family: 'ShipporiMincho-Regular';
    font-family: 'Shippori Mincho';  /* ✅ 统一名称 */
    font-weight: 400;  /* Regular */
  }
  .section-bannerinfo-text .info-text .content-body .highlight {
    font-family: 'Lato-Black';
    color: #fe3593;
  }
  .section-bannerinfo-text .info-text .button-box {
    display: inline-block;
    margin-top: calc(58 * 100vw / 1920);
    background-color: #ffffff;
    font-family: 'ShipporiMincho-Bold';
    font-family: 'Shippori Mincho';  /* ✅ 统一名称 */
    font-weight: 700;  /* Bold */
    color: #333;
    font-size: calc(17 * 100vw / 1920);
	  border-radius: 0;
    height: calc(40 * 100vw / 1920);
    line-height: calc(40 * 100vw / 1920);
    padding: 0px calc(36 * 100vw / 1920);
    min-width: calc(257 * 100vw / 1920);
    text-align: center;
  }
  @media screen and (max-width:769px) {
    .section-bannerinfo-text .info-text {
        top: 10%;
        left: 0%;
        width: 100%;
        padding: 0px 4%;
        text-align: center;
    }
    .section-bannerinfo-text .info-text .content-title {
      font-size: 4.83vw;
    }
    .section-bannerinfo-text .info-text .content-body {
      color: #000000;
      font-size: 2.4154vw;
      font-family: 'ShipporiMincho-Regular';
      font-family: 'Shippori Mincho';  /* ✅ 统一名称 */
      font-weight: 400;  /* Regular */
      line-height: 1.6;
    }
    .section-bannerinfo-text .info-text .button-box {
      margin-top: calc(62 * 100vw / 1242);
      font-size: calc(30 * 100vw / 1242);
      border-radius: 0;
      height: calc(68 * 100vw / 1242);
      line-height: calc(68 * 100vw / 1242);
      padding: 0px calc(44 * 100vw / 1242);
      min-width: calc(280 * 100vw / 1242);
      text-align: center;
    }
    .section-bannerinfo-text .content-title-1 {
     top: 43%;
	   font-size: calc(99 * 100vw/ 1242);
     font-family: "ShipporiMincho-Medium";
     font-family: 'Shippori Mincho';  /* ✅ 统一名称 */
     font-weight: 500;  /* Medium */
   }
  }
.collections-section {
    padding: 3vw 0 3vw 6vw;
    /* font-family: 'ShipporiMincho-Medium'; */
    font-family: var(--home-font-family);
  }
  .collections-section .collections-title {
   font-size: 2.2vw;
    margin-bottom: 10px;
    color:#000000;
    /* font-family: "ShipporiMincho-Bold"; */
    font-family: var(--home-font-family);
    font-weight: bold;
    margin-left:-6vw;
  }
  .collections-section .collections-sub-title {
    font-size: 1.3vw;
   margin-bottom: 40px;
    color:#000000;
    margin-left:-6vw;
  }
  @media screen and (min-width:770px) {
    .swiper-collections .slide-item {
      width: calc((100vw - 245px) / 6);
      margin-right:35px;
    }
  }
  @media screen and (max-width:769px) {
    .collections-section {
    padding: 4vw 3vw;
}
    .collections-section .swiper-wrapper {
      display: grid;
      grid-template: repeat(2, 1fr) / repeat(4, 1fr);
      gap:10px;
    }
    .collections-section .collections-title {
   font-size: 20px;
      margin-left: -3vw;
  }
  .collections-section .collections-sub-title {
       font-size: 10px;
    margin-bottom: 20px;
    margin-left: -3vw;
  }
    .collections-section .collection-title {
      font-size: 12px;
    }
  }
.section-fabric {
    background:#f7f7f7;
    padding: 35px 0;
    margin-bottom: 35px;
  }
  @keyframes textFade {
    0% { opacity: 0; }
    1% { opacity: 1; }
    32% { opacity: 1; }
    33% { opacity: 0; }
    100% { opacity: 0; }
  }
  .text-rotator {
    width: 420px;
    height: 80px;
    text-align: center;
  }
  .text-rotator span {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    animation: textFade 9s infinite steps(1, end);
  }
  .text-rotator span:nth-child(1) {
    animation-delay: 0s;
  }
  .text-rotator span:nth-child(2) {
    animation-delay: 3s;
  }
  .text-rotator span:nth-child(3) {
    animation-delay: 6s;
  }
  .certified-logo {
    width:200px;
    height: auto;
    margin-right: 30px;
  }
  .d-flex-box {
      display: flex;
  }
  .flex-align-center {
    align-items: center;
  }
  .flex-justify-center {
    justify-content: center;
  }
  .section-fabric .pos-rel {
      position: relative;
  }
  .section-fabric .pos-abs {
      position: absolute;
  }
  @media screen and (max-width:769px) {
    .certified-logo {
      width:120px;
      height: auto;
      margin-right:10px;
    }
    .text-rotator {
      width:250px
    }
  }
.section-media {
      position: relative;
    }
    .section-media .image-wrapper {
      line-height: 0;
    }
    .section-media .title-box {
      position: absolute;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      top:0;
      bottom: 77%;
    }
    .section-media .title-box .media-title {
      font-size:2vw;
      font-family: var(--home-font-family);
        color:#000000;
    }
    .title-box .media-info {
        margin-bottom:0;
    }
@media screen and (max-width:769px) {
    .section-media .title-box {
        bottom: 63%;
    }
  .section-media .title-box .media-title {
      font-size: 4.8vw;
      margin-bottom: 5px;
  }
  .title-box .media-info {
        font-size:2vw;
    }
  }
.icon-list {
    padding: 80px;
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0;
  }
  .icon-list .icon-container {
    width: 35px;
    height: 35px;
    background-size: 90%;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  .icon-list .icon-item {
    text-align: center;
    /* max-width: 160px; */
    /* max-width: 221px; */
    /* flex: 1; */
  }
  .icon-list .icon-item .title {
    font-family: 'Jost';
    color: #000000;
    margin-bottom:0;
    font-weight: 600;
  }
  .icon-list .icon-item .desc {
    font-size: 14px;
    color: #000000;
    font-family: 'Jost'
  }
  @media screen and (max-width:480px) {
    .icon-list {
      /* padding: 15px; */
      padding: 15px 0;
      flex-wrap:wrap;
    }
    .icon-list .icon-item {
      width: 50%;
      margin-bottom: 20px;
      padding: 0 5px;
    }
    .icon-list .icon-container {
      width: 20px;
      height: 20px;
    }
    .icon-list .title {
      font-size: 12px;
    }
    .icon-list .icon-item .desc {
      font-size: 11px;
    }
  }
.know-your-lemons-section {
    width: 100%;
  }

  .section-part {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .section-background {
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .section-background img {
    width: 100%;
    height: auto;
    display: block;
  }

  .section-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 40%;
    padding: 20px;
    pointer-events: none;
  }
  .section-content-2 {
transform: translateY(-40%) !important;
  }

  .section-text ul li {
     position: relative;
     padding-left: 20px;
     margin-bottom: 8px;
     /* display: flex;
    align-items: center; */
   }
   
   .section-text ul li::before {
     content: "•";
     position: absolute;
     left: 0;
     color: #be10a8;
     font-size: 40px;
     line-height: 1;
     top: -4px;
   }

  .section-content * {
    pointer-events: auto;
  }

  .content-position-left {
    left: 8%;
    transform: translateY(-60%);
  }

  .content-position-center {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .content-position-right {
    right: 8%;
    transform: translateY(-50%);
  }

        .section-title {
     font-size: 2.5vw;
     margin-bottom: 20px;
     color: #000;
   }

  .section-text {
    font-size: 1vw;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #000;
    font-family: "Jost";
  }

  .section-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #be10a8;
    color: white;
    text-decoration: none;
    font-family: 'Jost;
  }
  .section-text-4 {
    color:#ffffff;
  }

  /* 移动端样式 */
  @media (max-width: 767px) {
    .section-content {
          max-width: 90%;
    padding: 10px 5px;
    }

    .content-position-left,
    .content-position-right {
        left: 5%;
        right: auto;
        transform: none;
        top: 3%;
        bottom: 0;
    }

    .section-content-2 {
transform: none !important;
  }

    .content-position-center {
      left: 50%;
      transform: translate(-50%, -50%);
    }

              .section-title {
       font-size: 22px;
       margin-bottom: 10px;
     }

    .section-text {
      font-size: 2.5vw;
      margin-bottom: 0;
    }

    .section-button {
          padding: 5px 20px;
    font-size: 12px;
    }
    .section-button-1, .section-button-3 {
        position: absolute;
        bottom:3%;
        left:50%;
        transform: translateX(-50%);
    }
    .section-button-3 {
        bottom:6%;
    }
    .section-text ul li {
        margin-bottom: 0px;
        padding-left: 10px;
    }
    .section-text ul li::before {
        font-size: 30px;
    }
    .section-content-2 {
        top:19%;
    }
    .section-text-2 p{
        margin-bottom: 0;
    }
    .section-button-2 {
        background-color: transparent;
        color:#be10a8;
        text-decoration: underline;
        padding: 0;
    }
    .section-content-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        left:0;
        top:0;
        max-width: 100%;
        align-items: center;
        text-align: center;
    }
  }
@font-face {
    font-family: "Jost-Medium";
    font-style: normal;
    font-display: fallback;
    src: url("/cdn/shop/files/Jost-Medium.ttf?v=1753687883") format("TrueType");
  }
  .our-charity {
    background:#fff4fa;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .our-charity p {
    word-wrap: break-word;
    line-height: 1.4;
  }
  .our-charity .charity-item {
    padding: 3vw 0;
    border-bottom:1px solid #c4c4c4;
    gap: calc(97vw / 1920* 100);
    width: calc(1397vw / 1920* 100);
  }
  .charity-item .image-box {
    width: 30%;
    flex-shrink: 0;
  }
  .our-charity .charity-item:last-of-type {
    border-bottom:none;
  }
  .charity-item .item-title {
   font-size: 2vw;
    color: #bc02ad;
    font-family: 'Jost-Medium';
  }
  .charity-item .content-box {
    /* flex:1; */
    flex-shrink: 0;
    width: calc(793vw / 1920* 100);
  }
  .charity-item .item-content {
    font-size: 1vw;
    color: #484546;
    font-family: "Jost";
  }
  .charity-item .view-btn {
    text-decoration: underline;
	font-size: 1vw;
  
      color: #0C0C0C;
  }
  /* 证书弹窗样式 - 纵向排列 */
  .certificate-container {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    overflow-y: auto;
    padding: 2vw;
  }
  .certificate-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  @media screen and (max-width:769px) {
    .our-charity {
      padding: 8vw 10vw 0 10vw;
    }
    .our-charity .charity-item {
      flex-direction:column;
      padding: 0 0 5vw 0;
      width: unset;
      border-bottom: 0px;
    }
    .charity-item .content-box {
      width: 100%;
      word-break: break-word;
    }
    .charity-item .item-title {
     font-size: 4vw;
    }
    .charity-item .item-content {
      font-size: 2vw;
    }
    .charity-item .image-box {
      width: 100%;
    }
    .charity-item .view-btn {
    	font-size: 2vw;
    }
    /* 移动端证书弹窗样式 */
    .certificate-container {
      gap: 4vw;
      padding: 4vw;
    }
  }
.pd-collections-wrapper {
   padding: 50px 10vw;
  }
  .collection-item {
    margin-bottom: 30px;
  }
  .collection-item .main-img {
        width: 33.8%;
    margin-right: 10px;
  }
  .collection-item .swiper-collection {
    flex: 1;
  }
  .main-img .image-title {
    left:0;
    bottom:0;
    width:100%;
    top: 78%;
    color: #000000;
  }
  .main-img .image-title .image-title-main {
    font-family: "ShipporiMincho-Bold";
    font-family: 'Shippori Mincho';  /* ✅ 统一名称 */
    font-weight: 700;  /* Bold */
    font-size:2vw;
  }
  .main-img .image-title .shop-text {
    font-family: var(--home-font-family);
    font-size:1vw;
  }
  .swiper-wrapper .product-item {
    width: calc((52.96vw - 30px) / 3);
    margin-right:10px;
  }
  .pd-collections-wrapper .swiper-button-next, .pd-collections-wrapper .swiper-button-prev {
    color:#000000;
  }
  @media screen and (max-width:769px) {
    .pd-collections-wrapper {
       padding: 40px 0 0 0;
    }
    .collection-item .main-img {
      margin-right:0;
    }
    .collection-item{
      flex-wrap:wrap;
    }
    .collection-item .main-img {
      width:100%;
      margin-bottom: 25px;
    }
    .collection-item .swiper-collection {
      width:100%;
      flex:unset;
    }
    .main-img .image-title .image-title-main {
    font-size:22px;
  }
  .main-img .image-title .shop-text {
    font-size: 11px;
  }
    .swiper-wrapper .product-item {
      width: calc((100vw - 15px) / 3.2);
      margin-right:5px;
    }
    .pd-collections-wrapper .swiper-button-next, .pd-collections-wrapper .swiper-button-prev {
     display: none;
    }
  }
.style-links-section {
    padding: 4vw 0;
    
  }
  .style-links-section .styles-wrapper {
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .styles-wrapper .style-item {
    border-radius: 3vw;
    padding: 0 40px;
    background:#f4c0d8;
    cursor:pointer;
    /* font-family: 'ShipporiMincho-Medium'; */
    font-family: var(--home-font-family);
    color: #333333;
    height:60px;
    line-height:60px;
    margin-right: 10px;
  }
  .styles-wrapper .style-item.active {
    /*background: linear-gradient(#83559d, #83559d),
    linear-gradient(#f9e1ed, #f9e1ed);*/
    background: #d617c7;
    color:#ffffff;
  }
  .style-item .icon-img {
    margin-right:10px;
  }
  .style-links-section .style-title {
    font-size: 2vw;
    /* font-family: 'ShipporiMincho-Medium'; */
    font-family: var(--home-font-family);
    color:#000000;
    margin-bottom: 30px;
  }
    @media(min-width: 769px){
      .style-links-section {
      padding: 0;
    }
    .style-links-section .style-title {
      padding-top: 6vw;
      font-family: "ShipporiMincho-Bold";
      font-family: 'Shippori Mincho';  /* ✅ 统一名称 */
      font-weight: 700;  /* Bold */
    }
    .style-links-section .styles-wrapper {
      padding-bottom: calc(81 *100vw/1920);
    }
  }
  @media screen and (max-width:769px) {
    .style-links-section {
      padding: 0px;
      
    }
    .style-links-section .styles-wrapper {
      padding-bottom: calc(181 *100vw/1242);
    }
    .style-links-section .style-title {
        font-size: calc(63 * 100vw / 1242);
        width: calc(820 * 100vw / 1242);
        margin-left: auto;
        margin-right: auto;
        font-size: 6vw;
        line-height: 1.4;
    }
    .style-links-section .styles-wrapper {
        gap: 15px;
      /* padding: 0 25px; */
    }
    .styles-wrapper .style-item {
      padding: 0 16px;
     font-size: 11px;
      border-radius: 20px;
      height:36px;
    line-height:36px;
    }
    .style-item .icon-img {
      margin-right: 5px;
        width: 12px;
        height: auto;
    }
    /* .style-link-item {
      display: flex;
      width: calc(50% - 15px);
    } */
    .style-links-section .style-title {
      padding-top: calc(200 * 100vw / 1242);
    }
  }
.chrismas-bottom {
    font-family: 'Jost';
    position: relative;
  }
  

  .code-content {
    display:flex;
  }
  .code-content .modal-img {
    width: 375px;
    line-height: 0;
  }
  .code-content .modal-text {
    width:375px;
    display:flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .code-content .modal-title {
    color: #0D0C16 !important;
    font-size: 33px !important;
    font-family: "jost";
    font-style: italic;
    font-weight: bold;
    line-height: 0.9;
    margin-bottom: 15px;
  }
  .code-content .modal-sub-title {
    margin-bottom:10px;
  }
  .code-box {
    /* width: 80%; */
    width:230px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: 1px dashed grey;
    position:relative;
    text-align: center;
    background-color:rgb(251,251,255);
    color:grey;
    margin-bottom:10px;
  }
  .shop-btn {
    width:230px;
    height: 40px;
    line-height: 40px;
    color:#ffffff;
    background-color: rgb(13,12,22);
    text-align:center;
    border-radius: 5px;
    cursor:pointer;
    font-family: "Jost-Bold";
  }
  .copy-icon {
    position: absolute;
    right: 10px;
    top:0;
    cursor:pointer;
  }
  .chrismas-bottom .media-row {
    border-bottom: 1px solid #ffffff;
    padding: 20px 0;
    display: flex;
    justify-content: center;
  }
  .chrismas-bottom .media-row .media-img{
    margin: 0 10px;
    height: 25px;
  }
  .chrismas-bottom .subscribe-wrapper {
    /* color: #ffffff; */
    display: flex;
    justify-content: center;
    padding: 4vw 0;
    border-bottom: 1px solid grey;
  }
  .chrismas-bottom .subscribe-inner {
    text-align: center;
  }
  .chrismas-bottom .sub-code {
    font-weight: 700;
    margin-bottom: 20px;
    color:#000000;
    font-size: 20px;
  }
  .chrismas-bottom .customer-form {
    display: flex;
    justify-content: center;
  }
  .chrismas-bottom .input-field {
    height: 35px;
    border-radius: 0;
    border:none;
    outline:none;
  }
  .chrismas-bottom .input-field:focus {
    box-shadow: none;
  }
  .chrismas-bottom .submit-btn {
    background: rgb(158,5,26);
    height: 35px;
    /* width: 90px; */
    text-align:center;
    color:#ffffff;
    padding: 0 10px;
  }
  .chrismas-bottom .social-row {
    display:flex;
    justify-content: center;
    padding: 2vw 0;
  }
  .chrismas-bottom .social-wrapper {
    padding-right: 20px;
    border-right: 1px solid #ffffff;
  }
  .chrismas-bottom .payment-wrapper {
    padding-left: 20px;
  }
  .chrismas-bottom .footer-icon {
    height: 30px;
    border-radius: 4px;
    margin: 0 1px;
  }
  .chrismas-bottom .form-content {
    display:flex;
    align-items:center;
  }
  .chrismas-bottom .sub-title {
    color:#000000;
    font-size: 1.2vw;
  }
  .chrismas-bottom .sub-title p {
    margin-bottom:0;
  }
  @media screen and (min-width:769px) {
    .chrismas-bottom .input-field {
     width: 14vw;
      height: 40px;
    }
    .chrismas-bottom .submit-btn {
      padding: 0 2vw;
      height: 40px;
    }
  }
  .chrismas-bottom .input-field::placeholder {
    color: #909090;
  }
  @media screen and (max-width:768px) {
    .chrismas-bottom .subscribe-wrapper {
      padding: 10vw 0;
      width: 74%;
      margin: 0px auto;
    }
    .code-content {
      width: 278px;
      flex-wrap:wrap;
    }
    .code-content .modal-img {
      width:100%;
    }
    .code-content .modal-text {
      width:100%;
      padding: 5vw 0;
    }
    .chrismas-bottom .sub-title {
      font-size: calc(30 * 100vw / 1242);
    }
    .chrismas-bottom .sub-code {
        margin-bottom: 5px;
        font-size: 4.83vw;
    }

    .chrismas-bottom .input-field {
      height: 35px;
    }
    .chrismas-bottom .submit-btn {
       height: 35px;
    }
     .chrismas-bottom .media-row .media-img{
        height: 10px;
      }
    .chrismas-bottom .footer-icon {
      height: 15px;
      border-radius: 2px;
    }
  }
.xmas-block-subscribe-box {
    font-family: 'Jost';
    position: relative;
    color: #ffffff;
  }
  

  .code-content {
    display:flex;
  }
  .code-content .modal-img {
    width: 375px;
    line-height: 0;
  }
  .code-content .modal-text {
    width:375px;
    display:flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .code-content .modal-title {
    color: #0D0C16 !important;
    font-size: 33px !important;
    font-family: "jost";
    font-style: italic;
    font-weight: bold;
    line-height: 0.9;
    margin-bottom: 15px;
  }
  .code-content .modal-sub-title {
    margin-bottom:10px;
  }
  .code-box {
    /* width: 80%; */
    width:230px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: 1px dashed grey;
    position:relative;
    text-align: center;
    background-color:rgb(251,251,255);
    color:grey;
    margin-bottom:10px;
  }
  .shop-btn {
    width:230px;
    height: 40px;
    line-height: 40px;
    color:#ffffff;
    background-color: rgb(13,12,22);
    text-align:center;
    border-radius: 5px;
    cursor:pointer;
    font-family: "Jost-Bold";
  }
  .copy-icon {
    position: absolute;
    right: 10px;
    top:0;
    cursor:pointer;
  }
  .xmas-block-subscribe-box .media-row {
    border-bottom: 1px solid #ffffff;
    padding: 20px 0;
    display: flex;
    justify-content: center;
  }
  .xmas-block-subscribe-box .media-row .media-img{
    margin: 0 10px;
    height: 25px;
  }
  .xmas-block-subscribe-box .subscribe-wrapper {
    /* color: #ffffff; */
    display: flex;
    justify-content: center;
    padding: calc(125vw / 1920 *100) 0;
    /* border-bottom: 1px solid grey; */
  }
  .xmas-block-subscribe-box .subscribe-inner {
    text-align: center;
  }
  .xmas-block-subscribe-box .sub-code {
    font-family: ShipporiMincho-Bold;
    margin-bottom: 5px;
    font-size: calc(42vw / 1920 * 100);
  }
  .xmas-block-subscribe-box .customer-form {
    display: flex;
    justify-content: center;
  }
  .xmas-block-subscribe-box .input-field {
    height: 35px;
    border-radius: 0;
    border:none;
    outline:none;
  }
  .xmas-block-subscribe-box .input-field:focus {
    box-shadow: none;
  }
  .xmas-block-subscribe-box .submit-btn {
    background: rgb(158,5,26);
    height: 35px;
    /* width: 90px; */
    text-align:center;
    color:#ffffff;
    padding: 0 10px;
    font-weight: 600;
  }
  .xmas-block-subscribe-box .social-row {
    display:flex;
    justify-content: center;
    padding: 2vw 0;
  }
  .xmas-block-subscribe-box .social-wrapper {
    padding-right: 20px;
    border-right: 1px solid #ffffff;
  }
  .xmas-block-subscribe-box .payment-wrapper {
    padding-left: 20px;
  }
  .xmas-block-subscribe-box .footer-icon {
    height: 30px;
    border-radius: 4px;
    margin: 0 1px;
  }
  .xmas-block-subscribe-box .form-content {
    display:flex;
    align-items:center;
  }
  .xmas-block-subscribe-box .sub-title {
    font-size: 1.2vw;
  }
  .xmas-block-subscribe-box .sub-title p {
    margin-bottom:0;
    line-height: 1;
    font-size: calc(22vw / 1920 *100);
  }
.xmas-block-subscribe-box .input-field {
    width: 14vw;
    height: 40px;
    font-family: "jost";
}
.xmas-block-subscribe-box .submit-btn {
    padding: 0 0.5vw;
    height: 40px;
}
  .xmas-block-subscribe-box .input-field::placeholder {
    color: #909090;
  }
  @media screen and (max-width:768px) {
    .xmas-block-subscribe-box .subscribe-wrapper {
      padding: calc(114vw / 1242 * 100) 10px calc(148vw / 1242 * 100) 10px;
      margin: 0px auto;
    }
    .xmas-block-subscribe-box .sub-title p {
        font-size: calc(30vw / 1242 *100);
    }
    .code-content {
      width: 278px;
      flex-wrap:wrap;
    }
    .code-content .modal-img {
      width:100%;
    }
    .code-content .modal-text {
      width:100%;
      padding: 5vw 0;
    }
    .xmas-block-subscribe-box .sub-title {
      font-size: calc(30 * 100vw / 1242);
    }
    .xmas-block-subscribe-box .sub-code {
        margin-bottom: 5px;
        font-size: calc(60vw / 1242 * 100);
    }

    .xmas-block-subscribe-box .input-field {
      height: 35px;
      width: calc(602vw / 1242 * 100);
    }
    .xmas-block-subscribe-box .submit-btn {
       height: 35px;
       padding: 0 3vw;
    }
     .xmas-block-subscribe-box .media-row .media-img{
        height: 10px;
      }
    .xmas-block-subscribe-box .footer-icon {
      height: 15px;
      border-radius: 2px;
    }
  }