/* generated from src/section-gift-card-main.css — edit that file, not this one */
.gcm-section,.gcm-section *{box-sizing:border-box}.gcm-section.gcm-section{position:relative;background:var(--surface-page, #f5f5f7);font-family:var(--font-sans, "Helvetica Neue", Helvetica, Arial, sans-serif);color:var(--text-on-light, #111113);scroll-margin-top:var(--nav-height, 48px)}.gcm-section .gcm__grid{display:grid;grid-template-columns:1fr 1fr;align-items:start}.gcm-section .gcm__media{position:sticky;top:var(--nav-height, 48px);align-self:start;height:calc(100vh - var(--nav-height, 48px));background:var(--gcm-media-bg, #ffffff);border-right:1px solid var(--border-light, rgba(0, 0, 0, .08));display:flex;align-items:center;justify-content:center;overflow:hidden}.gcm-section .gcm__media-label{position:absolute;top:66px;left:32px;z-index:3;display:flex;align-items:center;gap:7px;font-family:var(--font-mono, "JetBrains Mono", monospace);font-size:10px;letter-spacing:var(--tracking-mono-meta, .14em);text-transform:uppercase;color:var(--text-on-light-3, rgba(0, 0, 0, .45));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gcm-section .gcm__media-label-dot{width:6px;height:6px;border-radius:var(--radius-pill, 99px);background:var(--gcm-dot, #a23bd6);box-shadow:0 0 8px var(--gcm-dot, #a23bd6)}.gcm-section .gcm__media-stage{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:96px 56px}.gcm-section .gcm__media-img{max-width:min(76%,640px);max-height:100%;width:auto;height:auto;object-fit:contain;transition:opacity .2s ease}.gcm-section .gcm__media-img.is-swapping{opacity:.35}.gcm-section .gcm__media-placeholder{width:60%;aspect-ratio:3 / 2;border-radius:var(--radius-md, 16px);background:repeating-linear-gradient(135deg,#f0f0f2,#f0f0f2 12px,#e6e6ea 12px 24px)}.gcm-section .gcm__col{padding:104px 56px 110px 64px;max-width:680px;margin-right:auto}.gcm-section .gcm__eyebrow{display:flex;align-items:center;margin-bottom:16px;font-family:var(--font-mono, "JetBrains Mono", monospace);font-size:11px;line-height:1;letter-spacing:var(--tracking-mono-eyebrow, .22em);text-transform:uppercase;color:var(--text-on-light-3, rgba(0, 0, 0, .45));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gcm-section .gcm__title{margin:0;font-size:clamp(30px,3.4vw,40px);line-height:1.02;letter-spacing:var(--tracking-h2, -.03em);font-weight:700;color:var(--text-on-light, #111113)}.gcm-section .gcm__price-row{display:flex;align-items:baseline;gap:12px;margin:24px 0 0}.gcm-section .gcm__price{font-size:22px;font-weight:600;letter-spacing:var(--tracking-tight, -.01em)}.gcm-section .gcm__price-code{font-family:var(--font-mono, monospace);font-size:12px;font-weight:400;color:var(--text-on-light-3, rgba(0, 0, 0, .45))}.gcm-section .gcm__desc{margin-top:14px;font-size:14px;line-height:1.6;color:var(--text-on-light-2, rgba(0, 0, 0, .55));max-width:46ch}.gcm-section .gcm__desc p{margin:0 0 8px}.gcm-section .gcm__desc p:last-child{margin-bottom:0}.gcm-section .gcm__row{margin-top:26px}.gcm-section .gcm__row-head{display:flex;align-items:center;gap:6px;margin-bottom:10px}.gcm-section .gcm__row-label{font-family:var(--font-mono, monospace);font-size:11px;line-height:1;letter-spacing:var(--tracking-mono-meta, .14em);text-transform:uppercase;color:var(--text-on-light-3, rgba(0, 0, 0, .45));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gcm-section .gcm__pills{display:flex;flex-wrap:wrap;gap:8px}.gcm-section .gcm__pill{flex:1 1 0;min-width:72px;cursor:pointer;border-radius:var(--radius-sm, 12px);height:52px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-sans, sans-serif);font-size:13px;font-weight:500;background:var(--surface-card, var(--paper-0, #ffffff));color:var(--ink-900, #0a0a0b);border:1px solid transparent;box-shadow:inset 0 0 0 1px transparent,var(--card-shadow-rest, 2px 4px 12px rgba(0, 0, 0, .08));transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}@media (hover: hover){.gcm-section .gcm__pill:not(.is-selected):hover{border-color:var(--gcm-accent, #0077ed)}}.gcm-section .gcm__pill.is-selected{background:#f0f4fe;border-color:var(--gcm-accent, #0077ed);box-shadow:inset 0 0 0 1px var(--gcm-accent, #0077ed),var(--card-shadow-rest, 2px 4px 12px rgba(0, 0, 0, .08))}.gcm-section .gcm__pill-label{position:relative;display:inline-block;transition:color .3s ease}.gcm-section .gcm__pill-label:after{content:attr(data-label);position:absolute;top:0;left:50%;transform:translate(-50%);font-weight:600;color:var(--ink-900, #0a0a0b);opacity:0;transition:opacity .3s ease;white-space:nowrap}.gcm-section .gcm__pill.is-selected .gcm__pill-label{color:transparent}.gcm-section .gcm__pill.is-selected .gcm__pill-label:after{opacity:1}.gcm-section .gcm__qty{display:inline-flex;align-items:center;justify-content:space-between;height:30px;min-width:105px;padding:8.5px 10.5px;border:1px solid rgba(128,128,128,.3);border-radius:980px;overflow:hidden}.gcm-section .gcm__qty-btn{position:relative;width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;border:0;background:none;color:var(--ink-900, #0a0a0b);cursor:pointer;transition:color .25s ease;-webkit-tap-highlight-color:transparent}.gcm-section .gcm__qty-btn:after{content:"";position:absolute;inset:-7px -10px}.gcm-section .gcm__qty-btn svg{display:block}.gcm-section .gcm__qty-btn:hover{color:var(--gcm-accent, #0077ed)}.gcm-section .gcm__qty-input{width:40px;min-width:24px;border:0;background:transparent;text-align:center;font-family:var(--font-mono, "JetBrains Mono", monospace);font-size:13px;font-weight:500;color:var(--ink-900, #0a0a0b);-moz-appearance:textfield;appearance:textfield}.gcm-section .gcm__qty-input::-webkit-outer-spin-button,.gcm-section .gcm__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gcm-section .gcm__qty-input:focus{outline:none}.gcm-section .gcm__gift{margin-top:26px;margin-bottom:26px;padding:26px;background:var(--surface-card, var(--paper-0, #ffffff));border-radius:18px;box-shadow:var(--card-shadow-rest, 2px 4px 12px rgba(0, 0, 0, .08))}.gcm-section .gcm__check{display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-tap-highlight-color:transparent}.gcm-section .gcm__check-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.gcm-section .gcm__check-box{width:19px;height:19px;flex:0 0 19px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid var(--gcm-accent, #0077ed);background:var(--surface-card, #ffffff);color:#fff;transition:background-color .25s ease,border-color .25s ease}.gcm-section .gcm__check-box svg{opacity:0;transform:scale(.6);transition:opacity .2s ease,transform .25s cubic-bezier(.2,.7,.2,1)}.gcm-section .gcm__check-input:checked+.gcm__check-box{background:var(--gcm-accent, #0077ed);border-color:var(--gcm-accent, #0077ed)}.gcm-section .gcm__check-input:checked+.gcm__check-box svg{opacity:1;transform:scale(1)}.gcm-section .gcm__check-input:focus-visible+.gcm__check-box{outline:2px solid var(--gcm-accent, #0077ed);outline-offset:2px}.gcm-section .gcm__check-label{font-size:13px;font-weight:500;color:var(--text-on-light, #111113)}.gcm-section .gcm__gift-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.45,0,.55,1)}.gcm-section .gcm__gift-panel.is-open{grid-template-rows:1fr}.gcm-section .gcm__gift-panel-clip{overflow:hidden}.gcm-section .gcm__gift-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:18px}.gcm-section .gcm__field{display:flex;flex-direction:column;gap:7px}.gcm-section .gcm__field--wide{grid-column:1 / -1}.gcm-section .gcm__field-head{display:flex;align-items:baseline;justify-content:space-between}.gcm-section .gcm__field-label{font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-on-light-2, rgba(0, 0, 0, .55))}.gcm-section .gcm__req{color:var(--gcm-accent, #0077ed);margin-left:3px}.gcm-section .gcm__count{font-family:var(--font-mono, "JetBrains Mono", monospace);font-size:10px;letter-spacing:var(--tracking-mono-meta, .14em);color:var(--text-on-light-3, rgba(0, 0, 0, .45))}.gcm-section .gcm__input{width:100%;padding:11px 14px;border-radius:12px;border:1px solid var(--border-light-strong, rgba(0, 0, 0, .12));background:var(--surface-page, var(--paper-100, #f5f5f7));font-family:var(--font-sans, "Helvetica Neue", Helvetica, Arial, sans-serif);font-size:13px;line-height:1.4;color:var(--text-on-light, #111113);outline:none;transition:border-color .2s ease}.gcm-section .gcm__input::placeholder{color:#00000061;opacity:1}.gcm-section .gcm__input:focus{border-color:var(--gcm-accent, #0077ed)}.gcm-section .gcm__textarea{min-height:96px;resize:vertical;line-height:1.5}.gcm-section .gcm__field-help{font-size:11px;line-height:1.5;color:var(--text-on-light-3, rgba(0, 0, 0, .45))}.gcm-section .gcm__error{margin:20px 0 0;font-size:13px;color:#e5322d}.gcm-section .gcm__error[hidden]{display:none}.gcm-section .gcm__form{display:block;margin-top:22px}.gcm-section .gcm__buy-btn{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:56px;background:var(--gcm-accent, #0077ed);color:#fff;border:none;cursor:pointer;border-radius:var(--radius-pill, 99px);font-family:var(--font-sans, sans-serif);font-size:14px;font-weight:600;padding:0 16px}.gcm-section .gcm__buy-btn.fl-hover{transition:background-color .4s cubic-bezier(.45,0,.55,1),color .4s cubic-bezier(.45,0,.55,1),box-shadow .4s cubic-bezier(.45,0,.55,1),border-color .4s cubic-bezier(.45,0,.55,1)}.gcm-section .gcm__buy-btn.fl-hover-cool:hover{background:#f0f4fe!important}.gcm-section .gcm__buy-btn[disabled]{background:#0000002e;cursor:not-allowed}.gcm-section .gcm__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-flex}.gcm-section .gcm__spinner[hidden]{display:none}.gcm-section .gcm__buy-btn.is-loading>span[data-gcm-submit-label]{opacity:0}.gcm-section .gcm__buy-note{margin:12px 0 0;text-align:center;font-size:11px;color:var(--text-on-light-3, rgba(0, 0, 0, .45))}@media screen and (max-width: 833px){.gcm-section .gcm__grid{grid-template-columns:1fr}.gcm-section .gcm__media{position:relative;top:0;height:auto;min-height:320px;border-right:0;border-bottom:1px solid var(--border-light, rgba(0, 0, 0, .08))}.gcm-section .gcm__media-label{top:22px;left:20px}.gcm-section .gcm__media-stage{position:relative;inset:auto;padding:64px 24px 36px}.gcm-section .gcm__media-img{max-width:82%;max-height:320px}.gcm-section .gcm__col{max-width:none;padding:34px 20px 56px}.gcm-section .gcm__pill{min-width:calc(33% - 8px)}.gcm-section .gcm__gift{padding:18px 16px}.gcm-section .gcm__gift-fields{grid-template-columns:minmax(0,1fr);gap:12px}.gcm-section .gcm__field{gap:6px}.gcm-section .gcm__field-label{font-size:9px}}
