/** Shopify CDN: Minification failed

Line 34:41 Unexpected "/"

**/
.hero-envelope{
  animation:floatUp 5s ease-in-out infinite;
  opacity:0;animation-fill-mode:forwards;
  animation-delay:0.2s;
}

@keyframes floatUp{
  0%{opacity:0;transform:translateY(0)}
  5%{opacity:1}
  50%{transform:translateY(-14px)}
  100%{opacity:1;transform:translateY(0)}
}
.tw-hero-title{
 color:#1c1a17;
 text-align: center; 
}
.button, .link{
 display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;   
}
 .tw-hero-title em {
    color:#c4633a;
 }
em {
    color:#c4633a;
 }
 * right side — envelope illustration */
.hero-right{
  position:relative;
  height:100vh;
  min-height:600px;
  background:var(--warm);
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}

/* soft radial in right panel */
.hero-right::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse 80% 70% at 50% 40%,rgba(196,99,58,.1) 0%,transparent 65%);
  pointer-events:none;
}

.hero-envelope-wrap{
  position:relative;z-index:2;
  display:flex;flex-direction:column;align-items:center;
  animation:envFloat 5s ease-in-out infinite;
  opacity:0;animation-fill-mode:forwards;
  animation-delay:.2s;
}
@keyframes envFloat{
  0%{opacity:0;transform:translateY(0);}
  8%{opacity:1;}
  50%{transform:translateY(-18px);}
  100%{opacity:1;transform:translateY(0);}
}

/* floating mini letters around the envelope */
.hero-mini-letter{
  position:absolute;background:#fdf9f3;
  border:.5px solid rgba(28,26,23,.09);
  border-radius:8px;
  padding:14px 16px;
  box-shadow:0 4px 20px rgba(28,26,23,.07);
  font-family:'Lora',serif;font-size:12px;
  font-style:italic;
  line-height:1.55;max-width:180px;
  pointer-events:none;z-index:3;
}
.hml-1{top:7%;left:4%;transform:rotate(-3deg);animation:mlFloat1 7s ease-in-out infinite;}
.hml-2{top:7%;right:3%;transform:rotate(2.5deg);animation:mlFloat2 9s ease-in-out infinite;}
.hml-3{top:65%;left:2%;transform:rotate(1.5deg);animation:mlFloat1 8s ease-in-out infinite 1.5s;}
.hml-4{top:65%;right:2%;transform:rotate(1.5deg);animation:mlFloat1 8s ease-in-out infinite 1.5s;}
@keyframes mlFloat1{0%,100%{transform:rotate(-3deg) translateY(0);}50%{transform:rotate(-3deg) translateY(-10px);}}
@keyframes mlFloat2{0%,100%{transform:rotate(2.5deg) translateY(0);}50%{transform:rotate(2.5deg) translateY(-8px);}}
.hml-mood{
  font-size:10px;letter-spacing:1px;text-transform:uppercase;
  font-weight:500;color:#c4633a;margin-bottom:6px;
  font-family:'DM Sans',sans-serif;font-style:normal;
}
.group-block-content.moving-text-logo{
/* margin:20px 0px; */
}
.mode-eg {
    font-family: 'Lora', serif;
    font-size: 12px;
    font-style: italic;
    padding-top: 10px;
    border-top: .5px solid rgba(28, 26, 23, .07);
}
.mode-eg.cstm-border{
  border-top: .5px solid rgb(255 255 255 / 15%);
  padding-top: 15px;
  margin-top: 10px;
  color: rgba(249, 244, 236, .25);
}
.cstm-letter-card rte-formatter p{
    color: rgba(249, 244, 236, .4);
        min-height: 65px;
}
.mode-icon{
  font-size:32px;
}
.mode-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 48px rgba(28, 26, 23, .1);
}
.mode-card.cstm-letter-card:hover{
background: #843919;
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, .12);
}
.cstm-letter-card:hover::before {
    transform: scaleX(1);
}

.cstm-letter-card::before {
    background: rgba(249, 244, 236, .3);
}
.cstm-letter-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}
.tc-joy::before {
    background: #c9a84c;
}
.tc-love::before {
    background: #c4633a;
}
.tc-grief::before {
    background: #7a9e8e;
}
.tc-gratitude::before {
    background: #A89070;
}
.tc-vent::before {
    background: rgba(249, 244, 236, .3);
}
.tc-longing::before {
    background: #8b7ec8;
}
.section--half-page-width{
    width: 85%;
    margin: 0 auto;
}
.left-side-cstm-div .tw-hero-title{
text-align:left
}
.first-para::first-letter {
  font-size: 80px;
  line-height: 0.8;
  float: left;
  font-weight: 600;
  margin-right: 10px;
  color: #C4633A;
}
.blog-main-group .tw-hero-title{
text-align:left;
}
.role-toggle {
    display: inline-flex;
    background: rgba(28, 26, 23, .07);
    border-radius: 100px;
    padding: 4px;
    gap: 0;
    opacity: 1;
    animation: aUp .6s ease forwards .58s;
}
.rt-btn.on {
    background: #1C1A17;
    color: #F7F2EA;
}
.rt-btn {
    font-size: 13px;
    font-weight: 500;
    color: #8C8478;
    padding: 9px 28px;
    border-radius: 100px;
    cursor: pointer;
    transition: all .25s;
    border: none;
    background: none;
    font-family: 'DM Sans', sans-serif;
}
@media screen and (min-width: 750px) {
  .hw-step .group-block-content rte-formatter p{
  min-height:135px;
  }
  .pdp-hw-steps .hw-step .group-block-content rte-formatter p{
  min-height:87px;
  }
  .how-it-work-grid .hw-step .group-block-content rte-formatter p{
  min-height:75px;
  }
  .main-blog-cstm{
    display:flex;
    align-items: flex-start;
  }
  .main-blog-cstm header{
   width:100%;
  }
  /* .cstm-blog-container{
flex-direction: row;
} */
.related-articles, .blog-product-card {
  width: 40%;
  border-left: 1px solid;
  border-left-color: #e8e8e1;
  padding-left: 30px;
  margin-left: 30px;
  padding-right: 0;
}
.main-blog-cstm .text-block h1{ 
  padding-bottom: 15px;
border-bottom:1px solid #e8e8e1;
}
.letter-sample {
width: 70%;
}
.letter-sample::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(transparent, transparent 31px, rgba(28, 26, 23, .025) 31px, rgba(28, 26, 23, .025) 32px);
    background-position: 0 56px;
    pointer-events: none;
}
.cstm-multicolumn-grid .hero-section-row-three_row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.cstm-multicolumn-grid .hero-section-row-two_row, .blog-list-two-row .hero-section-row-two_row{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.blog-list-two-row{
  max-width: 985px;
    margin: 0 auto;
}
}
.accordion  .details__header .svg-wrapper.icon-plus{
border-radius: 50%;
  background: rgba(28, 26, 23, .06);
  color: #8C8478;
  width: 28px;
  height: 28px;
}
.accordion  .details__header .svg-wrapper.icon-plus svg{
width:12px;
height:12px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.section--half-page-width {
    width: 90%;
    margin: 0 auto;
}
}
.contact-form{
border:1px solid rgba(28,26,23,.08);
border-radius:12px;
}
@media screen and (max-width: 768px) {
.button {
padding: 10px 12px;
gap:2px;
}
.hw-steps .cstm-mobile-grid-two_row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .hw-steps.how-it-work-grid .cstm-mobile-grid-two_row{
      display:unset;
    }
.left-side-text-group .group-block-content .rte h4, .left-side-text-group .group-block-content h2{
text-align:center;
}
.left-side-text-group .group-block-content{
align-items:center;
}
.steps-multicolumn-grid .section-content-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden; 
  padding-bottom: 5px;
}

.steps-multicolumn-grid .mode-card {
  min-width: 75% !important; /* 👈 sabse important */
  max-width: 75% !important;
  flex: 0 0 auto !important;
}
.steps-multicolumn-grid .section-content-wrapper {
  overflow-x: auto;
  overflow-y: hidden;

  /* scrollbar always visible feel */
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #c1b8aa transparent;
}

/* Chrome / Edge / Safari */
.steps-multicolumn-grid .section-content-wrapper::-webkit-scrollbar {
  height: 6px;
}

.steps-multicolumn-grid .section-content-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.steps-multicolumn-grid .section-content-wrapper::-webkit-scrollbar-thumb {
  background-color: #c1b8aa;
  border-radius: 10px;
}
.cstm-step-pill-grid .hero-pill{
font-size:10px;
}
.cstm-step-pill-grid .cstm-mobile-grid-two_row{
display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  }
  .cstm-step-pill-grid .cstm-mobile-grid-two_row > *:last-child {
 grid-column: span 2;
  justify-self: center;
}
.cstm-step-pill-grid .cstm-mobile-grid-two_row > *:last-child .group-block-content{
  align-items: center;
}
.cstm-multicolumn-grid .cstm-mobile-grid-two_row{
display: grid;
  grid-template-columns: repeat(2, 1fr);
  }
  .cstm-multicolumn-grid .cstm-mobile-grid-three_row{
display: grid;
  grid-template-columns: repeat(3, 1fr);
  }
  .hero-section-pills .group-block-content, .three-grid-mobile .group-block-content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.give-some-section .thread-visual{
margin-bottom: -25px;
}
.give-some-section .thread-wrap {
  gap: 8px;
}
.custom-pill.pill-for-need{
    padding: 0px;
}
.hero-section-pills .group-block-content .hero-pill{
  padding: 8px 10px !important;
  font-size:10px;
   width:100%;
   text-align:center;
}
.three-grid-mobile .group-block-content .hero-pill{
  /* padding: 8px 16px !important; */
  width:100%;
 font-size:11px;
  text-align:center;
}
.hero-section-pills .group-block-content > *:last-child, .three-grid-mobile .group-block-content > *:last-child{
  grid-column: 1 / -1;   
  justify-self: center;  
}
  .hero-envelope svg{
    width: 120px;
    height: 90px;
  }
  .cstm-letter-card rte-formatter p{
    min-height:unset;
  }
  .hero-mini-letter{
    max-width: 135px;
    padding: 10px 8px;
  }
  .hero-envelope-wrap svg{
    width:110px;
    height:90px;
  }
  .moving-text-logo{
    margin-top: 10px;
    padding:165px 0px;
  }
  .hml-2 {
    top: -100%;
  }
  .hml-1 {
    top: -150px;
  }
  .hml-3, .hml-4 {
    top: 110%;
  }
  .hero-envelope-wrap{
    padding: 16px 0;
  }
    .section--half-page-width{
    width: 100%;
    }
}
.start-from-pills .hero-pill{
font-size:11px;
gap: 0px;
text-align: center;
}
.start-from-letter-box .divider__line{
  border-color:rgba(28, 26, 23, 0.08);
}
.pills-with-btn .hero-pill{
border:none;
}
.bottom-heading-with-sub-heading-block .group-block-content .text-block p em{
color:rgb(28 26 23);
}
.bottom-heading-with-sub-heading-block .group-block-content .text-block p strong, .bottom-mode-card-block .text-block p strong{
color:#c4633a;
}
.bottom-mode-card-block .text-block p em{
color:rgb(28 26 23);
}
.nav-cta{
    padding: 10px 30px;
    display: inline-block;
    border-radius: 100px;
    background: #c4633a;
    font-weight: 500;
    color:#fff;
    line-height: 1;
}

.pull-quote {
    border-left: 2px solid #C4633A;
    padding: 4px 0 4px 32px;
    margin: 48px 0;
}
.letter-sample {
    background: #FDF9F3;
    border: .5px solid rgba(28, 26, 23, .09);
    border-radius: 3px;
    padding: 40px 40px 40px 58px;
    margin: 48px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 14px rgba(28, 26, 23, .05), 0 12px 40px rgba(28, 26, 23, .08);
}
.ls-mg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 46px;
    width: .5px;
    background: rgba(196, 99, 58, .15);
}

/* product page css here */
.step-header:hover, .step.active .step-header:hover{background:#F6F1E9;border-top-left-radius: 12px;
  border-top-right-radius: 12px;}
.step.active .step-header{background:#FDF9F3;}
.step-num{
  width:28px;height:28px;border-radius:50%;
  background:#000;color:white;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:500;
  flex-shrink:0;transition:all .3s;
}
.step-body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 20px !important;}
.step.open .step-body { max-height: 500px; padding: 5px 20px !important;}

.step-label{font-size:13px;font-weight:500;color:#1C1A17;flex:1;    text-transform: capitalize;}
.step-summary{font-size:11px;color:#8C8478;font-weight:300; text-transform: capitalize;text-align: left;}
.step-chevron{font-size:14px;color:rgba(28,26,23,.25);transition:transform .3s;}


.step-body{
  background:#FDF9F3;
  border-top:.5px solid rgba(28,26,23,.06);
}
.step-chevron {
  margin-left: auto;
  display: inline-block;
  transition: transform 0.3s ease;
}
/* Aur yeh lagao */
.step.open .step-chevron {
  transform: rotate(180deg);
}
.tee-customize-main-form.open .step-chevron {
  transform: rotate(180deg);
}
/* Tee form accordion */
.tee-customization-form {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.4s ease !important;
  padding: 0 !important;
  border-top: none !important;
  
}
.tee-customize-main-form.open .tee-customization-form {
  max-height: 1000px !important;
  padding: 5px 20px 20px !important;
  border-top: .5px solid rgba(28, 26, 23, .06) !important;
}
.step.active {
    box-shadow: 0 4px 20px rgba(28, 26, 23, .08);
    border-color: rgba(28, 26, 23, .14);
}
.step {
    border: .5px solid rgba(28, 26, 23, .09);
    border-radius: 12px;
    overflow: hidden;
}
.step-header {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    transition: background .2s;
}
.step .variant-option label, .tee-field__heading span{
display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(28, 26, 23, .5);
    letter-spacing: .5px;
    text-transform: uppercase;
}
.size-label{
margin-bottom:15px;
}
.step .variant-option__swatch-value.size-opt{
    background: rgba(196, 99, 58, .06);
    padding: 12px 14px;
    border-radius: 8px;
    border: .5px solid #C4633A;  
}
.step .variant-option__swatch-value{
    padding-inline-start:0px;
}

.tee-customization-form{
    background: #FDF9F3 !important;
    border-top: .5px solid rgba(28, 26, 23, .06) !important;
     padding: 0px 20px 0px !important; 
    border-color: rgba(28, 26, 23, .14);
    border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.tee__input, .tee__paragraph{
  background: #F7F2EA !important;
  border: .5px solid rgba(28, 26, 23, .14);
    border-radius: 8px;
}
textarea.tee__paragraph {
    overflow: hidden !important;
    resize: none !important;
    min-height: 0 !important;
    height: auto !important;
  }
.tee__input:focus-visible, .tee__paragraph:focus-visible{
  box-shadow:none !important;
}
.tee-block.tee-product-price, .tee-block.tee-variants{
  display:none;
}
.teeinblue-theme-modern .tee-customize-main-form{
  box-shadow: 0 4px 20px rgba(28, 26, 23, .08) !important;
    border-color: rgba(28, 26, 23, .14) !important;
    border-radius: 12px !important;
     background: #FDF9F3 !important;

}
.tee-form-header{
    background: #FDF9F3 !important;
    cursor: pointer;
    padding: 0px !important;
    border-radius: 12px !important;
}
.order-summary {
  background: #FDF9F3;
  border: .5px solid rgba(28, 26, 23, .09);
  border-radius: 12px;
  padding: 20px;
  margin-top: 17px;
      margin-bottom: 5px;
}
.os-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(28,26,23,.35);
  font-weight: 500;
  margin-bottom: 10px;
}
.os-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #000;
  font-weight: 300;
  padding: 5px 0;
  border-bottom: .5px solid rgba(28,26,23,.06);
}
.os-row:last-child { border-bottom: none; }
.os-row--total {
  margin-top: 6px;
  padding-top: 10px;
}
.os-label-item{
    color: #8C8478;
    font-weight: 300;
}
.os-total {
  font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 500;
    color:#000;
}
.spec-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 12px 0;
    border-bottom: .5px solid rgba(28, 26, 23, .07);
}
.spec-key {
    font-size: 12px;
    font-weight: 500;
    color: rgba(28, 26, 23, .4);
    min-width: 100px;
    flex-shrink: 0;
    letter-spacing: .3px;
}
.spec-val {
    font-size: 13px;
    color: #1C1A17;
    font-weight: 300;
}
.tee-form-wrapper {
    z-index: 1 !important;
}
.hw-n {
    font-family: 'Lora', serif;
    font-size: 64px;
    font-weight: 600;
    color: rgba(28, 26, 23, .04);
    line-height: 1;
    letter-spacing: -4px;
}
.hw-ico {
    font-size: 24px;
}
.hw-steps .hw-step{
    background: #FDF9F3;
}
.hw-steps .hw-step:hover {
    background: #F0EAE0;
}
.hw-step::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.22, 1, .36, 1);
    background:#C4633A;
}
.hw-step:hover::after {
    transform: scaleX(1);
}