﻿.where-buy-form{display:flex;overflow:hidden;flex-direction:column}.where-buy-form.loading{cursor:not-allowed}.where-buy-form.loading .select-wrapper{opacity:.5;pointer-events:none}.where-buy-form.loading button{opacity:.8;pointer-events:none;cursor:not-allowed}.where-buy-form.loading button::after{display:block}@media(max-width:1024px){.where-buy-form{gap:5px}}@media(min-width:1025px){.where-buy-form{border-radius:14px;border:1px solid #fff;flex-direction:row}}.where-buy-form .select-wrapper{position:relative;display:flex;flex:1}@media(min-width:1025px){.where-buy-form .select-wrapper{border-right:1px solid #fff}}.where-buy-form .select-wrapper select{padding:.875rem 1.125rem;background:rgba(0,0,0,0);color:#fff;font-size:1.125rem;font-weight:700;flex:1;appearance:none;cursor:pointer}@media(max-width:1024px){.where-buy-form .select-wrapper select{background-color:#fff;color:var(--primary-color);border-radius:10px}}@media(min-width:1025px){.where-buy-form .select-wrapper select{font-size:1rem;padding:.75rem 1.25rem}}.where-buy-form .select-wrapper select option{color:#000}.where-buy-form .select-wrapper::before{content:"";font-family:"icomoon";font-size:.875rem;position:absolute;top:50%;transform:translateY(-50%);right:30px}@media(max-width:1024px){.where-buy-form .select-wrapper::before{right:14px;color:var(--primary-color)}}.where-buy-form button{--inline-padding: 3.4375rem;position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--secondary-color);color:var(--secondary-foreground-color);padding:.875rem var(--inline-padding);font-weight:700;font-size:1.25rem;line-height:1}@media(max-width:1024px){.where-buy-form button{border-radius:10px}}@media(min-width:1025px){.where-buy-form button{padding:1.125rem 3.4375rem;font-size:1rem;background-color:#fff;color:var(--primary-color)}}.where-buy-form button::after{content:"";display:block;width:1rem;height:1rem;border-radius:9999px;border:3px solid;border-color:#fff;border-bottom-color:rgba(0,0,0,0);animation:rotation-2 1s linear infinite;display:none;position:absolute;right:calc(var(--inline-padding) - 8px);transform:translateX(100%)}@media(min-width:1025px){.where-buy-form button::after{border-color:var(--primary-color);border-bottom-color:rgba(0,0,0,0)}}