@charset "utf-8";

.shopify-pc__banner__dialog h2 { color: rgb(31, 31, 31); font-family: inherit; font-size: 120%; margin: 0px 0px 0.5em; padding: 0px; font-weight: bold; }

.shopify-pc__banner__dialog p { color: rgb(31, 31, 31); font-family: inherit; line-height: 1.3; margin: 0px; padding: 0px; }

.shopify-pc__banner__dialog a { color: rgb(31, 31, 31); text-decoration: underline; }

.shopify-pc__banner__dialog button { border: none; text-decoration: none; font-family: inherit; padding: 10px 25px; margin-top: 15px; font-size: 100%; flex-basis: 50%; border-radius: 2px; line-height: 120%; height: unset; text-align: center; }

.shopify-pc__banner__dialog button:focus { outline: none; box-shadow: rgb(158, 218, 250) 0px 0px 0px 4px; }

.shopify-pc__banner__dialog button:hover { cursor: pointer; }

.shopify-pc__banner__dialog button.shopify-pc__banner__btn-accept { border: 1px solid rgb(31, 31, 31); background: rgb(255, 255, 255); color: rgb(51, 51, 51); }

.shopify-pc__banner__dialog button.shopify-pc__banner__btn-manage-prefs { text-decoration: underline; padding: 0px; background: transparent; border: none; color: rgb(51, 51, 51); }

.shopify-pc__banner__dialog button.shopify-pc__banner__btn-manage-prefs:focus { box-shadow: none; }

.shopify-pc__banner__dialog button.shopify-pc__banner__btn-manage-prefs:focus span { outline: rgb(158, 218, 250) solid 2px; }

.shopify-pc__banner__dialog button.shopify-pc__banner__btn-decline { border: 1px solid rgb(31, 31, 31); background: rgb(255, 255, 255); color: rgb(51, 51, 51); }

.shopify-pc__banner__body p a:focus { outline: rgb(158, 218, 250) solid 2px; box-shadow: none; }

.shopify-pc__banner__dialog { position: fixed; z-index: 2000000; box-shadow: rgba(63, 63, 68, 0.4) 0px 4px 10px; max-height: 90%; box-sizing: border-box; opacity: 1; padding: 32px; background-color: rgb(255, 255, 255); overflow: auto; scrollbar-width: none; border: none; text-align: left; bottom: 0px; left: 25%; width: 50%; min-width: 280px; border-top-right-radius: 3px; border-top-left-radius: 3px; }

.shopify-pc__banner__wrapper { display: flex; align-items: center; justify-content: space-between; flex-direction: column; }

@media only screen and (max-width: 1300px) {
  .shopify-pc__banner__dialog { left: 15%; width: 70%; }
}

@media only screen and (max-width: 900px) {
  .shopify-pc__banner__dialog { left: 5%; width: 90%; }
}

.shopify-pc__banner__body { width: 100%; margin-bottom: 10px; }

.shopify-pc__banner__btns { display: flex; width: 100%; justify-content: flex-end; flex-direction: row; gap: 20px; }

.shopify-pc__banner__dialog h2 { line-height: initial; }

@media only screen and (max-width: 480px) {
  .shopify-pc__banner__btns { flex-direction: column; gap: 3px; }
  .shopify-pc__banner__btns-granular :nth-child(1) { order: 3; }
  .shopify-pc__banner__btns-granular :nth-child(2) { order: 1; }
  .shopify-pc__banner__btns-granular :nth-child(3) { order: 2; }
}