.product-details-modal{position:fixed;left:0;top:0;width:100%;height:100%;z-index:99999;display:none}.product-details-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:600px;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-details-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-details-modal__inner .modal-close svg{width:20px;height:auto}.product-details-modal__inner .modal-close svg circle,.product-details-modal__inner .modal-close svg line,.product-details-modal__inner .modal-close svg path,.product-details-modal__inner .modal-close svg polygon{fill:none;stroke:#92096c;stroke-width:1.5;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.product-details-modal__inner .modal-close span{display:none}.product-details-modal__content{padding:4em 2.625em 2.375em 2.625em;display:flex;flex-direction:column;gap:1.375em}.product-details-modal__content h3{font-weight:400;margin-bottom:0}.product-details-modal__mask{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.product-details-modal-open .product-details-modal{display:block}