.where-to-buy-widget{display:flex;align-items:center;justify-content:center}.ps-widget[ps-sku],.ps-widget[data-ps-sku]{margin:0!important;padding:var(--spacing-base) var(--spacing-base)!important;border:var(--stroke-2) solid var(--button-border-color)!important;border-radius:var(--border-radius-top-left) var(--border-radius-top-right) var(--border-radius-bottom-right) var(--border-radius-bottom-left)!important;min-height:unset!important;font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;font-weight:var(--button-font-weight)!important;min-width:unset!important}.ps-widget[ps-sku]:after,.ps-widget[data-ps-sku]:after{top:0!important;padding:4px!important;border-width:0 2px 2px 0!important;margin-left:8px!important}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:var(--spacing-s);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-container{max-width:70%;max-height:80vh;width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:slideIn .3s ease;background-color:var(--color-grey-0)}@media(max-width:768px){.modal-container{max-width:100%}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;align-items:center;justify-content:flex-end;padding:var(--spacing-s);flex-shrink:0;width:100%}.modal-content{padding:var(--spacing-base);overflow-y:auto;overflow-x:hidden;flex:1;-webkit-overflow-scrolling:touch}
