.product-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.product-title-row h1{margin-right:auto}.product-share-wrap{position:relative;flex:0 0 auto}.product-share{display:grid;place-items:center;width:45px;height:45px;padding:0;border:1px solid #d8d0c5;border-radius:50%;background:#fff;color:#211f2f;cursor:pointer}.product-share svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.product-share:hover,.product-share[aria-expanded="true"]{border-color:#211f2f;background:#211f2f;color:#fff}.product-share-menu{position:absolute;z-index:15;right:0;top:52px;width:205px;padding:8px;border:1px solid #ded8cf;border-radius:13px;background:#fff;box-shadow:0 15px 42px rgba(33,31,47,.18)}.product-share-menu[hidden]{display:none}.product-share-menu a,.product-share-menu button{display:flex;width:100%;align-items:center;gap:10px;padding:10px;border:0;border-radius:8px;background:#fff;color:#211f2f;text-align:left;text-decoration:none;font:700 13px Arial;cursor:pointer}.product-share-menu a:hover,.product-share-menu button:hover{background:#f3eee7}.product-share-menu i{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#211f2f;color:#fff;font-style:normal;font-size:12px}.product-share-menu .share-whatsapp i{background:#20bd5a}@media(max-width:600px){.product-share-menu{position:fixed;right:15px;left:15px;top:auto;bottom:20px;width:auto;padding:12px;border-radius:17px}.product-share-menu a,.product-share-menu button{min-height:48px;font-size:15px}}
