[x-cloak] {
    display: none !important;
}

.bm-voyado-autocomplete[aria-hidden="true"] {
    display: none !important;
}

.bm-voyado-atc-panel {
    display: block;
    margin: 0 auto 18px;
    padding: 0 16px;
    position: relative;
    z-index: 10000;
}

.bm-voyado-atc-panel__shell {
    max-width: 1120px;
    margin: 0 auto;
}

.bm-voyado-atc-panel__surface {
    overflow: hidden;
    border: 1px solid #dce9de;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(20, 33, 24, .22);
}

.bm-voyado-atc-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #edf1ee;
    padding: 14px 18px;
}

.bm-voyado-atc-panel__eyebrow,
.bm-voyado-atc-panel__title {
    margin: 0;
    color: #213724;
}

.bm-voyado-atc-panel__eyebrow {
    font-size: 13px;
    font-weight: 700;
}

.bm-voyado-atc-panel__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.bm-voyado-atc-panel__close {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8e2da;
    border-radius: 999px;
    background: #fff;
    color: #213724;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.bm-voyado-atc-panel__close:hover {
    background: #f5faf5;
}

.bm-voyado-atc-panel__body {
    padding: 16px 18px 18px;
}

.bm-voyado-atc-panel__status {
    color: #6f7d72;
    font-size: 14px;
}

.bm-voyado-atc-panel__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.bm-voyado-atc-panel__card {
    display: grid;
    min-width: 0;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    border: 1px solid #edf1ee;
    border-radius: 12px;
    padding: 10px;
}

.bm-voyado-atc-panel__media {
    display: block;
    width: 82px;
    height: 104px;
    border: 1px solid #edf1ee;
    border-radius: 8px;
    background: #fff;
}

.bm-voyado-atc-panel__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bm-voyado-atc-panel__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.bm-voyado-atc-panel__product-title {
    overflow: hidden;
    color: #213724;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bm-voyado-atc-panel__product-title:hover {
    color: #2b7f35;
}

.bm-voyado-atc-panel__price {
    margin-top: 6px;
    color: #213724;
    font-size: 14px;
    font-weight: 700;
}

.bm-voyado-atc-panel__price-old {
    margin-right: 5px;
    color: #7c877d;
    text-decoration: line-through;
}

.bm-voyado-atc-panel__price-sale {
    color: #2b7f35;
}

.bm-voyado-atc-panel__cta {
    margin-top: auto;
    border: 0;
    border-radius: 9999px;
    background: #3eb54c;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 12px;
}

.bm-voyado-atc-panel__cta:hover {
    background: #349540;
}

.bm-voyado-autocomplete__section-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.bm-voyado-autocomplete__clear {
    border: 0;
    background: transparent;
    color: #2b7f35;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
}

.bm-voyado-recommendation__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.bm-voyado-search-page__facet-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.bm-voyado-search-page__facet-checkbox {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    accent-color: #2b7f35;
}

.bm-voyado-search-page__price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.bm-voyado-search-page__price-input {
    min-width: 0;
    border: 1px solid #d8e2da;
    border-radius: 8px;
    padding: 8px 10px;
}

.bm-voyado-search-page__price-apply,
.bm-voyado-search-page__price-clear {
    border: 0;
    border-radius: 9999px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 10px;
}

.bm-voyado-search-page__price-apply {
    background: #3eb54c;
    color: #fff;
}

.bm-voyado-search-page__price-clear {
    background: #edf1ee;
    color: #213724;
}

.bm-voyado-landing {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 16px 36px;
}

.bm-voyado-landing-active .category-view,
.bm-voyado-landing-active .products.wrapper,
.bm-voyado-landing-active .toolbar-products {
    display: none;
}

.bm-voyado-landing__content {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-bottom: 18px;
}

.bm-voyado-landing__content-card {
    align-items: center;
    border: 1px solid #edf2ee;
    border-radius: 8px;
    color: #213724;
    display: flex;
    gap: 12px;
    min-height: 88px;
    padding: 12px;
    text-decoration: none;
}

.bm-voyado-landing__content-card:hover {
    border-color: #b8dfbe;
}

.bm-voyado-landing__content-image {
    border-radius: 8px;
    height: 64px;
    object-fit: cover;
    width: 64px;
}

.bm-voyado-landing__content-copy {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    gap: 4px;
    min-width: 0;
}

.bm-voyado-landing__recommendations {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.bm-voyado-content-search {
    margin: 0 auto;
    max-width: 1180px;
    padding: 24px 16px 40px;
}

.bm-voyado-content-search__form {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    max-width: 680px;
}

.bm-voyado-content-search__input {
    border: 1px solid #d8e2da;
    border-radius: 8px;
    flex: 1 1 auto;
    min-width: 0;
    padding: 10px 12px;
}

.bm-voyado-content-search__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    margin-top: 18px;
}

.bm-voyado-content-search__card {
    background: #fff;
    border: 1px solid #edf1ee;
    border-radius: 8px;
    overflow: hidden;
}

.bm-voyado-content-search__media,
.bm-voyado-content-search__image {
    display: block;
    width: 100%;
}

.bm-voyado-content-search__image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.bm-voyado-content-search__body {
    padding: 14px;
}

.bm-voyado-content-search__title {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 8px;
}

.bm-voyado-content-search__title a {
    color: #213724;
    text-decoration: none;
}

.bm-voyado-content-search__text {
    color: #59665c;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.bm-voyado-sponsored {
    margin: 0 auto 24px;
    max-width: 1180px;
    padding: 0 16px;
}

.bm-voyado-sponsored__banners {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-bottom: 18px;
}

.bm-voyado-sponsored__banner,
.bm-voyado-sponsored__banner-image {
    display: block;
    width: 100%;
}

.bm-voyado-sponsored__banner-image {
    border-radius: 8px;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .bm-voyado-atc-panel__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .bm-voyado-atc-panel__shell {
        margin-top: 8px;
        padding: 0 8px;
    }

    .bm-voyado-atc-panel__title {
        font-size: 18px;
    }

    .bm-voyado-atc-panel__grid {
        grid-template-columns: 1fr;
    }
}
