.htp-img-container{position:relative;display:inline-block;height:100%;width:100%}.htp-hotpoint-dot{width:1.25rem;height:1.25rem;border-radius:10rem;position:absolute;background-color:#fff;outline:solid;outline-color:rgba(255,255,255,0);outline-width:0;box-shadow:0 0 1.5rem 1rem rgba(0,0,0,.4);cursor:pointer;transition:transform .2s ease-in-out;animation:point-pulse 2s infinite ease-in-out;animation-delay:0s;animation-fill-mode:both;box-sizing:content-box;z-index:1;transform:translate(-50%, -50%) scale(1);transform-origin:center}.htp-hotpoint-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:calc(100% + 10px);height:calc(100% + 10px);background-color:rgba(0,0,0,0);border:5px solid;border-color:rgba(115,108,100,0);border-radius:10rem;z-index:2;animation:point-before-pulse 2s infinite ease-in-out;animation-delay:0s;animation-fill-mode:both}.point:hover{transform:translate(-50%, -50%) scale(1.3)}@keyframes point-before-pulse{0%{border-color:rgba(115,108,100,0)}30%{border-color:#736c64}100%{border-color:rgba(115,108,100,0)}}@keyframes point-pulse{0%{outline-width:0;outline-color:rgba(255,255,255,0)}30%{outline-width:0;outline-color:rgba(255,255,255,0)}50%{outline-color:rgba(255,255,255,.8)}90%{outline-width:1.5rem;outline-color:rgba(255,255,255,.1)}100%{outline-width:1.5rem;outline-color:rgba(255,255,255,0)}}.hot-point-product-tooltip{position:absolute;height:auto;z-index:100;background-color:#fff;border-radius:.875rem;padding:.6rem .875rem;box-shadow:0 0 1.5rem .875rem rgba(0,0,0,.2);min-width:12.5rem;max-width:12.5rem;transform:translate(calc(-50% + 10px), calc(-100% - 15px));display:none;flex-direction:column;gap:.5rem}.hot-point-product-tooltip.show{display:flex}.hot-point-product-tooltip .htp-tooltip-btn{background:none !important}.hot-point-product-tooltip .tooltip-header{display:flex;justify-content:space-between;align-items:start;flex-wrap:nowrap;gap:1rem}.hot-point-product-tooltip .tooltip-header .tooltip-header__title{font-size:1rem}.hot-point-product-tooltip .tooltip-header .hot-point-product-tooltip-close-button svg{width:1rem;height:1rem;stroke:#111}.hot-point-product-tooltip .hot-point-product-tooltip__content{display:flex;flex-direction:column;gap:.25rem}.hot-point-product-tooltip .hot-point-product-tooltip__content .iworks-omnibus{display:none}.hot-point-product-tooltip .hot-point-product-tooltip__content .hot-point-product-tooltip__content-button a{padding:0}.hot-point-product-tooltip .attributes{font-size:.875rem}.hot-point-product-tooltip .tool-tip-footer{display:flex;justify-content:space-between;flex-wrap:nowrap}.hot-point-product-tooltip .tool-tip-footer a svg{width:1rem;height:1rem;stroke:#111}.hot-point-product-tooltip .tool-tip-footer .hot-point-product-tooltip__content-price bdi{font-weight:500}