.custom-gift-card{background:rgb(var(--colors-background, 255 255 255));color:rgb(var(--colors-text, 69 70 69))}.custom-gift-card__inner{max-width:940px;margin:0 auto;padding:0 20px 64px}.custom-gift-card__hero{max-width:1400px;margin:0 auto 38px;padding:8px 20px 0}.custom-gift-card__hero-media{position:relative;overflow:hidden;min-height:clamp(230px,29vw,390px);border-radius:52px;background:radial-gradient(circle at 8% 18%,#f8b20b 0 5px,transparent 6px),radial-gradient(circle at 16% 14%,#5fd7c6 0 5px,transparent 6px),radial-gradient(circle at 32% 20%,#ff5c2f 0 5px,transparent 6px),radial-gradient(circle at 48% 12%,#ffd41c 0 5px,transparent 6px),radial-gradient(circle at 62% 26%,#5fd7c6 0 5px,transparent 6px),radial-gradient(circle at 78% 16%,#ff83b0 0 5px,transparent 6px),radial-gradient(circle at 92% 25%,#f8b20b 0 5px,transparent 6px),#3b438b}.custom-gift-card__hero-media img{width:100%;height:100%;min-height:inherit;display:block;object-fit:cover}.custom-gift-card__hero-content{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:28px;text-align:center;color:#fff}.custom-gift-card__hero-title{margin:0;color:#fff!important;font-size:clamp(44px,9vw,116px);font-weight:700;line-height:.9;letter-spacing:0}.custom-gift-card__hero-subtitle{display:block;margin-top:14px;color:#fff!important;font-size:clamp(24px,4vw,54px);font-family:cursive;font-weight:400}.custom-gift-card__form{display:grid;gap:36px}.custom-gift-card__block{width:100%}.custom-gift-card__heading{display:flex;align-items:center;gap:14px;margin:0 0 24px;color:rgb(var(--colors-heading, 40 41 40));font-size:clamp(18px,2vw,23px);font-weight:600;text-align:center;letter-spacing:0}.custom-gift-card__heading:before,.custom-gift-card__heading:after{content:"";flex:1;border-top:1px solid rgba(var(--colors-line-and-border, 225 227 225),1)}.custom-gift-card__selector{text-align:center}.custom-gift-card__field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px}.custom-gift-card__field{display:flex;flex-direction:column;gap:6px}.custom-gift-card label,.custom-gift-card__label{color:rgb(var(--colors-heading, 40 41 40));font-size:14px;font-weight:600}.custom-gift-card input,.custom-gift-card select,.custom-gift-card textarea{width:100%;min-height:44px;border:1px solid rgba(var(--colors-line-and-border, 225 227 225),1);border-radius:6px;padding:10px 12px;background:rgb(var(--colors-background, 255 255 255));color:rgb(var(--colors-text, 69 70 69));font:inherit;outline:none}.custom-gift-card textarea{min-height:82px;resize:vertical}.custom-gift-card input:focus,.custom-gift-card select:focus,.custom-gift-card textarea:focus{border-color:#ff5a2f;box-shadow:0 0 0 3px #ff5a2f1f}.custom-gift-card__preview{display:grid;grid-template-columns:92px minmax(0,auto);gap:16px;align-items:center;justify-content:center;margin:18px auto 0;padding:12px 16px;max-width:360px;border-radius:8px;background:#fafafa}.custom-gift-card__preview-frame,.custom-gift-card__card-image{background:#f6f6f6;border:1px solid rgba(var(--colors-line-and-border, 225 227 225),1);border-radius:8px;overflow:hidden}.custom-gift-card__preview-frame{aspect-ratio:1 / 1}.custom-gift-card__preview-frame img,.custom-gift-card__card-image img{width:100%;height:100%;display:block;object-fit:cover}.custom-gift-card__selected-title{margin:0 0 6px;color:rgb(var(--colors-heading, 40 41 40));font-size:15px;font-weight:600;text-align:left}.custom-gift-card__selected-price{margin:0;font-size:14px;text-align:left}.custom-gift-card__choice-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.custom-gift-card__pill{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 14px;border:1px solid rgba(var(--colors-line-and-border, 225 227 225),1);border-radius:999px;background:rgb(var(--colors-background, 255 255 255));cursor:pointer}.custom-gift-card__pill input{width:18px;height:18px;min-height:0;accent-color:#ff5a2f}.custom-gift-card__theme-grid{display:flex;flex-wrap:wrap;gap:16px 18px;align-items:start;justify-content:center}.custom-gift-card__theme-card{border:1px solid rgba(var(--colors-line-and-border, 225 227 225),.9);border-radius:10px;padding:5px;background:linear-gradient(180deg,#fff,#fafafa);cursor:pointer;text-align:center;width:96px;box-shadow:0 4px 12px #1010100f;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.custom-gift-card__theme-card.is-selected,.custom-gift-card__theme-card:focus{border-color:#26b4c9;outline:none;box-shadow:0 0 0 2px #26b4c93d,0 10px 22px #26b4c92e}.custom-gift-card__theme-card:hover{transform:translateY(-2px)}.custom-gift-card__card-image{aspect-ratio:4 / 5;display:block;border-radius:7px}.custom-gift-card__card-image img,.custom-gift-card__card-image svg{object-fit:cover;object-position:center}.custom-gift-card__card-title{display:block;margin-top:8px;color:rgb(var(--colors-text, 69 70 69));font-size:12px;line-height:1.3;overflow-wrap:anywhere}.custom-gift-card__card-price{display:block;margin-top:3px;color:#ff5a2f;font-size:12px;font-weight:700}.custom-gift-card__selector-error{display:block;text-align:center}.custom-gift-card__quantity{align-items:center;max-width:220px;margin:18px auto 0;text-align:center}.custom-gift-card__quantity-stepper{display:grid;grid-template-columns:42px 68px 42px;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(var(--colors-line-and-border, 225 227 225),1);border-radius:999px;background:#fff;box-shadow:0 4px 12px #1010100a}.custom-gift-card__quantity-button{width:42px;min-height:38px;border:0;background:#fff;color:rgb(var(--colors-heading, 40 41 40));font-size:20px;font-weight:600;line-height:1;cursor:pointer}.custom-gift-card__quantity-button:hover{background:#f7f7f7}.custom-gift-card__quantity input[type=number]{min-height:38px;border:0;border-right:1px solid rgba(var(--colors-line-and-border, 225 227 225),1);border-left:1px solid rgba(var(--colors-line-and-border, 225 227 225),1);border-radius:0;padding:0 8px;text-align:center;box-shadow:none;-moz-appearance:textfield}.custom-gift-card__quantity input[type=number]::-webkit-outer-spin-button,.custom-gift-card__quantity input[type=number]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.custom-gift-card__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.custom-gift-card__subheading-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.custom-gift-card__subheading{margin:0;color:rgb(var(--colors-heading, 40 41 40));font-size:16px;font-weight:600}.custom-gift-card__checkbox{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:13px}.custom-gift-card__checkbox input{width:18px;height:18px;min-height:0;accent-color:#ff5a2f}.custom-gift-card__message-count{display:block;margin-top:6px;text-align:right;font-size:12px;color:rgba(var(--colors-text, 69 70 69),.75)}.custom-gift-card__payment-wrap{display:flex;justify-content:flex-end}.custom-gift-card__summary{width:min(100%,430px);border-radius:8px;background:#f7f7f7;padding:22px}.custom-gift-card__summary-title{margin:0 0 14px;color:rgb(var(--colors-heading, 40 41 40));font-size:17px;font-weight:700}.custom-gift-card__summary-row{display:flex;justify-content:space-between;gap:18px;padding:7px 0}.custom-gift-card__summary-row span:first-child{color:rgba(var(--colors-text, 69 70 69),.82)}.custom-gift-card__summary-total{margin-top:12px;padding-top:16px;border-top:1px solid rgba(var(--colors-line-and-border, 225 227 225),1);color:rgb(var(--colors-heading, 40 41 40));font-size:18px;font-weight:700}.custom-gift-card__actions{display:grid;justify-items:center;gap:14px;margin-top:-6px}.custom-gift-card__button{min-width:126px;min-height:44px;border:1px solid #ff5a2f;border-radius:6px;padding:10px 18px;background:transparent;color:#ff5a2f;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease,opacity .2s ease}.custom-gift-card__button:hover:not(:disabled){background:#ff5a2f;color:#fff}.custom-gift-card__button:disabled{cursor:not-allowed;opacity:.45}.custom-gift-card__error{min-height:18px;color:#d83d20;font-size:13px}.custom-gift-card__form-error{display:none;color:#d83d20;text-align:center;font-size:14px}.custom-gift-card__form-error.is-visible{display:block}.custom-gift-card__terms-list{max-width:760px;margin:0 auto;padding-left:20px;color:rgba(var(--colors-text, 69 70 69),.88);font-size:14px;line-height:1.55}.custom-gift-card__empty{padding:24px;border:1px dashed rgba(var(--colors-line-and-border, 225 227 225),1);border-radius:8px;text-align:center}@media(max-width:767px){.custom-gift-card__inner{padding:0 14px 44px}.custom-gift-card__hero{padding:6px 8px 0;margin-bottom:24px}.custom-gift-card__hero-media{min-height:132px;border-radius:16px}.custom-gift-card__hero-title{font-size:clamp(30px,12vw,46px)}.custom-gift-card__hero-subtitle{margin-top:6px;font-size:clamp(18px,7vw,28px)}.custom-gift-card__form{gap:30px}.custom-gift-card__heading{gap:10px;margin-bottom:14px;font-size:14px;line-height:1.25}.custom-gift-card__field-grid,.custom-gift-card__details{grid-template-columns:1fr}.custom-gift-card__theme-grid{display:grid;grid-auto-flow:column;grid-auto-columns:66px;gap:9px;justify-content:flex-start;overflow-x:auto;padding:3px 2px 10px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.custom-gift-card__theme-card{width:66px;padding:4px;border-radius:9px;scroll-snap-align:start}.custom-gift-card__theme-card.is-selected,.custom-gift-card__theme-card:focus{border-width:2px}.custom-gift-card__preview{display:none}.custom-gift-card__quantity{max-width:154px;margin-top:14px}.custom-gift-card__quantity-stepper{grid-template-columns:38px 58px 38px}.custom-gift-card__quantity-button{width:38px;min-height:36px}.custom-gift-card__quantity input[type=number]{min-height:36px}.custom-gift-card__subheading-row{align-items:flex-start;flex-direction:column}.custom-gift-card__choice-row{justify-content:center}.custom-gift-card__payment-wrap{display:block}.custom-gift-card__summary{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/69/assets/custom-gift-card.css.map */
