@keyframes where-to-buy-dropdown-loading{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}.where-to-buy__header{position:relative;overflow:hidden;padding-top:64px;padding-bottom:calc(96px + 2vw);background:linear-gradient(30deg,var(--color-gradient-blue-start),var(--color-gradient-blue-end));isolation:isolate}.where-to-buy__header:before{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-image:url(/img/pages/where-to-buy/worldmap.png);background-position:50%;background-size:auto;background-repeat:no-repeat}.where-to-buy__header:after{content:"";position:absolute;z-index:1;top:calc(100% - 2vw);left:50%;width:150%;height:10vw;border-radius:100%;background:var(--color-component);transform:translateX(-50%)}.where-to-buy__dropdown-wrapper{position:relative;max-width:min(360px,100% - 32px);margin:-2vw auto 0;transform:translateY(-50%);transition:all var(--duration-fast) var(--curve-fast-in)}.where-to-buy__dropdown-wrapper,.where-to-buy__dropdown-wrapper:after{border-radius:var(--border-radius-regular);box-shadow:var(--box-shadow)}.where-to-buy__dropdown-wrapper:after{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background:transparent;opacity:0;transition:opacity var(--duration-fast) var(--curve-fast-in)}.where-to-buy__dropdown-wrapper:hover:after{background:var(--color-component);opacity:0.5}.where-to-buy__dropdown-wrapper:hover .where-to-buy__dropdown-chevron{background:var(--color-mono-500)}.where-to-buy__dropdown{appearance:none;overflow:hidden;width:100%;height:48px;padding:12px 32px 12px 48px;border:1px solid var(--color-line);border-radius:var(--border-radius-regular);background:var(--color-component);font-size:var(--font-size-regular);line-height:24px;color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;cursor:pointer;transition:all var(--duration-fast) var(--curve-fast-in)}.where-to-buy__dropdown:focus{border-color:var(--color-highlight);box-shadow:var(--box-shadow-highlight)}.where-to-buy__dropdown-flag{position:absolute;top:50%;left:16px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;pointer-events:none;-webkit-user-select:none;user-select:none;transform:translateY(-50%)}.where-to-buy__dropdown-flag.is-loading img{opacity:0}.where-to-buy__dropdown-flag.is-loading:after{content:"";position:absolute;top:calc(50% - 10px);right:calc(50% - 10px);display:block;width:20px;height:20px;background:var(--color-line);opacity:1;-webkit-mask-image:url(/img/icons/loading-throbber.svg);mask-image:url(/img/icons/loading-throbber.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;animation:where-to-buy-dropdown-loading 0.8s steps(8) infinite}.where-to-buy__dropdown-chevron{position:absolute;top:50%;right:16px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:var(--color-mono-200);pointer-events:none;-webkit-user-select:none;user-select:none;transform:translateY(-50%);transition:background var(--duration-fast) var(--curve-fast-in)}.where-to-buy__content{margin-top:40px;margin-bottom:80px}.where-to-buy__retailers{--retailer-width:160px;--retailer-height:160px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.where-to-buy__retailer{display:flex;flex-direction:column;align-items:center;width:var(--retailer-width);height:var(--retailer-height);padding:16px 16px 8px}.where-to-buy__retailer-logo{width:80px;height:80px}.where-to-buy__retailer-name{margin:2px 0 0;font-size:18px;font-weight:var(--font-weight-bold);line-height:22px;color:var(--color-text);text-align:center}@media (min-width:768px){.where-to-buy__content{margin-top:80px}.where-to-buy__retailers{--retailer-width:208px}.where-to-buy__retailer{padding-bottom:16px}.where-to-buy__retailer-logo{width:96px;height:96px}.where-to-buy__retailer-name{font-size:24px;line-height:30px}}@media (min-width:992px){.where-to-buy__header{padding-top:160px}}