.product-selector__dropdown{box-shadow:0 1px 1px rgba(0,0,0,.075),0 2px 2px rgba(0,0,0,.075),0 4px 4px rgba(0,0,0,.075),0 8px 8px rgba(0,0,0,.075),0 16px 16px rgba(0,0,0,.075)}.product-selector::after{content:"";display:block;width:.125rem;height:1.5rem;background-color:rgba(0,0,0,.88);margin:auto 4px}
/* Solves an issue in Safari, which stretches the svg to full width */
.te-logotype svg {
  width: auto;
  height: 100%;
}

.product-selector__item{border-radius:6px;gap:8px}.product-selector__item:hover{cursor:pointer}.product-selector__item:hover .product-selector__item__logo{border-radius:12px;outline:calc(2px*2) solid rgba(0,0,0,.45)}.product-selector__item.product-selector__item--selected .product-selector__item__logo{border-radius:12px;outline:calc(2px*2) solid #00824c}.product-selector__item.product-selector__item--selected:hover .product-selector__item__logo{cursor:pointer;outline:calc(2px*2) solid #06a95f}

/*# sourceMappingURL=n6reactComponents.9512f47cf4.css.map*/