/* Exclusivo da campanha Bolsas Eora. */
.be-page { --be-gap: 8px; background: #fff; color: #111; padding: 24px clamp(12px, 3vw, 48px) 100px; }
.be-page *, .be-page *::before, .be-page *::after { box-sizing: border-box; }
.be-page [hidden] { display: none !important; }
.be-page a { color: inherit; text-decoration: none; }
.be-page button, .be-page select, .be-page input { font: inherit; }
.be-page button { cursor: pointer; touch-action: manipulation; }
.be-page button:disabled { opacity: .35; cursor: default; }
.be-page :focus-visible { outline: 2px solid #111; outline-offset: 4px; }
/* A grade customizada nao oferece favoritos: impede o botao da Selly de
   escapar do card e aparecer sobre a ordenacao. O widget do cabecalho fica fora daqui. */
.be-page [id^="wishlistselly-"],
.be-page [data-selly-product-id],
.be-page .selly-wishlist-button,
.be-page [class*="selly-wishlist"],
.be-page .js-add-to-wishlist,
.be-page .js-wishlist-button,
.be-page .product-wishlist,
.be-page .wishlist-btn,
.be-page .js-product-wishlist,
.be-page [data-js="wishlist"] { display: none !important; }
.be-page h1, .be-page h2, .be-page h3, .be-page p, .be-page figure { margin: 0; }
.be-page svg { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }
.be-page .be-models { width: 100%; max-width: 960px; margin: 0 auto 42px; --be-visible: 4; --be-gap: 24px; }
.be-page .be-track { display: flex; gap: var(--be-gap); overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
.be-page .be-track::-webkit-scrollbar { display: none; }
.be-page .be-track > * { flex: 0 0 calc((100% - (var(--be-card-visible, var(--be-visible)) - 1) * var(--be-gap)) / var(--be-card-visible, var(--be-visible))); min-width: 0; scroll-snap-align: start; }
.be-page .be-model { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding-bottom: 6px; border-bottom: 2px solid transparent; }
.be-page .be-model[aria-current="true"] { border-bottom-color: #111; }
.be-page .be-model img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: #eee; }
.be-page .be-model span { font-size: 11px; text-transform: uppercase; letter-spacing: .02em; overflow-wrap: anywhere; }
.be-page .be-models__viewport { position: relative; }
.be-page .be-models--overflow .be-models__viewport::before, .be-page .be-models--overflow .be-models__viewport::after { content: ""; position: absolute; top: 0; bottom: 14px; width: 32px; z-index: 1; pointer-events: none; }
.be-page .be-models--overflow .be-models__viewport::before { left: 0; background: linear-gradient(90deg, #fff, transparent); }
.be-page .be-models--overflow .be-models__viewport::after { right: 0; background: linear-gradient(270deg, #fff, transparent); }
.be-page .be-controls { display: flex; justify-content: center; align-items: center; gap: 16px; margin: 18px 0 0; }
.be-page .be-controls > button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: #111; background: transparent; border: 0; }
.be-page .be-controls svg { width: 7px; height: 13px; }
.be-page .be-dots { display: flex; align-items: center; gap: 0; max-width: min(60vw, 360px); padding: 0; overflow-x: auto; scrollbar-width: none; }
.be-page .be-dots::-webkit-scrollbar { display: none; }
.be-page .be-dot { position: relative; flex: 0 0 28px; width: 28px; height: 36px; min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.be-page .be-dot::after { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: #c8c8c8; transform: translate(-50%, -50%); transition: width .2s, height .2s, background-color .2s; }
.be-page .be-dot[aria-current="true"]::after { width: 10px; height: 10px; background: #111; }
.be-page [data-be-prev] svg { transform: rotate(180deg); }
.be-page .be-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: var(--be-gap); row-gap: 28px; }
.be-page .be-catalog-banner { position: relative; grid-column: var(--be-banner-column, 3 / span 2); grid-row: var(--be-banner-row, 3) / span 2; align-self: start; height: var(--be-banner-height, auto); min-height: 320px; overflow: hidden; background: #f3f3f3; }
.be-page .be-catalog-banner img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.be-page .be-catalog-banner__body, .be-page .be-catalog-banner__link { position: absolute; inset: 0; display: block; color: inherit; text-decoration: none; }
.be-page .be-catalog-banner__content { position: absolute; z-index: 1; right: 16px; bottom: 16px; left: 16px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; color: #111; text-shadow: 0 1px 12px rgba(255, 255, 255, .55); }
.be-page .be-catalog-banner--light .be-catalog-banner__content { color: #fff; text-shadow: 0 1px 12px rgba(0, 0, 0, .45); }
.be-page .be-catalog-banner__content strong { font-size: clamp(18px, 2vw, 30px); line-height: 1.1; text-transform: uppercase; }
.be-page .be-catalog-banner__content > span:not(.be-catalog-banner__button) { font-size: 14px; line-height: 1.4; }
.be-page .be-catalog-banner__button { box-sizing: border-box; display: flex; width: min(440px, 100%); min-height: 52px; align-items: center; justify-content: space-between; gap: 16px; padding: 16px; color: var(--banner-floating-text, #fff); background: var(--banner-floating-background, rgba(0, 0, 0, .72)); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: 16px; font-weight: 500; line-height: normal; letter-spacing: 3.2px; text-transform: uppercase; text-shadow: none; }
.be-page .be-catalog-banner__button svg { width: 12px; height: 12px; color: currentColor; fill: currentColor; transform: scaleX(-1); }
.be-page .be-product { min-width: 0; }
.be-page .be-product__image { display: block; position: relative; overflow: hidden; aspect-ratio: 3 / 4; background: #f3f3f3; }
.be-page .be-product__slides { display: flex; width: 100%; height: 100%; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.be-page .be-product__slides::-webkit-scrollbar { display: none; }
.be-page .be-product__slide { display: block; flex: 0 0 100%; width: 100%; height: 100%; min-width: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.be-page .be-product__slide img { display: block; width: 100%; height: 100%; object-fit: contain; }
.be-page .be-product__counter { position: absolute; z-index: 3; top: 9px; right: 9px; min-width: 30px; padding: 3px 5px; background: rgba(255, 255, 255, .78); color: #111; font-size: 9px; line-height: 1.2; text-align: center; pointer-events: none; }
.be-page .be-product__gallery-button { position: absolute; z-index: 3; top: 50%; display: grid; width: 32px; height: 32px; min-height: 0; place-items: center; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .88); color: #111; opacity: 0; transform: translateY(-50%); transition: opacity .18s ease, background-color .18s ease; }
.be-page .be-product__gallery-button:hover { background: #fff; }
.be-page .be-product__gallery-button:disabled { opacity: 0; pointer-events: none; }
.be-page .be-product__gallery-button svg { width: 7px; height: 13px; }
.be-page .be-product__gallery-button--prev { left: 8px; }
.be-page .be-product__gallery-button--prev svg { transform: rotate(180deg); }
.be-page .be-product__gallery-button--next { right: 8px; }
.be-page .be-product__image:hover .be-product__gallery-button:not(:disabled),
.be-page .be-product__image:focus-within .be-product__gallery-button:not(:disabled) { opacity: 1; }
.be-page .be-product__badge { position: absolute; z-index: 3; top: 10px; left: 10px; padding: 5px 8px; font-size: 10px; text-transform: uppercase; background: #fff; pointer-events: none; }
.be-page .be-product__info { display: flex; justify-content: space-between; gap: 10px; padding: 14px 2px 4px; }
.be-page .be-product__info h3 { font-family: inherit; font-size: 11px; line-height: 1.5; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; }
.be-page .be-product__price { display: flex; flex-direction: column; align-items: flex-end; white-space: nowrap; font-size: 11px; line-height: 1.5; }
.be-page .be-product__price del { color: #777; }
.be-page .be-banner { position: relative; display: block; overflow: hidden; background: #f3f3f3; }
.be-page .be-banner > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.be-page .be-banner__caption { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; position: absolute; bottom: 16px; left: 16px; right: 16px; padding: 16px; background: rgba(25, 25, 25, .38); backdrop-filter: blur(8px); color: #fff; }
.be-page .be-banner__caption strong { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.be-page .be-banner__caption span span { display: block; margin-top: 8px; font-size: 11px; line-height: 1.5; }
.be-page .be-banner__caption svg { width: 12px; height: 12px; }
.be-page .be-banner__cta { text-decoration: underline; }
.be-page .be-best, .be-page .be-gallery { margin-top: 48px; --be-visible: 4; }
.be-page .be-section-heading { margin-bottom: 18px; }
.be-page .be-section-heading h2 { font-size: clamp(18px, 2vw, 24px); line-height: 1.3; font-weight: 600; text-transform: uppercase; }
.be-page .be-section-heading p, .be-page .be-section-heading a { display: inline-block; margin-top: 8px; font-size: 12px; }
.be-page .be-section-heading a { text-decoration: underline; text-underline-offset: 3px; }
.be-page .be-gallery--community { --be-visible: 5; }
.be-page .be-gallery__item .be-banner { aspect-ratio: 3 / 4; }
.be-page .be-gallery--community .be-banner { aspect-ratio: 1; }
.be-page .be-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-bottom: 24px; font-size: 12px; }
.be-page .be-toolbar label { display: flex; align-items: center; gap: 10px; margin: 0; }
.be-page select { padding: 10px; background: #fff; color: #111; border: 1px solid #ccc; border-radius: 0; }
.be-page .be-text-button { padding: 10px 0; border: 0; background: transparent; color: #111; text-decoration: underline; text-underline-offset: 4px; }
.be-page .be-results h2 { font-size: 18px; text-transform: uppercase; }
.be-page .be-status { margin: 12px 0 24px; font-size: 13px; line-height: 1.5; }
.be-page .be-results__more { display: block; margin: 32px auto; min-width: 220px; }
.be-page .be-button, .be-page .be-filter-button { background: #000; color: #fff; border: 1px solid #000; border-radius: 0; min-height: 48px; padding: 12px 24px; font-size: 13px; }
.be-page .be-reset { font-size: 16px; font-weight: 600; }
.be-page .be-reset:hover { background: #333; border-color: #333; }
.be-page .be-filter-button { display: flex; align-items: center; justify-content: center; gap: 20px; position: fixed; bottom: max(32px, env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); z-index: 1040; min-width: 160px; text-transform: uppercase; letter-spacing: .04em; border-radius: 4px; }
.be-page .be-filter-dialog { color: #111; background: #fff; padding: 0; border: 0; position: fixed; inset: 0 auto 0 0; margin: 0; width: min(420px, 100%); max-width: 100%; height: 100dvh; max-height: 100%; overflow-y: auto; z-index: 2147483647 !important; isolation: isolate; }
.be-page .be-filter-dialog::backdrop { background: rgba(0, 0, 0, .4); }
.be-page .be-filter-dialog[open] { display: flex; flex-direction: column; overflow: hidden; }
.be-page .be-filter-dialog > header { position: sticky; top: 0; display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-bottom: 1px solid #ddd; background: #fff; z-index: 1; }
.be-page .be-filter-dialog > header h2 { font-size: 20px; text-transform: uppercase; }
.be-page .be-filter-dialog > header button { border: 0; background: transparent; padding: 10px; }
.be-page .be-filter-dialog form { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.be-page .be-filter-dialog__body { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior-y: contain; scroll-padding-block: 24px; padding: 24px; }
/* Recommendation apps can inject storefront shelves into the last open container. Keep them out of the filter form. */
.be-page .be-filter-dialog[open] > :not(header):not(form),
.be-page .be-filter-dialog[open] form > :not(.be-filter-dialog__body):not(footer),
.be-page .be-filter-dialog[open] .be-filter-dialog__body > :not(.be-model-select):not([data-be-facet-status]):not([data-be-facets]):not(.be-facet),
.be-page .be-filter-dialog[open] [data-be-facets] > :not(.be-facet) { display: none !important; }
.be-page .be-model-select { display: grid; gap: 12px; font-size: 14px; font-weight: 600; }
.be-page .be-filter-dialog [data-be-facet-status] { margin: 16px 0; font-size: 13px; }
.be-page .be-facet { border: 0; border-top: 1px solid #ddd; padding: 20px 0; margin: 0; min-width: 0; }
.be-page .be-facet legend { font-size: 15px; font-weight: 600; padding: 0 8px 0 0; width: auto; float: none; }
.be-page .be-choice { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 14px; cursor: pointer; }
.be-page .be-choice input { width: 18px; height: 18px; accent-color: #111; margin: 0; }
.be-page .be-price-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.be-page .be-price-fields label { display: grid; gap: 8px; font-size: 13px; }
.be-page .be-price-fields input { width: 100%; border: 1px solid #ccc; padding: 12px; border-radius: 0; }
.be-page .be-filter-dialog footer { display: flex; flex-shrink: 0; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 24px max(18px, env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid #ddd; }
@media (max-width: 767px) {
    .be-page { padding: 16px 12px calc(104px + env(safe-area-inset-bottom)); }
    .be-page .be-models { --be-visible: 2; --be-card-visible: 2.5; --be-gap: 10px; margin-bottom: 24px; }
    .be-page .be-models--overflow .be-models__viewport::before, .be-page .be-models--overflow .be-models__viewport::after { display: none; }
    .be-page .be-model { gap: 8px; min-height: 44px; }
    .be-page .be-model span { font-size: 10px; line-height: 1.3; }
    .be-page .be-controls { gap: 0; margin-top: 8px; }
    .be-page .be-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 8px; row-gap: 24px; }
    .be-page .be-product__gallery-button { display: none; }
    .be-page .be-product__counter { top: 7px; right: 7px; padding: 2px 4px; font-size: 8px; background: rgba(255, 255, 255, .72); }
    .be-page .be-catalog-banner { grid-column: 1 / -1; grid-row: auto; height: auto; min-height: 0; aspect-ratio: 10 / 13; }
    .be-page .be-catalog-banner__content { right: 12px; bottom: 12px; left: 12px; }
    .be-page .be-catalog-banner__button { min-height: 48px; padding: 14px; font-size: 13px; letter-spacing: 2px; }
    .be-page .be-product__info { display: block; padding: 10px 2px 0; }
    .be-page .be-product__info h3 { font-size: 10px; line-height: 1.4; overflow-wrap: anywhere; }
    .be-page .be-product__price { align-items: flex-start; margin-top: 4px; font-size: 10px; line-height: 1.4; }
    .be-page .be-best { --be-visible: 2; --be-card-visible: 2.2; }
    .be-page .be-gallery { --be-visible: 1; --be-card-visible: 1.15; }
    .be-page .be-gallery--community { --be-visible: 2; --be-card-visible: 2.2; }
    .be-page .be-best, .be-page .be-gallery { margin-top: 36px; }
    .be-page .be-banner__caption { left: 12px; right: 12px; bottom: 12px; padding: 14px; }
    .be-page .be-toolbar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 8px; padding-bottom: 24px; }
    .be-page .be-toolbar label { display: block; min-width: 0; margin: 0; }
    .be-page .be-sort-label { display: none; }
    .be-page .be-toolbar select { width: 100%; min-width: 0; min-height: 42px; padding: 8px 30px 8px 10px; font-size: 12px; }
    .be-page .be-reset { width: 100%; min-height: 42px; padding: 7px 10px; font-size: 12px; line-height: 1.2; white-space: nowrap; }
    .be-page .be-results h2 { font-size: 20px; line-height: 1.25; }
    .be-page .be-status { margin: 10px 0 20px; }
    .be-page .be-results__more { width: 100%; min-height: 52px; margin: 28px auto; }
    .be-page .be-filter-button { width: min(180px, calc(100% - 160px)); min-width: 0; min-height: 44px; bottom: max(12px, calc(env(safe-area-inset-bottom) + 8px)); gap: 12px; padding: 8px 14px; font-size: 12px; box-shadow: 0 6px 18px rgba(0, 0, 0, .18); }
    .be-page .be-filter-button svg { width: 16px; height: 16px; }
    .be-page .be-filter-dialog { inset: auto 0 0; width: 100%; height: min(90dvh, 760px); border-radius: 12px 12px 0 0; }
    .be-page .be-filter-dialog > header { padding: 14px 16px; }
    .be-page .be-filter-dialog > header button { display: grid; width: 44px; height: 44px; place-items: center; padding: 0; }
    .be-page .be-filter-dialog__body { padding: 20px 16px; }
    .be-page .be-choice { min-height: 44px; padding: 10px 0; }
    .be-page .be-filter-dialog footer { padding: 12px 16px max(12px, env(safe-area-inset-bottom)); }
    .be-page .be-filter-dialog footer .be-button { flex: 1; min-height: 52px; padding-inline: 16px; }
    .be-page .be-filter-dialog footer .be-text-button { min-height: 48px; padding-inline: 4px; }
}
@media (max-width: 479px) {
    .be-page .be-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 359px) {
    .be-page { padding-inline: 10px; }
    .be-page .be-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
    .be-page .be-toolbar select { padding-inline: 8px 24px; font-size: 11px; }
    .be-page .be-reset { padding-inline: 6px; font-size: 11px; white-space: normal; }
    .be-page .be-price-fields { grid-template-columns: 1fr; }
    .be-page .be-filter-dialog footer { align-items: stretch; flex-direction: column-reverse; }
    .be-page .be-filter-dialog footer .be-button, .be-page .be-filter-dialog footer .be-text-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .be-page *, .be-page *::before, .be-page *::after { scroll-behavior: auto !important; transition: none !important; } }
