.gift-card-picker{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}.gift-card-picker__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.gift-card-picker__hero{background:#f2eff3;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:524px;align-self:flex-end}.gift-card-picker__hero-image{width:100%;height:100%;object-fit:contain}.gift-card-picker__hero-content{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:0 clamp(1rem,5vw,6rem)}.gift-card-picker__hero-content h2{font-size:2.5rem;margin-bottom:1rem;color:#2c3e50;font-weight:600;line-height:1.2;margin-bottom:2rem}.gift-card-picker__hero-content h2 span{display:block}.gift-card-picker__hero-content ol{list-style:none;counter-reset:step-counter;padding:0;margin:0}.gift-card-picker__hero-content ol li{counter-increment:step-counter;margin-bottom:2rem;text-align:center;max-width:284px}.gift-card-picker__hero-content ol li:before{content:counter(step-counter) ".";display:block;font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem;line-height:1}.gift-card-picker__hero-content p{font-size:1.1rem;color:#6c757d;line-height:1.6}.gift-card-picker__form-content h3{font-size:1.5rem;margin-bottom:1.5rem;color:#2c3e50}.gift-card-picker__accordion{width:100%}.gift-card-picker__accordion-step{margin-bottom:1rem;border-bottom:2px solid #e9ecef}.gift-card-picker__step-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.gift-card-picker__step-header.disabled{opacity:.6}.gift-card-picker__step-header h3{font-size:18px;color:#2c3e50;margin:0;font-weight:600;display:flex;align-items:center;justify-content:space-between;font-family:Gotham A,Gotham B,Calibri,Roboto,sans-serif;font-weight:500}.gift-card-picker__step-arrow{transition:transform .2s ease;flex-shrink:0}.gift-card-picker__accordion-step .gift-card-picker__step-arrow{transform:rotate(180deg)}.gift-card-picker__accordion-step.active .gift-card-picker__step-arrow{transform:rotate(0)}.gift-card-picker__step-content{padding:1.5rem;background:#fff;display:none}.gift-card-picker__accordion-step.active .gift-card-picker__step-content{display:block}.gift-card-picker__gift-amount h4{font-size:14px;color:#212121;margin-bottom:1rem;font-weight:700}.gift-card-picker__amount-options{display:flex;gap:.75rem;margin-bottom:1rem;align-items:center;flex-wrap:wrap}.gift-card-picker__amount-btn{flex:0 0 auto;padding:1rem 1.5rem;border:1px solid #d1d5db;background:#fff;color:#2c3e50;border-radius:6px;font-size:16px;font-family:Gotham A,Gotham B,Calibri,Roboto,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:85px;min-height:56px}.gift-card-picker__amount-btn:hover{border-color:#ed654b}.gift-card-picker__amount-btn.selected{background:#76647f;color:#fff;border-color:#76647f}.gift-card-picker__amount-select{flex:1;padding:1rem 1.5rem;border:1px solid #d1d5db;background:#fff;color:#2c3e50;border-radius:6px;font-size:16px;font-family:Gotham A,Gotham B,Calibri,Roboto,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:56px;min-width:0}.gift-card-picker__info-text{margin:1.5rem 0}.gift-card-picker__info-text p{font-size:14px;color:#424242;line-height:1.5;margin-bottom:.75rem}.gift-card-picker__form-group{margin-bottom:1rem}.gift-card-picker__form-group label{font-weight:700;font-size:14px;color:#333}.gift-card-picker__input,.gift-card-picker__textarea,.gift-card-picker__date-input{width:100%;padding:1rem 1.5rem;border:1px solid #d1d5db;background:#fff;color:#2c3e50;border-radius:6px;font-size:16px;font-family:Gotham A,Gotham B,Calibri,Roboto,sans-serif;font-weight:500;transition:all .2s ease;min-height:56px}.gift-card-picker__input:focus,.gift-card-picker__textarea:focus,.gift-card-picker__date-input:focus{outline:none;border-color:#ed654b}.gift-card-picker__amount-select:focus{outline:none;border-color:#ed654b}.gift-card-picker__variant-select{display:none}.gift-card-picker__input.is-invalid{border-color:#e74c3c}.gift-card-picker__error-message{color:#d01e21;font-size:12px;margin-top:.5rem;font-weight:500}.gift-card-picker__textarea{resize:vertical;min-height:192px;height:192px}.gift-card-picker__gift-message label,.gift-card-picker__delivery-date label{display:block;font-size:1rem;color:#2c3e50;margin-bottom:.5rem;font-weight:500}.gift-card-picker__next-btn,.gift-card-picker__checkout-btn{width:100%;padding:1.25rem 1.5rem;border:none;border-radius:6px;font-size:16px;font-family:Gotham A,Gotham B,Calibri,Roboto,sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:1.5rem;min-height:60px}.gift-card-picker__next-btn{background:#413746;color:#fff;min-height:48px;padding:.8rem 1.5rem}.gift-card-picker__next-btn:hover:not(:disabled){background:#62506b}.gift-card-picker__next-btn:disabled{background:#bdc3c7;cursor:not-allowed}.gift-card-picker__checkout-btn{background:#ed654b;color:#fff;padding:.8rem 1.5rem;min-height:48px}.gift-card-picker__checkout-btn:hover{background:#d95137}.gift-card-picker__continue-shopping{margin-top:1.5rem;text-align:center}.gift-card-picker__continue-shopping span{font-size:14px;color:#6c757d;margin-right:.5rem}.gift-card-picker__cart-link{color:#ed654b;text-decoration:none;font-weight:600;transition:color .2s ease;background:none;border:none;cursor:pointer;font-size:inherit;padding:0;margin:0}.gift-card-picker__cart-link:hover{color:#d95137}@media (max-width: 768px){.gift-card-picker__grid{grid-template-columns:1fr;gap:2rem}.gift-card-picker__hero{min-height:300px;width:calc(100% + 2rem);margin-top:-1rem;margin-left:-1rem}.gift-card-picker{padding:1rem}.gift-card-picker__amount-options{flex-direction:column;gap:.5rem}.gift-card-picker__amount-btn,.gift-card-picker__amount-select{min-width:auto;width:100%;flex:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/giftcard.css.map */
