/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/product-header/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
#resellers-modal {
  padding: 0px;
  border: none;
  max-height: calc(100% - 2em - 24px);
  width: 100%;
  max-width: min(100% - 2 * var(--theme--horizontal-padding), 712px);
  border-radius: 10px;
}
#resellers-modal::backdrop {
  background: rgba(0, 0, 0, 0.25);
}

.modal-padding {
  --padding-sides: 27px;
  padding: 26px var(--padding-sides);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 24px;
}

.resellers-modal__close-btn {
  position: absolute;
  right: var(--padding-sides);
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNC45NTI1IDI4LjQ1NTRMNDYuNDc2NiA1MEw1MC4wMDA0IDQ2LjQ3MjhMMjguNDc2MyAyNC45MjgzTDQ5Ljc4OCAzLjU5NjNMNDYuMjY0MiAwLjA2OTE1NDhMMjQuOTUyNSAyMS40MDExTDMuNTcxNzQgMEwwLjA0Nzk0OTYgMy41MjcxNUwyMS40Mjg3IDI0LjkyODNMMCA0Ni4zNzc0TDMuNTIzNzkgNDkuOTA0NkwyNC45NTI1IDI4LjQ1NTRaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4=);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.resellers-modal__close-btn::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid black;
  border-radius: 18px;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.resellers-modal__close-btn:hover::after {
  opacity: 0.5;
}

.resellers-modal__piper-logo {
  display: block;
  width: 121px;
  height: auto;
}

.resellers-modal__reseller {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  text-align: center;
  gap: 9px;
}
.resellers-modal__reseller:only-child {
  justify-self: center;
  width: 100%;
  max-width: 319px;
}

.resellers-modal__reseller__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 92px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: var(--theme--chalk);
  border-radius: 2px;
  box-sizing: border-box;
  padding: clamp(7px, 6%, 16px);
  aspect-ratio: 207/92;
  flex: 1;
}

.resellers-modal__reseller__name {
  margin: 0px;
}

.output {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 90px), 1fr));
  grid-auto-rows: minmax(67px, 1fr);
  gap: 24px 10px;
}

@media screen and (min-width: 768px) {
  .output {
    grid-auto-rows: minmax(119px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 206px), 1fr));
    gap: 20px;
  }
}
.resellers-modal__filter {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.resellers-modal__select-wrapper {
  --outline--padding: 8px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-width: 208px;
  max-width: 100%;
  position: relative;
}
.resellers-modal__select-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  right: var(--outline--padding);
  width: 12px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCAzMCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi45OTk3IDI1TDAgMy4zMDIwNEwzLjUwMDE1IDBMMzAgMjVMMy41MDAxNSA1MEwwIDQ2LjY5OEwyMi45OTk3IDI1WiIgZmlsbD0iI0Q0MDEzMSIvPgo8L3N2Zz4K);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  rotate: 90deg;
  flex: none;
  pointer-events: none;
}
.resellers-modal__select-wrapper:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}

.resellers-modal__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0px;
  width: 100%;
  padding: 0.84em 0px;
  padding-right: 20px;
  color: var(--theme--grey);
  margin: 0px var(--outline--padding);
}
.resellers-modal__select:focus-visible {
  outline: none;
}
.resellers-modal__select option, .resellers-modal__select:has(option:checked:not([value])), .resellers-modal__select:has(option:checked:not([value=""])), .resellers-modal__select:has(option:checked:not([value])) option, .resellers-modal__select:has(option:checked:not([value=""])) option {
  color: black;
}

.acf-product-header {
  --viewport--height: calc(100lvh - var(--wp-admin--admin-bar--height, 0px));
  background-color: var(--theme--red);
  padding: 0px var(--theme--horizontal-padding) 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .acf-product-header {
    padding-bottom: 126px;
  }
}

.acf-product-header__sticky-container {
  height: calc(100vh + 500px + 500px + 500px);
}

.acf-product-header__sticky {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  bottom: 0px;
  width: calc(100% + 2 * var(--theme--horizontal-padding));
  margin-left: calc(-1 * var(--theme--horizontal-padding));
  --image--scroll-power: 0;
  --gradient--opacity: 1;
  --backdrop--opacity: 0;
  --keywords--opacity: -1;
  text-align: center;
}

.acf-product-header__sticky::after {
  content: "";
  position: absolute;
  inset: 50% 0px 0px;
  background-image: linear-gradient(to top, var(--theme--pure-black--100), var(--theme--pure-black--0));
  opacity: calc(0.3 * var(--gradient--opacity, 1));
}

.acf-product-header__overflow-container,
.acf-product-header__title-container {
  color: var(--theme--pure-white);
}

.acf-product-header__overflow-container {
  height: calc(100lvh - var(--wp-admin--admin-bar--height, 0px));
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.acf-product-header__img-translater {
  position: absolute;
  inset: auto 0px 0px;
  min-width: 100%;
  min-height: 100%;
  --formula: calc(100% - var(--viewport--height));
  transform: translateY(calc(var(--image--scroll-power, 0) * var(--formula, 100svh)));
}

.acf-product-header__img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.acf-product-header__title-container {
  position: absolute;
  bottom: 113px;
  right: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  z-index: 1;
  margin: 0px 20%;
}
@media screen and (min-width: 768px) {
  .acf-product-header__title-container {
    bottom: 50px;
  }
}

.acf-product-header__overflow-container::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: var(--theme--pure-black);
  opacity: calc(0.2 * var(--backdrop--opacity, 0));
}

.acf-product-header__keywords {
  position: absolute;
  inset: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  opacity: var(--keywords--opacity, 1);
  z-index: 1;
  margin: 0px 20%;
}

.acf-product-header__karaoke {
  max-width: 30ch;
  margin: 100px auto 0px;
}

.acf-product-header__karaoke [data-w] {
  opacity: 0.2;
  transition: opacity var(--backdrops--opacity--transition-duration) var(--backdrops--opacity--transition-timing-function) 0s;
}

.acf-product-header__title {
  margin-bottom: 5px;
}

/*# sourceMappingURL=index.css.map*/