/** Shopify CDN: Minification failed

Line 701:0 All "@import" rules must come first

**/
.pricing-wrapper {
  background-color: #ffffff;

  .container {
    border-bottom: 1px solid #ccd3d5;
    padding: 0 10px 80px;
  }

  .chip-badge {
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #f4f2f31a;
    border-radius: 4px;
    padding: 0.25rem 0.6rem;
    font-family: Gotham, sans-serif;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
  }

  .chip-badge.is-gold {
    background-color: var(--base-color-brand--gold-10, #a2804f1a);
    color: var(--base-color-brand--gold, #a2804f);
    border: 1px solid #a2804f66;
  }

  .chip-badge.is-grey {
    color: #858585;
    white-space: pre-wrap;
    background-color: #2020200d;
    border: 1px solid #20202033;
    font-size: 0.75rem;
  }

  .chip-badge.white {
    color: var(--border-color--border-secondary);
    background-color: #f4f2f3;
  }

  h1 {
    max-width: 282px;
    font-size: 32px;
    line-height: 1.375;
    text-align: center;
    font-weight: 500;
    color: #00212b;
    letter-spacing: -1.5px;
    margin: 0 auto;
    line-height: 1;
  }

  p {
    text-wrap: pretty;
  }

  .pricing-description {
    max-width: 100%;
    width: 100%;

    p {
      text-align: center;
      color: #00212b;
      font-size: 14px;
      line-height: 20px;
    }
  }

  .pricing-header {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: space-between;
    align-items: center;
    padding: 48px 0;
  }

  .pricing-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;

    h2 {
      font-size: 26px;
      line-height: 26px;
    }

    .pricing-contain {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 100%;

      h2 {
        font-weight: 500;
        color: #01222c;
        letter-spacing: 0.72px;
      }

      .pricing-contain-card {
        margin-top: 12px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        border: 1px solid rgba(34, 34, 34, 0.2);
        border-radius: 16px;
      }

      .image-entity {
        margin: 0;
        display: block;
        width: 20px;
        height: 20px;
        object-fit: contain;
      }

      .pricing-link {
        display: flex;
        flex-direction: column;
      }

      .pricing-title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 26px;
        font-weight: 500;
        line-height: 22.4px;
      }

      .package-image-wrapper {
        overflow: hidden;
        width: 100%;
        aspect-ratio: 1.417;
        background-color: #f4f2f3;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      .pricing-price {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;

        .pricing-money {
          font-size: 24px;
          font-weight: 500;
          line-height: 24px;
        }
      }

      .pricing-total-price {
        margin-top: 6px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
      }

      .package-main-info {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 20px 20px;
        border-bottom: 1px solid rgba(234, 236, 240, 0.2);

        a {
          display: flex;
          flex-direction: column;
          gap: 12px;
        }

        p {
          font-weight: 500;
          font-size: 12px;
          line-height: 16px;
        }
      }

      .product-features {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 20px 20px 32px;

        h3 {
          font-size: 14px;
          font-weight: 500;
          line-height: 20px;
        }

        ul {
          list-style: none;
          padding: 0;
          margin: 0;
          display: flex;
          flex-direction: column;
          gap: 10px;

          li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 12px;
            line-height: 16px;
            color: #00212b;

            img {
              width: 20px;
              height: 20px;
            }
          }
        }
      }

      .btn {
        color: white;
        border: 1px solid #0000;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        text-decoration: none;
        height: 47px;
      }

      * {
        color: inherit;
      }

      a {
        color: inherit;
        text-decoration: none;

        h2 {
          color: inherit;
        }
        p {
          color: inherit;
        }
      }
    }

    .pricing-contain:first-child .package-main-info {
      border-bottom: 1px solid rgba(234, 236, 240, 1);
    }
  }
}

@media screen and (min-width: 600px) {
  .pricing-wrapper {
    .container {
      padding: 0 32px 80px;
    }

    h1 {
      max-width: 1000px;
      font-size: 48px;
    }

    .pricing-description {
      max-width: 588px;
      margin: 0 auto;

      p {
        letter-spacing: -0.03em;
        font-size: 16px;
        line-height: 1.3;
      }
    }

    .pricing-header {
      padding: 64px 0;
    }

    .pricing-list {
      align-items: flex-start;

      h2 {
        font-size: 36px;
        line-height: 36px;
        color: #01222c;
        letter-spacing: -0.48px;
      }

      .pricing-contain {
        .pricing-contain-card {
          height: 100%;
          padding: 0;
          margin-top: 16px;
        }

        .pricing-card-blocks {
          height: 100%;
          display: flex;
          flex-direction: column;
        }

        .image-entity {
          width: 32px;
          height: 32px;
        }

        .package-image-wrapper {
          aspect-ratio: 1.1925;
        }

        .package-main-info {
          gap: 16px;
          flex: 1 1 auto;
          a {
            gap: 16px;
          }

          p {
            font-size: 14px;
            line-height: 20px;
          }
        }

        .product-features {
          padding: 32px 32px 28px;
          gap: 16px;
          h3 {
            font-size: 16px;
            line-height: 24px;
          }

          ul {
            gap: 16px;
            li {
              font-size: 16px;
              line-height: 22px;
              letter-spacing: -0.32px;

              img {
                width: 24px;
                height: 24px;
              }
            }
          }
        }

        .pricing-price {
          font-size: 16px;
          line-height: 22px;

          .pricing-money {
            font-size: 32px;
            line-height: 44px;
            letter-spacing: -1.5px;
          }
        }

        .pricing-total-price {
          margin-top: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 22px;
        }
      }
    }
  }
}

@media screen and (min-width: 992px) {
  .pricing-wrapper {
    .container {
      max-width: 1280px;
      margin: 0 auto;
    }

    h1 {
      font-size: 64px;
      max-width: 1000px;
      letter-spacing: -3.2px;
      margin: 0 auto;
      line-height: 73.6px;
    }

    .pricing-description {
      max-width: 588px;
      margin: 0 auto;

      p {
        letter-spacing: -0.03em;
        font-size: 18px;
        line-height: 1.4;
      }
    }

    .pricing-header {
      padding: 96px 0 40px;
    }

    .package-main-info {
      min-height: 0;
      padding: 32px;
      .btn {
        margin-top: auto;
      }
    }

    .pricing-price-wrapper {
      min-height: 70px;
    }

    .pricing-list {
      flex-direction: row;
      align-items: stretch;
      gap: 32px;
    }
  }
}

.pricing-wrapper {
  .faded-word {
    display: inline-block;
    transform: translateY(45%);
    opacity: 0;
  }
  .faded-activated {
    transition: opacity 0.2s, transform 0.2s;
    opacity: 1;
    transform: translateY(0);
  }

  .faded-word {
    opacity: 0;
    transform: translateY(15px);
    color: #00212bc9;
    transition: opacity 0.1s ease-in-out, transform 0.5s ease-in-out,
      color 0.5s ease-in-out;
  }
  .faded-activated {
    opacity: 1;
    transform: translateY(0);
    /* letter-spacing: -3.2px;
    color: #00212b; */
    line-height: 1.2;
  }
}
.cstm_blackfriday_text {
  text-align: center;
  margin: 0 0 30px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}


/* new css */
.Click-here {
  cursor: pointer;
  color: #fff;
}
.custom-model-main {
  padding: 48px 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  -o-transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  box-shadow: 0 0 #0000, 0 .2px #0000000a, 0 .5px .1px #0000000c, 0 1.1px .5px #0000000d, 0 2.2px 1.3px #0000000e, 0 4.3px 3px #0000000f, 0 8.4px 6.5px #0000000f, 0 16.7px 13.7px #00000010, 0 36.4px 31.3px #0001;
}
.custom-model-wrap {
  position: relative;
  border-radius: 8px;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  position: relative;
  opacity: 1;
  z-index: 999;
}
.model-open .bg-overlay {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #00000094;
  z-index: 99;
}
.bg-overlay {
  display: block !important;
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 999;
  width: 32px;
  height: 32px;
  background: #e86558;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-btn svg.iconify {
  width: 22px;
  height: auto;
}
.pop-up-content-wrap .hbspt-form {
  width: 100%;
  position: static;
  transform: translate(0, 0);
  padding: 32px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ef8d83, #e86558 66%);
  box-shadow: unset;
}
.pop-up-content-wrap .hs-richtext h2 {
  color: #f4f2f3 !important;
  letter-spacing: -.06em !important;
  font-size: 56px;
  font-weight: 500 !important;
  line-height: 1.2;
}
.pop-up-content-wrap .hs-richtext p {
  letter-spacing: -0.32px;
  color: #f4f2f3 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}
.pop-up-content-wrap .hs-form-field .hs-input {
  padding: 11.2px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
}
.pop-up-content-wrap .hs_submit input.hs-button {
  color: #e86558;
  padding: 13.6px 24px;
}
.pop-up-content-wrap .hs-richtext p a {
  display: inline-block !important;
}
button.gift_btn {
  background-color: #AB8E61;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: none;
  border-radius: 5px;
  padding: 7px;
  margin-top: 18px;
  cursor: pointer;
}
.gift-box-content {
  padding: 22px 0;
}
.gift-box-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0;
}
.gift-part-info-wrap span.price,
button.gift_btn{
  font-weight: 700;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0;
  color: #fff;
}
.product_wrp .wrp_svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px){
  .pop-up-content-wrap .hs-richtext h2 {
    font-size: 48px !important;
  }
  .pop-up-content-wrap .hs-richtext {
    margin-bottom: 13px;
    grid-row-gap: 13px;
  }
  .pop-up-content-wrap .hs-richtext p {
    font-size: 13px !important;
  }
  .pop-up-content-wrap .hbspt-form .hs-form-private {
    grid-row-gap: 13px;
  }
  .pop-up-content-wrap .hs-form-field .hs-input {
    padding: 9px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 989px){
  .custom-model-main {
    padding: 38px 68px;
  }
  .pop-up-content-wrap .hs-richtext h2 {
    font-size: 43px !important;
  }
  .pop-up-content-wrap .hs_submit input.hs-button {
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 767px){
  .custom-model-main.model-open {
    padding: 70px 14px;
  }
  .pop-up-content-wrap .hbspt-form {
    padding: 28px 14px;
  }
  .pricing-wrapper .pricing-list .pricing-contain h2 {
    font-size: 30px !important;
  }
  .pop-up-content-wrap .hs-richtext p {
    font-size: 14px !important;
  }
  .pop-up-content-wrap .hs-form-field .hs-input {
    font-size: 14px;
  }
  .pop-up-content-wrap .hs_submit input.hs-button {
    padding: 11px 21px;
    font-size: 15px;
  }
}
.pricing-wrapper .pricing-list .pricing-contain:first-child span.pricing-money {
    font-size: 26px;
}
@media only screen and (min-width: 767px){
  .pricing-wrapper .pricing-list .pricing-contain:first-child .pricing-price-wrapper{
    min-height: 50px;
  }
}

.custom-pricing-link {
  pointer-events: none;
}
/* gift box */
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');
.gift-box-section {
  padding: 20px;
}
.gift-part-info-wrap {
  display: inline-block;
  width: 100%;
  padding: 14px 0 64px;
}
.gift-box-wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
  background-color: #F6F2ED;
  border: 3px solid #AB8E61;
  border-radius: 15px;
  max-width: 600px;
  margin: auto;
  position: relative;
}
.gift-box-image {
  position: relative;
  max-width: 345px;
  display: flex;
}
.gift-box-main {
  border-radius: 10px;
  width: 275px;
  display: block;
  /* height: 181px; */
}
.gift-box-ribbon {
  position: absolute;
  right: -30px;
  top: 0;
  height: 184px;
  display: block;
}
.product_wrp .wrp_svg svg {
  width: 16px;
  height: 16px;
}
.gift-box-heading {
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  margin-bottom: 10px;
}
.gift-box-sub {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  .gift-box-wrap {
    gap: 40px;
  }

  .gift-box-heading {
    font-size: 38px;
  }

  .gift-box-sub {
    font-size: 20px;
  }

  .gift-box-content p {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .gift-box-wrap {
    flex-direction: column;
    text-align: center;
    max-width: 326px;
    gap: 49px;
  }
  .gift-part-info-wrap span.price,
  button.gift_btn {
    font-size: 14px;
  }
  .product_wrp {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gift-box-image {
    max-width: 100%;
  }

  .gift-box-main {
    border-radius: 13px;
    width: 100%;
  }

  .gift-box-ribbon {
    right: -82px;
    width: 80.2px;
    transform: rotate(90deg) translateX(293px);
    transform-origin: 0 0 0;
    top: auto;
    bottom: 0;
    height: auto;
  }

  .gift-box-heading {
    font-size: 34px;
  }

  .gift-box-content {
    padding: 10px 7px 20px;
  }

  .product_wrp .wrp_svg svg {
    width: 15px;
    height: 15px;
  }
  button.gift_btn.add_to_cart{
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .gift-box-heading {
    font-size: 32px;
  }
  
  .gift-box-sub {
    font-size: 18px;
  }
  .gift-box-ribbon {
    right: -72px;
    width: 70.8px;
    transform: rotate(90deg) translateX(272px);
  }
  .gift-box-wrap {
    flex-direction: column;
    max-width: 290px;
  }
  .gift-box-image{
    flex-direction: column;
  }
}

.product .gift-box-wrap {
  background-color: #FEF4F3;
  border: 0;
  border-radius: 0;
  max-width: 600px;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  gap: 8px;
  position: relative;
  padding: 10px 28px 19px 28px;
  text-align: start;
}
.product .gift-box-main {
  width: 30px;
  border-radius: 0;
}
.product .gift-box-content {
  padding: 0;
  color: #E3786D;
  position: relative;
  width: 100%;
}
.product .wrp_price {
  display: flex;
  gap: 8px;
}
.product .gift-box-heading,
.product .gift-box-heading >* {
  font-family: "inter", sans-serif;
  margin: 0;
  line-height: 1.533;
}
.product .gift-box-content ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.product .gift-box-content ul li {
  font-size: 14px;
  line-height: normal;
}
.product button.gift_btn,
.product .gift-part-info-wrap span.price {
  background-color: transparent;
  color: #E3786D;
  margin-top: 0;
  margin-left: auto;
  flex-shrink: 0;
}
.product .gift-box-content .gift-box-main {
  width: 100%;
  max-width: 87px;
}
.product .gift-part-info-wrap {
  padding: 20px 0;
}

.product .gift-box-list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 5px;
}
.comp_price {
  font-weight: 400;
}
.gift-box_description {
  width: 1%;
  flex: 1 1 auto;
}
.added-message {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}
.gift-box_description >* {
  font-size: 14px;
}
@media (max-width: 991px) {
  .product .gift-part-info-wrap {
    padding-top: 0;
  }
  .product .gift-box-content ul {
    margin-top: 10px;
  }
}
