.cart-greeting-card-row td{padding:0!important;border:none!important}.greeting-card-trigger{display:flex;justify-content:flex-start;gap:1.5rem;align-items:center;padding:1rem .8rem;margin-top:.2rem;cursor:default}.greeting-card-trigger-label{display:flex;align-items:center;gap:.7rem;font-size:1.45rem;color:rgba(var(--color-foreground),.85);font-family:var(--font-body-family);font-weight:600}.greeting-card-trigger-label .gc-icon{font-size:1.4rem;line-height:1}.greeting-card-trigger-optional{font-size:1.1rem;color:rgba(var(--color-foreground),.35);font-style:italic}.gc-add-btn{background-color:#fff;color:#e91e8c;border:1.5px solid #e91e8c;padding:.35rem 1rem;font-size:1rem;font-weight:500;cursor:pointer;border-radius:var(--buttons-radius, 20px);transition:all .25s cubic-bezier(.4,0,.2,1);font-family:var(--font-body-family);box-shadow:none;white-space:nowrap;letter-spacing:.02em;text-transform:uppercase}.gc-add-btn:hover{background-color:#fff0f7;color:#d1177b;border-color:#d1177b;box-shadow:0 2px 6px #e91e8c14;transform:translateY(-.5px)}.gc-add-btn:active{transform:translateY(0) scale(.98)}.gc-add-btn:focus-visible{outline:2px solid #e91e8c;outline-offset:2px}.gc-add-btn.hidden{display:none}.greeting-card-section{max-height:0;opacity:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .35s ease,padding .35s ease,margin .35s ease;background:linear-gradient(135deg,#fff6fa,#fcfaff);border-radius:var(--inputs-radius, 14px);border:1px solid rgba(var(--color-foreground),.06);padding:0 2rem;margin:0;box-sizing:border-box;position:relative}.greeting-card-section.open{max-height:600px;opacity:1;padding:2.2rem;margin:.8rem 0;overflow:visible;box-shadow:0 8px 28px #e91e8c08}.gc-clean-layout{max-width:440px;margin:0 auto;display:flex;flex-direction:column}.gc-writing-pane{display:flex;flex-direction:column;width:100%}.gc-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.6rem}.gc-section-title{font-size:1.4rem;font-weight:var(--font-heading-weight, 700);color:rgb(var(--color-foreground));margin:0;font-family:var(--font-heading-family)}.gc-remove-link{font-size:1.2rem;color:rgba(var(--color-foreground),.45);cursor:pointer;border:none;background:none;padding:.3rem .5rem;font-family:var(--font-body-family);transition:color .2s ease;text-decoration:none;font-weight:500}.gc-remove-link:hover{color:#e91e8c}.gc-mobile-only{display:none}.gc-thumbnails{display:flex;gap:1.4rem;margin-bottom:1.8rem}.gc-thumb-wrapper{position:relative;cursor:pointer;border-radius:10px;overflow:hidden;border:2.5px solid transparent;box-shadow:0 3px 12px #0000000f;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;flex:0 0 140px;height:110px;background:#f5f5f5}.gc-thumb-wrapper:hover{box-shadow:0 5px 18px #e91e8c1a;transform:translateY(-2px)}.gc-thumb-wrapper.selected{border-color:#e91e8c;box-shadow:0 5px 18px #e91e8c26}.gc-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.gc-checkmark{position:absolute;top:6px;right:6px;width:22px;height:22px;background:#e91e8c;border-radius:50%;display:none;align-items:center;justify-content:center;box-shadow:0 2px 6px #e91e8c4d}.gc-thumb-wrapper.selected .gc-checkmark{display:flex}.gc-checkmark svg{width:12px;height:12px;fill:#fff}.gc-thumb-label{font-size:1.1rem;color:rgba(var(--color-foreground),.5);text-align:center;margin-top:.5rem;font-family:var(--font-body-family);font-weight:500}.gc-thumb-col{display:flex;flex-direction:column;align-items:center}.gc-card-preview{position:relative;width:100%;max-width:440px;margin:0 auto .8rem;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000014;display:none;aspect-ratio:5 / 4;background:#fdfdfd;border:1px solid rgba(var(--color-foreground),.08);container-type:inline-size;container-name:cardPreview}.gc-card-preview.visible{display:block}.gc-card-preview-img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.gc-card-textarea{position:absolute;background:transparent;border:none!important;outline:none!important;box-shadow:none!important;resize:none;font-family:Georgia,Times New Roman,serif;font-size:clamp(13px,3.5cqw,16px);line-height:1.35;color:#333;text-align:center;padding:2cqw;box-sizing:border-box;overflow-y:hidden;transition:background-color .2s ease;border-radius:4px}.gc-card-textarea:focus{background-color:#ffffff40}.gc-card-textarea::placeholder{color:#00000040;font-style:italic}.gc-card-preview[data-card="1"] .gc-card-textarea{top:24%;left:15%;right:15%;bottom:22%}.gc-card-preview[data-card="2"] .gc-card-textarea{top:24%;left:20%;right:20%;bottom:24%}.gc-preview-footer{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:440px;margin:.5rem auto 0;padding:0 .4rem;box-sizing:border-box}.gc-save-status{font-size:1.1rem;color:rgba(var(--color-foreground),.4);font-family:var(--font-body-family);font-style:italic;display:flex;align-items:center;gap:.4rem}.gc-save-status.saving{color:#e91e8c}.gc-char-counter{font-size:1.1rem;color:rgba(var(--color-foreground),.4);font-family:var(--font-body-family);transition:color .2s ease}.gc-char-counter.near-limit{color:#e91e8c}.gc-char-counter.at-limit{color:#d1177b;font-weight:600}.cart-item-group{display:table-row-group}.cart-greeting-card-row{border-top:1px solid rgba(var(--color-foreground),.08)!important}@media screen and (max-width:749px){.cart-greeting-card-row{display:block!important;width:100%!important}.cart-greeting-card-row td{display:block!important;width:100%!important;padding:0!important}.greeting-card-container{width:100%!important;display:block!important}.greeting-card-trigger{padding:1rem .5rem}.gc-thumbnails{flex-direction:row;justify-content:center;gap:1.5rem}.gc-thumb-wrapper{flex:0 0 120px;height:96px}.gc-card-preview{width:100%!important;max-width:440px!important;margin:0 auto .8rem!important}.gc-preview-footer{width:100%!important;max-width:440px!important;margin:.5rem auto 0!important}.greeting-card-section.open{padding:1.2rem 1rem;max-height:800px;margin:.8rem 0 0!important;width:100%!important;border-left:none!important;border-right:none!important;border-radius:0!important;box-shadow:none!important}.gc-section-title{font-size:1.25rem}.gc-card-textarea{line-height:1.3!important}.cart-item-group{display:block;position:relative;margin-bottom:1.5rem}.cart-item-group:has(.cart-greeting-card-row) .cart-item,.cart-item-group:has(.cart-greeting-card-row) .cart-item td{border-bottom:none!important}.cart-item-group:has(.cart-greeting-card-row) .cart-greeting-card-row{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}}.gc-details-content{display:flex;flex-direction:column;gap:1.5rem;padding:.5rem 0;height:100%;justify-content:flex-start;box-sizing:border-box}.gc-details-text{font-size:1.1rem;line-height:1.6;color:rgba(var(--color-foreground),.7);margin:0;font-family:var(--font-body-family)}.gc-details-list{list-style:none;padding:0;margin:.5rem 0;display:flex;flex-direction:column;gap:.8rem}.gc-details-list li{display:flex;align-items:center;gap:.8rem;font-size:1rem;color:rgba(var(--color-foreground),.75);font-family:var(--font-body-family)}.gc-list-dot{width:6px;height:6px;background-color:#e91e8c;border-radius:50%;flex-shrink:0}.gc-design-info{display:flex;align-items:center;gap:.6rem;font-size:1.05rem;color:rgba(var(--color-foreground),.85);font-family:var(--font-body-family);margin-top:.5rem}.gc-design-dot{width:8px;height:8px;background-color:#e91e8c;border-radius:50%;display:inline-block;flex-shrink:0;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%{transform:scale(.9);opacity:.6}50%{transform:scale(1.2);opacity:1}to{transform:scale(.9);opacity:.6}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cart-greeting-card.css.map */
