.product-modal{position:fixed;left:0;top:0;width:100%;height:100%;z-index:99999;display:none}.product-modal__inner{border-radius:4px;box-shadow:1px 1px 3px rgba(0,0,0,.2);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100dvw - 2em);max-width:1220px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:calc(100dvh - 2em);z-index:2;background-color:var(--color-white);overflow:hidden;overflow-y:auto}.product-modal__inner .modal-close{position:absolute;top:1.75em;right:1.75em;z-index:3;background-color:transparent;border:none;font:1em "DM Sans",sans-serif;width:3em;height:3em;min-width:3em;min-height:3em;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.product-modal__inner .modal-close svg{width:20px;height:auto}.product-modal__inner .modal-close svg circle,.product-modal__inner .modal-close svg line,.product-modal__inner .modal-close svg path,.product-modal__inner .modal-close svg polygon{fill:none;stroke:#92096c;stroke-width:1.5;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.product-modal__inner .modal-close span{display:none}.product-modal__content{padding:4.6875em 3.75em;display:grid;gap:2em;grid-template-columns:1fr 1fr}@media (max-width:1024px){.product-modal__content{grid-template-columns:100%;gap:1em;padding:4.25em 1em}}.product-modal__media img{border:1.5px solid #5f0044;border-radius:4px}.product-modal__media .product-media-expand{display:none}.product-modal__media .product-media-nav{display:none}.product-modal__details{display:flex;flex-direction:column;gap:1em}.product-modal__details h1{margin:0;font-size:300}.product-modal__details form{display:flex;flex-direction:column;gap:1.5em}@media (max-width:1024px){.product-modal__details form{gap:1em}}.product-modal__details .request-icon{display:none}.product-modal__details .section-product__details__payment{display:none}.product-modal__mask{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(250,250,249,.2);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.product-modal-open{margin:0;height:100%;overflow:hidden}.product-modal-open .product-modal{display:block}