/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

html {
    box-sizing: border-box;
    font-size: 10px
}

*,:after,:before {
    box-sizing: inherit
}

body {
    background-color: #f4f8fc;
    color: #222;
    font: 1.4rem/1.45 Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ml-normalize-body {
    line-height: 1.15
}

hr {
    border: 0;
    border-top: 1px solid #e7e7e7;
    margin: 20px 0;
    width: 100%
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

html.is-app-view {
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

a {
    color: #4095c8
}

.block-link,a:focus,a:hover {
    text-decoration: none
}

.block-link {
    display: block
}

.clear-link {
    color: inherit;
    text-decoration: none
}

.link-primary {
    color: #2bb9a3;
    text-decoration: none
}

.link-primary:hover {
    color: #07aa93
}

.ml-normalize-link {
    color: unset;
    text-decoration: none
}

img {
    max-width: 100%
}

.full-width {
    width: 100%
}

.rounded {
    border-radius: .8rem
}

.sr-only {
    left: -999em;
    position: absolute
}

.hidden,[hidden] {
    display: none!important
}

@media (max-width: 959px) {
    .hidden--mobile {
        display:none!important
    }
}

@media (min-width: 960px) {
    .hidden--desktop {
        display:none!important
    }
}

html.is-app-view .hidden--app-view {
    display: none!important
}

@media (min-width: 960px) {
    html.is-app-view .hidden--app-view-desktop {
        display:none!important
    }
}

@media (max-width: 959px) {
    html.is-app-view .hidden--app-view-mobile {
        display:none!important
    }
}

html:not(.is-app-view) .visible--app-view {
    display: none!important
}

.ml-box-shadow {
    box-shadow: 0 2px 8px rgba(0,0,0,.16)
}

ul {
    list-style: disc
}

.list-inline,.list-plain {
    list-style: none;
    padding: 0
}

.list-inline li {
    display: inline
}

.ml-normalize-ul {
    margin: 0
}

.list-check-mark-green,.ml-normalize-ul {
    list-style: none;
    padding: 0
}

.list-check-mark-green li {
    background-image: url(/assets/fonts/25c9452ed088f3d3d18e.svg);
    background-position: .4rem .4rem;
    background-repeat: no-repeat;
    background-size: 1.6rem 1.2rem;
    line-height: 1.6rem;
    min-height: 1.6rem;
    min-width: 2rem;
    padding-left: 3.2rem
}

.list-check-mark-light-bulb {
    list-style: none;
    padding: 0
}

.list-check-mark-light-bulb li {
    background-image: url(/assets/fonts/3c3df78d03ea889f9e4b.svg);
    background-position: .4rem 0;
    background-repeat: no-repeat;
    background-size: 1.6rem 2.6rem;
    line-height: 2.6rem;
    min-height: 2.6rem;
    min-width: 2rem;
    padding-left: 3.2rem
}

table {
    border-collapse: collapse;
    width: 100%
}

table th {
    text-align: left
}

table td,table th {
    font-size: 1.4rem
}

table thead td,table thead th {
    border-bottom: 1px solid rgba(0,0,0,.1)
}

table td,table th {
    padding: 1rem .25rem
}

table tbody th {
    font-weight: 400
}

table tfoot>tr:first-child td,table tfoot>tr:first-child th {
    border-top: 1px solid rgba(0,0,0,.1)
}

.table-auto {
    width: auto
}

.d-ib {
    display: inline-block
}

.d-i {
    display: inline
}

.d-b {
    display: block
}

.d-f {
    display: flex
}

@media (min-width: 960px) {
    .d-f--desktop {
        display:flex
    }
}

.f-justify-between {
    justify-content: space-between
}

.f-justify-end {
    justify-content: flex-end
}

.f-justify-center {
    justify-content: center
}

.f-align-center {
    align-items: center
}

.f-wrap {
    flex-wrap: wrap
}

.f-align-baseline {
    align-items: baseline
}

.d-f-centered {
    align-items: center;
    display: flex;
    justify-content: center
}

.f-grow {
    flex-grow: 1
}

.f-no-shrink {
    flex-shrink: 0
}

.f-col {
    flex-direction: column
}

@media (max-width: 959px) {
    .f-col--mobile {
        flex-direction:column
    }

    .layout__footer--fixed-mobile {
        background: #fff;
        bottom: 0;
        box-shadow: 0 -2px 6px 0 hsla(0,0%,46%,.1);
        left: 0;
        padding: 1.6rem .8rem;
        position: fixed;
        right: 0;
        z-index: 500
    }
}

@media (max-width: 959px)and (max-width:959px) {
    .layout__footer--fixed-mobile {
        padding-bottom:calc(env(safe-area-inset-bottom,0) + 1.6rem)!important
    }
}

@media (max-width: 959px) {
    .layout__footer--fixed-mobile.is-narrow {
        padding-bottom:.8rem;
        padding-top: .8rem
    }

    .layout__footer--fixed-mobile.transparent {
        background: 0 0
    }

    .with-layout-footer-fixed--mobile {
        padding-bottom: calc(5.6rem + env(safe-area-inset-bottom))
    }
}

@media (min-width: 960px) {
    .layout--right-sidebar {
        display:flex;
        margin-bottom: 2.4rem
    }

    .layout--right-sidebar .layout__main {
        overflow: hidden;
        width: calc(100% - 48rem)
    }

    .layout--right-sidebar .layout__main--unset-overflow {
        overflow: unset
    }

    .layout--right-sidebar .layout__sidebar {
        margin-left: 24px;
        position: relative;
        width: 45.6rem
    }

    .layout--left-sidebar {
        display: flex;
        margin-bottom: 2.4rem
    }

    .layout--left-sidebar .layout__main {
        width: calc(100% - 40rem)
    }

    .layout--left-sidebar .layout__sidebar {
        margin-right: 1.6rem;
        position: relative;
        width: 37.6rem
    }

    @supports (display: grid) {
        .layout--left-sidebar {
            display:-ms-grid;
            display: grid;
            grid-template-areas: "sidebar main";
            grid-column-gap: 1.6rem;
            -ms-grid-columns: 2fr 1.6rem 5fr;
            grid-template-columns: 2fr 5fr
        }

        .layout--left-sidebar .layout__main {
            grid-area: main;
            width: auto
        }

        .layout--left-sidebar .layout__sidebar {
            grid-area: sidebar;
            margin-right: 0;
            width: auto
        }
    }

    .sticky-sidebar {
        position: sticky;
        top: 96px
    }

    html.is-app-view .sticky-sidebar {
        top: 24px
    }

    .layout__footer {
        background: #fff;
        border-radius: 0 0 .8rem .8rem;
        box-shadow: 0 -2px 6px 0 hsla(0,0%,46%,.1);
        order: 5;
        padding: 2.4rem 3.2rem
    }

    .layout--left-sidebar .layout__main {
        -ms-grid-column: 3;
        -ms-grid-row: 1
    }

    .layout--left-sidebar .layout__sidebar {
        -ms-grid-column: 1;
        -ms-grid-row: 1
    }
}

.l-container {
    padding-left: .8rem;
    padding-right: .8rem
}

@media (min-width: 960px) {
    .l-container {
        margin-left:auto;
        margin-right: auto;
        max-width: 122.4rem;
        padding-left: 2.4rem;
        padding-right: 2.4rem
    }

    .l-container.is-wide {
        max-width: 140.8rem
    }

    .l-container.is-medium {
        max-width: 94.4rem
    }

    .l-container.is-narrow {
        max-width: 67.2rem
    }
}

@media (max-width: 959px) {
    .l-container.is-mobile-wide {
        padding-left:0;
        padding-right: 0
    }
}

.l-flush {
    margin-left: -.8rem;
    margin-right: -.8rem
}

@media (min-width: 960px) {
    .l-flush {
        margin-left:-3.2rem;
        margin-right: -3.2rem
    }
}

.offer-content {
    max-width: 42.4rem
}

.offer-content-delivery__container {
    display: flex;
    justify-content: space-between
}

.shadow-box {
    border-radius: .8rem;
    box-shadow: 0 1px 1px 0 rgba(10,22,70,.1),0 0 1px 0 rgba(10,22,70,.06)
}

@media (min-width: 960px) {
    .shadow-box--desktop {
        border-radius:.8rem;
        box-shadow: 0 1px 1px 0 rgba(10,22,70,.1),0 0 1px 0 rgba(10,22,70,.06)
    }
}

.box-a {
    padding: 1.6rem .8rem
}

.box-a>:last-child {
    margin-bottom: 0
}

@media (min-width: 960px) {
    .box-a {
        border-bottom:1px solid #e7e7e7;
        border-top: 1px solid #e7e7e7;
        margin-bottom: 1.6rem
    }
}

.flush {
    margin-left: -.8rem;
    margin-right: -.8rem
}

@media (min-width: 960px) {
    .flush {
        margin-left:-3.2rem;
        margin-right: -3.2rem
    }
}

@media (max-width: 959px) {
    .flush--mobile {
        margin-left:-.8rem;
        margin-right: -.8rem
    }
}

@media (max-width: 959px)and (min-width:960px) {
    .flush--mobile {
        margin-left:-3.2rem;
        margin-right: -3.2rem
    }
}

@media (min-width: 960px) {
    .flush--desktop {
        margin-left:-.8rem;
        margin-right: -.8rem
    }
}

@media (min-width: 960px)and (min-width:960px) {
    .flush--desktop {
        margin-left:-3.2rem;
        margin-right: -3.2rem
    }
}

@media (min-width: 960px) {
    .content-box {
        padding-left:3.2rem;
        padding-right: 3.2rem
    }
}

.unauthorized-box {
    padding: 1.6rem
}

@media (min-width: 960px) {
    .unauthorized-box {
        padding:2.4rem 3.2rem
    }
}

.btn {
    align-items: center;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.3rem;
    height: 4rem;
    justify-content: center;
    letter-spacing: -.04rem;
    line-height: 1.2307692308;
    padding: 0 2.4rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .3s ease;
    vertical-align: middle
}

.btn--disabled,.btn:disabled {
    cursor: not-allowed;
    pointer-events: none
}

.btn:focus {
    box-shadow: 0 0 1px 3px rgba(59,153,252,.7);
    outline: 0
}

.btn-sm {
    font-size: 1.1rem;
    font-weight: 700;
    height: 3.2rem;
    line-height: 1.4545;
    padding: .8rem 1.6rem
}

.btn-lg {
    font-size: 1.2rem;
    height: 4.8rem;
    letter-spacing: .04rem
}

.btn-block {
    display: flex;
    width: 100%
}

@media (max-width: 959px) {
    .btn-block--mobile {
        display:flex;
        justify-content: center;
        margin: 0 0 1em;
        width: 100%
    }
}

.ml-btn-primary {
    background: #6256b1;
    font-size: 14px;
    font-weight: 600
}

@media (hover: hover)and (pointer:fine) {
    .ml-btn-primary:hover {
        background:#5c4ea7
    }
}

.btn-primary {
    background: #f7ae10;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 700
}

.btn-primary:hover {
    background-color: #eba50f
}

.btn-primary:active {
    background-color: #de9c0e
}

.btn-primary--disabled,.btn-primary:disabled {
    background: #c3c3c3;
    color: #fff;
    pointer-events: none
}

.ml-btn-text-secondary {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #00a790;
    cursor: pointer;
    font-weight: 600;
    line-height: 1.23;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase
}

.btn-secondary {
    background: #edecf7;
    color: #7770bd;
    font-weight: 600
}

.btn-secondary:hover {
    background-color: #e6e4f3
}

.btn-secondary:active {
    background-color: #b4c2ef
}

.btn-secondary--disabled,.btn-secondary:disabled {
    background: #e7e7e7;
    color: #767676;
    pointer-events: none
}

.btn-white {
    background: #fff
}

.btn-outline {
    background: 0 0;
    border: 1px solid #d0d0d0;
    color: #484848;
    font-weight: 700
}

.btn-outline:hover {
    background-color: #f7f7f7
}

.btn-outline:active {
    background-color: #e7e7e7
}

.btn-outline--disabled,.btn-outline:disabled {
    border-color: #e7e7e7;
    color: #c3c3c3;
    pointer-events: none
}

.btn-outline-cart {
    background: 0 0;
    border: 1px solid #ff5a00;
    color: #ff5a00;
    font-weight: 700
}

.btn-info {
    border: 1px solid #2bb9a3;
    border-radius: .8rem;
    color: #2bb9a3;
    padding: 0 .8rem
}

.btn-highlight {
    background: #ff5a00;
    color: #fff;
    font-weight: 700
}

.btn-highlight:hover {
    background-color: #f55600
}

.btn-highlight:active {
    background-color: #f05500
}

.btn-highlight--disabled,.btn-highlight:disabled {
    background: #e7e7e7;
    color: #767676;
    pointer-events: none
}

.btn--classified {
    background-color: #f7ae10;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 700
}

.btn--classified:active,.btn--classified:hover {
    background-color: #f5aa08
}

.btn--classified--disabled,.btn--classified:disabled {
    background: #c3c3c3;
    color: #fff;
    pointer-events: none
}

.btn--bidding {
    background-color: #7770bd;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 700
}

.btn--bidding:active,.btn--bidding:hover {
    background-color: #7069ba
}

.btn--bidding--disabled,.btn--bidding:disabled {
    background: #c3c3c3;
    color: #fff;
    pointer-events: none
}

.btn--buy-now {
    background-color: #ff5a00;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 700
}

.btn--buy-now:active,.btn--buy-now:hover {
    background-color: #f55600
}

.btn--buy-now--disabled,.btn--buy-now:disabled {
    background: #c3c3c3;
    color: #fff;
    pointer-events: none
}

.btn-goal-primary {
    background: #1b59ac;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 700
}

.btn-goal-primary:active,.btn-goal-primary:hover {
    background-color: #144280
}

.btn-goal-primary--disabled,.btn-goal-primary:disabled {
    background-color: #8cb6ed;
    pointer-events: none
}

.btn-goal-primary .loader .line-scale>div {
    background-color: #fff
}

.btn-goal-secondary {
    background: #d2e3fc;
    color: #103067;
    font-weight: 600
}

.btn-goal-secondary:active,.btn-goal-secondary:hover {
    background-color: #a2c5f9
}

.btn-goal-secondary--disabled,.btn-goal-secondary:disabled {
    background: #e7e7e7;
    color: #767676;
    pointer-events: none
}

.btn-goal-secondary .loader .line-scale>div {
    background-color: #1b59ac
}

.btn-text {
    color: #7770bd;
    letter-spacing: .04rem
}

.btn-text,.btn-text-secondary {
    background: 0 0;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    padding: 0;
    text-decoration: none
}

.btn-text-secondary {
    color: #2bb9a3;
    cursor: pointer;
    line-height: 1.23;
    text-transform: uppercase
}

.btn-text-secondary.is-danger {
    color: #e21400
}

.btn-text-secondary.is-small {
    font-size: 1.3rem
}

.btn-text-secondary--disabled,.btn-text-secondary:disabled {
    color: #c3c3c3;
    cursor: not-allowed;
    pointer-events: none
}

.btn-text svg,.btn-text-secondary svg {
    margin-right: calc(.8rem - 2px);
    vertical-align: middle
}

.btn-text svg path,.btn-text-secondary svg path {
    fill: currentColor
}

.btn-text-inline {
    background: 0 0;
    border: 0;
    padding: 0;
    text-decoration: underline
}

.btn-text-inline:hover {
    text-decoration: none
}

.btn .loader {
    transform: scale(.5)
}

.btn-primary .line-scale>div {
    background-color: #fff
}

form {
    margin: 0;
    padding: 0
}

.form-group {
    border: 0;
    margin-bottom: 1.6rem;
    max-width: 42.4rem;
    padding: 0
}

.form-group.is-narrow {
    max-width: 33.6rem
}

.form-section:last-child .form-group:last-child,.form-section:last-child .form-group:last-child .form-group-description {
    margin-bottom: 0
}

.form-label {
    align-items: baseline;
    display: flex;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: .8rem
}

.form-group-description {
    color: #767676;
    display: block;
    font-size: 1.3rem;
    margin: 1.2rem 0
}

h3+.form-group-description {
    margin-top: -.8rem
}

legend.form-label {
    display: block
}

.form-label__required {
    color: #9b9b9b
}

.form-hint {
    color: #767676;
    font-size: 1.2rem;
    font-weight: 400;
    margin-left: auto
}

.form-label.is-block-label {
    display: block
}

.form-label.is-block-label .form-hint {
    display: block;
    margin-bottom: .8rem
}

.form-control {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: .8rem;
    color: #000;
    display: block;
    font-size: 1.6rem;
    line-height: 1.375;
    max-width: 100%;
    padding: 1.2rem 1.6rem;
    width: 100%
}

.form-control:hover:not([disabled]) {
    border-color: #ccc
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: 0 0 1px 3px rgba(59,153,252,.7);
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #c3c3c3
}

.form-control::-moz-placeholder {
    color: #c3c3c3
}

.form-control:-ms-input-placeholder {
    color: #c3c3c3
}

.form-control.is-small {
    padding-bottom: .8rem;
    padding-top: .8rem
}

span.form-control {
    background: 0 0
}

textarea.form-control {
    resize: vertical
}

.form-error {
    color: #e21400;
    display: block;
    margin-top: .8rem
}

.range-inputs {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.range-inputs>.form-addon,.range-inputs>.form-control {
    width: calc(50% - 1.6rem)
}

.form-control-email-checkbox {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.6rem;
    max-width: 42.4rem
}

.form-control-email-checkbox__inputs {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.form-control-email-checkbox__input {
    margin-bottom: 0
}

.form-control.is-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(/assets/fonts/c4af7547744677ab05af.svg);
    background-position: right .7em top 50%;
    background-repeat: no-repeat;
    background-size: 1.6rem 1.6rem;
    padding-right: 2em
}

.form-control.is-select::-ms-expand {
    display: none
}

.form-control.is-select option {
    font-weight: 400
}

.form-turbo-radio-group {
    border: 0;
    padding: 0
}

.turbo-radio {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
    padding: 6px
}

.turbo-radio li {
    display: flex;
    flex: 1
}

.turbo-radio li+li {
    margin-left: .8rem
}

.turbo-radio input {
    position: absolute;
    clip: rect(0,0,0,0)
}

.turbo-radio input+label {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #9b9b9b;
    cursor: pointer;
    display: flex;
    flex: 1;
    font-size: 1.1rem;
    font-weight: 600;
    justify-content: center;
    line-height: 1.36;
    padding: 10px .8rem;
    text-align: center;
    text-transform: uppercase
}

.turbo-radio input:hover+label {
    border-color: #e7e7e7
}

.turbo-radio input:focus+label {
    box-shadow: 0 0 1px 3px rgba(59,153,252,.7);
    outline: 0
}

.turbo-radio input:checked+label {
    background: #f7ae10;
    border-color: #f7ae10;
    color: #fff
}

.goal-turbo-radio-group .turbo-radio {
    background-color: #cfe0f7;
    border: 0;
    padding: 0
}

.goal-turbo-radio-group .turbo-radio input+label {
    border: 2px solid transparent;
    color: #1b59ac;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.goal-turbo-radio-group .turbo-radio input:hover+label {
    border-color: #fff
}

.goal-turbo-radio-group .turbo-radio input:focus+label {
    box-shadow: none;
    outline: 0
}

.goal-turbo-radio-group .turbo-radio input:checked+label {
    background: #1b59ac;
    border-color: #fff;
    color: #fff
}

.range-input {
    display: flex;
    height: 2.4rem;
    margin: 3.2rem .8rem .8rem;
    position: relative;
    width: calc(100% - 1.6rem)
}

.range-input__track {
    background: #e9e9e9;
    width: 100%;
    z-index: 1
}

.range-input__track,.range-input__track__selected {
    height: .4rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.range-input__track__selected {
    background: #f7ae10;
    transition: width .2s ease;
    z-index: 2
}

.range-input__control {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

.range-input__thumb {
    background: rgba(247,174,16,.1);
    border: 1px solid #f7ae10;
    border-radius: 100%;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: left .2s ease;
    width: 2.4rem;
    z-index: 4
}

.range-input__thumb.is-focused {
    box-shadow: 0 0 1px 3px rgba(59,153,252,.7);
    outline: 0
}

.range-input__thumb__value {
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%)
}

.is-first>.range-input__thumb__value {
    left: 0;
    transform: translateX(0)
}

.is-last>.range-input__thumb__value {
    left: auto;
    right: 0;
    transform: translateX(0)
}

.range-input__step {
    background: #e9e9e9;
    border-radius: 100%;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: background .2s ease;
    width: 1.2rem;
    z-index: 3
}

.range-input__step.is-active {
    background: #f7ae10
}

.form-checkbox-group {
    position: relative
}

.form-checkbox-group input {
    position: absolute;
    clip: rect(0,0,0,0)
}

.form-checkbox-group label {
    align-items: center;
    color: #767676;
    cursor: pointer;
    display: flex;
    position: relative
}

.form-checkbox-group label:before {
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 2.4rem;
    margin-right: 1.6rem;
    width: 2.4rem
}

.form-checkbox-group label:after {
    content: "";
    height: 2.4rem;
    left: 0;
    position: absolute;
    width: 2.4rem
}

.form-checkbox-group input:focus-visible+label:after {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.form-checkbox-group label:hover:before {
    border-color: #ccc
}

.form-checkbox-group input:checked+label {
    color: #000
}

.form-checkbox-group input:checked+label:before {
    background: url(/assets/fonts/739ca2ab3930d3e5f776.svg) 50% no-repeat;
    background-color: #00a790;
    border-color: #00a790
}

.form-checkbox-group input:disabled+label {
    cursor: default
}

.form-checkbox-group input:disabled+label:hover:before {
    border: 2px solid #e9e9e9
}

.form-checkbox-group.is-highlighted input:focus+label:before,.form-checkbox-group.is-highlighted label:before {
    border-color: #ff5a00
}

.form-checkbox-group.is-highlighted input:checked+label:before {
    background-image: url(/assets/fonts/b225f3d976547ccb7ca2.svg)
}

.form-checkbox-group.is-small-checkbox label:before {
    margin-right: .8rem;
    transform: scale(.75)
}

.form-radio-group {
    position: relative
}

.form-radio-group input {
    position: absolute;
    clip: rect(0,0,0,0)
}

.form-radio-group label {
    align-items: center;
    color: #767676;
    display: flex
}

.form-radio-group label:before {
    border: 2px solid #e9e9e9;
    border-radius: 100%;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 2.4rem;
    margin-right: 1.6rem;
    width: 2.4rem
}

.form-radio-group input:focus+label:before {
    border-color: #ccc;
    box-shadow: 0 0 1px 3px rgba(59,153,252,.7)
}

.form-radio-group label:hover:before {
    border-color: #ccc
}

.form-radio-group input:checked+label {
    color: #000
}

.form-radio-group input:checked+label:before {
    background: #2bb9a3;
    box-shadow: inset 0 0 0 5px #fff
}

.form-radio-group input:checked:focus+label:before {
    box-shadow: inset 0 0 0 5px #fff
}

.form-radio-group input:disabled+label {
    color: #c3c3c3
}

.form-radio-group__additional-info {
    margin-left: 4rem
}

.form-addon {
    display: block
}

.form-addon.is-overlaid {
    position: relative
}

.form-addon.is-overlaid .form-addon__suffix {
    bottom: 0;
    position: absolute;
    top: 0
}

.form-addon.is-overlaid.with-suffix .form-control {
    padding-right: 4rem
}

.form-addon.is-overlaid.with-suffix .form-control:not(.money-input) {
    padding-right: max(6rem,20%)
}

.form-addon.is-overlaid.with-suffix .form-addon__suffix {
    align-items: center;
    background: 0 0;
    border: 0;
    display: flex;
    font-size: 1.4rem;
    justify-content: center;
    margin-right: 2rem;
    right: 0;
    text-align: center
}

.form-addon.is-overlaid.with-counter-suffix .form-control {
    padding-right: 7.2rem
}

.form-addon.is-overlaid.with-counter-suffix .form-addon__suffix {
    color: #767676;
    font-size: 1.2rem;
    width: 7.2rem
}

.form-addon--with-disabled-input .form-addon__suffix,.form-addon--with-disabled-input input[type=text] {
    color: #9b9b9b
}

.form-addon__btn {
    align-items: center;
    background: 0 0;
    border: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    width: 100%
}

.form-control-checkbox-row,.form-control-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.6rem;
    max-width: 100%
}

@media (min-width: 960px) {
    .form-control-checkbox-row,.form-control-row {
        max-width:42.4rem
    }
}

.form-control-checkbox-row .form-group:nth-child(2),.form-control-row .form-group:nth-child(2) {
    margin: 0 0 0 1.6rem
}

.form-control-10 {
    width: 8rem
}

.form-control-11 {
    width: 8.8rem
}

.form-control-12 {
    width: 9.6rem
}

.form-control-13 {
    width: 10.4rem
}

.form-control-14 {
    width: 11.2rem
}

.form-control-15 {
    width: 12rem
}

.form-control-16 {
    width: 12.8rem
}

.form-control-17 {
    width: 13.6rem
}

.form-control-18 {
    width: 14.4rem
}

.form-control-19 {
    width: 15.2rem
}

.form-control-20 {
    width: 16rem
}

.form-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 42.4rem
}

@media (min-width: 960px) {
    .form-container {
        margin-left:unset;
        max-width: unset
    }
}

.form-group.is-inactive .form-addon,.form-group.is-inactive .form-control,.form-group.is-inactive .form-group-description,.form-group.is-inactive .form-label {
    color: #767676
}

.money-input[disabled] {
    opacity: .5
}

.money-input-with-minus-plus-buttons .money-input {
    border-radius: 0
}

.money-input-with-minus-plus-buttons {
    display: flex
}

.money-input-with-minus-plus-buttons__button-minus,.money-input-with-minus-plus-buttons__button-plus {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    border: .1rem solid #e7e7e7;
    cursor: pointer;
    flex: 0 1 4rem;
    font-size: 0
}

.money-input-with-minus-plus-buttons__button-minus:active:not([disabled]),.money-input-with-minus-plus-buttons__button-plus:active:not([disabled]) {
    background-color: #e7e7e7
}

.money-input-with-minus-plus-buttons__button-minus[disabled],.money-input-with-minus-plus-buttons__button-plus[disabled] {
    cursor: not-allowed
}

.money-input-with-minus-plus-buttons__button-minus {
    background-image: url(/assets/fonts/270b23ff3a35e89bccfb.svg);
    border-radius: .8rem 0 0 .8rem;
    border-right: none
}

.money-input-with-minus-plus-buttons__button-minus[disabled] {
    background-image: url(/assets/fonts/90f9675df31e87cb806f.svg)
}

.money-input-with-minus-plus-buttons__button-plus {
    background-image: url(/assets/fonts/128bc24f9767c0e10e4f.svg);
    border-left: none;
    border-radius: 0 .8rem .8rem 0
}

.icon {
    height: 24px;
    width: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.icons-sprite {
    display: none
}

.price {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -.05rem;
    line-height: 1;
    white-space: nowrap
}

.price,.price--classified {
    color: #f7ae10
}

.price--bidding {
    color: #7770bd
}

.price--buy-now {
    color: #ff5a00
}

.price span {
    font-weight: 600
}

.price span,.price.is-small {
    font-size: 2.2rem
}

.price.is-small span {
    font-size: 1.8rem
}

.delivery-price {
    display: flex;
    flex: 0 0 auto;
    gap: 4px
}

.delivery-price--promo {
    color: #0fb91b;
    font-weight: 600
}

.delivery-price--old {
    color: #767676;
    text-decoration: line-through
}

.current-price__text {
    color: #ff5a00;
    font-weight: 600
}

.current-price__for-each {
    color: #9b9b9b;
    font-size: 1.2rem
}

.lower-price {
    display: flex;
    white-space: nowrap
}

.lower-price__percent {
    background: #54b53c;
    border-radius: .4rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin-right: .4rem;
    padding: 0 .4rem
}

.lower-price__old-price {
    color: #222;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6rem;
    text-decoration: line-through
}

.lower-price--marginless {
    margin-top: -1.2rem
}

.flash {
    align-items: center;
    background-color: #fff;
    border-left-style: solid;
    border-left-width: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    display: flex;
    margin-bottom: 16px;
    padding: 8px 16px
}

@media (max-width: 959px) {
    .flash {
        margin-top:8px
    }
}

.flash__icon {
    align-items: center;
    display: flex;
    height: 24px;
    margin-right: 8px;
    width: 24px
}

.flash__message {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0
}

.flash--info {
    border-left-color: #1b59ac
}

.flash--info svg path {
    fill: #1b59ac
}

.flash--error {
    border-left-color: #e21400
}

.flash--error svg path {
    fill: #e21400
}

.flash--success {
    border-left-color: #0fb91b
}

.flash--success svg path {
    fill: #0fb91b
}

.flash--warning {
    border-left-color: #ffc400
}

.flash--warning svg path {
    fill: #ffc400
}

.flash-title {
    color: #317299;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px
}

@keyframes line-scale {
    0% {
        transform: scaley(1)
    }

    50% {
        transform: scaley(.4)
    }

    to {
        transform: scaley(1)
    }
}

.line-scale>div:first-child {
    animation: line-scale 1s cubic-bezier(.2,.68,.18,1.08) -.4s infinite
}

.line-scale>div:nth-child(2) {
    animation: line-scale 1s cubic-bezier(.2,.68,.18,1.08) -.3s infinite
}

.line-scale>div:nth-child(3) {
    animation: line-scale 1s cubic-bezier(.2,.68,.18,1.08) -.2s infinite
}

.line-scale>div:nth-child(4) {
    animation: line-scale 1s cubic-bezier(.2,.68,.18,1.08) -.1s infinite
}

.line-scale>div:nth-child(5) {
    animation: line-scale 1s cubic-bezier(.2,.68,.18,1.08) 0s infinite
}

.line-scale>div {
    animation-fill-mode: both;
    background-color: rgba(43,185,163,.3);
    border-radius: 2px;
    display: inline-block;
    height: 35px;
    margin: 2px;
    width: 4px
}

.global-loader {
    align-items: center;
    background: hsla(0,0%,100%,.9);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000
}

.geolocation-loader {
    transform: scale(.5) translateY(-3.2rem)
}

.regular-loader {
    align-items: center;
    display: flex;
    justify-content: center
}

.badges {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: -.2rem;
    padding: 0
}

.listing__items.is-grid .offer-card__offer-badges .badges,.offer-slide__offer-badges .badges {
    justify-content: flex-end
}

.badges__badge {
    background-color: #e9e9e9;
    border-radius: .4rem;
    color: #484848;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin: .2rem;
    padding: .2rem .6rem;
    text-transform: uppercase;
    white-space: nowrap
}

.badges__badge--super-offer {
    background-color: #f7ae10!important;
    box-shadow: inset -4px -4px 4px 0 rgba(0,0,0,.251);
    color: #fafafa!important
}

.badges__badge--free-delivery {
    background-color: #0fb91b!important;
    color: #fff!important
}

.badges__badge-image {
    height: 1.4rem;
    margin-right: .4rem;
    width: 1.4rem
}

.badges--offer.badges--classified .badges__badge {
    color: #f7ae10
}

.badges--offer.badges--bidding .badges__badge {
    color: #7770bd
}

.badges--offer.badges--buy-now .badges__badge {
    color: #ff5a00
}

.badges--offer.badges--classified .badges__badge-image {
    fill: #f7ae10
}

.badges--offer.badges--bidding .badges__badge-image {
    fill: #7770bd
}

.badges--offer.badges--buy-now .badges__badge-image {
    fill: #ff5a00
}

.badges--offer.badges--classified .badges__badge {
    background-color: #fef6e7
}

.badges--offer.badges--bidding .badges__badge {
    background-color: #f1f0f8
}

.badges--offer.badges--buy-now .badges__badge {
    background-color: #fff2eb
}

.badges--user .badges__badge {
    background-color: #f9f5eb;
    color: #b47e0a
}

.user-name {
    background-image: url(/assets/fonts/7991bc17c79ba34c3d9e.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    color: #767676;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6rem;
    padding-left: 2.4rem
}

.btn-text-secondary .user-name {
    background-image: url(/assets/fonts/4356052a05c205978f74.svg);
    color: inherit
}

.offer-seller__name .user-name {
    background-image: url(/assets/fonts/f24181d710e57beb53cf.svg);
    background-size: inherit;
    color: #000;
    display: flex;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 0;
    padding-left: 3rem
}

.offer-card__seller-name .user-name,.offer-slide__seller-name .user-name {
    background-size: auto 1.2rem;
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding-left: 1.8rem
}

@media (min-width: 960px) {
    .page-container {
        margin:0 auto 2.4rem
    }
}

.topheader {
    align-items: center;
    background-color: #6256b1;
    display: flex;
    height: 72px;
    justify-content: center;
    padding: 16px
}

.topheader__new-label {
    display: none
}

@media (min-width: 768px) {
    .topheader__new-label {
        display:flex
    }
}

.topheader__smart {
    background-color: #422779
}

.topheader__smart-details {
    display: none
}

@media (min-width: 768px) {
    .topheader__smart-details {
        display:flex
    }
}

.topheader__smart-check-more {
    color: #00a790
}

@media (min-width: 768px) {
    .topheader__smart-check-more {
        display:none
    }
}

.topheader__al-birthday {
    padding: 0 16px
}

.topheader__book-week__image {
    margin-left: 10px;
    margin-right: 16px
}

.topheader__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1360px;
    width: 100%
}

.topheader__al-birthday__inner {
    height: 100%
}

.topheader__al-birthday__icons {
    display: flex;
    position: absolute
}

.topheader__al-birthday__icons--left {
    left: 0
}

.topheader__al-birthday__icons--right {
    margin-right: 8px;
    right: 0
}

.topheader__book-week__middle {
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #6256b1;
    height: 100%;
    z-index: 1
}

.topheader__book-week__middle,.topheader__smart-middle {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 8px
}

.topheader__content {
    align-items: center;
    display: flex;
    justify-content: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    cursor: pointer;
    flex-grow: 1;
    text-decoration: none
}

.topheader__book-week__content {
    color: #fff;
    cursor: pointer;
    height: 100%;
    position: relative;
    text-decoration: none
}

.topheader__badge {
    align-items: center;
    background-color: #0fb91b;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 10px;
    font-weight: 600;
    justify-content: center;
    line-height: 16px;
    margin-right: 16px;
    padding: 0 4px;
    text-transform: uppercase;
    white-space: nowrap
}

.topheader__title {
    font-weight: 600;
    grid-area: title;
    line-height: 20px;
    margin-right: 4px
}

.topheader__title-smart {
    display: flex;
    margin-left: 20px;
    margin-right: 24px
}

.topheader__book-week__title {
    align-items: center;
    display: flex;
    margin-right: 24px
}

.topheader__image {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    grid-area: image;
    justify-content: center;
    margin-right: 8px
}

.topheader__image-smart {
    width: 57px
}

@media (max-width: 767px) {
    .topheader__image-smart {
        margin-right:8px
    }
}

.topheader__description {
    font-weight: 600;
    grid-area: description;
    margin-right: 24px
}

.topheader__details {
    background-color: #fff;
    border-radius: 25px;
    color: #6256b1;
    font-size: 14px;
    font-weight: 600;
    grid-area: details;
    padding: 8px 29.5px;
    text-transform: uppercase
}

.topheader__close {
    background: 0 0;
    border: 0;
    cursor: pointer;
    flex-shrink: 0;
    grid-area: close;
    height: 3.2rem;
    padding: 0;
    width: 3.2rem
}

.topheader__close svg {
    height: 100%;
    width: 100%
}

.topheader__close svg path {
    fill: #fff
}

.topheader--hidden {
    display: none
}

@media (max-width: 767px) {
    .topheader {
        height:auto;
        padding: 8px
    }

    .topheader__al-birthday {
        background-image: url(/assets/fonts/e037baf6fa60b5ec384e.svg);
        background-position: 100%;
        background-repeat: no-repeat
    }

    .topheader__al-birthday__icons {
        display: none
    }

    .topheader__al-birthday__middle {
        background-color: unset
    }

    .topheader__content {
        display: -ms-grid;
        display: grid;
        grid-template-areas: "image title details" "image description details";
        grid-column-gap: 16px
    }

    .topheader__book-week__content {
        display: flex;
        justify-content: flex-start;
        grid-column-gap: unset;
        color: #fff;
        cursor: pointer;
        text-decoration: none
    }

    .topheader__close {
        margin-right: 8px
    }

    .topheader__title {
        margin-right: 0
    }

    .topheader__book-week__image {
        margin-left: 10px;
        margin-right: 16px
    }

    .topheader__description {
        font-size: 12px;
        margin: 0
    }

    .topheader__details {
        background: 0 0;
        color: #f7ae10;
        font-weight: 600;
        order: 1;
        padding: 0;
        text-transform: uppercase
    }

    .topheader__book-week__details {
        display: none
    }

    .topheader__title {
        -ms-grid-column: 3;
        -ms-grid-row: 1
    }

    .topheader__image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1
    }

    .topheader__description {
        -ms-grid-column: 3;
        -ms-grid-row: 2
    }

    .topheader__details {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 5
    }
}

.page-header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (max-width: 959px) {
    .page-header {
        background:#fff;
        border-bottom: unset;
        border-radius: unset;
        height: 6.5rem;
        min-height: unset;
        padding: 0 5.6rem;
        position: relative;
        text-align: center
    }
}

@media (min-width: 960px) {
    .page-header {
        background:#fff;
        border-bottom: 1px solid #e7e7e7;
        border-radius: .8rem .8rem 0 0;
        height: unset;
        min-height: 8rem;
        padding: 2.4rem 3.2rem;
        position: relative;
        text-align: unset
    }
}

@media (max-width: 959px) {
    .page-header.is-fixed {
        box-shadow:0 2px 6px 0 hsla(0,0%,46%,.1);
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 500
    }
}

@media (min-width: 960px) {
    .page-header.is-fixed {
        box-shadow:unset;
        left: unset;
        position: unset;
        right: unset;
        top: unset;
        z-index: unset
    }
}

@media (max-width: 959px) {
    .page-header.is-transparent {
        background:0 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 450
    }

    .page-header.is-transparent:before {
        background: linear-gradient(180deg,rgba(0,0,0,.2),transparent);
        bottom: 0;
        content: "";
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .page-header.is-transparent .page-header__action {
        filter: drop-shadow(0 1px 1px rgba(0,0,0,.5))
    }

    .page-header.is-transparent .page-header__action path {
        stroke: #fff
    }

    .page-header.is-transparent .icon--more g {
        fill: #fff
    }
}

.page-header__page-title-container {
    align-items: center;
    display: flex;
    gap: 4px
}

.page-header__page-title {
    font-weight: 600;
    margin: 0
}

@media (max-width: 959px) {
    .page-header__page-title {
        color:#000;
        flex: 1;
        font-size: 1.5rem;
        line-height: 1.5;
        text-align: center
    }
}

@media (min-width: 960px) {
    .page-header__page-title {
        color:unset;
        flex: unset;
        font-size: 2.4rem;
        line-height: 1;
        text-align: unset
    }
}

@media (max-width: 959px) {
    .page-header__page-title-nav {
        padding:unset
    }
}

@media (min-width: 960px) {
    .page-header__page-title-nav {
        padding:2.4rem 3.2rem
    }
}

.page-header__primary,.page-header__secondary {
    display: block;
    display: flex;
    margin-top: -1.2rem;
    position: absolute
}

.page-header__primary {
    top: 50%
}

.page-header__action {
    background: 0 0;
    border: 0;
    cursor: pointer;
    display: block;
    height: 2.4rem;
    padding: 0;
    width: 2.4rem
}

.page-header__action svg {
    display: block;
    height: 100%;
    width: 100%
}

@media (max-width: 959px) {
    .page-header__primary {
        left:.8rem
    }
}

@media (min-width: 960px) {
    .page-header__primary {
        left:3.2rem
    }
}

.page-header__primary .page-header__action {
    margin-right: 2.4rem
}

@media (max-width: 959px) {
    .page-header__secondary {
        right:.8rem
    }
}

@media (min-width: 960px) {
    .page-header__secondary {
        right:3.2rem
    }
}

.page-header__secondary .page-header__action {
    margin-left: 2.4rem
}

@media (max-width: 959px) {
    .page-header__action--dropdown g,.page-header__action--favorite path {
        fill:unset
    }
}

@media (min-width: 960px) {
    .page-header__action--dropdown g,.page-header__action--favorite path {
        fill:#2bb9a3
    }
}

@media (max-width: 959px) {
    .page-header__nav {
        align-items:unset;
        display: unset;
        padding: unset
    }
}

@media (min-width: 960px) {
    .page-header__nav {
        align-items:center;
        display: flex;
        padding: 0
    }
}

@media (max-width: 959px) {
    .with-fixed-page-header {
        padding-top:6.4rem
    }
}

@media (min-width: 960px) {
    .with-fixed-page-header {
        padding-top:unset
    }
}

@media (max-width: 959px) {
    html.is-app-view .with-fixed-page-header--outside-app-view {
        padding-top:0
    }
}

@media (min-width: 960px) {
    html.is-app-view .with-fixed-page-header--outside-app-view {
        padding-top:unset
    }
}

.react-autosuggest__container,.react-autosuggest__container>input {
    position: relative
}

.react-autosuggest__suggestions-container {
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 100
}

.react-autosuggest__suggestions-container--open {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 .8rem .8rem;
    max-height: 80vh;
    overflow: auto
}

.react-autosuggest__suggestions-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.react-autosuggest__suggestion {
    border-top: 1px solid #f7f7f7;
    color: #484848;
    cursor: pointer;
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem;
    text-decoration: none
}

@media (min-width: 960px) {
    .react-autosuggest__suggestion {
        white-space:nowrap
    }
}

.react-autosuggest__suggestion--highlighted {
    background-color: rgba(64,149,200,.1)
}

.autocomplete-suggestion__description {
    color: #767676;
    display: block;
    font-size: 1.4rem
}

.autocomplete-suggestion__strong {
    font-weight: 700
}

@media (min-width: 960px) {
    .autocomplete-suggestion__description {
        display:inline-block;
        margin-left: .8rem
    }
}

.section-header {
    padding: 1.5rem .8rem
}

.section-header p {
    font-size: 1.3rem;
    margin: .5em 0 0
}

@media (max-width: 959px) {
    .section-header {
        margin-left:-.8rem;
        margin-right: -.8rem
    }
}

@media (max-width: 959px)and (min-width:960px) {
    .section-header {
        margin-left:-3.2rem;
        margin-right: -3.2rem
    }
}

@media (min-width: 960px) {
    .section-header {
        border-radius:.8rem
    }
}

.section-header.is-success {
    background: rgba(43,185,163,.1);
    color: #2bb9a3
}

.section-header__title {
    color: inherit;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.23;
    text-transform: uppercase
}

.ReactModal__Body--open {
    overflow: hidden
}

.modal-overlay {
    background: rgba(0,0,0,.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.modal-content {
    position: absolute;
    z-index: 1000
}

@media (max-width: 959px) {
    .modal-content {
        background:#fff;
        border: 0;
        border-radius: 0;
        bottom: 0;
        left: 0;
        overflow: auto;
        padding: 0;
        right: 0;
        top: 0
    }
}

@media (min-width: 960px) {
    .modal-content {
        background:#fafafa;
        border-radius: .8rem;
        left: 50%;
        max-height: 90vh;
        overflow: auto;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 93.6rem
    }
}

.modal__body-loader {
    align-items: center;
    display: flex;
    height: 50vh;
    justify-content: center;
    width: 100%
}

.modal__body {
    background: #fafafa;
    padding: 1.6rem .8rem
}

.modal__actions {
    background: #fff
}

@media (max-width: 959px) {
    .modal-full {
        display:flex;
        flex-direction: column;
        min-height: 100%
    }

    .modal__body {
        padding: 1.6rem .8rem
    }

    .modal__actions {
        box-shadow: 0 -2px 6px 0 hsla(0,0%,46%,.1);
        padding: 1.6rem .8rem .8rem;
        position: relative;
        z-index: 2
    }

    .modal__actions.fixed {
        bottom: 0;
        height: 14rem;
        left: 0;
        right: 0
    }
}

@media (min-width: 960px) {
    .modal__actions,.modal__body {
        padding:2.4rem 3.2rem
    }

    .modal__actions {
        align-items: center;
        background: #fff;
        border-radius: 0 0 .8rem .8rem;
        box-shadow: 0 -2px 6px 0 hsla(0,0%,46%,.1);
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 2
    }

    .modal__actions .btn {
        margin-left: .4rem;
        margin-right: .4rem;
        width: 28rem
    }
}

.modal-content.is-cookies-consent {
    overflow: initial
}

@media (max-width: 959px) {
    .modal-content.is-cookies-consent .modal__body {
        bottom:14.4rem;
        left: 0;
        overflow: auto;
        position: absolute;
        right: 0;
        top: 6.4rem
    }

    .modal-content.is-cookies-consent .modal__actions {
        bottom: 0;
        height: 14.4rem;
        left: 0;
        position: absolute;
        right: 0
    }

    .modal-content.is-cookies-consent .cookie-header {
        padding: 0
    }
}

@media (min-width: 960px) {
    .modal-content.is-cookies-consent {
        max-width:57.6rem
    }

    .modal-content.is-cookies-consent .modal__body {
        height: 32rem;
        overflow: auto
    }
}

.alert-dialog {
    padding: 3.2rem 2.4rem 0
}

@media (max-width: 959px) {
    .alert-dialog {
        border-radius:.8rem .8rem 0 0;
        bottom: 0;
        max-height: 100vh;
        overflow-y: auto;
        position: fixed;
        top: auto
    }
}

@media (min-width: 960px) {
    .alert-dialog {
        max-width:57.6rem;
        padding: 3.2rem
    }
}

.alert-dialog--small {
    padding: 1.6rem
}

@media (min-width: 960px) {
    .alert-dialog--small {
        max-width:37.5rem
    }
}

.alert-dialog__container {
    display: flex;
    flex-direction: column
}

@media (max-width: 959px) {
    .alert-dialog__container {
        padding-bottom:3.2rem
    }
}

.alert-dialog__header {
    margin-bottom: 4rem
}

@media (min-width: 960px) {
    .alert-dialog__header {
        margin-bottom:2.4rem
    }
}

.alert-dialog__close {
    background: 0 0;
    border: 0;
    cursor: pointer;
    height: 1.6rem;
    padding: 0;
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
    width: 1.6rem
}

.alert-dialog__title {
    line-height: 2.2rem;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center
}

.alert-dialog__action {
    -ms-grid-row-align: center;
    align-self: center
}

@media (max-width: 959px) {
    .stop-restore-offer {
        background:0 0
    }

    .stop-restore-offer-button {
        margin-bottom: .5rem;
        margin-top: .5rem
    }

    .stop-restore-offer-label {
        margin-left: 1rem
    }
}

@media (min-width: 960px) {
    .stop-restore-offer {
        max-width:75rem;
        padding-bottom: 2rem;
        padding-top: 2rem
    }

    .stop-restore-offer-button {
        margin-left: 1rem;
        margin-right: 1rem;
        width: 40%
    }
}

.stop-restore-offer__modal {
    border-radius: 2.4rem;
    left: .8rem;
    overflow: hidden;
    position: absolute;
    right: .8rem
}

@media (max-width: 959px) {
    .stop-restore-offer__modal {
        bottom:calc(env(safe-area-inset-bottom,0) + 2.4rem)!important
    }
}

@media (min-width: 960px) {
    .stop-restore-offer__modal {
        border-radius:.8rem;
        position: static
    }
}

.stop-restore-offer__section {
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: .8rem 1.6rem
}

.stop-restore-offer__section--cta {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width: 960px) {
    .stop-restore-offer__section--cta {
        flex-direction:row
    }
}

.stop-restore-offer-text {
    font-size: 1.3rem
}

.stop-restore-offer-timer {
    color: #ff5a00;
    margin-left: .8rem;
    margin-right: .8rem
}

@media (max-width: 959px) {
    .category-blocked {
        background:0 0
    }
}

@media (min-width: 960px) {
    .category-blocked {
        max-width:75rem
    }
}

.category-blocked__modal {
    border-radius: 2.4rem;
    left: .8rem;
    overflow: hidden;
    position: absolute;
    right: .8rem
}

@media (max-width: 959px) {
    .category-blocked__modal {
        bottom:calc(env(safe-area-inset-bottom,0) + 2.4rem)!important
    }
}

@media (min-width: 960px) {
    .category-blocked__modal {
        border-radius:.8rem;
        position: static
    }
}

.category-blocked__section {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: .8rem 1.6rem
}

.category-blocked__section--cta {
    box-shadow: 0 -.2rem .6rem 0 hsla(0,0%,46%,.1);
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center
}

.category-blocked__section--cta button {
    margin: .8rem;
    width: unset
}

@media (min-width: 960px) {
    .category-blocked__section--cta {
        flex-direction:row
    }
}

.category-blocked__header-container {
    background-color: #fff;
    padding-top: 1rem
}

@media (min-width: 960px) {
    .category-blocked__header-container {
        padding-top:2rem
    }
}

.category-blocked__body-container {
    display: block
}

.category-blocked__footer-container {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

@media (min-width: 960px) {
    .category-blocked__footer-container {
        background-color:#fff
    }
}

.tooltip {
    display: inline-block;
    position: relative
}

.tooltip .tooltiptext {
    background-color: #484848;
    border-radius: .8rem;
    color: #fff;
    left: 50%;
    min-width: 120px;
    padding: .8rem;
    position: absolute;
    text-align: center;
    top: 100%;
    transform: translateX(-50%);
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.tooltip .tooltiptext h2 {
    color: #fff
}

.tooltip:hover .tooltiptext {
    visibility: visible
}

.tooltip .tooltiptext.tooltiptext--bottom:after {
    border: 5px solid transparent;
    border-bottom-color: #484848;
    bottom: 100%;
    content: " ";
    left: 50%;
    margin-left: -5px;
    position: absolute
}

.follow-checkbox {
    align-items: center;
    cursor: pointer;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.follow-checkbox .loader {
    height: 2.4rem;
    width: 2.4rem
}

.follow-checkbox .loader .loader-inner {
    transform: scale(.5);
    transform-origin: 0 0;
    width: 4.8rem
}

.follow-checkbox__text {
    color: #2bb9a3;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .04rem;
    line-height: 1.23;
    margin-right: .8rem;
    text-align: right
}

.follow-checkbox__text:hover {
    color: #07aa93
}

@media (max-width: 959px) {
    .offer-card .follow-checkbox__text {
        display:none
    }
}

.on-off-switch {
    align-items: center;
    background: #c3c3c3;
    border-radius: 1rem;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
    cursor: pointer;
    display: flex;
    height: 2rem;
    position: relative;
    transition: all .2s;
    width: 4.8rem
}

.on-off-switch--checked {
    background: #f7ae10
}

.on-off-switch:before {
    background-color: #fff;
    border: .1rem solid #c3c3c3;
    border-radius: 1.2rem;
    box-shadow: 1px 0 3px 0 rgba(0,0,0,.32);
    content: "";
    height: 2.4rem;
    left: -.2rem;
    position: absolute;
    top: -.2rem;
    transition: all .2s;
    width: 2.4rem
}

.on-off-switch--checked:before {
    border: .1rem solid #f7ae10;
    left: calc(100% + .2rem);
    transform: translateX(-100%)
}

.on-off-switch__checkbox {
    visibility: hidden
}

.alternative-options-switch {
    align-items: center;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
    cursor: pointer;
    display: flex;
    height: 3rem;
    position: relative;
    transition: all .2s;
    width: 6.5rem
}

.alternative-options-switch--checked {
    background: #fff
}

.alternative-options-switch:before {
    background-color: #fff;
    border: 0;
    border-radius: 1rem;
    box-shadow: 1px 0 3px 0 rgba(0,0,0,.32);
    content: "";
    height: 2rem;
    left: .5rem;
    position: absolute;
    top: .5rem;
    transition: all .2s;
    width: 2rem
}

.alternative-options-switch--checked:before {
    border: 0;
    left: calc(100% - .5rem);
    transform: translateX(-100%)
}

.alternative-options-switch__checkbox {
    visibility: hidden
}

.tooltips-custom {
    border-radius: 8px!important;
    max-width: 350px;
    opacity: 1!important
}

.tooltips-custom.place-bottom:after,.tooltips-custom.place-bottom:before,.tooltips-custom.place-top:after,.tooltips-custom.place-top:before {
    left: 10%!important
}

.dialog-select__label {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: .8rem;
    box-sizing: border-box;
    padding: 1.3rem 3.5rem 1.3rem 1.6rem;
    position: relative;
    text-align: left;
    width: 100%
}

.dialog-select__label:after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/assets/fonts/c4af7547744677ab05af.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.6rem;
    content: "";
    height: 1.6rem;
    position: absolute;
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem
}

.dialog-select__label-text {
    color: #484848;
    font-size: 1.6rem;
    line-height: 2.2rem
}

.dialog-select__options {
    background-color: #fff;
    bottom: 0;
    left: 0;
    padding: 0 0 1.6rem;
    position: fixed;
    right: 0;
    top: 100%;
    transition: top .3s ease;
    z-index: 1000
}

.dialog-select__options--open {
    top: 0
}

.dialog-select__options-close {
    background: url(/assets/fonts/7d2ccf24e25916fe85a8.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.6rem;
    border: 0;
    height: 16px;
    padding: 6px;
    position: absolute;
    right: 26px;
    top: 20px;
    width: 16px
}

.dialog-select__options-header {
    padding: 0 4rem 0 1.6rem
}

.dialog-select__list {
    margin: 0;
    max-height: calc(100vh - 8rem);
    overflow: auto;
    padding: 0
}

.dialog-select__list-item {
    color: #000;
    font-size: 1.4rem;
    line-height: 2.3rem;
    list-style: none;
    padding: 1.2rem 1.6rem;
    position: relative
}

.dialog-select__list-item:after {
    background: #e7e7e7;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.modal {
    max-width: 57.6rem;
    outline: 0;
    position: absolute;
    width: 100%;
    z-index: 1000
}

.modal__title {
    color: #000;
    display: flex;
    font-size: 1.8rem;
    font-weight: 600;
    justify-content: flex-start;
    width: 100%;
    word-wrap: break-word;
    padding-right: 16px
}

.modal__content {
    background-color: #fff;
    border-radius: 8px;
    max-width: 57.6rem;
    padding: 16px;
    position: relative;
    width: 100%
}

@media (max-width: 959px) {
    .modal__content--bottom {
        border-bottom-left-radius:0;
        border-bottom-right-radius: 0
    }
}

.modal__subtitle {
    color: #767676;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    word-wrap: break-word;
    margin-bottom: 16px
}

.modal__close-button {
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px
}

.modal__body-content {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.modal__footer {
    display: flex;
    flex-basis: auto
}

.modal__overlay {
    background: rgba(0,0,0,.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.modal__button {
    margin: 0 auto;
    width: 40%
}

@media (max-width: 959px) {
    .modal__button {
        margin-left:4px;
        margin-right: 4px;
        width: 100%
    }
}

.modal__input {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    height: 48px;
    text-align: right;
    width: 100%
}

.modal__input::-moz-placeholder {
    color: #7f7f7f;
    padding-right: 12px;
    text-align: right
}

.modal__input:-ms-input-placeholder {
    color: #7f7f7f;
    padding-right: 12px;
    text-align: right
}

.modal__input::placeholder {
    color: #7f7f7f;
    padding-right: 12px;
    text-align: right
}

.modal--bottom {
    left: 50%;
    max-height: 90vh;
    overflow: auto;
    top: 50%;
    transform: translate(-50%,-50%)
}

@media (max-width: 479px) {
    .modal--bottom {
        background:#fff;
        border: 0;
        border-radius: 0;
        bottom: 0;
        left: 0;
        overflow: auto;
        padding: 0;
        top: unset;
        transform: translate(0)
    }
}

.modal--middle {
    left: 50%;
    max-height: 90vh;
    overflow: auto;
    top: 50%;
    transform: translate(-50%,-50%)
}

@media (max-width: 767px) {
    .payment-cancellation-button-form {
        display:flex;
        justify-content: center
    }
}

._158e2_PUeld {
    flex-basis: 100%
}

@media (min-width: 544px) {
    ._158e2_4-oWM {
        flex-basis:50%
    }

    .dg8gwj {
        left: auto
    }
}

@media (min-width: 768px) {
    ._158e2_4-oWM {
        flex-basis:auto
    }
}

.dg8gwj {
    height: auto;
    padding-bottom: 8px
}

._158e2_qfzbz {
    padding-bottom: 16px;
    padding-top: 16px;
    top: auto;
    transform: none;
    width: 100vw
}

._158e2_pbGII {
    max-height: 40vh
}

._158e2_DSKM3 {
    scrollbar-gutter: stable
}

@media (min-width: 1248px) {
    ._158e2_3u7X3 {
        display:flex
    }
}

@media (min-width: 768px) {
    ._158e2_pbGII {
        max-height:unset
    }
}

.mgn2_43 {
    font-size: 43px
}

.mgn2_36 {
    font-size: 36px
}

.mgn2_32 {
    font-size: 32px
}

.mgn2_30 {
    font-size: 30px
}

.mgn2_27 {
    font-size: 27px
}

.mgn2_25 {
    font-size: 25px
}

.mgn2_23 {
    font-size: 23px
}

.mgn2_21 {
    font-size: 21px
}

.mgn2_20 {
    font-size: 20px
}

.mgn2_19 {
    font-size: 19px
}

.mgn2_17 {
    font-size: 17px
}

.mgn2_16 {
    font-size: 16px
}

.mgn2_14 {
    font-size: 14px
}

.mgn2_13 {
    font-size: 13px
}

.mgn2_12 {
    font-size: 12px
}

.card {
    background-color: #fff;
    border-radius: .8rem;
    box-shadow: 0 1px 1px 0 rgba(10,22,70,.24),0 0 1px 0 rgba(10,22,70,.32);
    display: block;
    padding: 1.6rem
}

.card>:last-child {
    margin-bottom: 0
}

.card.is-highlighted {
    box-shadow: none
}

.mlc-eu-blockade-panel {
    margin-bottom: 8px
}

.mlc-free-delivery-panel {
    margin-bottom: 16px
}

.m-animate-heart-beat {
    animation: animate-heart-beat 2s ease-in;
    animation-fill-mode: none
}

.m-animate-fade-in {
    animation: fade-in .5s ease forwards;
    opacity: 0
}

@keyframes animate-heart-beat {
    0% {
        transform: scale(1)
    }

    12% {
        transform: scale(1.05)
    }

    24% {
        transform: scale(1)
    }

    36% {
        transform: scale(1.05)
    }

    62% {
        transform: scale(1)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.o-10 {
    opacity: .1
}

.o-20 {
    opacity: .2
}

.o-30 {
    opacity: .3
}

.o-40 {
    opacity: .4
}

.o-50 {
    opacity: .5
}

.o-60 {
    opacity: .6
}

.o-70 {
    opacity: .7
}

.o-80 {
    opacity: .8
}

.o-90 {
    opacity: .9
}

.b-t {
    border-top: 1px solid #e7e7e7
}

.b-t--light {
    border-top: 1px solid #f7f7f7
}

.b-r {
    border-right: 1px solid #e7e7e7
}

.b-r--light {
    border-right: 1px solid #f7f7f7
}

.b-b {
    border-bottom: 1px solid #e7e7e7
}

.b-b--light {
    border-bottom: 1px solid #f7f7f7
}

.b-l {
    border-left: 1px solid #e7e7e7
}

.b-l--light {
    border-left: 1px solid #f7f7f7
}

.b-none {
    border: 0
}

.b-rad-05 {
    border-radius: .4rem
}

.b-rad {
    border-radius: .8rem
}

@media (min-width: 960px) {
    .b-rad--desktop {
        border-radius:.8rem
    }
}

.b-rad-2 {
    border-radius: 1.6rem
}

.b-rad-top {
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem
}

.b-rad-bottom {
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem
}

.cu-pointer {
    cursor: pointer
}

.color-inherit {
    color: inherit
}

.color-danger {
    color: #e21400
}

.color-white {
    color: #fff
}

.color-orange {
    color: #f7ae10
}

.color-orange-red {
    color: #ff5a00
}

.color-blue {
    color: #4095c8
}

.color-gray-0 {
    color: #484848
}

.color-gray-1 {
    color: #767676
}

.color-gray-2 {
    color: #9b9b9b
}

.color-violet {
    color: #7770bd
}

.color-black {
    color: #000
}

.color-green {
    color: #2bb9a3
}

.ml-color-teal {
    color: #00a790
}

.color-text {
    color: #222!important
}

.color--fill path {
    fill: currentColor
}

.color--stroke path {
    stroke: currentColor
}

.bg-orange-red {
    background-color: #ff5a00
}

.bg-red--light {
    background-color: #fce7e5
}

.bg-blue {
    background-color: #4095c8
}

.bg-blue--light {
    background-color: #ebf4f9
}

.bg-green {
    background-color: #2bb9a3
}

.bg-green-light {
    background-color: #e4f3f0
}

.bg-white {
    background-color: #fff
}

.bg-gray-5 {
    background-color: #e9e9e9!important
}

.bg-gray-6 {
    background-color: #fafafa
}

.bg-orange {
    background-color: #f7ae10
}

.bg-purple {
    background-color: #6256b1
}

@media (max-width: 959px) {
    .bg-white--mobile {
        background:#fff
    }
}

@media (min-width: 960px) {
    .bg-white--desktop {
        background-color:#fff
    }

    .bg-gray-6--desktop {
        background-color: #fafafa
    }
}

.bg-check-mark {
    background-image: url(/assets/fonts/2d69b556b1ceacdaf241.svg)
}

.bg-check-mark,.bg-clock {
    background-position: right 2.4rem;
    background-repeat: no-repeat
}

.bg-clock {
    background-image: url(/assets/fonts/8a954c104d64417b27b0.svg)
}

blockquote,dl,ol,p,table,ul {
    margin-bottom: 1.6rem;
    margin-top: 0
}

.ml-normalize-paragraph {
    margin: 0;
    padding: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: #000;
    font-weight: 600;
    line-height: 1.4;
    margin: 2.4rem 0 1.6rem
}

.h1,h1 {
    font-size: 2.4rem;
    font-weight: 700
}

.h2,h2 {
    font-size: 1.8rem
}

.h3,h3 {
    font-size: 1.6rem
}

.h4,h4 {
    font-size: 1.4rem
}

.h5,h5 {
    font-size: 1.2rem
}

.h6,h6 {
    font-size: 1rem
}

.h1:first-child:not(.ml-normalize-heading),.h2:first-child:not(.ml-normalize-heading),.h3:first-child:not(.ml-normalize-heading),.h4:first-child:not(.ml-normalize-heading),.h5:first-child:not(.ml-normalize-heading),.h6:first-child:not(.ml-normalize-heading),h1:first-child:not(.ml-normalize-heading),h2:first-child:not(.ml-normalize-heading),h3:first-child:not(.ml-normalize-heading),h4:first-child:not(.ml-normalize-heading),h5:first-child:not(.ml-normalize-heading),h6:first-child:not(.ml-normalize-heading) {
    margin-top: 0
}

input,select:focus,textarea {
    font-size: 16px
}

input::-ms-clear {
    display: none;
    height: 0;
    width: 0
}

.text-mini {
    font-size: 1.1rem
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-small,small {
    font-size: .85em
}

.text-10 {
    font-size: 1rem
}

.text-11 {
    font-size: 1.1rem
}

.text-12 {
    font-size: 1.2rem
}

.text-13 {
    font-size: 1.3rem
}

.text-14 {
    font-size: 1.4rem
}

.text-16 {
    font-size: 1.6rem
}

.text-22 {
    font-size: 2.2rem
}

.text-23 {
    font-size: 2.3rem
}

.text-24 {
    font-size: 2.4rem
}

.text-40 {
    font-size: 4rem
}

@media (max-width: 959px) {
    .text-18--mobile {
        font-size:1.8rem
    }
}

@media (min-width: 960px) {
    .text-16--desktop {
        font-size:1.6rem
    }

    .text-22--desktop {
        font-size: 2.2rem
    }

    .text-23--desktop {
        font-size: 2.3rem
    }

    .text-24--desktop {
        font-size: 2.4rem
    }

    .text-64--desktop {
        font-size: 6.4rem
    }

    .text-left-desktop {
        text-align: left
    }
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.fw-normal {
    font-weight: 400
}

.fw-bold {
    font-weight: 700
}

.fw-light {
    font-weight: 300
}

.fw-semi {
    font-weight: 600
}

.lh-1 {
    line-height: 1
}

.nowrap {
    white-space: nowrap
}

.text-inherit {
    color: inherit;
    font-weight: inherit;
    text-decoration: inherit
}

.text-crossed {
    text-decoration: line-through
}

.text-no-decoration {
    text-decoration: none
}

.hyphens {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.overflow-wrap {
    overflow-wrap: break-word
}

.m-t-0 {
    margin-top: 0
}

.p-t-0 {
    padding-top: 0
}

.m-r-0 {
    margin-right: 0
}

.p-r-0 {
    padding-right: 0
}

.m-b-0 {
    margin-bottom: 0
}

.p-b-0 {
    padding-bottom: 0
}

.m-l-0 {
    margin-left: 0
}

.p-l-0 {
    padding-left: 0
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.m-v-0 {
    margin-bottom: 0;
    margin-top: 0
}

.m-h-0 {
    margin-left: 0;
    margin-right: 0
}

.p-v-0 {
    padding-bottom: 0;
    padding-top: 0
}

.p-h-0 {
    padding-left: 0;
    padding-right: 0
}

.m-t-1 {
    margin-top: .8rem
}

.p-t-1 {
    padding-top: .8rem
}

.m-r-1 {
    margin-right: .8rem
}

.p-r-1 {
    padding-right: .8rem
}

.m-b-1 {
    margin-bottom: .8rem
}

.p-b-1 {
    padding-bottom: .8rem
}

.m-l-1 {
    margin-left: .8rem
}

.p-l-1 {
    padding-left: .8rem
}

.m-1 {
    margin: .8rem
}

.p-1 {
    padding: .8rem
}

.m-v-1 {
    margin-bottom: .8rem;
    margin-top: .8rem
}

.m-h-1 {
    margin-left: .8rem;
    margin-right: .8rem
}

.p-v-1 {
    padding-bottom: .8rem;
    padding-top: .8rem
}

.p-h-1 {
    padding-left: .8rem;
    padding-right: .8rem
}

.m-t-2 {
    margin-top: 1.6rem
}

.p-t-2 {
    padding-top: 1.6rem
}

.m-r-2 {
    margin-right: 1.6rem
}

.p-r-2 {
    padding-right: 1.6rem
}

.m-b-2 {
    margin-bottom: 1.6rem
}

.p-b-2 {
    padding-bottom: 1.6rem
}

.m-l-2 {
    margin-left: 1.6rem
}

.p-l-2 {
    padding-left: 1.6rem
}

.m-2 {
    margin: 1.6rem
}

.p-2 {
    padding: 1.6rem
}

.m-v-2 {
    margin-bottom: 1.6rem;
    margin-top: 1.6rem
}

.m-h-2 {
    margin-left: 1.6rem;
    margin-right: 1.6rem
}

.p-v-2 {
    padding-bottom: 1.6rem;
    padding-top: 1.6rem
}

.p-h-2 {
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

.m-t-3 {
    margin-top: 2.4rem
}

.p-t-3 {
    padding-top: 2.4rem
}

.m-r-3 {
    margin-right: 2.4rem
}

.p-r-3 {
    padding-right: 2.4rem
}

.m-b-3 {
    margin-bottom: 2.4rem
}

.p-b-3 {
    padding-bottom: 2.4rem
}

.m-l-3 {
    margin-left: 2.4rem
}

.p-l-3 {
    padding-left: 2.4rem
}

.m-3 {
    margin: 2.4rem
}

.p-3 {
    padding: 2.4rem
}

.m-v-3 {
    margin-bottom: 2.4rem;
    margin-top: 2.4rem
}

.m-h-3 {
    margin-left: 2.4rem;
    margin-right: 2.4rem
}

.p-v-3 {
    padding-bottom: 2.4rem;
    padding-top: 2.4rem
}

.p-h-3 {
    padding-left: 2.4rem;
    padding-right: 2.4rem
}

.m-t-4 {
    margin-top: 3.2rem
}

.p-t-4 {
    padding-top: 3.2rem
}

.m-r-4 {
    margin-right: 3.2rem
}

.p-r-4 {
    padding-right: 3.2rem
}

.m-b-4 {
    margin-bottom: 3.2rem
}

.p-b-4 {
    padding-bottom: 3.2rem
}

.m-l-4 {
    margin-left: 3.2rem
}

.p-l-4 {
    padding-left: 3.2rem
}

.m-4 {
    margin: 3.2rem
}

.p-4 {
    padding: 3.2rem
}

.m-v-4 {
    margin-bottom: 3.2rem;
    margin-top: 3.2rem
}

.m-h-4 {
    margin-left: 3.2rem;
    margin-right: 3.2rem
}

.p-v-4 {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

.p-h-4 {
    padding-left: 3.2rem;
    padding-right: 3.2rem
}

.m-t-5 {
    margin-top: 4rem
}

.p-t-5 {
    padding-top: 4rem
}

.m-r-5 {
    margin-right: 4rem
}

.p-r-5 {
    padding-right: 4rem
}

.m-b-5 {
    margin-bottom: 4rem
}

.p-b-5 {
    padding-bottom: 4rem
}

.m-l-5 {
    margin-left: 4rem
}

.p-l-5 {
    padding-left: 4rem
}

.m-5 {
    margin: 4rem
}

.p-5 {
    padding: 4rem
}

.m-v-5 {
    margin-bottom: 4rem;
    margin-top: 4rem
}

.m-h-5 {
    margin-left: 4rem;
    margin-right: 4rem
}

.p-v-5 {
    padding-bottom: 4rem;
    padding-top: 4rem
}

.p-h-5 {
    padding-left: 4rem;
    padding-right: 4rem
}

.m-t-6 {
    margin-top: 4.8rem
}

.p-t-6 {
    padding-top: 4.8rem
}

.m-r-6 {
    margin-right: 4.8rem
}

.p-r-6 {
    padding-right: 4.8rem
}

.m-b-6 {
    margin-bottom: 4.8rem
}

.p-b-6 {
    padding-bottom: 4.8rem
}

.m-l-6 {
    margin-left: 4.8rem
}

.p-l-6 {
    padding-left: 4.8rem
}

.m-6 {
    margin: 4.8rem
}

.p-6 {
    padding: 4.8rem
}

.m-v-6 {
    margin-bottom: 4.8rem;
    margin-top: 4.8rem
}

.m-h-6 {
    margin-left: 4.8rem;
    margin-right: 4.8rem
}

.p-v-6 {
    padding-bottom: 4.8rem;
    padding-top: 4.8rem
}

.p-h-6 {
    padding-left: 4.8rem;
    padding-right: 4.8rem
}

.p-05 {
    padding: .4rem
}

.m-b-05 {
    margin-bottom: .4rem
}

.m-t-05 {
    margin-top: .4rem
}

.m-l-05 {
    margin-left: .4rem
}

.m-r-05 {
    margin-right: .4rem
}

.m-auto {
    margin-right: auto
}

.m-auto,.m-l-auto {
    margin-left: auto
}

.m-r-auto {
    margin-right: auto
}

@media (max-width: 959px) {
    .m-t-1--mobile {
        margin-top:.8rem
    }

    .m-b-2--mobile {
        margin-bottom: 1.6rem
    }
}

@media (min-width: 960px) {
    .m-t-0--desktop {
        margin-top:0
    }

    .m-b-2--desktop {
        margin-bottom: 1.6rem
    }

    .m-l-2--desktop {
        margin-left: 1.6rem
    }
}

.ml-normalize-section {
    margin-bottom: 8px
}

.divider {
    background-color: #e7e7e7;
    height: .1rem;
    margin-bottom: 2.4rem;
    margin-top: 2.4rem
}

@media (max-width: 425px) {
    .divider {
        margin-left:-1.6rem;
        margin-right: -1.6rem
    }
}

@media (min-width: 960px) {
    .divider {
        margin-left:-3.2rem;
        margin-right: -3.2rem
    }
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"),local("OpenSans-Light"),url(/assets/fonts/a4ac0b8f3d01d0b46104.woff2) format("woff2"),url(/assets/fonts/f6240eccb0269943de69.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"),local("OpenSans-Regular"),url(/assets/fonts/17252753a6588430aa1b.woff2) format("woff2"),url(/assets/fonts/9ffdcf33f4c19919b0bd.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"),local("OpenSans-Italic"),url(/assets/fonts/6ef44791c7749ba39d8f.woff2) format("woff2"),url(/assets/fonts/a253cc19754bbf0430e4.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(/assets/fonts/b22d2610327188f07b05.woff2) format("woff2"),url(/assets/fonts/0508b1157aaf7906c4b7.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"),local("OpenSans-Bold"),url(/assets/fonts/0e3a2634e88ff1ed63f0.woff2) format("woff2"),url(/assets/fonts/d709459ef625e7263ef1.woff) format("woff")
}

.ml-banner {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-left: 4px solid;
    border-radius: 4px;
    display: flex;
    padding: 8px 16px
}

.ml-banner__icon {
    height: 24px;
    margin-right: 8px;
    width: 24px
}

.ml-banner--confirmation {
    border-left-color: #0fb91b
}

.ml-banner__icon--confirmation {
    color: #0fb91b
}

.ml-banner--information {
    border-left-color: #1b59ac
}

.ml-banner__icon--information {
    color: #1b59ac
}

.ml-banner--warning {
    border-left-color: #ffc400
}

.ml-banner__icon--warning {
    color: #ffc400
}

.ml-banner--critical {
    border-left-color: #e21400
}

.ml-banner__icon--critical {
    color: #e21400
}

.ml-banner__inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 8px
}

.ml-banner__description {
    margin: 0
}

.ml-banner__cta {
    align-self: flex-end
}

.ml-breadcrumbs__container {
    align-items: flex-start;
    display: flex
}

.ml-breadcrumbs__icon-container {
    display: flex;
    margin: 3px 8px 0;
    min-height: 16px;
    min-width: 16px
}

.ml-breadcrumbs__list {
    flex: auto;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0
}

.ml-breadcrumbs__list,.ml-breadcrumbs__list-item {
    align-items: center;
    display: flex
}

.ml-breadcrumbs__list-item:not(:last-child):after {
    color: #222;
    content: "›";
    height: 22px;
    margin: 0 0 0 4px;
    width: 4px
}

.ml-breadcrumbs__separator-icon-container {
    height: 16px;
    margin-left: 4px;
    width: 4px
}

.ml-breadcrumbs__breadcrumb-link {
    color: #222;
    display: inline;
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none
}

.ml-breadcrumbs__breadcrumb-link:focus-visible,.ml-breadcrumbs__breadcrumb-link:hover {
    color: #008673
}

.ml-breadcrumbs__breadcrumb-link:focus-visible {
    outline: 2px dotted #008673
}

.ml-breadcrumbs__breadcrumb-link-with-custom-color:focus-visible,.ml-breadcrumbs__breadcrumb-link-with-custom-color:hover {
    color: var(--color)
}

.ml-breadcrumbs__breadcrumb-text {
    color: #222;
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.ml-badges {
    display: flex;
    flex-flow: row wrap;
    gap: 4px 0;
    list-style: none;
    margin: 4px 0 0;
    padding: 0
}

.ml-badges__badge {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dddbee;
    border-radius: 4px;
    color: #767676;
    display: flex;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    margin-right: 4px;
    padding: 0 4px;
    text-transform: uppercase;
    white-space: nowrap
}

.ml-badges__badge--free-delivery,.ml-badges__badge--success {
    background-color: #0fb91b;
    border: 0;
    color: #fff
}

.ml-badges__badge--legacy {
    background-color: #767676;
    border: 0;
    color: #fff;
    font-size: 11px
}

.ml-badges__badge-image {
    height: 14px;
    margin-right: 4px;
    width: 14px
}

.ml-badges__badge--coins-promo-img use {
    height: 12px;
    width: 12px
}

.ml-badges__badge--coins-promo {
    margin-top: 4px;
    text-decoration: none;
    width: -moz-min-content;
    width: min-content
}

.ml-badges__badge:not(:last-child) {
    margin-right: 4px
}

.ml-btn {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: .4px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s ease;
    vertical-align: middle
}

.ml-btn,.ml-btn--uppercase {
    text-transform: uppercase
}

.ml-btn--lowercase {
    text-transform: lowercase
}

.ml-btn--capitalize {
    text-transform: capitalize
}

.ml-btn .ml-icon {
    margin-right: 8px
}

.ml-btn .ml-icon path {
    fill: currentColor
}

.ml-btn[aria-disabled=true],.ml-btn[disabled] {
    cursor: not-allowed;
    pointer-events: none
}

@media (hover: hover)and (pointer:fine) {
    .ml-btn--loading:hover {
        cursor:none;
        pointer-events: none
    }
}

.ml-btn-primary,.ml-btn-secondary {
    border: 1px solid transparent;
    border-radius: 1000px;
    padding: 8px 16px
}

.ml-btn-tertiary {
    border: 0;
    border-radius: 0;
    padding: 8px 0
}

.ml-btn-primary {
    background-color: #6256b1;
    color: #fff
}

.ml-btn-primary:hover {
    background-color: #5c4ea7;
    color: #fff
}

.ml-btn-primary:active {
    background-color: #4c398e;
    color: #fff
}

.ml-btn-primary:focus-visible {
    background-color: #5c4ea7;
    outline: 2px dotted #008673;
    outline-offset: 4px
}

.ml-btn-primary[aria-disabled=true],.ml-btn-primary[disabled] {
    background-color: #c3c3c3;
    color: #fff;
    cursor: not-allowed
}

@media (hover: hover)and (pointer:fine) {
    .ml-btn-primary--loading:hover {
        background-color:#a6a2d4
    }
}

.ml-btn-secondary {
    background-color: #fff;
    border-color: #6256b1;
    color: #6256b1
}

.ml-btn-secondary:hover {
    background-color: #fff;
    border-color: #5c4ea7;
    color: #5c4ea7
}

.ml-btn-secondary:active {
    background-color: #fff;
    border-color: #4c398e;
    color: #4c398e
}

.ml-btn-secondary:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 4px
}

.ml-btn-secondary[aria-disabled=true],.ml-btn-secondary[disabled] {
    background-color: #c3c3c3;
    border-color: #c3c3c3;
    color: #fff;
    cursor: not-allowed
}

.ml-btn-tertiary {
    background: 0 0;
    color: #00a790
}

.ml-btn-tertiary:hover {
    color: #008673
}

.ml-btn-tertiary:active {
    color: #006456
}

.ml-btn-tertiary:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 4px
}

.ml-btn-tertiary[aria-disabled=true],.ml-btn-tertiary[disabled] {
    color: #c3c3c3;
    cursor: not-allowed
}

.ml-clear-btn {
    background: 0 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    outline: inherit;
    padding: 0
}

.ml-generic-link {
    color: #00a790;
    text-decoration: none
}

.ml-generic-link:hover {
    color: #008673;
    text-decoration: none
}

.ml-generic-link:active,.ml-generic-link:visited {
    color: #006456;
    text-decoration: none
}

.ml-generic-link--normal {
    font-weight: 400
}

.ml-generic-link--semi-bold {
    font-weight: 600
}

.ml-generic-link:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.ml-negotiation-etiquette {
    background-image: url(/assets/fonts/82774473de6bbf83ae24.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    padding-left: 16px
}

.ml-negotiation-etiquette__text {
    color: #767676;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    white-space: nowrap
}

.ml-offer-type-label {
    font-weight: 600;
    text-transform: uppercase
}

.ml-offer-type-label--small {
    font-size: 10px;
    line-height: 16px
}

.ml-offer-type-label--big {
    font-size: 14px;
    line-height: 19px
}

.ml-offer-type-color--classified {
    color: #1b59ac
}

.ml-offer-type-color--bidding {
    color: #6256b1
}

.ml-offer-type-color--buy_now {
    color: #ff5a00
}

.ml-modal {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    padding: 16px;
    position: absolute;
    width: 100%
}

@media (min-width: 1064px) {
    .ml-modal {
        padding:24px 32px
    }
}

.ml-modal--position-middle {
    border-radius: 8px;
    left: 50%;
    max-width: 328px;
    top: 50%;
    transform: translate(-50%,-50%)
}

@media (min-width: 1064px) {
    .ml-modal--position-middle {
        max-width:696px
    }
}

.ml-modal--position-bottom {
    border-radius: 8px 8px 0 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    --safe-area-inset-bottom: env(safe-area-inset-bottom,0);
    padding-bottom: calc(var(--safe-area-inset-bottom) + 16px)
}

.ml-modal--open {
    overflow: hidden
}

.ml-modal__close-button {
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0
}

.ml-modal__header {
    display: flex;
    justify-content: space-between
}

.ml-modal__body {
    margin-top: 16px
}

.ml-modal__footer {
    margin-top: 24px
}

.ml-modal-overlay {
    background: rgba(0,0,0,.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.ml-divider--horizontal {
    border-top: 1px solid #e7e7e7;
    height: 0;
    width: 100%
}

.ml-divider--vertical {
    border-left: 1px solid #e7e7e7;
    height: 16px;
    margin: 0 8px
}

.ml-divider--fill-container-height {
    height: 100%
}

.ml-text-large {
    font-size: 16px;
    line-height: 22px
}

.ml-text-medium {
    font-size: 14px;
    line-height: 19px
}

.ml-text-small {
    font-size: 12px;
    line-height: 16px
}

.ml-text-tiny {
    font-size: 10px;
    line-height: 16px
}

.ml-text-normal {
    font-weight: 400
}

.ml-text-bold {
    font-weight: 700
}

.ml-text-semi-bold {
    font-weight: 600
}

.ml-text-color-primary {
    color: #222
}

.ml-text-color-secondary {
    color: #767676
}

.ml-text-color-neutral {
    color: #1b59ac
}

.ml-text-color-accepted {
    color: #0fb91b
}

.ml-text-color-critical {
    color: #e21400
}

.ml-text-color-warning {
    color: #ffc400
}

.ml-text-color-purple {
    color: #6256b1
}

.ml-text-color-orange {
    color: #ff5a00
}

.ml-text-color-teal {
    color: #00a790
}

.ml-text-strike-through {
    text-decoration: line-through
}

.ml-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ml-text-hyphens {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word
}

.ml-text-uppercase {
    text-transform: uppercase
}

.ml-text-lowercase {
    text-transform: lowercase
}

.ml-text-capitalize:first-letter {
    text-transform: uppercase
}

.ml-text-align-left {
    text-align: left
}

.ml-text-align-right {
    text-align: right
}

.ml-text-align-center {
    text-align: center
}

.ml-text-align-justify {
    text-align: justify
}

.ml-icon {
    display: inline-block
}

.ml-icon,.ml-icon svg {
    height: 24px;
    width: 24px
}

.ml-icon--small,.ml-icon--small svg {
    height: 16px;
    width: 16px
}

.ml-icon--medium,.ml-icon--medium svg {
    height: 28px;
    width: 28px
}

.ml-icon--large,.ml-icon--large svg {
    height: 32px;
    width: 32px
}

.ml-icon--extra-large,.ml-icon--extra-large svg {
    height: 48px;
    width: 48px
}

.ml-icon--black path {
    fill: #222
}

.ml-icon--black use {
    color: #222
}

.ml-icon--gray path {
    fill: #767676
}

.ml-icon--gray use {
    color: #767676
}

.ml-icon--gray-100 path {
    fill: #ddd
}

.ml-icon--gray-100 use {
    color: #ddd
}

.ml-icon--purple path {
    fill: #6256b1
}

.ml-icon--purple use {
    color: #6256b1
}

.ml-icon--green path {
    fill: #00a790
}

.ml-icon--green use {
    color: #00a790
}

.ml-icon--yellow path {
    fill: #f7ae10
}

.ml-icon--yellow use {
    color: #f7ae10
}

.ml-icon--neutral path {
    fill: #1b59ac
}

.ml-icon--neutral use {
    color: #1b59ac
}

.ml-icon--white path {
    fill: #fff
}

.ml-icon--white use {
    color: #fff
}

.ml-icon--accepted path {
    fill: #0fb91b
}

.ml-icon--accepted use {
    color: #0fb91b
}

.ml-icon--smart path {
    fill: #422779
}

.ml-icon--smart use {
    color: #422779
}

.ml-icon--orange path {
    fill: #ff5a00
}

.ml-icon--orange use {
    color: #ff5a00
}

.ml-icon--disabled path {
    fill: #c3c3c3
}

.ml-icon--disabled use {
    color: #c3c3c3
}

.ml-icon--dark-green path {
    fill: #045762
}

.ml-icon--dark-green use {
    color: #045762
}

.ml-icon--critical path {
    fill: #e21400
}

.ml-icon--critical use {
    color: #e21400
}

.ml-icon--warning path {
    fill: #ffc400
}

.ml-icon--warning use {
    color: #ffc400
}

.ml-icon--clickable {
    cursor: pointer
}

.ml-btn-group {
    display: flex;
    flex-direction: column
}

.ml-btn-group .ml-btn {
    width: 100%
}

.ml-btn-group .ml-btn-tertiary {
    margin-bottom: 8px;
    margin-top: 8px;
    position: relative
}

.ml-btn-group .ml-btn-tertiary:last-child {
    margin-bottom: 0
}

.ml-btn-group .ml-btn-tertiary:after {
    border-top: 1px solid #e7e7e7;
    content: "";
    height: 0;
    position: absolute;
    top: -8px;
    width: 100%
}

.ml-btn-group .ml-btn-primary:not(:last-child),.ml-btn-group .ml-btn-secondary:not(:last-child) {
    margin-bottom: 16px
}

.ml-card>.ml-btn-group:last-child {
    margin-bottom: -8px
}

.ml-label-filled {
    align-items: center;
    background-color: #767676;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 10px;
    font-weight: 600;
    justify-content: center;
    line-height: 16px;
    padding: 0 4px;
    text-transform: uppercase;
    white-space: nowrap
}

.ml-label-filled--green {
    background-color: #0fb91b
}

.ml-label-filled--yellow {
    background-color: #f7ae10
}

.ml-label-filled--white {
    background-color: #fff;
    color: #045762
}

.ml-label-filled--gray {
    background-color: #c3c3c3
}

.ml-label-filled--dark {
    background-color: #767676
}

.ml-item {
    display: flex
}

.ml-item__smart-icon {
    margin-left: 8px;
    transform: translateY(4px)
}

.ml-item__photo {
    border-radius: 8px;
    flex: 0 0 64px;
    height: 64px;
    margin-right: 8px;
    overflow: hidden;
    width: 64px
}

.ml-item__photo>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .5s ease;
    width: 100%
}

.ml-item__photo--big {
    flex: 0 0 96px;
    height: 96px;
    width: 96px
}

@media (hover: hover)and (pointer:fine) {
    .ml-item:hover .ml-item__photo>img {
        transform:scale(1.25)
    }
}

.ml-item__properties {
    word-break: break-word
}

.ml-item__price-type-wrapper-section,.ml-item__properties {
    display: flex;
    flex-direction: column
}

.ml-item__price-type-wrapper-section--row {
    flex-direction: row
}

.ml-item__type-section--row {
    margin-left: 8px
}

.ml-item__price-section {
    align-items: baseline;
    display: flex
}

.ml-item__title {
    display: inline-flex
}

.ml-item__title,.ml-item__title:active,.ml-item__title:hover,.ml-item__title:visited {
    color: unset;
    text-decoration: none
}

.ml-item__title:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.ml-item__custom-additional-element,.ml-item__price-section,.ml-item__price-type-wrapper-section,.ml-item__prices-section,.ml-item__title,.ml-item__type-section {
    margin-bottom: 4px
}

.ml-item__custom-additional-element:last-child,.ml-item__price-section:last-child,.ml-item__price-type-wrapper-section:last-child,.ml-item__prices-section:last-child,.ml-item__title:last-child,.ml-item__type-section:last-child {
    margin-bottom: 0
}

.ml-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
    position: relative
}

.ml-card:after {
    border-radius: inherit;
    bottom: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.ml-card--purple {
    background-color: #f1f0f8;
    border: 1px solid #6256b1
}

.ml-card--blue {
    background: #f4f8fc;
    border: 1px solid #1b59ac
}

.ml-card--docked-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ml-card--docked-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ml-card--no-padding {
    padding: 0
}

.ml-lower-price {
    display: flex;
    white-space: nowrap
}

.ml-lower-price__percent {
    background: #0fb91b;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-right: 4px;
    padding: 0 4px
}

.ml-lower-price__old-price {
    color: #767676;
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through
}

.ml-lower-price--size-small .ml-lower-price__old-price {
    font-size: 12px;
    line-height: 16px
}

.ml-offer-price {
    align-items: baseline;
    display: flex;
    font-weight: 600;
    line-height: 1.3em;
    white-space: nowrap;
    --decimal: 0.75em
}

.ml-offer-price--size-small {
    font-size: 16px
}

.ml-offer-price--size-medium {
    font-size: 22px
}

.ml-offer-price--size-large {
    font-size: 28px
}

.ml-offer-price--size-extra-large {
    font-size: 36px;
    --decimal: 24px
}

.ml-offer-price>.ml-offer-price__cents,.ml-offer-price>.ml-offer-price__currency {
    font-size: var(--decimal);
    line-height: 1.2em
}

.ml-price {
    display: flex;
    white-space: nowrap
}

.ml-price--accepted {
    color: #0fb91b
}

.ml-number-picker__inner {
    display: flex;
    height: 48px
}

.ml-number-picker__inner__button {
    align-items: center;
    background-color: #fff;
    border: 1px solid #aaa;
    color: #00a790;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 40px
}

.ml-number-picker__inner__button:first-of-type {
    border-radius: 8px 0 0 8px;
    border-right-width: 0
}

.ml-number-picker__inner__button:last-of-type {
    border-left-width: 0;
    border-radius: 0 8px 8px 0
}

.ml-number-picker__inner__button:disabled {
    color: #c3c3c3;
    cursor: not-allowed
}

@media (hover: hover)and (pointer:fine) {
    .ml-number-picker__inner__button:hover svg path {
        fill:#008673
    }
}

.ml-number-picker__inner__button:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px;
    z-index: 2
}

.ml-number-picker__inner__button:focus-visible svg path {
    fill: #008673
}

.ml-number-picker__inner__input {
    flex-grow: 1;
    height: 100%;
    min-width: 40px;
    z-index: 1
}

.ml-number-picker__inner__input__field {
    -moz-appearance: textfield;
    background-color: #fff;
    border: 0;
    box-shadow: inset 0 0 0 1px #aaa;
    color: #222;
    font-size: 14px;
    height: 100%;
    line-height: 19px;
    outline: 0;
    text-align: center;
    width: 100%
}

.ml-number-picker__inner__input__field::-webkit-inner-spin-button,.ml-number-picker__inner__input__field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@supports (-webkit-touch-callout:none) {
    .ml-number-picker__inner__input__field {
        border: 1px solid #aaa;
        box-shadow: none
    }
}

@media (hover: hover)and (pointer:fine) {
    .ml-number-picker__inner__input__field:hover {
        box-shadow:inset 0 0 0 2px #aaa
    }
}

.ml-number-picker__inner__input__field:focus {
    box-shadow: inset 0 0 0 2px #aaa;
    outline: 0
}

@supports (-webkit-touch-callout:none) {
    .ml-number-picker__inner__input__field:focus {
        border: 2px solid #aaa;
        box-shadow: none
    }
}

.ml-number-picker__inner__input__field:disabled {
    box-shadow: inset 0 0 0 1px #c3c3c3;
    cursor: not-allowed
}

@supports (-webkit-touch-callout:none) {
    .ml-number-picker__inner__input__field:disabled {
        border: 1px solid #c3c3c3;
        box-shadow: none
    }
}

.ml-number-picker__inner--disabled label input {
    color: #c3c3c3;
    cursor: not-allowed
}

.ml-number-picker__inner--error label {
    border-color: #e21400
}

.ml-number-picker__error-message {
    color: #e21400;
    font-size: 12px;
    line-height: 16px
}

.ml-switch {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 48px
}

.ml-switch__control {
    background-color: #c3c3c3;
    cursor: pointer;
    height: 20px;
    outline: 0;
    padding: 2px;
    position: relative;
    width: 100%
}

.ml-switch__control,.ml-switch__control:after {
    border: 1px solid #aaa;
    border-radius: 16px;
    transition: all .4s
}

.ml-switch__control:after {
    background-color: #fff;
    box-shadow: -1px 0 2px rgba(0,0,0,.19);
    content: "";
    height: 24px;
    left: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

.ml-switch__field:checked+.ml-switch__control {
    background-color: #00a790
}

.ml-switch__field:checked+.ml-switch__control,.ml-switch__field:checked+.ml-switch__control:after {
    border-color: #00a790
}

.ml-switch__field:checked+.ml-switch__control:after {
    background-color: #fff;
    transform: translate(24px,-50%)
}

.ml-switch__field:disabled+.ml-switch__control:after {
    background-color: #c3c3c3
}

.ml-switch__field:focus-visible~.ml-switch__focus {
    height: 100%;
    outline: 2px dotted #008673;
    outline-offset: 4px;
    position: absolute;
    width: 100%
}

.ml-radio-button {
    position: relative
}

.ml-radio-button__field {
    height: 22px;
    margin-right: 10px;
    opacity: 0;
    width: 22px
}

.ml-radio-button__field:focus-visible~.ml-radio-button__focus {
    height: 22px;
    left: 0;
    outline: 2px dotted #008673;
    outline-offset: 4px;
    position: absolute;
    width: 22px
}

.ml-radio-button__label {
    color: #222;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    position: relative
}

.ml-radio-button__label:after,.ml-radio-button__label:before {
    border-radius: 50%;
    content: "";
    position: absolute
}

.ml-radio-button__label:before {
    box-shadow: inset 0 0 0 1px #aaa;
    height: 22px;
    left: -32px;
    top: 0;
    width: 22px
}

.ml-radio-button__label:after {
    height: 14px;
    left: -28px;
    top: 4px;
    width: 14px
}

.ml-radio-button__label:hover:before {
    box-shadow: inset 0 0 0 2px #aaa
}

.ml-radio-button__field:checked+.ml-radio-button__label:before {
    box-shadow: inset 0 0 0 1px #00a790
}

.ml-radio-button__field:checked+.ml-radio-button__label:after {
    background-color: #00a790
}

.ml-radio-button--disabled .ml-radio-button__label {
    color: #c3c3c3
}

.ml-radio-button--disabled .ml-radio-button__label:before,.ml-radio-button--disabled .ml-radio-button__label:hover:before {
    box-shadow: inset 0 0 0 1px #c3c3c3
}

.ml-radio-button--error .ml-radio-button__label:before,.ml-radio-button--error .ml-radio-button__label:hover:before {
    box-shadow: inset 0 0 0 2px #e21400
}

.ml-textarea {
    width: 100%
}

.ml-textarea__inner {
    display: flex;
    flex-flow: column-reverse;
    height: 128px;
    position: relative;
    width: 100%
}

.ml-textarea__inner__field,.ml-textarea__inner__label {
    touch-action: manipulation;
    transition: all .2s
}

.ml-textarea__inner__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #aaa;
    color: #222;
    font-size: 14px;
    height: 100%;
    line-height: 19px;
    padding: 14px 16px;
    resize: none;
    width: 100%
}

.ml-textarea__inner__field::-moz-placeholder {
    color: #767676;
    opacity: 0
}

.ml-textarea__inner__field:-ms-input-placeholder {
    color: #767676;
    opacity: 0
}

.ml-textarea__inner__field::placeholder {
    color: #767676;
    opacity: 0
}

@media (hover: hover)and (pointer:fine) {
    .ml-textarea__inner__field:hover {
        box-shadow:inset 0 0 0 2px #aaa
    }
}

.ml-textarea__inner__field:focus {
    box-shadow: inset 0 0 0 2px #aaa;
    outline: 0
}

.ml-textarea__inner__field:focus::-moz-placeholder {
    opacity: 1
}

.ml-textarea__inner__field:focus:-ms-input-placeholder {
    opacity: 1
}

.ml-textarea__inner__field:focus::placeholder {
    opacity: 1
}

.ml-textarea__inner__field:disabled {
    box-shadow: inset 0 0 0 1px #c3c3c3;
    color: #c3c3c3;
    cursor: not-allowed
}

.ml-textarea__inner__field:disabled::-moz-placeholder {
    color: #c3c3c3
}

.ml-textarea__inner__field:disabled:-ms-input-placeholder {
    color: #c3c3c3
}

.ml-textarea__inner__field:disabled::placeholder {
    color: #c3c3c3
}

.ml-textarea__inner__label {
    background-color: #fff;
    color: #767676;
    font-size: 14px;
    left: 16px;
    line-height: 19px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.ml-textarea__inner__field:disabled+.ml-textarea__inner__label {
    color: #c3c3c3
}

.ml-textarea__inner__field:focus+.ml-textarea__inner__label {
    opacity: 1;
    transform: translateY(-21px);
    z-index: 1
}

.ml-textarea__inner__field:not(:-moz-placeholder-shown)+.ml-textarea__inner__label {
    font-size: 13px;
    padding: 0 4px;
    transform: translate(-4px,-22px)
}

.ml-textarea__inner__field:not(:-ms-input-placeholder)+.ml-textarea__inner__label {
    font-size: 13px;
    padding: 0 4px;
    transform: translate(-4px,-22px)
}

.ml-textarea__inner__field:focus+.ml-textarea__inner__label,.ml-textarea__inner__field:not(:placeholder-shown)+.ml-textarea__inner__label {
    font-size: 13px;
    padding: 0 4px;
    transform: translate(-4px,-22px)
}

.ml-textarea--error .ml-textarea__inner__field {
    box-shadow: inset 0 0 0 1px #e21400
}

.ml-textarea--error .ml-textarea__inner__label {
    color: #e21400
}

.ml-textarea--positive .ml-textarea__inner__field {
    box-shadow: inset 0 0 0 1px #0fb91b
}

.ml-textarea--positive .ml-textarea__inner__label {
    color: #0fb91b
}

.ml-textarea__error-message {
    color: #e21400;
    font-size: 12px;
    line-height: 16px
}

.ml-checkbox {
    align-items: center;
    display: flex;
    position: relative
}

.ml-checkbox__field {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.ml-checkbox__field:focus-visible~.ml-checkbox__focus {
    height: 22px;
    outline: 2px dotted #008673;
    outline-offset: 2px;
    position: absolute;
    width: 22px
}

.ml-checkbox__label {
    align-items: center;
    color: #222;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 19px
}

.ml-checkbox__label:hover:before {
    box-shadow: inset 0 0 0 2px #aaa
}

.ml-checkbox__label__text {
    align-items: center;
    display: flex
}

.ml-checkbox__label__text:before {
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #aaa;
    content: "";
    flex-shrink: 0;
    height: 22px;
    margin-right: 16px;
    width: 22px
}

.ml-checkbox__icon {
    height: 14px;
    left: 4px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 14px;
    z-index: 2
}

.ml-checkbox__icon--checked path,.ml-checkbox__icon--indeterminate path {
    fill: #fff
}

.ml-checkbox__field:checked~.ml-checkbox__label__text:before,.ml-checkbox__field:indeterminate~.ml-checkbox__label__text:before {
    background-color: #00a790;
    box-shadow: inset 0 0 0 1px #00a790
}

.ml-checkbox__field:checked~.ml-checkbox__icon--checked,.ml-checkbox__field:indeterminate~.ml-checkbox__icon--indeterminate {
    opacity: 1
}

.ml-checkbox--disabled .ml-checkbox__label__text {
    color: #c3c3c3;
    cursor: not-allowed
}

.ml-checkbox--disabled .ml-checkbox__label__text:before {
    box-shadow: inset 0 0 0 1px #c3c3c3
}

.ml-checkbox--error .ml-checkbox__label__text {
    cursor: not-allowed
}

.ml-checkbox--error .ml-checkbox__label__text:before {
    box-shadow: inset 0 0 0 1px #e21400
}

.ml-checkbox--error .ml-checkbox__icon--indeterminate {
    opacity: 1
}

.ml-checkbox--error .ml-checkbox__icon--indeterminate path {
    fill: #e21400
}

.ml-input {
    width: 100%
}

.ml-input__inner {
    display: flex;
    flex-flow: column-reverse;
    position: relative;
    width: 100%
}

.ml-input__inner__field,.ml-input__inner__label {
    touch-action: manipulation;
    transition: all .2s
}

.ml-input__inner__label {
    pointer-events: none
}

.ml-input__inner__suffix {
    align-items: center;
    background: 0 0;
    border: 0;
    bottom: 0;
    color: #767676;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 19px;
    margin-right: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.ml-input__inner__field {
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #aaa;
    color: #222;
    font-size: 14px;
    line-height: 19px;
    padding: 16px;
    width: 100%
}

.ml-input__inner__field--suffix-spacing {
    padding-right: 32px
}

.ml-input__inner__field::-moz-placeholder {
    color: #767676;
    opacity: 0
}

.ml-input__inner__field:-ms-input-placeholder {
    color: #767676;
    opacity: 0
}

.ml-input__inner__field::placeholder {
    color: #767676;
    opacity: 0
}

@supports (-webkit-touch-callout:none) {
    .ml-input__inner__field {
        -webkit-appearance: none;
        border: 1px solid #aaa;
        box-shadow: none
    }
}

@media (hover: hover)and (pointer:fine) {
    .ml-input__inner__field:hover {
        box-shadow:inset 0 0 0 2px #aaa;
        outline: 0
    }
}

.ml-input__inner__field:focus {
    box-shadow: inset 0 0 0 2px #aaa;
    outline: 0
}

.ml-input__inner__field:focus::-moz-placeholder {
    opacity: 1
}

.ml-input__inner__field:focus:-ms-input-placeholder {
    opacity: 1
}

.ml-input__inner__field:focus::placeholder {
    opacity: 1
}

@supports (-webkit-touch-callout:none) {
    .ml-input__inner__field:focus {
        border: 2px solid #aaa;
        box-shadow: none
    }
}

.ml-input__inner__field:disabled {
    box-shadow: inset 0 0 0 1px #c3c3c3;
    color: #c3c3c3;
    cursor: not-allowed
}

.ml-input__inner__field:disabled::-moz-placeholder {
    color: #c3c3c3
}

.ml-input__inner__field:disabled:-ms-input-placeholder {
    color: #c3c3c3
}

.ml-input__inner__field:disabled::placeholder {
    color: #c3c3c3
}

@supports (-webkit-touch-callout:none) {
    .ml-input__inner__field:disabled {
        border: 1px solid #c3c3c3;
        box-shadow: none
    }
}

.ml-input__inner__field--error,.ml-input__inner__field--error:focus {
    box-shadow: inset 0 0 0 1px #e21400
}

@supports (-webkit-touch-callout:none) {
    .ml-input__inner__field--error,.ml-input__inner__field--error:focus {
        border: 1px solid #e21400;
        box-shadow: none
    }
}

.ml-input__inner__field--positive,.ml-input__inner__field--positive:focus {
    box-shadow: inset 0 0 0 1px #0fb91b
}

@supports (-webkit-touch-callout:none) {
    .ml-input__inner__field--positive,.ml-input__inner__field--positive:focus {
        border: 1px solid #0fb91b;
        box-shadow: none
    }
}

.ml-input__inner__label {
    background-color: #fff;
    color: #767676;
    font-size: 14px;
    left: 16px;
    line-height: 19px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 50%;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.ml-input__inner__field:disabled+.ml-input__inner__label {
    color: #c3c3c3
}

.ml-input__inner__field:focus+.ml-input__inner__label {
    opacity: 1;
    transform: translateY(-21px);
    z-index: 1
}

.ml-input__inner__field:not(:-moz-placeholder-shown)+.ml-input__inner__label {
    font-size: 13px;
    padding: 0 4px;
    transform: translate(-4px,-34px)
}

.ml-input__inner__field:not(:-ms-input-placeholder)+.ml-input__inner__label {
    font-size: 13px;
    padding: 0 4px;
    transform: translate(-4px,-34px)
}

.ml-input__inner__field:focus+.ml-input__inner__label,.ml-input__inner__field:not(:placeholder-shown)+.ml-input__inner__label {
    font-size: 13px;
    padding: 0 4px;
    transform: translate(-4px,-34px)
}

.ml-input__inner__field--error:not(:-moz-placeholder-shown)+.ml-input__inner__label {
    color: #e21400
}

.ml-input__inner__field--error:not(:-ms-input-placeholder)+.ml-input__inner__label {
    color: #e21400
}

.ml-input__inner__field--error:focus+.ml-input__inner__label,.ml-input__inner__field--error:not(:placeholder-shown)+.ml-input__inner__label {
    color: #e21400
}

.ml-input__inner__field--positive:not(:-moz-placeholder-shown)+.ml-input__inner__label {
    color: #0fb91b
}

.ml-input__inner__field--positive:not(:-ms-input-placeholder)+.ml-input__inner__label {
    color: #0fb91b
}

.ml-input__inner__field--positive:focus+.ml-input__inner__label,.ml-input__inner__field--positive:not(:placeholder-shown)+.ml-input__inner__label {
    color: #0fb91b
}

.ml-input__error-message {
    color: #e21400;
    font-size: 12px;
    line-height: 16px
}

.ml-input__description {
    color: #767676;
    font-size: 12px;
    line-height: 16px
}

.ml-radio-selection {
    position: relative
}

.ml-radio-selection__input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.ml-radio-selection__input:checked~.ml-radio-selection__inner,.ml-radio-selection__input:checked~.ml-radio-selection__inner:hover {
    background-color: #f2fbf9;
    box-shadow: inset 0 0 0 1px #00a790
}

.ml-radio-selection__input:focus-visible~.ml-radio-selection__focus {
    border-radius: 8px;
    height: 100%;
    outline: 2px dotted #008673;
    outline-offset: 4px;
    position: absolute;
    width: 100%
}

.ml-radio-selection__inner {
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #aaa;
    display: flex;
    height: 100%;
    padding: 16px;
    transition: all .4s;
    width: 100%
}

@media (hover: hover)and (pointer:fine) {
    .ml-radio-selection__inner:hover {
        box-shadow:inset 0 0 0 2px #aaa;
        cursor: pointer
    }
}

.ml-radio-selection__inner--disabled,.ml-radio-selection__inner--disabled:hover {
    box-shadow: inset 0 0 0 1px #c3c3c3;
    cursor: not-allowed
}

.ml-radio-selection__content {
    flex-grow: 1
}

.ml-radio-selection__radio {
    border: 1px solid #aaa;
    border-radius: 50%;
    flex-shrink: 0;
    height: 22px;
    margin-right: 8px;
    position: relative;
    transition: border-color .4s;
    width: 22px
}

.ml-radio-selection__radio:after {
    background-color: transparent;
    border-radius: 50%;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: background-color .2s;
    width: 14px
}

.ml-radio-selection__radio--checked {
    border-color: #00a790
}

.ml-radio-selection__radio--checked:after {
    background-color: #00a790
}

.ml-spinner {
    overflow: hidden
}

.ml-spinner--small {
    height: 24px;
    width: 24px
}

.ml-spinner--medium {
    height: 38px;
    width: 38px
}

.ml-spinner--big {
    height: 70px;
    width: 70px
}

.ml-spinner__icon {
    animation: load8 1.1s linear infinite;
    border: 3px solid;
    border-radius: 50%;
    height: 100%;
    transform: translateZ(0);
    width: 100%
}

.ml-spinner-primary .ml-spinner__icon {
    border-color: hsla(0,0%,100%,.2) hsla(0,0%,100%,.2) hsla(0,0%,100%,.2) #fff
}

.ml-spinner-secondary .ml-spinner__icon {
    border-color: rgba(98,86,177,.2) rgba(98,86,177,.2) rgba(98,86,177,.2) #6256b1
}

.ml-spinner-tertiary .ml-spinner__icon {
    border-color: rgba(0,167,144,.2) rgba(0,167,144,.2) rgba(0,167,144,.2) #00a790
}

@keyframes load8 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.ml-card-with-actions {
    display: flex;
    flex-direction: column
}

.ml-card-with-actions--small-padding {
    padding-bottom: 8px
}

.ml-card-with-actions__primary-action {
    margin-top: 16px
}

.ml-card-with-actions__primary-action--small-margin {
    margin-top: 8px
}

.ml-card-with-actions__divider {
    border-top: 1px solid #e7e7e7;
    height: 0;
    margin-top: 16px;
    width: 100%
}

.ml-card-with-actions__divider--small-margin,.ml-card-with-actions__second-action {
    margin-top: 8px
}

.ml-info-panel {
    padding: 8px 16px 16px
}

@media (max-width: 1199px) {
    .ml-info-panel--unexpanded {
        padding-bottom:8px
    }
}

.ml-info-panel__header {
    display: flex
}

.ml-info-panel__icon {
    color: #1b59ac;
    margin-right: 8px
}

@media (min-width: 1200px) {
    .ml-info-panel__details--mobile,.ml-info-panel__divider--mobile {
        display:none
    }
}

@media (max-width: 1199px) {
    .ml-info-panel__details--desktop,.ml-info-panel__divider--desktop {
        display:none
    }

    .ml-info-panel__title {
        align-items: center;
        display: flex;
        flex-grow: 1;
        justify-content: space-between
    }
}

.ml-info-panel__title-icon {
    background: 0 0;
    border: 0;
    color: inherit;
    display: inline-flex;
    margin-left: 8px;
    padding: 0
}

@media (min-width: 1200px) {
    .ml-info-panel__title-icon {
        display:none
    }
}

.ml-info-panel__button-text {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.ml-info-panel__button-icon {
    color: #767676
}

.ml-info-panel-details__content ol,.ml-info-panel-details__content p,.ml-info-panel-details__content ul {
    line-height: 19px;
    margin-bottom: 4px
}

.ml-info-panel-details__content ol,.ml-info-panel-details__content ul {
    padding-left: 22px
}

.ml-info-panel-details__link {
    font-weight: 700
}

.mlc-promo-card {
    background: 0 0;
    border-radius: 8px;
    display: flex;
    margin-bottom: 16px;
    max-width: 424px;
    padding: 16px
}

.mlc-promo-card__badge {
    background-color: #0fb91b;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    height: 18px;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 20px;
    padding-left: 5px;
    padding-right: 5px
}

.mlc-promo-card-header__container {
    display: flex
}

.mlc-promo-card-subtitle {
    margin-bottom: 8px
}

.mlc-promo-card-list {
    margin-bottom: 8px;
    padding-left: 20px
}

.mlc-promo-card-list-element__container {
    display: flex
}

.mlc-promo-card-link {
    color: #00a790;
    text-decoration: none
}

.mlc-promo-card-already-active {
    background-color: #fef6e7
}

.mlc-promo-card__checkmark {
    background-image: url(/assets/fonts/715f5e378bc4d776bd3b.svg);
    background-repeat: no-repeat;
    width: 15px
}

.mlc-promo-card__icon {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px
}

.mlc-promo-card__icon-lokalnie {
    background-image: url(/assets/fonts/3c4e5a52e8b4cf93cc21.svg)
}

.mlc-promo-card__icon-allegro {
    background-image: url(/assets/fonts/422eb810206cf0ab0733.svg)
}

.mlc-promo-card__icon-new-lokalnie {
    background-image: url(/assets/fonts/7d08f721b662469f1080.svg);
    width: 32px
}

.mlc-promo-card__icon-new-allegro-10 {
    background-image: url(/assets/fonts/f357bfc783664bea3fef.svg);
    width: 32px
}

.mlc-promo-card__icon-new-allegro-30 {
    background-image: url(/assets/fonts/b98ef1c52a1808f2bf32.svg);
    width: 32px
}

.mlc-promo-card__body-container {
    display: flex;
    width: 100%
}

.mlc-new-promo-card {
    box-shadow: none;
    cursor: pointer;
    display: block;
    padding-bottom: 13px;
    padding-top: 13px
}

.mlc-new-promo-card .mlc-promo-card__active-badge {
    background-color: #f7ae10;
    border-radius: 8%;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    height: 18px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto
}

.mlc-promo-card-default {
    border: 1px solid #d0d0d0
}

.mlc-promo-card-active {
    border: 1px solid #f7ae10
}

.mlc-new-promo-card__body {
    margin-left: 10px
}

.mlc-promo-card__body {
    flex-grow: 1
}

.mlc-promo-card__body li,.mlc-promo-card__body p {
    font-size: 12px
}

.mlc-promo-card__body ul {
    margin-top: 4px
}

.mlc-promo-card__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8px
}

.mlc-promo-card__header p {
    width: 100%
}

.mlc-new-promo-card__header {
    margin-bottom: 0
}

.mlc-promo-card__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px
}

.mlc-new-promo-card__title {
    font-weight: 400;
    margin-bottom: 0
}

.mlc-promo-card__footer {
    display: flex;
    justify-content: space-between
}

.mlc-promo-card__duration {
    font-weight: 200
}

.mlc-promo-card__price-wrapper {
    font-size: 14px;
    margin-bottom: 4px
}

.mlc-promo-card__price {
    font-weight: 700
}

.mlc-promo-card__previous-price {
    margin-right: 4px;
    text-decoration: line-through
}

.mlc-promo-card__additional-text {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px
}

.mlc-promo-card__additional-text-bold {
    font-weight: 600
}

.mlc-promo-card.is-highlighted .mlc-promo-card__title {
    color: #ff5a00;
    font-size: 16px
}

.mlc-promo-card.is-highlighted .mlc-promo-card__body p {
    font-size: 14px
}

@media (min-width: 1064px) {
    .mlc-promo-card.is-highlighted {
        border:0;
        border-radius: 0;
        max-width: none;
        padding: 0 32px
    }

    .mlc-promo-card.is-highlighted .mlc-promo-card__header p {
        font-weight: 600
    }

    .mlc-promo-card.is-highlighted li {
        margin-bottom: 4px
    }
}

.mlc-promo-card__item {
    position: relative
}

.mlc-promo-card__overlay {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: .8;
    position: absolute;
    width: 100%
}

.mlc-promo-card__overlay-text {
    font-weight: bolder;
    margin-bottom: 0
}

.ml-heading-title {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 0
}

.ml-heading-large {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin: 0
}

.ml-heading-medium {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0
}

.ml-heading-small {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin: 0
}

.ml-heading--color-primary {
    color: #6256b1
}

.ml-heading--color-smart {
    color: #422779
}

.ml-heading--color-blue {
    color: #1b59ac
}

.ml-heading--color-purple {
    color: #6256b1
}

.ml-container {
    margin: 0 auto;
    max-width: calc(var(--padding, 0px)*2 + var(--max-width));
    padding: 0 var(--padding,0)
}

.ml-container--large {
    --max-width: 1360px
}

.ml-container--small {
    --max-width: 878px
}

@media (min-width: 768px) {
    .ml-container {
        --padding:24px
    }
}

@media (min-width: 1200px) {
    .ml-container {
        --padding:40px
    }
}

.ml-bullet-list {
    list-style-type: disc
}

.ml-tip {
    align-items: center;
    border-radius: 8px;
    display: flex;
    padding: 8px 16px
}

.ml-tip__icon {
    margin-right: 8px
}

.ml-tip--info {
    background-color: #f4f8fc
}

.ml-tip--error {
    background-color: #ffeee5
}

.ml-combobox,.ml-combobox__label {
    position: relative;
    width: 100%
}

.ml-combobox__label {
    display: block;
    height: 100%
}

.ml-combobox__items {
    border: 1px solid #aaa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: none;
    list-style: none;
    max-height: var(--max-height);
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 100
}

.ml-combobox__items:empty {
    border: 0
}

.ml-combobox__item {
    --padding: 16px;
    background-color: #fff;
    padding: var(--padding);
    position: relative
}

.ml-combobox__item--active {
    background-color: #f2fbf9
}

.ml-combobox__item:not(:last-child):after {
    background-color: #e7e7e7;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: var(--padding);
    position: absolute;
    width: calc(100% - var(--padding)*2)
}

.ml-combobox__input {
    background-color: #fff;
    border: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: inset 0 0 0 1px #aaa;
    color: #222;
    font-size: 14px;
    line-height: 19px;
    padding: 16px;
    padding-right: calc(var(--icons-count)*40px);
    width: 100%
}

.ml-combobox__input--items-hidden {
    border-radius: 8px
}

.ml-combobox__input::-moz-placeholder {
    color: #767676;
    opacity: 0
}

.ml-combobox__input:-ms-input-placeholder {
    color: #767676;
    opacity: 0
}

.ml-combobox__input::placeholder {
    color: #767676;
    opacity: 0
}

@supports (-webkit-touch-callout:none) {
    .ml-combobox__input {
        -webkit-appearance: none;
        border: 1px solid #aaa;
        box-shadow: none
    }
}

.ml-combobox__input:focus {
    box-shadow: inset 0 0 0 2px #aaa;
    outline: 0
}

.ml-combobox__input:focus::-moz-placeholder {
    opacity: 1
}

.ml-combobox__input:focus:-ms-input-placeholder {
    opacity: 1
}

.ml-combobox__input:focus::placeholder {
    opacity: 1
}

@supports (-webkit-touch-callout:none) {
    .ml-combobox__input:focus {
        border: 2px solid #aaa;
        box-shadow: none
    }
}

.ml-combobox__input:disabled {
    box-shadow: inset 0 0 0 1px #c3c3c3;
    color: #c3c3c3;
    cursor: not-allowed
}

.ml-combobox__input:disabled::-moz-placeholder {
    color: #c3c3c3
}

.ml-combobox__input:disabled:-ms-input-placeholder {
    color: #c3c3c3
}

.ml-combobox__input:disabled::placeholder {
    color: #c3c3c3
}

@supports (-webkit-touch-callout:none) {
    .ml-combobox__input:disabled {
        border: 1px solid #c3c3c3;
        box-shadow: none
    }
}

.ml-combobox__input--error,.ml-combobox__input--error:focus {
    box-shadow: inset 0 0 0 1px #e21400
}

@supports (-webkit-touch-callout:none) {
    .ml-combobox__input--error,.ml-combobox__input--error:focus {
        border: 1px solid #e21400;
        box-shadow: none
    }
}

.ml-combobox__input--positive,.ml-combobox__input--positive:focus {
    box-shadow: inset 0 0 0 1px #0fb91b
}

@supports (-webkit-touch-callout:none) {
    .ml-combobox__input--positive,.ml-combobox__input--positive:focus {
        border: 1px solid #0fb91b;
        box-shadow: none
    }
}

.ml-combobox__clear-button {
    align-items: center;
    display: flex;
    justify-content: center
}

.ml-combobox__clear-button:not(:disabled) {
    pointer-events: auto
}

.ml-combobox__clear-button:focus {
    box-shadow: inset 0 0 0 2px #aaa
}

.ml-combobox__icons {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 14px
}

.ml-combobox__icons>:not(:last-child) {
    margin-right: 16px
}

.ml-combobox__error-message {
    color: #e21400;
    font-size: 12px;
    line-height: 16px
}

.ml-combobox__label-text {
    background-color: #fff;
    color: #767676;
    font-size: 14px;
    left: 16px;
    line-height: 19px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 50%;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.ml-combobox__field,.ml-combobox__label-text {
    pointer-events: none;
    touch-action: manipulation;
    transition: all .2s
}

.ml-combobox__input:disabled+.ml-combobox__label-text {
    color: #c3c3c3
}

.ml-combobox__input:focus+.ml-combobox__label-text {
    opacity: 1;
    transform: translateY(-21px);
    z-index: 1
}

.ml-combobox__input:not(:-moz-placeholder-shown)+.ml-combobox__label-text {
    font-size: 13px;
    padding: 0 4px;
    transform: translate(-4px,-34px)
}

.ml-combobox__input:not(:-ms-input-placeholder)+.ml-combobox__label-text {
    font-size: 13px;
    padding: 0 4px;
    transform: translate(-4px,-34px)
}

.ml-combobox__input:focus+.ml-combobox__label-text,.ml-combobox__input:not(:placeholder-shown)+.ml-combobox__label-text {
    font-size: 13px;
    padding: 0 4px;
    transform: translate(-4px,-34px)
}

.ml-combobox__input--error:not(:-moz-placeholder-shown)+.ml-combobox__label-text {
    color: #e21400
}

.ml-combobox__input--error:not(:-ms-input-placeholder)+.ml-combobox__label-text {
    color: #e21400
}

.ml-combobox__input--error:focus+.ml-combobox__label-text,.ml-combobox__input--error:not(:placeholder-shown)+.ml-combobox__label-text {
    color: #e21400
}

.ml-select {
    width: 100%
}

.ml-select__inner {
    color: #767676;
    height: 48px;
    position: relative;
    width: 100%
}

.ml-select__inner__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #aaa;
    color: #222;
    font-size: 14px;
    height: 100%;
    line-height: 19px;
    outline: 0;
    padding: 16px 50px 16px 16px;
    width: 100%
}

@media (hover: hover)and (pointer:fine) {
    .ml-select__inner__field:hover {
        box-shadow:inset 0 0 0 2px #aaa
    }
}

.ml-select__inner__field:focus {
    box-shadow: inset 0 0 0 2px #aaa;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px
}

.ml-select__inner__field--selected {
    background-color: #f2fbf9;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px
}

.ml-select__inner__field--selected,.ml-select__inner__field--selected:hover {
    box-shadow: inset 0 0 0 1px #00a790
}

.ml-select__inner__label {
    background-color: #fff;
    color: #767676;
    font-size: 13px;
    left: 12px;
    padding: 0 4px;
    position: absolute;
    top: -24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto
}

.ml-select__inner__icon {
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.ml-select--disabled .ml-select__inner {
    color: #c3c3c3
}

.ml-select--disabled .ml-select__inner__field,.ml-select--disabled .ml-select__inner__icon,.ml-select--disabled .ml-select__inner__label {
    cursor: not-allowed
}

.ml-select--disabled .ml-select__inner__field,.ml-select--disabled .ml-select__inner__field:hover {
    box-shadow: inset 0 0 0 1px #c3c3c3;
    color: #c3c3c3
}

.ml-select--disabled .ml-select__inner__label {
    color: #c3c3c3
}

.ml-select--error .ml-select__inner__field,.ml-select--error .ml-select__inner__field:hover {
    box-shadow: inset 0 0 0 1px #e21400
}

.ml-select--error .ml-select__inner__label {
    color: #e21400
}

.ml-select--positive .ml-select__inner__field,.ml-select--positive .ml-select__inner__field:hover {
    box-shadow: inset 0 0 0 1px #0fb91b
}

.ml-select--positive .ml-select__inner__label {
    color: #0fb91b
}

.ml-select__error-message {
    color: #e21400;
    font-size: 12px;
    line-height: 16px
}

.ml-skeleton {
    --pseudo-element-display: block;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 1
}

.ml-skeleton:after {
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: loading;
    animation-timing-function: ease-in-out;
    background-image: linear-gradient(90deg,#f7f7f7,#fff,#f7f7f7);
    background-repeat: no-repeat;
    content: " ";
    display: var(--pseudo-element-display);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media (prefers-reduced-motion) {
    .ml-skeleton {
        --pseudo-element-display: none
    }
}

@keyframes loading {
    to {
        transform: translateX(100%)
    }
}

.ml-toast {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-left: 4px solid #1b59ac;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    display: flex;
    flex-direction: column;
    max-width: 328px;
    padding: 8px
}

.ml-toast--error {
    border-left-color: #e21400
}

.ml-toast--success {
    border-left-color: #0fb91b
}

.ml-toast--warning {
    border-left-color: #ffc400
}

.ml-toast__container {
    background: 0 0!important;
    padding: 0!important;
    width: -moz-fit-content;
    width: fit-content
}

.ml-toast__body {
    justify-content: space-between
}

.ml-toast__body,.ml-toast__content {
    align-items: flex-start;
    display: flex
}

.ml-toast__content {
    color: #222;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding: 8px
}

.ml-toast__close-button {
    padding: 4px
}

.ml-toast__actions {
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: flex;
    padding: 8px
}

.ml-toast__actions--with-close-button {
    align-self: flex-end
}

.ml-toast__actions--without-close-button {
    align-items: flex-start
}

.mlc-site-footer {
    background-color: #fff
}

.mlc-site-footer--inbox {
    margin-top: 2.4rem
}

.mlc-site-footer__container {
    position: relative
}

.mlc-site-footer__background-icon svg {
    bottom: 50%;
    display: none;
    opacity: .15;
    pointer-events: none;
    position: absolute;
    right: 40px;
    transform: translateY(50%)
}

.mlc-site-footer__background-icon svg path {
    fill: #767676
}

@media (min-width: 1064px) {
    .mlc-site-footer__background-icon svg {
        display:block;
        height: 160px;
        height: 208px;
        width: 160px;
        width: 208px
    }
}

.mlc-site-footer__nav {
    display: flex
}

@media (max-width: 767px) {
    .mlc-site-footer__nav {
        flex-direction:column;
        padding: 24px 16px 32px
    }
}

@media (min-width: 768px) {
    .mlc-site-footer__nav {
        padding:24px 0
    }
}

@media (min-width: 1200px) {
    .mlc-site-footer__nav {
        padding:24px 0 40px
    }
}

@media (min-width: 768px) {
    .mlc-site-footer__nav-section {
        width:300px
    }
}

@media (max-width: 768px) {
    .mlc-site-footer__nav-section:not(:last-child) {
        margin-bottom:24px
    }
}

.mlc-site-footer__mobile-store-link:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.mlc-site-footer__list,.mlc-site-footer__mobile-stores-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.mlc-site-footer__list-item:not(:last-child) {
    margin-bottom: 16px
}

.mlc-site-footer__nav-section-title {
    align-items: center;
    color: #222;
    display: flex;
    margin-bottom: 24px;
    margin-right: 8px
}

@media (max-width: 1064px) {
    .mlc-site-footer__bottom {
        --safe-area-inset-bottom:env(safe-area-inset-bottom,0);
        padding-bottom: calc(var(--safe-area-inset-bottom) + var(--footer-custom-padding-bottom, 56px))
    }
}

@media (min-width: 768px) {
    .mlc-site-footer__bottom {
        border-top:2px solid #e7e7e7
    }
}

.mlc-site-footer__terms {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 24px
}

@media (max-width: 767px) {
    .mlc-site-footer__terms {
        padding-left:16px;
        padding-right: 16px
    }
}

@media (min-width: 768px) {
    .mlc-site-footer__terms {
        align-items:center;
        flex-direction: row;
        justify-content: space-between;
        padding: 24px 0
    }
}

@media (max-width: 767px) {
    .mlc-site-footer__terms-text {
        padding-top:24px;
        position: relative
    }

    .mlc-site-footer__terms-text:after {
        border-top: 1px solid #e7e7e7;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .mlc-site-footer__branding {
        margin-bottom: 24px
    }
}

.mlc-site-footer__branding:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.mlc-site-footer__logo {
    display: block
}

@media (min-width: 1064px) {
    body.is-compact {
        background-position:center 56px
    }

    html.is-app-view body {
        background-position: center 0;
        padding-top: 24px
    }
}

@media (min-width: 768px)and (max-width:1064px) {
    body {
        padding-top:0!important
    }
}

.mlc-masthead__content-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min-content auto min-content min-content;
    grid-template-areas: "branding branding cta navigation" "hamburger search search search";
    grid-template-columns: min-content auto min-content min-content
}

@media (min-width: 768px) {
    .mlc-masthead__content-container {
        -ms-grid-columns:min-content auto auto min-content;
        grid-template-areas: "branding branding navigation cta" "hamburger search search search";
        grid-template-columns: min-content auto auto min-content
    }
}

@media (min-width: 1064px) {
    .mlc-masthead__content-container {
        align-items:center;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: min-content auto 1fr auto auto;
        grid-template-areas: "hamburger branding search navigation cta";
        grid-template-columns: min-content auto 1fr auto auto
    }
}

.mlc-masthead {
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    margin-bottom: 8px;
    transition: padding-top .2s ease,padding-bottom .2s ease,box-shadow .2s ease
}

@media (max-width: 767px) {
    .mlc-masthead {
        padding:16px 16px 8px
    }
}

@media (max-width: 1063px) {
    .mlc-masthead {
        padding-bottom:8px;
        padding-top: 16px
    }
}

@media (min-width: 768px) {
    .mlc-masthead {
        margin-bottom:16px
    }
}

@media (max-width: 1063px) {
    .mlc-masthead {
        background:#fff;
        display: block;
        padding-top: 8px;
        position: relative;
        z-index: 500
    }
}

@media (min-width: 1064px) {
    .mlc-masthead {
        background:#fff;
        left: 0;
        margin-bottom: 16px;
        position: sticky;
        right: 0;
        top: 0;
        z-index: 900
    }

    .mlc-masthead.is-compact {
        min-height: 72px
    }

    .mlc-masthead.is-compact .mlc-masthead__hamburger:before {
        top: 0
    }
}

@media (max-width: 1199px) {
    .mlc-masthead--hide-shadow-mobile {
        box-shadow:none;
        margin-bottom: 0
    }
}

.mlc-masthead--hidden,.mlc-masthead__mobile-categories,.mlc-masthead__mobile-hamburger-categories {
    display: none
}

.mlc-masthead__mobile-categories--active,.mlc-masthead__mobile-hamburger-categories--active {
    background-color: #fff;
    bottom: 0;
    display: block;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.mlc-masthead__mobile-categories--active .mlc-categories-nav__header-close-link,.mlc-masthead__mobile-hamburger-categories--active .mlc-categories-nav__header-close-link {
    display: block
}

.mlc-masthead__mobile-categories--hidden,.mlc-masthead__mobile-hamburger-categories--hidden {
    display: none
}

.mlc-masthead__cta {
    align-items: center;
    cursor: pointer;
    display: flex;
    grid-area: cta;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    justify-content: center
}

@media (min-width: 1064px) {
    .mlc-masthead__cta {
        margin:0 0 0 16px
    }
}

.mlc-masthead__cta__link {
    display: none!important
}

.mlc-masthead__cta__circle {
    align-items: center;
    color: #767676;
    display: flex;
    justify-content: center;
    margin-left: 18px
}

.mlc-masthead__cta__circle svg {
    height: 28px;
    width: 28px
}

@media (min-width: 768px) {
    .mlc-masthead__cta {
        margin-left:32px;
        order: 2
    }

    .mlc-masthead__cta__link {
        background-color: #6256b1;
        border: 1px solid transparent;
        border-radius: 1000px;
        color: #fff;
        cursor: pointer;
        display: block!important;
        font-size: 14px;
        font-weight: 600;
        height: 40px;
        letter-spacing: .4px;
        line-height: 24px;
        padding: 8px 16px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 162px
    }
}

@media (min-width: 768px)and (hover:hover)and (pointer:fine) {
    .mlc-masthead__cta__link:hover {
        background-color:#5c4ea7;
        color: #fff
    }
}

@media (min-width: 768px) {
    .mlc-masthead__cta__link:focus-visible {
        outline:2px dotted #008673;
        outline-offset: 4px
    }

    .mlc-masthead__cta__link:active {
        background-color: #4c398e;
        color: #fff
    }

    .mlc-masthead__cta__circle {
        display: none
    }
}

.mlc-masthead__branding {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 2;
    grid-area: branding
}

@media (max-width: 1063px) {
    .mlc-masthead__branding {
        min-width:70px;
        order: 1
    }

    .mlc-masthead__branding a {
        display: block
    }
}

@media (min-width: 1064px) {
    .mlc-masthead__branding {
        margin:0 16px 0 0
    }
}

.mlc-masthead__search {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    -ms-grid-column-span: 3;
    grid-area: search
}

@media (max-width: 1063px) {
    .mlc-masthead__search {
        margin-top:12px
    }
}

@media (min-width: 1064px) {
    .mlc-masthead__search {
        margin:0 16px;
        max-width: 890px;
        min-width: 360px
    }
}

.mlc-masthead__navigation {
    align-items: center;
    display: flex;
    grid-area: navigation;
    -ms-grid-column: 4;
    -ms-grid-row: 1;
    justify-content: flex-end
}

.mlc-masthead__hamburger {
    cursor: pointer;
    grid-area: hamburger;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    outline: 0;
    -ms-grid-row-align: end;
    align-self: end;
    background: 0 0;
    border: 0;
    box-sizing: border-box;
    color: #00a790;
    height: 60px;
    margin-right: 8px;
    padding: 0;
    position: relative;
    width: -moz-min-content;
    width: min-content
}

@media (min-width: 768px) {
    .mlc-masthead__cta {
        -ms-grid-column:4;
        -ms-grid-row: 1
    }

    .mlc-masthead__branding {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 2
    }

    .mlc-masthead__search {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
        -ms-grid-column-span: 3
    }

    .mlc-masthead__navigation {
        -ms-grid-column: 3;
        -ms-grid-row: 1
    }

    .mlc-masthead__hamburger {
        -ms-grid-column: 1;
        -ms-grid-row: 2
    }
}

@media (min-width: 1064px) {
    .mlc-masthead__cta {
        -ms-grid-column:5;
        -ms-grid-row: 1
    }

    .mlc-masthead__branding {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1
    }

    .mlc-masthead__search {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1
    }

    .mlc-masthead__navigation {
        -ms-grid-column: 4;
        -ms-grid-row: 1
    }

    .mlc-masthead__hamburger {
        -ms-grid-column: 1;
        -ms-grid-row: 1
    }
}

.mlc-masthead__hamburger svg {
    height: 28px;
    width: 28px
}

.mlc-masthead__hamburger svg path {
    fill: currentColor
}

@media (min-width: 1064px) {
    .mlc-masthead__hamburger {
        -ms-grid-row-align:center;
        align-self: center
    }
}

.mlc-masthead__hamburger:focus-visible {
    color: #008673;
    outline: 2px dotted #008673;
    outline-offset: 2px
}

@media (hover: hover)and (pointer:fine) {
    .mlc-masthead__hamburger.active:hover {
        border-color:#e7e7e7
    }

    .mlc-masthead__hamburger.active:hover:before {
        background: rgba(0,0,0,.6);
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 136px;
        z-index: -10
    }

    .mlc-masthead__hamburger.active:hover:after {
        background: #fff;
        bottom: -1px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        right: 0
    }

    .mlc-masthead.is-compact .mlc-masthead__hamburger.active:hover:before,.mlc-masthead__hamburger.is-extended.active:hover:before {
        top: 72px
    }
}

.mlc-masthead__categories {
    cursor: default;
    left: -1px;
    position: absolute;
    top: 100%
}

.mlc-masthead__categories--hidden {
    display: none
}

.mlc-masthead__categories--active {
    display: block
}

.mlc-masthead__categories-wrapper {
    max-width: 1408px;
    position: relative;
    width: 100vw;
    z-index: 1100
}

.mlc-masthead__icon {
    margin-left: 18px
}

@media (min-width: 768px) {
    .mlc-masthead__icon {
        margin-left:24px
    }
}

.mlc-masthead__icon__link {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.mlc-masthead__icon__link svg {
    height: 28px;
    width: 28px
}

@media (hover: hover)and (pointer:fine) {
    .mlc-masthead__icon__link:hover svg path {
        fill:#008673
    }
}

.mlc-masthead__icon__link:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.mlc-masthead__icon__link:focus-visible svg path {
    fill: #008673
}

.mlc-masthead__icon__link__counter {
    background: #00a790;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    padding: 1.5px 6px 2.5px;
    position: absolute;
    text-align: center;
    text-decoration: none
}

@media (max-width: 1063px) {
    .mlc-masthead__icon__link__counter {
        right:-10px;
        top: -1px
    }
}

@media (min-width: 1064px) {
    .mlc-masthead__icon__link__counter {
        right:-10px;
        top: -1px
    }
}

.mlc-masthead__main-nav {
    margin-left: 16px
}

@media (min-width: 768px) {
    .mlc-masthead__main-nav {
        margin-left:24px
    }
}

.mlc-masthead__main-nav__dropdown {
    display: none
}

.mlc-masthead__main-nav__toggler {
    align-items: center;
    background: 0 0;
    border: 0;
    cursor: pointer;
    display: flex;
    margin: auto auto auto 8px;
    padding: 0
}

@media (min-width: 1064px) {
    .mlc-masthead__main-nav__toggler {
        height:45px
    }
}

.mlc-masthead__main-nav__toggler svg {
    height: 28px;
    width: 28px
}

@media (hover: hover)and (pointer:fine) {
    .mlc-masthead__main-nav__toggler:hover svg path {
        fill:#008673
    }
}

.mlc-masthead__main-nav__toggler:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.mlc-masthead__main-nav__toggler:focus-visible svg path {
    fill: #008673
}

.mlc-masthead__main-nav__toggler:first-child {
    margin-left: 0
}

.mlc-masthead__username {
    font-size: 14px;
    line-height: normal;
    max-width: 110px;
    overflow: hidden;
    padding-right: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mlc-masthead__logotype {
    margin-bottom: 4px;
    margin-left: 4px;
    margin-top: 4px!important
}

.mlc-masthead__logotype a {
    display: block
}

.mlc-masthead__logotype a:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.mlc-masthead__logotype img {
    display: block;
    height: 24px;
    width: 141px
}

@media (min-width: 1064px) {
    .mlc-masthead__logotype img {
        height:24px;
        width: 141px
    }

    .mlc-masthead__content-container {
        min-height: 72px
    }
}

.mlc-dropdown-menu {
    position: relative
}

.mlc-dropdown-menu__smart-info-container {
    justify-content: space-between
}

.mlc-dropdown-menu__smart-info {
    align-items: baseline;
    display: inline-flex
}

.mlc-dropdown-menu__smart-text {
    margin-right: 8px
}

.mlc-dropdown-menu__smart-icon {
    margin-right: 8px;
    transform: translateY(4px)
}

.mlc-dropdown-menu__dropdown-icon {
    align-items: center;
    display: flex;
    height: 28px;
    width: 28px
}

.mlc-dropdown-menu__dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1000
}

.mlc-dropdown-menu__dropdown ul {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    list-style: none;
    margin: 8px 0 0;
    padding: 0
}

.mlc-dropdown-menu__dropdown li+li {
    border-top: 1px solid #e7e7e7
}

.mlc-dropdown-menu__dropdown a {
    align-items: center;
    color: #000;
    display: block;
    display: flex;
    padding: 16px 24px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap
}

.mlc-dropdown-menu__dropdown a:hover {
    color: #00a790
}

.mlc-dropdown-menu__dropdown a:hover svg path {
    fill: #00a790
}

@media (min-width: 1064px) {
    .mlc-dropdown-menu__dropdown {
        top:100%
    }

    .mlc-dropdown-menu__dropdown ul {
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.06),0 -2px 6px 0 rgba(0,0,0,.06)
    }
}


@media (min-width: 1064px) {
    .mlc-dropdown-menu.is-active:before {
        background:0 0
    }
}

.mlc-dropdown-menu.is-active .mlc-dropdown-menu__dropdown {
    display: block
}

.mlc-banner-small {
    align-items: flex-start;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
    text-decoration: none
}

.mlc-banner-small--primary {
    background-color: #f1f0f8;
    border: 1px solid #7770bd
}

.mlc-banner-small__content {
    align-items: center;
    display: flex
}

.mlc-banner-small__image--size-small {
    width: 24px
}

.mlc-banner-small__image--size-medium {
    width: 60px
}

.mlc-banner-small__image--size-large {
    width: 80px
}

.mlc-banner-small__image--size-very-large {
    width: 140px
}

.mlc-banner-small__title {
    color: #000;
    font-weight: 600;
    margin: 0 0 4px
}

.mlc-banner-small__description {
    color: #484848
}

.mlc-banner-small__image {
    margin-right: 16px
}

.mlc-banner-small__title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0
}

.mlc-banner-small__description {
    font-size: 13px
}

.mlc-banner-large {
    align-items: flex-start;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 12px 32px;
    text-decoration: none
}

.mlc-banner-large--primary {
    background-color: #f1f0f8;
    border: 1px solid #7770bd
}

.mlc-banner-large__content {
    align-items: center;
    display: flex
}

.mlc-banner-large__image--size-small {
    width: 24px
}

.mlc-banner-large__image--size-medium {
    width: 60px
}

.mlc-banner-large__image--size-large {
    width: 80px
}

.mlc-banner-large__image--size-very-large {
    width: 140px
}

.mlc-banner-large__title {
    color: #000;
    font-weight: 600;
    margin: 0 0 4px
}

.mlc-banner-large__description {
    color: #484848
}

@media (max-width: 959px) {
    .mlc-banner-large {
        padding:16px
    }
}

.mlc-banner-large__image--size-small {
    width: 32px
}

.mlc-banner-large__content {
    width: 100%
}

@media (max-width: 959px) {
    .mlc-banner-large__content {
        margin-bottom:4px
    }
}

.mlc-banner-large__image {
    margin-right: 16px
}

.mlc-banner-large__title {
    color: #6256b1;
    font-size: 18px
}

@media (max-width: 959px) {
    .mlc-banner-large__title {
        font-size:14px
    }
}

.mlc-banner-large__description {
    font-size: 14px
}

@media (min-width: 960px) {
    .mlc-banner-large__description--mobile {
        display:none
    }
}

@media (max-width: 959px) {
    .mlc-banner-large__description--desktop {
        display:none
    }
}

.mlc-banner-large__info {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.mlc-banner-description-link {
    color: #2bb9a3;
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap
}

.mlc-banner-small__electronic-coins {
    background-image: url(/assets/fonts/6e32d9282da4d1dce66d.svg)
}

.mlc-banner-small__electronic-coins,.mlc-banner-small__moto-coins {
    background-origin: content-box;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.mlc-banner-small__moto-coins {
    background-image: url(/assets/fonts/d991518e1526fedf0dff.svg)
}

@media (max-width: 959px) {
    .mlc-banner-small__moto-coins {
        background-image:url(/assets/fonts/5eadc7b25f346826b8fb.svg)
    }
}

.mlc-banner-small__fashion-coins {
    background-image: url(/assets/fonts/706f2404204d57d030ff.svg);
    background-origin: content-box;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.mlc-security-information {
    --animation-bezier: cubic-bezier(0.87,0,0.13,1);
    --animation-duration: 200ms;
    display: block;
    margin: 0 0 16px;
    position: sticky;
    top: 16px;
    z-index: 1
}

@media (min-width: 768px) {
    .mlc-security-information {
        margin:0 16px 16px
    }
}

.mlc-security-information__item {
    background-color: #fef6e7;
    border: 1px solid #ffc400;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    overflow: hidden
}

.mlc-security-information__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0
}

.mlc-security-information__trigger {
    align-items: center;
    background: 0 0;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    width: 100%
}

.mlc-security-information__heading {
    align-items: center;
    color: #222;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px
}

.mlc-security-information__shield-icon {
    margin-right: 8px
}

.mlc-security-information__arrow-icon {
    transition: transform var(--animation-duration)
}

[data-state=open] .mlc-security-information__arrow-icon {
    transform: rotate(180deg)
}

.mlc-security-information__divider {
    margin: 0 0 8px
}

.mlc-security-information__content {
    overflow: hidden;
    padding: 0 16px 16px
}

[data-state=open] .mlc-security-information__content {
    animation: slide-down var(--animation-duration) var(--animation-bezier) forwards
}

[data-state=closed] .mlc-security-information__content {
    animation: slide-up var(--animation-duration) var(--animation-bezier) forwards
}

.mlc-security-information__subheading {
    margin-bottom: 8px
}

.mlc-security-information__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.mlc-security-information__list-item {
    align-items: flex-start;
    display: flex;
    font-size: 12px;
    justify-content: flex-start;
    line-height: 16px
}

.mlc-security-information__list-item:not(:last-of-type) {
    margin-bottom: 8px
}

.mlc-security-information__alert-icon {
    margin-right: 8px;
    transform: translateY(2px)
}

@keyframes slide-down {
    0% {
        height: 0
    }

    to {
        height: var(--radix-accordion-content-height)
    }
}

@keyframes slide-up {
    0% {
        height: var(--radix-accordion-content-height)
    }

    to {
        height: 0
    }
}

.mlc-search-form-city-input {
    box-sizing: border-box;
    flex: 1;
    position: relative;
    width: 100%
}

.mlc-search-form-city-input>* {
    width: 100%
}

.mlc-search-form-city-input:focus-within .mlc-search-form-city-input__field {
    border: 1px solid #aaa
}

@media (min-width: 768px) {
    .mlc-search-form-city-input {
        align-items:center;
        display: flex;
        justify-content: space-between
    }
}

.mlc-search-form-city-input--items-hidden {
    border-radius: 0
}

.mlc-search-form-city-input__field {
    border: 1px solid #aaa;
    font-size: 14px;
    height: 40px;
    padding: 0 36px 0 44px;
    width: 100%
}

@media (min-width: 768px) {
    .mlc-search-form-city-input__field {
        align-items:center;
        display: flex;
        justify-content: space-between
    }
}

.mlc-search-form-city-input__field::-webkit-search-cancel-button,.mlc-search-form-city-input__field::-webkit-search-decoration,.mlc-search-form-city-input__field::-webkit-search-results-button,.mlc-search-form-city-input__field::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.mlc-search-form-city-input__field ::-moz-placeholder {
    color: #767676
}

.mlc-search-form-city-input__field :-ms-input-placeholder {
    color: #767676
}

.mlc-search-form-city-input__field ::placeholder {
    color: #767676
}

.mlc-search-form-city-input__field::-ms-expand {
    display: none
}

.mlc-search-form-city-input__field:focus {
    border: 2px solid #aaa;
    border-left: none;
    outline: 0
}

.mlc-search-form-city-input__field--items-hidden {
    border-radius: 0
}

.mlc-search-form-city-input__map-icon {
    align-items: center;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    left: 12px;
    pointer-events: none;
    position: absolute;
    top: 0
}

.mlc-search-form-city-input__suggestions-menu {
    background: #fff;
    border: 1px solid #aaa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: none;
    box-sizing: border-box;
    left: 0;
    list-style: none;
    margin: 0;
    max-height: 50vh;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 100
}

.mlc-search-form-city-input__suggestions-menu-item {
    align-items: flex-start;
    color: #222;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    overflow: hidden;
    padding: 8px 16px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mlc-search-form-city-input__suggestions-menu-item:not(:first-of-type) {
    border-top: 1px solid #e7e7e7
}

.mlc-search-form-city-input__suggestions-menu-item--active {
    background-color: #f2fbf9
}

.mlc-search-form-city-input__suggestions-menu-item>* {
    white-space: normal
}

.mlc-search-form-city-input__suggestions-menu-item-description {
    margin: 0
}

.mlc-search-form-city-input__reset {
    align-items: center;
    background: 0 0;
    border: 0;
    bottom: 0;
    cursor: pointer;
    height: 24px;
    outline-color: #008673;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

@media (hover: hover)and (pointer:fine) {
    .mlc-search-form-city-input__reset:hover svg use {
        color:#008673
    }
}

.mlc-search-form-phrase-input {
    align-items: center;
    display: flex;
    flex: 1;
    height: 40px;
    justify-content: space-between;
    position: relative
}

@media (min-width: 768px) {
    .mlc-search-form-phrase-input {
        display:block
    }
}

@media (min-width: 768px) {
    .mlc-search-form-phrase-input:focus-within .mlc-search-form-phrase-input__field {
        border-bottom-right-radius:0;
        border-right: none;
        border-top-left-radius: 8px;
        border-top-right-radius: 0;
        outline: 0
    }
}

.mlc-search-form-phrase-input:before {
    border: 1px solid #aaa;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: calc(100% - 48px)
}

@media (min-width: 768px) {
    .mlc-search-form-phrase-input:before {
        width:100%
    }
}

@media (min-width: 1064px) {
    .mlc-search-form-phrase-input {
        min-width:180px
    }
}

.mlc-search-form-phrase-input--items-hidden,.mlc-search-form-phrase-input--items-hidden:before {
    border-radius: 8px 0 0 8px
}

.mlc-search-form-phrase-input__label {
    flex: 1
}

.mlc-search-form-phrase-input__field {
    background: 0 0;
    border: 2px solid transparent;
    display: block;
    flex: 1;
    font-size: 16px;
    height: 100%;
    padding: 8px 24px;
    width: 100%
}

.mlc-search-form-phrase-input__field::-webkit-search-cancel-button,.mlc-search-form-phrase-input__field::-webkit-search-decoration,.mlc-search-form-phrase-input__field::-webkit-search-results-button,.mlc-search-form-phrase-input__field::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.mlc-search-form-phrase-input__field:focus {
    outline: 0
}

.mlc-search-form-phrase-input__field ::-moz-placeholder {
    color: #767676
}

.mlc-search-form-phrase-input__field :-ms-input-placeholder {
    color: #767676
}

.mlc-search-form-phrase-input__field ::placeholder {
    color: #767676
}

.mlc-search-form-phrase-input__field::-ms-expand {
    display: none
}

@media (min-width: 768px) {
    .mlc-search-form-phrase-input__field:focus {
        border-bottom-right-radius:0;
        border-right: none;
        border-top-left-radius: 8px;
        border-top-right-radius: 0;
        outline: 0
    }
}

.mlc-search-form-phrase-input__field--items-hidden,.mlc-search-form-phrase-input__field--items-hidden:before {
    border-radius: 8px 0 0 8px
}

.mlc-search-form-phrase-input__suggestions-menu {
    background: #fff;
    border: 1px solid #aaa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: none;
    box-sizing: border-box;
    left: -2px;
    left: 0;
    list-style: none;
    margin: 0;
    max-height: 50vh;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 100
}

@media (min-width: 768px) {
    .mlc-search-form-phrase-input__suggestions-menu {
        width:calc(100% + 1px)
    }
}

.mlc-search-form-phrase-input__submit-button {
    align-items: center;
    background: 0 0;
    border: 1px solid #aaa;
    border-left: transparent;
    border-radius: 4px 8px 8px 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    color: #6256b1;
    cursor: pointer;
    display: flex;
    flex: 0;
    height: 40px;
    min-width: 48px;
    outline: 0;
    padding: 8px 12px;
    position: relative
}

@media (hover: hover)and (pointer:fine) {
    .mlc-search-form-phrase-input__submit-button:hover {
        color:#008673
    }
}

.mlc-search-form-phrase-input__submit-button:focus-visible {
    border-radius: 0 8px 8px 0;
    color: #008673;
    outline: 2px auto #008673
}

@media (min-width: 768px) {
    .mlc-search-form-phrase-input__submit-button {
        display:none
    }
}

.mlc-search-form-phrase-input--items-hidden .mlc-search-form-phrase-input__submit-button {
    border-bottom-right-radius: 8px
}

.mlc-search-form-phrase-input__reset {
    align-items: center;
    background: 0 0;
    border: 0;
    bottom: 0;
    cursor: pointer;
    height: 24px;
    opacity: 0;
    outline-color: #008673;
    padding: 0;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

@media (min-width: 768px) {
    .mlc-search-form-phrase-input__reset {
        right:12px
    }
}

@media (hover: hover)and (pointer:fine) {
    .mlc-search-form-phrase-input__reset:hover svg use {
        color:#008673
    }
}

.mlc-search-form-phrase-input__field:focus-within~.mlc-search-form-phrase-input__reset,.mlc-search-form-phrase-input__field:focus~.mlc-search-form-phrase-input__reset,.mlc-search-form-phrase-input__field:hover~.mlc-search-form-phrase-input__reset,.mlc-search-form-phrase-input__reset:hover {
    opacity: 1
}

.mlc-search-form-phrase-input-suggestions-menu-item {
    align-items: flex-start;
    color: #222;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    padding: 8px 16px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mlc-search-form-phrase-input-suggestions-menu-item:not(:first-of-type) {
    border-top: 1px solid #e7e7e7
}

@media (hover: hover)and (pointer:fine) {
    .mlc-search-form-phrase-input-suggestions-menu-item--active {
        background-color:#f2fbf9
    }
}

.mlc-search-form-phrase-input-suggestions-menu-item>* {
    white-space: normal
}

.mlc-search-form-distance-select {
    display: none
}

@media (min-width: 1200px) {
    .mlc-search-form-distance-select {
        align-items:center;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        position: relative;
        width: 96px
    }
}

.mlc-search-form-distance-select__button {
    align-items: center;
    background: 0 0;
    border: 1px solid #aaa;
    border-left: none;
    box-sizing: border-box;
    color: #767676;
    display: flex;
    height: 40px;
    justify-content: space-between;
    outline-color: #008673;
    padding: 8px 4px 8px 10px;
    width: 216px
}

@media (min-width: 1064px) {
    .mlc-search-form-distance-select__button {
        max-width:216px;
        width: 100%
    }
}

.mlc-search-form-distance-select__button::-webkit-search-cancel-button,.mlc-search-form-distance-select__button::-webkit-search-decoration,.mlc-search-form-distance-select__button::-webkit-search-results-button,.mlc-search-form-distance-select__button::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.mlc-search-form-distance-select__button::-ms-expand {
    display: none
}

@media (hover: hover)and (pointer:fine) {
    .mlc-search-form-distance-select__button {
        cursor:pointer
    }
}

.mlc-search-form-distance-select__button--active {
    color: #222
}

.mlc-search-form-distance-select__suggestions-menu {
    background: #fff;
    border: 1px solid #aaa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: none;
    box-sizing: border-box;
    left: -1px;
    list-style: none;
    margin: 0;
    max-height: 50vh;
    outline: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 40px;
    width: calc(100% + 1px);
    z-index: 100
}

.mlc-search-form-distance-select__suggestions-menu-item {
    align-items: flex-start;
    color: #222;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 8px 16px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mlc-search-form-distance-select__suggestions-menu-item:not(:first-of-type) {
    border-top: 1px solid #e7e7e7
}

.mlc-search-form-distance-select__suggestions-menu-item>* {
    white-space: normal
}

@media (hover: hover)and (pointer:fine) {
    .mlc-search-form-distance-select__suggestions-menu-item--active {
        background-color:#f2fbf9
    }
}

.mlc-search-form-distance-select__arrow {
    transform-origin: center;
    transition: transform .2s ease-in-out
}

.mlc-search-form-distance-select__arrow--spin {
    transform: rotate(180deg)
}

.mlc-search-form {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    height: 40px;
    width: 100%
}

.mlc-search-form__inner {
    display: flex;
    height: 100%;
    width: 100%
}

.mlc-search-form__divider {
    background: #aaa;
    display: none;
    flex-shrink: 0;
    height: 100%;
    width: 1px
}

@media (min-width: 768px) {
    .mlc-search-form__divider {
        display:block
    }
}

.mlc-search-form__submit-button {
    display: none
}

@media (min-width: 768px) {
    .mlc-search-form__submit-button {
        align-items:center;
        background: 0 0;
        border: 1px solid #aaa;
        border-left: transparent;
        border-radius: 4px 8px 8px 8px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        color: #6256b1;
        cursor: pointer;
        display: flex;
        flex: 0;
        height: 40px;
        min-width: 48px;
        outline: 0;
        padding: 8px 12px
    }
}

@media (min-width: 768px)and (hover:hover)and (pointer:fine) {
    .mlc-search-form__submit-button:hover {
        color:#008673
    }
}

@media (min-width: 768px) {
    .mlc-search-form__submit-button:focus-visible {
        border-radius:0 8px 8px 0;
        color: #008673;
        outline: 2px dotted #008673;
        outline-offset: 2px;
        z-index: 2
    }
}

.mlc-search-form__city-distance-wrapper {
    display: none
}

@media (min-width: 768px) {
    .mlc-search-form__city-distance-wrapper {
        align-items:center;
        display: flex;
        justify-content: space-between;
        position: relative;
        width: min(260px,40%)
    }
}

.mlc-phrase-and-category-search {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    display: inline-flex;
    flex-grow: 1
}

.mlc-phrase-and-category-search .mlc-phrase-search {
    border: 0;
    border-radius: 8px 0 0 8px;
    color: #767676;
    flex-grow: 1;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 16px
}

.mlc-phrase-and-category-search .mlc-category-search-wrapper {
    position: relative
}

.mlc-phrase-and-category-search .mlc-category-search-wrapper:before {
    background-color: #e7e7e7;
    content: "";
    display: inline-block;
    height: 26px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 1px
}

.mlc-phrase-and-category-search .mlc-category-search,.mlc-phrase-and-category-search .mlc-category-search--pointed {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(/assets/fonts/c4af7547744677ab05af.svg);
    background-position: right 16px top 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: 0;
    border-radius: 0 8px 8px 0;
    color: #767676;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 40px 12px 24px
}

.mlc-phrase-and-category-search .mlc-category-search--pointed {
    border-radius: 0
}

.mlc-phrase-and-category-search .mlc-category-search--pointed::-ms-expand,.mlc-phrase-and-category-search .mlc-category-search::-ms-expand {
    display: none
}

.mlc-categories-nav {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    position: relative;
    text-align: left
}

.mlc-masthead__categories .mlc-categories-nav {
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    width: 282px
}

.mlc-categories-nav--in-use {
    background-color: #fff;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.mlc-categories-nav--in-use .mlc-categories-nav__header-close-link {
    display: block
}

.mlc-categories-nav--hidden,.mlc-categories-nav--selected-nest-level-2 .mlc-categories-nav__columns__root-category-link--nest-level-1 {
    display: none
}

.mlc-categories-nav__menu {
    display: flex;
    flex-direction: column;
    outline: 0
}

@media (max-width: 1063px) {
    .mlc-categories-nav__menu {
        display:none
    }

    .mlc-categories-nav__menu.mlc-categories-nav__menu--breadcrumb,.mlc-categories-nav__menu.mlc-categories-nav__menu--selected {
        display: flex;
        padding-bottom: 56px
    }
}

.mlc-categories-nav__menu.mlc-categories-nav__menu--breadcrumb .mlc-categories-nav__item-icon {
    display: none
}

.mlc-categories-nav__menu.mlc-categories-nav__menu--breadcrumb .mlc-categories-nav__item-link:hover {
    color: inherit
}

.mlc-categories-nav__menu.mlc-categories-nav__menu--breadcrumb .mlc-categories-nav__item-link:not([href]):hover {
    color: #000
}

.mlc-categories-nav__menu--nest-level-0 {
    height: 100%
}

.mlc-categories-nav__menu--nest-level-1 {
    display: none
}

.mlc-categories-nav__menu--nest-level-1.mlc-categories-nav__menu--revealed {
    background: #fff;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    display: flex;
    height: 100%;
    left: calc(100% - 5px);
    max-width: unset;
    padding: 24px;
    position: absolute;
    top: 0;
    width: 654px;
    z-index: 100
}

.mlc-categories-nav__menu--nest-level-1.mlc-categories-nav__menu--revealed.is-medium {
    width: 452px
}

.mlc-categories-nav__menu--nest-level-1.mlc-categories-nav__menu--revealed.is-mini {
    width: 250px
}

@media (min-width: 1200px) {
    .mlc-categories-nav__menu--nest-level-1.mlc-categories-nav__menu--revealed {
        width:804px
    }

    .mlc-categories-nav__menu--nest-level-1.mlc-categories-nav__menu--revealed.is-medium {
        width: 552px
    }

    .mlc-categories-nav__menu--nest-level-1.mlc-categories-nav__menu--revealed.is-mini {
        width: 300px
    }
}

.mlc-categories-nav__menu--revealed .mlc-categories-nav__menu {
    display: flex
}

.mlc-masthead__categories .mlc-categories-nav__menu--nest-level-1 {
    border-radius: 0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    height: 100%
}

.mlc-categories-nav__header {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 22px;
    padding: 16px
}

.mlc-masthead__categories .mlc-categories-nav__header {
    display: none
}

@media (max-width: 1063px) {
    .mlc-categories-nav:not(.mlc-categories-nav--selected-nest-level-0) .mlc-categories-nav__header {
        display:none
    }
}

.mlc-categories-nav__header-close-link {
    box-sizing: content-box;
    color: #767676;
    cursor: pointer;
    display: inline-block;
    display: none;
    font-size: 0;
    height: 24px;
    width: 24px
}

@media (min-width: 1064px) {
    .mlc-categories-nav__header-close-link {
        display:none
    }
}

.mlc-categories-nav__columns__root-category-link {
    background: #fff;
    bottom: -24px;
    box-shadow: 0 -2px 8px rgba(0,0,0,.16);
    height: 56px;
    left: 0;
    margin: 24px 0;
    position: fixed;
    right: 0
}

@media (min-width: 1064px) {
    .mlc-categories-nav__columns__root-category-link {
        display:none
    }
}

.mlc-categories-nav__columns--nest-level-1 {
    display: flex
}

@media (max-width: 1063px) {
    .mlc-categories-nav__columns--nest-level-1 {
        flex-direction:column;
        justify-content: flex-start
    }
}

@media (min-width: 1064px) {
    .mlc-categories-nav__columns--nest-level-1 {
        flex-direction:row;
        justify-content: space-between
    }
}

@media (max-width: 1063px) {
    .mlc-categories-nav__item-column--nest-level-1 {
        padding-right:0;
        width: auto
    }
}

@media (min-width: 1064px) {
    .mlc-categories-nav__item-column--nest-level-1 {
        padding-right:50px
    }

    .mlc-categories-nav__item-column--nest-level-1:last-of-type {
        margin-right: 0;
        padding-right: 24px
    }
}

@media (min-width: 1200px) {
    .mlc-categories-nav__item-column--nest-level-1 {
        padding-right:87px;
        width: 252px
    }

    .mlc-categories-nav__item-column--nest-level-1 .is-category-kolekcje-i-sztuka {
        width: 200px
    }
}

.mlc-categories-nav__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

.mlc-categories-nav__list--nest-level-0 {
    height: 100%;
    justify-content: space-between
}

@media (min-width: 1064px) {
    .mlc-categories-nav__list--nest-level-0 {
        padding-bottom:4px
    }
}

.mlc-masthead__categories .mlc-categories-nav__list--nest-level-0 {
    border-radius: 0;
    border-bottom-left-radius: 7px;
    box-shadow: none;
    padding: 14px 0
}

.mlc-categories-nav__item {
    display: flex;
    flex-direction: column
}

.mlc-categories-nav__item__header {
    display: block
}

.mlc-categories-nav__item .mlc-categories-nav__header-close-link {
    display: none
}

@media (max-width: 1063px) {
    .mlc-categories-nav__item {
        display:none
    }

    .mlc-categories-nav__item--breadcrumb,.mlc-categories-nav__item--selected {
        display: flex
    }
}

.mlc-categories-nav__item--selected .mlc-categories-nav__item-link--nest-level-0 {
    padding: 0
}

.mlc-categories-nav__item--selected .mlc-categories-nav__item__header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.mlc-categories-nav__item--breadcrumb {
    padding-bottom: 60px
}

@media (min-width: 1064px) {
    .mlc-categories-nav__item--breadcrumb {
        padding-bottom:0
    }
}

.mlc-categories-nav__item--nest-level-1 {
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

@media (max-width: 1063px) {
    .mlc-categories-nav__item--nest-level-1,.mlc-categories-nav__item--nest-level-1:last-of-type {
        margin-bottom:0
    }
}

@media (min-width: 1064px) {
    .mlc-categories-nav__item--nest-level-1 {
        margin-bottom:8px
    }

    .mlc-categories-nav__item--nest-level-1:last-of-type {
        margin-bottom: 0
    }
}

@media (max-width: 1063px) {
    .mlc-categories-nav__menu--nest-level-0.mlc-categories-nav__menu--selected .mlc-categories-nav__item--nest-level-0,.mlc-categories-nav__menu--nest-level-1.mlc-categories-nav__menu--selected .mlc-categories-nav__item--nest-level-1,.mlc-categories-nav__menu--nest-level-2.mlc-categories-nav__menu--selected .mlc-categories-nav__item--nest-level-2 {
        display:block
    }
}

.mlc-categories-nav__item-back-link {
    color: #767676;
    display: none;
    line-height: 22px
}

.mlc-categories-nav__item--nest-level-0.mlc-categories-nav__item--selected .mlc-categories-nav__item-back-link--nest-level-0,.mlc-categories-nav__item--nest-level-1.mlc-categories-nav__item--selected .mlc-categories-nav__item-back-link--nest-level-1,.mlc-categories-nav__item--nest-level-2.mlc-categories-nav__item--selected .mlc-categories-nav__item-back-link--nest-level-2 {
    display: -ms-grid;
    display: grid
}

.mlc-categories-nav__item-link {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: auto auto 1fr auto;
    align-items: center;
    grid-template-areas: "item-icon item-name item-is-new-info arrow-right";
    grid-template-columns: auto auto 1fr auto;
    text-decoration: none
}

@media (hover: hover)and (pointer:fine) {
    .mlc-categories-nav__item-link:hover span {
        color:#008673
    }
}

.mlc-categories-nav__item-link:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.mlc-categories-nav__item-link:after {
    background: url(/assets/fonts/f15df89958538a4659ee.svg) 50%/contain no-repeat;
    content: "";
    display: inline-block;
    grid-area: arrow-right;
    -ms-grid-column: 4;
    -ms-grid-row: 1;
    height: 24px;
    margin-left: 16px;
    width: 24px
}

@media (max-width: 1063px) {
    .mlc-categories-nav__item-link {
        cursor:pointer;
        display: none;
        padding: 10px 16px
    }
}

@media (min-width: 1064px) {
    .mlc-categories-nav__item-link--nest-level-0,.mlc-masthead__categories .mlc-categories-nav__item-link--nest-level-0 {
        padding:8px 24px
    }

    .mlc-categories-nav__item-link:not(.mlc-categories-nav__item-link--nest-level-0):after {
        display: none
    }
}

.mlc-categories-nav__item--nest-level-0.mlc-categories-nav__item--selected .mlc-categories-nav__item-link--nest-level-0,.mlc-categories-nav__menu--nest-level-0.mlc-categories-nav__menu--selected .mlc-categories-nav__item-link--nest-level-0 {
    display: -ms-grid;
    display: grid;
    width: 100%
}

.mlc-categories-nav__menu--revealed .mlc-categories-nav__columns__root-category-link--nest-level-0 {
    display: none
}

.mlc-categories-nav__item--nest-level-0.mlc-categories-nav__item--selected .mlc-categories-nav__item-link--nest-level-0:not([href]) {
    cursor: default
}

.mlc-categories-nav__item--nest-level-0.mlc-categories-nav__item--selected .mlc-categories-nav__item-link--nest-level-0:not([href]):hover {
    color: #000
}

.mlc-categories-nav__item--nest-level-0.mlc-categories-nav__item--selected .mlc-categories-nav__item-link--nest-level-0:not([href]):after {
    display: none
}

.mlc-categories-nav__item--nest-level-1.mlc-categories-nav__item--selected .mlc-categories-nav__item-link--nest-level-1,.mlc-categories-nav__menu--nest-level-1.mlc-categories-nav__menu--selected .mlc-categories-nav__item-link--nest-level-1 {
    display: -ms-grid;
    display: grid;
    width: 100%
}

.mlc-categories-nav__menu--revealed .mlc-categories-nav__columns__root-category-link--nest-level-1 {
    display: none
}

.mlc-categories-nav__item--nest-level-1.mlc-categories-nav__item--selected .mlc-categories-nav__item-link--nest-level-1:not([href]) {
    cursor: default
}

.mlc-categories-nav__item--nest-level-1.mlc-categories-nav__item--selected .mlc-categories-nav__item-link--nest-level-1:not([href]):hover {
    color: #000
}

.mlc-categories-nav__item--nest-level-1.mlc-categories-nav__item--selected .mlc-categories-nav__item-link--nest-level-1:not([href]):after {
    display: none
}

.mlc-categories-nav__item--nest-level-2.mlc-categories-nav__item--selected .mlc-categories-nav__item-link--nest-level-2,.mlc-categories-nav__menu--nest-level-2.mlc-categories-nav__menu--selected .mlc-categories-nav__item-link--nest-level-2 {
    display: -ms-grid;
    display: grid;
    width: 100%
}

.mlc-categories-nav__menu--revealed .mlc-categories-nav__columns__root-category-link--nest-level-2 {
    display: none
}

.mlc-categories-nav__item--nest-level-2.mlc-categories-nav__item--selected .mlc-categories-nav__item-link--nest-level-2:not([href]) {
    cursor: default
}

.mlc-categories-nav__item--nest-level-2.mlc-categories-nav__item--selected .mlc-categories-nav__item-link--nest-level-2:not([href]):hover {
    color: #000
}

.mlc-categories-nav__item--nest-level-2.mlc-categories-nav__item--selected .mlc-categories-nav__item-link--nest-level-2:not([href]):after {
    display: none
}

.mlc-categories-nav__item-icon {
    background: 0 0;
    grid-area: item-icon;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    height: 16px;
    margin-right: 24px;
    width: 16px
}

@media (min-width: 1064px) {
    .mlc-categories-nav__item-icon:not(.mlc-categories-nav__item-icon--nest-level-0) {
        display:none
    }
}

.mlc-categories-nav__item-label {
    margin-left: 8px
}

.mlc-categories-nav__item-name {
    color: #000;
    display: inline-block;
    grid-area: item-name;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    padding-left: 1px
}

.mlc-categories-nav__item-link:not([href]) .mlc-categories-nav__item-name:hover,.mlc-categories-nav__item-link:not([href]):hover {
    color: #000
}

@media (min-width: 1064px) {
    .mlc-categories-nav__item-link:not([href]) .mlc-categories-nav__item-name {
        cursor:default
    }
}

.mlc-categories-nav__item--nest-level-0.mlc-categories-nav__item--selected .mlc-categories-nav__item-name--nest-level-0,.mlc-categories-nav__item--nest-level-1.mlc-categories-nav__item--selected .mlc-categories-nav__item-name--nest-level-1,.mlc-categories-nav__item--nest-level-2.mlc-categories-nav__item--selected .mlc-categories-nav__item-name--nest-level-2 {
    font-size: 16px;
    font-weight: 600
}

.mlc-categories-nav__item--nest-level-0.mlc-categories-nav__item--selected .mlc-categories-nav__item__header--nest-level-0 {
    padding: 16px
}

.mlc-categories-nav__item--nest-level-0.mlc-categories-nav__item--selected .mlc-categories-nav__item__header--nest-level-0 .mlc-categories-nav__item-link {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
    pointer-events: none
}

.mlc-categories-nav__item--nest-level-0.mlc-categories-nav__item--selected .mlc-categories-nav__item__header--nest-level-0 .mlc-categories-nav__item-link:after {
    display: none
}

.mlc-categories-nav__item--nest-level-1.mlc-categories-nav__item--selected .mlc-categories-nav__item__header--nest-level-1 {
    padding: 16px
}

.mlc-categories-nav__item--nest-level-1.mlc-categories-nav__item--selected .mlc-categories-nav__item__header--nest-level-1 .mlc-categories-nav__item-link {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
    pointer-events: none
}

.mlc-categories-nav__item--nest-level-1.mlc-categories-nav__item--selected .mlc-categories-nav__item__header--nest-level-1 .mlc-categories-nav__item-link:after {
    display: none
}

.mlc-categories-nav__item--nest-level-2.mlc-categories-nav__item--selected .mlc-categories-nav__item__header--nest-level-2 {
    padding: 16px
}

.mlc-categories-nav__item--nest-level-2.mlc-categories-nav__item--selected .mlc-categories-nav__item__header--nest-level-2 .mlc-categories-nav__item-link {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
    pointer-events: none
}

.mlc-categories-nav__item--nest-level-2.mlc-categories-nav__item--selected .mlc-categories-nav__item__header--nest-level-2 .mlc-categories-nav__item-link:after {
    display: none
}

.mlc-categories-nav__item--nest-level-0.mlc-categories-nav__item--selected .mlc-categories-nav__header-close-link--nest-level-0,.mlc-categories-nav__item--nest-level-1.mlc-categories-nav__item--selected .mlc-categories-nav__header-close-link--nest-level-1,.mlc-categories-nav__item--nest-level-2.mlc-categories-nav__item--selected .mlc-categories-nav__header-close-link--nest-level-2 {
    display: block
}

.mlc-categories-nav__item-name--nest-level-0 {
    align-items: center;
    display: flex
}

@media (min-width: 1064px) {
    .mlc-categories-nav__item-name--nest-level-1 {
        font-size:14px;
        font-weight: 600;
        line-height: 24px
    }

    .mlc-categories-nav__item-name--nest-level-2 {
        color: #767676;
        font-size: 12px;
        line-height: 1.62;
        margin-bottom: 3px
    }
}

.mlc-categories-nav__item-is-new-info--nest-level-0 {
    grid-area: item-is-new-info;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-align: start;
    background-color: #0fb91b;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    justify-self: start;
    margin: 0 12px;
    padding: 2px 8px;
    text-transform: uppercase
}

.mlc-categories-nav__item-see-all {
    color: #000;
    display: none;
    grid-area: item-see-all
}

@media (max-width: 1063px) {
    .mlc-categories-nav__item--nest-level-0.mlc-categories-nav__item--selected .mlc-categories-nav__item-see-all--nest-level-0,.mlc-categories-nav__item--nest-level-1.mlc-categories-nav__item--selected .mlc-categories-nav__item-see-all--nest-level-1,.mlc-categories-nav__item--nest-level-2.mlc-categories-nav__item--selected .mlc-categories-nav__item-see-all--nest-level-2 {
        display:block
    }
}

.mlc-category-dot,.mlc-category-icon {
    align-items: center;
    border-radius: 100%;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    vertical-align: middle
}

.mlc-category-icon {
    height: 24px;
    width: 24px
}

.mlc-category-icon:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
    width: 24px
}

.mlc-category-icon.is-category-firma:before {
    background-image: url(/assets/fonts/6e1477459315b2713f96.svg);
    color: #dff7fa
}

.mlc-category-icon.is-category-dom-i-ogrod:before {
    background-image: url(/assets/fonts/159620143f62c31a5376.svg);
    color: #f5941c
}

.mlc-category-icon.is-category-dziecko:before {
    background-image: url(/assets/fonts/343a73112c082d607e21.svg);
    color: #fa9690
}

.mlc-category-icon.is-category-elektronika:before {
    background-image: url(/assets/fonts/0d0aa564667ed95f0ddd.svg);
    color: #4955ff
}

.mlc-category-icon.is-category-kolekcje-i-sztuka:before {
    background-image: url(/assets/fonts/eb73a8aeecd32819e386.svg);
    color: #be4909
}

.mlc-category-icon.is-category-kultura-i-rozrywka:before {
    background-image: url(/assets/fonts/8e21dff836d5f6bf9813.svg);
    color: #319fb6
}

.mlc-category-icon.is-category-moda:before {
    background-image: url(/assets/fonts/f09a3ec1f8d94f7d7380.svg);
    color: #ff3d2e
}

.mlc-category-icon.is-category-motoryzacja:before {
    background-image: url(/assets/fonts/9ec096fe18fac0f007a0.svg);
    color: #0b4a6c
}

.mlc-category-icon.is-category-samochody:before {
    background-image: url(/assets/fonts/cd3d86d4cc9abd373dab.svg);
    color: #0b4a6c
}

.mlc-category-icon.is-category-sport-i-turystyka:before {
    background-image: url(/assets/fonts/2ed17b460cb952031ad3.svg);
    color: #ab47bc
}

.mlc-category-icon.is-category-lokalny-ryneczek:before,.mlc-category-icon.is-category-supermarket:before {
    background-image: url(/assets/fonts/27e74e56c506083c8290.svg);
    color: #549e39
}

.mlc-category-icon.is-category-uroda:before {
    background-image: url(/assets/fonts/7f06f379ab078f067c42.svg);
    color: #f20574
}

.mlc-category-icon.is-category-ogloszenie-i-uslugi:before {
    background-image: url(/assets/fonts/6e1477459315b2713f96.svg);
    color: #25c6da
}

.mlc-category-icon.is-category-zdrowie:before {
    background-image: url(/assets/fonts/326412944845d16f8b76.svg);
    color: #03a9f4
}

.mlc-category-icon.is-category-zwierzeta:before {
    background-image: url(/assets/fonts/16581d2be971989f4c0c.svg);
    color: #c82813
}

.mlc-category-icon.is-category-gielda-rolna:before {
    background-image: url(/assets/fonts/c44eb848f2d688ff6690.svg);
    color: #617a55
}

.mlc-category-icon.is-category-nieruchomosci:before {
    background-image: url(/assets/fonts/bf50d080c9d63e8a809a.svg);
    color: #045762
}

.mlc-category-icon.is-category-firma-i-uslugi:before {
    background-image: url(/assets/fonts/ed5580f0a4f627932044.svg);
    color: #25c6da
}

.mlc-category-icon.is-category-swieta-i-karnawal:before {
    background-image: url(/assets/fonts/881c26acaa3d7b902cf7.svg);
    color: #df2e38
}

.mlc-category-icon.is-category-wiosenne-inspiracje:before {
    background-image: url(/assets/fonts/ecd8b1691f4f34ba9de6.svg);
    color: #cd14cd
}

.mlc-category-icon.is-mini {
    height: 16px;
    width: 16px
}

.mlc-category-icon.is-mini:before {
    background-color: transparent
}

.mlc-category-dot {
    height: 16px;
    width: 16px
}

.mlc-category-dot:before {
    border-radius: 100%;
    content: "";
    display: block;
    height: 8px;
    width: 8px
}

.mlc-category-dot.is-category-dom-i-ogrod:before {
    background: #f5941c
}

.mlc-category-dot.is-category-dom-i-ogrod.is-double {
    background: rgba(245,148,28,.15)
}

.mlc-category-dot.is-category-dom-i-ogrod.is-double:before {
    background: #f5941c
}

.mlc-category-dot.is-category-dziecko:before {
    background: #fa9690
}

.mlc-category-dot.is-category-dziecko.is-double {
    background: hsla(3,91%,77%,.15)
}

.mlc-category-dot.is-category-dziecko.is-double:before {
    background: #fa9690
}

.mlc-category-dot.is-category-elektronika:before {
    background: #4955ff
}

.mlc-category-dot.is-category-elektronika.is-double {
    background: rgba(73,85,255,.15)
}

.mlc-category-dot.is-category-elektronika.is-double:before {
    background: #4955ff
}

.mlc-category-dot.is-category-kolekcje-i-sztuka:before {
    background: #be4909
}

.mlc-category-dot.is-category-kolekcje-i-sztuka.is-double {
    background: rgba(190,73,9,.15)
}

.mlc-category-dot.is-category-kolekcje-i-sztuka.is-double:before {
    background: #be4909
}

.mlc-category-dot.is-category-kultura-i-rozrywka:before {
    background: #319fb6
}

.mlc-category-dot.is-category-kultura-i-rozrywka.is-double {
    background: rgba(49,159,182,.15)
}

.mlc-category-dot.is-category-kultura-i-rozrywka.is-double:before {
    background: #319fb6
}

.mlc-category-dot.is-category-moda:before {
    background: #ff3d2e
}

.mlc-category-dot.is-category-moda.is-double {
    background: rgba(255,61,46,.15)
}

.mlc-category-dot.is-category-moda.is-double:before {
    background: #ff3d2e
}

.mlc-category-dot.is-category-motoryzacja:before {
    background: #0b4a6c
}

.mlc-category-dot.is-category-motoryzacja.is-double {
    background: rgba(11,74,108,.15)
}

.mlc-category-dot.is-category-motoryzacja.is-double:before,.mlc-category-dot.is-category-samochody:before {
    background: #0b4a6c
}

.mlc-category-dot.is-category-samochody.is-double {
    background: rgba(11,74,108,.15)
}

.mlc-category-dot.is-category-samochody.is-double:before {
    background: #0b4a6c
}

.mlc-category-dot.is-category-sport-i-turystyka:before {
    background: #ab47bc
}

.mlc-category-dot.is-category-sport-i-turystyka.is-double {
    background: rgba(171,71,188,.15)
}

.mlc-category-dot.is-category-sport-i-turystyka.is-double:before {
    background: #ab47bc
}

.mlc-category-dot.is-category-supermarket:before {
    background: #549e39
}

.mlc-category-dot.is-category-supermarket.is-double {
    background: rgba(84,158,57,.15)
}

.mlc-category-dot.is-category-lokalny-ryneczek:before,.mlc-category-dot.is-category-supermarket.is-double:before {
    background: #549e39
}

.mlc-category-dot.is-category-lokalny-ryneczek.is-double {
    background: rgba(84,158,57,.15)
}

.mlc-category-dot.is-category-lokalny-ryneczek.is-double:before {
    background: #549e39
}

.mlc-category-dot.is-category-uroda:before {
    background: #f20574
}

.mlc-category-dot.is-category-uroda.is-double {
    background: rgba(242,5,116,.15)
}

.mlc-category-dot.is-category-uroda.is-double:before {
    background: #f20574
}

.mlc-category-dot.is-category-ogloszenie-i-uslugi:before {
    background: #25c6da
}

.mlc-category-dot.is-category-ogloszenie-i-uslugi.is-double {
    background: rgba(37,198,218,.15)
}

.mlc-category-dot.is-category-ogloszenie-i-uslugi.is-double:before {
    background: #25c6da
}

.mlc-category-dot.is-category-zdrowie:before {
    background: #03a9f4
}

.mlc-category-dot.is-category-zdrowie.is-double {
    background: rgba(3,169,244,.15)
}

.mlc-category-dot.is-category-zdrowie.is-double:before {
    background: #03a9f4
}

.mlc-category-dot.is-category-zwierzeta:before {
    background: #c82813
}

.mlc-category-dot.is-category-zwierzeta.is-double {
    background: rgba(200,40,19,.15)
}

.mlc-category-dot.is-category-zwierzeta.is-double:before {
    background: #c82813
}

.mlc-category-dot.is-category-gielda-rolna:before {
    background: #617a55
}

.mlc-category-dot.is-category-gielda-rolna.is-double {
    background: rgba(97,122,85,.15)
}

.mlc-category-dot.is-category-gielda-rolna.is-double:before {
    background: #617a55
}

.mlc-category-dot.is-category-nieruchomosci:before {
    background: #045762
}

.mlc-category-dot.is-category-nieruchomosci.is-double {
    background: rgba(4,87,98,.15)
}

.mlc-category-dot.is-category-nieruchomosci.is-double:before {
    background: #045762
}

.mlc-category-dot.is-category-firma-i-uslugi:before {
    background: #25c6da
}

.mlc-category-dot.is-category-firma-i-uslugi.is-double {
    background: rgba(37,198,218,.15)
}

.mlc-category-dot.is-category-firma-i-uslugi.is-double:before {
    background: #25c6da
}

.mlc-category-dot.is-category-swieta-i-karnawal:before {
    background: #df2e38
}

.mlc-category-dot.is-category-swieta-i-karnawal.is-double {
    background: rgba(223,46,56,.15)
}

.mlc-category-dot.is-category-swieta-i-karnawal.is-double:before {
    background: #df2e38
}

.mlc-category-dot.is-category-wiosenne-inspiracje:before {
    background: #cd14cd
}

.mlc-category-dot.is-category-wiosenne-inspiracje.is-double {
    background: rgba(205,20,205,.15)
}

.mlc-category-dot.is-category-wiosenne-inspiracje.is-double:before {
    background: #cd14cd
}

.mlc-category-label {
    border-radius: 100px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 1.45;
    padding: 8px 16px;
    text-transform: uppercase
}

.mlc-category-label.with-icon {
    padding-left: 40px;
    position: relative
}

.mlc-category-label.with-icon:before {
    content: "";
    height: 16px;
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px
}

.mlc-category-breadcrumbs {
    align-items: center;
    display: flex;
    font-size: 12px
}

.mlc-category-breadcrumbs__icon {
    height: 16px;
    margin: 0 4px 0 0;
    width: 16px
}

.mlc-category-breadcrumbs__icon svg {
    height: 100%;
    width: 100%
}

.mlc-category-breadcrumbs__list {
    display: block;
    display: flex;
    list-style: none;
    margin: 0 0 0 4px;
    overflow: auto;
    padding: 0
}

.mlc-category-breadcrumbs__list.is-auto-scrolling {
    overflow: hidden
}

.mlc-category-breadcrumbs__list-item {
    display: inline-block;
    white-space: nowrap
}

.mlc-category-breadcrumbs__list-item:nth-last-child(n+2):after {
    background: url(/assets/fonts/f15df89958538a4659ee.svg) 50%/12px no-repeat;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 4px 1px 0;
    vertical-align: middle;
    width: 10px
}

.mlc-category-breadcrumbs__name {
    color: #222;
    text-decoration: none
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__name:hover {
        color:#008673
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-dom-i-ogrod {
    color: #f5941c
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-dom-i-ogrod:hover {
        color:#f5941c
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-dziecko {
    color: #fa9690
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-dziecko:hover {
        color:#fa9690
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-elektronika {
    color: #4955ff
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-elektronika:hover {
        color:#4955ff
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-kolekcje-i-sztuka {
    color: #be4909
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-kolekcje-i-sztuka:hover {
        color:#be4909
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-kultura-i-rozrywka {
    color: #319fb6
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-kultura-i-rozrywka:hover {
        color:#319fb6
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-moda {
    color: #ff3d2e
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-moda:hover {
        color:#ff3d2e
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-motoryzacja {
    color: #0b4a6c
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-motoryzacja:hover {
        color:#0b4a6c
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-samochody {
    color: #0b4a6c
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-samochody:hover {
        color:#0b4a6c
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-sport-i-turystyka {
    color: #ab47bc
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-sport-i-turystyka:hover {
        color:#ab47bc
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-supermarket {
    color: #549e39
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-supermarket:hover {
        color:#549e39
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-lokalny-ryneczek {
    color: #549e39
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-lokalny-ryneczek:hover {
        color:#549e39
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-uroda {
    color: #f20574
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-uroda:hover {
        color:#f20574
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-ogloszenie-i-uslugi {
    color: #25c6da
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-ogloszenie-i-uslugi:hover {
        color:#25c6da
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-zdrowie {
    color: #03a9f4
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-zdrowie:hover {
        color:#03a9f4
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-zwierzeta {
    color: #c82813
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-zwierzeta:hover {
        color:#c82813
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-gielda-rolna {
    color: #617a55
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-gielda-rolna:hover {
        color:#617a55
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-nieruchomosci {
    color: #045762
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-nieruchomosci:hover {
        color:#045762
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-firma-i-uslugi {
    color: #25c6da
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-firma-i-uslugi:hover {
        color:#25c6da
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-swieta-i-karnawal {
    color: #df2e38
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-swieta-i-karnawal:hover {
        color:#df2e38
    }
}

.mlc-category-breadcrumbs__leaf-category.is-category-wiosenne-inspiracje {
    color: #cd14cd
}

@media (hover: hover)and (pointer:fine) {
    .mlc-category-breadcrumbs__leaf-category.is-category-wiosenne-inspiracje:hover {
        color:#cd14cd
    }
}

.mlc-end-offer-dialog__bid-placed {
    margin-top: 8px
}

@media (min-width: 1064px) {
    .mlc-end-offer-dialog__actions {
        display:flex;
        justify-content: flex-end
    }
}

@media (max-width: 1063px) {
    .mlc-end-offer-dialog__primary-action {
        margin-bottom:16px;
        width: 100%
    }
}

@media (min-width: 1064px) {
    .mlc-end-offer-dialog__primary-action {
        order:2
    }
}

@media (max-width: 1063px) {
    .mlc-end-offer-dialog__secondary-action {
        width:100%
    }
}

@media (min-width: 1064px) {
    .mlc-end-offer-dialog__secondary-action {
        margin-right:16px;
        order: 1
    }
}

.mlc-smart-icon {
    height: 20px;
    width: 74px
}

.mlc-smart-icon--small {
    height: 16px;
    width: 60px
}

.mlc-mobile-app-coins-top-header {
    align-items: center;
    background-color: #6256b1;
    display: flex;
    justify-content: center;
    padding: 8px
}

@media (min-width: 768px) {
    .mlc-mobile-app-coins-top-header {
        height:72px;
        padding: 16px
    }
}

.mlc-mobile-app-coins-top-header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1360px;
    width: 100%
}

.mlc-mobile-app-coins-top-header__content {
    align-items: center;
    color: #fff;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    width: 100%
}

.mlc-mobile-app-coins-top-header__close {
    line-height: 0
}

.mlc-mobile-app-coins-top-header__close--mobile {
    margin-right: 8px
}

@media (min-width: 768px) {
    .mlc-mobile-app-coins-top-header__close--mobile {
        display:none
    }
}

@media (max-width: 767px) {
    .mlc-mobile-app-coins-top-header__close--desktop {
        display:none
    }
}

.mlc-mobile-app-coins-top-header__app-icon {
    margin-right: 16px
}

@media (min-width: 768px) {
    .mlc-mobile-app-coins-top-header__app-icon {
        margin-right:8px
    }
}

.mlc-mobile-app-coins-top-header__text-and-download-link {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.mlc-mobile-app-coins-top-header__text {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 16px
}

@media (min-width: 768px) {
    .mlc-mobile-app-coins-top-header__text {
        margin-right:8px
    }

    .mlc-mobile-app-coins-top-header__title--mobile {
        display: none
    }
}

@media (max-width: 767px) {
    .mlc-mobile-app-coins-top-header__title--desktop {
        display:none
    }
}

.mlc-mobile-app-coins-top-header__subtitle {
    margin: 0
}

@media (min-width: 768px) {
    .mlc-mobile-app-coins-top-header__subtitle {
        display:none
    }
}

.mlc-mobile-app-coins-top-header__coins-icon {
    margin-right: 24px
}

@media (max-width: 767px) {
    .mlc-mobile-app-coins-top-header__coins-icon {
        display:none
    }
}

.mlc-mobile-app-coins-top-header__download-link {
    color: #f7ae10
}

.mlc-mobile-app-coins-top-header__download-link:hover {
    color: #d89c10
}

@media (min-width: 768px) {
    .mlc-mobile-app-coins-top-header__download-link {
        display:none
    }
}

.mlc-mobile-app-coins-top-header__link {
    margin-right: 24px;
    min-width: 160px
}

@media (max-width: 767px) {
    .mlc-mobile-app-coins-top-header__link {
        display:none
    }
}

.mlc-smart-promo-coins-top-header {
    align-items: center;
    background-color: #422779;
    display: flex;
    justify-content: center;
    padding: 8px
}

@media (min-width: 768px) {
    .mlc-smart-promo-coins-top-header {
        height:72px;
        padding: 16px
    }
}

.mlc-smart-promo-coins-top-header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1360px;
    width: 100%
}

.mlc-smart-promo-coins-top-header__content {
    align-items: center;
    color: #fff;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    margin-right: 24px;
    width: 100%
}

.mlc-smart-promo-coins-top-header__close {
    line-height: 0
}

.mlc-smart-promo-coins-top-header__smart-icon {
    margin-right: 16px
}

@media (min-width: 768px) {
    .mlc-smart-promo-coins-top-header__smart-icon {
        margin-right:8px
    }
}

.mlc-smart-promo-coins-top-header__text-and-download-link {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.mlc-smart-promo-coins-top-header__text {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .mlc-smart-promo-coins-top-header__text {
        margin-right:16px
    }
}

.mlc-smart-promo-coins-top-header__coins-icon {
    margin-right: 24px
}

@media (max-width: 767px) {
    .mlc-smart-promo-coins-top-header__coins-icon {
        display:none
    }
}

@media (min-width: 768px) {
    .mlc-smart-promo-coins-top-header__link--mobile {
        display:none
    }
}

.mlc-smart-promo-coins-top-header__link--desktop {
    min-width: 160px
}

@media (max-width: 767px) {
    .mlc-smart-promo-coins-top-header__link--desktop {
        display:none
    }
}

.mlc-top-header {
    align-items: center;
    display: flex;
    height: -moz-max-content;
    height: max-content;
    justify-content: center;
    min-height: 64px;
    padding: 8px 40px
}

@media (max-width: 767px) {
    .mlc-top-header {
        min-height:72px;
        padding: 8px 16px
    }
}

.mlc-top-header__inner {
    align-items: center;
    display: flex;
    max-width: 1360px;
    width: 100%
}

.mlc-top-header__clickable {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: center;
    outline: 0;
    text-decoration: none;
    width: 100%
}

.mlc-top-header__icon {
    align-items: center;
    display: flex;
    height: 100%
}

.mlc-top-header__icon--left {
    margin-right: 16px
}

.mlc-top-header__icon--right {
    margin-left: 16px
}

@media (max-width: 767px) {
    .mlc-top-header__icon--desktop {
        display:none
    }
}

@media (min-width: 768px) {
    .mlc-top-header__icon--mobile {
        display:none
    }
}

@media (max-width: 1063px) {
    .mlc-top-header__icon--side {
        display:none
    }
}

.mlc-top-header__badge-new {
    margin-right: 16px
}

@media (max-width: 767px) {
    .mlc-top-header__badge-new {
        display:none
    }
}

.mlc-top-header__content--mobile {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .mlc-top-header__content--mobile {
        display:none
    }
}

.mlc-top-header__content--desktop {
    align-items: center;
    display: flex;
    margin: 0
}

@media (max-width: 767px) {
    .mlc-top-header__content--desktop {
        display:none
    }
}

.mlc-top-header__text {
    color: #fff;
    display: block;
    font-weight: 600;
    margin: 0
}

.mlc-top-header__text--black {
    color: #222
}

.mlc-top-header__text--normal {
    font-weight: 500
}

.mlc-top-header__description {
    color: #fff;
    display: block;
    margin: 0
}

.mlc-top-header__description--black {
    color: #222
}

.mlc-top-header__button--desktop {
    background-color: #fff;
    border: 0;
    border-radius: 25px;
    color: #6256b1;
    display: flex;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    margin: 0 24px;
    min-width: 160px;
    padding: 8px 16px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .mlc-top-header__button--desktop {
        display:none
    }
}

.mlc-top-header__clickable:focus-visible .mlc-top-header__button--desktop {
    outline: 2px dotted #fff;
    outline-offset: 4px
}

.mlc-top-header__button--mobile {
    border-radius: 0;
    color: #00a790;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.mlc-top-header__button--mobile:hover {
    color: #008673
}

.mlc-top-header__close {
    align-items: center;
    display: flex;
    margin-left: 8px
}

.mlc-top-header__badge {
    align-items: center;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    margin-right: 16px;
    padding: 0 4px;
    text-transform: uppercase;
    white-space: nowrap
}

@media (max-width: 767px) {
    .mlc-top-header__badge {
        display:none
    }
}

.ml-sr-only {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

@keyframes ml-slide-bottom-in {
    0% {
        opacity: 0;
        transform: translateY(100vh)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes ml-slide-bottom-out {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(100vh)
    }
}

@keyframes ml-slide-right-in {
    0% {
        opacity: 0;
        transform: translateX(100vw)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes ml-slide-right-out {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(100vw)
    }
}

.ml-f {
    display: flex!important
}

.ml-f-center {
    justify-content: center!important
}

.ml-f-a-center,.ml-f-center {
    align-items: center!important;
    display: flex!important
}

.ml-f-col {
    display: flex!important;
    flex-direction: column!important
}

.ml-f-grow {
    flex-grow: 1!important
}

.ml-f-no-grow {
    flex-grow: 0!important
}

.ml-f-no-shrink {
    flex-shrink: 0!important
}

.ml-f-space-between {
    justify-content: space-between!important
}

.ml-f-align-end {
    align-items: flex-end!important
}

.ml-m-t-0 {
    margin-top: 0!important
}

.ml-p-t-0 {
    padding-top: 0!important
}

.ml-m-r-0 {
    margin-right: 0!important
}

.ml-p-r-0 {
    padding-right: 0!important
}

.ml-m-b-0 {
    margin-bottom: 0!important
}

.ml-p-b-0 {
    padding-bottom: 0!important
}

.ml-m-l-0 {
    margin-left: 0!important
}

.ml-p-l-0 {
    padding-left: 0!important
}

.ml-m-0 {
    margin: 0!important
}

.ml-p-0 {
    padding: 0!important
}

.ml-m-v-0 {
    margin-bottom: 0!important;
    margin-top: 0!important
}

.ml-m-h-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

.ml-p-v-0 {
    padding-bottom: 0!important;
    padding-top: 0!important
}

.ml-p-h-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.ml-m-t-4 {
    margin-top: 4px!important
}

.ml-p-t-4 {
    padding-top: 4px!important
}

.ml-m-r-4 {
    margin-right: 4px!important
}

.ml-p-r-4 {
    padding-right: 4px!important
}

.ml-m-b-4 {
    margin-bottom: 4px!important
}

.ml-p-b-4 {
    padding-bottom: 4px!important
}

.ml-m-l-4 {
    margin-left: 4px!important
}

.ml-p-l-4 {
    padding-left: 4px!important
}

.ml-m-4 {
    margin: 4px!important
}

.ml-p-4 {
    padding: 4px!important
}

.ml-m-v-4 {
    margin-bottom: 4px!important;
    margin-top: 4px!important
}

.ml-m-h-4 {
    margin-left: 4px!important;
    margin-right: 4px!important
}

.ml-p-v-4 {
    padding-bottom: 4px!important;
    padding-top: 4px!important
}

.ml-p-h-4 {
    padding-left: 4px!important;
    padding-right: 4px!important
}

.ml-m-t-8 {
    margin-top: 8px!important
}

.ml-p-t-8 {
    padding-top: 8px!important
}

.ml-m-r-8 {
    margin-right: 8px!important
}

.ml-p-r-8 {
    padding-right: 8px!important
}

.ml-m-b-8 {
    margin-bottom: 8px!important
}

.ml-p-b-8 {
    padding-bottom: 8px!important
}

.ml-m-l-8 {
    margin-left: 8px!important
}

.ml-p-l-8 {
    padding-left: 8px!important
}

.ml-m-8 {
    margin: 8px!important
}

.ml-p-8 {
    padding: 8px!important
}

.ml-m-v-8 {
    margin-bottom: 8px!important;
    margin-top: 8px!important
}

.ml-m-h-8 {
    margin-left: 8px!important;
    margin-right: 8px!important
}

.ml-p-v-8 {
    padding-bottom: 8px!important;
    padding-top: 8px!important
}

.ml-p-h-8 {
    padding-left: 8px!important;
    padding-right: 8px!important
}

.ml-m-t-16 {
    margin-top: 16px!important
}

.ml-p-t-16 {
    padding-top: 16px!important
}

.ml-m-r-16 {
    margin-right: 16px!important
}

.ml-p-r-16 {
    padding-right: 16px!important
}

.ml-m-b-16 {
    margin-bottom: 16px!important
}

.ml-p-b-16 {
    padding-bottom: 16px!important
}

.ml-m-l-16 {
    margin-left: 16px!important
}

.ml-p-l-16 {
    padding-left: 16px!important
}

.ml-m-16 {
    margin: 16px!important
}

.ml-p-16 {
    padding: 16px!important
}

.ml-m-v-16 {
    margin-bottom: 16px!important;
    margin-top: 16px!important
}

.ml-m-h-16 {
    margin-left: 16px!important;
    margin-right: 16px!important
}

.ml-p-v-16 {
    padding-bottom: 16px!important;
    padding-top: 16px!important
}

.ml-p-h-16 {
    padding-left: 16px!important;
    padding-right: 16px!important
}

.ml-m-t-24 {
    margin-top: 24px!important
}

.ml-p-t-24 {
    padding-top: 24px!important
}

.ml-m-r-24 {
    margin-right: 24px!important
}

.ml-p-r-24 {
    padding-right: 24px!important
}

.ml-m-b-24 {
    margin-bottom: 24px!important
}

.ml-p-b-24 {
    padding-bottom: 24px!important
}

.ml-m-l-24 {
    margin-left: 24px!important
}

.ml-p-l-24 {
    padding-left: 24px!important
}

.ml-m-24 {
    margin: 24px!important
}

.ml-p-24 {
    padding: 24px!important
}

.ml-m-v-24 {
    margin-bottom: 24px!important;
    margin-top: 24px!important
}

.ml-m-h-24 {
    margin-left: 24px!important;
    margin-right: 24px!important
}

.ml-p-v-24 {
    padding-bottom: 24px!important;
    padding-top: 24px!important
}

.ml-p-h-24 {
    padding-left: 24px!important;
    padding-right: 24px!important
}

.ml-w-100 {
    width: 100%!important
}

/*# sourceMappingURL=app.css.map*/
@charset "UTF-8";.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/assets/fonts/fb6f3c230cb846e25247.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/a4e97f5a2a64f0ab1323.eot);
    src: url(/assets/fonts/a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/295183786cd8a1389865.woff) format("woff"),url(/assets/fonts/c94f7671dcc99dce43e2.ttf) format("truetype"),url(/assets/fonts/2630a3e3eab21c607e21.svg#slick) format("svg")
}

.slick-next,.slick-prev {
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
    background: 0 0;
    color: transparent;
    outline: 0
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative
}

.slick-dots li,.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: 0 0;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: 0;
    padding: 5px
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    color: #000;
    content: "•";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.user-avatar {
    background: rgba(119,112,189,.1);
    border-radius: 100%;
    color: #7770bd;
    display: inline-block;
    flex-shrink: 0;
    font-size: 1.6rem;
    font-weight: 700;
    height: 3.2rem;
    line-height: 3.2rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 3.2rem
}

.user-avatar img {
    border-radius: 100%;
    display: block
}

.user-avatar.is-offline:after,.user-avatar.is-online:after {
    border: .4rem solid #fff;
    border-radius: 100%;
    content: "";
    height: 1.6rem;
    position: absolute;
    right: -.4rem;
    top: -.4rem;
    width: 1.6rem
}

.user-avatar--gray-bg.is-offline:after,.user-avatar--gray-bg.is-online:after {
    border: .4rem solid #f7f7f7
}

.user-avatar.is-offline:after {
    background: #ff5a00
}

.user-avatar.is-online:after {
    background: #54b53c
}

.params-list__extended {
    display: none
}

.params-list.is-extended .params-list__extended {
    display: list-item
}

.cart-suggestions__seller-other-offers {
    background-color: #fff
}

.cart-suggestions__seller-other-offers__info-new {
    background-color: #0c9215;
    border-radius: .4rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4rem;
    margin-left: .5rem;
    padding: .1rem .3rem;
    text-transform: uppercase
}

@media (max-width: 959px) {
    .cart-suggestions__seller-other-offers-list {
        margin-bottom:0;
        margin-left: 1.6rem;
        margin-right: 1.6rem
    }
}

.cart-suggestions__seller-other-offers-list-item:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 1rem
}

@media (max-width: 959px) {
    .cart-suggestions__seller-other-offers__header {
        margin:1.6rem
    }
}

@media (min-width: 960px) {
    .cart-suggestions__seller-other-offers__header {
        margin:.8rem 0 1.6rem .8rem
    }
}

.cart-suggestions__seller-other-offers__header-main {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: .6rem
}

.cart-suggestions__seller-other-offers__header-sub {
    font-size: 1.2rem;
    margin-bottom: 0
}

@media (min-width: 960px) {
    .cart-suggestions__seller-other-offers {
        padding:0
    }

    .cart-suggestions__seller-other-offers__header {
        margin-left: 0
    }
}

.cart-suggestions__card {
    display: -ms-grid;
    display: grid;
    margin-bottom: .8rem;
    padding: 0
}

@media (max-width: 959px) {
    .cart-suggestions__card {
        -ms-grid-rows:reapeat(3,auto);
        grid-template-rows: reapeat(3,auto);
        -ms-grid-columns: auto .8rem auto .8rem 1fr;
        grid-template-columns: auto auto 1fr;
        grid-gap: .4rem .8rem;
        grid-template-areas: "image title title" "image price price" "details details add-to-cart"
    }
}

@media (min-width: 960px) {
    .cart-suggestions__card {
        -ms-grid-rows:auto .4rem auto;
        grid-template-rows: repeat(2,auto);
        -ms-grid-columns: auto 1.6rem 1fr 1.6rem auto 1.6rem auto;
        grid-template-columns: auto 1fr auto auto;
        grid-gap: .4rem 1.6rem;
        grid-template-areas: "image title details add-to-cart" "image price details add-to-cart"
    }
}

.cart-suggestions__card-image-link {
    grid-area: image
}

.cart-suggestions__card-image {
    border-radius: 15%;
    height: 6.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 6.5rem
}

.cart-suggestions__card-title {
    grid-area: title
}

.cart-suggestions__card-title-link {
    color: #222;
    margin-left: 0;
    text-decoration: none
}

.cart-suggestions__card-price {
    grid-area: price;
    margin-top: 1.2rem
}

.offer-card__price-and-offer-badges-and-offer-type>.cart-suggestions__card-price {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1
}

.cart-suggestions__card-price--marginless {
    margin: 0
}

.cart-suggestions__card-details {
    display: flex;
    grid-area: details;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1.2rem
}

.cart-suggestions__card-add-to-cart {
    display: flex;
    grid-area: add-to-cart;
    -ms-grid-row-align: center;
    align-self: center
}

.footer-banner__tiles {
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex
}

@media (min-width: 480px)and (max-width:960px) {
    .footer-banner__tiles {
        display:none
    }
}

@media (max-width: 479px) {
    .footer-banner__tiles .footer-banner__link:not(:first-child) {
        display:none
    }
}

.footer-banner__hero {
    display: none
}

@media (min-width: 480px)and (max-width:960px) {
    .footer-banner__hero {
        display:block
    }
}

.footer-banner__link {
    width: 100%
}

.footer-banner__link:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 4px
}

.footer-banner--webview {
    margin-bottom: 64px!important
}

.footer-banner__image {
    border-radius: 8px;
    height: auto;
    width: 100%
}

.photo-carousel-loader>.line-scale>div {
    background-color: rgba(0,0,0,.6)
}

.photo-carousel {
    align-items: stretch;
    display: flex;
    font-size: 0;
    justify-content: stretch;
    overflow: hidden;
    position: relative
}

.photo-carousel__close-full-screen {
    display: none
}

.photo-carousel .slick-arrow {
    visibility: hidden
}

.photo-carousel .slick-slider {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 8rem
}

.photo-carousel .slick-slide {
    display: flex;
    flex: 0 0 auto;
    float: unset;
    max-height: 100%
}

.photo-carousel .slick-slide>div {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.photo-carousel .slick-list {
    align-items: stretch;
    display: flex;
    flex: 1 1 100%;
    margin-left: auto;
    margin-right: auto
}

.photo-carousel .slick-track {
    display: flex;
    max-height: 100%
}

.photo-carousel .slick-dots {
    display: flex;
    justify-content: center
}

.photo-carousel__thumbnails {
    margin: -.8rem 0;
    overflow: auto;
    padding: .8rem 0;
    white-space: nowrap
}

.photo-carousel.photo-carousel--with-multiple-photos .slick-slider {
    margin-bottom: 8rem
}

.photo-carousel .slick-dots {
    bottom: auto;
    left: 0;
    text-align: center;
    top: calc(100% + .8rem)
}

.photo-carousel .slick-dots li {
    height: auto;
    margin: 0 .8rem;
    width: auto
}

.photo-carousel .slick-dots li+li {
    margin-left: 0
}

.photo-carousel .slick-dots .slick-active .photo-carousel__thumbnail-link {
    border-color: #7770bd
}

.photo-carousel .photo-carousel__thumbnail-link {
    background-position: 50%;
    background-size: cover;
    border: .2rem solid #aaa;
    border-radius: .8rem;
    display: inline-block;
    height: 7.2rem;
    padding: .1rem;
    position: relative;
    width: 7.2rem
}

.photo-carousel-loader {
    flex: 1 1 auto;
    padding-bottom: 100%;
    position: relative
}

.photo-carousel-loader .loader {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.photo-carousel.photo-carousel--compact:not(.photo-carousel--full-screen) {
    padding: 0
}

.photo-carousel.photo-carousel--compact:not(.photo-carousel--full-screen) .slick-slider {
    margin-bottom: 0
}

.photo-carousel.photo-carousel--compact:not(.photo-carousel--full-screen) .slick-dots {
    bottom: 2.4rem;
    top: auto
}

.photo-carousel.photo-carousel--compact:not(.photo-carousel--full-screen) .slick-dots li {
    height: .8rem;
    margin-left: .4rem;
    margin-right: .4rem;
    width: .8rem
}

.photo-carousel.photo-carousel--compact:not(.photo-carousel--full-screen) .slick-dots .slick-active .photo-carousel__thumbnail-link {
    background: #fff
}

.photo-carousel.photo-carousel--compact:not(.photo-carousel--full-screen) .photo-carousel__thumbnail-link {
    border: 1px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.48);
    display: none;
    height: .8rem;
    width: .8rem
}

.photo-carousel.photo-carousel--regular {
    min-height: 20rem
}

@media (max-width: 599px) {
    .photo-carousel.photo-carousel--regular:not(.photo-carousel--full-screen) {
        padding:0
    }

    .photo-carousel.photo-carousel--regular:not(.photo-carousel--full-screen) .slick-slider {
        margin-bottom: 0
    }

    .photo-carousel.photo-carousel--regular:not(.photo-carousel--full-screen) .slick-dots {
        bottom: 2.4rem;
        top: auto
    }

    .photo-carousel.photo-carousel--regular:not(.photo-carousel--full-screen) .slick-dots li {
        height: .8rem;
        margin-left: .4rem;
        margin-right: .4rem;
        width: .8rem
    }

    .photo-carousel.photo-carousel--regular:not(.photo-carousel--full-screen) .slick-dots .slick-active .photo-carousel__thumbnail-link {
        background: #fff
    }

    .photo-carousel.photo-carousel--regular:not(.photo-carousel--full-screen) .photo-carousel__thumbnail-link {
        border: 1px solid #fff;
        border-radius: 100%;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.48);
        display: none;
        height: .8rem;
        width: .8rem
    }
}

@media (min-width: 600px) {
    .photo-carousel.photo-carousel--regular:not(.photo-carousel--full-screen) .slick-arrow {
        background-color:hsla(0,0%,97%,.65);
        background-image: url(/assets/fonts/34929db4fa508be884c4.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 2.4rem 2.4rem;
        border: 1px solid #484848;
        border-radius: 2px;
        height: 6.4rem;
        opacity: 1;
        transition: opacity .5s;
        visibility: visible;
        width: 6.4rem;
        z-index: 1
    }

    .photo-carousel.photo-carousel--regular:not(.photo-carousel--full-screen) .slick-arrow:before {
        display: none
    }

    .photo-carousel.photo-carousel--regular:not(.photo-carousel--full-screen) .slick-arrow.slick-disabled {
        cursor: default;
        opacity: 0
    }

    .photo-carousel.photo-carousel--regular:not(.photo-carousel--full-screen) .slick-next {
        right: 0;
        transform: rotate(180deg) translateY(50%)
    }

    .photo-carousel.photo-carousel--regular:not(.photo-carousel--full-screen) .slick-prev {
        left: 0
    }

    .photo-carousel.photo-carousel--regular:not(.photo-carousel--full-screen) .slick-list {
        overflow: hidden
    }

    .photo-carousel.photo-carousel--regular:not(.photo-carousel--full-screen) .slick-dots {
        margin-left: 3.2rem;
        margin-right: 3.2rem;
        width: calc(100% - 6.4rem)
    }

    .photo-carousel-loader {
        padding-bottom: 39.2rem
    }
}

.photo-carousel.photo-carousel--compact.photo-carousel--full-screen,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen {
    background-color: #f7f7f7;
    bottom: 0;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 950
}

@media (max-height: 599px)and (orientation:portrait),(max-width:599px)and (orientation:portrait) {
    .photo-carousel.photo-carousel--compact.photo-carousel--full-screen,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen {
        padding:0 0 1.6rem
    }
}

@media (max-height: 599px)and (orientation:landscape),(max-width:599px)and (orientation:landscape) {
    .photo-carousel.photo-carousel--compact.photo-carousel--full-screen,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen {
        padding:0
    }

    .photo-carousel.photo-carousel--compact.photo-carousel--full-screen .slick-slider,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen .slick-slider {
        margin-bottom: 0
    }

    .photo-carousel.photo-carousel--compact.photo-carousel--full-screen .slick-dots,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen .slick-dots {
        bottom: 2.4rem;
        top: auto
    }

    .photo-carousel.photo-carousel--compact.photo-carousel--full-screen .slick-dots li,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen .slick-dots li {
        height: .8rem;
        margin-left: .4rem;
        margin-right: .4rem;
        width: .8rem
    }

    .photo-carousel.photo-carousel--compact.photo-carousel--full-screen .slick-dots .slick-active .photo-carousel__thumbnail-link,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen .slick-dots .slick-active .photo-carousel__thumbnail-link {
        background: #fff
    }

    .photo-carousel.photo-carousel--compact.photo-carousel--full-screen .photo-carousel__thumbnail-link,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen .photo-carousel__thumbnail-link {
        border: 1px solid #fff;
        border-radius: 100%;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.48);
        display: none;
        height: .8rem;
        width: .8rem
    }
}

@media (min-width: 600px)and (min-height:600px) {
    .photo-carousel.photo-carousel--compact.photo-carousel--full-screen,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen {
        padding:0 0 .8rem
    }

    .photo-carousel.photo-carousel--compact.photo-carousel--full-screen .slick-arrow,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen .slick-arrow {
        background-color: hsla(0,0%,97%,.65);
        background-image: url(/assets/fonts/34929db4fa508be884c4.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 2.4rem 2.4rem;
        border: 1px solid #484848;
        border-radius: 2px;
        height: 6.4rem;
        opacity: 1;
        transition: opacity .5s;
        visibility: visible;
        width: 6.4rem;
        z-index: 1
    }

    .photo-carousel.photo-carousel--compact.photo-carousel--full-screen .slick-arrow:before,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen .slick-arrow:before {
        display: none
    }

    .photo-carousel.photo-carousel--compact.photo-carousel--full-screen .slick-arrow.slick-disabled,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen .slick-arrow.slick-disabled {
        cursor: default;
        opacity: 0
    }

    .photo-carousel.photo-carousel--compact.photo-carousel--full-screen .slick-next,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen .slick-next {
        right: 0;
        transform: rotate(180deg) translateY(50%)
    }

    .photo-carousel.photo-carousel--compact.photo-carousel--full-screen .slick-prev,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen .slick-prev {
        left: 0
    }
}

.photo-carousel.photo-carousel--compact.photo-carousel--full-screen .photo-carousel__close-full-screen,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen .photo-carousel__close-full-screen {
    background-color: #fff;
    background-image: url(/assets/fonts/25567d3c28c0338c50d5.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #aaa;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 3.2rem;
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
    width: 3.2rem;
    z-index: 1
}

@media (min-width: 600px)and (min-height:600px) {
    .photo-carousel.photo-carousel--compact.photo-carousel--full-screen.photo-carousel--with-multiple-photos .slick-dots,.photo-carousel.photo-carousel--regular.photo-carousel--full-screen.photo-carousel--with-multiple-photos .slick-dots {
        margin-left:0;
        margin-right: 0;
        width: 100%
    }
}

.photo-carousel-photo-preview {
    cursor: pointer;
    height: 100%;
    width: 100%
}

.photo-carousel-photo-preview--full-screen:not(.photo-carousel-photo-preview--zoomed-in) {
    cursor: pointer
}

.photo-carousel-photo-preview--full-screen.photo-carousel-photo-preview--zoomed-in {
    cursor: zoom-out
}

.photo-carousel-photo-preview--full-screen.photo-carousel-photo-preview--zoomed-in.scrollable-by-dragging--scrolling {
    cursor: move
}

.photo-carousel-photo-preview__image {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .photo-carousel-photo-preview__image {
        height: auto;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto
    }
}

.photo-carousel-photo-preview__image--not-full-screen {
    max-height: 400px
}

.photo-carousel-photo-preview--zoomed-in .photo-carousel-photo-preview__image {
    height: auto;
    max-width: none;
    min-width: 1024px;
    -o-object-fit: fill;
    object-fit: fill;
    width: 150%
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .photo-carousel-photo-preview--zoomed-in .photo-carousel-photo-preview__image {
        max-height: none
    }
}

.offer-container__main {
    position: relative
}

@media (min-width: 960px) {
    .offer-container {
        display:flex;
        flex-wrap: wrap
    }

    .offer-container__main {
        padding-bottom: 2.4rem
    }

    .offer-container__sidebar {
        padding-bottom: 1px
    }

    .offer__description {
        border-left: .4rem solid #e7e7e7;
        margin: 0 0 3.2rem;
        padding-left: 2.4rem
    }

    .offer__description p {
        margin: 0
    }

    .offer__description p+p {
        margin-top: .8rem
    }
}

.map-container {
    background: #e7e7e7;
    border-radius: .8rem;
    min-height: 13.6rem;
    overflow: hidden
}

.map-container,.map-container__loader {
    align-items: center;
    display: flex;
    justify-content: center
}

.map-container__loader {
    flex-wrap: wrap;
    height: 100%
}

.map-container__loader noscript {
    text-align: center
}

.offer-page__container {
    display: -ms-grid;
    display: grid;
    position: relative
}

@media (max-width: 959px) {
    .offer-page__container {
        -ms-grid-columns:100%;
        grid-template-columns: 100%;
        -ms-grid-rows: (auto)[12];
        grid-template-areas: "cart" "photos" "action-box" "description" "parameters" "breadcrumbs" "location-and-delivery" "buy-more-with-one-delivery" "seller" "seller-other-offers" "offer-id" "rules-violation-report";
        grid-template-rows: repeat(12,auto)
    }
}

@media (min-width: 960px) {
    .offer-page__container {
        -ms-grid-columns:calc(100% - 48rem) auto;
        grid-template-columns: calc(100% - 48rem) auto;
        -ms-grid-rows: (auto)[11];
        grid-template-areas: "breadcrumbs breadcrumbs" "photos action-box" "description action-box" "parameters action-box" "location-and-delivery action-box" "buy-more-with-one-delivery action-box" "seller action-box" "seller-other-offers action-box" "offer-id action-box" "rules-violation-report action-box";
        grid-template-rows: repeat(11,auto)
    }
}

@media (max-width: 959px) {
    .offer-page__l-container.l-container {
        padding:0
    }
}

.offer-page__cart-container {
    grid-area: cart
}

.offer-page__photos {
    grid-area: photos
}

@media (max-width: 959px) {
    .offer-page__photos {
        background-color:#fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        position: relative
    }

    .offer-page__photos:after {
        border-radius: inherit;
        bottom: 0;
        box-shadow: 0 .1rem .1rem 0 rgba(72,72,72,.1),0 0 .1rem 0 rgba(72,72,72,.1);
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

@media (min-width: 960px) {
    .offer-page__photos {
        background-color:#fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: .8rem;
        border-top-right-radius: .8rem;
        position: relative
    }

    .offer-page__photos:after {
        border-radius: inherit;
        bottom: 0;
        box-shadow: 0 .1rem .1rem 0 rgba(72,72,72,.1),0 0 .1rem 0 rgba(72,72,72,.1);
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

.offer-page__follow-button {
    bottom: -20px;
    position: absolute;
    right: 16px;
    z-index: 1
}

.offer-page__buy-more-with-one-delivery {
    grid-area: buy-more-with-one-delivery
}

.offer-page__action-box {
    grid-area: action-box
}

@media (min-width: 960px) {
    .offer-page__action-box {
        margin-left:24px;
        width: 45.6rem
    }

    .offer-page__action-box .sticky-sidebar {
        margin-bottom: 8.5rem;
        top: 18rem
    }
}

.offer-page__action-box {
    margin-bottom: .8rem
}

@media (max-width: 959px) {
    .offer-page__action-box {
        background-color:#fff;
        border-bottom-left-radius: .8rem;
        border-bottom-right-radius: .8rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        position: relative
    }
}

@media (max-width: 959px)and (max-width:959px) {
    .offer-page__action-box {
        padding:1.6rem
    }
}

@media (max-width: 959px)and (min-width:960px) {
    .offer-page__action-box {
        padding:1.6rem 3.2rem
    }
}

@media (max-width: 959px) {
    .offer-page__action-box:after {
        border-radius:inherit;
        bottom: 0;
        box-shadow: 0 .1rem .1rem 0 rgba(72,72,72,.1),0 0 .1rem 0 rgba(72,72,72,.1);
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

@media (min-width: 960px) {
    .offer-page__action-box {
        background-color:#fff;
        border-bottom-left-radius: .8rem;
        border-bottom-right-radius: .8rem;
        border-top-left-radius: .8rem;
        border-top-right-radius: .8rem;
        position: relative
    }
}

@media (min-width: 960px)and (max-width:959px) {
    .offer-page__action-box {
        padding:1.6rem
    }
}

@media (min-width: 960px)and (min-width:960px) {
    .offer-page__action-box {
        padding:1.6rem 3.2rem
    }
}

@media (min-width: 960px) {
    .offer-page__action-box:after {
        border-radius:inherit;
        bottom: 0;
        box-shadow: 0 .1rem .1rem 0 rgba(72,72,72,.1),0 0 .1rem 0 rgba(72,72,72,.1);
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

.offer-page__description {
    grid-area: description
}

@media (max-width: 959px) {
    .offer-page__description {
        background-color:#fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: .8rem;
        border-top-right-radius: .8rem;
        margin-top: .8rem;
        position: relative
    }
}

@media (max-width: 959px)and (max-width:959px) {
    .offer-page__description {
        padding:1.6rem
    }
}

@media (max-width: 959px)and (min-width:960px) {
    .offer-page__description {
        padding:1.6rem 3.2rem
    }
}

@media (max-width: 959px) {
    .offer-page__description:after {
        border-radius:inherit;
        bottom: 0;
        box-shadow: 0 .1rem .1rem 0 rgba(72,72,72,.1),0 0 .1rem 0 rgba(72,72,72,.1);
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }

    .offer-page__description:before {
        border-bottom: .1rem solid #e7e7e7;
        bottom: 0;
        content: "";
        position: absolute
    }
}

@media (max-width: 959px)and (max-width:959px) {
    .offer-page__description:before {
        left:1.6rem;
        right: 1.6rem
    }
}

@media (max-width: 959px)and (min-width:960px) {
    .offer-page__description:before {
        left:3.2rem;
        right: 3.2rem
    }
}

@media (min-width: 960px) {
    .offer-page__description {
        background-color:#fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        position: relative
    }
}

@media (min-width: 960px)and (max-width:959px) {
    .offer-page__description {
        padding:1.6rem
    }
}

@media (min-width: 960px)and (min-width:960px) {
    .offer-page__description {
        padding:1.6rem 3.2rem
    }
}

@media (min-width: 960px) {
    .offer-page__description:after {
        border-radius:inherit;
        bottom: 0;
        box-shadow: 0 .1rem .1rem 0 rgba(72,72,72,.1),0 0 .1rem 0 rgba(72,72,72,.1);
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }

    .offer-page__description:before {
        border-bottom: .1rem solid #e7e7e7;
        bottom: 0;
        content: "";
        position: absolute
    }
}

@media (min-width: 960px)and (max-width:959px) {
    .offer-page__description:before {
        left:1.6rem;
        right: 1.6rem
    }
}

@media (min-width: 960px)and (min-width:960px) {
    .offer-page__description:before {
        left:3.2rem;
        right: 3.2rem
    }
}

.offer-page__parameters {
    grid-area: parameters;
    padding: 1.6rem 0
}

.offer-page__parameters-header {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: .8rem
}

@media (max-width: 959px) {
    .offer-page__parameters {
        background-color:#fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        position: relative
    }
}

@media (max-width: 959px)and (max-width:959px) {
    .offer-page__parameters {
        padding:1.6rem
    }
}

@media (max-width: 959px)and (min-width:960px) {
    .offer-page__parameters {
        padding:1.6rem 3.2rem
    }
}

@media (max-width: 959px) {
    .offer-page__parameters:after {
        border-radius:inherit;
        bottom: 0;
        box-shadow: 0 .1rem .1rem 0 rgba(72,72,72,.1),0 0 .1rem 0 rgba(72,72,72,.1);
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

@media (min-width: 960px) {
    .offer-page__parameters {
        background-color:#fff;
        border-bottom-left-radius: .8rem;
        border-bottom-right-radius: .8rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        position: relative
    }
}

@media (min-width: 960px)and (max-width:959px) {
    .offer-page__parameters {
        padding:1.6rem
    }
}

@media (min-width: 960px)and (min-width:960px) {
    .offer-page__parameters {
        padding:1.6rem 3.2rem
    }
}

@media (min-width: 960px) {
    .offer-page__parameters:after {
        border-radius:inherit;
        bottom: 0;
        box-shadow: 0 .1rem .1rem 0 rgba(72,72,72,.1),0 0 .1rem 0 rgba(72,72,72,.1);
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

.offer-page__breadcrumbs {
    grid-area: breadcrumbs
}

@media (max-width: 959px) {
    .offer-page__breadcrumbs {
        background-color:#fff;
        border-bottom-left-radius: .8rem;
        border-bottom-right-radius: .8rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        position: relative
    }
}

@media (max-width: 959px)and (max-width:959px) {
    .offer-page__breadcrumbs {
        padding:1.6rem
    }
}

@media (max-width: 959px)and (min-width:960px) {
    .offer-page__breadcrumbs {
        padding:1.6rem 3.2rem
    }
}

@media (max-width: 959px) {
    .offer-page__breadcrumbs:after {
        border-radius:inherit;
        bottom: 0;
        box-shadow: 0 .1rem .1rem 0 rgba(72,72,72,.1),0 0 .1rem 0 rgba(72,72,72,.1);
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

@media (min-width: 960px) {
    .offer-page__breadcrumbs {
        margin-bottom:1.6rem
    }
}

.offer-page__location-and-delivery {
    background-color: #fff;
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;
    grid-area: location-and-delivery;
    margin-top: .8rem;
    position: relative
}

@media (max-width: 959px) {
    .offer-page__location-and-delivery {
        padding:1.6rem
    }
}

@media (min-width: 960px) {
    .offer-page__location-and-delivery {
        padding:1.6rem 3.2rem
    }
}

.offer-page__location-and-delivery:after {
    border-radius: inherit;
    bottom: 0;
    box-shadow: 0 .1rem .1rem 0 rgba(72,72,72,.1),0 0 .1rem 0 rgba(72,72,72,.1);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.offer-page__location-and-delivery-header {
    margin-bottom: .8rem
}

.offer-page__delivery-options {
    margin: 1.6rem 0 .4rem;
    max-width: 42.5rem
}

.offer-page__seller {
    background-color: #fff;
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;
    grid-area: seller;
    margin-top: .8rem;
    position: relative
}

@media (max-width: 959px) {
    .offer-page__seller {
        padding:1.6rem
    }
}

@media (min-width: 960px) {
    .offer-page__seller {
        padding:1.6rem 3.2rem
    }
}

.offer-page__seller:after {
    border-radius: inherit;
    bottom: 0;
    box-shadow: 0 .1rem .1rem 0 rgba(72,72,72,.1),0 0 .1rem 0 rgba(72,72,72,.1);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.offer-page__cart-suggestions__seller-other-offers {
    border-radius: 1rem;
    grid-area: seller-other-offers;
    margin-top: 1rem
}

@media (min-width: 960px) {
    .offer-page__cart-suggestions__seller-other-offers {
        padding-left:2.2rem;
        padding-right: 2.2rem
    }
}

.offer-page__seller-other-offers {
    background-color: inherit;
    grid-area: seller-other-offers;
    margin-top: 1rem
}

.offer-page__seller-other-offers__header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (max-width: 959px) {
    .offer-page__seller-other-offers__header {
        margin:1.6rem
    }
}

@media (min-width: 960px) {
    .offer-page__seller-other-offers__header {
        margin:.8rem 0 1.6rem .8rem
    }
}

.offer-page__seller-other-offers__header-text {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0
}

@media (max-width: 959px) {
    .offer-page__seller-other-offers {
        background-color:#fff;
        border-bottom-left-radius: .8rem;
        border-bottom-right-radius: .8rem;
        border-top-left-radius: .8rem;
        border-top-right-radius: .8rem;
        position: relative
    }

    .offer-page__seller-other-offers:after {
        border-radius: inherit;
        bottom: 0;
        box-shadow: 0 .1rem .1rem 0 rgba(72,72,72,.1),0 0 .1rem 0 rgba(72,72,72,.1);
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

@media (min-width: 960px) {
    .offer-page__seller-other-offers {
        padding:0
    }

    .offer-page__seller-other-offers__header {
        margin-left: 0
    }
}

@media (max-width: 959px) {
    .offer-page__seller-other-offers-list {
        margin-bottom:0
    }

    .offer-page__seller-other-offers__button {
        background-color: #fff;
        border-radius: .8rem;
        display: flex;
        justify-content: center;
        padding-bottom: 2rem;
        padding-top: 2rem
    }
}

@media (min-width: 960px) {
    .offer-page__seller-other-offers-list-item {
        margin-top:.8rem
    }
}

@media (max-width: 959px) {
    .offer-page__offer-id,.offer-page__rules-violation-report {
        margin:.8rem 1.6rem
    }
}

@media (min-width: 960px) {
    .offer-page__offer-id,.offer-page__rules-violation-report {
        margin:.8rem 0
    }
}

.offer-page__offer-id {
    grid-area: offer-id
}

.offer-page__rules-violation-report {
    grid-area: rules-violation-report
}

.offer-page__suggested-cities {
    margin-bottom: 16px;
    padding: 0 16px
}

@media (min-width: 960px) {
    .offer-page__suggested-cities {
        margin-bottom:24px;
        padding: 0
    }
}

.offer-type-display-name--classified {
    color: #f7ae10
}

.offer-type-display-name--bidding {
    color: #7770bd
}

.offer-type-display-name--buy-now {
    color: #ff5a00
}

.offer-type-display-name__text {
    color: #222
}

.offer-type-display-name__moto-suffix {
    color: #0b4a6c
}

.offer-type-display-name__estate-suffix {
    color: #006456
}

.offer-bidding {
    flex: 1;
    justify-content: space-between
}

.offer-bidding__loader {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 2.5rem
}

.offer-bidding .form-addon {
    display: inline-block;
    width: 16rem
}

@media (max-width: 959px) {
    .offer-bidding__dialog {
        background:0 0
    }
}

@media (min-width: 960px) {
    .offer-bidding__dialog {
        max-width:75rem
    }
}

.offer-bidding__dialog__modal {
    border-radius: 2.4rem;
    left: .8rem;
    overflow: hidden;
    position: absolute;
    right: .8rem
}

@media (max-width: 959px) {
    .offer-bidding__dialog__modal {
        bottom:calc(env(safe-area-inset-bottom,0) + 2.4rem)!important
    }
}

@media (min-width: 960px) {
    .offer-bidding__dialog__modal {
        border-radius:.8rem;
        position: static
    }
}

.offer-bidding__dialog__section {
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: .8rem 1.6rem
}

.offer-bidding__dialog__section--cta {
    box-shadow: 0 -.2rem .6rem 0 hsla(0,0%,46%,.1);
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center
}

.offer-bidding__dialog__section--cta button {
    margin: .8rem;
    width: unset
}

@media (min-width: 960px) {
    .offer-bidding__dialog__section--cta {
        flex-direction:row
    }
}

.offer-bidding__bid-value-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 1.6rem 0
}

.bidding-user-message {
    font-size: 1.3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding: .8rem;
    text-align: center
}

@media (min-width: 960px) {
    .bidding-user-message {
        margin-left:-3.2rem;
        margin-right: -3.2rem
    }

    .offer .bidding-user-message {
        margin-left: -.8rem;
        margin-right: -.8rem
    }
}

.bidding-user-message--ended-bid-message,.bidding-user-message--pending-bid-message {
    background-color: #fafafa;
    border: solid #e7e7e7;
    border-width: .1rem 0;
    color: #484848
}

.bidding-user-message--winning-bid-message,.bidding-user-message--won-bid-message {
    background-color: #54b53c;
    color: #fff;
    font-weight: 600
}

.bidding-user-message--losing-bid-message,.bidding-user-message--lost-bid-message {
    background-color: #ff7266;
    color: #fff;
    font-weight: 600
}

.bidding-button {
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.bidding-button__offer-prolong-info {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: .2rem;
    text-transform: none
}

.offer-delivery-options__header {
    font-size: 1.4rem;
    margin: 0 0 .8rem
}

.offer-delivery-options__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

.offer-delivery-options__item {
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    margin-top: .4rem
}

.offer-location__name {
    color: #484848;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin: 1.6rem 0;
    text-transform: uppercase
}

.offer-location__link {
    color: #484848;
    text-decoration: none
}

.offer-location__icon {
    margin-right: .25rem;
    vertical-align: middle
}

.offer-location-map {
    align-items: center;
    display: flex;
    justify-content: center
}

.offer-page__location-and-delivery .offer-location-map {
    height: 474px;
    max-height: calc(75vw - 2.4rem);
    max-width: 100%;
    width: 632px
}

.offer-location-map .map {
    position: relative
}

.offer-location-map .map:not(.map--loading):after {
    border: .5rem solid #f7ae10;
    border-radius: 50%;
    content: "";
    height: 80%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%
}

.offer-location-map .map__image {
    border-radius: .8rem;
    display: inline-block
}

.offer-seller {
    font-size: 1.3rem;
    line-height: 1.6rem;
    max-width: 42.5rem;
    scroll-margin: 40vh;
    width: 100%
}

.offer-seller__name {
    color: #000;
    display: flex;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 0
}

.offer-seller__user-info {
    display: flex;
    justify-content: space-between
}

.offer-seller__user-age {
    color: #484848;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width: 479px) {
    .offer-seller__user-age {
        font-size:.9rem
    }
}

.offer-seller__profile-link {
    color: inherit;
    text-decoration: none
}

.offer-seller__seller-badges-container {
    margin-top: 1rem
}

.offer-seller__buy-now-request-container,.offer-seller__phone-number-container,.offer-seller__reservation-request-container,.offer-seller__send-message-container,.offer-seller__suggest-price-container {
    display: flex;
    justify-content: space-between;
    margin: 1.6rem 0
}

.offer-seller__buy-now-request-container:last-child,.offer-seller__phone-number-container:last-child,.offer-seller__reservation-request-container:last-child,.offer-seller__send-message-container:last-child,.offer-seller__suggest-price-container:last-child {
    margin-bottom: .8rem
}

.offer-seller__phone-number-link {
    color: #000;
    text-decoration: none
}

.offer-seller__phone-number-see-link {
    font-weight: 400;
    text-transform: none
}

.offer-seller__company-tag {
    color: #cc9843;
    font-size: 1.1rem;
    font-weight: bolder;
    margin-left: 1rem
}

.offer-seller__user-verified {
    background-image: url(/assets/fonts/1c7ef12aab6e4adc2467.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    color: #54b53c;
    font-size: 1rem;
    padding-right: 1rem
}

.product-card {
    margin-bottom: .8rem;
    max-width: 42.4rem
}

.product-card__body {
    flex-grow: 1
}

.product-card__body li,.product-card__body p {
    font-size: 1.2rem
}

.product-card__body ul {
    list-style: none;
    margin-top: .4rem;
    padding: 0
}

.product-card__body :last-child {
    margin-bottom: 0
}

.product-card__body {
    display: flex
}

.product-card__image {
    flex-shrink: 0;
    margin-right: 1.6rem;
    text-align: center;
    width: 12rem
}

.product-card__title {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 1.6rem
}

.product-card__title label {
    color: #000
}

.offer-card-container {
    position: relative
}

@media (min-width: 960px) {
    .offer-card-container {
        margin-bottom:1.6rem
    }
}

.offer-page__seller-other-offers .offer-card-container {
    margin-bottom: 0
}

.offer-card__extended__prop-main-button {
    margin-right: 2.4rem
}

@media (max-width: 1199px) {
    .offer-card__extended__prop-main-button {
        font-size:1.2rem;
        margin-right: 2rem
    }
}

.offer-card__active-promotion {
    display: flex;
    font-size: 1.3rem;
    font-weight: 600
}

.offer-card__active-promotion-badge {
    background-color: #f7ae10;
    border-radius: 8%;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    height: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 0;
    margin-left: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    width: auto;
    width: 6rem
}

.offer-card__active-promotion-time {
    font-size: 1.2rem;
    font-weight: 300
}

.offer-card {
    border-radius: .8rem .8rem 0 0;
    color: #484848;
    display: -ms-grid;
    display: grid;
    margin-bottom: .8rem;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    z-index: 20
}

@media (max-width: 959px) {
    .offer-card {
        padding:.8rem;
        -ms-grid-rows: auto .4rem 1fr .4rem auto .4rem auto .4rem auto .4rem auto;
        grid-template-rows: auto 1fr auto auto auto auto;
        -ms-grid-columns: auto .8rem 1fr .8rem auto;
        grid-template-columns: auto 1fr auto;
        grid-gap: .4rem .8rem;
        grid-template-areas: "image header following" "image price-and-offer-badges-and-offer-type price-and-offer-badges-and-offer-type" "image end-time end-time" "image quantity-available quantity-available" "seller seller seller" "goal goal goal" "cta cta cta"
    }

    .offer-card>.offer-page__seller {
        -ms-grid-column: 1;
        -ms-grid-row: 9;
        -ms-grid-column-span: 5
    }
}

@media (min-width: 960px) {
    .offer-card {
        padding:1.6rem;
        -ms-grid-rows: auto .4rem auto .4rem 1fr .4rem auto .4rem auto .4rem auto .4rem auto;
        grid-template-rows: auto auto 1fr auto auto auto auto;
        -ms-grid-columns: auto 1.6rem 1fr 1.6rem auto;
        grid-template-columns: auto 1fr auto;
        grid-gap: .4rem 1.6rem;
        grid-template-areas: "image header following following" "image params params params" "image price-and-offer-badges-and-offer-type price-and-offer-badges-and-offer-type cta" "image end-time end-time end-time" "image quantity-available quantity-available quantity-available" "image seller seller seller" "image goal goal goal"
    }

    .offer-card>.offer-page__seller {
        -ms-grid-column: 3;
        -ms-grid-row: 11;
        -ms-grid-column-span: 5
    }

    .offer-card-container.is-desktop-vertical .offer-card {
        padding: 1.6rem;
        -ms-grid-rows: auto .4rem auto .4rem auto .4rem 1fr .4rem auto .4rem auto .4rem auto;
        grid-template-rows: auto auto auto 1fr auto auto auto;
        -ms-grid-columns: auto 1.6rem 1fr;
        grid-template-columns: auto 1fr;
        grid-gap: .4rem 1.6rem;
        grid-template-areas: "image image" "goal goal" "header following" "price-and-offer-badges-and-offer-type price-and-offer-badges-and-offer-type" "end-time end-time" "quantity-available quantity-available" "seller seller"
    }

    .offer-card-container.is-desktop-vertical .offer-card>.offer-page__seller {
        -ms-grid-column: 1;
        -ms-grid-row: 13;
        -ms-grid-column-span: 3
    }
}

.offer-card.has-error {
    border: 1px solid #e21400
}

.offer-card--classified {
    color: #f7ae10
}

.offer-card--bidding {
    color: #7770bd
}

.offer-card--advert,.offer-card--buy-now {
    color: #ff5a00
}

.offer-card__price {
    grid-area: price
}

.offer-card__price-and-offer-badges-and-offer-type>.offer-card__price {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1
}

.offer-card__offer-badges {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-area: offer-badges;
    -ms-grid-column: 3
}

@media (min-width: 960px) {
    .offer-card__offer-badges {
        margin-top:.4rem
    }
}

.offer-card__seller {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    grid-area: seller;
    justify-content: space-between
}

.offer-card__seller-name {
    flex: 0 0 auto;
    font-size: 1.1rem;
    margin: 0 .8rem 0 0;
    order: 1
}

.offer-card__seller-badges {
    margin: .6rem 0
}

@media (max-width: 959px) {
    .offer-card__seller-badges {
        flex:1 0 100%;
        order: 3
    }
}

@media (min-width: 960px) {
    .offer-card__seller-badges {
        flex:1 1 auto;
        order: 2
    }
}

.listing__items.is-grid .offer-card__seller-badges {
    flex: 1 1 100%;
    order: 3
}

@media (max-width: 959px) {
    .offer-card__location {
        order:2
    }
}

@media (min-width: 960px) {
    .offer-card__location {
        order:3
    }
}

.listing__items.is-grid .offer-card__location {
    order: 2
}

.offer-card__cta {
    grid-area: cta;
    -ms-grid-row-align: center;
    align-self: center
}

.offer-card__cta.btn {
    color: #fff
}

.offer-card__type {
    grid-area: type;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    white-space: nowrap
}

.offer-card__following {
    grid-area: following;
    -ms-grid-column-align: end;
    justify-self: end
}

.offer-card__params {
    grid-area: params
}

.offer-card__end-time {
    grid-area: end-time
}

.offer-card__quantity-available {
    grid-area: quantity-available
}

.offer-card__unfollowed-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1/8
}

.offer-card__unfollowed-checkbox {
    -ms-grid-column: 4;
    grid-column: 4/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1/8
}

.offer-card__body-header {
    display: flex;
    grid-area: header;
    justify-content: space-between
}

.offer-card__title {
    font-weight: 400;
    overflow: hidden;
    overflow-wrap: break-word
}

.offer-card__image {
    grid-area: image
}

.offer-card__image__overlay {
    align-items: center;
    background: hsla(0,0%,100%,.8);
    bottom: 0;
    color: #000;
    display: flex;
    font-weight: 600;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 3
}

@media (min-width: 960px) {
    .offer-card-container.is-desktop-vertical .offer-card__image {
        border-radius:.8rem .8rem 0 0;
        height: auto;
        margin: -1.6rem -1.6rem .8rem;
        width: auto
    }

    .offer-card-container.is-desktop-vertical .offer-card__image:after {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0
    }

    .offer-card-container.is-desktop-vertical .offer-card__image img {
        border-radius: 0;
        height: auto;
        left: 0;
        position: relative;
        right: 0;
        width: 100%
    }
}

.offer-card__image__wrapper {
    border-radius: .8rem;
    overflow: hidden;
    position: relative
}

.offer-card__image__wrapper:after {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.offer-card__image__wrapper img {
    display: block;
    position: relative;
    transition: transform .5s ease;
    width: 100%;
    z-index: 1
}

@media (min-width: 960px) {
    .offer-card-container.is-desktop-vertical .offer-card__image__wrapper {
        border-radius:.8rem .8rem 0 0
    }
}

.offer-card:hover .offer-card__image img {
    transform: scale(1.2)
}

.offer-card__link {
    color: inherit;
    text-decoration: none
}

.offer-card__buy-with-allegro-icon {
    margin: 0 0 0 .4rem;
    vertical-align: middle
}

.offer-card__end-time,.offer-card__quantity-available {
    font-size: 1rem;
    padding-bottom: .4rem
}

.offer-card-btn {
    box-sizing: border-box;
    min-height: 4.8rem
}

@media (min-width: 960px) {
    .offer-card-btn {
        min-width:20rem
    }
}

.offer-card__location {
    background-image: url(/assets/fonts/7d927840f5f4a4ebe4be.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto 1.6rem;
    color: #767676;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4rem;
    padding-left: 1.8rem
}

.offer-card__extended {
    background: #fff;
    border-radius: 0 0 .8rem .8rem;
    box-shadow: 0 1px 1px 0 rgba(10,22,70,.24),0 0 1px 0 rgba(10,22,70,.32);
    margin-top: -.8rem;
    position: relative;
    z-index: 15
}

.offer-card__extended-buyer {
    margin-bottom: .5rem;
    margin-top: 0
}

.offer-card__extended__title {
    color: #484848;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0
}

.offer-card__extended__prop {
    margin-bottom: .4rem
}

.offer-card__extended__prop,.offer-card__extended__prop-main {
    color: #767676;
    font-size: 1.2rem
}

.offer-card__extended__prop-update {
    color: #767676;
    font-size: 1.3rem;
    margin-bottom: .4rem;
    margin-right: 1.4rem
}

@media (max-width: 767px) {
    .offer-card__extended__action__container {
        display:flex;
        justify-content: center
    }
}

.offer-card__extended__action .btn-text-secondary {
    font-size: 1.3rem
}

.offer_card__action-warning {
    color: #e21400;
    font-weight: bolder
}

.offer-card__extended__section-header {
    font-weight: 700
}

.offer-card__extended__section-line {
    margin-bottom: 0
}

.offer-card__extended__refund {
    display: flex;
    justify-content: space-between
}

.offer-card__extended__refund__link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #2bb9a3;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    gap: 7px;
    line-height: 1.23;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase
}

.offer-card__extended__refund__link:before {
    background: url(/assets/fonts/c884ee7ce614f73f6b39.svg) 50% no-repeat;
    content: "";
    display: inline-block;
    height: 16px;
    opacity: .7;
    width: 24px
}

@media (min-width: md) {
    .offer-card__extended__refund__link:before {
        width:16px
    }
}

.offer-card__price-and-offer-badges-and-offer-type {
    display: -ms-grid;
    display: grid;
    grid-area: price-and-offer-badges-and-offer-type;
    margin: .8rem 0;
    -ms-grid-rows: min-content .4rem 1fr;
    grid-template-rows: min-content 1fr;
    -ms-grid-columns: min-content 1.6rem 1fr;
    align-items: start;
    grid-template-columns: min-content 1fr;
    grid-gap: .4rem 1.6rem;
    grid-template-areas: "price offer-badges" "type offer-badges"
}

.offer-card__coins {
    grid-area: coins;
    -ms-grid-row-align: start;
    align-items: center;
    align-self: start;
    color: #767676;
    display: flex;
    font-size: 1.1rem;
    line-height: 1.6rem
}

@media (min-width: 960px) {
    .offer-card__coins {
        -ms-grid-column-align:end;
        justify-self: end;
        margin-top: 1.2rem
    }
}

.offer-card__coins:after {
    background: no-repeat url(/assets/fonts/4595d92cd4b666c3ce97.svg);
    background-size: 2.4rem 1.7rem;
    content: "";
    display: inline-block;
    height: 1.7rem;
    margin-left: .4rem;
    width: 2.4rem
}

@media (min-width: 960px) {
    .offer-card__coins:after {
        margin-left:.8rem
    }
}

@media (max-width: 959px) {
    .offer-card__active-promotion-container {
        padding-left:1rem;
        padding-right: 1rem
    }

    .offer-card__image {
        flex-shrink: 0;
        height: 12rem;
        margin-left: -.8rem;
        margin-top: -.8rem;
        width: 12rem
    }

    .offer-card__footer {
        border-top: 1px solid #f7f7f7;
        padding: .8rem;
        width: 100%
    }

    .offer-card__extended__prop-main-button {
        margin-right: 1rem
    }

    .offer-card-favorite {
        background: 0 0;
        border: 0;
        filter: drop-shadow(0 1px 1px rgba(0,0,0,.5));
        font-size: 0;
        padding: 1.2rem;
        position: absolute;
        right: calc(100% - 12rem);
        top: 0;
        z-index: 30
    }

    .offer-card__price .lower-price {
        -ms-grid-row-align: start;
        align-self: start
    }

    .offer-card__price .lower-price__old-price .price__cents {
        font-size: 1.2rem;
        font-weight: unset
    }

    .offer-card__price .ml-negotiation-etiquette {
        -ms-grid-row-align: start;
        align-self: start
    }

    .offer-card__price .price {
        font-size: 1.8rem
    }

    .offer-card__price .price__cents {
        font-size: 1.6rem;
        font-weight: 800
    }

    .offer-card__title {
        display: -webkit-box;
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: .8rem;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .offer-card__extended {
        margin-top: -.8rem;
        padding: 1.6rem .8rem .8rem
    }

    .offer-card__extended__action {
        justify-content: center;
        margin-left: -.8rem;
        margin-right: -.8rem;
        margin-top: .8rem
    }

    .offer-card__extended__action .offer-card__extended__prop {
        margin-bottom: 1.6rem;
        margin-top: .8rem;
        padding-left: .8rem;
        padding-right: .8rem
    }

    .offer-card__extended__action .offer-card__extended__prop-update {
        margin-top: .8rem;
        padding-left: .8rem;
        padding-right: .8rem
    }

    .offer-card__extended__action .btn-text-secondary {
        border-top: 1px solid #f7f7f7;
        display: block;
        padding: 1.6rem;
        text-align: center
    }

    .offer-card__extended__action .offer-card__extended__prop-button {
        border: 0;
        font-size: 1.4rem;
        padding: .8rem 1rem;
        text-align: left
    }

    .offer-card__price-and-offer-badges-and-offer-type {
        grid-template-areas: "offer-badges offer-badges" "price price" "type type"
    }

    .offer-card__price-and-offer-badges-and-offer-type>.cart-suggestions__card-price,.offer-card__price-and-offer-badges-and-offer-type>.offer-card__price {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
        -ms-grid-column-span: 3
    }

    .offer-card__offer-badges {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .offer-card__type {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
        -ms-grid-column-span: 3
    }
}

@media (min-width: 960px) {
    .offer-card__active-promotion-container {
        width:50%
    }

    .offer-card__image {
        flex-shrink: 0;
        height: 18rem;
        margin-left: -1.6rem;
        margin-top: -1.6rem;
        width: 18rem
    }

    .offer-card__title {
        margin-bottom: .8rem
    }

    .offer-card-favorite {
        background: 0 0;
        border: 0;
        font-size: 0;
        padding: 1.2rem;
        position: absolute;
        right: calc(100% - 18rem);
        top: 0;
        z-index: 100
    }

    .offer-card__price {
        align-items: flex-end;
        display: flex;
        flex-direction: column
    }

    .offer-card__price,.offer-card__price .lower-price {
        -ms-grid-row-align: start;
        align-self: start
    }

    .offer-card__price .lower-price__old-price .price__cents {
        font-size: 1.2rem;
        font-weight: unset
    }

    .offer-card__price .ml-negotiation-etiquette,.offer-card__price .price {
        -ms-grid-row-align: start;
        align-self: start
    }

    .offer-card__price .price {
        font-size: 2.2rem
    }

    .offer-card__price .price__cents {
        font-size: 1.8rem;
        font-weight: 800
    }

    .offer-card__extended {
        margin-top: -.8rem;
        padding: 2.4rem 2.4rem 1.6rem
    }

    @supports (display: grid) {
        .offer-card__image {
            grid-area:image
        }

        .offer-card__footer {
            grid-area: footer;
            padding: 0 2.4rem 1.6rem;
            width: auto;
            -ms-grid-row-align: end;
            align-items: flex-start;
            align-self: end
        }
    }

    .offer-card-container.is-desktop-vertical .offer-card__params {
        display: none
    }

    .offer-card-container.is-desktop-vertical .offer-card-favorite {
        right: 0
    }

    .offer-card-container.is-desktop-vertical .offer-card-favorite path {
        fill: #fff
    }

    .offer-card-container.is-desktop-vertical .offer-card__title {
        font-size: 1.4rem
    }

    .offer-card-container.is-desktop-vertical .offer-card__footer {
        padding: 0
    }

    .offer-card-container.is-desktop-vertical .offer-card__coins {
        margin-top: 0;
        -ms-grid-column-align: start;
        justify-self: start
    }
}

@media (max-width: 959px) {
    .offer-page__cart-container {
        -ms-grid-column:1;
        -ms-grid-row: 1
    }

    .offer-page__photos {
        -ms-grid-column: 1;
        -ms-grid-row: 2
    }

    .offer-page__buy-more-with-one-delivery {
        -ms-grid-column: 1;
        -ms-grid-row: 8
    }

    .offer-page__action-box {
        -ms-grid-column: 1;
        -ms-grid-row: 3
    }

    .offer-page__description {
        -ms-grid-column: 1;
        -ms-grid-row: 4
    }

    .offer-page__parameters {
        -ms-grid-column: 1;
        -ms-grid-row: 5
    }

    .offer-page__breadcrumbs {
        -ms-grid-column: 1;
        -ms-grid-row: 6
    }

    .offer-page__location-and-delivery {
        -ms-grid-column: 1;
        -ms-grid-row: 7
    }

    .offer-page__seller {
        -ms-grid-column: 1;
        -ms-grid-row: 9
    }

    .offer-page__cart-suggestions__seller-other-offers,.offer-page__seller-other-offers {
        -ms-grid-column: 1;
        -ms-grid-row: 10
    }

    .offer-page__offer-id {
        -ms-grid-column: 1;
        -ms-grid-row: 11
    }

    .offer-page__rules-violation-report {
        -ms-grid-column: 1;
        -ms-grid-row: 12
    }

    .offer-card>.offer-card__seller,.offer-card__seller {
        -ms-grid-column: 1;
        -ms-grid-row: 9
    }

    .offer-card>.offer-card__seller {
        -ms-grid-column-span: 5
    }

    .offer-card__cta {
        -ms-grid-column: 1;
        -ms-grid-row: 13;
        -ms-grid-column-span: 5
    }

    .offer-card__following {
        -ms-grid-column: 5;
        -ms-grid-row: 1
    }

    .offer-card__end-time {
        -ms-grid-column: 3;
        -ms-grid-row: 5;
        -ms-grid-column-span: 3
    }

    .offer-card__quantity-available {
        -ms-grid-column: 3;
        -ms-grid-row: 7;
        -ms-grid-column-span: 3
    }

    .offer-card__body-header {
        -ms-grid-column: 3;
        -ms-grid-row: 1
    }

    .offer-card__price-and-offer-badges-and-offer-type {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
        -ms-grid-column-span: 3
    }
}

@media (min-width: 960px) {
    .offer-page__photos {
        -ms-grid-column:1;
        -ms-grid-row: 2
    }

    .offer-page__buy-more-with-one-delivery {
        -ms-grid-column: 1;
        -ms-grid-row: 6
    }

    .offer-page__action-box {
        -ms-grid-row: 2;
        -ms-grid-row-span: 9;
        -ms-grid-column: 2
    }

    .offer-page__description {
        -ms-grid-column: 1;
        -ms-grid-row: 3
    }

    .offer-page__parameters {
        -ms-grid-column: 1;
        -ms-grid-row: 4
    }

    .offer-page__breadcrumbs {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 2
    }

    .offer-page__location-and-delivery {
        -ms-grid-column: 1;
        -ms-grid-row: 5
    }

    .offer-page__seller {
        -ms-grid-column: 1;
        -ms-grid-row: 7
    }

    .offer-page__cart-suggestions__seller-other-offers,.offer-page__seller-other-offers {
        -ms-grid-column: 1;
        -ms-grid-row: 8
    }

    .offer-page__offer-id {
        -ms-grid-column: 1;
        -ms-grid-row: 9
    }

    .offer-page__rules-violation-report {
        -ms-grid-column: 1;
        -ms-grid-row: 10
    }

    .offer-card__seller {
        -ms-grid-column: 1;
        -ms-grid-row: 7
    }

    .offer-card>.offer-card__seller {
        -ms-grid-column: 3;
        -ms-grid-row: 11;
        -ms-grid-column-span: 5
    }

    .offer-card-container.is-desktop-vertical .offer-card>.offer-card__seller {
        -ms-grid-column: 1;
        -ms-grid-row: 13;
        -ms-grid-column-span: 3
    }

    .offer-card>.offer-card__cta {
        -ms-grid-column: 7;
        -ms-grid-row: 5;
        -ms-grid-column-span: 1
    }

    .offer-card>.offer-card__following {
        -ms-grid-column: 5;
        -ms-grid-row: 1;
        -ms-grid-column-span: 3
    }

    .offer-card-container.is-desktop-vertical .offer-card>.offer-card__following {
        -ms-grid-column: 3;
        -ms-grid-row: 5;
        -ms-grid-column-span: 1
    }

    .offer-card__params {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
        -ms-grid-column-span: 5
    }

    .offer-card>.offer-card__end-time {
        -ms-grid-column: 3;
        -ms-grid-row: 7;
        -ms-grid-column-span: 5
    }

    .offer-card-container.is-desktop-vertical .offer-card>.offer-card__end-time {
        -ms-grid-column: 1;
        -ms-grid-row: 9;
        -ms-grid-column-span: 3
    }

    .offer-card>.offer-card__quantity-available {
        -ms-grid-column: 3;
        -ms-grid-row: 9;
        -ms-grid-column-span: 5
    }

    .offer-card-container.is-desktop-vertical .offer-card>.offer-card__quantity-available {
        -ms-grid-column: 1;
        -ms-grid-row: 11;
        -ms-grid-column-span: 3
    }

    .offer-card>.offer-card__body-header {
        -ms-grid-column: 3;
        -ms-grid-row: 1
    }

    .offer-card-container.is-desktop-vertical .offer-card>.offer-card__body-header {
        -ms-grid-column: 1;
        -ms-grid-row: 5
    }

    .offer-card>.offer-card__price-and-offer-badges-and-offer-type {
        -ms-grid-column: 3;
        -ms-grid-row: 5;
        -ms-grid-column-span: 3
    }

    .offer-card-container.is-desktop-vertical .offer-card>.offer-card__price-and-offer-badges-and-offer-type {
        -ms-grid-column: 1;
        -ms-grid-row: 7;
        -ms-grid-column-span: 3
    }

    .offer-card__footer {
        -ms-grid-column: 2;
        -ms-grid-row: 2
    }
}

@media (max-width: 959px) {
    .cart-suggestions__card-image-link {
        -ms-grid-row:1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }

    .cart-suggestions__card-title {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-column-span: 3
    }

    .cart-suggestions__card-price {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
        -ms-grid-column-span: 3
    }

    .cart-suggestions__card-details {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
        -ms-grid-column-span: 3
    }

    .cart-suggestions__card-add-to-cart {
        -ms-grid-column: 5;
        -ms-grid-row: 5
    }

    .offer-card__price {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
        -ms-grid-column-span: 3
    }

    .offer-card__image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }
}

@media (min-width: 960px) {
    .cart-suggestions__card-image-link {
        -ms-grid-row:1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }

    .cart-suggestions__card-title {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1
    }

    .cart-suggestions__card-price {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
        -ms-grid-column-span: 1
    }

    .cart-suggestions__card-details {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1
    }

    .cart-suggestions__card-add-to-cart {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 7
    }

    .offer-card__price {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
        -ms-grid-column-span: 1
    }

    .offer-card__image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }
}

.my-offer-card {
    display: flex
}

.my-offer-card__extended__prop {
    color: #000
}

.my-offer-card__extended__title {
    color: #484848;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    font-weight: 400;
    justify-content: space-between;
    margin: 0 2.4rem 0 0
}

.my-offer__body-header {
    display: flex;
    font-size: 1.3rem;
    font-weight: 600;
    justify-content: space-between;
    margin-bottom: .2rem;
    margin-right: 2.4rem;
    margin-top: .8rem;
    text-transform: uppercase
}

.my-offer-card__link {
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    text-decoration: none
}

@media (max-width: 959px) {
    .my-offer__body-header {
        margin-top:.2rem
    }

    .my-offer-card__body {
        padding: .8rem 1.6rem;
        width: calc(100% - 12rem)
    }

    .my-offer-card__image {
        flex-shrink: 0;
        height: 9.6rem;
        width: 9.6rem
    }

    .my-offer-card {
        flex-wrap: wrap
    }

    .my-offer-card__extended__title {
        margin-right: 0
    }

    .my-offer-card__price {
        display: flex;
        justify-content: flex-end;
        margin-right: 2.4rem;
        width: 100%
    }

    .my-offer-card__price .price {
        align-self: flex-end;
        font-size: 2.2rem
    }

    .my-offer-card__price .price-label {
        align-self: flex-start;
        color: #484848;
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-right: 1rem
    }

    .my-offer-card__price-amount {
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }

    .my-offer-card__price-amount .price {
        align-self: flex-end
    }

    .my-offer-card__lower-prices {
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }

    .my-offer-card__lower-prices .lower-price {
        align-self: flex-end
    }

    .my-offer-card__bids {
        width: 100%
    }

    .my-offer-card__extended-container__prop {
        display: flex;
        margin-left: .8rem
    }

    .my-offer-card__extended__prop {
        margin-left: .8rem
    }

    .my-offer-card__extended-wrapper {
        width: 100%
    }

    .my-offer-card__extended__action {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 2rem
    }

    .my-offer-card__extended__action-main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: .8rem
    }

    .my-offer-card__title {
        font-size: 1.6rem;
        font-weight: 700;
        margin-top: 0
    }

    .my-offer-card__extended__action-ended {
        margin-left: .8rem;
        margin-right: 0
    }
}

@media (min-width: 960px) {
    .my-offer-card__image {
        flex-shrink:0;
        height: 9.6rem;
        width: 9.6rem
    }

    .my-offer-card__body {
        display: flex;
        flex-direction: column;
        padding: 0 1.6rem;
        width: 100%
    }

    .my-offer-card__extended {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .my-offer-card__extended-container {
        display: flex
    }

    .my-offer-card__extended-container__prop {
        margin-bottom: .8rem;
        margin-right: 2rem;
        margin-top: .8rem
    }

    .my-offer-card__extended__action {
        align-items: center;
        display: flex;
        margin-bottom: 2rem;
        margin-top: 2rem
    }

    .my-offer-card__title {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        margin-right: 2.4rem;
        margin-top: 0
    }

    .my-offer-card__price {
        align-self: flex-end;
        justify-content: flex-end;
        margin-bottom: 0
    }

    .my-offer-card__price .lower-price,.my-offer-card__price .price {
        align-self: flex-end
    }

    @supports (display: grid) {
        .my-offer-card__body {
            width:100%
        }

        .my-offer-card>a {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 9.6rem minmax(0,1fr);
            grid-template-areas: "image body" "image footer";
            grid-template-columns: 9.6rem minmax(0,1fr)
        }
    }
}

.goal-incentive {
    background-color: #cfe0f7;
    color: #1b59ac;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    text-align: center
}

.goal-incentive--success {
    background-color: #e4f3f0;
    color: #2bb9a3
}

.goal-incentive--warning {
    background-color: #fcf6ea;
    color: #cc9843
}

.goal-progress {
    position: relative
}

.goal-progress__bar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #cfe0f7;
    border: 0;
    border-radius: 1.6rem;
    color: #1b59ac;
    height: 3.2rem;
    overflow: hidden;
    width: 100%
}

.goal-progress__bar::-moz-progress-bar {
    background: currentColor
}

.goal-progress__bar::-webkit-progress-bar {
    background: 0 0
}

.goal-progress__bar::-webkit-progress-value {
    background: currentColor
}

.goal-progress__bar::-ms-fill {
    background-color: currentColor;
    border: 0
}

.goal-progress__value {
    color: #fff;
    display: inline;
    font-size: 1.6rem;
    font-weight: 700;
    left: 50%;
    line-height: 3.2rem;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    vertical-align: baseline
}

.goal-progress.is-white .goal-progress__bar {
    background-color: #75a0dc;
    color: #fff
}

.goal-progress.is-white .goal-progress__value {
    color: #484848
}

.goal-progress.is-compact .goal-progress__bar {
    border-radius: 1.2rem;
    height: 2.4rem
}

.goal-progress.is-compact .goal-progress__value {
    font-size: 1rem;
    line-height: 2.4rem
}

.goal-progress-incentive {
    color: #1b59ac;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.8rem
}

.cart {
    background-color: #fff;
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;
    margin: .8rem 0;
    padding: 1.6rem 2.4rem;
    position: relative
}

.cart:after {
    border-radius: inherit;
    bottom: 0;
    box-shadow: 0 .1rem .1rem 0 rgba(72,72,72,.1),0 0 .1rem 0 rgba(72,72,72,.1);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.cart__header {
    margin-bottom: .8rem
}

.cart__delivery-agreement {
    color: #484848;
    font-size: 1.3rem;
    margin-bottom: 1.6rem
}

.cart__action-box {
    display: flex;
    justify-content: center
}

.cart__action-box__link {
    height: 4.8rem;
    width: 100%
}

.mlc-other-offers-banner {
    display: flex
}

.mlc-other-offers-banner__text {
    padding-left: 8px
}

.mlc-other-offers-banner__text-accent-orange {
    color: #f7ae10
}

.mlc-other-offers-banner__text-accent-purple {
    color: #6256b1
}

.mlc-other-offers-banner__icon {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    width: 40px
}

.cart-item {
    display: flex;
    margin-bottom: 1.6rem
}

.cart-item__image {
    border-radius: 15%;
    height: 4.7rem;
    margin-right: .8rem;
    width: 4.7rem
}

@media (max-width: 959px) {
    .cart-item__image {
        height:6.5rem;
        width: 6.5rem
    }
}

.cart-item__more {
    color: #767676;
    font-size: 1.2rem
}

.scrollable-by-dragging {
    overflow: auto
}

@media (pointer: fine) {
    .scrollable-by-dragging {
        overflow:hidden
    }
}

.scrollable-by-dragging--scrolling {
    cursor: move
}

.offer-action-box-header {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 .6rem
}

.offer-action-box-header__offer-type {
    flex: 0 0 auto;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2.4rem;
    order: 1;
    text-transform: uppercase
}

.offer-action-box-header__title {
    flex: 1 1 100%;
    font-size: 1.8rem;
    font-weight: 600;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 1.2rem 0 0;
    order: 3;
    overflow-wrap: break-word;
    word-break: break-word
}

.offer-action-box-header__following {
    flex: 0 0 auto;
    order: 2
}

.offer-action-box-details {
    align-items: stretch;
    color: #484848;
    display: flex;
    flex-flow: row wrap;
    font-size: 1.2rem;
    margin: 0 0 2rem
}

.offer-action-box-details__offer-badges {
    flex: 1 1 100%;
    margin: 0 0 1.6rem
}

.offer-action-box-details__group {
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    justify-content: flex-start
}

.offer-action-box-details__quantity {
    font-weight: 600;
    margin: .4rem 0
}

.offer-action-box-details__availability {
    margin: .4rem 0;
    position: relative
}

.offer-action-box-details__availability-countdown {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.offer-action-box-details__availability-countdown-minutes,.offer-action-box-details__availability-countdown-seconds {
    color: #000;
    display: flex;
    flex: 0 0 auto;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap
}

.offer-action-box-details__availability-countdown-seconds:before {
    content: ":";
    margin: 0;
    padding: 0 .2rem
}

.offer-action-box-details__availability-countdown-digit {
    background-image: linear-gradient(180deg,#fafafa,#e7e7e7 49%,#fafafa);
    border: 1px solid #e7e7e7;
    border-radius: .4rem;
    margin: .1rem;
    padding: 0 .35rem
}

.offer-action-box-details__availability-info,.offer-action-box-details__availability-till-end-label {
    display: inline;
    font-weight: 600
}

.offer-action-box-details__availability-countdown .offer-action-box-details__availability-till-end-label {
    color: #000;
    font-size: 1.4rem;
    margin: 0 .4rem
}

.offer-action-box-details__availability-date {
    display: block;
    font-weight: 400
}

.offer-action-box-details__availability-offer-prolonged-info {
    align-items: center;
    animation: animate-heart-beat 2s ease-in,fade-out 5s;
    background-color: #f7f7f7;
    bottom: 0;
    display: flex;
    font-size: 1.2rem;
    font-weight: 600;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media (min-width: 960px) {
    .offer-action-box-details__availability-offer-prolonged-info {
        background-color:#fff
    }
}

@keyframes fade-out {
    0%,80% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.offer-action-box-details__price {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin: .4rem 0
}

.offer-action-box-details__price-label {
    flex: 0 0 auto;
    font-weight: 400;
    margin: .4rem 0;
    order: 2
}

.offer-action-box-details__negotiation-etiquette {
    display: flex;
    justify-content: flex-end
}

.offer-action-box-details__price-value {
    flex: 0 0 auto;
    order: 1
}

.offer-action-box-details__price-value .lower-price {
    justify-content: flex-end
}

.offer-action-box-details__bidders-and-bids {
    margin: .4rem 0;
    text-align: right
}

.offer-action-box-details__number-of-bidders-label,.offer-action-box-details__number-of-bidders-value,.offer-action-box-details__number-of-bids-label,.offer-action-box-details__number-of-bids-value {
    font-weight: 600
}

.offer-action-box-details__seller-name {
    margin: .8rem 0
}

.offer-action-box-buttons-panel {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

@media (min-width: 960px) {
    .offer-action-box-buttons-panel {
        background:#fff;
        border-radius: 0 0 .8rem .8rem;
        box-shadow: 0 -2px 6px 0 hsla(0,0%,46%,.1);
        margin-left: -.8rem;
        margin-right: -.8rem;
        padding: 1.6rem 3.2rem 0
    }
}

@media (min-width: 960px)and (min-width:960px) {
    .offer-action-box-buttons-panel {
        margin-left:-3.2rem;
        margin-right: -3.2rem
    }
}

.offer-action-box-buttons-panel__cart-button {
    width: 100%
}

.offer-action-box-buttons-panel__bidding-box {
    flex: 1 0 100%
}

@media (min-width: 960px) {
    .offer-action-box-buttons-panel__bidding-box {
        margin:-2.4rem 0 0
    }
}

.offer-action-box-buttons-panel__menu {
    flex: 0 1 auto;
    position: relative
}

.offer-action-box-buttons-panel__menu.is-full-width {
    width: 100%
}

.offer-action-box-buttons-panel__dropdown {
    display: none
}

.offer-action-box-buttons-panel__dropdown ul {
    background: #fff;
    border-radius: .8rem;
    box-shadow: 0 1px 1px 0 rgba(10,22,70,.1),0 0 1px 0 rgba(10,22,70,.06);
    list-style: none;
    margin: 0 0 .8rem;
    padding: 0
}

@media (min-width: 960px) {
    .offer-action-box-buttons-panel__dropdown ul {
        box-shadow:0 2px 6px 0 rgba(0,0,0,.06),0 -2px 6px 0 rgba(0,0,0,.06);
        margin-bottom: 1.6rem
    }

    .offer-action-box-buttons-panel__dropdown ul:after {
        border-left: 1.2rem solid transparent;
        border-right: 1.2rem solid transparent;
        border-top: 1.2rem solid #fff;
        bottom: .4rem;
        content: "";
        filter: drop-shadow(0 2px 2px rgba(0,0,0,.06));
        left: 1.6rem;
        position: absolute
    }
}

.offer-action-box-buttons-panel__dropdown li+li {
    border-top: 1px solid #f7f7f7;
    font-size: 1.5rem
}

.offer-action-box-buttons-panel__dropdown-item {
    align-items: center;
    color: #000;
    display: flex;
    padding: 1.6rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    width: 100%
}

.offer-action-box-buttons-panel__dropdown-item:after {
    background: url(/assets/fonts/8b83bcf8da92dbfa29b3.svg) 100% no-repeat;
    content: "";
    display: inline-block;
    height: 1.6rem;
    margin-left: auto;
    width: 3.2rem
}

.offer-action-box-buttons-panel__dropdown-item svg {
    margin: .8rem 2.4rem .8rem 0
}

.offer-action-box-buttons-panel__dropdown-item .phone-number {
    color: #767676;
    display: block;
    font-size: 1.2rem
}

@media (max-width: 959px) {
    .offer-action-box-buttons-panel__dropdown-content {
        bottom:1.2rem;
        left: 1.2rem;
        position: fixed;
        right: 1.2rem;
        z-index: 1000
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .offer-action-box-buttons-panel__dropdown-content {
            bottom: calc(1.2rem + env(safe-area-inset-bottom))
        }
    }
}

@media (min-width: 960px) {
    .offer-action-box-buttons-panel__dropdown-content {
        bottom:100%;
        left: 0;
        position: absolute;
        z-index: 1000
    }
}

.offer-action-box-buttons-panel__dropdown-close-button {
    background: #fff;
    border: 0;
    border-radius: .8rem;
    color: #000;
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 16/13;
    padding: 1.6rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.offer-action-box-buttons-panel__menu.is-active:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990
}

@media (max-width: 959px) {
    .offer-action-box-buttons-panel__menu.is-active:before {
        background:rgba(0,0,0,.6)
    }
}

.offer-action-box-buttons-panel__menu.is-active .offer-action-box-buttons-panel__dropdown {
    display: block
}

.offer-action-box-buttons-panel__primary-buttons {
    flex: 1 1 auto;
    margin-left: 2.4rem
}

.offer-action-box-buttons-panel .offer-action-box-buttons-panel__primary-buttons .btn--bidding,.offer-action-box-buttons-panel .offer-action-box-buttons-panel__primary-buttons .btn--buy-now,.offer-action-box-buttons-panel .offer-action-box-buttons-panel__primary-buttons .btn--classified,.offer-action-box-buttons-panel__primary-buttons .btn-primary,.offer-action-box-buttons-panel__primary-buttons .offer-action-box-buttons-panel .btn--bidding,.offer-action-box-buttons-panel__primary-buttons .offer-action-box-buttons-panel .btn--buy-now,.offer-action-box-buttons-panel__primary-buttons .offer-action-box-buttons-panel .btn--classified {
    width: 100%
}

.offer-action-box-buttons-panel .btn--bidding,.offer-action-box-buttons-panel .btn--buy-now,.offer-action-box-buttons-panel .btn--classified {
    height: 4.8rem
}

.offer-action-box-buttons-panel__state-describe-text {
    color: #767676;
    font-size: 1.3rem;
    margin-top: 1.2rem;
    text-align: center
}

@media (max-width: 959px) {
    html.with-page-header-dropdown-overlay,html.with-page-header-dropdown-overlay body {
        overflow:hidden
    }

    html.with-page-header-dropdown-overlay .offer-action-box-buttons-panel.is-fixed {
        z-index: 490
    }
}

.Toastify__toast,.ml-alert {
    background-color: #fff;
    border-left: 4px solid;
    border-color: #1b59ac;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    color: #222;
    margin-bottom: 4px;
    padding: 16px
}

.Toastify__toast--success,.ml-alert--success {
    border-color: #0fb91b
}

.Toastify__toast--warning,.ml-alert--warning {
    border-color: #ffc400
}

.Toastify__toast--error,.ml-alert--error {
    border-color: #e21400
}

.Toastify__close-button,.ml-alert__close-button {
    color: #767676
}

.Toastify__progress-bar,.ml-alert__progress-bar {
    background-color: #1b59ac
}

.Toastify__progress-bar--success,.ml-alert__progress-bar--success {
    background-color: #0fb91b
}

.Toastify__progress-bar--warning,.ml-alert__progress-bar--warning {
    background-color: #ffc400
}

.Toastify__progress-bar--error,.ml-alert__progress-bar--error {
    background-color: #e21400
}

.ml-badges {
    display: flex;
    flex-flow: row wrap;
    gap: 4px 0;
    list-style: none;
    margin: 4px 0 0;
    padding: 0
}

.ml-badges__badge {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dddbee;
    border-radius: 4px;
    color: #767676;
    display: flex;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    margin-right: 4px;
    padding: 0 4px;
    text-transform: uppercase;
    white-space: nowrap
}

.ml-badges__badge--free-delivery,.ml-badges__badge--success {
    background-color: #0fb91b;
    border: 0;
    color: #fff
}

.ml-badges__badge--legacy {
    background-color: #767676;
    border: 0;
    color: #fff;
    font-size: 11px
}

.ml-badges__badge-image {
    height: 14px;
    margin-right: 4px;
    width: 14px
}

.ml-badges__badge--coins-promo-img use {
    height: 12px;
    width: 12px
}

.ml-badges__badge--coins-promo {
    margin-top: 4px;
    text-decoration: none;
    width: -moz-min-content;
    width: min-content
}

.ml-badges__badge:not(:last-child) {
    margin-right: 4px
}

.ml-bottom-bar-buttons {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0,0,0,.16);
    display: flex;
    left: 0;
    min-height: 56px;
    padding: 8px 16px;
    position: fixed;
    right: 0;
    z-index: 100
}

.ml-bottom-bar-buttons--offer {
    transform: translateY(104px);
    transition: transform .3s ease-in-out
}

.ml-bottom-bar-buttons--sticky {
    height: 42px;
    transform: translateY(0)
}

.ml-bottom-bar-buttons--legacy-mobile-sticky {
    transform: translateY(0);
    transition: none
}

.ml-bottom-bar-buttons--legacy-mobile-sticky .mlc-buyer-actions__secondary-action--message {
    display: flex!important
}

.ml-bottom-bar-buttons--legacy-mobile-overview {
    display: none
}

@media (min-width: 1064px) {
    .ml-bottom-bar-buttons--legacy-mobile-overview {
        display:flex
    }
}

.ml-bottom-bar-buttons__primary-action {
    display: flex;
    flex: 1;
    flex-direction: column
}

.ml-bottom-bar-buttons>.ml-btn:not(:last-child),.ml-bottom-bar-buttons>.mlc-delivery-location__expand-button:not(:last-child),.ml-bottom-bar-buttons>.mlc-params__expand-button:not(:last-child) {
    margin-right: 8px
}

.ml-with-bottom-bar-buttons {
    padding-bottom: 56px
}

.ml-btn-group {
    display: flex;
    flex-direction: column
}

.ml-btn-group .ml-btn,.ml-btn-group .mlc-delivery-location__expand-button,.ml-btn-group .mlc-params__expand-button {
    width: 100%
}

.ml-btn-group .ml-btn-tertiary,.ml-btn-group .mlc-delivery-location__expand-button,.ml-btn-group .mlc-params__expand-button {
    margin-bottom: 8px;
    margin-top: 8px;
    position: relative
}

.ml-btn-group .ml-btn-tertiary:last-child,.ml-btn-group .mlc-delivery-location__expand-button:last-child,.ml-btn-group .mlc-params__expand-button:last-child {
    margin-bottom: 0
}

.ml-btn-group .ml-btn-tertiary:after,.ml-btn-group .mlc-delivery-location__expand-button:after,.ml-btn-group .mlc-params__expand-button:after {
    border-top: 1px solid #e7e7e7;
    content: "";
    height: 0;
    position: absolute;
    top: -8px;
    width: 100%
}

.ml-btn-group .ml-btn-primary:not(:last-child),.ml-btn-group .ml-btn-secondary:not(:last-child) {
    margin-bottom: 16px
}

.ml-card>.ml-btn-group:last-child {
    margin-bottom: -8px
}

.ml-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
    position: relative
}

.ml-card:after {
    border-radius: inherit;
    bottom: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.ml-card--purple {
    background-color: #f1f0f8;
    border: 1px solid #6256b1
}

.ml-card--blue {
    background: #f4f8fc;
    border: 1px solid #1b59ac
}

.ml-card--docked-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ml-card--docked-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ml-card--no-padding {
    padding: 0
}

.ml-carousel {
    position: relative
}

.ml-carousel__items {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    list-style: none;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.ml-carousel__items::-webkit-scrollbar {
    height: 0;
    width: 0
}

.ml-carousel__item {
    display: flex;
    flex: 0 0 auto;
    margin: 0 calc(var(--slides-gap)*1px/2)
}

.ml-carousel__item:first-child {
    margin-left: 0
}

.ml-carousel__item:last-child {
    margin-right: 0
}

.ml-carousel__next-button,.ml-carousel__prev-button {
    background-color: hsla(0,0%,100%,.5);
    background-image: url(/assets/fonts/3b7502506465dff1938e.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 32px;
    border: .1px solid #767676;
    cursor: pointer;
    display: none;
    font-size: 0;
    height: 64px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform-origin: center;
    transition: all .5s;
    width: 64px;
    z-index: 2
}

@media (hover: hover)and (pointer:fine) {
    .ml-carousel__next-button,.ml-carousel__prev-button {
        display:block
    }
}

.ml-carousel__prev-button {
    transform: translateY(-50%)
}

.ml-carousel__next-button {
    transform: rotate(180deg) translateY(50%)
}

.ml-carousel.scroll-arrows--can-nav-next .ml-carousel__next-button,.ml-carousel.scroll-arrows--can-nav-prev .ml-carousel__prev-button {
    pointer-events: unset
}

@media (hover: hover)and (pointer:fine) {
    .ml-carousel.scroll-arrows--can-nav-next:hover .ml-carousel__next-button,.ml-carousel.scroll-arrows--can-nav-prev:hover .ml-carousel__prev-button {
        opacity:1
    }
}

.ml-cart-instruction__list {
    counter-reset: cart-instruction-counter;
    list-style: none;
    margin-left: 32px
}

.ml-cart-instruction__list-item {
    counter-increment: cart-instruction-counter;
    line-height: 24px;
    position: relative
}

.ml-cart-instruction__list-item:not(:last-child) {
    margin-bottom: 4px
}

.ml-cart-instruction__list-item:before {
    background: #fff;
    border: 1px solid #6256b1;
    border-radius: 50%;
    color: #6256b1;
    content: counter(cart-instruction-counter);
    font-size: 14px;
    font-weight: 600;
    height: 24px;
    left: -32px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px
}

.ml-category-breadcrumbs {
    align-items: center;
    display: flex;
    font-size: 12px
}

.ml-category-breadcrumbs .ml-category-icon {
    height: 16px;
    width: 16px
}

.ml-category-breadcrumbs__list {
    display: flex;
    list-style: none;
    margin: 0 0 0 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 0
}

.ml-category-breadcrumbs__list.is-auto-scrolling {
    overflow: hidden
}

.ml-category-breadcrumbs__list-item {
    display: inline-block;
    white-space: nowrap
}

.ml-category-breadcrumbs__list-item:nth-last-child(n+2):after {
    background: url(/assets/fonts/f15df89958538a4659ee.svg) 50%/contain no-repeat;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 4px 1px 0;
    vertical-align: middle;
    width: 10px
}

.ml-category-breadcrumbs__name {
    color: #222;
    text-decoration: none
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__name:hover {
        color:#008673
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-dom-i-ogrod {
    color: #f5941c
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-dom-i-ogrod:hover {
        color:#f5941c
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-dziecko {
    color: #fa9690
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-dziecko:hover {
        color:#fa9690
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-elektronika {
    color: #4955ff
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-elektronika:hover {
        color:#4955ff
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-kolekcje-i-sztuka {
    color: #be4909
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-kolekcje-i-sztuka:hover {
        color:#be4909
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-kultura-i-rozrywka {
    color: #319fb6
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-kultura-i-rozrywka:hover {
        color:#319fb6
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-moda {
    color: #ff3d2e
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-moda:hover {
        color:#ff3d2e
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-motoryzacja {
    color: #0b4a6c
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-motoryzacja:hover {
        color:#0b4a6c
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-samochody {
    color: #0b4a6c
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-samochody:hover {
        color:#0b4a6c
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-sport-i-turystyka {
    color: #ab47bc
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-sport-i-turystyka:hover {
        color:#ab47bc
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-supermarket {
    color: #549e39
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-supermarket:hover {
        color:#549e39
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-lokalny-ryneczek {
    color: #549e39
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-lokalny-ryneczek:hover {
        color:#549e39
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-uroda {
    color: #f20574
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-uroda:hover {
        color:#f20574
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-ogloszenie-i-uslugi {
    color: #25c6da
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-ogloszenie-i-uslugi:hover {
        color:#25c6da
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-zdrowie {
    color: #03a9f4
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-zdrowie:hover {
        color:#03a9f4
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-zwierzeta {
    color: #c82813
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-zwierzeta:hover {
        color:#c82813
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-gielda-rolna {
    color: #617a55
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-gielda-rolna:hover {
        color:#617a55
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-nieruchomosci {
    color: #045762
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-nieruchomosci:hover {
        color:#045762
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-firma-i-uslugi {
    color: #25c6da
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-firma-i-uslugi:hover {
        color:#25c6da
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-swieta-i-karnawal {
    color: #df2e38
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-swieta-i-karnawal:hover {
        color:#df2e38
    }
}

.ml-category-breadcrumbs__leaf-category.is-category-wiosenne-inspiracje {
    color: #cd14cd
}

@media (hover: hover)and (pointer:fine) {
    .ml-category-breadcrumbs__leaf-category.is-category-wiosenne-inspiracje:hover {
        color:#cd14cd
    }
}

.ml-category-icon {
    height: 40px;
    width: 40px
}

.ml-category-icon:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    width: 16px
}

.ml-category-icon.is-category-dom-i-ogrod:before {
    background-image: url(/assets/fonts/159620143f62c31a5376.svg);
    color: #f5941c
}

.ml-category-icon.is-category-dziecko:before {
    background-image: url(/assets/fonts/343a73112c082d607e21.svg);
    color: #fa9690
}

.ml-category-icon.is-category-elektronika:before {
    background-image: url(/assets/fonts/0d0aa564667ed95f0ddd.svg);
    color: #4955ff
}

.ml-category-icon.is-category-kolekcje-i-sztuka:before {
    background-image: url(/assets/fonts/eb73a8aeecd32819e386.svg);
    color: #be4909
}

.ml-category-icon.is-category-kultura-i-rozrywka:before {
    background-image: url(/assets/fonts/8e21dff836d5f6bf9813.svg);
    color: #319fb6
}

.ml-category-icon.is-category-moda:before {
    background-image: url(/assets/fonts/f09a3ec1f8d94f7d7380.svg);
    color: #ff3d2e
}

.ml-category-icon.is-category-motoryzacja:before {
    background-image: url(/assets/fonts/9ec096fe18fac0f007a0.svg);
    color: #0b4a6c
}

.ml-category-icon.is-category-samochody:before {
    background-image: url(/assets/fonts/cd3d86d4cc9abd373dab.svg);
    color: #0b4a6c
}

.ml-category-icon.is-category-sport-i-turystyka:before {
    background-image: url(/assets/fonts/2ed17b460cb952031ad3.svg);
    color: #ab47bc
}

.ml-category-icon.is-category-lokalny-ryneczek:before,.ml-category-icon.is-category-supermarket:before {
    background-image: url(/assets/fonts/27e74e56c506083c8290.svg);
    color: #549e39
}

.ml-category-icon.is-category-uroda:before {
    background-image: url(/assets/fonts/7f06f379ab078f067c42.svg);
    color: #f20574
}

.ml-category-icon.is-category-ogloszenie-i-uslugi:before {
    background-image: url(/assets/fonts/6e1477459315b2713f96.svg);
    color: #25c6da
}

.ml-category-icon.is-category-zdrowie:before {
    background-image: url(/assets/fonts/326412944845d16f8b76.svg);
    color: #03a9f4
}

.ml-category-icon.is-category-zwierzeta:before {
    background-image: url(/assets/fonts/16581d2be971989f4c0c.svg);
    color: #c82813
}

.ml-category-icon.is-category-gielda-rolna:before {
    background-image: url(/assets/fonts/c44eb848f2d688ff6690.svg);
    color: #617a55
}

.ml-category-icon.is-category-nieruchomosci:before {
    background-image: url(/assets/fonts/bf50d080c9d63e8a809a.svg);
    color: #045762
}

.ml-category-icon.is-category-firma-i-uslugi:before {
    background-image: url(/assets/fonts/703abc487cb7940556f0.svg);
    color: #25c6da
}

.ml-category-icon.is-category-swieta-i-karnawal:before {
    background-image: url(/assets/fonts/42cfd7bd4a5f01c5d1e7.svg);
    color: #df2e38
}

.ml-category-icon.is-category-wiosenne-inspiracje:before {
    background-image: url(/assets/fonts/b7bff77ba634a761011f.svg);
    color: #cd14cd
}

.ml-container {
    margin: 0 auto;
    max-width: calc(var(--padding, 0px)*2 + var(--max-width));
    padding: 0 var(--padding,0)
}

.ml-container--large {
    --max-width: 1360px
}

.ml-container--small {
    --max-width: 878px
}

@media (min-width: 768px) {
    .ml-container {
        --padding:24px
    }
}

@media (min-width: 1200px) {
    .ml-container {
        --padding:40px
    }
}

.ml-divider--horizontal {
    border-top: 1px solid #e7e7e7;
    height: 0;
    width: 100%
}

.ml-divider--vertical {
    border-left: 1px solid #e7e7e7;
    height: 16px;
    margin: 0 8px
}

.ml-divider--fill-container-height {
    height: 100%
}

.ml-icon {
    display: inline-block
}

.ml-icon,.ml-icon svg {
    height: 24px;
    width: 24px
}

.ml-icon--small,.ml-icon--small svg {
    height: 16px;
    width: 16px
}

.ml-icon--medium,.ml-icon--medium svg {
    height: 28px;
    width: 28px
}

.ml-icon--large,.ml-icon--large svg {
    height: 32px;
    width: 32px
}

.ml-icon--extra-large,.ml-icon--extra-large svg {
    height: 48px;
    width: 48px
}

.ml-icon--black path {
    fill: #222
}

.ml-icon--black use {
    color: #222
}

.ml-icon--gray path {
    fill: #767676
}

.ml-icon--gray use {
    color: #767676
}

.ml-icon--gray-100 path {
    fill: #ddd
}

.ml-icon--gray-100 use {
    color: #ddd
}

.ml-icon--purple path {
    fill: #6256b1
}

.ml-icon--purple use {
    color: #6256b1
}

.ml-icon--green path {
    fill: #00a790
}

.ml-icon--green use {
    color: #00a790
}

.ml-icon--yellow path {
    fill: #f7ae10
}

.ml-icon--yellow use {
    color: #f7ae10
}

.ml-icon--neutral path {
    fill: #1b59ac
}

.ml-icon--neutral use {
    color: #1b59ac
}

.ml-icon--white path {
    fill: #fff
}

.ml-icon--white use {
    color: #fff
}

.ml-icon--accepted path {
    fill: #0fb91b
}

.ml-icon--accepted use {
    color: #0fb91b
}

.ml-icon--smart path {
    fill: #422779
}

.ml-icon--smart use {
    color: #422779
}

.ml-icon--orange path {
    fill: #ff5a00
}

.ml-icon--orange use {
    color: #ff5a00
}

.ml-icon--disabled path {
    fill: #c3c3c3
}

.ml-icon--disabled use {
    color: #c3c3c3
}

.ml-icon--dark-green path {
    fill: #045762
}

.ml-icon--dark-green use {
    color: #045762
}

.ml-icon--critical path {
    fill: #e21400
}

.ml-icon--critical use {
    color: #e21400
}

.ml-icon--warning path {
    fill: #ffc400
}

.ml-icon--warning use {
    color: #ffc400
}

.ml-icon--clickable {
    cursor: pointer
}

.ml-item {
    display: flex
}

.ml-item__smart-icon {
    margin-left: 8px;
    transform: translateY(4px)
}

.ml-item__photo {
    border-radius: 8px;
    flex: 0 0 64px;
    height: 64px;
    margin-right: 8px;
    overflow: hidden;
    width: 64px
}

.ml-item__photo>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .5s ease;
    width: 100%
}

.ml-item__photo--big {
    flex: 0 0 96px;
    height: 96px;
    width: 96px
}

@media (hover: hover)and (pointer:fine) {
    .ml-item:hover .ml-item__photo>img {
        transform:scale(1.25)
    }
}

.ml-item__properties {
    word-break: break-word
}

.ml-item__price-type-wrapper-section,.ml-item__properties {
    display: flex;
    flex-direction: column
}

.ml-item__price-type-wrapper-section--row {
    flex-direction: row
}

.ml-item__type-section--row {
    margin-left: 8px
}

.ml-item__price-section {
    align-items: baseline;
    display: flex
}

.ml-item__title {
    display: inline-flex
}

.ml-item__title,.ml-item__title:active,.ml-item__title:hover,.ml-item__title:visited {
    color: unset;
    text-decoration: none
}

.ml-item__title:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.ml-item__custom-additional-element,.ml-item__price-section,.ml-item__price-type-wrapper-section,.ml-item__prices-section,.ml-item__title,.ml-item__type-section {
    margin-bottom: 4px
}

.ml-item__custom-additional-element:last-child,.ml-item__price-section:last-child,.ml-item__price-type-wrapper-section:last-child,.ml-item__prices-section:last-child,.ml-item__title:last-child,.ml-item__type-section:last-child {
    margin-bottom: 0
}

.ml-label-filled {
    align-items: center;
    background-color: #767676;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 10px;
    font-weight: 600;
    justify-content: center;
    line-height: 16px;
    padding: 0 4px;
    text-transform: uppercase;
    white-space: nowrap
}

.ml-label-filled--green {
    background-color: #0fb91b
}

.ml-label-filled--yellow {
    background-color: #f7ae10
}

.ml-label-filled--white {
    background-color: #fff;
    color: #045762
}

.ml-label-filled--gray {
    background-color: #c3c3c3
}

.ml-label-filled--dark {
    background-color: #767676
}

.ml-generic-link {
    color: #00a790;
    text-decoration: none
}

.ml-generic-link:hover {
    color: #008673;
    text-decoration: none
}

.ml-generic-link:active,.ml-generic-link:visited {
    color: #006456;
    text-decoration: none
}

.ml-generic-link--normal {
    font-weight: 400
}

.ml-generic-link--semi-bold {
    font-weight: 600
}

.ml-generic-link:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.ml-negotiation-etiquette {
    background-image: url(/assets/fonts/82774473de6bbf83ae24.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    padding-left: 16px
}

.ml-negotiation-etiquette__text {
    color: #767676;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    white-space: nowrap
}

.ml-offer-type-color--classified {
    color: #1b59ac
}

.ml-offer-type-color--bidding {
    color: #6256b1
}

.ml-offer-type-color--buy_now {
    color: #ff5a00
}

.ml-offer-type-label {
    font-weight: 600;
    text-transform: uppercase
}

.ml-offer-type-label--small {
    font-size: 10px;
    line-height: 16px
}

.ml-offer-type-label--big {
    font-size: 14px;
    line-height: 19px
}

.ml-text-large {
    font-size: 16px;
    line-height: 22px
}

.ml-text-medium {
    font-size: 14px;
    line-height: 19px
}

.ml-text-small {
    font-size: 12px;
    line-height: 16px
}

.ml-text-tiny {
    font-size: 10px;
    line-height: 16px
}

.ml-text-normal {
    font-weight: 400
}

.ml-text-bold {
    font-weight: 700
}

.ml-text-semi-bold {
    font-weight: 600
}

.ml-text-color-primary {
    color: #222
}

.ml-text-color-secondary {
    color: #767676
}

.ml-text-color-neutral {
    color: #1b59ac
}

.ml-text-color-accepted {
    color: #0fb91b
}

.ml-text-color-critical {
    color: #e21400
}

.ml-text-color-warning {
    color: #ffc400
}

.ml-text-color-purple {
    color: #6256b1
}

.ml-text-color-orange {
    color: #ff5a00
}

.ml-text-color-teal {
    color: #00a790
}

.ml-text-strike-through {
    text-decoration: line-through
}

.ml-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ml-text-hyphens {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word
}

.ml-text-uppercase {
    text-transform: uppercase
}

.ml-text-lowercase {
    text-transform: lowercase
}

.ml-text-capitalize:first-letter {
    text-transform: uppercase
}

.ml-text-align-left {
    text-align: left
}

.ml-text-align-right {
    text-align: right
}

.ml-text-align-center {
    text-align: center
}

.ml-text-align-justify {
    text-align: justify
}

.ml-lower-price {
    display: flex;
    white-space: nowrap
}

.ml-lower-price__percent {
    background: #0fb91b;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-right: 4px;
    padding: 0 4px
}

.ml-lower-price__old-price {
    color: #767676;
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through
}

.ml-lower-price--size-small .ml-lower-price__old-price {
    font-size: 12px;
    line-height: 16px
}

.ml-offer-price {
    align-items: baseline;
    display: flex;
    font-weight: 600;
    line-height: 1.3em;
    white-space: nowrap;
    --decimal: 0.75em
}

.ml-offer-price--size-small {
    font-size: 16px
}

.ml-offer-price--size-medium {
    font-size: 22px
}

.ml-offer-price--size-large {
    font-size: 28px
}

.ml-offer-price--size-extra-large {
    font-size: 36px;
    --decimal: 24px
}

.ml-offer-price>.ml-offer-price__cents,.ml-offer-price>.ml-offer-price__currency {
    font-size: var(--decimal);
    line-height: 1.2em
}

.ml-price {
    display: flex;
    white-space: nowrap
}

.ml-price--accepted {
    color: #0fb91b
}

.ml-input {
    width: 100%
}

.ml-input__inner {
    display: flex;
    flex-flow: column-reverse;
    position: relative;
    width: 100%
}

.ml-input__inner__field,.ml-input__inner__label {
    touch-action: manipulation;
    transition: all .2s
}

.ml-input__inner__label {
    pointer-events: none
}

.ml-input__inner__suffix {
    align-items: center;
    background: 0 0;
    border: 0;
    bottom: 0;
    color: #767676;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 19px;
    margin-right: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.ml-input__inner__field {
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #aaa;
    color: #222;
    font-size: 14px;
    line-height: 19px;
    padding: 16px;
    width: 100%
}

.ml-input__inner__field--suffix-spacing {
    padding-right: 32px
}

.ml-input__inner__field::-moz-placeholder {
    color: #767676;
    opacity: 0
}

.ml-input__inner__field:-ms-input-placeholder {
    color: #767676;
    opacity: 0
}

.ml-input__inner__field::placeholder {
    color: #767676;
    opacity: 0
}

@supports (-webkit-touch-callout:none) {
    .ml-input__inner__field {
        -webkit-appearance: none;
        border: 1px solid #aaa;
        box-shadow: none
    }
}

@media (hover: hover)and (pointer:fine) {
    .ml-input__inner__field:hover {
        box-shadow:inset 0 0 0 2px #aaa;
        outline: 0
    }
}

.ml-input__inner__field:focus {
    box-shadow: inset 0 0 0 2px #aaa;
    outline: 0
}

.ml-input__inner__field:focus::-moz-placeholder {
    opacity: 1
}

.ml-input__inner__field:focus:-ms-input-placeholder {
    opacity: 1
}

.ml-input__inner__field:focus::placeholder {
    opacity: 1
}

@supports (-webkit-touch-callout:none) {
    .ml-input__inner__field:focus {
        border: 2px solid #aaa;
        box-shadow: none
    }
}

.ml-input__inner__field:disabled {
    box-shadow: inset 0 0 0 1px #c3c3c3;
    color: #c3c3c3;
    cursor: not-allowed
}

.ml-input__inner__field:disabled::-moz-placeholder {
    color: #c3c3c3
}

.ml-input__inner__field:disabled:-ms-input-placeholder {
    color: #c3c3c3
}

.ml-input__inner__field:disabled::placeholder {
    color: #c3c3c3
}

@supports (-webkit-touch-callout:none) {
    .ml-input__inner__field:disabled {
        border: 1px solid #c3c3c3;
        box-shadow: none
    }
}

.ml-input__inner__field--error,.ml-input__inner__field--error:focus {
    box-shadow: inset 0 0 0 1px #e21400
}

@supports (-webkit-touch-callout:none) {
    .ml-input__inner__field--error,.ml-input__inner__field--error:focus {
        border: 1px solid #e21400;
        box-shadow: none
    }
}

.ml-input__inner__field--positive,.ml-input__inner__field--positive:focus {
    box-shadow: inset 0 0 0 1px #0fb91b
}

@supports (-webkit-touch-callout:none) {
    .ml-input__inner__field--positive,.ml-input__inner__field--positive:focus {
        border: 1px solid #0fb91b;
        box-shadow: none
    }
}

.ml-input__inner__label {
    background-color: #fff;
    color: #767676;
    font-size: 14px;
    left: 16px;
    line-height: 19px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 50%;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.ml-input__inner__field:disabled+.ml-input__inner__label {
    color: #c3c3c3
}

.ml-input__inner__field:focus+.ml-input__inner__label {
    opacity: 1;
    transform: translateY(-21px);
    z-index: 1
}

.ml-input__inner__field:not(:-moz-placeholder-shown)+.ml-input__inner__label {
    font-size: 13px;
    padding: 0 4px;
    transform: translate(-4px,-34px)
}

.ml-input__inner__field:not(:-ms-input-placeholder)+.ml-input__inner__label {
    font-size: 13px;
    padding: 0 4px;
    transform: translate(-4px,-34px)
}

.ml-input__inner__field:focus+.ml-input__inner__label,.ml-input__inner__field:not(:placeholder-shown)+.ml-input__inner__label {
    font-size: 13px;
    padding: 0 4px;
    transform: translate(-4px,-34px)
}

.ml-input__inner__field--error:not(:-moz-placeholder-shown)+.ml-input__inner__label {
    color: #e21400
}

.ml-input__inner__field--error:not(:-ms-input-placeholder)+.ml-input__inner__label {
    color: #e21400
}

.ml-input__inner__field--error:focus+.ml-input__inner__label,.ml-input__inner__field--error:not(:placeholder-shown)+.ml-input__inner__label {
    color: #e21400
}

.ml-input__inner__field--positive:not(:-moz-placeholder-shown)+.ml-input__inner__label {
    color: #0fb91b
}

.ml-input__inner__field--positive:not(:-ms-input-placeholder)+.ml-input__inner__label {
    color: #0fb91b
}

.ml-input__inner__field--positive:focus+.ml-input__inner__label,.ml-input__inner__field--positive:not(:placeholder-shown)+.ml-input__inner__label {
    color: #0fb91b
}

.ml-input__error-message {
    color: #e21400;
    font-size: 12px;
    line-height: 16px
}

.ml-input__description {
    color: #767676;
    font-size: 12px;
    line-height: 16px
}

.ml-number-picker__inner {
    display: flex;
    height: 48px
}

.ml-number-picker__inner__button {
    align-items: center;
    background-color: #fff;
    border: 1px solid #aaa;
    color: #00a790;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 40px
}

.ml-number-picker__inner__button:first-of-type {
    border-radius: 8px 0 0 8px;
    border-right-width: 0
}

.ml-number-picker__inner__button:last-of-type {
    border-left-width: 0;
    border-radius: 0 8px 8px 0
}

.ml-number-picker__inner__button:disabled {
    color: #c3c3c3;
    cursor: not-allowed
}

@media (hover: hover)and (pointer:fine) {
    .ml-number-picker__inner__button:hover svg path {
        fill:#008673
    }
}

.ml-number-picker__inner__button:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px;
    z-index: 2
}

.ml-number-picker__inner__button:focus-visible svg path {
    fill: #008673
}

.ml-number-picker__inner__input {
    flex-grow: 1;
    height: 100%;
    min-width: 40px;
    z-index: 1
}

.ml-number-picker__inner__input__field {
    -moz-appearance: textfield;
    background-color: #fff;
    border: 0;
    box-shadow: inset 0 0 0 1px #aaa;
    color: #222;
    font-size: 14px;
    height: 100%;
    line-height: 19px;
    outline: 0;
    text-align: center;
    width: 100%
}

.ml-number-picker__inner__input__field::-webkit-inner-spin-button,.ml-number-picker__inner__input__field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@supports (-webkit-touch-callout:none) {
    .ml-number-picker__inner__input__field {
        border: 1px solid #aaa;
        box-shadow: none
    }
}

@media (hover: hover)and (pointer:fine) {
    .ml-number-picker__inner__input__field:hover {
        box-shadow:inset 0 0 0 2px #aaa
    }
}

.ml-number-picker__inner__input__field:focus {
    box-shadow: inset 0 0 0 2px #aaa;
    outline: 0
}

@supports (-webkit-touch-callout:none) {
    .ml-number-picker__inner__input__field:focus {
        border: 2px solid #aaa;
        box-shadow: none
    }
}

.ml-number-picker__inner__input__field:disabled {
    box-shadow: inset 0 0 0 1px #c3c3c3;
    cursor: not-allowed
}

@supports (-webkit-touch-callout:none) {
    .ml-number-picker__inner__input__field:disabled {
        border: 1px solid #c3c3c3;
        box-shadow: none
    }
}

.ml-number-picker__inner--disabled label input {
    color: #c3c3c3;
    cursor: not-allowed
}

.ml-number-picker__inner--error label {
    border-color: #e21400
}

.ml-number-picker__error-message {
    color: #e21400;
    font-size: 12px;
    line-height: 16px
}

.ml-select {
    width: 100%
}

.ml-select__inner {
    color: #767676;
    height: 48px;
    position: relative;
    width: 100%
}

.ml-select__inner__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #aaa;
    color: #222;
    font-size: 14px;
    height: 100%;
    line-height: 19px;
    outline: 0;
    padding: 16px 50px 16px 16px;
    width: 100%
}

@media (hover: hover)and (pointer:fine) {
    .ml-select__inner__field:hover {
        box-shadow:inset 0 0 0 2px #aaa
    }
}

.ml-select__inner__field:focus {
    box-shadow: inset 0 0 0 2px #aaa;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px
}

.ml-select__inner__field--selected {
    background-color: #f2fbf9;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px
}

.ml-select__inner__field--selected,.ml-select__inner__field--selected:hover {
    box-shadow: inset 0 0 0 1px #00a790
}

.ml-select__inner__label {
    background-color: #fff;
    color: #767676;
    font-size: 13px;
    left: 12px;
    padding: 0 4px;
    position: absolute;
    top: -24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto
}

.ml-select__inner__icon {
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.ml-select--disabled .ml-select__inner {
    color: #c3c3c3
}

.ml-select--disabled .ml-select__inner__field,.ml-select--disabled .ml-select__inner__icon,.ml-select--disabled .ml-select__inner__label {
    cursor: not-allowed
}

.ml-select--disabled .ml-select__inner__field,.ml-select--disabled .ml-select__inner__field:hover {
    box-shadow: inset 0 0 0 1px #c3c3c3;
    color: #c3c3c3
}

.ml-select--disabled .ml-select__inner__label {
    color: #c3c3c3
}

.ml-select--error .ml-select__inner__field,.ml-select--error .ml-select__inner__field:hover {
    box-shadow: inset 0 0 0 1px #e21400
}

.ml-select--error .ml-select__inner__label {
    color: #e21400
}

.ml-select--positive .ml-select__inner__field,.ml-select--positive .ml-select__inner__field:hover {
    box-shadow: inset 0 0 0 1px #0fb91b
}

.ml-select--positive .ml-select__inner__label {
    color: #0fb91b
}

.ml-select__error-message {
    color: #e21400;
    font-size: 12px;
    line-height: 16px
}

.ml-text-truncate__content {
    overflow: hidden;
    position: relative;
    transition: max-height .3s
}

.ml-text-truncate--expandable.ml-text-truncate--initialized .ml-text-truncate__content:after {
    background: linear-gradient(0deg,#fff,hsla(0,0%,100%,.98) 10.25%,hsla(0,0%,100%,.021) 73.33%,hsla(0,0%,100%,0) 0);
    bottom: 0;
    content: " ";
    display: block;
    height: 56px;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: opacity .3s
}

.ml-text-truncate--expandable.ml-text-truncate--expanded .ml-text-truncate__content:after {
    opacity: 0
}

.ml-text-truncate--expandable:not(.ml-text-truncate--expanded)[data-ml-text-truncate-content-max-height="180"] .ml-text-truncate__content {
    max-height: 180px
}

.ml-text-truncate__toggle-button-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: -8px;
    margin-top: 0
}

.ml-text-truncate__toggle-button-container svg path {
    fill: #00a790
}

.ml-text-truncate--expanded .ml-text-truncate__toggle-button-container {
    margin-top: 8px
}

.ml-text-truncate:not(.ml-text-truncate--expandable) .ml-text-truncate__toggle-button-container,.ml-text-truncate:not(.ml-text-truncate--initialized) .ml-text-truncate__toggle-button-container {
    display: none
}

.ml-text-truncate__toggle-icon {
    margin-right: 8px;
    transition: transform .3s
}

.ml-text-truncate--expandable.ml-text-truncate--expanded .ml-text-truncate__toggle-icon {
    transform: rotate(180deg)
}

.ml-text-truncate__toggle-icon path {
    fill: #00a790
}

.ml-tooltip {
    align-items: flex-start;
    background-color: #f4f8fc;
    border: 1px solid #1b59ac;
    border-radius: 4px;
    display: flex;
    padding: 8px;
    z-index: 500
}

.ml-tooltip__content {
    padding: 8px
}

.ml-tooltip__arrow>path:first-child {
    fill: #f4f8fc;
    stroke: #1b59ac
}

.ml-tooltip__trigger {
    align-items: center;
    background-color: transparent;
    border: 0;
    display: flex;
    justify-content: center;
    outline-width: 1px;
    padding: 0 4px
}

.ml-tooltip__trigger:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.ml-tooltip__closeButton {
    margin-left: 8px
}

.ml-bullet-list {
    list-style-type: disc
}

.ml-modal-v2-close-icon {
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 16px
}

.ml-modal-v2-close-icon:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.ml-modal-v2-header {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 22px
}

.ml-modal-v2-footer {
    margin-top: 16px
}

.ml-modal-v2-body__full {
    height: 100%;
    overflow-y: auto
}

.ml-modal-v2-body__full--center {
    align-items: center;
    display: flex
}

.ml-modal-v2-body__full--center>.ml-modal-v2-body__content {
    margin: auto
}

.ml-screen-modal {
    position: relative
}

.ml-screen-modal__panel-wrapper {
    background: rgba(0,0,0,.6);
    inset: 0;
    position: fixed;
    z-index: 100
}

.ml-screen-modal__panel {
    height: 100%
}

.ml-screen-modal__container {
    background: #f4f8fc;
    height: 100%
}

.ml-screen-modal__main-bar {
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    box-sizing: border-box;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 56px;
    line-height: 21.5px;
    margin-bottom: 8px;
    padding: 16px 16px 16px 8px
}

.ml-screen-modal__button {
    align-items: center;
    background: 0 0;
    border: 0;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 8px;
    padding: 0;
    width: 40px
}

.ml-screen-modal__body {
    --screen-modal-offset-height: 200px;
    box-sizing: border-box;
    max-height: calc(100vh - var(--screen-modal-offset-height) - 8px);
    overflow-y: auto
}

.ml-screen-modal__footer {
    background: #fff;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0,0,0,.16);
    box-sizing: border-box;
    left: 0;
    padding: 8px 16px;
    position: fixed;
    width: 100%
}

.ml-modal-v2 {
    position: relative
}

.ml-modal-v2__panel-wrapper {
    background: rgba(0,0,0,.6);
    inset: 0;
    position: fixed;
    z-index: 1000
}

.ml-modal-v2__panel {
    --padding: 16px;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    bottom: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    box-sizing: border-box;
    left: 50%;
    max-height: calc(100vh - var(--padding)*2);
    overflow-y: auto;
    padding: 16px;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    --safe-area-inset-bottom: env(safe-area-inset-bottom,0);
    padding-bottom: calc(var(--safe-area-inset-bottom) + 16px)
}

@supports (min-height: calc(100dvh - var(--padding )*2)) {
    .ml-modal-v2__panel {
        max-height:calc(100dvh - var(--padding)*2)
    }
}

@media (max-width: 767px) {
    .ml-modal-v2__panel {
        --padding:0
    }
}

@media (min-width: 768px) {
    .ml-modal-v2__panel {
        border-radius:8px;
        bottom: unset;
        left: 50%;
        max-width: 696px;
        padding-bottom: 16px;
        top: 50%;
        transform: translate(-50%,-50%)
    }
}

@media (max-width: 767px) {
    .ml-modal-v2__full {
        display:flex;
        flex-direction: column;
        height: 100%
    }
}

.mlc-offer-overview-additional-etiquettes {
    align-items: center;
    color: #767676;
    display: flex;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 4px
}

.mlc-offer-overview-additional-etiquettes__item:not(:last-child) {
    margin-right: 8px
}

.mlc-offer-overview-additional-etiquettes__divider {
    border-right: 1px solid #aaa;
    height: 16px;
    margin-right: 8px
}

.mlc-scroll-top-arrow {
    align-items: center;
    background: rgba(34,34,34,.4);
    border-radius: 16px;
    bottom: 72px;
    display: flex;
    height: 32px;
    justify-content: center;
    position: fixed;
    right: 16px;
    width: 32px;
    z-index: 1
}

.mlc-scroll-top-arrow .ml-icon use {
    color: #fff
}

.mlc-offer-hybrid-bidding-input {
    max-width: 176px
}

.mlc-seller-offers__heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px 0
}

.mlc-seller-offers__list-item article:after {
    display: none
}

.mlc-seller-offers__show-all-button {
    padding: 16px 0
}

.mlc-seller-offers__items {
    margin-bottom: 16px
}

.mlc-seller-offers__item {
    padding-bottom: 8px
}

.mlc-seller-offers__cart-info-divider {
    margin: 0 16px;
    width: auto
}

.mlc-seller-offers__see-more-button-container {
    display: flex;
    flex-direction: column;
    padding: 8px 0
}

.mlc-seller-offers__mobile-ssr-container {
    height: 479px
}

.mlc-seller-offers__desktop-ssr-container {
    height: 358px
}

@media (max-width: 1063px) {
    .mlc-seller-offers--desktop {
        display:none
    }
}

@media (min-width: 1064px) {
    .mlc-seller-offers--mobile {
        display:none
    }
}

.mlc-seller-offers-cart-info__content {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.mlc-offer-hybrid-bidding__my-offer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    margin-top: 32px;
    position: relative
}

.mlc-offer-hybrid-bidding__my-offer:after {
    border-top: 1px solid #e7e7e7;
    height: 0;
    position: absolute;
    top: -16px;
    width: 100%
}

.mlc-offer-hybrid-bidding__my-offer__heading {
    flex-shrink: 0;
    margin-right: 24px;
    padding-top: 16px
}

.mlc-offer-hybrid-bidding__alert {
    margin-top: 8px
}

.mlc-offer-hybrid-bidding__badges {
    margin: 0 0 16px
}

.mlc-offer-hybrid-bidding__message {
    display: block;
    margin-bottom: 16px
}

.mlc-offer-hybrid-bidding__price-and-smart-icon {
    align-items: baseline;
    display: flex
}

@media (min-width: 1200px) {
    .mlc-offer-hybrid-bidding__price-and-smart-icon {
        margin-bottom:8px
    }
}

.mlc-offer-hybrid-bidding__smart-icon {
    margin-left: 8px;
    margin-right: 8px;
    transform: translateY(4px)
}

.mlc-offer-hybrid-bidding__offer-type-label {
    padding-bottom: 8px
}

@media (min-width: 1200px) {
    .mlc-offer-hybrid-bidding__offer-type-label {
        display:none
    }
}

.mlc-offer-hybrid-bidding-action-bar {
    display: flex;
    flex-direction: column
}

.mlc-offer-hybrid-bidding-action-bar__primary-action {
    flex-grow: 1;
    margin-bottom: 8px;
    order: 1
}

@media (min-width: 1200px) {
    .mlc-offer-hybrid-bidding-action-bar--mobile {
        display:none
    }
}

@media (min-width: 1064px) {
    .mlc-offer-hybrid-bidding-action-bar--desktop {
        margin-top:16px
    }
}

.mlc-offer-hybrid-bidding-action-bar--desktop .mlc-offer-hybrid-bidding-action-bar__secondary-action {
    order: 2
}

.mlc-offer-hybrid-bidding-action-bar--mobile .mlc-offer-hybrid-bidding-action-bar__secondary-action {
    height: 42px;
    width: 42px
}

.mlc-offer-hybrid-bidding-action-bar--mobile .mlc-offer-hybrid-bidding-action-bar__secondary-action-icon,.mlc-offer-hybrid-bidding-action-bar--mobile .mlc-offer-hybrid-bidding-action-bar__secondary-action-icon svg {
    margin-right: 0!important
}

.mlc-offer-hybrid-bidding-action-bar--legacy-mobile-overview {
    display: none
}

@media (min-width: 1200px) {
    .mlc-offer-hybrid-bidding-action-bar--legacy-mobile-overview {
        align-items:center;
        display: flex;
        flex-direction: row
    }
}

.mlc-offer-hybrid-bidding-action-bar__legacy-divider {
    display: none
}

@media (min-width: 1200px) {
    .mlc-offer-hybrid-bidding-action-bar__legacy-divider {
        display:block
    }
}

.mlc-offer-hybrid-bidding-action-bar--legacy-mobile-overview .mlc-offer-hybrid-bidding-action-bar__primary-action {
    margin-bottom: 0
}

.mlc-offer-hybrid-bidding-action-bar--legacy-mobile-overview .mlc-offer-hybrid-bidding-action-bar__secondary-action {
    margin-right: 8px;
    order: 1
}

.mlc-offer-hybrid-bidding-action-bar--legacy-mobile-sticky .mlc-offer-hybrid-bidding-action-bar__secondary-action {
    height: auto;
    width: auto
}

.mlc-offer-hybrid-bidding-action-bar--legacy-mobile-sticky .mlc-offer-hybrid-bidding-action-bar__secondary-action-icon,.mlc-offer-hybrid-bidding-action-bar--legacy-mobile-sticky .mlc-offer-hybrid-bidding-action-bar__secondary-action-icon svg {
    margin-right: 8px!important
}

.mlc-offer-hybrid-bid-confirmation {
    flex-grow: 1
}

.mlc-offer-hybrid-bid-confirmation__header {
    margin-bottom: 16px
}

.mlc-offer-hybrid-bid-confirmation__question {
    margin-bottom: 24px
}

.mlc-offer-hybrid-bid-confirmation--mobile {
    padding-top: 16px;
    z-index: 1100
}

@media (min-width: 1064px) {
    .mlc-offer-hybrid-bid-confirmation--mobile {
        display:none
    }
}

.mlc-offer-hybrid-bid-confirmation__container {
    flex: 1
}

@media (max-width: 1063px) {
    .mlc-offer-hybrid-bid-confirmation__overlay {
        background:rgba(0,0,0,.6);
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000
    }
}

@media (min-width: 1064px) {
    .mlc-offer-hybrid-bid-confirmation--desktop {
        border-top:1px solid #e7e7e7;
        margin-top: 16px;
        padding-top: 16px
    }
}

@media (max-width: 1063px) {
    .mlc-offer-hybrid-bid-confirmation--desktop {
        display:none
    }
}

.mlc-seller-details {
    display: flex;
    flex-direction: column
}

.mlc-seller-details__info {
    flex-basis: 100%;
    margin-bottom: 8px;
    padding-bottom: 0
}

@media (min-width: 1200px) {
    .mlc-seller-details__info {
        padding-bottom:16px
    }
}

.mlc-seller-details__actions-and-refund {
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    flex-basis: 100%;
    height: 121px
}

@media (min-width: 768px) {
    .mlc-seller-details__actions-and-refund--hidden {
        display:none
    }
}

.mlc-seller-details__actions {
    align-items: center;
    flex-basis: 100%;
    height: 100%;
    justify-content: center
}

.mlc-seller-details__actions--mobile {
    display: flex;
    margin: 16px 0 8px
}

@media (min-width: 1200px) {
    .mlc-seller-details__actions--mobile {
        display:none
    }
}

.mlc-seller-details__actions--desktop {
    display: none
}

@media (min-width: 1200px) {
    .mlc-seller-details__actions--desktop {
        display:flex
    }
}

.mlc-seller-details__refund {
    align-items: center;
    flex-basis: 100%;
    height: 100%;
    justify-content: center
}

.mlc-seller-details-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.mlc-seller-details-info__actions {
    width: 100%
}

@media (min-width: 1200px) {
    .mlc-seller-details-info__actions {
        padding-left:16px
    }
}

.mlc-seller-details-info__header-and-contact {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

@media (min-width: 1200px) {
    .mlc-seller-details-info__header-and-contact {
        -ms-grid-columns:1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

.mlc-seller-details-info__badges--mobile {
    display: block
}

@media (min-width: 1200px) {
    .mlc-seller-details-info__badges--mobile {
        display:none
    }
}

.mlc-seller-details-info__badges--desktop {
    display: none
}

@media (min-width: 1200px) {
    .mlc-seller-details-info__badges--desktop {
        display:block
    }

    .mlc-seller-details-info__divider {
        display: none
    }
}

.mlc-seller-details-location {
    align-items: center;
    display: flex;
    font-style: normal;
    justify-content: flex-start;
    margin-top: 8px
}

.mlc-seller-details-location__city-and-state {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: 8px
}

.mlc-seller-details-location__city {
    margin-bottom: 0;
    text-transform: capitalize
}

.mlc-seller-details-location__state {
    text-transform: lowercase
}

.mlc-seller-details-actions {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

@media (min-width: 1200px) {
    .mlc-seller-details-actions--hidden {
        display:none
    }
}

.mlc-seller-details-badges {
    margin-top: 4px
}

.mlc-seller-details-contact {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    row-gap: 16px
}

@media (min-width: 1200px) {
    .mlc-seller-details-contact {
        -moz-column-gap:16px;
        column-gap: 16px;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 8px
    }
}

.mlc-seller-details-contact__divider {
    display: none;
    height: 24px
}

@media (min-width: 1200px) {
    .mlc-seller-details-contact__divider {
        display:block
    }
}

.mlc-seller-details-contact__row {
    align-items: center;
    display: flex;
    justify-content: center
}

.mlc-seller-details-contact__row:last-of-type {
    margin-bottom: 8px
}

@media (min-width: 1200px) {
    .mlc-seller-details-contact__row:last-of-type {
        margin-bottom:0
    }
}

.mlc-seller-details-contact__row--legacy {
    margin-left: 0
}

.mlc-seller-details-contact__row--obfuscated .mlc-seller-details-contact__row-icon-revealed {
    display: none
}

.mlc-seller-details-contact__row--obfuscated .mlc-seller-details-contact__row-icon-obfuscated {
    display: block
}

.mlc-seller-details-contact__row--revealed .mlc-seller-details-contact__row-icon-obfuscated {
    display: none
}

.mlc-seller-details-contact__row--revealed .mlc-seller-details-contact__row-icon-revealed {
    display: block
}

.mlc-seller-details-contact__wrapper {
    align-content: center;
    color: #222;
    display: flex;
    justify-content: center;
    margin-left: 8px;
    text-decoration: none
}

.mlc-seller-details-contact__wrapper--legacy {
    justify-content: flex-start;
    margin-left: 0;
    margin-top: 8px;
    width: 100%
}

.mlc-seller-details-contact__legacy-text {
    margin-right: 8px
}

.mlc-seller-details-contact__text {
    display: flex;
    margin-right: 8px;
    -ms-grid-row-align: center;
    align-self: center
}

.mlc-seller-details-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

@media (min-width: 1200px) {
    .mlc-seller-details-header {
        border-right:1px solid #e7e7e7;
        flex-basis: 50%;
        margin-right: 16px
    }
}

.mlc-seller-details-header__heading {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.mlc-seller-details-header__user-icon {
    margin-right: 8px
}

.mlc-seller-details-header__allegro-age {
    margin-bottom: 16px;
    margin-top: 8px
}

.mlc-seller-details-header__last-seen {
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    margin-top: 8px
}

.mlc-seller-details-refund {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.mlc-seller-details-refund__header {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 8px;
    width: 100%
}

.mlc-seller-details-refund__icon {
    margin-right: 8px
}

.mlc-seller-details-refund__link {
    color: #00a790
}

.mlc-seller-details-legacy {
    flex-direction: column;
    height: 100%
}

.mlc-seller-details-legacy,.mlc-seller-details-legacy__contact-row,.mlc-seller-details-legacy__header {
    display: flex;
    justify-content: space-between
}

.mlc-seller-details-legacy__contact-row {
    align-items: center;
    margin-top: 16px
}

.mlc-seller-details-legacy__contact-row__text {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-right: 4px
}

.mlc-seller-details-legacy__contact-row--obfuscated .mlc-seller-details-legacy__contact-row__icon-revealed {
    display: none
}

.mlc-seller-details-legacy__contact-row--obfuscated .mlc-seller-details-legacy__contact-row__icon-obfuscated {
    display: block
}

.mlc-seller-details-legacy__contact-row--revealed .mlc-seller-details-legacy__contact-row__icon-obfuscated {
    display: none
}

.mlc-seller-details-legacy__contact-row--revealed .mlc-seller-details-legacy__contact-row__icon-revealed {
    display: block
}

.mlc-seller-details-legacy__badges {
    margin-top: 8px
}

.mlc-seller-details-legacy__age-string {
    margin-top: 4px
}

.mlc-seller-details-legacy__actions {
    margin-top: 16px
}

.mlc-seller-details-legacy__contact {
    align-content: center;
    color: #222;
    display: flex;
    justify-content: center
}

.mlc-seller-details-company-info__header {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.mlc-seller-details-company-info__container {
    display: flex;
    gap: 24px
}

.mlc-seller-details-company-info__column {
    list-style-type: none;
    padding: 0
}

.mlc-seller-details-company-info__column p {
    margin: 0
}

.mlc-seller-details-company-info__logo {
    max-height: 42px;
    max-width: 96px
}

.mlc-seller-details-company-info__img {
    height: 100%;
    width: 100%
}

.mlc-eu-contact-info-modal__text {
    margin-bottom: 16px
}

.mlc-eu-contact-info-modal__header {
    margin-bottom: 8px
}

.mlc-eu-contact-info-modal__list-container {
    margin-top: 16px
}

.mlc-eu-contact-info-modal__list {
    list-style-type: none;
    padding: 0
}

.mlc-seller-other-offers-carousel__heading-container {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 16px
}

.mlc-seller-other-offers-carousel__offers-container {
    min-width: 0
}

.mlc-seller-other-offers-carousel__container {
    align-items: center;
    display: flex;
    height: 270px
}

.mlc-seller-other-offers-carousel__prepend-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 160px
}

.mlc-seller-other-offers-carousel__item-main-text {
    margin-bottom: 8px;
    margin-top: 16px
}

.mlc-seller-other-offers-carousel__description {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.mlc-seller-other-offers-carousel__seller-redirect {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 16px
}

@media (max-width: 767px) {
    .mlc-seller-other-offers-carousel__desktop {
        display:none
    }
}

@media (min-width: 768px) {
    .mlc-seller-other-offers-carousel__mobile {
        display:none
    }
}

.mlc-delivery-location__header-container {
    display: flex;
    justify-content: space-between
}

.mlc-delivery-location__header {
    margin-bottom: 8px
}

.mlc-delivery-location__expand {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 8px;
    position: relative;
    width: 100%
}

.mlc-delivery-location__expand:before {
    background: linear-gradient(0deg,#fff,hsla(0,0%,100%,.98) 10.25%,hsla(0,0%,100%,.021) 73.33%,hsla(0,0%,100%,0) 0);
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: -58px;
    width: 100%
}

.mlc-delivery-location__expand-button {
    margin-bottom: 0;
    padding: 0
}

.mlc-delivery-location__expand-icon {
    display: flex;
    margin-right: 8px
}

.mlc-delivery-location__expand-icon path {
    fill: #00a790
}

.mlc-delivery-location--expanded .mlc-delivery-location__expand:before {
    background: 0 0
}

.mlc-delivery-location--expanded .mlc-delivery-location__expand-icon {
    transform: rotate(180deg)
}

.mlc-delivery-location--collapsed .mlc-delivery-options__row:nth-child(n+4) {
    display: none
}

.mlc-delivery-location__address {
    align-items: center;
    border-top: 1px solid #e7e7e7;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 16px
}

.mlc-delivery-location__address-text {
    margin-bottom: 4px
}

.mlc-delivery-location__address-link {
    color: #222
}

.mlc-delivery-location__experiment {
    display: none
}

.mlc-delivery-location__experiment--visible {
    display: block
}

.mlc-delivery-options__row:not(:last-child) {
    margin-bottom: 8px
}

.mlc-delivery-options__name-and-prices {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.mlc-delivery-options__name {
    display: flex;
    margin-right: 4px
}

.mlc-delivery-options__badge {
    margin-left: 8px
}

.mlc-delivery-options__price {
    font-size: 14px;
    line-height: 19px
}

.mlc-delivery-options__price--line-through {
    text-decoration: line-through
}

.mlc-delivery-options__smart-price {
    font-size: 14px;
    line-height: 19px
}

.mlc-delivery-options__smart-price--allowed {
    color: #0fb91b
}

.mlc-delivery-options__smart-info {
    align-items: baseline;
    color: #767676;
    display: flex;
    justify-content: space-between
}

.mlc-delivery-options__smart-description {
    align-items: baseline;
    display: flex;
    margin-right: 4px
}

.mlc-delivery-options__smart-icon {
    flex-shrink: 0;
    margin: 0 4px;
    transform: translateY(4px)
}

.mlc-buyer-actions {
    display: flex;
    flex-direction: column-reverse
}

.mlc-buyer-actions__conversation-actions {
    display: flex;
    flex: 1;
    min-width: -moz-max-content;
    min-width: max-content
}

.mlc-buyer-actions--sticky .mlc-buyer-actions__conversation-actions--classified {
    display: none
}

.mlc-buyer-actions__conversation-actions--classified .mlc-buyer-actions__secondary-action {
    margin-right: 0
}

.mlc-buyer-actions--sticky {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap-reverse
}

.mlc-buyer-actions--sticky .mlc-buyer-actions__primary-action {
    flex: 1;
    margin-bottom: 0;
    min-width: -moz-max-content;
    min-width: max-content;
    white-space: nowrap
}

.mlc-buyer-actions--sticky .mlc-buyer-actions__secondary-action {
    flex: 1;
    min-width: -moz-max-content;
    min-width: max-content
}

.mlc-buyer-actions--sticky .mlc-buyer-actions__secondary-action--message {
    display: none
}

.mlc-buyer-actions--sticky-no-negotiate .mlc-buyer-actions__primary-action {
    flex-basis: 100%
}

.mlc-buyer-actions--hidden-mobile {
    display: none
}

@media (min-width: 1200px) {
    .mlc-buyer-actions--hidden-mobile {
        display:flex;
        flex-direction: row
    }
}

.mlc-buyer-actions__secondary-action {
    flex-grow: 1;
    height: 40px
}

.mlc-buyer-actions__secondary-action--message,.mlc-buyer-actions__secondary-action--negotiate {
    flex-basis: 100%
}

.mlc-buyer-actions__secondary-action--negotiate {
    margin-right: 8px
}

.mlc-buyer-actions--sticky .mlc-buyer-actions__secondary-action-guest-bidding {
    flex-grow: 0;
    margin-right: 8px;
    min-width: 40px
}

.mlc-buyer-actions--sticky .mlc-buyer-actions__secondary-action-guest-bidding-message-icon,.mlc-buyer-actions--sticky .mlc-buyer-actions__secondary-action-guest-bidding-message-icon svg {
    margin-right: 0
}

.mlc-buyer-actions--sticky .mlc-buyer-actions__secondary-action-guest-bidding-text {
    display: none
}

.mlc-buyer-actions__primary-action {
    flex-grow: 1;
    height: 40px;
    margin-bottom: 8px
}

.mlc-buyer-actions-sticky {
    display: none;
    flex-direction: unset;
    flex-wrap: wrap-reverse;
    gap: 8px
}

.mlc-buyer-actions-sticky--visible {
    display: flex
}

.mlc-buyer-actions-sticky .mlc-buyer-actions__primary-action {
    flex: 1;
    min-width: -moz-max-content;
    min-width: max-content;
    white-space: nowrap
}

.mlc-buyer-actions-sticky .mlc-buyer-actions__secondary-action {
    flex: 1;
    min-width: -moz-max-content;
    min-width: max-content
}

.mlc-buyer-actions-sticky .mlc-buyer-actions__secondary-action--message {
    display: none
}

.mlc-seller-actions--hidden-mobile {
    display: none!important
}

@media (min-width: 1200px) {
    .mlc-seller-actions--hidden-mobile {
        display:block!important
    }
}

.mlc-seller-actions__inner-container {
    position: relative;
    width: 100%
}

@media (min-width: 1200px) {
    .mlc-seller-actions__inner-container {
        margin-top:0
    }
}

.mlc-seller-actions__inner-container.is-active:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990
}

@media (max-width: 1199px) {
    .mlc-seller-actions__inner-container.is-active:before {
        background:rgba(0,0,0,.6)
    }
}

.mlc-seller-actions__primary-action {
    width: 100%
}

.mlc-seller-actions__dropdown {
    display: none
}

.mlc-seller-actions__inner-container.is-active .mlc-seller-actions__dropdown {
    display: block
}

@media (max-width: 1199px) {
    .mlc-seller-actions__dropdown-content {
        bottom:env(safe-area-inset-bottom);
        left: 0;
        position: fixed;
        right: 0;
        z-index: 1000
    }
}

@media (min-width: 1200px) {
    .mlc-seller-actions__dropdown-content {
        bottom:100%;
        left: 0;
        position: absolute;
        z-index: 1000
    }
}

.mlc-seller-actions__dropdown-list {
    background: #fff;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width: 1200px) {
    .mlc-seller-actions__dropdown-list {
        margin-bottom:16px;
        position: relative
    }

    .mlc-seller-actions__dropdown-list:after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #fff;
        bottom: -9px;
        content: "";
        filter: drop-shadow(0 2px 2px rgba(0,0,0,.06));
        left: 24px;
        position: absolute
    }
}

.mlc-seller-actions__dropdown-list-item:not(:first-child) {
    border-top: 1px solid #e7e7e7
}

@media (max-width: 1199px) {
    .mlc-seller-actions__dropdown-list-item--close {
        display:block
    }
}

@media (min-width: 1200px) {
    .mlc-seller-actions__dropdown-list-item--close {
        display:none
    }
}

.mlc-seller-actions__dropdown-link {
    align-items: center;
    color: #222;
    display: flex;
    padding: 16px 24px;
    text-decoration: none
}

.mlc-seller-actions__dropdown-link:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.mlc-seller-actions__icon {
    color: #767676;
    height: 24px;
    margin-right: 8px;
    width: 24px
}

.mlc-seller-actions__arrow-icon {
    margin-left: auto
}

.mlc-seller-actions__arrow-icon path {
    fill: #00a790
}

@media (max-width: 1199px) {
    .mlc-seller-actions__dropdown-close-button {
        padding:16px 24px;
        width: 100%
    }
}

.mlc-offer-mobile-overview__header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.mlc-offer-mobile-overview__follow {
    display: none
}

@media (min-width: 1200px) {
    .mlc-offer-mobile-overview__follow {
        display:block;
        margin-left: 8px
    }
}

.mlc-offer-mobile-overview__badges {
    display: flex;
    margin-bottom: 16px
}

.mlc-offer-mobile-overview__price-and-smart-icon {
    align-items: baseline;
    display: flex
}

.mlc-offer-mobile-overview__smart-icon {
    margin-left: 8px;
    margin-right: 8px;
    transform: translateY(4px)
}

.mlc-offer-mobile-overview-bidding__price-and-smart-icon {
    align-items: baseline;
    display: flex
}

.mlc-offer-mobile-overview-bidding__smart-icon {
    margin-left: 8px;
    margin-right: 8px;
    transform: translateY(4px)
}

.mlc-bidding-product-confirmation-type {
    border-top: 1px solid #e7e7e7;
    margin-bottom: 16px;
    padding-top: 16px
}

.mlc-bidding-product-confirmation-type__heading {
    margin-bottom: 16px
}

.mlc-follow-button {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

@media (min-width: 1200px) {
    .mlc-follow-button {
        cursor:pointer
    }
}

.mlc-follow-button__input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.mlc-follow-button__input:focus-visible~.mlc-follow-button__focus {
    height: 100%;
    outline: 2px dotted #008673;
    outline-offset: 2px;
    position: absolute;
    width: 100%
}

.mlc-follow-button--only-icon {
    height: 24px;
    width: 24px
}

.mlc-follow-button__icon {
    color: #00a790
}

.mlc-offer-banners__banner {
    margin-top: 8px
}

.mlc-cart-suggestions__heading-container {
    align-items: center;
    display: flex;
    margin-bottom: 16px
}

.mlc-cart-suggestions__icon {
    margin-right: 16px
}

.mlc-cart-suggestions__heading {
    margin-bottom: 4px
}

.mlc-cart-suggestions__action-container {
    border-top: 1px solid #e7e7e7;
    margin-bottom: -8px;
    padding-top: 8px
}

.mlc-cart-suggestions__action {
    width: 100%
}

.mlc-cart-suggestions-list {
    margin-bottom: 16px
}

@media (min-width: 1200px) {
    .mlc-cart-suggestion {
        align-items:center;
        display: flex;
        justify-content: space-between
    }
}

.mlc-cart-suggestion:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 16px;
    padding-bottom: 16px
}

@media (max-width: 1199px) {
    .mlc-cart-suggestion__item {
        margin-bottom:16px
    }

    .mlc-cart-suggestion__action {
        width: 100%
    }
}

.mlc-itembox {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    color: #222;
    display: flex;
    height: 100%;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    z-index: 20
}

.mlc-itembox:focus-visible .mlc-itembox__title {
    outline: 2px dotted #008673
}

.mlc-itembox__sponsor-modal-container {
    left: 180px;
    position: absolute;
    top: 8px;
    z-index: 1000
}

@media (max-width: 1063px) {
    .mlc-itembox__sponsor-modal-container {
        bottom:4px;
        left: unset;
        right: 16px;
        top: unset
    }
}

.mlc-itembox__container--is-grid .mlc-itembox__sponsor-modal-container {
    bottom: 4px;
    left: unset;
    position: absolute;
    right: 16px;
    top: unset;
    z-index: 1000
}

.mlc-itembox__promoted-button {
    align-items: center;
    background: 0 0;
    border: 0;
    cursor: pointer;
    display: flex;
    margin-bottom: 6px;
    padding: 0
}

.mlc-itembox__promoted-button:focus-visible {
    outline: 2px dotted #008673
}

.mlc-itembox__promoted-button-icon {
    height: 16px;
    margin-left: 4px;
    width: 16px
}

.mlc-itembox__promoted-button-icon svg {
    height: 16px;
    width: 16px
}

.mlc-itembox__promoted-button-icon svg path {
    fill: #1b59ac
}

.mlc-itembox__sponsor-modal-button-container {
    align-items: center;
    display: flex;
    justify-content: center
}

.mlc-itembox__sponsor-modal-button {
    max-width: 328px;
    width: 100%
}

.mlc-itembox__spinner-container {
    align-items: center;
    display: flex;
    justify-content: center
}

.mlc-itembox__sponsor-modal-list {
    list-style-type: none;
    padding: 0
}

.mlc-itembox__sponsor-modal-list>:not(:last-child) {
    margin-bottom: 8px
}

.mlc-itembox__container--is-grid .mlc-itembox {
    display: flex;
    flex-direction: column
}

.mlc-itembox__offer-attributes {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    align-items: flex-end;
    display: flex;
    grid-area: offer-attributes
}

.mlc-itembox__container--is-grid .mlc-itembox__price-and-offer-badges-and-offer-type>.mlc-itembox__offer-attributes {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3
}

.mlc-itembox__container--is-grid .mlc-itembox__offer-attributes {
    align-items: flex-start
}

.mlc-itembox__offer-info-container {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    -ms-grid-column-span: 3;
    grid-area: offer-info;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    -ms-grid-columns: auto 1fr auto;
    grid-template-areas: "params params" "price-and-offer-badges-and-offer-type price-and-offer-badges-and-offer-type";
    grid-template-columns: auto 1fr auto
}

.mlc-itembox__energy-label {
    bottom: 0;
    height: 30px;
    left: 0;
    position: absolute;
    z-index: 1
}

.mlc-itembox__offer-type {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 3;
    display: flex;
    font-size: 10px;
    font-weight: 600;
    grid-area: type;
    line-height: 16px;
    -ms-grid-row-align: center;
    align-self: center;
    gap: 4px;
    text-transform: uppercase
}

.mlc-itembox__container--is-grid .mlc-itembox__price-and-offer-badges-and-offer-type>.mlc-itembox__offer-type {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 3
}

.mlc-itembox__offer-type--buy_now {
    color: #ff5a00
}

.mlc-itembox__offer-type--bidding {
    color: #6256b1
}

.mlc-itembox__offer-type--classified {
    color: #1b59ac
}

.mlc-itembox__offer-type--allegro {
    color: #ff5a00
}

.mlc-itembox__offer-container {
    display: -ms-grid;
    display: grid;
    padding: 8px;
    width: 100%;
    -ms-grid-rows: auto 4px 1fr 4px auto;
    grid-template-rows: auto 1fr auto;
    -ms-grid-columns: auto 8px 1fr 8px auto;
    grid-template-columns: auto 1fr auto;
    grid-gap: 4px 8px;
    grid-template-areas: "image header following" "image offer-info offer-info" "image badges badges" "image location advert-source"
}

@media (min-width: 1064px) {
    .mlc-itembox__offer-container {
        padding:8px 16px 8px 0;
        -ms-grid-rows: auto 4px auto 4px 1fr;
        grid-template-rows: auto auto 1fr;
        -ms-grid-columns: auto 16px 1fr 16px auto;
        grid-template-columns: auto 1fr auto;
        grid-gap: 4px 16px;
        grid-template-areas: "image header following following" "image offer-info offer-info offer-info" "image badges advert-source location"
    }

    .mlc-itembox__container--is-grid .mlc-itembox__offer-container {
        grid-template-areas: "image header following" "image offer-info offer-info" "image badges badges" "image location advert-source";
        height: 100%;
        padding: 16px 16px 8px 0
    }

    .mlc-itembox__offer-info-container {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
        -ms-grid-column-span: 5
    }

    .mlc-itembox__container--is-grid .mlc-itembox__offer-container>.mlc-itembox__offer-info-container {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
        -ms-grid-column-span: 3
    }
}

.mlc-itembox__container {
    margin-bottom: 8px;
    position: relative;
    width: 100%;
    z-index: 1
}

.mlc-itembox__container--no-spacing {
    margin: 0
}

.mlc-itembox__container--is-grid {
    height: 432px
}

@media (min-width: 1064px) {
    .mlc-itembox__container--is-grid {
        height:432px
    }
}

.mlc-itembox__bidding-props {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
    -ms-grid-column-span: 3;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    grid-area: offer-perks
}

.mlc-itembox__container--is-grid .mlc-itembox__price-and-offer-badges-and-offer-type>.mlc-itembox__bidding-props {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
    -ms-grid-column-span: 3
}

.mlc-itembox__bidding-props__prop {
    align-items: center;
    display: flex
}

.mlc-itembox__bidding-props__prop__icon {
    margin-right: 6px
}

.mlc-itembox__bidding-props__prop__icon svg path {
    fill: #6256b1
}

@media (min-width: 1064px) {
    .mlc-itembox__bidding-props__prop:last-child {
        margin-left:8px
    }

    .mlc-itembox__container--is-grid .mlc-itembox__bidding-props__prop:last-child {
        margin-left: 0
    }

    .mlc-itembox__bidding-props {
        align-items: center;
        display: flex;
        flex-direction: row;
        height: 100%;
        justify-content: flex-end
    }

    .mlc-itembox__container--is-grid .mlc-itembox__bidding-props {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start
    }
}

.mlc-itembox__container--is-grid .mlc-itembox__bidding-props {
    margin-top: 4px
}

.mlc-itembox__price {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 3;
    align-items: baseline;
    display: flex;
    flex-direction: row;
    grid-area: price
}

.mlc-itembox__container--is-grid .mlc-itembox__price-and-offer-badges-and-offer-type>.mlc-itembox__price {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 3
}

.mlc-itembox__price__offer-price {
    font-size: 16px;
    line-height: 22px
}

@media (min-width: 1064px) {
    .mlc-itembox__price__offer-price {
        font-size:22px;
        line-height: 26px
    }
}

.mlc-itembox__badges {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
    -ms-grid-column-span: 3;
    align-items: flex-start;
    display: flex;
    grid-area: badges
}

.mlc-itembox__badges__badge {
    gap: 4px 0;
    margin: 0
}

@media (min-width: 1064px) {
    .mlc-itembox__badges {
        align-items:flex-end
    }
}

.mlc-itembox__container--is-grid .mlc-itembox__badges {
    align-items: flex-start
}

.mlc-itembox__advert-source {
    align-self: flex-end;
    display: flex;
    grid-area: advert-source;
    -ms-grid-column: 5;
    -ms-grid-row: 7;
    height: 12px;
    justify-self: flex-end;
    width: 68px
}

.mlc-itembox__advert-source img {
    height: 100%;
    width: 100%
}

.mlc-itembox__location {
    align-items: flex-end;
    background-image: url(/assets/fonts/b4f436412c1a14215ae3.svg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto 16px;
    color: #767676;
    display: flex;
    font-size: 12px;
    grid-area: location;
    -ms-grid-column: 3;
    -ms-grid-row: 7;
    justify-content: flex-start;
    justify-self: flex-start;
    line-height: 16px;
    order: 2;
    padding-left: 18px;
    text-transform: capitalize
}

@media (min-width: 1064px) {
    .mlc-itembox__location {
        justify-content:center;
        justify-self: flex-end;
        order: 3
    }
}

.mlc-itembox__container--is-grid .mlc-itembox__location {
    justify-content: flex-start;
    justify-self: flex-start
}

@media (max-width: 767px) {
    .mlc-itembox__location-with-promoted {
        background-position:0;
        max-width: 100px
    }
}

.mlc-itembox__type {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 3;
    grid-area: type;
    white-space: nowrap
}

.mlc-itembox__container--is-grid .mlc-itembox__price-and-offer-badges-and-offer-type>.mlc-itembox__type {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 3
}

.mlc-itembox__following {
    align-items: flex-start;
    display: flex;
    grid-area: following;
    -ms-grid-column: 5;
    -ms-grid-row: 1;
    -ms-grid-column-align: end;
    justify-self: end;
    text-transform: uppercase
}

.mlc-itembox__container--is-grid .mlc-itembox__following {
    align-items: center;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    display: flex;
    height: 40px;
    justify-content: center;
    left: 80%;
    position: absolute;
    top: calc(50% - 25px);
    width: 40px;
    z-index: 1
}

.mlc-itembox__following__text {
    color: #00a790;
    display: none;
    font-weight: 600;
    line-height: 24px;
    margin-right: 6px
}

.mlc-itembox__container--is-grid .mlc-itembox__following__text {
    display: none
}

@media (min-width: 768px) {
    .mlc-itembox__following__text {
        display:inline
    }
}

.mlc-itembox__params {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 2;
    color: #767676;
    display: none;
    font-size: 12px;
    grid-area: params;
    list-style: none;
    margin-bottom: 4px;
    padding: 0
}

@media (min-width: 1064px) {
    .mlc-itembox__params {
        display:flex
    }
}

.mlc-itembox__container--is-grid .mlc-itembox__params {
    display: none
}

.mlc-itembox__params__param {
    display: inline-block;
    margin-right: 4px
}

.mlc-itembox__params__param__name {
    color: #000
}

.mlc-itembox__body-header {
    display: flex;
    flex-direction: column;
    grid-area: header;
    -ms-grid-column: 3;
    -ms-grid-row: 1
}

.mlc-itembox__title-promoting {
    padding-top: 16px
}

@media (max-width: 1063px) {
    .mlc-itembox__title-promoting {
        padding-top:unset
    }
}

.mlc-itembox__container--is-grid .mlc-itembox__title-promoting {
    padding-top: unset
}

.mlc-itembox__title {
    display: -webkit-box;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 8px;
    overflow: hidden;
    overflow-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0
}

@media (max-width: 1063px) {
    .mlc-itembox__title {
        font-size:14px;
        margin-bottom: 0
    }
}

.mlc-itembox__container--is-grid .mlc-itembox__title {
    font-size: 14px
}

.mlc-itembox__smart-icon {
    margin-left: 8px;
    transform: translateY(20%)
}

.mlc-itembox__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    grid-area: image;
    -ms-grid-column: 1;
    height: 100%;
    max-height: 112px;
    max-width: 112px;
    width: 100%
}

.mlc-offer-page-goal-banner__main>.mlc-itembox__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1
}

.mlc-itembox__image__overlay {
    align-items: center;
    background: hsla(0,0%,100%,.8);
    bottom: 0;
    color: #000;
    display: flex;
    font-weight: 600;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 3
}

.mlc-itembox__container--is-grid .mlc-itembox__image {
    max-height: 212px;
    max-width: 296px
}

@media (min-width: 1064px) {
    .mlc-itembox__image {
        flex-shrink:0;
        height: 100%;
        max-height: 164px;
        max-width: 164px;
        width: 100%
    }
}

.mlc-itembox__image__wrapper {
    border-radius: 8px 0 0 8px;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.mlc-itembox__image__wrapper:after {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.mlc-itembox__image__wrapper img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    transition: transform .5s ease;
    width: 100%;
    z-index: 1
}

.mlc-itembox__container--is-grid .mlc-itembox__image__wrapper {
    border-radius: 8px 8px 0 0
}

.mlc-itembox__image--blur {
    filter: blur(32px)
}

.mlc-itembox__price-and-offer-badges-and-offer-type {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 2;
    display: -ms-grid;
    display: grid;
    grid-area: price-and-offer-badges-and-offer-type;
    -ms-grid-rows: min-content 1fr min-content;
    align-items: start;
    grid-template-areas: "offer-attributes offer-attributes offer-attributes" "price price price" "type type type" "offer-perks offer-perks offer-perks";
    grid-template-rows: min-content 1fr min-content
}

@media (min-width: 1064px) {
    .mlc-itembox__price-and-offer-badges-and-offer-type {
        grid-template-areas:"offer-attributes offer-attributes offer-attributes" "price price price" "type type offer-perks"
    }

    .mlc-itembox__offer-attributes {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 3
    }

    .mlc-itembox__offer-type {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
        -ms-grid-column-span: 2
    }

    .mlc-itembox__bidding-props {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
        -ms-grid-column-span: 1
    }

    .mlc-itembox__price {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-column-span: 3
    }

    .mlc-itembox__type {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
        -ms-grid-column-span: 2
    }
}

.mlc-itembox__container--is-grid .mlc-itembox__price-and-offer-badges-and-offer-type {
    -ms-grid-rows: min-content 1fr min-content min-content;
    grid-template-areas: "offer-attributes offer-attributes offer-attributes" "price price price" "type type type" "offer-perks offer-perks offer-perks";
    grid-template-rows: min-content 1fr min-content min-content
}

.mlc-smart-info-icon {
    line-height: 0
}

.mlc-smart-info-icon__tooltip-content {
    max-width: 324px
}

.mlc-smart-info-icon__tooltip-heading {
    margin-bottom: 4px
}

.mlc-smart-info-icon__tooltip-list {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-left: 24px
}

.mlc-smart-info-icon__tooltip-link {
    font-size: 12px
}

.mlc-smart-show-offer-banner__description-content {
    list-style-type: disc;
    margin-left: 24px
}

.mlc-sp-offer-carousel__content {
    padding: 0 16px
}

.mlc-sp-offer-carousel__content-with-dsa {
    position: relative
}

.mlc-sp-offer-carousel__dsa-modal-container {
    bottom: -6px;
    padding-bottom: 8px;
    position: absolute;
    z-index: 99
}

.mlc-sp-offer-carousel__title {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 16px
}

.mlc-sp-offer-carousel__items {
    min-height: 311px
}

.mlc-sp-offer-carousel__item {
    --dsa-button-height: 30px;
    display: flex;
    flex-direction: column;
    outline: 0;
    padding-bottom: calc(var(--dsa-button-height) + 8px);
    text-decoration: none;
    width: 180px
}

.mlc-sp-offer-carousel__item,.mlc-sp-offer-carousel__item:active,.mlc-sp-offer-carousel__item:hover,.mlc-sp-offer-carousel__item:visited {
    color: #222
}

.mlc-sp-offer-carousel__item__photo {
    height: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 180px
}

.mlc-sp-offer-carousel__item__lower-price {
    margin-top: 8px
}

.mlc-sp-offer-carousel__item__title {
    margin-top: 4px
}

.mlc-sp-offer-carousel__item:focus-visible .mlc-sp-offer-carousel__item__title {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.mlc-change-cart-confirmation-modal__actions {
    display: flex;
    flex-direction: column
}

@media (min-width: 1200px) {
    .mlc-change-cart-confirmation-modal__actions {
        flex-direction:row;
        justify-content: flex-end
    }

    .mlc-change-cart-confirmation-modal__primary-action {
        order: 2
    }

    .mlc-change-cart-confirmation-modal__secondary-action {
        margin-right: 56px;
        order: 1
    }
}

.mlc-change-cart-confirmation-modal__first-divider {
    margin-bottom: 8px
}

@media (min-width: 1200px) {
    .mlc-change-cart-confirmation-modal__first-divider,.mlc-change-cart-confirmation-modal__second-divider {
        display:none
    }
}

.mlc-adult-content-blockage-modal {
    align-items: center;
    background: #fff;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 16px;
    position: fixed;
    width: 100%;
    z-index: 900
}

.mlc-adult-content-blockage-modal__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 696px;
    width: 100%
}

.mlc-adult-content-blockage-modal__description-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px
}

@media (min-width: 768px) {
    .mlc-adult-content-blockage-modal__description-container {
        flex-direction:row
    }
}

.mlc-adult-content-blockage-modal__buttons-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
    width: 100%
}

@media (min-width: 768px) {
    .mlc-adult-content-blockage-modal__buttons-container {
        flex-direction:row;
        gap: normal
    }
}

.mlc-adult-content-blockage-modal__buttons-desktop {
    display: none
}

@media (min-width: 768px) {
    .mlc-adult-content-blockage-modal__buttons-desktop {
        display:flex
    }
}

.mlc-adult-content-blockage-modal__buttons-mobile {
    display: flex
}

@media (min-width: 768px) {
    .mlc-adult-content-blockage-modal__buttons-mobile {
        display:none
    }
}

.mlc-adult-content-blockage-modal__button {
    width: 100%
}

@media (min-width: 768px) {
    .mlc-adult-content-blockage-modal__button {
        max-width:328px
    }
}

.mlc-adult-content-blockage-modal__text {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media (min-width: 768px) {
    .mlc-adult-content-blockage-modal__text {
        align-items:flex-start
    }
}

.mlc-adult-content-blockage-modal__heading {
    text-align: center
}

@media (min-width: 768px) {
    .mlc-adult-content-blockage-modal__heading {
        text-align:left
    }
}

.mlc-offer {
    margin-bottom: 16px
}

@media (min-width: 1200px) {
    .mlc-offer {
        display:-ms-grid;
        display: grid;
        -ms-grid-columns: minmax(0,1fr) 24px 456px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        grid-template-columns: minmax(0,1fr) 456px;
        -ms-grid-rows: (auto)[7];
        grid-template-areas: "category-breadcrumbs category-breadcrumbs" "gallery sidebar" "moto-info sidebar" "offer-details sidebar" "seller-details-and-delivery-location sidebar" "create-offer sidebar" "cart-suggestions sidebar" "allegro-ads-above-seller-offers sidebar" "seller-offers sidebar" "carousels-below-seller-offers sidebar" "allegro-ads-below-seller-offers sidebar";
        grid-template-rows: repeat(7,auto);
        margin-bottom: 24px
    }
}

.mlc-offer__description ul {
    list-style: disc;
    margin: revert;
    padding: revert
}

.mlc-offer__description ol {
    list-style: numeric;
    margin: revert;
    padding: revert
}

.mlc-offer__description>:first-child {
    margin-block-start:0}

.mlc-offer--ended {
    grid-template-areas: "category-breadcrumbs category-breadcrumbs" "ended-section ended-section" "gallery sidebar" "moto-info sidebar" "offer-details sidebar" "seller-details-and-delivery-location sidebar" "create-offer sidebar" "cart-suggestions sidebar" "allegro-ads-above-seller-offers sidebar" "seller-offers sidebar" "allegro-ads-below-seller-offers sidebar"
}

.mlc-offer__ended-section {
    grid-column: ended-section;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .mlc-offer__ended-section {
        margin-bottom:16px
    }
}

.mlc-offer__ended-banner {
    margin-bottom: 8px
}

.mlc-offer__offer-id--webview {
    margin-bottom: 80px
}

.mlc-offer__additional_content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-left: 16px
}

.mlc-offer__additional_content>:not(:last-child) {
    margin-bottom: 8px;
    padding: 0
}

.mlc-offer__additional_content>:last-child {
    margin-bottom: 32px
}

.mlc-offer__additional_content--webview {
    margin-bottom: 48px
}

@media (min-width: 1200px) {
    .mlc-offer__gallery {
        background-color:#fff;
        border-radius: 8px;
        grid-area: gallery;
        margin-bottom: 8px;
        padding: 16px;
        position: relative
    }

    .mlc-offer__gallery:after {
        border-radius: inherit;
        bottom: 0;
        box-shadow: 0 2px 8px rgba(0,0,0,.16);
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

.mlc-offer--ended>.mlc-offer__gallery {
    -ms-grid-column: 1;
    -ms-grid-row: 3
}

.mlc-offer__enery-label__link {
    font-size: 12px;
    margin-left: 8px
}

.mlc-offer__enery-label--desktop {
    display: none
}

@media (min-width: 1200px) {
    .mlc-offer__enery-label--desktop {
        align-items:center;
        display: flex;
        left: 24px;
        position: absolute;
        top: 24px;
        z-index: 1
    }
}

.mlc-offer__enery-label--mobile {
    align-items: center;
    display: flex
}

@media (min-width: 1200px) {
    .mlc-offer__enery-label--mobile {
        display:none
    }
}

.mlc-offer__moto-info-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
    grid-area: moto-info;
    margin: 8px 0
}

.mlc-offer--ended>.mlc-offer__moto-info-cards {
    -ms-grid-column: 1;
    -ms-grid-row: 4
}

@media (min-width: 768px) {
    .mlc-offer__moto-info-cards {
        flex-direction:row
    }
}

.mlc-offer__follow-button--only-icon {
    bottom: -20px;
    position: absolute;
    right: 16px;
    z-index: 1
}

@media (min-width: 1200px) {
    .mlc-offer__follow-button--only-icon {
        display:none
    }
}

.mlc-offer__sidebar {
    margin-bottom: 8px
}

@media (min-width: 1200px) {
    .mlc-offer__sidebar {
        grid-area:sidebar;
        position: sticky;
        top: 96px;
        -ms-grid-row-align: start;
        align-self: start;
        margin-bottom: 0
    }
}

.mlc-offer--ended>.mlc-offer__sidebar {
    -ms-grid-row: 3;
    -ms-grid-row-span: 9;
    -ms-grid-column: 2
}

.mlc-offer__sidebar-header-container {
    display: none
}

@media (min-width: 1200px) {
    .mlc-offer__sidebar-header-container {
        display:block
    }

    .mlc-offer__sidebar-header {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

.mlc-offer__follow-button--with-text {
    display: none
}

@media (min-width: 1200px) {
    .mlc-offer__follow-button--with-text {
        display:flex;
        position: static;
        z-index: auto
    }
}

.mlc-offer__overview-and-delivery-location {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 8px;
    margin-top: 0
}

@media (min-width: 1200px) {
    .mlc-offer__overview-and-delivery-location {
        border-top-left-radius:8px;
        border-top-right-radius: 8px
    }
}

.mlc-offer__overview-type-label {
    padding-bottom: 4px
}

@media (min-width: 1200px) {
    .mlc-offer__overview-type-label {
        display:none
    }
}

.mlc-offer__desktop-buyer-actions-container {
    display: block;
    margin-top: 16px
}

@media (min-width: 1200px) {
    .mlc-offer__desktop-buyer-actions-container {
        display:block
    }
}

.mlc-offer__desktop-seller-actions-container {
    display: block
}

@media (min-width: 1200px) {
    .mlc-offer__desktop-seller-actions-container {
        display:block
    }
}

.mlc-offer__offer-details {
    margin-top: 8px
}

@media (min-width: 1200px) {
    .mlc-offer__offer-details {
        grid-area:offer-details;
        margin-top: 0
    }
}

.mlc-offer--ended>.mlc-offer__offer-details {
    -ms-grid-column: 1;
    -ms-grid-row: 5
}

.mlc-offer__location {
    margin-bottom: 16px
}

.mlc-offer__location-address,.mlc-offer__location-header {
    display: flex;
    justify-content: space-between
}

.mlc-offer__location-address {
    align-items: center;
    padding-bottom: 8px;
    padding-top: 8px
}

@media (min-width: 1200px) {
    .mlc-offer__seller-details-and-delivery-location {
        display:flex;
        gap: 8px;
        grid-area: seller-details-and-delivery-location;
        margin-bottom: 8px
    }
}

.mlc-offer--ended>.mlc-offer__seller-details-and-delivery-location {
    -ms-grid-column: 1;
    -ms-grid-row: 6
}

@media (min-width: 1200px) {
    .mlc-offer__seller-details-legacy {
        flex-basis:50%;
        margin-bottom: 0
    }

    .mlc-offer__seller-details {
        display: flex;
        flex-basis: 100%;
        flex-direction: column;
        margin-bottom: 0
    }

    .mlc-offer__delivery-location {
        flex-basis: 50%;
        margin-bottom: 0
    }
}

.mlc-offer__cart-suggestions {
    margin-bottom: 24px
}

@media (min-width: 1200px) {
    .mlc-offer__cart-suggestions {
        grid-area:cart-suggestions;
        margin-bottom: 8px
    }
}

.mlc-offer--ended>.mlc-offer__cart-suggestions {
    -ms-grid-column: 1;
    -ms-grid-row: 8
}

.mlc-offer__sp-offers {
    margin-bottom: 8px
}

@media (min-width: 1200px) {
    .mlc-offer__sp-offers.mlc-offer__sp-offers--above-seller-offers {
        grid-area:allegro-ads-above-seller-offers
    }

    .mlc-offer__sp-offers.mlc-offer__sp-offers--below-seller-offers {
        grid-area: allegro-ads-below-seller-offers
    }
}

.mlc-offer--ended>.mlc-offer__sp-offers.mlc-offer__sp-offers--below-seller-offers {
    -ms-grid-column: 1;
    -ms-grid-row: 11
}

.mlc-offer--ended>.mlc-offer__sp-offers.mlc-offer__sp-offers--above-seller-offers {
    -ms-grid-column: 1;
    -ms-grid-row: 9
}

.mlc-offer__seller-offers {
    margin-bottom: 24px
}

@media (min-width: 1200px) {
    .mlc-offer__seller-offers {
        grid-area:seller-offers;
        margin-bottom: 8px
    }
}

.mlc-offer--ended>.mlc-offer__seller-offers {
    -ms-grid-column: 1;
    -ms-grid-row: 10
}

.mlc-offer__carousels-below-seller-offers {
    margin-bottom: 8px
}

@media (min-width: 1200px) {
    .mlc-offer__carousels-below-seller-offers {
        grid-area:carousels-below-seller-offers
    }
}

.mlc-offer__carousel {
    margin-bottom: 8px
}

.mlc-offer__category-breadcrumbs {
    margin: 24px 0;
    padding: 0 16px
}

@media (min-width: 1200px) {
    .mlc-offer__category-breadcrumbs {
        grid-area:category-breadcrumbs;
        margin-top: 0;
        padding: 0
    }
}

.mlc-offer--ended>.mlc-offer__category-breadcrumbs {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 2
}

.mlc-offer__create-offer {
    margin-bottom: 8px
}

@media (min-width: 1200px) {
    .mlc-offer__create-offer {
        grid-area:create-offer
    }
}

.mlc-offer--ended>.mlc-offer__create-offer {
    -ms-grid-column: 1;
    -ms-grid-row: 7
}

@media (min-width: 1200px) {
    .mlc-offer__gallery {
        -ms-grid-column:1;
        -ms-grid-row: 2
    }

    .mlc-offer__moto-info-cards {
        -ms-grid-column: 1;
        -ms-grid-row: 3
    }

    .mlc-offer__sidebar {
        -ms-grid-row: 2;
        -ms-grid-row-span: 10;
        -ms-grid-column: 3
    }

    .mlc-offer__offer-details {
        -ms-grid-column: 1;
        -ms-grid-row: 4
    }

    .mlc-offer__seller-details-and-delivery-location {
        -ms-grid-column: 1;
        -ms-grid-row: 5
    }

    .mlc-offer__cart-suggestions {
        -ms-grid-column: 1;
        -ms-grid-row: 7
    }

    .mlc-offer__sp-offers.mlc-offer__sp-offers--above-seller-offers {
        -ms-grid-column: 1;
        -ms-grid-row: 8
    }

    .mlc-offer__sp-offers.mlc-offer__sp-offers--below-seller-offers {
        -ms-grid-column: 1;
        -ms-grid-row: 11
    }

    .mlc-offer__seller-offers {
        -ms-grid-column: 1;
        -ms-grid-row: 9
    }

    .mlc-offer__carousels-below-seller-offers {
        -ms-grid-column: 1;
        -ms-grid-row: 10
    }

    .mlc-offer__category-breadcrumbs {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 3
    }

    .mlc-offer__create-offer {
        -ms-grid-column: 1;
        -ms-grid-row: 6
    }

    .mlc-offer__mobile-buyer-actions,.mlc-offer__mobile-seller-actions {
        display: none
    }
}

.mlc-offer__suggested-cities {
    margin-bottom: 16px;
    padding: 0 16px
}

@media (min-width: 768px) {
    .mlc-offer__suggested-cities {
        padding:0
    }
}

@media (min-width: 1200px) {
    .mlc-offer__suggested-cities {
        margin-bottom:24px
    }
}

.mlc-offer__overview-delivery-location {
    display: block;
    margin-bottom: 8px
}

.mlc-offer__files-list {
    max-width: 550px
}

.mlc-offer__file-item {
    display: flex;
    justify-content: space-between
}

.mlc-offer__file-entry {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 4px
}

.mlc-offer__file-download-text {
    text-transform: uppercase
}

.mlc-offer__file-download-icon svg path {
    fill: #00a790
}

@media (min-width: 1200px) {
    body.is-extended .mlc-offer__sidebar {
        top:160px
    }
}

.desc-h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-block-end:1em;margin-block-start:1em}

.desc-h1:empty:before {
    content: "";
    display: inline-block
}

.desc-h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-block-end:1em;margin-block-start:1em}

.desc-h2:empty:before {
    content: "";
    display: inline-block
}

.desc-p {
    font-size: 14px;
    line-height: 19px;
    margin-block-end:1em;margin-block-start:1em}

li>.desc-p {
    margin-block-end:.5em;margin-block-start:.5em}

.desc-p:empty:before {
    content: "";
    display: inline-block
}

.mlc-sell-similar-product {
    display: flex;
    flex-direction: column
}

@media (min-width: 1200px) {
    .mlc-sell-similar-product {
        align-items:center;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (max-width: 1199px) {
    .mlc-sell-similar-product__heading {
        margin-bottom:16px
    }
}

.mlc-banner-content {
    color: #222;
    display: flex;
    flex-direction: column;
    text-decoration: none
}

.mlc-banner-content:focus-visible {
    outline: 2px dotted #008673;
    outline-offset: 4px
}

.mlc-banner-content__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

.mlc-banner-content__header-icon {
    height: 100%;
    margin-left: 8px;
    width: 100%
}

.mlc-banner-content__icon {
    height: 100%;
    width: 100%
}

.mlc-banner-content__title {
    display: flex;
    margin-right: 8px
}

.mlc-banner-content__icon--size-small {
    height: 24px;
    width: 24px
}

.mlc-banner-content__icon--size-medium {
    height: 24px;
    width: 100px
}

.mlc-banner-content__action {
    margin-top: 16px
}

@media (min-width: 1200px) {
    .mlc-banner-content__action {
        -ms-grid-row-align:center;
        align-self: center;
        min-width: 328px
    }
}

.mlc-info-banners__banner:not(:last-child),.mlc-promo-banners__banner:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.mlc-suggested-cities__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto;
    grid-auto-flow: row;
    grid-template-columns: auto auto auto auto;
    grid-gap: 16px 0;
    justify-content: space-between
}

@media (max-width: 767px) {
    .mlc-suggested-cities__grid {
        -ms-grid-columns:auto;
        grid-template-columns: auto
    }

    .mlc-suggested-cities__grid--collapsed .mlc-suggested-cities__grid-item:nth-child(n+6) {
        display: none
    }
}

.mlc-suggested-cities__grid--collapsed .mlc-suggested-cities__grid-item:nth-child(n+21) {
    display: none
}

.mlc-suggested-cities__grid-item {
    display: flex;
    flex-wrap: wrap
}

.mlc-suggested-cities__grid-item-counter {
    line-height: inherit
}

.mlc-suggested-cities__read-more-button {
    width: 100%
}

.mlc-suggested-cities:not(.mlc-suggested-cities--has-more) .mlc-suggested-cities__read-more-button,.mlc-suggested-cities:not(.mlc-suggested-cities--has-more) .mlc-suggested-cities__read-more-divider {
    display: none
}

.mlc-estate-offer-summary,.mlc-estate-offer-summary-action-box {
    display: flex;
    width: 100%
}

.mlc-estate-offer-summary {
    flex-direction: column
}

.mlc-estate-offer-summary-location {
    display: none
}

@media (min-width: 1200px) {
    .mlc-estate-offer-summary-location {
        display:block
    }
}

.mlc-estate-offer-summary-action-box {
    flex-direction: column
}

.mlc-estate-offer-summary-action-box__phone-wrapper {
    cursor: text;
    flex-basis: 100%;
    flex-grow: 1;
    width: 100%
}

.mlc-estate-offer-summary-action-box__phone {
    width: 100%
}

.mlc-estate-offer-summary-action-box__phone--active {
    pointer-events: none
}

.mlc-estate-offer-summary-action-box--sticky {
    gap: 4px
}

@media (min-width: 1200px) {
    .mlc-estate-offer-summary-action-box--sticky {
        display:none
    }
}

.mlc-estate-offer-summary-action-box--sticky .mlc-estate-offer-summary-action-box__phone {
    flex-basis: 100%;
    flex-grow: 1
}

.mlc-estate-offer-summary-action-box__legacy-divider {
    display: none
}

@media (min-width: 1200px) {
    .mlc-estate-offer-summary-action-box__legacy-divider {
        display:block
    }
}

.mlc-estate-offer-summary-action-box--legacy-mobile-overview {
    display: none
}

@media (min-width: 1200px) {
    .mlc-estate-offer-summary-action-box--legacy-mobile-overview {
        align-items:center;
        display: flex;
        flex-direction: row
    }
}

.mlc-estate-offer-summary-action-box--legacy-mobile-overview .mlc-estate-offer-summary-action-box__phone-wrapper {
    order: 2
}

.mlc-estate-offer-summary-action-box--legacy-mobile-sticky {
    flex-direction: column
}

.mlc-estate-offer-summary-action-box--legacy-mobile-sticky .mlc-estate-offer-summary-action-box__phone {
    width: 100%
}

.mlc-estate-offer-summary-action-box-message {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 8px 0;
    width: 100%
}

.mlc-estate-offer-summary-action-box-message__text {
    flex-grow: 1
}

@media (min-width: 768px) {
    .mlc-estate-offer-summary-action-box-message__text {
        align-items:center;
        background-color: #fff;
        border: 1px solid #6256b1;
        border-radius: 1000px;
        color: #6256b1;
        display: inline-flex;
        flex-grow: 0;
        flex-grow: 1;
        flex-shrink: 0;
        justify-content: center;
        margin: 0 8px 0 0;
        padding: 8px;
        vertical-align: middle
    }
}

@media (max-width: 1199px) {
    .mlc-estate-offer-summary-action-box-message--legacy {
        align-items:center;
        display: flex;
        height: auto;
        margin-right: 0;
        width: auto
    }
}

.mlc-estate-offer-summary-action-box-message__ask-question-btn-container {
    width: 100%
}

.mlc-estate-offer-summary-action-box-message__ask-question-btn {
    display: none;
    width: 100%
}

@media (max-width: 767px) {
    .mlc-estate-offer-summary-action-box-message__ask-question-btn {
        display:flex
    }
}

.mlc-estate-offer-summary-action-box-message--legacy .mlc-estate-offer-summary-action-box-message__text-content {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .4px;
    line-height: 19px;
    margin-left: 8px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 1199px) {
    .mlc-estate-offer-summary-action-box-message--legacy .mlc-estate-offer-summary-action-box-message__text {
        align-items:center;
        display: flex;
        flex-grow: 1;
        height: auto;
        margin-right: 8px;
        text-decoration: none;
        width: 100%;
        width: 50%
    }

    .mlc-estate-offer-summary-action-box-message--legacy .mlc-estate-offer-summary-action-box-message__negotiate {
        width: 50%
    }
}

.mlc-offer-page-goal-banner {
    background: #fff;
    border: 1px solid #1b59ac;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    margin: 8px 0;
    padding: 16px
}

.mlc-offer-page-goal-banner__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 16px 1fr;
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-areas: "image info" "image info" "encouragement encouragement";
    grid-template-columns: 100px 1fr;
    text-decoration: none
}

@media (min-width: 768px) {
    .mlc-offer-page-goal-banner__main {
        grid-template-areas:"image info" "image encouragement"
    }

    .mlc-offer-page-goal-banner__main>.mlc-itembox__image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1
    }
}

.mlc-offer-page-goal-banner__info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    grid-area: info;
    -ms-grid-column: 3;
    justify-content: flex-start
}

.mlc-offer-page-goal-banner__caption {
    color: #1b59ac;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0 0 8px 0
}

.mlc-offer-page-goal-banner__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    border-radius: 8px;
    grid-area: image;
    -ms-grid-column: 1;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100px
}

.mlc-offer-page-goal-banner__main>.mlc-offer-page-goal-banner__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1
}

.mlc-offer-page-goal-banner__title {
    color: #222;
    display: -webkit-box;
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 8px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.mlc-offer-page-goal-banner__city {
    align-items: center;
    color: #767676;
    display: flex;
    font-size: 12px;
    font-style: normal;
    line-height: 16px
}

.mlc-offer-page-goal-banner__city svg {
    height: 16px;
    margin-right: 4px;
    width: 16px
}

.mlc-offer-page-goal-banner__encouragement {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 3;
    align-items: center;
    align-items: flex-end;
    color: #767676;
    display: flex;
    flex-grow: 1;
    font-size: 14px;
    grid-area: encouragement;
    height: 100%;
    justify-content: space-between;
    line-height: 19px;
    margin-bottom: auto
}

@media (min-width: 1064px) {
    .mlc-itembox__badges {
        -ms-grid-column:3;
        -ms-grid-row: 5;
        -ms-grid-column-span: 1
    }

    .mlc-itembox__container--is-grid .mlc-itembox__offer-container>.mlc-itembox__badges {
        -ms-grid-column: 3;
        -ms-grid-row: 5;
        -ms-grid-column-span: 3
    }

    .mlc-itembox__advert-source {
        -ms-grid-column: 5;
        -ms-grid-row: 5
    }

    .mlc-itembox__container--is-grid .mlc-itembox__offer-container>.mlc-itembox__advert-source {
        -ms-grid-column: 5;
        -ms-grid-row: 7
    }

    .mlc-itembox__location {
        -ms-grid-column: 7;
        -ms-grid-row: 5
    }

    .mlc-itembox__container--is-grid .mlc-itembox__offer-container>.mlc-itembox__location {
        -ms-grid-column: 3;
        -ms-grid-row: 7
    }

    .mlc-itembox__following {
        -ms-grid-column: 5;
        -ms-grid-row: 1;
        -ms-grid-column-span: 3
    }

    .mlc-itembox__container--is-grid .mlc-itembox__offer-container>.mlc-itembox__following {
        -ms-grid-column: 5;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1
    }

    .mlc-itembox__body-header,.mlc-itembox__container--is-grid .mlc-itembox__offer-container>.mlc-itembox__body-header {
        -ms-grid-column: 3;
        -ms-grid-row: 1
    }

    .mlc-itembox__image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        -ms-grid-column: 1
    }

    .mlc-itembox__container--is-grid .mlc-itembox__offer-container>.mlc-itembox__image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 7;
        -ms-grid-column: 1
    }

    .mlc-offer-page-goal-banner__image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        -ms-grid-column: 1
    }

    .mlc-itembox__container--is-grid .mlc-itembox__offer-container>.mlc-offer-page-goal-banner__image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 7;
        -ms-grid-column: 1
    }
}

@media (min-width: 768px) {
    .mlc-offer-page-goal-banner__info {
        -ms-grid-row:1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2
    }

    .mlc-offer-page-goal-banner__main>.mlc-offer-page-goal-banner__image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1
    }

    .mlc-offer-page-goal-banner__encouragement {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
        -ms-grid-column-span: 1
    }
}

.mlc-offer-page-goal-banner__encouragement-title {
    align-items: center;
    display: flex;
    margin-bottom: 0
}

.mlc-offer-page-goal-banner__encouragement-title svg {
    margin-right: 4px
}

.mlc-offer-page-goal-banner__encouragement-title svg path {
    fill: #1b59ac
}

.mlc-offer-page-goal-banner__donations {
    display: flex;
    flex-direction: column
}

.mlc-offer-page-goal-banner__donated {
    color: #1b59ac;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 0;
    text-align: end
}

.mlc-offer-page-goal-banner__target {
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    text-align: end
}

.mlc-offer-ended-banner {
    align-items: center;
    background: #ffc400;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    display: flex;
    justify-content: flex-start;
    padding: 8px 16px;
    width: 100%
}

.mlc-offer-ended-banner__text {
    margin-bottom: 0
}

.mlc-offer-ended-banner__icon {
    display: flex;
    margin-right: 8px
}

.mlc-offer-ended-banner__icon svg path {
    fill: #222
}

.mlc-params {
    margin-top: 8px;
    width: 100%
}

.mlc-params__lists {
    display: none
}

.mlc-params__lists--visible {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

@media (min-width: 768px) {
    .mlc-params__lists--visible {
        flex-direction:row
    }
}

.mlc-params__list {
    border: 0;
    border-collapse: collapse;
    border-radius: 0;
    overflow: hidden;
    text-align: left;
    width: 100%
}

.mlc-params__parameter {
    background: #fafafa;
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    width: 100%
}

.mlc-params--extended .mlc-params__parameter,.mlc-params__parameter--extended {
    align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    -moz-column-gap: 8px;
    column-gap: 8px;
    grid-template-columns: 1fr 1fr
}

@media (min-width: 768px) {
    .mlc-params--extended .mlc-params__parameter,.mlc-params__parameter--extended {
        -ms-grid-columns:minmax(auto,240px) 1fr;
        grid-template-columns: minmax(auto,240px) 1fr
    }
}

.mlc-params__parameter:nth-child(2n) {
    background-color: #fff
}

.mlc-params__parameter:last-of-type {
    border-bottom: none
}

.mlc-params__parameter-name {
    color: #767676
}

.mlc-params__parameter-name,.mlc-params__parameter-value {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 8px;
    -ms-grid-row-align: center;
    align-self: center
}

.mlc-params__parameter-value {
    color: #222
}

.mlc-params__expand {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%
}

.mlc-params__expand:before {
    background: linear-gradient(0deg,#fff,hsla(0,0%,100%,.98) 10.25%,hsla(0,0%,100%,.021) 73.33%,hsla(0,0%,100%,0) 0);
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: -50px;
    width: 100%
}

.mlc-params--extended .mlc-params__expand:before {
    display: none
}

.mlc-params__expand-button {
    align-items: center;
    display: flex
}

.mlc-params__expand-icon {
    height: 24px;
    margin-right: 8px;
    transition: transform .3s
}

.mlc-params--extended .mlc-params__expand-icon {
    transform: rotate(180deg)
}

.mlc-params__expand-icon path {
    fill: #00a790
}

html {
    scroll-behavior: smooth
}

@media (min-width: 768px) {
    html {
        scroll-behavior:unset
    }
}

.mlc-morizon-email-form {
    flex-direction: column;
    max-width: 458px;
    min-height: 462px;
    width: 100%
}

.mlc-morizon-email-form--desktop {
    display: none
}

@media (min-width: 768px) {
    .mlc-morizon-email-form--desktop {
        display:flex
    }
}

.mlc-morizon-email-form--mobile {
    display: flex;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .mlc-morizon-email-form--mobile {
        display:none
    }
}

.mlc-morizon-email-form__overlay-modal {
    background: 0 0;
    box-shadow: none
}

.mlc-morizon-email-form__body-modal {
    align-items: center;
    display: flex;
    justify-content: center
}

.mlc-morizon-email-form__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}

.mlc-morizon-email-form__header img {
    height: 100%;
    max-height: 12px;
    max-width: 68px;
    width: 100%
}

.mlc-morizon-email-form__input {
    margin: 8px 0
}

.mlc-morizon-email-form__textarea {
    max-height: 96px
}

.mlc-morizon-email-form__submit-button {
    margin: 8px 0;
    width: 100%
}

.mlc-morizon-email-form__regulations {
    margin-top: 8px
}

.mlc-morizon-email-form__regulation-text {
    display: inline
}

.mlc-morizon-email-form__link {
    font-size: 12px
}

.mlc-morizon-email-form__container {
    align-items: center;
    display: flex
}

.mlc-morizon-email-form__close-icon {
    background: 0 0;
    border: 0;
    cursor: pointer;
    height: 24px;
    margin-left: 24px;
    padding: 0;
    width: 24px
}

.mlc-morizon-email-form__close-icon svg {
    height: 100%;
    width: 100%
}

.mlc-morizon-email-form__close-icon svg path {
    fill: #000
}

.mlc-morizon-email-form__success {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.mlc-morizon-email-form__text-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 328px;
    text-align: center
}

.mlc-moto-info-card__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px
}

.mlc-moto-info-card__description {
    align-items: center;
    display: flex;
    gap: 8px
}

.mlc-moto-info-card__button-container {
    align-items: center;
    display: flex;
    justify-content: center
}

.mlc-moto-info-card__button {
    padding: 0
}

.mlc-show-offer-carousel__slider {
    margin-left: -8px
}

.mlc-show-offer-carousel__heading {
    margin-bottom: 8px
}

.mlc-show-offer-carousel-loader {
    align-items: center;
    display: flex;
    height: 335px;
    justify-content: center
}

.mlc-seller-obligations {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.mlc-offer-card {
    position: relative
}

.mlc-offer-card__follow-container {
    position: absolute;
    right: 8px;
    top: 96px
}

.mlc-offer-card__inner-container {
    --radius: 8px;
    border-radius: var(--radius);
    color: inherit;
    display: block;
    outline: 0;
    text-decoration: inherit;
    width: 160px
}

.mlc-offer-card__title-wrapper {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.mlc-offer-card__title {
    margin: 0
}

.mlc-offer-card__inner-container:focus-visible .mlc-offer-card__title-wrapper {
    outline: 2px dotted #008673;
    outline-offset: 2px
}

.mlc-offer-card__image-container {
    height: 120px
}

.mlc-offer-card__details-container {
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
    display: flex;
    flex-direction: column;
    padding: 8px 8px 0;
    row-gap: 4px
}

.mlc-offer-card__price {
    display: flex;
    flex-direction: column
}

.mlc-offer-card__image {
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.mlc-offer-card__image--blur {
    filter: blur(32px)
}

.mlc-offer-card__details {
    display: flex;
    flex-direction: column;
    row-gap: 2px
}

.mlc-offer-card__location {
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: flex
}

.mlc-offer-card__city {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.mlc-offer-type-text {
    font-size: 10px;
    text-transform: uppercase
}

.mlc-offer-price {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 16px auto;
    grid-template-rows: 16px auto
}

.mlc-offer-price__previous {
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: flex
}

.mlc-offer-price__current {
    display: block;
    -ms-grid-row: 2;
    grid-row: 2/2;
    margin: 0
}

.mlc-follow-button-v2 {
    position: relative
}

.mlc-follow-button-v2__label {
    align-items: center;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.mlc-follow-button-v2__label--primary {
    --size: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    height: var(--size);
    width: var(--size)
}

.mlc-follow-button-v2__label--secondary {
    -moz-column-gap: 4px;
    column-gap: 4px
}

.mlc-follow-button-v2__status {
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 767px) {
    .mlc-follow-button-v2__status {
        display:none
    }
}

.mlc-follow-button-v2__field {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.mlc-follow-button-v2__field:hover .icon {
    filter: brightness(80%)
}

.mlc-follow-button-v2__field:focus-visible~.mlc-follow-button-v2__focus {
    height: 100%;
    outline: 2px dotted #008673;
    outline-offset: 2px;
    position: absolute;
    width: 100%
}

.mlc-follow-button-v2 .icon {
    transition: filter .2s
}

.mlc-offers-carousel {
    padding: 2px
}

.mlc-offers-carousel__item {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

.mlc-offers-carousel__offer-card {
    flex: 1
}

.ml-sr-only {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

@keyframes ml-slide-bottom-in {
    0% {
        opacity: 0;
        transform: translateY(100vh)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes ml-slide-bottom-out {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(100vh)
    }
}

@keyframes ml-slide-right-in {
    0% {
        opacity: 0;
        transform: translateX(100vw)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes ml-slide-right-out {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(100vw)
    }
}

.ml-f {
    display: flex!important
}

.ml-f-center {
    justify-content: center!important
}

.ml-f-a-center,.ml-f-center {
    align-items: center!important;
    display: flex!important
}

.ml-f-col {
    display: flex!important;
    flex-direction: column!important
}

.ml-f-grow {
    flex-grow: 1!important
}

.ml-f-no-grow {
    flex-grow: 0!important
}

.ml-f-no-shrink {
    flex-shrink: 0!important
}

.ml-f-space-between {
    justify-content: space-between!important
}

.ml-f-align-end {
    align-items: flex-end!important
}

.ml-m-t-0 {
    margin-top: 0!important
}

.ml-p-t-0 {
    padding-top: 0!important
}

.ml-m-r-0 {
    margin-right: 0!important
}

.ml-p-r-0 {
    padding-right: 0!important
}

.ml-m-b-0 {
    margin-bottom: 0!important
}

.ml-p-b-0 {
    padding-bottom: 0!important
}

.ml-m-l-0 {
    margin-left: 0!important
}

.ml-p-l-0 {
    padding-left: 0!important
}

.ml-m-0 {
    margin: 0!important
}

.ml-p-0 {
    padding: 0!important
}

.ml-m-v-0 {
    margin-bottom: 0!important;
    margin-top: 0!important
}

.ml-m-h-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

.ml-p-v-0 {
    padding-bottom: 0!important;
    padding-top: 0!important
}

.ml-p-h-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.ml-m-t-4 {
    margin-top: 4px!important
}

.ml-p-t-4 {
    padding-top: 4px!important
}

.ml-m-r-4 {
    margin-right: 4px!important
}

.ml-p-r-4 {
    padding-right: 4px!important
}

.ml-m-b-4 {
    margin-bottom: 4px!important
}

.ml-p-b-4 {
    padding-bottom: 4px!important
}

.ml-m-l-4 {
    margin-left: 4px!important
}

.ml-p-l-4 {
    padding-left: 4px!important
}

.ml-m-4 {
    margin: 4px!important
}

.ml-p-4 {
    padding: 4px!important
}

.ml-m-v-4 {
    margin-bottom: 4px!important;
    margin-top: 4px!important
}

.ml-m-h-4 {
    margin-left: 4px!important;
    margin-right: 4px!important
}

.ml-p-v-4 {
    padding-bottom: 4px!important;
    padding-top: 4px!important
}

.ml-p-h-4 {
    padding-left: 4px!important;
    padding-right: 4px!important
}

.ml-m-t-8 {
    margin-top: 8px!important
}

.ml-p-t-8 {
    padding-top: 8px!important
}

.ml-m-r-8 {
    margin-right: 8px!important
}

.ml-p-r-8 {
    padding-right: 8px!important
}

.ml-m-b-8 {
    margin-bottom: 8px!important
}

.ml-p-b-8 {
    padding-bottom: 8px!important
}

.ml-m-l-8 {
    margin-left: 8px!important
}

.ml-p-l-8 {
    padding-left: 8px!important
}

.ml-m-8 {
    margin: 8px!important
}

.ml-p-8 {
    padding: 8px!important
}

.ml-m-v-8 {
    margin-bottom: 8px!important;
    margin-top: 8px!important
}

.ml-m-h-8 {
    margin-left: 8px!important;
    margin-right: 8px!important
}

.ml-p-v-8 {
    padding-bottom: 8px!important;
    padding-top: 8px!important
}

.ml-p-h-8 {
    padding-left: 8px!important;
    padding-right: 8px!important
}

.ml-m-t-16 {
    margin-top: 16px!important
}

.ml-p-t-16 {
    padding-top: 16px!important
}

.ml-m-r-16 {
    margin-right: 16px!important
}

.ml-p-r-16 {
    padding-right: 16px!important
}

.ml-m-b-16 {
    margin-bottom: 16px!important
}

.ml-p-b-16 {
    padding-bottom: 16px!important
}

.ml-m-l-16 {
    margin-left: 16px!important
}

.ml-p-l-16 {
    padding-left: 16px!important
}

.ml-m-16 {
    margin: 16px!important
}

.ml-p-16 {
    padding: 16px!important
}

.ml-m-v-16 {
    margin-bottom: 16px!important;
    margin-top: 16px!important
}

.ml-m-h-16 {
    margin-left: 16px!important;
    margin-right: 16px!important
}

.ml-p-v-16 {
    padding-bottom: 16px!important;
    padding-top: 16px!important
}

.ml-p-h-16 {
    padding-left: 16px!important;
    padding-right: 16px!important
}

.ml-m-t-24 {
    margin-top: 24px!important
}

.ml-p-t-24 {
    padding-top: 24px!important
}

.ml-m-r-24 {
    margin-right: 24px!important
}

.ml-p-r-24 {
    padding-right: 24px!important
}

.ml-m-b-24 {
    margin-bottom: 24px!important
}

.ml-p-b-24 {
    padding-bottom: 24px!important
}

.ml-m-l-24 {
    margin-left: 24px!important
}

.ml-p-l-24 {
    padding-left: 24px!important
}

.ml-m-24 {
    margin: 24px!important
}

.ml-p-24 {
    padding: 24px!important
}

.ml-m-v-24 {
    margin-bottom: 24px!important;
    margin-top: 24px!important
}

.ml-m-h-24 {
    margin-left: 24px!important;
    margin-right: 24px!important
}

.ml-p-v-24 {
    padding-bottom: 24px!important;
    padding-top: 24px!important
}

.ml-p-h-24 {
    padding-left: 24px!important;
    padding-right: 24px!important
}

.ml-w-100 {
    width: 100%!important
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"),local("OpenSans-Light"),url(/assets/fonts/a4ac0b8f3d01d0b46104.woff2) format("woff2"),url(/assets/fonts/f6240eccb0269943de69.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"),local("OpenSans-Regular"),url(/assets/fonts/17252753a6588430aa1b.woff2) format("woff2"),url(/assets/fonts/9ffdcf33f4c19919b0bd.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"),local("OpenSans-Italic"),url(/assets/fonts/6ef44791c7749ba39d8f.woff2) format("woff2"),url(/assets/fonts/a253cc19754bbf0430e4.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(/assets/fonts/b22d2610327188f07b05.woff2) format("woff2"),url(/assets/fonts/0508b1157aaf7906c4b7.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"),local("OpenSans-Bold"),url(/assets/fonts/0e3a2634e88ff1ed63f0.woff2) format("woff2"),url(/assets/fonts/d709459ef625e7263ef1.woff) format("woff")
}

html {
    box-sizing: border-box
}

*,:after,:before {
    box-sizing: inherit
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

blockquote,body,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,legend,ol,p,pre,ul {
    margin: 0;
    padding: 0
}

li>ol,li>ul {
    margin-bottom: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset {
    border: 0;
    min-width: 0
}

.mlc-adult-offer-blockage {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 24px
}

@media (min-width: 768px) {
    .mlc-adult-offer-blockage {
        flex-direction:row;
        justify-content: center
    }
}

.mlc-adult-offer-blockage__text-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%
}

@media (min-width: 768px) {
    .mlc-adult-offer-blockage__text-container {
        align-items:flex-start;
        width: -moz-max-content;
        width: max-content
    }
}

.mlc-adult-offer-blockage__header {
    text-align: center
}

.Toastify__toast-container {
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed;
    -webkit-transform: translateZ(9999px);
    width: 320px;
    z-index: 9999
}

.Toastify__toast-container--top-left {
    left: 1em;
    top: 1em
}

.Toastify__toast-container--top-center {
    left: 50%;
    top: 1em;
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    right: 1em;
    top: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width: 480px) {
    .Toastify__toast-container {
        left:0;
        margin: 0;
        padding: 0;
        width: 100vw
    }

    .Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right {
        top: 0;
        transform: translateX(0)
    }

    .Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translateX(0)
    }

    .Toastify__toast-container--rtl {
        left: auto;
        right: 0
    }
}

.Toastify__toast {
    border-radius: 1px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);
    box-sizing: border-box;
    cursor: pointer;
    direction: ltr;
    display: flex;
    font-family: sans-serif;
    justify-content: space-between;
    margin-bottom: 1rem;
    max-height: 800px;
    min-height: 64px;
    overflow: hidden;
    padding: 8px;
    position: relative
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast--dark {
    background: #121212;
    color: #fff
}

.Toastify__toast--default {
    background: #fff;
    color: #aaa
}

.Toastify__toast--info {
    background: #3498db
}

.Toastify__toast--success {
    background: #07bc0c
}

.Toastify__toast--warning {
    background: #f1c40f
}

.Toastify__toast--error {
    background: #e74c3c
}

.Toastify__toast-body {
    flex: 1 1 auto;
    margin: auto 0
}

@media only screen and (max-width: 480px) {
    .Toastify__toast {
        margin-bottom:0
    }
}

.Toastify__close-button {
    align-self: flex-start;
    background: 0 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    opacity: .7;
    outline: 0;
    padding: 0;
    transition: .3s ease
}

.Toastify__close-button--default {
    color: #000;
    opacity: .3
}

.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus,.Toastify__close-button:hover {
    opacity: 1
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    background-color: hsla(0,0%,100%,.7);
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: .7;
    position: absolute;
    transform-origin: left;
    width: 100%;
    z-index: 9999
}

.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: transform .2s
}

.Toastify__progress-bar--rtl {
    left: auto;
    right: 0;
    transform-origin: right
}

.Toastify__progress-bar--default {
    background: linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)
}

.Toastify__progress-bar--dark {
    background: #bb86fc
}

@keyframes Toastify__bounceInRight {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

@keyframes Toastify__bounceInLeft {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes Toastify__bounceInUp {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes Toastify__bounceInDown {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut
}

@keyframes Toastify__flipIn {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

.Toastify__flip-enter {
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    animation-name: Toastify__flipOut
}

@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0,110%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0,-110%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(110%,0,0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-110%,0,0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0,500px,0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0,-500px,0);
        visibility: hidden
    }
}

.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown
}

/*# sourceMappingURL=offer.css.map*/

#searchWidget {
    display:none !important
}