.gwp *{color:rgb(var(--color-foreground))}.gwp__container{padding:var(--size-12);width:100%;border-radius:5px;background-color:var(--SF-green)}.gwp__container .gwp__choose-btn{gap:0 !important;min-height:auto !important;min-width:auto !important;line-height:1.4;white-space:nowrap;font-family:var(--font-heading-family);color:var(--grey-950);font-size:1.3rem;font-weight:var(--font-weight--medium);line-height:1.4;padding:var(--size-8) 11px !important}.gwp-modal{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.gwp-modal.hidden{display:none}.gwp-modal__gifts{width:calc(100% - var(--size-8)*2);border-radius:5px;max-height:calc(100vh - var(--size-8)*2);overflow-y:auto;max-width:440px;background-color:var(--grey-00)}@media screen and (min-width: 991px){.gwp-modal__gifts{width:calc(100% - var(--size-8)*2);max-height:80vh}}.gwp__label{display:inline-block;font-size:15px;line-height:1.25;padding:var(--size-4) 6px;font-weight:var(--font-weight--bold);background-color:var(--SF-green);border-radius:4px}.gwp__title{display:flex;gap:.5em;font-family:var(--font-heading-family);font-size:1.3rem;font-weight:var(--font-weight--medium);line-height:1.25}.gwp__title-icon{display:flex}.gwp__description{font-family:var(--font-heading-family);font-size:1.3rem;line-height:1.6;font-weight:var(--font-weight--regular);letter-spacing:initial;text-transform:none;margin:0;margin-top:2px}.gwp__row{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;gap:var(--size-8)}.gwp__infobox{display:flex;align-items:center;margin-top:var(--size-4);gap:var(--size-8)}.gwp-modal__gifts-list{padding:18px;padding-top:0}.gwp-modal__gift-container{display:flex;align-items:center}.gwp-modal__gift{padding-top:var(--size-8);padding-bottom:var(--size-8);border-bottom:1px solid var(--grey-100)}.gwp-modal__gift:last-of-type{border-bottom:0}.gwp-modal__gift[disabled=disabled]{opacity:.5}.gwp-modal__gift-image-wrapper{position:relative;width:100%;max-width:73px;margin-right:var(--size-16);border-radius:4px;overflow:hidden}.gwp-modal__gift-image-wrapper:before{content:"";position:relative;display:block;padding-top:100%;background-color:var(--grey-100)}.gwp-modal__gift-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gwp-modal__gift-content{padding-right:var(--size-16)}.gwp-modal__gift-title{font-family:var(--font-heading-family);color:var(--grey-950);font-size:1.3rem;font-weight:var(--font-weight--medium);line-height:1.4}.gwp-modal__gift-cta{position:relative;width:20px;height:20px;margin-left:auto;font-family:var(--font-heading-family);font-size:1.3rem;font-weight:var(--font-weight--medium);line-height:1.25;border:2px solid var(--grey-950);border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);cursor:pointer}.gwp-modal__gift-cta[disabled=disabled]{pointer-events:none;cursor:not-allowed}.gwp-modal__gift-cta[disabled=disabled]::after{color:var(--grey-950)}.gwp-modal__gift-cta::after{content:"+";position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;font-weight:var(--font-weight--bold)}.gwp-modal .gwp__row{padding:18px;padding-bottom:var(--size-12);background-color:var(--grey-00);z-index:1}.gwp-modal .gwp__label{margin-top:var(--size-8);font-size:1.2rem}