.hidden{display:none!important}dialog#gift-popup--dialog{z-index:101;position:fixed;margin:auto 0 0;padding:0;right:0;left:auto;bottom:0;height:90vh;max-width:100vw;max-height:none;border:none;border-top-left-radius:var(--deployer-popup-border-radius);border-top-right-radius:var(--deployer-popup-border-radius);overflow:hidden;color:var(--deployer-popup-primary-color)}dialog#gift-popup--dialog:focus-visible{outline:none}gift-popup{height:100%;display:flex;flex-direction:column}.gift-popup--header{padding:var(--deployer-popup-spacing);background-color:var(--deployer-popup-secondary-color);text-align:center;font-weight:700;line-height:1.3}.gift-popup--progress{padding:var(--deployer-popup-spacing);display:flex;justify-content:center;gap:5px}.gift-popup--progress-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:7.5px}span.gift-popup--progress-step__step-label{padding:5px 7.5px;font-size:10px;border-radius:40px;background-color:var(--deploy-popup-disabled-color);line-height:1;text-transform:uppercase}span.gift-popup--progress-step__step-bar{height:10px;background-color:var(--deploy-popup-disabled-color);width:100%}.gift-popup--progress-step--completed span.gift-popup--progress-step__step-label,.gift-popup--progress-step--completed span.gift-popup--progress-step__step-bar{background-color:var(--deployer-popup-primary-color);color:#fff}.gift-popup--progress .gift-popup--progress-step:first-child .gift-popup--progress-step__step-bar{border-top-left-radius:40px;border-bottom-left-radius:40px}.gift-popup--progress .gift-popup--progress-step:last-child .gift-popup--progress-step__step-bar{border-top-right-radius:40px;border-bottom-right-radius:40px}span.gift-popup--progress-step__step-text{font-size:12px;line-height:1}.gift-popup--progress-step__step-label{text-align:center;text-transform:uppercase}.gift-popup--progress-step__step-title{font-family:var(--header-font-stack);font-weight:700;text-align:center;font-size:20px}.gift-popup--progress-step--product-type,.gift-popup--progress-step--animal,.gift-popup--progress-step--color{padding:var(--deployer-popup-spacing);flex:1;display:flex;flex-direction:column;opacity:1;transition:opacity .2s ease-in-out}.gift-popup--progress-step--product-type--completed,.gift-popup--progress-step--animal--completed{opacity:0;transition:opacity .2s ease-in-out;pointer-events:none}.gift-popup--progress-step__step-content{display:flex;flex-direction:column;flex:1;position:relative}.gift-popup--progress-step__step-products{display:flex;justify-content:space-evenly;padding-top:var(--deployer-popup-spacing)}.gift-popup--progress-step__step-product{cursor:pointer}input[name=gift-popup--product-type]{display:none}.gift-popup--progress-step__step-product-image{width:80px;height:80px;box-shadow:0 0 0 1px #f2f2f2;border-radius:50%;overflow:hidden}.gift-popup--progress-step__step-product--selected .gift-popup--progress-step__step-product-image{box-shadow:0 0 0 4px var(--deployer-popup-primary-color)}.gift-popup--progress-step__step-product-image img{width:100%;height:100%;object-fit:contain}.gift-popup--progress-step__step-product-title{text-align:center;margin-top:7.5px;font-size:13px}.gift-popup--progress-step__step-product--selected .gift-popup--progress-step__step-product-title{font-weight:700}.gift-popup--progress-step__step-footer{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:absolute;bottom:0;width:100%;left:0;background:#fff;padding-top:var(--deployer-popup-spacing)}.gift-popup--progress-step__step-choice{text-align:center;margin-bottom:var(--deployer-popup-spacing)}span.gift-popup--progress-step__step-choice-selected{font-weight:700}button.gift-popup--progress-step__step-button.btn{display:flex;justify-content:center;align-items:center;gap:5px;border-radius:40px;background-color:var(--deployer-popup-primary-color);margin:0;width:100%;padding-left:5px;padding-right:5px}.gift-popup--progress-step__step-button--prices{display:flex;gap:5px}s.gift-popup--progress-step__step-button--compare-at-price{font-weight:400}.gift-popup--progress-step__step-animals{display:flex;flex-wrap:wrap;justify-content:center;padding-top:var(--deployer-popup-spacing);column-gap:calc(var(--deployer-popup-spacing) * 2);row-gap:var(--deployer-popup-spacing);max-height:35vh;overflow:auto}.gift-popup--progress-step__step-animal{cursor:pointer}input[name=gift-popup--animal]{display:none}.gift-popup--progress-step__step-animal-image{width:80px;height:80px;box-shadow:0 0 0 1px #f2f2f2;border-radius:50%;overflow:hidden}.gift-popup--progress-step__step-animal--selected .gift-popup--progress-step__step-animal-image{box-shadow:0 0 0 4px var(--deployer-popup-primary-color)}.gift-popup--progress-step__step-animal-image img{width:100%;height:100%;object-fit:contain}.gift-popup--progress-step__step-animal-title{text-align:center;margin-top:7.5px;font-size:13px}.gift-popup--progress-step__step-animal--selected .gift-popup--progress-step__step-animal-title{font-weight:700}.gift-popup--progress-step__step-colors{display:flex;flex-wrap:wrap;justify-content:center;padding-top:var(--deployer-popup-spacing);column-gap:calc(var(--deployer-popup-spacing) * 2);row-gap:var(--deployer-popup-spacing);max-height:35vh;overflow-y:auto}.gift-popup--progress-step__step-color{cursor:pointer;width:calc(33.3% - 20px);display:flex;flex-direction:column;align-items:center}input[name=gift-popup--color]{display:none}.gift-popup--progress-step__step-color-image{width:80px;height:80px;box-shadow:0 0 0 1px #f2f2f2;border-radius:50%;overflow:hidden}.gift-popup--progress-step__step-color--selected .gift-popup--progress-step__step-color-image{box-shadow:0 0 0 4px var(--deployer-popup-primary-color)}.gift-popup--progress-step__step-color-image img{width:100%;height:100%;object-fit:contain}.gift-popup--progress-step__step-color-title{text-align:center;margin-top:7.5px;font-size:13px;line-height:1}.gift-popup--progress-step__step-color--selected .gift-popup--progress-step__step-color-title{font-weight:700}@media screen and (min-width: 768px){dialog#gift-popup--dialog{left:50%;top:50%;bottom:auto;right:auto;transform:translate(-50%,-50%);max-width:600px;max-height:600px;width:600px;height:600px;border-radius:var(--deployer-popup-border-radius)}.gift-popup--progress-step__step-colors{max-height:25vh}.gift-popup--progress-step__step-colors,.gift-popup--progress-step__step-animals{padding-top:var(--deployer-popup-spacing);padding-bottom:calc(var(--deployer-popup-spacing) * 2);column-gap:var(--deployer-popup-spacing);row-gap:var(--deployer-popup-spacing)}.gift-popup--progress-step__step-color{width:calc(24.9% - 20px)}}
/*# sourceMappingURL=/cdn/shop/t/57/assets/section-gift-popup.css.map */
