.info-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:none;align-items:center;justify-content:center;z-index:1000;padding:0}.info-modal[open]{display:flex}.info-modal__content{background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:1.8rem;width:100%;overflow:hidden;position:relative;padding:0;margin:0;display:flex;flex-direction:column;min-width:35rem;width:90vw;max-width:77.2rem;max-height:58.7rem}@media(min-width:540px)and (max-width:989px){.info-modal__content{max-width:55rem}}@media(min-width:990px){.info-modal__content{height:auto;max-height:80vh}}.info-modal__header{display:flex;align-items:center;justify-content:center;padding:2.2rem 0 .8rem;position:relative;margin:0 1.5rem;border-bottom:.1rem solid rgba(var(--color-border),1)}@media screen and (min-width:990px){.info-modal__header{padding:2.4rem 3.3rem 1.9rem}}.info-modal__header-title{margin:0;color:rgb(var(--color-foreground));font-size:1.6rem;line-height:1.2;text-align:center;max-width:70%}@media screen and (min-width:990px){.info-modal__header-title{font-size:1.8rem;max-width:unset}}.info-modal__title-steps,.info-modal__title-description{display:block}.info-modal__close{position:absolute;background:transparent;top:1rem;right:0;border:none;cursor:pointer;color:rgb(var(--color-button));background-color:transparent;border-radius:50%;z-index:1;height:2.5rem;width:2.5rem;padding:0;margin:0;display:flex;justify-content:center;align-items:center}.info-modal__close .svg-wrapper{width:2.5rem;height:2.538rem}.info-modal__close .icon{color:rgba(var(--color-button),1);width:2.5rem;height:2.5rem}.info-modal__body{flex:1;overflow-y:auto;display:flex;flex-direction:column;min-height:0}.info-modal__content-wrapper{display:flex;flex-direction:column;height:100%;overflow:hidden}.info-modal__text{font-size:1.4rem;letter-spacing:0;line-height:1.6;color:rgb(var(--color-foreground))}@media(min-width:990px){.info-modal__text{font-size:1.6rem}}.info-modal__text p{margin-bottom:1.6rem}.info-modal__text p:last-child{margin-bottom:0}.info-modal__text ul,.info-modal__text ol{margin-left:2rem;margin-bottom:1.6rem}.info-modal__text li{margin-bottom:.8rem}.info-modal__steps{display:flex;flex-direction:column;gap:1.6rem;flex-shrink:0;padding:1.6rem}@media(min-width:990px){.info-modal__steps{flex-direction:row}}.info-modal__step{display:flex;align-items:flex-start;gap:2rem}.info-modal__step-number{flex-shrink:0;width:2.4rem;height:2.8rem;border-radius:.4rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));display:flex;align-items:center;justify-content:center;margin-top:.4rem}.info-modal__step-number-text{font-size:2.4rem;line-height:1.2}.info-modal__step-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.8rem}@media(min-width:990px){.info-modal__step-content{border-right:.1rem solid rgba(var(--color-border),1)}}.info-modal__step:last-child .info-modal__step-content{border-right:none}.info-modal__step-title{color:rgb(var(--color-foreground));font-size:1.4rem;line-height:1.2;letter-spacing:0;margin:0}@media(min-width:990px){.info-modal__step-title{font-size:1.6rem}}.info-modal__step-subtitle{color:rgba(var(--color-foreground),.8);font-size:1.2rem;line-height:1.2;letter-spacing:0;margin:0}@media(min-width:990px){.info-modal__step-subtitle{font-size:1.4rem}}.info-modal__step-subtitle p{margin:0 0 .8rem}.info-modal__step-subtitle p:last-child{margin-bottom:0}.info-modal__description{padding:.8rem 1.4rem;flex-shrink:0}@media(min-width:990px){.info-modal__description{padding-top:.9rem 1.6rem}}.info-modal__description-content{color:rgb(var(--color-foreground-secondary));font-size:1.2rem;line-height:1.2;letter-spacing:0;text-align:center}@media(min-width:990px){.info-modal__description-content{font-size:1.4rem;text-align:left}}.info-modal__description-content p{margin:0 0 1.6rem;text-align:center}.info-modal__description-content p:last-child{margin-bottom:0}.info-modal__description-content ul,.info-modal__description-content ol{margin:0 0 1.6rem 2rem;padding:0}.info-modal__description-content li{margin-bottom:.8rem}.info-modal__description-content li:last-child{margin-bottom:0}.info-modal__description-content strong{font-weight:600}.info-modal__description-content a{color:rgb(var(--color-link));text-decoration:underline}.info-modal__description-content a:hover{color:rgb(var(--color-foreground))}.info-modal__image-wrapper{margin-top:1.5rem;margin-bottom:1.5rem;overflow:hidden;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;position:relative}@media screen and (min-width:750px){.info-modal__image-wrapper{justify-content:center}}@media screen and (min-width:990px){.info-modal__image-wrapper{margin-top:2rem}}.info-modal__image-zoom-container{display:flex;justify-content:flex-end}.info-modal__image{max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain}.info-modal__image--zoomable{cursor:pointer}.info-modal__image-zoom-container[data-zoom-enabled=true]:after{content:"";position:absolute;top:1.5rem;right:1.5rem;width:3rem;height:3rem;background:#000000b3;border-radius:50%;display:none;align-items:center;justify-content:center;pointer-events:none;z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .2s ease;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E");background-size:1.5rem 1.5rem;background-repeat:no-repeat;background-position:center}@media screen and (min-width:990px){.info-modal__image-zoom-container[data-zoom-enabled=true]:hover:after{display:flex;opacity:1}}.info-modal__zoom-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.info-modal__zoom-content{position:relative;max-width:95vw;max-height:95vh;display:flex;align-items:center;justify-content:center}@media screen and (min-width:990px){.info-modal__zoom-content{max-width:60vw;max-height:60vh}}.info-modal__zoom-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:.5rem;box-shadow:0 1rem 3rem #00000080;cursor:default;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:none;transition:transform .1s ease-out}.info-modal__zoom-close{position:absolute;top:-1rem;right:-1rem;background:rgb(var(--color-background));border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 .2rem 1rem #0000004d;transition:all .2s ease;z-index:1}@media screen and (min-width:990px){.info-modal__zoom-close{top:-1.5rem;right:-1.5rem;width:4rem;height:4rem}}.info-modal__zoom-close:hover{transform:scale(1.1);box-shadow:0 .4rem 1.5rem #0006}.info-modal__zoom-close .svg-wrapper{width:1.5rem;height:1.5rem;color:rgb(var(--color-foreground))}@media screen and (min-width:990px){.info-modal__zoom-close .svg-wrapper{width:2rem;height:2rem}}.info-modal__zoom-close svg{width:100%;height:100%;fill:currentColor}.info-modal__zoom-controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;background:#000000b3;padding:.5rem;border-radius:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (min-width:990px){.info-modal__zoom-controls{bottom:2.5rem;gap:.75rem;padding:.75rem}}.info-modal__zoom-control{background:#ffffffe6;border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:rgb(var(--color-foreground))}@media screen and (min-width:990px){.info-modal__zoom-control{width:3.5rem;height:3.5rem}}.info-modal__zoom-control:hover{background:#fff;transform:scale(1.1);box-shadow:0 .2rem 1rem #0000004d}.info-modal__zoom-control:active{transform:scale(.95)}.info-modal__zoom-control svg{width:1.5rem;height:1.5rem}@media screen and (min-width:990px){.info-modal__zoom-control svg{width:1.75rem;height:1.75rem}}.info-modal__zoom-control:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.info-modal__zoom-control:disabled:hover{background:#ffffffe6;transform:none!important;box-shadow:none}.info-modal__footer{border-top:.0625rem solid rgba(var(--color-foreground),.1);padding:1.1rem 1.5rem 1.15rem;text-align:center;background:rgba(var(--color-background-secondary),.3);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem}@media(min-width:990px){.info-modal__footer{flex-direction:row;align-items:center;justify-content:space-between;gap:0;padding:1.3rem 3.3rem}}.info-modal__footer-content{display:flex;flex-direction:column}@media(min-width:990px){.info-modal__footer-content{align-items:flex-start;justify-content:flex-start;gap:0}}.info-modal__footer-title{color:rgb(var(--color-foreground));font-size:1.4rem;line-height:1.2;margin:0;padding:0}@media screen and (min-width:990px){.info-modal__footer-title{font-size:1.8rem}}.info-modal__footer-subtitle{margin:0;color:rgba(var(--color-foreground),.8);font-size:1.4rem;line-height:1.2}.info-modal__footer-subtitle p{margin:0 0 .8rem}.info-modal__footer-subtitle p:last-child{margin-bottom:0}.info-modal__footer-button{display:inline-flex;align-items:center;justify-content:center;background:rgb(var(--color-button));color:rgb(var(--color-foreground));text-decoration:none;border-radius:40px;font-size:1.4rem;transition:all .2s ease;border:none;cursor:pointer;min-height:3.9rem;letter-spacing:0;padding:0;flex:1;width:100%;max-width:32.7rem}@media screen and (min-width:990px){.info-modal__footer-button{min-height:4rem}}.info-modal__footer-button:hover{background:rgba(var(--color-button),.9);transform:translateY(-.0625rem)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-info-modal.css.map */
