html {
    scrollbar-gutter: stable;
}

.page-header {
    background-color: #fff;
    color: #32373b;
    border: 0;
    margin: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-topbar {
    background: #32373b;
    color: #fff;
}

.panel-wrapper {
    position: relative;
    overflow-x: clip;
    border-bottom: 1px solid #d9d9d7 !important
}

.panel-header {
    background-color: white;
    color: #32373b;
}

.panel-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.header-logo {
    height: 1.5rem;
    width: auto;

    @media (min-width: 1024px) {
        height: 2rem;
    }
}

.panel-header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.panel-icons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.minicart-wrapper {
    margin-left: 0 !important;
    margin-top: 0;
    margin-right: 1rem;

    .action.showcart {
        background: transparent;
        padding: 0;

        .text {
            display: none;
        }

        .counter.qty {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: 500;
            position: absolute;
            right: 0;
            top: 0;
            transform: translate(50%, -50%);
            width: auto;
            height: auto;
            background: #95d700;
            font-size: 14px;
            line-height: 1;
            border-radius: 100px;
            padding: 2px 4px;
        }

        .counter.label {
            display: none;
        }
    }
}

.minicart-wrapper:before, .action.showcart:before {
    content: none !important;
}
