.container-notify-mp-info{width:100%;display:flex;flex-wrap:wrap;align-content:center;align-items:center;background:#e0f1fb;padding:16px;box-sizing:border-box;gap:16px;order:5}.container-notify-mp-info .icon-mp-info{width:32px;height:32px;object-fit:contain}.container-notify-mp-info .icon-mp-info img{width:100%;height:100%;object-fit:contain}.container-notify-mp-info .description-mp-info{width:calc(100% - 48px)}.container-notify-mp-info .description-mp-info .span-mp-info{font-size:14px;color:#004c7f}.dropdown{position:relative;display:block;width:100%;background:#fdfdfd;border:1px solid #919191;border-radius:4px;box-sizing:border-box}.dropdown:focus-within:not(:has(.dropdown__button:disabled)){border-color:#000 !important;outline:none}.dropdown hr{margin:0 11px;border-top:1px solid #ececec}.dropdown .dismatec-icon{transition:transform .3s ease}.dropdown__button{all:unset;width:100%;height:40px;display:flex;align-items:center;justify-content:space-between;background-color:transparent !important;cursor:pointer;border:none !important;text-align:left;padding:8px 11px;box-sizing:border-box}.dropdown__button span{flex:1;font-family:'Open Sans';font-weight:400 !important;font-size:14px !important;line-height:19px !important;color:#000 !important;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;text-align:left}.dropdown__button:focus,.dropdown__button:focus-visible{outline:none}.dropdown:has(.dropdown__button:disabled){cursor:not-allowed;border-color:#919191;background-color:#ececec;color:#919191}.dropdown.is-open .dropdown__button .dismatec-icon{transform:rotate(-180deg);transition:transform .3s ease}.dropdown__panel{max-height:0;overflow:hidden;transition:max-height .3s ease}.dropdown__panel.is-open{max-height:150px}.dropdown__list{margin:0;padding:0;list-style:none;overflow-y:auto;max-height:150px}.dropdown__list::-webkit-scrollbar{width:17px}.dropdown__list::-webkit-scrollbar-track{box-shadow:inset 0 0 6px 6px #ececec;border-right:solid 11px transparent;border-top:solid 7.5px transparent;border-bottom:solid 7.5px transparent;box-sizing:border-box}.dropdown__list::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px 6px #919191;border-right:solid 11px transparent;border-top:solid 7.5px transparent;border-bottom:solid 7.5px transparent;box-sizing:border-box}.dropdown__list::-webkit-scrollbar-thumb:hover{box-shadow:inset 0 0 6px 6px #919191}.dropdown__option{margin:0;padding:0 11px;font-family:'Open Sans';font-weight:400;font-size:14px;line-height:19px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;display:block;color:#000}.dropdown__option:first-child .option-inner{border-top:0}.dropdown__option:hover,.dropdown__option:focus{background:#f8f8f8;outline:none}.dropdown__option.is-disabled{color:#aaa;cursor:not-allowed}.dropdown__option .option-inner{padding:7.5px 0;border-top:1px solid #ececec}.informative-section{display:block}.informative-section .section-text{width:100%;margin-bottom:20px}.informative-section .section-text .text-description{font-family:'Open Sans' !important;font-weight:400 !important;font-size:14px !important;line-height:100% !important;color:#000 !important}.informative-section .section-action{width:100%;display:flex;justify-content:center}.informative-section .section-action button{width:280px;height:42px;background-color:#e2231a;box-sizing:border-box}.informative-section .section-action button span{color:#fdfdfd}@media (max-width:1023px){.informative-section .section-action button{width:100%}}.exhibition-modal-overlay .modal-container{max-width:725px !important;max-height:725px !important;padding:0;gap:0}.exhibition-modal-overlay .modal-scrollable-content{overflow:visible}.exhibition-modal-overlay .exhibition-popup{display:flex;flex-direction:column;gap:20px;width:100%}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__header{display:flex;flex-direction:column;gap:20px;width:100%}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__header h3.exhibition-popup__title{margin:0;font-family:'Open Sans';font-weight:700;font-size:20px;line-height:28px;text-align:center;color:#000}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__header p.exhibition-popup__subtitle{margin:0;font-family:'Open Sans';font-weight:400;font-size:14px;line-height:19px;color:#000;text-align:left}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__header p.exhibition-popup__subtitle strong{font-weight:600}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body{display:flex;flex-direction:column;gap:20px}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body p.exhibition-popup__section-label{margin:0;font-family:'Open Sans';font-weight:700;font-size:14px;line-height:19px;color:#000}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body p.exhibition-popup__section-label strong{font-weight:600}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups{display:flex;flex-direction:column}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups:has(.exhibition-popup__scrolleable .exhibition-popup__store-group+.exhibition-popup__store-group){padding:0 20px;border-radius:16px;border:1px solid #c9c9c9}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups:has(.exhibition-popup__scrolleable .exhibition-popup__store-group+.exhibition-popup__store-group) .exhibition-popup__scrolleable{padding:20px 0}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable{display:flex;flex-direction:column;gap:20px;overflow-y:auto;max-height:336px;box-sizing:border-box}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable .exhibition-popup__store-group{border:1px solid #ececec;border-radius:8px;background-color:#fdfdfd}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable .exhibition-popup__store-group p.exhibition-popup__store-name{margin:0;width:100%;height:21px;font-family:'Open Sans';font-weight:700;font-size:12px;line-height:16px;text-align:center;vertical-align:middle;color:#fdfdfd;background-color:#000;padding-block:2px 3px;box-sizing:border-box;border-radius:8px 8px 0 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable .exhibition-popup__store-group .exhibition-popup__items{padding:18px;padding-top:19px;display:flex;gap:18px;flex-wrap:wrap}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable .exhibition-popup__store-group .exhibition-popup__items .exhibition-popup__item{width:calc(50% - 11px);border:1px solid #ececec;border-radius:8px;display:flex;gap:10px;overflow:hidden;background-color:#f8f8f8}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable .exhibition-popup__store-group .exhibition-popup__items .exhibition-popup__item .exhibition-popup__item-img{width:101px;height:102px;flex:0 0 101px;background-color:#fdfdfd}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable .exhibition-popup__store-group .exhibition-popup__items .exhibition-popup__item .exhibition-popup__item-info{display:flex;flex-direction:column;justify-content:center;flex:1;gap:6px;padding:10px 10px 10px 0}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable .exhibition-popup__store-group .exhibition-popup__items .exhibition-popup__item .exhibition-popup__item-info p.exhibition-popup__item-name{margin:0;font-family:'Open Sans';font-weight:600;font-size:14px;line-height:19px;vertical-align:middle;color:#000;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable .exhibition-popup__store-group .exhibition-popup__items .exhibition-popup__item .exhibition-popup__item-info p.exhibition-popup__item-sku{margin:0;font-family:'Open Sans';font-weight:400;font-size:12px;line-height:16px;vertical-align:middle;color:#919191}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable::-webkit-scrollbar{width:26px}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable::-webkit-scrollbar-track{box-shadow:inset 0 0 6px 6px #ececec;border-left:solid 20px transparent;border-top:solid 20px transparent;border-bottom:solid 20px transparent;box-sizing:border-box}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px 6px #919191;border-left:solid 20px transparent;border-top:solid 20px transparent;border-bottom:solid 20px transparent;box-sizing:border-box}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable::-webkit-scrollbar-thumb:hover{box-shadow:inset 0 0 6px 6px #666;border-left:solid 20px transparent;border-top:solid 20px transparent;border-bottom:solid 20px transparent;box-sizing:border-box}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__footer{display:flex;gap:8px}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__footer .exhibition-popup__btn{display:flex;justify-content:center;align-items:center;padding:10.5px 11px;flex:1;height:42px;border-radius:4px;cursor:pointer}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__footer .exhibition-popup__btn--secondary{border:1px solid #5e5e5e;background-color:transparent}@media (max-width:767px){.exhibition-modal-overlay .modal-container{max-height:90dvh !important}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__header h3.exhibition-popup__title{font-size:16px;line-height:22px;padding-bottom:10px;position:fixed;background-color:#f8f8f8;width:100%}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__header p.exhibition-popup__subtitle{margin-top:42px}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body{margin-bottom:131px}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable{max-height:304px}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__body .exhibition-popup__store-groups .exhibition-popup__scrolleable .exhibition-popup__store-group .exhibition-popup__items .exhibition-popup__item{width:100%}.exhibition-modal-overlay .exhibition-popup .exhibition-popup__footer{position:fixed;bottom:0;left:0;right:0;padding:20px 16px;flex-direction:column-reverse;gap:12px;width:100%;background-color:#f8f8f8;box-sizing:border-box}}.container-notify-zona-rural{width:100%;display:flex;flex-wrap:wrap;align-content:center;align-items:center;background:#e6f0f8;padding:7px 12px;box-sizing:border-box;border-radius:8px;border:1px solid #006bb4;gap:6px;order:5}.container-notify-zona-rural .icon-zona-rural{width:32px;height:32px;object-fit:contain}.container-notify-zona-rural .icon-zona-rural img{width:100%;height:100%;object-fit:contain}.container-notify-zona-rural .description-zona-rural{width:calc(100% - 48px)}.container-notify-zona-rural .description-zona-rural .span-zona-rural{color:#000;font-family:"Open Sans";font-size:14px;font-style:normal;font-weight:400;line-height:19px}