.product-modal{position:fixed;z-index:12;inset:5vh 8%;background:#15130f;border:1px solid #80612c;display:grid;grid-template-columns:3fr 2fr;overflow:hidden;box-shadow:0 20px 80px #000}.product-modal[hidden]{display:none}.product-modal>img{width:100%;height:90vh;max-height:760px;object-fit:contain;background:#080807}.modal-info{padding:56px 34px;display:flex;flex-direction:column;justify-content:center}.modal-info h3{margin:0;font-size:35px;letter-spacing:-2px}.modal-info>p:not(.kicker){color:#b7ad9b;font-size:13px}.modal-info>div{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:22px}.modal-info b{color:#f2cf78;font-size:19px}.modal-close,.gallery-nav{position:absolute;z-index:2;border:1px solid #7a5e2b;background:#0c0b09d9;color:#f6cf71;cursor:pointer}.modal-close{right:15px;top:15px;font-size:28px;width:38px;height:38px}.gallery-nav{top:45%;font-size:19px;width:38px;height:43px}.gallery-nav.prev{left:15px}.gallery-nav.next{right:calc(40% + 15px)}.gallery-dots{justify-content:flex-start!important}.gallery-dots button{width:8px;height:8px;border-radius:50%;border:0;background:#635337;padding:0}.gallery-dots button.active{background:#f3c95f}@media(max-width:760px){.product-modal{inset:3vh 4%;grid-template-columns:1fr;overflow-y:auto}.product-modal>img{height:48vh}.modal-info{padding:25px}.gallery-nav.next{right:15px}.modal-info h3{font-size:29px}}
