.share-widget{display:inline-block;background:var(--shareBackground);border-radius:13px;padding:9px 15px;min-width:200px;max-width:300px;width:100%}.share-widget--dark{--shareBackground: #6f6f6f;--shareTitleColor: #ededed;--shareColor: #ededed;--shareColorHover: #fff}.share-widget--light{--shareBackground: #f6f6f6;--shareTitleColor: #6f6f6f;--shareColor: #c9c9c9;--shareColorHover: #6f6f6f}.page--event-light .share-widget,.share-widget--color{--shareBackground: #f3f2f9;--shareTitleColor: #3a2e94;--shareColor: #b7b3d9;--shareColorHover: #0f0080}.share-widget--circular-light{--shareBackground: var(--c-2-c-blue-80);--shareTitleColor: white;--shareColor: #b7b3d9;--shareColorHover: white}.share-widget__title{display:flex;justify-content:space-between;align-items:center;color:var(--shareTitleColor);font-size:14px;line-height:1.2857142857;letter-spacing:.02em;width:100%;font-family:var(--fontFamily);border:0;padding:0;cursor:pointer;background-color:transparent}.share-widget__title:hover{text-decoration:underline}.share-widget_arrow{transition:.25s}.share-widget_arrow svg{color:red}.share-widget__arrow--rotated{transform:rotate(180deg)}.share-widget__list{display:flex;gap:33px;align-items:center;overflow:hidden}.share-widget__list--product-detail{gap:8px}.share-widget__list a{color:var(--shareColor);margin-top:10px}.share-widget__list a:hover{color:var(--shareColorHover)}.share-widget__list svg{width:100%;max-height:22px}.share-widget__item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border-radius:100px;transition:all .25s ease-in-out}.share-widget__item a{display:flex;align-items:center;justify-content:center;margin:0}.share-widget__item svg{height:19px;max-height:none}.share-widget__item svg path{transition:all .25s ease-in-out}@media (min-width: 992px){.share-widget__item:hover{background:var(--blue100)}.share-widget__item:hover svg path{fill:#fff}}
