.mi-announcement-bar { overflow: hidden; padding: 10px 0; background: #000; color: #fff; }
.mi-announcement-bar__track { display: flex; width: max-content; animation: mi-announcement-scroll 25s linear infinite; }
.mi-announcement-bar__group { display: flex; flex: 0 0 auto; align-items: center; gap: 28px; padding-right: 28px; white-space: nowrap; font-size: 10px; font-weight: 700; }
.mi-viewing-now { display: flex; align-items: center; gap: 12px; padding: 12px 0; color: #d9792b; font-size: 12px; }
.mi-viewing-now__dot { width: 18px; height: 18px; flex: 0 0 18px; border-radius: 50%; background: currentColor; animation: mi-viewing-pulse 2s infinite; }
.mi-testimonial { width: 100%; max-width: 700px; }
.mi-testimonial__top { display: flex; align-items: center; gap: 12px; }
.mi-testimonial__photo { width: 70px; height: 70px; flex: 0 0 70px; border-radius: 50% !important; object-fit: cover; }
.mi-testimonial__content { flex: 1; }
.mi-testimonial__quote { margin: 0; font-size: 15px; line-height: 1.5; }
.mi-testimonial__name { display: flex; align-items: center; gap: 4px; margin-top: 5px; font-size: 11px; font-weight: 700; }
.mi-testimonial__badge { width: 15px; height: 15px; }
.mi-testimonial__bottom { margin-top: 18px; text-align: center; }
.mi-testimonial__avatars { display: flex; justify-content: center; }
.mi-testimonial__avatars img { width: 28px !important; height: 28px !important; margin-left: -8px; border: 2px solid #fff; border-radius: 50% !important; object-fit: cover; }
.mi-testimonial__avatars img:first-child { margin-left: 0; }
.mi-testimonial__stats { margin-top: 8px; white-space: nowrap; }
@keyframes mi-announcement-scroll { to { transform: translateX(-33.333%); } }
@keyframes mi-viewing-pulse { 0% { box-shadow: 0 0 0 0 rgba(217,121,43,.7); } 70% { box-shadow: 0 0 0 12px rgba(217,121,43,0); } 100% { box-shadow: 0 0 0 0 rgba(217,121,43,0); } }
@media (max-width: 767px) { .mi-testimonial__photo { width: 56px !important; height: 56px !important; flex-basis: 56px; } .mi-testimonial__quote { font-size: 12px; } .mi-testimonial__stats { white-space: normal; } }

/* Existing store customizations, consolidated from the original stylesheet. */
.ast-stock-detail, .woocommerce-variation-availability, .ast-woo-product-category { display: none !important; }
.single_add_to_cart_button { width: 100% !important; }
.add_to_cart_button { display: none !important; }
.cfvsw-swatches-option .cfvsw-swatch-inner { text-transform: uppercase; }
.astra-shop-thumbnail-wrap { position: relative; }
.ast-on-card-button.ast-onsale-card { top: auto; right: auto; bottom: 10%; left: 10px; background: #000; color: #fff; }
html, body { overflow-x: hidden; }
.mi-plugin-sticky-menu-active .ast-mobile-header-content, .mi-plugin-sticky-menu-active .ast-below-header-wrap { position: fixed !important; width: 100% !important; background: #fff; animation: mi-header-slide-down .3s ease forwards; }
.mi-plugin-sticky-menu-active .ast-mobile-header-content { top: 6% !important; }
.mi-plugin-sticky-menu-active .ast-below-header-wrap { top: 0 !important; }
.astra-cart-drawer.active { z-index: 1000000 !important; }
@keyframes mi-header-slide-down { from { transform: translateY(-100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 767px) { .menu-link { background: #000 !important; color: #fff !important; } #ast-hf-mobile-menu { columns: 2; column-gap: 0; } #ast-hf-mobile-menu li { break-inside: avoid; } }
