/* Active link for frontend start */

.profile-link.active, .profile-link.active .lab {
    --tw-text-opacity: 1;
    color: rgb(var(--primary) / var(--tw-text-opacity));
}

/* Active link for frontend close */

/* Date picker code start*/
.dp__input {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
    color: inherit !important;
    font-family: var(--client-font) !important;
    font-size: 0.875rem !important;
    padding: 6px 25px !important;
}

.dp__input:hover {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
    color: inherit !important;
}

.dp__input_focus {
    border-color: rgb(var(--primary) / 0.2) !important;
    color: inherit !important;
}

.dp__input.invalid {
    border-color: rgb(252 165 165) !important;
}


/* Date picker code close here*/


/* Tag package customize start*/
.vue-tags-input {
    max-width: 100% !important;
}

.vue-tags-input .ti-input {
    --tw-border-opacity: 1 !important;
    border-radius: 0.375rem;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.vue-tags-input.ti-focus .ti-input {
    border-color: rgb(var(--primary) / 0.2) !important;
}

.vue-tags-input.invalid-tag .ti-input {
    --tw-border-opacity: 1 !important;
    border-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
}

/* Tag package customize end*/

/* Textarea package customize start */
.textarea-error-box-style {
    padding: 0;
    margin: 0;
    border: 1px solid;
    border-radius: 0.375rem;
}

.textarea-error-box-style.invalid::before {
    content: none !important;
}

.textarea-border-radius {
    border-radius: 0 0 0 0.375rem;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.ql-toolbar.ql-snow {
    border: 1px solid rgb(229 231 235) !important;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.ql-container.ql-snow {
    border-left: 1px solid rgb(229 231 235) !important;
    border-right: 1px solid rgb(229 231 235) !important;
    border-bottom: 1px solid rgb(229 231 235) !important;
}

/* Textarea package customize end */

/* Text details v-html section start */
.text-description>ol {
    list-style: auto !important;
    margin: auto !important;
    padding: revert !important;
}

.text-description>ul {
    list-style: unset !important;
    margin: auto !important;
    padding: revert !important;
}

/* Text details v-html section end */

/* Select code start */
.vue-select.no-radius {
    border-radius: 0 !important;
}

.vue-select {
    width: auto !important;
    border: 1px solid rgb(229 231 235 / var(--tw-border-opacity)) !important;
    border-radius: 0.375rem !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    flex-direction: column !important;
}

.vue-select.invalid {
    border: 1px solid rgb(252 165 165 / var(--tw-border-opacity)) !important
}

.vue-input {
    padding: 0.1rem 0 !important;
}

.vue-input input {
    font-size: 0.9375rem !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
}

.vue-input input::placeholder {
    color: #697a8d !important;
}

.vue-dropdown {
    border: 1px solid rgb(var(--primary) / 0.2) !important;
    box-shadow: 0 0.25rem 1rem rgb(229 231 235 / 45%) !important;
}

.vue-select.direction-top .vue-dropdown {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
    z-index: 100000;
}

.vue-select.direction-bottom .vue-dropdown {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
    z-index: 100000;
}

.vue-select[aria-expanded='true'].direction-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.vue-select[aria-expanded='true'].direction-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.vue-select[aria-expanded='true'] {
    border-color: rgb(var(--primary) / 0.2) !important;
}

.vue-dropdown-item.highlighted {
    background-color: rgba(67, 89, 113, .04) !important;
}

.vue-dropdown-item.selected.highlighted {
    background-color: rgba(105, 108, 255, .08) !important;
    color: rgb(var(--primary) / var(--tw-text-opacity)) !important;
}

.vue-dropdown-item.selected {
    background-color: rgba(105, 108, 255, .08) !important;
    color: rgb(var(--primary) / var(--tw-text-opacity)) !important;
}

.vue-dropdown-item {
    font-size: 15px;
    padding: 0.4375rem 0.875rem !important;
}

.frontend-select input::placeholder {
    font-size: 1rem !important;
    color: rgb(31 31 57 / 1) !important;
}

/* Select code close */

/* Range slider code start */
.simple-range-slider-popover.simple-range-slider-popover-left,
.simple-range-slider-popover-arrow,
.simple-range-slider-popover.simple-range-slider-popover-right {
    display: none;
}

.simple-range-slider .simple-range-slider-bg-bar {
    margin: 10px 10px 10px !important;
}

.simple-range-slider .simple-range-slider-bg-bar .simple-range-slider-anchor {
    background: #ffffff !important;
}

/* Range slider code close */

/* Icon size start */

.lab-font-color-1 {
    color: #dee2e5 !important;
}

[class="lab"].lab-font-size-20, [class^="lab-"].lab-font-size-20, [class*=" lab-"].lab-font-size-20 {
    font-size: 20px !important;
}

[class="lab"].lab-font-size-2xl, [class^="lab-"].lab-font-size-2xl, [class*=" lab-"].lab-font-size-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

[class="lab"].lab-font-size-xl, [class^="lab-"].lab-font-size-xl, [class*=" lab-"].lab-font-size-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}

[class="lab"].lab-font-size-8, [class^="lab-"].lab-font-size-8, [class*=" lab-"].lab-font-size-8 {
    font-size: 8px !important;
}

[class="lab"].lab-font-size-10, [class^="lab-"].lab-font-size-10, [class*=" lab-"].lab-font-size-10 {
    font-size: 10px !important;
}

[class="lab"].lab-font-size-16, [class^="lab-"].lab-font-size-16, [class*=" lab-"].lab-font-size-16 {
    font-size: 16px !important;
}

[class="lab"].lab-font-size-24, [class^="lab-"].lab-font-size-24, [class*=" lab-"].lab-font-size-24 {
    font-size: 24px !important;
}

[class="lab"].lab-font-size-14, [class^="lab-"].lab-font-size-14, [class*=" lab-"].lab-font-size-14 {
    font-size: 14px !important;
}

/* Icon size close */

/* installer code start */
.bg-installer {
    background-image: url(../../../images/required/installer.jpg);
}

/* installer code close */

/* installer code close */
iframe.w-full.rounded-2xl {
    background: rgb(20, 20, 20) !important;
}

.sr-only {
    left: inherit !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    color: transparent;
    cursor: pointer;
    position: absolute;
    inset: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.drawer:where([dir="ltr"], [dir="ltr"] *) {
    right: 0px;
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.drawer:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px;
    right: unset !important;
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.drawer.active:where([dir="ltr"], [dir="ltr"] *) {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.drawer.active:where([dir="rtl"], [dir="rtl"] *) {
    --tw-translate-x: -0px;
    right: unset !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.dp__clear_icon{
    right: 1px !important;
}
[dir="rtl"] .dp__clear_icon{
    right: unset !important;
    left: 1px !important;
}

.dp__input_icons {
    background: #fff;
    padding: 4px 4px !important;
}

@media only screen and (max-width: 1023px) {
    .velmld-parent.componentLoading {
        position: unset !important;        
    }
}

/* ================================================================
   ZARMED PREMIUM STOREFRONT — build-free presentation layer
   Inspired by the approved SaudePy visual direction.
   Scoped to public storefront primitives; admin styles remain intact.
================================================================ */
:root {
    --zarmed-lime: #a8e600;
    --zarmed-lime-dark: #82b800;
    --zarmed-ink: #080b0d;
    --zarmed-surface: #ffffff;
    --zarmed-canvas: #f5f7f4;
    --zarmed-line: #e1e6df;
    --zarmed-muted: #667085;
}

body {
    background: var(--zarmed-canvas);
    color: #18201b;
}

/* Header and navigation */
body > #app header {
    margin-bottom: 28px !important;
    border-bottom: 1px solid #202520;
    background: var(--zarmed-ink) !important;
    box-shadow: 0 14px 40px rgba(8, 11, 13, .12) !important;
}

body > #app header::before {
    content: "ENTREGA EM TODO O BRASIL  •  COMPRA SEGURA  •  ATENDIMENTO PELO WHATSAPP";
    display: none !important;
    width: 100%;
    padding: 9px 16px;
    overflow: hidden;
    color: #0a0d08;
    background: var(--zarmed-lime);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .08em;
    text-align: center;
    white-space: nowrap;
}

body > #app header.has-zarmed-marquee::before {
    display: none;
}

.zarmed-marquee {
    width: 100%;
    overflow: hidden;
    color: #090d08;
    background: var(--zarmed-lime);
    white-space: nowrap;
}

.zarmed-marquee__track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: zarmed-marquee-scroll 28s linear infinite;
}

.zarmed-marquee:hover .zarmed-marquee__track {
    animation-play-state: paused;
}

.zarmed-marquee__group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

.zarmed-marquee__item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 34px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.zarmed-marquee__item::after {
    content: "✦";
    margin-left: 34px;
    font-size: 10px;
    opacity: .65;
}

@keyframes zarmed-marquee-scroll {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .zarmed-marquee__track {
        animation-play-state: paused;
    }
}

body > #app header .container {
    max-width: 1280px !important;
}

body > #app header .header-nav-menu,
body > #app header .lab-line-heart,
body > #app header .lab-line-user,
body > #app header .lab-line-search,
body > #app header .lab-line-humburger {
    color: #f8faf8 !important;
}

body > #app header .header-nav-menu {
    font-size: 14px;
    font-weight: 600 !important;
    letter-spacing: -.01em;
}

body > #app header .header-nav-menu:hover,
body > #app header .header-nav-menu.router-link-active {
    color: var(--zarmed-lime) !important;
}

body > #app header form.hidden.lg\:flex {
    height: 46px !important;
    width: min(390px, 31vw) !important;
    border: 1px solid #323a33 !important;
    border-radius: 14px !important;
    background: #171c18 !important;
}

body > #app header form.hidden.lg\:flex input {
    color: #fff !important;
}

body > #app header form.hidden.lg\:flex input::placeholder {
    color: #98a29a !important;
}

body > #app header .bg-secondary {
    background: var(--zarmed-lime) !important;
    color: #0b0d0b !important;
}

body > #app header .bg-primary,
body > #app header .text-white.bg-primary {
    background: var(--zarmed-lime) !important;
    color: #0b0d0b !important;
}

/* Desktop categories mega menu */
@media (min-width: 1024px) {
    body > #app header .header-nav-item > div.fixed {
        top: 100px !important;
        padding: 14px 20px 24px;
        background: linear-gradient(to bottom, rgba(9, 13, 10, .12), transparent);
        transform-origin: top center;
    }

    body > #app header .header-nav-item > div.fixed > .container {
        max-width: 1120px !important;
        padding: 0 !important;
    }

    body > #app header .header-nav-item > div.fixed > .container > div {
        overflow: hidden;
        padding: 14px;
        border: 1px solid rgba(218, 226, 219, .95);
        border-radius: 20px !important;
        background: rgba(255, 255, 255, .98) !important;
        box-shadow: 0 24px 65px rgba(5, 13, 8, .2) !important;
        backdrop-filter: blur(16px);
    }

    body > #app header .header-nav-item > div.fixed > .container > div > nav {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
        gap: 10px;
        padding: 0;
    }

    body > #app header .header-nav-item > div.fixed > .container > div > nav > a {
        display: flex !important;
        align-items: center;
        min-height: 60px;
        padding: 12px 14px 12px 52px !important;
        border: 1px solid #e8ede8;
        border-radius: 14px;
        color: #1b241d !important;
        background: #f8faf8;
        font-size: 14px !important;
        font-weight: 750 !important;
        line-height: 1.25;
        text-align: left;
    }

    body > #app header .header-nav-item > div.fixed > .container > div > nav > a::after {
        display: none !important;
    }

    body > #app header .header-nav-item > div.fixed > .container > div > nav > a::before {
        content: "✚";
        position: absolute;
        top: 50%;
        left: 13px;
        width: 30px;
        height: 30px;
        border-radius: 10px;
        color: #0d3a65;
        background: #e9f5ff;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        transform: translateY(-50%);
    }

    body > #app header .header-nav-item > div.fixed > .container > div > nav > a:hover,
    body > #app header .header-nav-item > div.fixed > .container > div > nav > a:focus-visible {
        border-color: var(--zarmed-lime);
        color: #527500 !important;
        background: #f5fddb;
        box-shadow: 0 10px 24px rgba(60, 92, 13, .1);
        transform: translateY(-2px);
    }

    body > #app header .header-nav-item > div.fixed > .container > div > div.flex {
        margin-top: 12px;
        padding: 16px !important;
        border: 1px solid #e8ede8 !important;
        border-radius: 16px;
        background: #fbfcfb;
    }
}

/* Mobile category drawer */
#mobile-category-canvas {
    background: rgba(3, 10, 6, .62) !important;
    backdrop-filter: blur(5px);
}

#mobile-category-canvas > div {
    width: min(90vw, 370px) !important;
    max-width: 370px !important;
    background: #f4f7f4 !important;
    box-shadow: 24px 0 65px rgba(3, 12, 7, .25);
}

#mobile-category-canvas > div > div:first-child,
#mobile-category-canvas [id^="mobile_category_"] > div:first-child {
    position: sticky;
    top: 0;
    z-index: 5;
    min-height: 72px;
    padding: 14px 16px !important;
    border-bottom: 1px solid #dfe6df !important;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 22px rgba(9, 20, 12, .06);
    backdrop-filter: blur(12px);
}

#mobile-category-canvas > div > div:first-child button,
#mobile-category-canvas [id^="mobile_category_"] > div:first-child button {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #f3f6f3;
}

#mobile-category-canvas > div > ul,
#mobile-category-canvas [id^="mobile_category_"] > ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px !important;
}

#mobile-category-canvas > div > ul > li,
#mobile-category-canvas [id^="mobile_category_"] > ul > li {
    overflow: hidden;
    border: 1px solid #e1e7e1 !important;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(8, 20, 11, .05);
}

#mobile-category-canvas > div > ul > li > div,
#mobile-category-canvas [id^="mobile_category_"] > ul > li > div {
    min-height: 58px;
    padding: 9px 11px 9px 15px !important;
}

#mobile-category-canvas > div > ul > li a,
#mobile-category-canvas [id^="mobile_category_"] > ul > li a {
    display: flex;
    flex: 1;
    align-items: center;
    min-height: 40px;
    color: #172019 !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1.3;
}

#mobile-category-canvas > div > ul > li a::before,
#mobile-category-canvas [id^="mobile_category_"] > ul > li a::before {
    content: "✚";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 11px;
    flex: 0 0 32px;
    border-radius: 10px;
    color: #087c91;
    background: #e8f8f8;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
}

#mobile-category-canvas > div > ul > li button i,
#mobile-category-canvas [id^="mobile_category_"] > ul > li button i {
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
    color: #527500 !important;
    background: #f1fad8 !important;
    line-height: 38px !important;
}

#mobile-category-canvas [id^="mobile_category_"] {
    width: min(90vw, 370px) !important;
    max-width: 370px !important;
    background: #f4f7f4 !important;
}

/* Premium About Us page */
.zarmed-about-page {
    position: relative;
    padding: 44px 0 72px;
    overflow: hidden;
}

.zarmed-about-page::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100px;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(8, 127, 145, .12), transparent 68%);
    pointer-events: none;
}

.zarmed-about-page > .container {
    position: relative;
    max-width: 1180px !important;
}

.zarmed-about-page > .container > div:first-child > h2 {
    position: relative;
    margin: 0 0 26px !important;
    padding: 54px 54px 50px;
    overflow: hidden;
    border: 1px solid rgba(12, 60, 83, .22);
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 25%, rgba(19, 209, 191, .32), transparent 28%),
        linear-gradient(135deg, #031d4c 0%, #064875 58%, #078d96 100%);
    box-shadow: 0 24px 62px rgba(3, 35, 57, .18);
    font-size: clamp(34px, 5vw, 58px) !important;
    line-height: 1.05 !important;
    letter-spacing: -.055em;
}

.zarmed-about-page > .container > div:first-child > h2::before {
    content: "ZARMED  •  SAÚDE E BEM-ESTAR";
    display: block;
    margin-bottom: 15px;
    color: #a8e600;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .15em;
}

.zarmed-about-page > .container > div:first-child > h2::after {
    content: "+";
    position: absolute;
    right: 52px;
    bottom: 20px;
    color: rgba(255, 255, 255, .13);
    font-size: 120px;
    font-weight: 300;
    line-height: 1;
}

.zarmed-about-page .ql-editor.zarmed-about-panel {
    padding: 42px 46px !important;
    border: 1px solid #e0e7e1;
    border-radius: 26px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 48px rgba(11, 29, 16, .08);
}

.zarmed-about-page > .container > div:first-child > div:has(> img) img {
    width: 100%;
    max-height: 430px;
    border-radius: 20px;
    object-fit: cover;
}

.zarmed-about-page .ql-editor {
    color: #34413a;
    font-size: 16px;
    line-height: 1.8;
}

.zarmed-about-page .ql-editor p {
    margin-bottom: 16px;
}

.zarmed-about-page .zarmed-about-intro {
    margin-bottom: 3px !important;
    color: #087f91;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.45;
}

.zarmed-about-page .zarmed-about-intro:nth-child(2) {
    margin-bottom: 28px !important;
    color: #5c6a62;
    font-size: 15px;
    font-weight: 600;
}

.zarmed-about-specialties-title {
    margin: 38px 0 18px !important;
    color: #14221a;
    font-size: 25px;
    font-weight: 850;
    letter-spacing: -.03em;
}

.zarmed-about-specialties-title::after {
    content: "";
    display: block;
    width: 46px;
    height: 4px;
    margin-top: 10px;
    border-radius: 999px;
    background: var(--zarmed-lime);
}

.zarmed-about-specialties {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.zarmed-about-specialty {
    position: relative;
    min-height: 155px;
    padding: 24px 22px 22px 72px;
    border: 1px solid #e2e9e3;
    border-radius: 18px;
    background: #f9fbf9;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.zarmed-about-specialty::before {
    content: "✚";
    position: absolute;
    top: 23px;
    left: 20px;
    width: 36px;
    height: 36px;
    border-radius: 11px;
    color: #087f91;
    background: #e5f7f6;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
}

.zarmed-about-specialty:hover {
    border-color: rgba(168, 230, 0, .85);
    box-shadow: 0 14px 30px rgba(17, 41, 22, .09);
    transform: translateY(-3px);
}

.zarmed-about-specialty__title {
    margin: 0 0 8px !important;
    color: #14221a;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
}

.zarmed-about-specialty__description {
    margin: 0 !important;
    color: #637068;
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 767px) {
    .zarmed-about-page {
        padding: 22px 0 48px;
    }

    .zarmed-about-page > .container > div:first-child > h2 {
        padding: 38px 24px 34px;
        border-radius: 20px;
        font-size: 36px !important;
    }

    .zarmed-about-page > .container > div:first-child > h2::after {
        right: 20px;
        font-size: 82px;
    }

    .zarmed-about-page .ql-editor.zarmed-about-panel {
        padding: 26px 20px !important;
        border-radius: 20px;
    }

    .zarmed-about-page .ql-editor {
        font-size: 15px;
        line-height: 1.72;
    }

    .zarmed-about-specialties {
        grid-template-columns: 1fr;
    }

    .zarmed-about-specialty {
        min-height: auto;
        padding: 20px 18px 20px 64px;
    }

    .zarmed-about-specialty::before {
        top: 19px;
        left: 16px;
    }
}

/* Robust admin shell overrides (db-header exists only in the admin layout). */
.db-header {
    background: rgba(255, 255, 255, .99) !important;
    border-bottom: 1px solid #d8e8f0 !important;
    box-shadow: 0 12px 34px rgba(5, 55, 95, .09) !important;
}

.db-header > .zarmed-marquee {
    display: none !important;
}

body.zarmed-admin-active {
    --primary: 8 119 191;
    --secondary: 9 70 113;
    background: #f3f8fb;
}

body.zarmed-admin-active .db-main {
    background: linear-gradient(145deg, #f7fbfd, #eef5f8) !important;
}

body.zarmed-admin-active .db-sidebar {
    border-right: 1px solid #dbe9f0;
    background: #fff !important;
    box-shadow: 10px 0 32px rgba(4, 54, 88, .055);
}

body.zarmed-admin-active .db-sidebar-nav-title {
    color: #7b91a5 !important;
    letter-spacing: .12em;
}

body.zarmed-admin-active .db-sidebar-nav-menu {
    margin: 3px 8px;
    border-radius: 13px !important;
    color: #49657d !important;
}

body.zarmed-admin-active .db-sidebar-nav-menu:hover,
body.zarmed-admin-active .db-sidebar-nav-menu.active,
body.zarmed-admin-active .db-sidebar-nav-item.active > .db-sidebar-nav-menu {
    color: #0877bf !important;
    background: linear-gradient(90deg, #eaf7ff, #edfcfb) !important;
}

body.zarmed-admin-active .db-card,
body.zarmed-admin-active .shadow-xs.bg-white {
    border: 1px solid #dce9ef !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 12px 34px rgba(4, 54, 88, .07) !important;
}

body.zarmed-admin-active .bg-admin-pink,
body.zarmed-admin-active .bg-admin-purple,
body.zarmed-admin-active .bg-admin-blue,
body.zarmed-admin-active main .bg-primary {
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 18px !important;
    background: linear-gradient(135deg, #0757a7, #0aaeb4) !important;
    box-shadow: 0 15px 34px rgba(5, 91, 133, .16);
}

body.zarmed-admin-active main h3.text-primary {
    color: #0877bf !important;
}

body.zarmed-admin-active .db-card-title,
body.zarmed-admin-active main h4.text-heading {
    color: #073560 !important;
}

/* About page refresh using the current blue/cyan design language. */
body.zarmed-about-active {
    background: #f5f9fb;
}

body.zarmed-about-active .zarmed-about-page {
    background: linear-gradient(180deg, #f7fbfd, #f2f8fa);
}

body.zarmed-about-active .zarmed-about-page > .container > div:first-child > h2::before {
    content: "ZARMED  •  SAÚDE E BEM-ESTAR";
    color: #8cf0e8;
}

body.zarmed-about-active .zarmed-about-page .ql-editor.zarmed-about-panel {
    border-color: #d8e8f0;
    box-shadow: 0 20px 52px rgba(4, 54, 88, .09);
}

body.zarmed-about-active .zarmed-about-specialties-title {
    color: #062f62;
}

body.zarmed-about-active .zarmed-about-specialties-title::after {
    background: linear-gradient(90deg, #0877bf, #10c8c1) !important;
}

body.zarmed-about-active .zarmed-about-specialty {
    border-color: #dce9ef;
    background: linear-gradient(145deg, #fff, #f5fbfc);
    box-shadow: 0 10px 28px rgba(4, 54, 88, .055);
}

body.zarmed-about-active .zarmed-about-specialty::before {
    content: "";
    border: 1px solid #cde9f1;
    background-color: #e9f9fc;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230878ae' stroke-width='2.1' stroke-linejoin='round'%3E%3Cpath d='M9 3h6v6h6v6h-6v6H9v-6H3V9h6z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px;
}

body.zarmed-about-active .zarmed-about-specialty:hover {
    border-color: #10bfc0;
    box-shadow: 0 18px 38px rgba(4, 86, 115, .12);
}

body.zarmed-about-active .zarmed-about-specialty__title {
    color: #073560;
}

/* Admin header aligned with the current Zarmed storefront identity. */
body.zarmed-admin-active .db-header {
    min-height: 78px;
    padding: 12px 24px !important;
    border-bottom: 1px solid #d8e8f0 !important;
    color: #082f62 !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 12px 34px rgba(5, 55, 95, .09) !important;
    backdrop-filter: blur(16px);
}

body.zarmed-admin-active .db-header > a {
    display: flex;
    min-width: 205px;
    align-items: center;
}

body.zarmed-admin-active .db-header > a img {
    height: 46px !important;
    max-width: 175px !important;
}

body.zarmed-admin-active .db-header .db-header-nav,
body.zarmed-admin-active .db-header .sub-header a {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid #d5e7ef;
    border-radius: 13px !important;
    color: #0877bf !important;
    background: linear-gradient(145deg, #f3faff, #eafafa) !important;
    box-shadow: 0 7px 18px rgba(5, 77, 112, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}

body.zarmed-admin-active .db-header .db-header-nav:hover,
body.zarmed-admin-active .db-header .sub-header a:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #0877bf, #10c8c1) !important;
    box-shadow: 0 11px 24px rgba(5, 124, 157, .2);
    transform: translateY(-2px);
}

body.zarmed-admin-active .db-header .dropdown-group {
    position: relative;
}

body.zarmed-admin-active .db-header .dropdown-btn {
    min-height: 50px;
    padding: 5px 9px 5px 6px;
    border: 1px solid transparent;
    border-radius: 16px;
    color: #12395f;
    transition: border-color .2s ease, background .2s ease;
}

body.zarmed-admin-active .db-header .dropdown-btn:hover {
    border-color: #d5e7ef;
    background: #f5fafc;
}

body.zarmed-admin-active .db-header .dropdown-btn > img {
    width: 42px !important;
    height: 42px !important;
    border: 2px solid #d8f1f3;
    border-radius: 13px !important;
}

body.zarmed-admin-active .db-header .dropdown-list {
    z-index: 5000 !important;
    overflow: hidden;
    border: 1px solid #d8e8f0;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, .99) !important;
    box-shadow: 0 24px 65px rgba(4, 48, 82, .18) !important;
}

body.zarmed-admin-active .db-header .dropdown-list figure {
    border-color: #d9f1f2 !important;
    background: linear-gradient(135deg, #0877bf, #10c8c1) !important;
}

body.zarmed-admin-active .db-header .dropdown-list .paper-link:hover {
    color: #0877bf !important;
    background: #eff9fc !important;
}

@media (max-width: 767px) {
    body.zarmed-admin-active .db-header {
        min-height: 68px;
        padding: 10px 14px !important;
    }

    body.zarmed-admin-active .db-header > a {
        min-width: auto;
    }

    body.zarmed-admin-active .db-header > a img {
        height: 38px !important;
        max-width: 135px !important;
    }
}

/* ================================================================
   ZARMED HOMEPAGE V2 — client-approved blue/cyan premium direction
================================================================ */
body.zarmed-home-active {
    --zarmed-lime: #17cfc3;
    --zarmed-lime-dark: #028b9e;
    --zarmed-blue: #0756a6;
    --zarmed-dark-blue: #031d4c;
    --zarmed-cyan: #10c8c1;
    --zarmed-soft-blue: #edf8ff;
    color: #102c4f;
    background: #fff;
}

body.zarmed-home-active > #app header {
    position: relative;
    z-index: 1000;
    overflow: visible !important;
    border-bottom: 1px solid #dbe9f2 !important;
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 12px 34px rgba(5, 55, 95, .08) !important;
    backdrop-filter: blur(16px);
}

/* Keep interactive header menus above the homepage hero. */
body.zarmed-home-active > #app header .header-nav,
body.zarmed-home-active > #app header .header-nav-list,
body.zarmed-home-active > #app header .header-nav-item,
body.zarmed-home-active > #app header .group {
    position: relative;
    z-index: 1002;
    overflow: visible !important;
}

body.zarmed-home-active > #app header .header-nav-item > div.fixed {
    z-index: 1100 !important;
}

body.zarmed-home-active > #app header .group > div.absolute {
    z-index: 1200 !important;
}

body.zarmed-home-active .zarmed-hero-shell,
body.zarmed-home-active .zarmed-home-trust-strip {
    z-index: 1;
}

/* Cart must cover the complete viewport, including the elevated store header. */
#cart-canvas {
    z-index: 5000 !important;
}

#cart-canvas .store-cart-drawer {
    position: relative;
    z-index: 5001;
    background: #fff !important;
    box-shadow: -24px 0 70px rgba(3, 38, 67, .18);
}

#cart-canvas .store-cart-drawer > div:first-child {
    position: sticky;
    top: 0;
    z-index: 4;
    color: #082e5d;
    background: rgba(255, 255, 255, .98);
}

#cart-canvas .store-cart-drawer-footer a {
    background: linear-gradient(135deg, #0877bf, #10c8c1) !important;
    box-shadow: 0 12px 28px rgba(4, 127, 159, .2);
}

/* Keep product routes visually consistent with the redesigned homepage. */
body.zarmed-product-active > #app header {
    position: relative;
    z-index: 1000;
    overflow: visible !important;
    border-bottom: 1px solid #dbe9f2 !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 12px 34px rgba(5, 55, 95, .08) !important;
}

body.zarmed-product-active .zarmed-marquee {
    color: #17466e;
    border-bottom: 1px solid #d8edf6;
    background: linear-gradient(90deg, #effaff, #f7ffff 50%, #eaf9ff);
}

body.zarmed-product-active > #app header .header-nav-menu,
body.zarmed-product-active > #app header .lab-line-heart,
body.zarmed-product-active > #app header .lab-line-user,
body.zarmed-product-active > #app header .lab-line-search,
body.zarmed-product-active > #app header .lab-line-humburger {
    color: #082e5d !important;
}

body.zarmed-product-active > #app header form.hidden.lg\:flex {
    border: 1px solid #d5e6ef !important;
    color: #0c315a;
    background: #f8fbfd !important;
    box-shadow: 0 7px 20px rgba(7, 60, 99, .06);
}

body.zarmed-product-active > #app header form.hidden.lg\:flex input {
    color: #12395f !important;
}

body.zarmed-product-active > #app header .bg-primary,
body.zarmed-product-active > #app header .bg-secondary {
    color: #fff !important;
    background: linear-gradient(135deg, #0758aa, #0ac2bd) !important;
}

body.zarmed-product-active .store-product-details {
    padding-top: 18px;
}

body.zarmed-product-active .store-product-gallery,
body.zarmed-product-active .store-purchase-panel > div {
    border: 1px solid #dbe9f1;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(5, 49, 85, .09);
}

body.zarmed-product-active .store-product-gallery {
    padding: 18px;
    overflow: hidden;
}

body.zarmed-product-active .store-purchase-panel > div {
    padding: 28px;
}

body.zarmed-product-active .store-purchase-panel h1 {
    color: #062f61;
    letter-spacing: -.035em;
}

body.zarmed-product-active .store-purchase-panel h3 > span {
    color: #0877bf;
    font-size: 30px !important;
    font-weight: 800 !important;
}

body.zarmed-product-active .store-purchase-actions button:first-child {
    border-radius: 14px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #0877bf, #10c8c1) !important;
    box-shadow: 0 13px 28px rgba(4, 127, 159, .22) !important;
}

body.zarmed-product-active .store-purchase-actions button:last-child {
    border-color: #d5e6ef !important;
    color: #0a4779 !important;
}

@media (max-width: 639px) {
    body.zarmed-product-active .store-product-gallery,
    body.zarmed-product-active .store-purchase-panel > div {
        border-radius: 20px;
    }

    body.zarmed-product-active .store-purchase-panel > div {
        padding: 20px;
    }
}

body.zarmed-home-active .zarmed-marquee {
    color: #17466e;
    background: linear-gradient(90deg, #effaff 0%, #f7ffff 50%, #eaf9ff 100%);
    border-bottom: 1px solid #d8edf6;
}

body.zarmed-home-active .zarmed-marquee__item::after {
    color: #0ab4b6;
}

body.zarmed-home-active > #app header .header-nav-menu,
body.zarmed-home-active > #app header .lab-line-heart,
body.zarmed-home-active > #app header .lab-line-user,
body.zarmed-home-active > #app header .lab-line-search,
body.zarmed-home-active > #app header .lab-line-humburger {
    color: #082e5d !important;
}

body.zarmed-home-active > #app header .header-nav-menu {
    position: relative;
    font-weight: 700 !important;
}

body.zarmed-home-active > #app header .header-nav-menu::before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 10px;
    left: 50%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0877bf, #10c8c1);
    transition: right .25s ease, left .25s ease;
}

body.zarmed-home-active > #app header .header-nav-menu:hover::before,
body.zarmed-home-active > #app header .header-nav-menu.router-link-active::before {
    right: 14px;
    left: 14px;
}

body.zarmed-home-active > #app header .header-nav-menu:hover,
body.zarmed-home-active > #app header .header-nav-menu.router-link-active {
    color: #068da5 !important;
}

body.zarmed-home-active > #app header form.hidden.lg\:flex {
    height: 48px !important;
    border: 1px solid #d5e6ef !important;
    border-radius: 17px !important;
    color: #0c315a;
    background: #f8fbfd !important;
    box-shadow: 0 7px 20px rgba(7, 60, 99, .06), inset 0 1px 0 #fff;
}

body.zarmed-home-active > #app header form.hidden.lg\:flex:focus-within {
    border-color: #11bfc0 !important;
    box-shadow: 0 0 0 4px rgba(17, 191, 192, .11);
}

body.zarmed-home-active > #app header form.hidden.lg\:flex input {
    color: #12395f !important;
}

body.zarmed-home-active > #app header form.hidden.lg\:flex input::placeholder {
    color: #8197aa !important;
}

body.zarmed-home-active > #app header .bg-secondary,
body.zarmed-home-active > #app header .bg-primary {
    color: #fff !important;
    background: linear-gradient(135deg, #0758aa, #0ac2bd) !important;
    box-shadow: 0 9px 22px rgba(5, 112, 157, .2) !important;
}

body.zarmed-home-active .zarmed-hero-shell {
    gap: 14px;
}

body.zarmed-home-active .banner-swiper,
body.zarmed-home-active .zarmed-hero-side {
    border: 1px solid #cfe2ed !important;
    border-radius: 26px !important;
    box-shadow: 0 26px 70px rgba(5, 49, 85, .15) !important;
}

body.zarmed-home-active .banner-swiper::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
    pointer-events: none;
}

body.zarmed-home-active .banner-swiper .swiper-button-prev,
body.zarmed-home-active .banner-swiper .swiper-button-next {
    border: 1px solid #d6e5ee;
    color: #0756a6 !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 10px 28px rgba(2, 35, 66, .15);
}

body.zarmed-home-active .banner-swiper .swiper-pagination-bullet-active {
    background: #11c9c0 !important;
}

body.zarmed-home-active .zarmed-hero-side {
    background:
        radial-gradient(circle at 78% 18%, rgba(31, 226, 213, .35), transparent 31%),
        linear-gradient(150deg, #03275d 0%, #075da2 56%, #0799a6 100%);
}

body.zarmed-home-active .zarmed-hero-side__badge {
    color: #fff;
    background: linear-gradient(135deg, #0874be, #0fcabd);
}

body.zarmed-home-active .zarmed-hero-categories .navigate-swiper .swiper-slide > a {
    border-color: #dceaf1 !important;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 12px 32px rgba(4, 50, 83, .08) !important;
}

body.zarmed-home-active .zarmed-hero-categories .navigate-swiper .swiper-slide > a:hover {
    border-color: #12c2bc !important;
    box-shadow: 0 17px 38px rgba(4, 87, 117, .13) !important;
}

body.zarmed-home-active .zarmed-hero-categories {
    display: none !important;
}

.zarmed-home-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1280px;
    margin: -22px auto 46px;
    padding: 22px 20px;
    position: relative;
    z-index: 6;
    border: 1px solid #d9e8f0;
    border-radius: 22px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 20px 50px rgba(4, 54, 88, .11);
}

.zarmed-home-trust-item {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 62px;
    padding: 7px 20px;
    border-right: 1px solid #e1edf2;
}

.zarmed-home-trust-item:last-child {
    border-right: 0;
}

.zarmed-home-trust-item > i {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border-radius: 13px;
    color: #078ca4;
    background: linear-gradient(145deg, #e8f7ff, #e8fffc);
    font-size: 22px;
    line-height: 43px;
    text-align: center;
}

.zarmed-home-trust-item span,
.zarmed-home-trust-item strong,
.zarmed-home-trust-item small {
    display: block;
}

.zarmed-home-trust-item strong {
    margin-bottom: 3px;
    color: #082f62;
    font-size: 13px;
    line-height: 1.3;
}

.zarmed-home-trust-item small {
    color: #71879a;
    font-size: 11px;
    line-height: 1.4;
}

body.zarmed-home-active > #app section h2.text-2xl,
body.zarmed-home-active > #app section h2.sm\:text-4xl {
    color: #062f65;
    font-size: clamp(26px, 3vw, 38px) !important;
    font-weight: 850 !important;
    letter-spacing: -.045em;
}

body.zarmed-home-active > #app section h2.text-2xl::after,
body.zarmed-home-active > #app section h2.sm\:text-4xl::after {
    width: 52px;
    height: 4px;
    background: linear-gradient(90deg, #0874be, #13cfc2);
}

body.zarmed-home-active .miron {
    position: relative;
    padding: 11px 11px 14px !important;
    border: 1px solid #dce8ef !important;
    border-radius: 22px !important;
    background: #fff;
    box-shadow: 0 10px 32px rgba(5, 49, 85, .075) !important;
}

body.zarmed-home-active .miron:hover {
    border-color: rgba(11, 184, 187, .72) !important;
    box-shadow: 0 22px 48px rgba(4, 56, 91, .14) !important;
    transform: translateY(-7px);
}

body.zarmed-home-active .zarmed-home-popular .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

body.zarmed-home-active .miron > div:first-child {
    min-height: 220px;
    background: linear-gradient(145deg, #f8fbfd, #eef7fa);
}

body.zarmed-home-active .miron > div:first-child img {
    width: 100%;
    min-height: 220px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

body.zarmed-home-active .miron h3 {
    min-height: 44px;
    color: #0b315e;
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1.4;
    white-space: normal !important;
}

body.zarmed-home-active .miron h3.text-xl,
body.zarmed-home-active .miron h4.text-xl,
body.zarmed-home-active .miron h3.sm\:text-\[22px\],
body.zarmed-home-active .miron h4.sm\:text-\[22px\] {
    min-height: auto;
    color: #052e64 !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    letter-spacing: -.035em;
}

body.zarmed-home-active .miron label.bg-secondary {
    color: #fff !important;
    background: linear-gradient(135deg, #7057d9, #455ce8) !important;
}

.zarmed-popular-badge {
    position: absolute;
    top: 19px;
    left: 19px;
    z-index: 3;
    padding: 5px 8px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #6550d9, #3e72e8);
    box-shadow: 0 7px 18px rgba(51, 71, 167, .2);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
}

.zarmed-price-note {
    display: block;
    min-height: 28px;
    margin-top: 1px;
    color: #75899b;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.35;
}

body.zarmed-home-active .miron button.lab-line-heart,
body.zarmed-home-active .miron button.lab-fill-heart {
    color: #0769ac !important;
    border: 1px solid #dce8ef;
}

.zarmed-product-action {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 43px;
    margin-top: 10px;
    border-radius: 13px;
    color: #fff !important;
    background: linear-gradient(135deg, #0871ba 0%, #0cc8bb 100%);
    box-shadow: 0 10px 24px rgba(5, 127, 158, .2);
    font-size: 13px;
    font-weight: 800;
    transition: transform .25s ease, box-shadow .25s ease;
}

.zarmed-product-action:hover {
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(5, 110, 149, .28);
    transform: translateY(-2px);
}

body.zarmed-home-active .navigate-swiper .swiper-slide > a {
    border-color: #dce8ef !important;
    border-radius: 20px !important;
    box-shadow: 0 9px 28px rgba(4, 52, 86, .07) !important;
}

body.zarmed-home-active .navigate-swiper .swiper-slide > a:hover {
    border-color: #10c6bd !important;
}

body.zarmed-home-active .navigate-swiper .swiper-button-prev,
body.zarmed-home-active .navigate-swiper .swiper-button-next {
    color: #fff !important;
    background: linear-gradient(135deg, #075bad, #0bc4bb) !important;
}

body.zarmed-home-active > #app section.border-t.border-slate-100 {
    margin-top: 18px;
    border: 1px solid #dce8ef !important;
    border-radius: 24px;
    background: linear-gradient(135deg, #f8fbfe, #f1fbfb);
    box-shadow: 0 15px 42px rgba(4, 53, 87, .075);
}

body.zarmed-home-active > #app section.border-t.border-slate-100 .grid > div {
    border-color: #deebf1;
    border-radius: 17px;
    background: rgba(255, 255, 255, .86);
}

body.zarmed-home-active > #app footer {
    border-top: 4px solid #10c9bf;
    background: linear-gradient(145deg, #031a3d 0%, #062f5d 62%, #075f76 100%) !important;
}

body.zarmed-home-active > #app footer .container > .row > div:first-child > div > a:first-child {
    display: none !important;
}

body.zarmed-home-active > #app footer a:hover {
    color: #39e1d3 !important;
}

body.zarmed-home-active > #app footer form button {
    color: #fff !important;
    background: linear-gradient(135deg, #0871ba, #0cc8bb) !important;
}

@media (max-width: 1023px) {
    body.zarmed-home-active > #app header {
        background: #fff !important;
    }

    body.zarmed-home-active .miron > div:first-child,
    body.zarmed-home-active .miron > div:first-child img {
        min-height: 180px;
    }

    .zarmed-home-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: -12px 16px 38px;
        padding: 14px;
    }

    .zarmed-home-trust-item:nth-child(2) {
        border-right: 0;
    }

    .zarmed-home-trust-item:nth-child(-n+2) {
        border-bottom: 1px solid #e1edf2;
    }

    body.zarmed-home-active .zarmed-home-popular .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    body.zarmed-home-active .zarmed-marquee__item {
        color: #17466e;
    }

    body.zarmed-home-active .miron {
        padding: 8px 8px 11px !important;
        border-radius: 17px !important;
    }

    body.zarmed-home-active .miron > div:first-child,
    body.zarmed-home-active .miron > div:first-child img {
        min-height: 145px;
    }

    body.zarmed-home-active .miron h3 {
        min-height: 39px;
        font-size: 13px !important;
    }

    body.zarmed-home-active .miron h3.text-xl,
    body.zarmed-home-active .miron h4.text-xl {
        font-size: 18px !important;
    }

    .zarmed-product-action {
        min-height: 40px;
        font-size: 12px;
    }

    .zarmed-home-trust-strip {
        grid-template-columns: 1fr;
        margin: -6px 12px 32px;
        padding: 8px 14px;
        border-radius: 18px;
    }

    .zarmed-home-trust-item {
        min-height: 66px;
        padding: 8px 4px;
        border-right: 0;
        border-bottom: 1px solid #e1edf2;
    }

    .zarmed-home-trust-item:nth-child(3) {
        border-bottom: 1px solid #e1edf2;
    }

    .zarmed-home-trust-item:last-child {
        border-bottom: 0;
    }

    body.zarmed-home-active .zarmed-home-popular .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
}

/* Catalog consistency and reliable healthcare icons */
@media (min-width: 1024px) {
    body > #app header .header-nav-item > div.fixed > .container > div > nav > a::before {
        content: "" !important;
        border: 1px solid #cce7f3;
        background-color: #e9f8ff !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230878ae' stroke-width='2.2' stroke-linejoin='round'%3E%3Cpath d='M9 3h6v6h6v6h-6v6H9v-6H3V9h6z'/%3E%3C/svg%3E") !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 17px !important;
    }
}

.zarmed-home-trust-item > i {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 23px !important;
}

.zarmed-home-trust-item > i::before {
    display: none !important;
}

.zarmed-home-trust-item:nth-child(1) > i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23078ca4' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h11v10H3zM14 9h4l3 3v4h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E") !important;
}

.zarmed-home-trust-item:nth-child(2) > i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23078ca4' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14v-2a8 8 0 0116 0v2M4 14h3v6H5a2 2 0 01-2-2v-2a2 2 0 012-2M20 14h-3v6h2a2 2 0 002-2v-2a2 2 0 00-2-2'/%3E%3C/svg%3E") !important;
}

.zarmed-home-trust-item:nth-child(3) > i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23078ca4' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3 8-7 10-4-2-7-5-7-10V6z'/%3E%3Cpath d='M9 12l2 2 4-5'/%3E%3C/svg%3E") !important;
}

.zarmed-home-trust-item:nth-child(4) > i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23078ca4' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a8 8 0 01-9 8 9 9 0 01-4-1l-5 2 2-5a9 9 0 01-1-4 8 8 0 0117 0z'/%3E%3Cpath d='M9 9c1 3 3 5 6 6'/%3E%3C/svg%3E") !important;
}

body.zarmed-catalog-active {
    background: #f5f9fb;
}

body.zarmed-catalog-active .miron {
    position: relative;
    padding: 12px 12px 15px !important;
    overflow: hidden;
    border: 1px solid #dce8ef !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 12px 34px rgba(5, 49, 85, .08) !important;
}

body.zarmed-catalog-active .miron:hover {
    border-color: #13bbb9 !important;
    box-shadow: 0 22px 48px rgba(4, 56, 91, .14) !important;
    transform: translateY(-6px);
}

body.zarmed-catalog-active .miron > div:first-child {
    border-radius: 17px !important;
    background: linear-gradient(145deg, #f8fbfd, #edf7fa) !important;
}

body.zarmed-catalog-active .miron h3,
body.zarmed-catalog-active .miron h4 {
    color: #082f62 !important;
}

body.zarmed-catalog-active .miron .bg-primary,
body.zarmed-catalog-active .miron button.bg-primary {
    color: #fff !important;
    background: linear-gradient(135deg, #0877bf, #10c8c1) !important;
}

body.zarmed-catalog-active aside,
body.zarmed-catalog-active .shadow-card {
    border-color: #dce8ef !important;
}

body.zarmed-catalog-active > #app section {
    padding-top: 20px;
}

body.zarmed-catalog-active > #app section h3.text-3xl {
    color: #062f62;
    font-weight: 850 !important;
    letter-spacing: -.035em;
}

body.zarmed-catalog-active > #app footer {
    border-top: 4px solid #10c9bf !important;
    background: linear-gradient(145deg, #031a3d 0%, #062f5d 62%, #075f76 100%) !important;
}

body.zarmed-catalog-active > #app footer a:hover {
    color: #39e1d3 !important;
}

body.zarmed-catalog-active > #app footer form button {
    color: #fff !important;
    background: linear-gradient(135deg, #0871ba, #0cc8bb) !important;
}

.zarmed-empty-offers {
    grid-column: 1 / -1;
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 42px 20px;
    border: 1px solid #d9e8f0;
    border-radius: 26px;
    color: #71879a;
    background: radial-gradient(circle at 50% 0, #e9fbfc, transparent 52%), #fff;
    box-shadow: 0 18px 50px rgba(4, 54, 88, .08);
    text-align: center;
}

.zarmed-empty-offers > span {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(135deg, #0877bf, #10c8c1);
    box-shadow: 0 14px 30px rgba(5, 130, 162, .22);
    font-size: 30px;
    font-weight: 850;
}

.zarmed-empty-offers strong,
.zarmed-empty-offers small {
    display: block;
}

.zarmed-empty-offers strong {
    color: #062f62;
    font-size: 22px;
}

.zarmed-empty-offers small {
    margin: 7px 0 20px;
}

.zarmed-empty-offers a {
    padding: 12px 22px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #0877bf, #10c8c1);
    font-size: 13px;
    font-weight: 750;
}

.zarmed-empty-wishlist {
    min-height: 330px !important;
    flex-direction: column;
    margin-bottom: 44px;
    padding: 36px 20px;
    border: 1px solid #d9e8f0;
    border-radius: 26px;
    background: radial-gradient(circle at 50% 0, #e9fbfc, transparent 54%), #fff;
    box-shadow: 0 18px 50px rgba(4, 54, 88, .08);
    text-align: center;
}

.zarmed-empty-wishlist > img {
    width: 150px !important;
    margin-bottom: 10px;
    filter: hue-rotate(145deg) saturate(1.35);
}

.zarmed-empty-wishlist__content strong,
.zarmed-empty-wishlist__content small {
    display: block;
}

.zarmed-empty-wishlist__content strong {
    color: #062f62;
    font-size: 22px;
}

.zarmed-empty-wishlist__content small {
    margin: 7px 0 20px;
    color: #71879a;
}

.zarmed-empty-wishlist__content a {
    display: inline-block;
    padding: 12px 23px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #0877bf, #10c8c1);
    box-shadow: 0 12px 26px rgba(5, 130, 162, .19);
    font-size: 13px;
    font-weight: 750;
}

/* Complete product-page theme: remove the remaining legacy lime/black UI. */
body.zarmed-product-active {
    --primary: 8 119 191;
    --secondary: 16 200 193;
    color: #102f4d;
    background: #f5f9fb;
}

body.zarmed-product-active .bg-primary,
body.zarmed-product-active button.bg-primary,
body.zarmed-product-active .\!bg-primary {
    border-color: transparent !important;
    color: #fff !important;
    background: linear-gradient(135deg, #0877bf, #10c8c1) !important;
}

body.zarmed-product-active .before\:bg-primary::before,
body.zarmed-product-active .after\:bg-primary::after,
body.zarmed-product-active h1::after {
    background: linear-gradient(90deg, #0877bf, #10c8c1) !important;
}

body.zarmed-product-active .text-primary,
body.zarmed-product-active .hover\:text-primary:hover {
    color: #0877bf !important;
}

body.zarmed-product-active > #app main,
body.zarmed-product-active .store-product-details {
    background: linear-gradient(180deg, #f7fbfd 0%, #f3f8fa 100%);
}

body.zarmed-product-active .store-product-details .bg-primary,
body.zarmed-product-active .store-product-details button.bg-primary,
body.zarmed-product-active .store-product-details .shadow-btn-primary,
body.zarmed-product-active .store-product-details .\!bg-primary {
    border-color: transparent !important;
    color: #fff !important;
    background: linear-gradient(135deg, #0877bf, #10c8c1) !important;
    box-shadow: 0 13px 28px rgba(4, 127, 159, .22) !important;
}

body.zarmed-product-active .store-product-details .text-primary,
body.zarmed-product-active .store-product-details .hover\:text-primary:hover,
body.zarmed-product-active .store-quantity button:hover {
    color: #078ca4 !important;
}

body.zarmed-product-active .store-product-details h1::after,
body.zarmed-product-active .store-purchase-panel h1::after {
    background: linear-gradient(90deg, #0877bf, #10c8c1) !important;
}

body.zarmed-product-active .store-product-details h3.flex > span,
body.zarmed-product-active .store-purchase-panel h3 > span,
body.zarmed-product-active .store-product-details h3.font-sans {
    color: #0877bf !important;
    font-weight: 850 !important;
}

body.zarmed-product-active .store-quantity {
    border-color: #cfe1eb !important;
    background: #f4fafc !important;
}

body.zarmed-product-active .store-product-tabs {
    border-color: #d5e6ef !important;
    border-radius: 28px !important;
    background: #fff !important;
    box-shadow: 0 18px 48px rgba(4, 54, 88, .08) !important;
}

body.zarmed-product-active .store-product-tabs .tab-btn {
    border-color: #d5e6ef !important;
    color: #0b4775 !important;
    background: #f7fbfd !important;
}

body.zarmed-product-active .store-product-tabs .tab-btn.active {
    border-color: transparent !important;
    color: #fff !important;
    background: linear-gradient(135deg, #0758aa, #0ac2bd) !important;
    box-shadow: 0 10px 24px rgba(5, 112, 157, .2) !important;
}

body.zarmed-product-active .store-product-tabs h3,
body.zarmed-product-active .store-product-tabs h2 {
    color: #062f62 !important;
}

body.zarmed-product-active > #app footer {
    border-top: 4px solid #10c9bf !important;
    background: linear-gradient(145deg, #031a3d 0%, #062f5d 62%, #075f76 100%) !important;
}

body.zarmed-product-active > #app footer a:hover {
    color: #39e1d3 !important;
}

body.zarmed-product-active > #app footer form button {
    color: #fff !important;
    background: linear-gradient(135deg, #0871ba, #0cc8bb) !important;
}

/* Premium checkout flow */
body.zarmed-checkout-active {
    --primary: 8 119 191;
    --secondary: 16 200 193;
    --success: 8 143 165;
    background: #f5f9fb;
}

body.zarmed-checkout-active > #app main,
body.zarmed-checkout-active > #app main > section {
    background: linear-gradient(180deg, #f7fbfd 0%, #f3f8fa 100%) !important;
}

body.zarmed-checkout-active .multi-step {
    max-width: 620px !important;
    padding: 28px 30px 38px !important;
    border: 1px solid #d8e8f0;
    border-radius: 24px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 42px rgba(4, 54, 88, .08);
}

body.zarmed-checkout-active .multi-step .bg-success,
body.zarmed-checkout-active .multi-step .after\:bg-success::after {
    background: linear-gradient(90deg, #0877bf, #10c8c1) !important;
}

body.zarmed-checkout-active .multi-step .border-success {
    border-color: #0aaeb5 !important;
}

body.zarmed-checkout-active .multi-step .text-success {
    color: #078ca4 !important;
}

body.zarmed-checkout-active .shadow-card,
body.zarmed-checkout-active .store-order-summary,
body.zarmed-checkout-active .store-coupon,
body.zarmed-checkout-active main .rounded-2xl.bg-white {
    border: 1px solid #d9e8f0 !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 16px 42px rgba(4, 54, 88, .08) !important;
}

body.zarmed-checkout-active .store-order-summary h3,
body.zarmed-checkout-active main h3,
body.zarmed-checkout-active main h4 {
    color: #062f62;
}

body.zarmed-checkout-active .cart-switch:checked + label {
    color: #fff !important;
    background: linear-gradient(135deg, #0877bf, #10c8c1) !important;
}

body.zarmed-checkout-active .field-button,
body.zarmed-checkout-active main button.bg-primary,
body.zarmed-checkout-active main .bg-primary {
    border-color: transparent !important;
    color: #fff !important;
    background: linear-gradient(135deg, #0877bf, #10c8c1) !important;
    box-shadow: 0 12px 27px rgba(4, 127, 159, .2) !important;
}

body.zarmed-checkout-active input:not([type="radio"]):not([type="checkbox"]),
body.zarmed-checkout-active select,
body.zarmed-checkout-active textarea {
    border-color: #cfe1eb !important;
    background-color: #f9fcfd !important;
}

body.zarmed-checkout-active input:focus,
body.zarmed-checkout-active select:focus,
body.zarmed-checkout-active textarea:focus {
    border-color: #10bfc0 !important;
    box-shadow: 0 0 0 4px rgba(16, 191, 192, .1) !important;
}

body.zarmed-checkout-active .text-primary,
body.zarmed-checkout-active .hover\:text-primary:hover {
    color: #0877bf !important;
}

body.zarmed-checkout-active .border-primary,
body.zarmed-checkout-active .border-primary\/50 {
    border-color: rgba(8, 119, 191, .5) !important;
}

@media (max-width: 767px) {
    body.zarmed-checkout-active .multi-step {
        margin-top: 24px !important;
        padding-right: 16px !important;
        padding-left: 16px !important;
        border-radius: 18px;
    }
}

/* Page rhythm and section headings */
body > #app main,
body > #app section {
    --tw-ring-color: rgba(168, 230, 0, .2);
}

body > #app section > .container {
    max-width: 1280px !important;
}

body > #app section h2.text-2xl,
body > #app section h2.sm\:text-4xl {
    color: #131a15;
    font-weight: 800 !important;
    letter-spacing: -.045em;
}

body > #app section h2.text-2xl::after,
body > #app section h2.sm\:text-4xl::after {
    content: "";
    display: block;
    width: 46px;
    height: 4px;
    margin-top: 12px;
    border-radius: 999px;
    background: var(--zarmed-lime);
}

/* Hero and promotional banners */
.banner-swiper {
    overflow: hidden;
    border: 1px solid #242b25;
    border-radius: 24px !important;
    background: #101410;
    box-shadow: 0 28px 70px rgba(8, 11, 13, .18);
}

.banner-swiper img {
    min-height: 260px;
    border-radius: 24px !important;
    object-fit: cover;
}

.banner-swiper .swiper-pagination-bullet-active {
    background: var(--zarmed-lime) !important;
}

/* Split hero experience: primary campaign + supporting preview */
.zarmed-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 3.45fr) minmax(220px, 1fr);
    align-items: stretch;
    gap: 18px;
}

.zarmed-hero-shell .banner-swiper {
    width: 100%;
    height: 100%;
    min-width: 0;
}

.zarmed-hero-shell .banner-swiper .swiper-wrapper,
.zarmed-hero-shell .banner-swiper .swiper-slide,
.zarmed-hero-shell .banner-swiper .swiper-slide > div,
.zarmed-hero-shell .banner-swiper .swiper-slide > div > a {
    height: 100%;
}

.zarmed-hero-shell .banner-swiper img {
    height: 100%;
    min-height: 390px;
    object-position: left center;
}

.zarmed-hero-side {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #d8dfda;
    border-radius: 24px;
    background:
        radial-gradient(circle at 78% 18%, rgba(22, 211, 196, .34), transparent 32%),
        linear-gradient(145deg, #05255b 0%, #063b71 54%, #087f91 100%);
    box-shadow: 0 20px 55px rgba(8, 20, 14, .13);
    isolation: isolate;
}

.zarmed-hero-side::before {
    content: "+";
    position: absolute;
    top: 76px;
    right: 24px;
    color: rgba(68, 226, 209, .32);
    font-size: 56px;
    font-weight: 300;
}

.zarmed-hero-side::after {
    content: "";
    position: absolute;
    inset: 38% 0 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 12%, rgba(2, 16, 35, .9));
}

.zarmed-hero-side__products {
    position: absolute;
    inset: 72px 14px 92px;
    z-index: 1;
}

.zarmed-hero-side__product {
    position: absolute;
    width: 57%;
    aspect-ratio: 1 / 1.08;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, .92);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(1, 15, 35, .28);
    transition: transform .45s ease;
}

.zarmed-hero-side__product--first {
    top: 0;
    left: 0;
    transform: rotate(-4deg);
}

.zarmed-hero-side__product--second {
    right: 0;
    bottom: 0;
    transform: rotate(5deg);
}

.zarmed-hero-side__product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zarmed-hero-side:hover .zarmed-hero-side__product--first {
    transform: translateY(-5px) rotate(-4deg);
}

.zarmed-hero-side:hover .zarmed-hero-side__product--second {
    transform: translateY(5px) rotate(5deg);
}

.zarmed-hero-side__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 7px 11px;
    border-radius: 999px;
    color: #111710;
    background: var(--zarmed-lime);
    box-shadow: 0 7px 20px rgba(8, 11, 13, .16);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.zarmed-hero-side__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 22px 18px;
    color: #fff;
}

.zarmed-hero-side__content strong {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.2;
}

.zarmed-hero-side__content span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 600;
}

.zarmed-hero-categories {
    margin-top: -50px !important;
    position: relative;
    z-index: 5;
}

.zarmed-hero-categories h2 {
    display: none !important;
}

.zarmed-hero-categories .navigate-swiper {
    padding-top: 0 !important;
    padding-bottom: 22px !important;
}

.zarmed-hero-categories .navigate-swiper .swiper-slide > a {
    min-height: 74px;
    display: flex !important;
    align-items: center;
    padding: 10px;
    border-radius: 16px !important;
}

.zarmed-hero-categories .navigate-swiper .swiper-slide img {
    width: 50px !important;
    height: 50px !important;
    flex: 0 0 50px;
    border-radius: 12px !important;
    object-fit: cover;
}

.zarmed-hero-categories .navigate-swiper .swiper-slide span {
    min-width: 0;
    padding: 8px 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: left !important;
}

.zarmed-hero-categories .navigate-swiper .swiper-button-prev,
.zarmed-hero-categories .navigate-swiper .swiper-button-next {
    display: none !important;
}

.ad-swiper a,
section a:has(> img.rounded-3xl) {
    overflow: hidden;
    border-radius: 20px !important;
    box-shadow: 0 12px 35px rgba(14, 20, 15, .1);
    transition: transform .3s ease, box-shadow .3s ease;
}

.ad-swiper a:hover,
section a:has(> img.rounded-3xl):hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(14, 20, 15, .15);
}

/* Category and brand cards */
.navigate-swiper .swiper-slide > a {
    overflow: hidden;
    border: 1px solid var(--zarmed-line) !important;
    border-radius: 18px !important;
    background: #fff;
    box-shadow: 0 6px 22px rgba(19, 30, 21, .06) !important;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.navigate-swiper .swiper-slide > a:hover {
    transform: translateY(-5px);
    border-color: var(--zarmed-lime) !important;
    box-shadow: 0 16px 38px rgba(19, 30, 21, .12) !important;
}

.navigate-swiper .swiper-button-prev,
.navigate-swiper .swiper-button-next {
    color: #101410 !important;
    background: var(--zarmed-lime) !important;
}

/* Product cards */
.miron {
    padding: 12px !important;
    overflow: hidden;
    border: 1px solid var(--zarmed-line) !important;
    border-radius: 18px !important;
    background: #fff;
    box-shadow: 0 8px 28px rgba(18, 28, 20, .07) !important;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease !important;
}

.miron:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 230, 0, .8) !important;
    box-shadow: 0 20px 46px rgba(18, 28, 20, .14) !important;
}

.miron > div:first-child {
    border-radius: 14px !important;
    background: #f2f5f1;
}

.miron > div:first-child img {
    aspect-ratio: 1 / 1;
    border-radius: 14px !important;
    object-fit: cover;
}

.miron h3 {
    color: #171e18;
    font-weight: 700 !important;
    letter-spacing: -.02em;
}

.miron h3.text-xl,
.miron h4.text-xl {
    color: #111711 !important;
    font-weight: 800 !important;
}

.miron label.bg-secondary {
    border-radius: 999px !important;
    color: #0b0d0b !important;
    background: var(--zarmed-lime) !important;
}

.miron button.lab-line-heart,
.miron button.lab-fill-heart {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    box-shadow: 0 8px 20px rgba(8, 11, 13, .14) !important;
}

/* Storefront buttons and filters */
body > #app .field-button,
body > #app .shadow-btn-primary,
body > #app a.bg-primary,
body > #app button.bg-primary {
    border-radius: 12px !important;
    color: #0b0d0b !important;
    background: var(--zarmed-lime) !important;
    box-shadow: 0 10px 26px rgba(130, 184, 0, .2) !important;
}

body > #app .field-button:hover,
body > #app .shadow-btn-primary:hover,
body > #app a.bg-primary:hover,
body > #app button.bg-primary:hover {
    background: #b8f51a !important;
    transform: translateY(-1px);
}

body > #app .bg-primary-slate {
    color: #527500 !important;
    background: #f2fbdc !important;
}

body > #app .text-primary {
    color: var(--zarmed-lime-dark) !important;
}

/* Benefits and footer */
body > #app section.border-t.border-slate-100 {
    border-block: 1px solid var(--zarmed-line) !important;
    background: #fff;
}

body > #app section.border-t.border-slate-100 .grid > div {
    padding: 18px;
    border: 1px solid #edf0ec;
    border-radius: 16px;
    background: #fff;
}

body > #app footer {
    background: linear-gradient(135deg, #080b0d 0%, #171d18 100%) !important;
    border-top: 4px solid var(--zarmed-lime);
}

body > #app footer a:hover {
    color: var(--zarmed-lime) !important;
}

body > #app footer form button {
    color: #0b0d0b !important;
    background: var(--zarmed-lime) !important;
}

@media (max-width: 1023px) {
    body > #app header::before {
        font-size: 9px;
        letter-spacing: .04em;
    }

    body > #app header {
        margin-bottom: 20px !important;
    }

    .banner-swiper img {
        min-height: 190px;
    }

    .miron {
        padding: 8px !important;
    }

    .zarmed-marquee__track {
        animation-duration: 22s;
    }

    .zarmed-marquee__item {
        padding: 9px 24px;
        font-size: 10px;
    }

    .zarmed-marquee__item::after {
        margin-left: 24px;
    }

    .zarmed-hero-shell {
        display: block;
    }

    .zarmed-hero-side {
        display: none;
    }

    .zarmed-hero-shell .banner-swiper img {
        min-height: 190px;
    }

    .zarmed-hero-categories {
        margin-top: -28px !important;
    }

    .zarmed-hero-categories .navigate-swiper .swiper-slide > a {
        min-height: 66px;
    }
}

@media (max-width: 640px) {
    body > #app header::before {
        content: "ENTREGA EM TODO O BRASIL  •  COMPRA SEGURA";
    }

    .banner-swiper,
    .banner-swiper img {
        border-radius: 16px !important;
    }

    .banner-swiper img {
        min-height: 150px;
    }

    .miron h3 {
        font-size: 14px !important;
    }

    .zarmed-hero-categories {
        margin-top: -16px !important;
    }
}

/* Final admin storefront-header override — intentionally last in the cascade. */
body.zarmed-admin-active .db-header.zarmed-admin-store-header {
    display: grid !important;
    grid-template-columns: minmax(165px, 210px) minmax(0, 1fr) auto;
    min-height: 74px !important;
    align-items: center;
    gap: 24px;
    padding: 9px 38px !important;
    border: 0 !important;
    border-bottom: 1px solid #d7e7ef !important;
    color: #082f62 !important;
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(5, 55, 95, .08) !important;
}

body.zarmed-admin-active > #app header.db-header.zarmed-admin-store-header {
    color: #082f62 !important;
    background-color: #fff !important;
    background-image: none !important;
}

body.zarmed-admin-active .zarmed-admin-store-header > a img {
    width: auto !important;
    height: 46px !important;
    max-width: 170px !important;
}

.zarmed-admin-store-nav {
    display: grid;
    grid-template-columns: auto minmax(260px, 390px);
    align-items: center;
    justify-content: space-between;
    gap: clamp(24px, 5vw, 78px);
    min-width: 0;
}

.zarmed-admin-store-nav nav {
    display: flex;
    align-items: center;
    gap: clamp(22px, 3vw, 42px);
}

.zarmed-admin-store-nav nav a {
    position: relative;
    padding: 20px 0;
    color: #082f62 !important;
    font-size: 14px;
    font-weight: 750;
    white-space: nowrap;
}

.zarmed-admin-store-nav nav a:first-child::after {
    content: "";
    position: absolute;
    right: 35%;
    bottom: 10px;
    left: 35%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0877bf, #10c8c1);
}

.zarmed-admin-store-nav form {
    display: flex;
    width: 100%;
    height: 48px;
    align-items: center;
    gap: 10px;
    padding: 0 17px;
    border: 1px solid #d4e5ee;
    border-radius: 16px;
    color: #0b4775;
    background: #f8fbfd;
    box-shadow: inset 0 1px 0 #fff;
}

.zarmed-admin-store-nav form:focus-within {
    border-color: #10bfc0;
    box-shadow: 0 0 0 4px rgba(16, 191, 192, .1);
}

.zarmed-admin-store-nav form input {
    width: 100%;
    height: 100%;
    color: #12395f;
    background: transparent;
}

body.zarmed-admin-active .zarmed-admin-store-header > div:last-child {
    width: auto !important;
    gap: 12px !important;
}

body.zarmed-admin-active .zarmed-admin-store-header .sub-header {
    display: none !important;
}

body.zarmed-admin-active .zarmed-admin-store-header .db-header-nav {
    display: none !important;
}

.zarmed-admin-store-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.zarmed-admin-store-actions > a {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: #082f62 !important;
    font-size: 21px;
    transition: background .2s ease, color .2s ease;
}

.zarmed-admin-store-actions > a:hover {
    color: #078ca4 !important;
    background: #edf9fb;
}

body.zarmed-admin-active .zarmed-admin-store-header .dropdown-btn {
    width: 44px;
    min-height: 44px;
    padding: 0 !important;
}

body.zarmed-admin-active .zarmed-admin-store-header .dropdown-btn > img {
    width: 40px !important;
    height: 40px !important;
}

body.zarmed-admin-active .zarmed-admin-store-header .dropdown-btn h3,
body.zarmed-admin-active .zarmed-admin-store-header .dropdown-btn > i {
    display: none !important;
}

@media (max-width: 1100px) {
    body.zarmed-admin-active .db-header.zarmed-admin-store-header {
        grid-template-columns: 150px minmax(0, 1fr) auto;
        gap: 14px;
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    .zarmed-admin-store-nav {
        grid-template-columns: auto minmax(190px, 300px);
        gap: 18px;
    }
}

@media (max-width: 850px) {
    body.zarmed-admin-active .db-header.zarmed-admin-store-header {
        display: flex !important;
        min-height: 66px !important;
        justify-content: space-between;
    }

    .zarmed-admin-store-nav nav,
    .zarmed-admin-store-nav form,
    .zarmed-admin-store-actions {
        display: none !important;
    }

    body.zarmed-admin-active .zarmed-admin-store-header .db-header-nav {
        display: grid !important;
        place-items: center;
    }
}
