.quimatic-builder-component--onde-comprar {
    border: 0;
    background: #ffffff;
}

.quimatic-builder-component--onde-comprar .quimatic-builder-component__inner {
    width: min(100%, 1440px);
    max-width: none;
    margin: 0 auto;
    padding: 48px 64px 160px;
}

.quimatic-builder-component--onde-comprar.has-active-journey .quimatic-builder-component__inner {
    padding-bottom: 0;
}

.quimatic-where-to-buy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.quimatic-where-to-buy__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.quimatic-where-to-buy__page-title {
    margin: 0;
    color: #101828;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.48px;
}

.quimatic-where-to-buy__page-description {
    margin: 0;
    color: #4a5565;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.quimatic-where-to-buy__page-description > :first-child,
.quimatic-where-to-buy__card-description > :first-child {
    margin-top: 0;
}

.quimatic-where-to-buy__page-description > :last-child,
.quimatic-where-to-buy__card-description > :last-child {
    margin-bottom: 0;
}

.quimatic-where-to-buy__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.quimatic-where-to-buy__section-title {
    margin: 0;
    color: var(--quimatic-orange);
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.32px;
}

.quimatic-where-to-buy__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    align-items: stretch;
    width: 100%;
}

.quimatic-where-to-buy__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
    min-height: 198px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition:
        min-height 0.28s ease,
        height 0.28s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.quimatic-where-to-buy__card:hover,
.quimatic-where-to-buy__card:focus-visible {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
    outline: 0;
}

.quimatic-where-to-buy__card.is-active {
    min-height: 200px;
    border-top: 2px solid var(--quimatic-orange);
    border-left: 2px solid var(--quimatic-orange);
    border-right: 2px solid var(--quimatic-orange);
    border-bottom: 1px solid var(--quimatic-orange);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card:not(.is-active) {
    height: 136px;
    min-height: 136px;
}

.quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card:not(.is-active):hover,
.quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card:not(.is-active):focus-visible {
    height: 198px;
    min-height: 198px;
}

.quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__grid {
    align-items: end;
}

.quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card:not(.is-active) .quimatic-where-to-buy__card-description {
    max-height: 0;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 0.28s ease, opacity 0.2s ease, transform 0.28s ease;
}

.quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card[aria-current="false"] .quimatic-where-to-buy__card-title {
    position: relative;
    top: 6px;
}

.quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card:not(.is-active):hover .quimatic-where-to-buy__card-description,
.quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card:not(.is-active):focus-visible .quimatic-where-to-buy__card-description {
    max-height: 96px;
    opacity: 1;
    transform: translateY(0);
}

.quimatic-where-to-buy__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid transparent;
    border-radius: 50%;
    color: var(--quimatic-orange);
    transition: background-color 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

.quimatic-where-to-buy__card:hover .quimatic-where-to-buy__icon,
.quimatic-where-to-buy__card:focus-visible .quimatic-where-to-buy__icon {
    border-color: var(--quimatic-orange);
}

.quimatic-where-to-buy__icon-image {
    display: block;
    width: 24px;
    height: 24px;
}

.quimatic-where-to-buy__icon-image {
    object-fit: contain;
}

.quimatic-where-to-buy__card.is-active .quimatic-where-to-buy__icon {
    border-color: var(--quimatic-orange);
    background: var(--quimatic-orange);
}

.quimatic-where-to-buy__card.is-active .quimatic-where-to-buy__icon-image {
    filter: brightness(0) invert(1);
}

.quimatic-where-to-buy__card-title {
    margin: 0;
    color: #0a0a0a;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.quimatic-where-to-buy__card.is-active .quimatic-where-to-buy__card-title {
    color: var(--quimatic-orange);
}

.quimatic-where-to-buy__card-description {
    margin: 0;
    color: #4c4c4c;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
    .quimatic-where-to-buy__card,
    .quimatic-where-to-buy__icon,
    .quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card:not(.is-active) .quimatic-where-to-buy__card-description {
        transition: none;
    }
}

.quimatic-where-to-buy__journeys {
    width: 100%;
}

.quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__journeys {
    margin-top: -24px;
}

.quimatic-where-to-buy__journey {
    width: 100%;
    padding-top: 0;
}

.quimatic-where-to-buy__journey[hidden] {
    display: none;
}

.quimatic-where-to-buy__quick-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 12px;
    align-items: stretch;
    width: 100%;
    padding: 24px 32px;
    background: #f9fafb;
}

.quimatic-where-to-buy__quick-search input,
.quimatic-where-to-buy-form__input,
.quimatic-where-to-buy-form__select,
.quimatic-where-to-buy-form__textarea {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    background: #ffffff;
    color: #101828;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    outline: none;
}

.quimatic-where-to-buy__quick-search input,
.quimatic-where-to-buy__quick-search button,
.quimatic-where-to-buy-form__input,
.quimatic-where-to-buy-form__select {
    min-height: 54px;
}

.quimatic-where-to-buy__quick-search input,
.quimatic-where-to-buy-form__input,
.quimatic-where-to-buy-form__select {
    padding: 12px 16px;
}

.quimatic-where-to-buy__quick-search button,
.quimatic-where-to-buy-form__submit,
.quimatic-where-to-buy__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 20px;
    border: 1px solid var(--quimatic-orange);
    background: var(--quimatic-orange);
    color: #ffffff;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 28px;
    transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.quimatic-where-to-buy__quick-search button:hover:not(:disabled),
.quimatic-where-to-buy-form__submit:hover:not(:disabled),
.quimatic-where-to-buy__button:hover {
    background: #ffffff;
    color: var(--quimatic-orange);
}

.quimatic-where-to-buy__store-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 48px 0;
    background: transparent;
    isolation: isolate;
}

.quimatic-where-to-buy__store-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    border-top: 1px solid var(--quimatic-orange);
    background: #f2f2f2;
    z-index: -1;
}

.quimatic-where-to-buy__commercial-panel {
    position: relative;
    width: 100%;
    padding: 0 0 96px;
    isolation: isolate;
}

.quimatic-where-to-buy__commercial-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    border-top: 1px solid var(--quimatic-orange);
    background: #f2f2f2;
    z-index: -1;
}

.quimatic-where-to-buy-store-search {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 36px 40px;
    border: 1px solid #eaeaea;
    background: #ffffff;
    box-shadow: 0 20px 12.5px rgba(0, 0, 0, 0.1), 0 8px 5px rgba(0, 0, 0, 0.1);
}

.quimatic-where-to-buy-store-search__heading {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 41px;
    margin-bottom: 6px;
    border-bottom: 1px solid #e2e8f0;
}

.quimatic-where-to-buy-store-search__heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    background: rgba(255, 107, 53, 0.1);
    color: var(--quimatic-orange);
    position: relative;
    bottom: 7px;
}

.quimatic-where-to-buy-store-search__heading-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.quimatic-where-to-buy-store-search__heading h4 {
    margin: 0;
    color: #4c4c4c;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.quimatic-where-to-buy-store-search__heading-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.quimatic-where-to-buy-store-search__heading-copy p {
    margin: 0;
    color: #4c4c4c;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.7px;
}

.quimatic-where-to-buy-store-search__row {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    width: min(100%, 700px);
}

.quimatic-where-to-buy-store-search__field {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.quimatic-where-to-buy-store-search__field label {
    color: #4c4c4c;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.quimatic-where-to-buy-store-search__field label span {
    color: var(--quimatic-orange);
}

.quimatic-where-to-buy-store-search__field input {
    width: 100%;
    height: 50px;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    background: #f8fafc;
    color: #717182;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    caret-color: #717182;
    -webkit-text-fill-color: #717182;
    outline: 0;
}

.quimatic-where-to-buy-store-search__field input::placeholder {
    color: #717182;
    opacity: 1;
}

.quimatic-where-to-buy-store-search__field input:not(:placeholder-shown) {
    border-color: var(--quimatic-orange);
    color: var(--quimatic-orange);
    caret-color: var(--quimatic-orange);
    -webkit-text-fill-color: var(--quimatic-orange);
}

.quimatic-where-to-buy-store-search__field input:focus {
    border-color: var(--quimatic-orange);
    background: #f8fafc;
}

.quimatic-where-to-buy-store-search__row button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 240px;
    height: 50px;
    padding: 12px 24px;
    border: 1px solid var(--quimatic-orange);
    border-radius: 0;
    background: var(--quimatic-orange);
    color: #ffffff;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
    transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.quimatic-where-to-buy-store-search__row button:hover:not([disabled]) {
    background: #ffffff;
    color: var(--quimatic-orange);
}

.quimatic-where-to-buy-store-search__row button[disabled] {
    cursor: wait;
    opacity: 0.72;
}

.quimatic-where-to-buy-store-search__status {
    width: 100%;
    margin: 16px 0 0;
    color: #4a5565;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.quimatic-where-to-buy-store-search__status[hidden] {
    display: none;
}

.quimatic-where-to-buy-results {
    display: flex;
    flex-direction: column;
    gap: 76px;
    width: 100%;
    margin-top: 48px;
}

.quimatic-where-to-buy-results[hidden] {
    display: none;
}

.quimatic-where-to-buy-results__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    width: 100%;
}

.quimatic-where-to-buy-store-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 212px;
    padding: 24px;
    border: 2px solid #e5e7eb;
    background: #ffffff;
}

.quimatic-where-to-buy-store-card__heading {
    display: flex;
    gap: 16px;
    align-items: center;
    width: 100%;
}

.quimatic-where-to-buy-store-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    background: #fff0eb;
    color: var(--quimatic-orange);
}

.quimatic-where-to-buy-store-card__badge svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.quimatic-where-to-buy-store-card h4 {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: #101828;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.quimatic-where-to-buy-store-card address {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    color: #4a5565;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.quimatic-where-to-buy-store-card__contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #4a5565;
    margin-top: -8px;
}

.quimatic-where-to-buy-store-card__contact a {
    color: #4a5565;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.quimatic-where-to-buy-store-card__line {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    width: 100%;
}

.quimatic-where-to-buy-store-card__meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
    width: 16px;
    height: 20px;
    color: #667085;
}

.quimatic-where-to-buy-store-card__meta-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.quimatic-where-to-buy-store-card__address-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.quimatic-where-to-buy-store-card__site span:last-child {
    text-decoration: underline;
}

.quimatic-where-to-buy-store-card__contact a:hover,
.quimatic-where-to-buy-store-card__contact a:focus-visible {
    color: #101828;
    outline: 0;
}

.quimatic-where-to-buy-pagination {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.quimatic-where-to-buy-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    background: #f2f2f2;
    color: #0a0203;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.quimatic-where-to-buy-pagination__arrow {
    border: 0 !important;
    background: transparent !important;
}

.quimatic-where-to-buy-pagination__arrow svg {
    width: 40px;
    height: 40px;
    display: block;
}

.quimatic-where-to-buy-pagination a:hover,
.quimatic-where-to-buy-pagination a:focus-visible {
    border-color: var(--quimatic-orange);
    color: #0a0203;
    outline: 0;
}

.quimatic-where-to-buy-pagination__arrow:hover,
.quimatic-where-to-buy-pagination__arrow:focus-visible {
    border-color: transparent;
}

.quimatic-where-to-buy-pagination a.is-active {
    border-color: var(--quimatic-orange);
    background: var(--quimatic-orange);
    color: #0a0203;
}

.quimatic-where-to-buy-pagination a.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.quimatic-where-to-buy-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
    padding: 40px;
    border: 1px solid #eaeaea;
    background: #ffffff;
    box-shadow: 0 20px 12.5px rgba(0, 0, 0, 0.1), 0 8px 5px rgba(0, 0, 0, 0.1);
}

.quimatic-where-to-buy-form fieldset {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.quimatic-where-to-buy-form__section {
    width: 100%;
    max-width: 560px;
}

.quimatic-where-to-buy-form__section--tight {
    gap: 8px;
}

.quimatic-where-to-buy-form__section--tight .quimatic-where-to-buy-form__row {
    gap: 8px;
}

.quimatic-where-to-buy-form__section-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 41px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e2e8f0;
}

.quimatic-where-to-buy-form__section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    background: rgba(255, 107, 53, 0.1);
}

.quimatic-where-to-buy-form__section-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}

.quimatic-where-to-buy-form__section-heading h4 {
    margin: 0;
    color: #4c4c4c;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.quimatic-where-to-buy-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.quimatic-where-to-buy-form__row--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quimatic-where-to-buy-form__field {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.quimatic-where-to-buy-form__label {
    color: #4c4c4c;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.quimatic-where-to-buy-form__label span {
    color: var(--quimatic-orange);
}

.quimatic-where-to-buy-form__input,
.quimatic-where-to-buy-form__select,
.quimatic-where-to-buy-form__textarea {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #717182;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.quimatic-where-to-buy-form__input::placeholder,
.quimatic-where-to-buy-form__textarea::placeholder {
    color: #717182;
    opacity: 1;
}

.quimatic-where-to-buy-form__input,
.quimatic-where-to-buy-form__select {
    height: 50px;
    min-height: 50px;
    padding: 12px 16px;
}

.quimatic-where-to-buy-form__select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #667085 50%),
        linear-gradient(135deg, #667085 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% - 3px),
        calc(100% - 13px) calc(50% - 3px);
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    padding-right: 36px;
}

.quimatic-where-to-buy-form__textarea {
    min-height: 149px;
    resize: none;
    padding: 12px 16px;
}

.quimatic-where-to-buy-form__submit {
    align-self: stretch;
    width: 100%;
    max-width: 560px;
    min-height: 62px;
    margin-top: auto;
    padding: 16px 20px;
    font-size: 20px;
}

.quimatic-where-to-buy-form--commercial {
    align-items: flex-start;
    gap: 16px;
}

.quimatic-where-to-buy-form__intro {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 560px;
    margin-bottom: 8px;
}

.quimatic-where-to-buy-form__intro-title {
    margin: 0;
    color: #0a0203;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.quimatic-where-to-buy-form__intro-subtitle {
    color: #4c4c4c;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

.quimatic-where-to-buy-form__intro-subtitle > *:first-child {
    margin-top: 0;
}

.quimatic-where-to-buy-form__intro-subtitle > *:last-child {
    margin-bottom: 0;
}

.quimatic-where-to-buy__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 64px 32px 60px 32px;
    text-align: center;
    border: 1px solid #E5E7EB;
    background: #FFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
}

.quimatic-where-to-buy__empty-icons {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.quimatic-where-to-buy__empty-icons span {
    display: block;
    width: 64px;
    height: 64px;
    background: #F3F4F6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quimatic-where-to-buy__empty h4 {
    margin: 32px 0 4px 0;
    color: #101828;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.32px;
}

.quimatic-where-to-buy__empty p {
    max-width: 800px;
    margin: 0;
    color: #4c4c4c;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
}

.quimatic-where-to-buy__empty[hidden] {
    display: none;
}

.quimatic-where-to-buy__commercial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    padding: 96px 0 0;
}

.quimatic-where-to-buy__benefits {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
    max-width: 608px;
    padding-top: 7px;
    padding-right: 16px;
}

.quimatic-where-to-buy__benefits-heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.quimatic-where-to-buy__benefits-heading > span {
    color: #0a0203;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.quimatic-where-to-buy__benefits-heading div {
    color: #4c4c4c;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.quimatic-where-to-buy__benefit-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.quimatic-where-to-buy__benefit {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.quimatic-where-to-buy__benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 100%;
    background: rgba(255, 107, 53, 0.1);
    color: var(--quimatic-orange);
}

.quimatic-where-to-buy__benefit-icon svg {
    width: 32px;
    height: 32px;
    display: block;
}

.quimatic-where-to-buy__benefit-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.quimatic-where-to-buy__benefit-content strong {
    color: var(--quimatic-orange);
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.quimatic-where-to-buy__benefit-content span {
    color: #4c4c4c;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width: 1100px) {
    .quimatic-builder-component--onde-comprar .quimatic-builder-component__inner {
        padding-right: 24px;
        padding-bottom: 96px;
        padding-left: 24px;
    }

    .quimatic-builder-component--onde-comprar.has-active-journey .quimatic-builder-component__inner {
        padding-bottom: 0;
    }

    .quimatic-where-to-buy__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quimatic-where-to-buy__quick-search,
    .quimatic-where-to-buy__commercial-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .quimatic-where-to-buy-results__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quimatic-where-to-buy__store-panel {
        padding-right: 0;
        padding-left: 0;
    }

    .quimatic-where-to-buy__commercial-panel {
        padding-bottom: 72px;
    }

    .quimatic-where-to-buy__benefits {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .quimatic-builder-component--onde-comprar {
        width: calc(100% + 32px);
        margin-right: -16px;
        margin-left: -16px;
        background: #ffffff;
    }

    .quimatic-builder-component--onde-comprar .quimatic-builder-component__inner {
        padding: 32px 0 72px;
        background: #ffffff;
    }

    .quimatic-builder-component--onde-comprar.has-active-journey .quimatic-builder-component__inner {
        padding-bottom: 0;
    }

    .quimatic-where-to-buy {
        gap: 0;
    }

    .quimatic-where-to-buy__header,
    .quimatic-where-to-buy__content {
        padding-right: 16px;
        padding-left: 16px;
    }

    .quimatic-where-to-buy__header {
        gap: 4px;
        margin-bottom: 32px;
    }

    .quimatic-where-to-buy__page-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: -0.32px;
        color: #0a0203;
        text-transform: uppercase;
    }

    .quimatic-where-to-buy__page-description {
        color: #4a5565;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }

    .quimatic-where-to-buy__content {
        position: relative;
        z-index: 1;
        gap: 32px;
        padding-bottom: 20px;
        background: #ffffff;
    }

    .quimatic-where-to-buy__content::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        z-index: -1;
        width: 100vw;
        background: #ffffff;
        transform: translateX(-50%);
    }

    .quimatic-where-to-buy__section-title {
        font-size: 28px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0;
        color: #ff4e00;
    }

    .quimatic-where-to-buy__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .quimatic-where-to-buy__card {
        position: relative;
        min-height: 0;
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr) 18px;
        grid-template-areas:
            "icon title chevron"
            "icon description chevron";
        column-gap: 14px;
        row-gap: 4px;
        padding: 19px 17px;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        background: #ffffff;
        box-shadow: none;
        align-items: start;
    }

    .quimatic-where-to-buy__card::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 17px;
        width: 7px;
        height: 7px;
        border-right: 1.5px solid #555555;
        border-bottom: 1.5px solid #555555;
        transform: translateY(-50%) rotate(-45deg);
    }

    .quimatic-where-to-buy__card.is-active {
        min-height: 0;
        border: 1px solid var(--quimatic-orange);
        background: #ffede5;
        box-shadow: none;
    }

    .quimatic-where-to-buy__card:hover,
    .quimatic-where-to-buy__card:focus-visible {
        background: #ffffff;
    }

    .quimatic-where-to-buy__card.is-active::after {
        border-color: var(--quimatic-orange);
        transform: translateY(-65%) rotate(45deg);
    }

    .quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card:not(.is-active),
    .quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card:not(.is-active):hover,
    .quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card:not(.is-active):focus-visible {
        height: auto;
        min-height: 0;
    }

    .quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__grid {
        align-items: stretch;
    }

    .quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card:not(.is-active) .quimatic-where-to-buy__card-description,
    .quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card:not(.is-active):hover .quimatic-where-to-buy__card-description,
    .quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card:not(.is-active):focus-visible .quimatic-where-to-buy__card-description {
        max-height: none;
        opacity: 1;
        transform: none;
    }

    .quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__card[aria-current="false"] .quimatic-where-to-buy__card-title {
        position: static;
        top: auto;
    }

    .quimatic-where-to-buy__card > *:not(.quimatic-where-to-buy__icon) {
        max-width: none;
    }

    .quimatic-where-to-buy__icon,
    .quimatic-where-to-buy__card.is-active .quimatic-where-to-buy__icon,
    .quimatic-where-to-buy__card:hover .quimatic-where-to-buy__icon,
    .quimatic-where-to-buy__card:focus-visible .quimatic-where-to-buy__icon {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        grid-area: icon;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .quimatic-where-to-buy__icon-image {
        width: 28px;
        height: 28px;
        filter: none;
    }

    .quimatic-where-to-buy__card.is-active .quimatic-where-to-buy__icon-image {
        filter: none;
    }

    .quimatic-where-to-buy__card-title,
    .quimatic-where-to-buy__card.is-active .quimatic-where-to-buy__card-title {
        grid-area: title;
        align-self: center;
        color: #1a1a1a;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
    }

    .quimatic-where-to-buy__card-description {
        grid-area: description;
        color: #555555;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
    }

    .quimatic-builder-component--onde-comprar.has-active-journey .quimatic-where-to-buy__journeys {
        margin-top: 0;
    }

    .quimatic-where-to-buy__journeys {
        width: 100%;
        background: #f2f2f2;
    }

    .quimatic-where-to-buy__store-panel,
    .quimatic-where-to-buy__commercial-panel {
        position: relative;
        padding: 24px 16px 32px;
        background: transparent;
    }

    .quimatic-where-to-buy__store-panel::before,
    .quimatic-where-to-buy__commercial-panel::before {
        display: none;
    }

    .quimatic-where-to-buy-store-search {
        gap: 24px;
        padding: 16px 8px;
        border: 1px solid #eaeaea;
        box-shadow: 0 20px 12.5px rgba(0, 0, 0, 0.1), 0 8px 5px rgba(0, 0, 0, 0.1);
    }

    .quimatic-where-to-buy-store-search__heading {
        gap: 8px;
        min-height: 41px;
        margin-bottom: 0;
        padding-bottom: 9px;
    }

    .quimatic-where-to-buy-store-search__heading-icon {
        width: 32px;
        height: 32px;
        bottom: 0;
        background: rgba(255, 107, 53, 0.12);
    }

    .quimatic-where-to-buy-store-search__heading-icon svg {
        width: 16px;
        height: 16px;
    }

    .quimatic-where-to-buy-store-search__heading h4 {
        font-size: 10px;
        line-height: 20px;
        letter-spacing: 0.7px;
    }

    .quimatic-where-to-buy-store-search__heading-copy p {
        font-size: 10px;
        font-weight: 300;
        line-height: 20px;
        letter-spacing: 0;
    }

    .quimatic-where-to-buy-store-search__row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 112px;
        gap: 8px;
        align-items: end;
        width: 100%;
    }

    .quimatic-where-to-buy-store-search__field label {
        font-size: 14px;
    }

    .quimatic-where-to-buy-store-search__field input {
        height: 44px;
        padding: 10px 12px;
        font-size: 14px;
    }

    .quimatic-where-to-buy-store-search__row button {
        flex-basis: auto;
        width: 100%;
        height: 50px;
        padding: 16px 24px;
        font-size: 20px;
    }

    .quimatic-where-to-buy-results {
        gap: 24px;
        margin-top: 12px;
    }

    .quimatic-where-to-buy-results__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .quimatic-where-to-buy-store-card {
        gap: 16px;
        min-height: 0;
        padding: 12px;
        border-width: 2px;
    }

    .quimatic-where-to-buy-store-card__heading {
        gap: 16px;
        align-items: center;
    }

    .quimatic-where-to-buy-store-card__badge {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .quimatic-where-to-buy-store-card__badge svg {
        width: 24px;
        height: 24px;
    }

    .quimatic-where-to-buy-store-card h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .quimatic-where-to-buy-store-card address,
    .quimatic-where-to-buy-store-card__contact a {
        font-size: 12px;
        line-height: 20px;
    }

    .quimatic-where-to-buy-store-card__meta-icon {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    .quimatic-where-to-buy-store-card__meta-icon svg {
        width: 16px;
        height: 16px;
    }

    .quimatic-where-to-buy-store-card__contact {
        gap: 8px;
    }

    .quimatic-where-to-buy-store-card__line {
        gap: 8px;
    }

    .quimatic-where-to-buy-store-card__address-copy {
        gap: 0;
    }

    .quimatic-where-to-buy-pagination {
        justify-content: flex-start;
        gap: 4px;
    }

    .quimatic-where-to-buy-pagination a {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .quimatic-where-to-buy-pagination__arrow svg {
        width: 24px;
        height: 24px;
    }

    .quimatic-where-to-buy__quick-search,
    .quimatic-where-to-buy-form__row,
    .quimatic-where-to-buy-form__row--three {
        grid-template-columns: minmax(0, 1fr);
    }

    .quimatic-where-to-buy-form {
        gap: 24px;
        padding: 40px 8px;
        border: 1px solid #eaeaea;
        box-shadow: 0 20px 12.5px rgba(0, 0, 0, 0.1), 0 8px 5px rgba(0, 0, 0, 0.1);
    }

    .quimatic-where-to-buy__commercial-grid {
        gap: 16px;
        padding-top: 0;
    }

    .quimatic-where-to-buy__benefits-heading > span,
    .quimatic-where-to-buy__empty h4 {
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: -0.24px;
    }

    .quimatic-where-to-buy__benefits-heading {
        gap: 12px;
    }

    .quimatic-where-to-buy__benefits-heading div {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
    }

    .quimatic-where-to-buy__benefits {
        gap: 16px;
        padding-top: 0;
        padding-right: 0;
    }

    .quimatic-where-to-buy__benefit-list {
        gap: 8px;
    }

    .quimatic-where-to-buy__benefit {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 8px;
    }

    .quimatic-where-to-buy__benefit-icon {
        width: 64px;
        min-height: 64px;
    }

    .quimatic-where-to-buy__benefit-icon svg {
        width: 32px;
        height: 32px;
    }

    .quimatic-where-to-buy__benefit-content strong {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
    }

    .quimatic-where-to-buy__benefit-content span {
        font-size: 14px;
        line-height: 1.5;
    }

    .quimatic-where-to-buy-form__intro {
        gap: 12px;
        margin-bottom: 0;
    }

    .quimatic-where-to-buy-form__intro-title {
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: -0.24px;
    }

    .quimatic-where-to-buy-form__intro-subtitle {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
    }

    .quimatic-where-to-buy-form fieldset,
    .quimatic-where-to-buy-form__section {
        gap: 16px;
        max-width: none;
    }

    .quimatic-where-to-buy-form__section--tight,
    .quimatic-where-to-buy-form__section--tight .quimatic-where-to-buy-form__row {
        gap: 16px;
    }

    .quimatic-where-to-buy-form__section-heading {
        min-height: 41px;
        padding-bottom: 9px;
    }

    .quimatic-where-to-buy-form__section-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        background: rgba(255, 107, 53, 0.1);
    }

    .quimatic-where-to-buy-form__section-icon svg {
        width: 16px;
        height: 16px;
    }

    .quimatic-where-to-buy-form__section-heading h4 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.7px;
    }

    .quimatic-where-to-buy-form__label {
        font-size: 14px;
    }

    .quimatic-where-to-buy-form__input,
    .quimatic-where-to-buy-form__select {
        height: 50px;
        min-height: 50px;
        padding: 12px 16px;
        font-size: 14px;
    }

    .quimatic-where-to-buy-form__textarea {
        min-height: 149px;
        padding: 12px 16px;
        font-size: 14px;
    }

    .quimatic-where-to-buy-form__submit {
        max-width: none;
        min-height: 56px;
        padding: 16px 20px;
        border-color: #7f7f7f;
        background: #7f7f7f;
        color: rgba(255, 255, 255, 0.4);
        font-size: 16px;
    }

    .quimatic-where-to-buy__empty {
        gap: 12px;
        margin-top: 12px;
        padding: 24px 16px;
        border: 1px solid #f0f0f0;
        background: #ffffff;
        box-shadow: 0 12px 16px rgba(0, 0, 0, 0.08);
    }

    .quimatic-where-to-buy__empty-icons {
        gap: 8px;
    }

    .quimatic-where-to-buy__empty-icons span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border: 1px solid #e5e7eb;
        background: #f2f4f7;
    }

    .quimatic-where-to-buy__empty-icons span.is-active {
        border-color: var(--quimatic-orange);
        background: var(--quimatic-orange);
        color: #ffffff;
    }

    .quimatic-where-to-buy__empty p {
        font-size: 14px;
        line-height: 1.5;
    }

    .quimatic-where-to-buy__button {
        min-height: 42px;
        width: auto;
        padding: 10px 16px;
        font-size: 14px;
    }
}
