.hotspot-section{display:flex;align-items:stretch;justify-content:space-between}@media screen and (max-width: 1250px){.hotspot-section{flex-direction:column}}.hotspot-section__image{position:relative;flex:50%}.hotspot-section__image img{width:100%;height:auto;display:block;object-fit:cover}.hotspot-section__image .content_flag{font-family:var(--font-body-family);text-transform:uppercase;font-size:12px}.hotspot-section__image .content_flag .link_flag{text-decoration:none}.hotspot-section__image .content_flag .image_flag{position:absolute;margin:40px 50px;padding:10px 20px;border-radius:30px;display:flex;align-items:center;gap:7px;letter-spacing:2.4px;transition:all ease-in-out .2s;max-width:max-content;max-height:max-content}.hotspot-section__image .content_flag .image_flag svg{width:20px}.hotspot-section__image .content_flag .image_flag svg path{stroke:var(--color-purple)}@media screen and (max-width: 750px){.hotspot-section__image .content_flag .image_flag{margin:25px 20px}}.hotspot-dot{position:absolute;width:18px;height:18px;border-radius:50%;cursor:pointer;transform:translate(-50%, -50%);transition:transform .2s ease;z-index:2}.hotspot-dot:hover{transform:translate(-50%, -50%) scale(1.2)}.hotspot-dot::after{content:"";border-radius:50%;background:currentColor;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;animation:1.5s ease-in-out infinite dotScale}.hotspot-dot::before{content:"";border-radius:50%;background:currentColor;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;animation:1.5s ease-in-out infinite dotScale;animation-delay:1s}.hotspot-section__products{flex:50%;display:flex;align-items:center;justify-content:center}.hotspot-product{display:none;text-align:center;animation:fadeIn .4s ease forwards;max-width:345px}@media screen and (max-width: 1250px){.hotspot-product{padding:80px 15px}}.hotspot-product.active{display:block}.hotspot-product .content-image{margin:auto}.hotspot-product .content-image img{max-width:100%}.hotspot-product .hotspot-title{font-family:var(--font-heading-family);font-size:30px;font-weight:400;max-width:530px}.hotspot-product .hotspot-price{font-size:20px;font-weight:400}.hotspot-product .button-link{font-family:var(--font-body-family);letter-spacing:2.4px;text-decoration:none;color:#121212;font-size:13px;text-transform:uppercase;font-weight:500;border-bottom:2px solid rgba(0,0,0,0);transition:all ease-in-out .2s;padding-bottom:4px}.hotspot-product .button-link:hover{border-color:var(--color-purple)}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes dotScale{from{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(var(--m-scale, 2.5))}}