.marketplace-product-catalog-wrapper .sidebar-icon-container-cs2 .fas,
.marketplace-product-catalog-wrapper .sidebar-icon-container-cs2 .fa {
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
}
.marketplace-product-catalog-wrapper .sidebar-icon-container-cs2 i,
.marketplace-product-catalog-wrapper .catalog-inner-content .sidebar-icon-container-cs2 i {
  width: auto;
  height: auto;
}

.marketplace-product-catalog-wrapper .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.marketplace-product-catalog-wrapper .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 39px;
    user-select: none;
    -webkit-user-select: none
}

.marketplace-product-catalog-wrapper .form-input-group-cs2.mini .select2-container .select2-selection--single {
    height: 30px;
}

.marketplace-product-catalog-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marketplace-product-catalog-wrapper .form-input-group-cs2.mini .select2-container .select2-selection--single .select2-selection__rendered {
    font-size:11px;
}

.marketplace-product-catalog-wrapper .select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.marketplace-product-catalog-wrapper .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.marketplace-product-catalog-wrapper .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.marketplace-product-catalog-wrapper .form-input-group-cs2.mini .select2-container .select2-selection--multiple {
    min-height:30px;
}

.marketplace-product-catalog-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.marketplace-product-catalog-wrapper .select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.marketplace-product-catalog-wrapper .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.marketplace-product-catalog-wrapper .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.marketplace-product-catalog-wrapper .select2-dropdown {
    background-color: var(--cardBackground);
    border: 1px solid var(--borderColor);
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.marketplace-product-catalog-wrapper .select2-results {
    display: block
}

.marketplace-product-catalog-wrapper .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.marketplace-product-catalog-wrapper .select2-results__option {
    padding: 6px;
    font-size:11px;
    user-select: none;
    -webkit-user-select: none
}

.marketplace-product-catalog-wrapper .select2-results__option--selectable {
    cursor: pointer
}

.marketplace-product-catalog-wrapper .select2-container--open .select2-dropdown {
    left: 0
}

.marketplace-product-catalog-wrapper .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.marketplace-product-catalog-wrapper .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.marketplace-product-catalog-wrapper .select2-search--dropdown {
    display: block;
    padding: 4px
}

.marketplace-product-catalog-wrapper .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.marketplace-product-catalog-wrapper .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.marketplace-product-catalog-wrapper .select2-search--dropdown.select2-search--hide {
    display: none
}

.marketplace-product-catalog-wrapper .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: var(--dark-primary-bg, #171a21);
    filter: alpha(opacity=0)
}

.marketplace-product-catalog-wrapper .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-selection--single {
    background-color: var(--dark-primary-bg, #171a21);
    border: 2px solid var(--borderColor);
    border-radius: 15px
}

.marketplace-product-catalog-wrapper.light-theme .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color:#bdbdbd;
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--placeholderColor);
    line-height: 35px
}

.marketplace-product-catalog-wrapper.light-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--textColor);
}

.marketplace-product-catalog-wrapper .form-input-group-cs2.mini .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
    color:#c3141b;
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--placeholderColor);
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.marketplace-product-catalog-wrapper .form-input-group-cs2.mini .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.marketplace-product-catalog-wrapper .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.marketplace-product-catalog-wrapper .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.marketplace-product-catalog-wrapper .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: var(--cardBackgroundLight);
    cursor: default
}

.marketplace-product-catalog-wrapper .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.marketplace-product-catalog-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-selection--multiple {
    background-color: var(--dark-primary-bg, #171a21);
    border: 2px solid #333444;
    border-radius: 4px;
    cursor: text;
    padding-top: 6px;
    padding-bottom: 7px;
    padding-right: 5px;
    position: relative;
}

.marketplace-product-catalog-wrapper .form-input-group-cs2.mini .select2-container--default .select2-selection--multiple {
    padding-top: 0;
    padding-bottom: 0;
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
    color:#c3141b;
}

.marketplace-product-catalog-wrapper .form-input-group-cs2.mini .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top:2px;
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--dark-secondary-bg, #212630);
    border: 1px solid #333444;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    font-size:12px;
}

.marketplace-product-catalog-wrapper .form-input-group-cs2.mini .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size:11px;
    margin-top:4px;
    margin-bottom:4px;
    padding-left:15px;
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid 1px solid #333444;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .marketplace-product-catalog-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #c3141b;
    color: #fff;
    outline: none
}

.marketplace-product-catalog-wrapper .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.marketplace-product-catalog-wrapper .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.marketplace-product-catalog-wrapper .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.marketplace-product-catalog-wrapper .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.marketplace-product-catalog-wrapper .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 2px solid #333444;;
    outline: 0
}

.marketplace-product-catalog-wrapper .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.marketplace-product-catalog-wrapper .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.marketplace-product-catalog-wrapper .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .marketplace-product-catalog-wrapper .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.marketplace-product-catalog-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .marketplace-product-catalog-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--borderColor);
    background: var(--dark-primary-bg, #171a21);
    color:#C8C9D8;
}

.marketplace-product-catalog-wrapper.light-theme .select2-container--default .select2-search--dropdown .select2-search__field {
    background:none;
    color:var(--textColor);
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline:none;
    box-shadow:0 0 10px 0 rgba(0,0,0,0.25);
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    color:#fff;
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-search--inline .select2-search__field::placeholder {color:var(--placeholderColor);font-weight:400;}

.marketplace-product-catalog-wrapper .form-input-group-cs2.mini .select2-container--default .select2-search--inline .select2-search__field {
    font-size:11px;
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #80f1b1 #31323c;
    transition: 0.3s;
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {width: 4px;}
.marketplace-product-catalog-wrapper .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {background: var(--dark-secondary-bg, #212630);}
.marketplace-product-catalog-wrapper .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {background-color:#80f1b1;border-radius:6px;border:4px solid #80f1b1;}

.marketplace-product-catalog-wrapper .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-results__option--group {
    padding: 0
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-results__option--disabled {
    color: #999
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-results__option--selected {
    background-color: #80F1B1;
    color:#343891;
    font-weight:600;
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--background);
    color: var(--textColor);
}

.marketplace-product-catalog-wrapper .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, var(--dark-primary-bg, #171a21) 50%, var(--dark-primary-bg, #171a21) 100%);
    background-image: -o-linear-gradient(top, var(--dark-primary-bg, #171a21) 50%, var(--dark-primary-bg, #171a21) 100%);
    background-image: linear-gradient(to bottom, var(--dark-primary-bg, #171a21) 50%, var(--dark-primary-bg, #171a21) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.marketplace-product-catalog-wrapper .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.marketplace-product-catalog-wrapper .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.marketplace-product-catalog-wrapper .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.marketplace-product-catalog-wrapper .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.marketplace-product-catalog-wrapper .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.marketplace-product-catalog-wrapper .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.marketplace-product-catalog-wrapper .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.marketplace-product-catalog-wrapper .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.marketplace-product-catalog-wrapper .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.marketplace-product-catalog-wrapper .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.marketplace-product-catalog-wrapper .select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.marketplace-product-catalog-wrapper .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.marketplace-product-catalog-wrapper .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-dropdown--below {
    border-top: none
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-results__option--group {
    padding: 0
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-results__option--disabled {
    color: grey
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.marketplace-product-catalog-wrapper .select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.marketplace-product-catalog-wrapper .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.marketplace-product-catalog-wrapper .flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08)
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.open, .marketplace-product-catalog-wrapper .flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1)
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.marketplace-product-catalog-wrapper .flatpickr-calendar .hasWeeks .dayContainer, .marketplace-product-catalog-wrapper .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.marketplace-product-catalog-wrapper .flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.marketplace-product-catalog-wrapper .flatpickr-calendar:before, .marketplace-product-catalog-wrapper .flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.rightMost:before, .marketplace-product-catalog-wrapper .flatpickr-calendar.arrowRight:before, .marketplace-product-catalog-wrapper .flatpickr-calendar.rightMost:after, .marketplace-product-catalog-wrapper .flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowCenter:before, .marketplace-product-catalog-wrapper .flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%
}

.marketplace-product-catalog-wrapper .flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.marketplace-product-catalog-wrapper .flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowTop:before, .marketplace-product-catalog-wrapper .flatpickr-calendar.arrowTop:after {
    bottom: 100%
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowBottom:before, .marketplace-product-catalog-wrapper .flatpickr-calendar.arrowBottom:after {
    top: 100%
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.marketplace-product-catalog-wrapper .flatpickr-calendar:focus {
    outline: 0
}

.marketplace-product-catalog-wrapper .flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.marketplace-product-catalog-wrapper .flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month, .marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9)
}

.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none
}

.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month i, .marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month i {
    position: relative
}

.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    
    left: 0 
}

.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    
    right: 0 
}

.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month:hover, .marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9
}

.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month:hover svg, .marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747
}

.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month svg, .marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px
}

.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month svg path, .marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.marketplace-product-catalog-wrapper .numInputWrapper {
    position: relative;
    height: auto
}

.marketplace-product-catalog-wrapper .numInputWrapper input, .marketplace-product-catalog-wrapper .numInputWrapper span {
    display: inline-block
}

.marketplace-product-catalog-wrapper .numInputWrapper input {
    width: 100%
}

.marketplace-product-catalog-wrapper .numInputWrapper input::-ms-clear {
    display: none
}

.marketplace-product-catalog-wrapper .numInputWrapper input::-webkit-outer-spin-button, .marketplace-product-catalog-wrapper .numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.marketplace-product-catalog-wrapper .numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.marketplace-product-catalog-wrapper .numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1)
}

.marketplace-product-catalog-wrapper .numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2)
}

.marketplace-product-catalog-wrapper .numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.marketplace-product-catalog-wrapper .numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.marketplace-product-catalog-wrapper .numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%
}

.marketplace-product-catalog-wrapper .numInputWrapper span.arrowDown {
    top: 50%
}

.marketplace-product-catalog-wrapper .numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%
}

.marketplace-product-catalog-wrapper .numInputWrapper span svg {
    width: inherit;
    height: auto
}

.marketplace-product-catalog-wrapper .numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5)
}

.marketplace-product-catalog-wrapper .numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05)
}

.marketplace-product-catalog-wrapper .numInputWrapper:hover span {
    opacity: 1
}

.marketplace-product-catalog-wrapper .flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.marketplace-product-catalog-wrapper .flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.marketplace-product-catalog-wrapper .flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05)
}

.marketplace-product-catalog-wrapper .flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch \0;
    display: inline-block
}

.marketplace-product-catalog-wrapper .flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9)
}

.marketplace-product-catalog-wrapper .flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9)
}

.marketplace-product-catalog-wrapper .flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.marketplace-product-catalog-wrapper .flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.marketplace-product-catalog-wrapper .flatpickr-current-month input.cur-year[disabled], .marketplace-product-catalog-wrapper .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none
}

.marketplace-product-catalog-wrapper .flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.marketplace-product-catalog-wrapper .flatpickr-current-month .flatpickr-monthDropdown-months:focus, .marketplace-product-catalog-wrapper .flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none
}

.marketplace-product-catalog-wrapper .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05)
}

.marketplace-product-catalog-wrapper .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.marketplace-product-catalog-wrapper .flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

.marketplace-product-catalog-wrapper .flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.marketplace-product-catalog-wrapper span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.marketplace-product-catalog-wrapper .dayContainer, .marketplace-product-catalog-wrapper .flatpickr-weeks {
    padding: 1px 0 0 0
}

.marketplace-product-catalog-wrapper .flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

.marketplace-product-catalog-wrapper .flatpickr-days:focus {
    outline: 0
}

.marketplace-product-catalog-wrapper .dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.marketplace-product-catalog-wrapper .dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.marketplace-product-catalog-wrapper .flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.marketplace-product-catalog-wrapper .flatpickr-day.inRange, .marketplace-product-catalog-wrapper .flatpickr-day.prevMonthDay.inRange, .marketplace-product-catalog-wrapper .flatpickr-day.nextMonthDay.inRange, .marketplace-product-catalog-wrapper .flatpickr-day.today.inRange, .marketplace-product-catalog-wrapper .flatpickr-day.prevMonthDay.today.inRange, .marketplace-product-catalog-wrapper .flatpickr-day.nextMonthDay.today.inRange, .marketplace-product-catalog-wrapper .flatpickr-day:hover, .marketplace-product-catalog-wrapper .flatpickr-day.prevMonthDay:hover, .marketplace-product-catalog-wrapper .flatpickr-day.nextMonthDay:hover, .marketplace-product-catalog-wrapper .flatpickr-day:focus, .marketplace-product-catalog-wrapper .flatpickr-day.prevMonthDay:focus, .marketplace-product-catalog-wrapper .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.marketplace-product-catalog-wrapper .flatpickr-day.today {
    border-color: #959ea9
}

.marketplace-product-catalog-wrapper .flatpickr-day.today:hover, .marketplace-product-catalog-wrapper .flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.marketplace-product-catalog-wrapper .flatpickr-day.selected, .marketplace-product-catalog-wrapper .flatpickr-day.startRange, .marketplace-product-catalog-wrapper .flatpickr-day.endRange, .marketplace-product-catalog-wrapper .flatpickr-day.selected.inRange, .marketplace-product-catalog-wrapper .flatpickr-day.startRange.inRange, .marketplace-product-catalog-wrapper .flatpickr-day.endRange.inRange, .marketplace-product-catalog-wrapper .flatpickr-day.selected:focus, .marketplace-product-catalog-wrapper .flatpickr-day.startRange:focus, .marketplace-product-catalog-wrapper .flatpickr-day.endRange:focus, .marketplace-product-catalog-wrapper .flatpickr-day.selected:hover, .marketplace-product-catalog-wrapper .flatpickr-day.startRange:hover, .marketplace-product-catalog-wrapper .flatpickr-day.endRange:hover, .marketplace-product-catalog-wrapper .flatpickr-day.selected.prevMonthDay, .marketplace-product-catalog-wrapper .flatpickr-day.startRange.prevMonthDay, .marketplace-product-catalog-wrapper .flatpickr-day.endRange.prevMonthDay, .marketplace-product-catalog-wrapper .flatpickr-day.selected.nextMonthDay, .marketplace-product-catalog-wrapper .flatpickr-day.startRange.nextMonthDay, .marketplace-product-catalog-wrapper .flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.marketplace-product-catalog-wrapper .flatpickr-day.selected.startRange, .marketplace-product-catalog-wrapper .flatpickr-day.startRange.startRange, .marketplace-product-catalog-wrapper .flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px
}

.marketplace-product-catalog-wrapper .flatpickr-day.selected.endRange, .marketplace-product-catalog-wrapper .flatpickr-day.startRange.endRange, .marketplace-product-catalog-wrapper .flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0
}

.marketplace-product-catalog-wrapper .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .marketplace-product-catalog-wrapper .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .marketplace-product-catalog-wrapper .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.marketplace-product-catalog-wrapper .flatpickr-day.selected.startRange.endRange, .marketplace-product-catalog-wrapper .flatpickr-day.startRange.startRange.endRange, .marketplace-product-catalog-wrapper .flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px
}

.marketplace-product-catalog-wrapper .flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.marketplace-product-catalog-wrapper .flatpickr-day.flatpickr-disabled, .marketplace-product-catalog-wrapper .flatpickr-day.flatpickr-disabled:hover, .marketplace-product-catalog-wrapper .flatpickr-day.prevMonthDay, .marketplace-product-catalog-wrapper .flatpickr-day.nextMonthDay, .marketplace-product-catalog-wrapper .flatpickr-day.notAllowed, .marketplace-product-catalog-wrapper .flatpickr-day.notAllowed.prevMonthDay, .marketplace-product-catalog-wrapper .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default
}

.marketplace-product-catalog-wrapper .flatpickr-day.flatpickr-disabled, .marketplace-product-catalog-wrapper .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1)
}

.marketplace-product-catalog-wrapper .flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.marketplace-product-catalog-wrapper .flatpickr-day.hidden {
    visibility: hidden
}

.marketplace-product-catalog-wrapper .rangeMode .flatpickr-day {
    margin-top: 1px
}

.marketplace-product-catalog-wrapper .flatpickr-weekwrapper {
    float: left
}

.marketplace-product-catalog-wrapper .flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6
}

.marketplace-product-catalog-wrapper .flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.marketplace-product-catalog-wrapper .flatpickr-weekwrapper span.flatpickr-day, .marketplace-product-catalog-wrapper .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none
}

.marketplace-product-catalog-wrapper .flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.marketplace-product-catalog-wrapper .flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.marketplace-product-catalog-wrapper .flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.marketplace-product-catalog-wrapper .flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.marketplace-product-catalog-wrapper .flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.marketplace-product-catalog-wrapper .flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.marketplace-product-catalog-wrapper .flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.marketplace-product-catalog-wrapper .flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.marketplace-product-catalog-wrapper .flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.marketplace-product-catalog-wrapper .flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.marketplace-product-catalog-wrapper .flatpickr-time input.flatpickr-hour {
    font-weight: bold
}

.marketplace-product-catalog-wrapper .flatpickr-time input.flatpickr-minute, .marketplace-product-catalog-wrapper .flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.marketplace-product-catalog-wrapper .flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.marketplace-product-catalog-wrapper .flatpickr-time .flatpickr-time-separator, .marketplace-product-catalog-wrapper .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.marketplace-product-catalog-wrapper .flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.marketplace-product-catalog-wrapper .flatpickr-time input:hover, .marketplace-product-catalog-wrapper .flatpickr-time .flatpickr-am-pm:hover, .marketplace-product-catalog-wrapper .flatpickr-time input:focus, .marketplace-product-catalog-wrapper .flatpickr-time .flatpickr-am-pm:focus {
    background: #eee
}

.marketplace-product-catalog-wrapper .flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.marketplace-product-catalog-wrapper .flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: var(--dark-secondary-bg, #212630);
  -webkit-box-shadow: 1px 0 0 #20222c, -1px 0 0 #20222c, 0 1px 0 #20222c, 0 -1px 0 #20222c, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #20222c, -1px 0 0 #20222c, 0 1px 0 #20222c, 0 -1px 0 #20222c, 0 3px 13px rgba(0,0,0,0.08);
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.open,
.marketplace-product-catalog-wrapper .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar .hasWeeks .dayContainer,
.marketplace-product-catalog-wrapper .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #20222c;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar:before,
.marketplace-product-catalog-wrapper .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.rightMost:before,
.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowRight:before,
.marketplace-product-catalog-wrapper .flatpickr-calendar.rightMost:after,
.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowCenter:before,
.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowTop:before,
.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowTop:before {
  border-bottom-color: #20222c;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowTop:after {
  border-bottom-color: var(--dark-secondary-bg, #212630);
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowBottom:before,
.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowBottom:before {
  border-top-color: #20222c;
}
.marketplace-product-catalog-wrapper .flatpickr-calendar.arrowBottom:after {
  border-top-color: var(--dark-secondary-bg, #212630);
}
.marketplace-product-catalog-wrapper .flatpickr-calendar:focus {
  outline: 0;
}
.marketplace-product-catalog-wrapper .flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.marketplace-product-catalog-wrapper .flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-month {
  background: var(--dark-secondary-bg, #212630);
  color: #fff;
  fill: #fff;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month,
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month i,
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {

  left: 0;

}

.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month.flatpickr-next-month {

  right: 0;

}

.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month:hover,
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month:hover {
  color: #eee;
}
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month:hover svg,
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month svg,
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-prev-month svg path,
.marketplace-product-catalog-wrapper .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.marketplace-product-catalog-wrapper .numInputWrapper {
  position: relative;
  height: auto;
}
.marketplace-product-catalog-wrapper .numInputWrapper input,
.marketplace-product-catalog-wrapper .numInputWrapper span {
  display: inline-block;
}
.marketplace-product-catalog-wrapper .numInputWrapper input {
  width: 100%;
}
.marketplace-product-catalog-wrapper .numInputWrapper input::-ms-clear {
  display: none;
}
.marketplace-product-catalog-wrapper .numInputWrapper input::-webkit-outer-spin-button,
.marketplace-product-catalog-wrapper .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.marketplace-product-catalog-wrapper .numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.marketplace-product-catalog-wrapper .numInputWrapper span:hover {
  background: rgba(192,187,167,0.1);
}
.marketplace-product-catalog-wrapper .numInputWrapper span:active {
  background: rgba(192,187,167,0.2);
}
.marketplace-product-catalog-wrapper .numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.marketplace-product-catalog-wrapper .numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.marketplace-product-catalog-wrapper .numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(255,255,255,0.6);
  top: 26%;
}
.marketplace-product-catalog-wrapper .numInputWrapper span.arrowDown {
  top: 50%;
}
.marketplace-product-catalog-wrapper .numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255,255,255,0.6);
  top: 40%;
}
.marketplace-product-catalog-wrapper .numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.marketplace-product-catalog-wrapper .numInputWrapper span svg path {
  fill: rgba(255,255,255,0.5);
}
.marketplace-product-catalog-wrapper .numInputWrapper:hover {
  background: rgba(192,187,167,0.05);
}
.marketplace-product-catalog-wrapper .numInputWrapper:hover span {
  opacity: 1;
}
.marketplace-product-catalog-wrapper .flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.marketplace-product-catalog-wrapper .flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.marketplace-product-catalog-wrapper .flatpickr-current-month span.cur-month:hover {
  background: rgba(192,187,167,0.05);
}
.marketplace-product-catalog-wrapper .flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.marketplace-product-catalog-wrapper .flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}
.marketplace-product-catalog-wrapper .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}
.marketplace-product-catalog-wrapper .flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #C8C9D8;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.marketplace-product-catalog-wrapper .flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.marketplace-product-catalog-wrapper .flatpickr-current-month input.cur-year[disabled],
.marketplace-product-catalog-wrapper .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255,255,255,0.5);
  background: transparent;
  pointer-events: none;
}
.marketplace-product-catalog-wrapper .flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: var(--dark-secondary-bg, #212630);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #C8C9D8;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.marketplace-product-catalog-wrapper .flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.marketplace-product-catalog-wrapper .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.marketplace-product-catalog-wrapper .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(192,187,167,0.05);
}
.marketplace-product-catalog-wrapper .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: var(--dark-secondary-bg, #212630);
  outline: none;
  padding: 0;
    font-size:15px;
}
.marketplace-product-catalog-wrapper .flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.marketplace-product-catalog-wrapper .flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.marketplace-product-catalog-wrapper span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: var(--dark-secondary-bg, #212630);
  color: #C8C9D8;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.marketplace-product-catalog-wrapper .dayContainer,
.marketplace-product-catalog-wrapper .flatpickr-weeks {
  padding: 1px 0 0 0;
}
.marketplace-product-catalog-wrapper .flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.marketplace-product-catalog-wrapper .flatpickr-days:focus {
  outline: 0;
}
.marketplace-product-catalog-wrapper .dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.marketplace-product-catalog-wrapper .dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #20222c;
          box-shadow: -1px 0 0 #20222c;
}
.marketplace-product-catalog-wrapper .flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #C8C9D8;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.marketplace-product-catalog-wrapper .flatpickr-day.inRange,
.marketplace-product-catalog-wrapper .flatpickr-day.prevMonthDay.inRange,
.marketplace-product-catalog-wrapper .flatpickr-day.nextMonthDay.inRange,
.marketplace-product-catalog-wrapper .flatpickr-day.today.inRange,
.marketplace-product-catalog-wrapper .flatpickr-day.prevMonthDay.today.inRange,
.marketplace-product-catalog-wrapper .flatpickr-day.nextMonthDay.today.inRange,
.marketplace-product-catalog-wrapper .flatpickr-day:hover,
.marketplace-product-catalog-wrapper .flatpickr-day.prevMonthDay:hover,
.marketplace-product-catalog-wrapper .flatpickr-day.nextMonthDay:hover,
.marketplace-product-catalog-wrapper .flatpickr-day:focus,
.marketplace-product-catalog-wrapper .flatpickr-day.prevMonthDay:focus,
.marketplace-product-catalog-wrapper .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #272834;
  border-color: #272834;
}
.marketplace-product-catalog-wrapper .flatpickr-day.today {
  border-color: #80F1B1;
}
.marketplace-product-catalog-wrapper .flatpickr-day.today:hover,
.marketplace-product-catalog-wrapper .flatpickr-day.today:focus {
  border-color: #80F1B1;
  background: #80F1B1;
  color: #343891;
}
.marketplace-product-catalog-wrapper .flatpickr-day.selected,
.marketplace-product-catalog-wrapper .flatpickr-day.startRange,
.marketplace-product-catalog-wrapper .flatpickr-day.endRange,
.marketplace-product-catalog-wrapper .flatpickr-day.selected.inRange,
.marketplace-product-catalog-wrapper .flatpickr-day.startRange.inRange,
.marketplace-product-catalog-wrapper .flatpickr-day.endRange.inRange,
.marketplace-product-catalog-wrapper .flatpickr-day.selected:focus,
.marketplace-product-catalog-wrapper .flatpickr-day.startRange:focus,
.marketplace-product-catalog-wrapper .flatpickr-day.endRange:focus,
.marketplace-product-catalog-wrapper .flatpickr-day.selected:hover,
.marketplace-product-catalog-wrapper .flatpickr-day.startRange:hover,
.marketplace-product-catalog-wrapper .flatpickr-day.endRange:hover,
.marketplace-product-catalog-wrapper .flatpickr-day.selected.prevMonthDay,
.marketplace-product-catalog-wrapper .flatpickr-day.startRange.prevMonthDay,
.marketplace-product-catalog-wrapper .flatpickr-day.endRange.prevMonthDay,
.marketplace-product-catalog-wrapper .flatpickr-day.selected.nextMonthDay,
.marketplace-product-catalog-wrapper .flatpickr-day.startRange.nextMonthDay,
.marketplace-product-catalog-wrapper .flatpickr-day.endRange.nextMonthDay {
  background: #80cbc4;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #80cbc4;
}
.marketplace-product-catalog-wrapper .flatpickr-day.selected.startRange,
.marketplace-product-catalog-wrapper .flatpickr-day.startRange.startRange,
.marketplace-product-catalog-wrapper .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.marketplace-product-catalog-wrapper .flatpickr-day.selected.endRange,
.marketplace-product-catalog-wrapper .flatpickr-day.startRange.endRange,
.marketplace-product-catalog-wrapper .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.marketplace-product-catalog-wrapper .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.marketplace-product-catalog-wrapper .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.marketplace-product-catalog-wrapper .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #80cbc4;
          box-shadow: -10px 0 0 #80cbc4;
}
.marketplace-product-catalog-wrapper .flatpickr-day.selected.startRange.endRange,
.marketplace-product-catalog-wrapper .flatpickr-day.startRange.startRange.endRange,
.marketplace-product-catalog-wrapper .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.marketplace-product-catalog-wrapper .flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #272834, 5px 0 0 #272834;
          box-shadow: -5px 0 0 #272834, 5px 0 0 #272834;
}
.marketplace-product-catalog-wrapper .flatpickr-day.flatpickr-disabled,
.marketplace-product-catalog-wrapper .flatpickr-day.flatpickr-disabled:hover,
.marketplace-product-catalog-wrapper .flatpickr-day.prevMonthDay,
.marketplace-product-catalog-wrapper .flatpickr-day.nextMonthDay,
.marketplace-product-catalog-wrapper .flatpickr-day.notAllowed,
.marketplace-product-catalog-wrapper .flatpickr-day.notAllowed.prevMonthDay,
.marketplace-product-catalog-wrapper .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(255,255,255,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.marketplace-product-catalog-wrapper .flatpickr-day.flatpickr-disabled,
.marketplace-product-catalog-wrapper .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(255,255,255,0.1);
}
.marketplace-product-catalog-wrapper .flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
          box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
}
.marketplace-product-catalog-wrapper .flatpickr-day.hidden {
  visibility: hidden;
}
.marketplace-product-catalog-wrapper .rangeMode .flatpickr-day {
  margin-top: 1px;
}
.marketplace-product-catalog-wrapper .flatpickr-weekwrapper {
  float: left;
}
.marketplace-product-catalog-wrapper .flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #20222c;
          box-shadow: 1px 0 0 #20222c;
}
.marketplace-product-catalog-wrapper .flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.marketplace-product-catalog-wrapper .flatpickr-weekwrapper span.flatpickr-day,
.marketplace-product-catalog-wrapper .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(255,255,255,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.marketplace-product-catalog-wrapper .flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.marketplace-product-catalog-wrapper .flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.marketplace-product-catalog-wrapper .flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.marketplace-product-catalog-wrapper .flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.marketplace-product-catalog-wrapper .flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.marketplace-product-catalog-wrapper .flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #C8C9D8;
}
.marketplace-product-catalog-wrapper .flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #C8C9D8;
}
.marketplace-product-catalog-wrapper .flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.marketplace-product-catalog-wrapper .flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.marketplace-product-catalog-wrapper .flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #C8C9D8;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.marketplace-product-catalog-wrapper .flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.marketplace-product-catalog-wrapper .flatpickr-time input.flatpickr-minute,
.marketplace-product-catalog-wrapper .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.marketplace-product-catalog-wrapper .flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.marketplace-product-catalog-wrapper .flatpickr-time .flatpickr-time-separator,
.marketplace-product-catalog-wrapper .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #C8C9D8;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.marketplace-product-catalog-wrapper .flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.marketplace-product-catalog-wrapper .flatpickr-time input:hover,
.marketplace-product-catalog-wrapper .flatpickr-time .flatpickr-am-pm:hover,
.marketplace-product-catalog-wrapper .flatpickr-time input:focus,
.marketplace-product-catalog-wrapper .flatpickr-time .flatpickr-am-pm:focus {
  background: #6a7395;
}
.marketplace-product-catalog-wrapper .flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast {
    box-sizing: border-box;
    grid-column: 1/4 !important;
    grid-row: 1/4 !important;
    grid-template-columns:min-content auto min-content;
    padding: 0.25rem 0.75rem;
    overflow-y: hidden;
  	background: var(--dark-secondary-bg, #212630);
    box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 1px 2px 4px rgba(0, 0, 0, .075), 1px 3px 8px rgba(0, 0, 0, .075), 2px 4px 16px rgba(0, 0, 0, .075);
    pointer-events: all
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast > * {
    grid-column: 2
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-title {
    margin: .5em 1em;
    padding: 0;
    font-size: 1em;
    text-align: initial
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-loading {
    justify-content: center
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-input {
    height: 2em;
    margin: .5em;
    font-size: 1em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-validation-message {
    font-size: 1em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-footer {
    margin: .5em 0 0;
    padding: .5em 0 0;
    font-size: .8em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-close {
    grid-column: 3/3;
    grid-row: 1/99;
    align-self: center;
    width: .8em;
    height: .8em;
    margin: 0;
    font-size: 2em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-html-container {
    margin: .5em 1em;
    padding: 0;
    overflow: initial;
    font-size: 1em;
    text-align: initial
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-html-container:empty {
    padding: 0
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-loader {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    height: 2em;
    margin: .25em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-icon {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0 .5em 0 0
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: bold
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-actions {
    justify-content: flex-start;
    height: auto;
    margin: 0;
    margin-top: .5em;
    padding: 0 .5em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-styled {
    margin: .25em .5em;
    padding: .4em .6em;
    font-size: 1em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.8em;
    left: -0.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.25em;
    left: .9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip .75s
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long .75s
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show .5s
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide .1s forwards
}

.marketplace-product-catalog-wrapper .swal2-container {
    display: grid;
    position: fixed;
    z-index: 1060;
    inset: 0;
    box-sizing: border-box;
    grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
    grid-template-rows:minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
    height: 100%;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-backdrop-show, .marketplace-product-catalog-wrapper .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, .4)
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-backdrop-hide {
    background: rgba(0, 0, 0, 0) !important
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-top-start, .marketplace-product-catalog-wrapper .swal2-container.swal2-center-start, .marketplace-product-catalog-wrapper .swal2-container.swal2-bottom-start {
    grid-template-columns:minmax(0, 1fr) auto auto
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-top, .marketplace-product-catalog-wrapper .swal2-container.swal2-center, .marketplace-product-catalog-wrapper .swal2-container.swal2-bottom {
    grid-template-columns:auto minmax(0, 1fr) auto
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-top-end, .marketplace-product-catalog-wrapper .swal2-container.swal2-center-end, .marketplace-product-catalog-wrapper .swal2-container.swal2-bottom-end {
    grid-template-columns:auto auto minmax(0, 1fr)
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-top-start > .swal2-popup {
    align-self: start
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-top > .swal2-popup {
    grid-column: 2;
    align-self: start;
    justify-self: center
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-top-end > .swal2-popup, .marketplace-product-catalog-wrapper .swal2-container.swal2-top-right > .swal2-popup {
    grid-column: 3;
    align-self: start;
    justify-self: end
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-center-start > .swal2-popup, .marketplace-product-catalog-wrapper .swal2-container.swal2-center-left > .swal2-popup {
    grid-row: 2;
    align-self: center
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-center > .swal2-popup {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-center-end > .swal2-popup, .marketplace-product-catalog-wrapper .swal2-container.swal2-center-right > .swal2-popup {
    grid-column: 3;
    grid-row: 2;
    align-self: center;
    justify-self: end
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-bottom-start > .swal2-popup, .marketplace-product-catalog-wrapper .swal2-container.swal2-bottom-left > .swal2-popup {
    grid-column: 1;
    grid-row: 3;
    align-self: end
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-bottom > .swal2-popup {
    grid-column: 2;
    grid-row: 3;
    justify-self: center;
    align-self: end
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-bottom-end > .swal2-popup, .marketplace-product-catalog-wrapper .swal2-container.swal2-bottom-right > .swal2-popup {
    grid-column: 3;
    grid-row: 3;
    align-self: end;
    justify-self: end
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-grow-row > .swal2-popup, .marketplace-product-catalog-wrapper .swal2-container.swal2-grow-fullscreen > .swal2-popup {
    grid-column: 1/4;
    width: 100%
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-grow-column > .swal2-popup, .marketplace-product-catalog-wrapper .swal2-container.swal2-grow-fullscreen > .swal2-popup {
    grid-row: 1/4;
    align-self: stretch
}

.marketplace-product-catalog-wrapper .swal2-container.swal2-no-transition {
    transition: none !important
}

.marketplace-product-catalog-wrapper .swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns:minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: var(--dark-secondary-bg, #212630);
    color: #C8C9D8;
    font-family: inherit;
    font-size: 1rem
}

.marketplace-product-catalog-wrapper.light-theme .swal2-popup {
    background: #fff;
    color: #212529;
}

.marketplace-product-catalog-wrapper .swal2-popup:focus {
    outline: none
}

.marketplace-product-catalog-wrapper .swal2-popup.swal2-loading {
    overflow-y: hidden
}

.marketplace-product-catalog-wrapper .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: .8em 1em 0;
    color: inherit;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

.marketplace-product-catalog-wrapper .swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 1.25em auto 0;
    padding: 0
}

.marketplace-product-catalog-wrapper .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4
}

.marketplace-product-catalog-wrapper .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
}

.marketplace-product-catalog-wrapper .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))
}

.marketplace-product-catalog-wrapper .swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: .25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0)
}

.marketplace-product-catalog-wrapper .swal2-styled {
    margin: .3125em;
    padding: .625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
    font-weight: 500
}

.marketplace-product-catalog-wrapper .swal2-styled:not([disabled]) {
    cursor: pointer
}

.marketplace-product-catalog-wrapper .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #343891;
    color: #fff;
    font-size: 13px
}

.marketplace-product-catalog-wrapper .swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0,0.25);
}

.marketplace-product-catalog-wrapper .swal2-styled.swal2-deny {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #dc3741;
    color: #fff;
    font-size: 13px;
}

.marketplace-product-catalog-wrapper .swal2-styled.swal2-deny:focus {
    box-shadow: 0 0 0 3px rgba(220, 55, 65, .5)
}

.marketplace-product-catalog-wrapper .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: 13px;
}

.marketplace-product-catalog-wrapper .swal2-styled.swal2-cancel:focus {
    box-shadow: 0 0 0 3px rgba(110, 120, 129, .5)
}

.marketplace-product-catalog-wrapper .swal2-styled.swal2-default-outline:focus {
    box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
}

.marketplace-product-catalog-wrapper .swal2-styled:focus {
    outline: none
}

.marketplace-product-catalog-wrapper .swal2-styled::-moz-focus-inner {
    border: 0
}

.marketplace-product-catalog-wrapper .swal2-footer {
    justify-content: center;
    margin: 1em 0 0;
    padding: 1em 1em 0;
    border-top: 1px solid #eee;
    color: inherit;
    font-size: 1em
}

.marketplace-product-catalog-wrapper .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    grid-column: auto !important;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.marketplace-product-catalog-wrapper .swal2-timer-progress-bar {
    width: 100%;
    height: .25em;
    background: rgba(0, 0, 0, .2)
}

.marketplace-product-catalog-wrapper .swal2-image {
    max-width: 100%;
    margin: 2em auto 1em
}

.marketplace-product-catalog-wrapper .swal2-close {
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s, box-shadow .1s;
    border: none;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0);
    color: #ccc;
    font-family: monospace;
    font-size: 2.5em;
    cursor: pointer;
    justify-self: end
}

.marketplace-product-catalog-wrapper .swal2-close:hover {
    transform: none;
    background: rgba(0, 0, 0, 0);
    color: #f27474
}

.marketplace-product-catalog-wrapper .swal2-close:focus {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5)
}

.marketplace-product-catalog-wrapper .swal2-close::-moz-focus-inner {
    border: 0
}

.marketplace-product-catalog-wrapper .swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 1em 1.6em .3em;
    padding: 0;
    overflow: auto;
    color: inherit;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word
}

.marketplace-product-catalog-wrapper .swal2-input, .marketplace-product-catalog-wrapper .swal2-file, .marketplace-product-catalog-wrapper .swal2-textarea, .marketplace-product-catalog-wrapper .swal2-select, .marketplace-product-catalog-wrapper .swal2-radio, .marketplace-product-catalog-wrapper .swal2-checkbox {
    margin: 1em 2em 3px
}

.marketplace-product-catalog-wrapper .swal2-input, .marketplace-product-catalog-wrapper .swal2-file, .marketplace-product-catalog-wrapper .swal2-textarea {
    box-sizing: border-box;
    width: auto;
    transition: border-color .1s, box-shadow .1s;
    border: 2px solid #333444;
    border-radius: 5px;
    background: #111117;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, 0);
    color: #fff;
    padding: 7px 15px;
    font-size: 14px;
    -moz-appearance:textfield;
}

.marketplace-product-catalog-wrapper .swal2-input::-webkit-inner-spin-button, .marketplace-product-catalog-wrapper .swal2-input::-webkit-outer-spin-button, .marketplace-product-catalog-wrapper .swal2-file::-webkit-inner-spin-button, .marketplace-product-catalog-wrapper .swal2-file::-webkit-outer-spin-button, .marketplace-product-catalog-wrapper .swal2-textarea::-webkit-inner-spin-button, .marketplace-product-catalog-wrapper .swal2-textarea::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}

.marketplace-product-catalog-wrapper.light-theme .swal2-input, .marketplace-product-catalog-wrapper.light .swal2-file, .marketplace-product-catalog-wrapper.light .swal2-textarea {
    border: 2px solid #bdbdbd;
    background: none;
    color: #212529;
}

.marketplace-product-catalog-wrapper .swal2-input.swal2-inputerror, .marketplace-product-catalog-wrapper .swal2-file.swal2-inputerror, .marketplace-product-catalog-wrapper .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important
}

.marketplace-product-catalog-wrapper .swal2-input:focus, .marketplace-product-catalog-wrapper .swal2-file:focus, .marketplace-product-catalog-wrapper .swal2-textarea:focus {
    outline: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.marketplace-product-catalog-wrapper .swal2-input::placeholder, .marketplace-product-catalog-wrapper .swal2-file::placeholder, .marketplace-product-catalog-wrapper .swal2-textarea::placeholder {
    color: #ccc
}

.marketplace-product-catalog-wrapper .swal2-range {
    margin: 1em 2em 3px;
    background: #fff
}

.marketplace-product-catalog-wrapper .swal2-range input {
    width: 80%
}

.marketplace-product-catalog-wrapper .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center
}

.marketplace-product-catalog-wrapper .swal2-range input, .marketplace-product-catalog-wrapper .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em
}

.marketplace-product-catalog-wrapper .swal2-input {
    height: 2.625em;
    padding: 0 .75em
}

.marketplace-product-catalog-wrapper .swal2-file {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    background: rgba(0, 0, 0, 0);
    font-size: 1.125em
}

.marketplace-product-catalog-wrapper .swal2-textarea {
    height: 6.75em;
    padding: .75em
}

.marketplace-product-catalog-wrapper .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: rgba(0, 0, 0, 0);
    color: inherit;
    font-size: 1.125em
}

.marketplace-product-catalog-wrapper .swal2-radio, .marketplace-product-catalog-wrapper .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit
}

.marketplace-product-catalog-wrapper .swal2-radio label, .marketplace-product-catalog-wrapper .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em
}

.marketplace-product-catalog-wrapper .swal2-radio input, .marketplace-product-catalog-wrapper .swal2-checkbox input {
    flex-shrink: 0;
    margin: 0 .4em
}

.marketplace-product-catalog-wrapper .swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto 0
}

.marketplace-product-catalog-wrapper .swal2-validation-message {
    align-items: center;
    justify-content: center;
    margin: 1em 0 0;
    padding: .625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300
}

.marketplace-product-catalog-wrapper .swal2-validation-message::before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center
}

.marketplace-product-catalog-wrapper .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto .6em;
    border: 0.25em solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none
}

.marketplace-product-catalog-wrapper .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg)
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg)
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark .5s
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-warning.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark .5s
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-info.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark .8s
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-question.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-question-mark .8s
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165, 220, 134, .3);
    border-radius: 50%
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    transform: rotate(-45deg)
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .8125em;
    width: 1.5625em;
    transform: rotate(45deg)
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    transform: rotate(-45deg)
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip .75s
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long .75s
}

.marketplace-product-catalog-wrapper .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.marketplace-product-catalog-wrapper .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 1.25em auto;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    font-weight: 600
}

.marketplace-product-catalog-wrapper .swal2-progress-steps li {
    display: inline-block;
    position: relative
}

.marketplace-product-catalog-wrapper .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #2778c4;
    color: #fff;
    line-height: 2em;
    text-align: center
}

.marketplace-product-catalog-wrapper .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #2778c4
}

.marketplace-product-catalog-wrapper .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
    background: #add8e6;
    color: #fff
}

.marketplace-product-catalog-wrapper .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: #add8e6
}

.marketplace-product-catalog-wrapper .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    flex-shrink: 0;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #2778c4
}

.marketplace-product-catalog-wrapper [class^=swal2] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.marketplace-product-catalog-wrapper .swal2-show {
    animation: swal2-show .3s
}

.marketplace-product-catalog-wrapper .swal2-hide {
    animation: swal2-hide .15s forwards
}

.marketplace-product-catalog-wrapper .swal2-noanimation {
    transition: none
}

.marketplace-product-catalog-wrapper .swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.marketplace-product-catalog-wrapper .swal2-rtl .swal2-close {
    margin-right: initial;
    margin-left: 0
}

.marketplace-product-catalog-wrapper .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotateZ(2deg)
    }
    33% {
        transform: translateY(0) rotateZ(-2deg)
    }
    66% {
        transform: translateY(0.3125em) rotateZ(2deg)
    }
    100% {
        transform: translateY(0) rotateZ(0deg)
    }
}

@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }
    54% {
        top: .125em;
        left: .125em;
        width: 0
    }
    70% {
        top: .625em;
        left: -0.25em;
        width: 1.625em
    }
    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }
    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }
    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }
    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }
    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(0.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(0.95)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(0.5);
        opacity: 0
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }
    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }
    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }
    100% {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }
    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0
    }
    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0
    }
    80% {
        margin-top: -0.375em;
        transform: scale(1.15)
    }
    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes swal2-animate-question-mark {
    0% {
        transform: rotateY(-360deg)
    }
    100% {
        transform: rotateY(0)
    }
}

@keyframes swal2-animate-i-mark {
    0% {
        transform: rotateZ(45deg);
        opacity: 0
    }
    25% {
        transform: rotateZ(-25deg);
        opacity: .4
    }
    50% {
        transform: rotateZ(15deg);
        opacity: .8
    }
    75% {
        transform: rotateZ(-5deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden
}

body.swal2-height-auto {
    height: auto !important
}

body.swal2-no-backdrop .swal2-container {
    background-color: rgba(0, 0, 0, 0) !important;
    pointer-events: none
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
    pointer-events: all
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

@media print {
    .marketplace-product-catalog-wrapper.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important
    }

    .marketplace-product-catalog-wrapper.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
        display: none
    }

    .marketplace-product-catalog-wrapper.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important
    }
}

body.swal2-toast-shown .swal2-container {
    box-sizing: border-box;
    width: 360px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none
}

body.swal2-toast-shown .swal2-container.swal2-top {
    inset: 0 auto auto 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end, .marketplace-product-catalog-wrapper.swal2-toast-shown .swal2-container.swal2-top-right {
    inset: 0 0 auto auto
}

body.swal2-toast-shown .swal2-container.swal2-top-start, .marketplace-product-catalog-wrapper.swal2-toast-shown .swal2-container.swal2-top-left {
    inset: 0 auto auto 0
}

body.swal2-toast-shown .swal2-container.swal2-center-start, .marketplace-product-catalog-wrapper.swal2-toast-shown .swal2-container.swal2-center-left {
    inset: 50% auto auto 0;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end, .marketplace-product-catalog-wrapper.swal2-toast-shown .swal2-container.swal2-center-right {
    inset: 50% 0 auto auto;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, .marketplace-product-catalog-wrapper.swal2-toast-shown .swal2-container.swal2-bottom-left {
    inset: auto auto 0 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    inset: auto auto 0 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, .marketplace-product-catalog-wrapper.swal2-toast-shown .swal2-container.swal2-bottom-right {
    inset: auto 0 0 auto
}

@charset "UTF-8";

.marketplace-product-catalog-wrapper {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.marketplace-product-catalog-wrapper .animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.marketplace-product-catalog-wrapper .animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.marketplace-product-catalog-wrapper .animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.marketplace-product-catalog-wrapper .animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2)
}

.marketplace-product-catalog-wrapper .animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3)
}

.marketplace-product-catalog-wrapper .animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.marketplace-product-catalog-wrapper .animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2)
}

.marketplace-product-catalog-wrapper .animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3)
}

.marketplace-product-catalog-wrapper .animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4)
}

.marketplace-product-catalog-wrapper .animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5)
}

.marketplace-product-catalog-wrapper .animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2)
}

.marketplace-product-catalog-wrapper .animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
    animation-duration: calc(var(--animate-duration) * 0.8)
}

.marketplace-product-catalog-wrapper .animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2)
}

.marketplace-product-catalog-wrapper .animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3)
}

@media (prefers-reduced-motion: reduce), print {
    .marketplace-product-catalog-wrapper .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }

    .marketplace-product-catalog-wrapper .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce {
    0%, 20%, 53%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.marketplace-product-catalog-wrapper .animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.marketplace-product-catalog-wrapper .animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.marketplace-product-catalog-wrapper .animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shakeX {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shakeX {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes shakeY {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.marketplace-product-catalog-wrapper .animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.marketplace-product-catalog-wrapper .animate__swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.marketplace-product-catalog-wrapper .animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.marketplace-product-catalog-wrapper .animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.marketplace-product-catalog-wrapper .animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.marketplace-product-catalog-wrapper .animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.marketplace-product-catalog-wrapper .animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.marketplace-product-catalog-wrapper .animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.marketplace-product-catalog-wrapper .animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

.marketplace-product-catalog-wrapper .animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

.marketplace-product-catalog-wrapper .animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

.marketplace-product-catalog-wrapper .animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

.marketplace-product-catalog-wrapper .animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.marketplace-product-catalog-wrapper .animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.marketplace-product-catalog-wrapper .animate__bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

.marketplace-product-catalog-wrapper .animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

.marketplace-product-catalog-wrapper .animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

.marketplace-product-catalog-wrapper .animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

.marketplace-product-catalog-wrapper .animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.marketplace-product-catalog-wrapper .animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.marketplace-product-catalog-wrapper .animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.marketplace-product-catalog-wrapper .animate__flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.marketplace-product-catalog-wrapper .animate__flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .animate__flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .animate__flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.marketplace-product-catalog-wrapper .animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.marketplace-product-catalog-wrapper .animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.marketplace-product-catalog-wrapper .animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.marketplace-product-catalog-wrapper .animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.marketplace-product-catalog-wrapper .animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.marketplace-product-catalog-wrapper .animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.marketplace-product-catalog-wrapper .animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.marketplace-product-catalog-wrapper .animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.marketplace-product-catalog-wrapper .animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.marketplace-product-catalog-wrapper .animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.marketplace-product-catalog-wrapper .animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.marketplace-product-catalog-wrapper .animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.marketplace-product-catalog-wrapper .animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.marketplace-product-catalog-wrapper .animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.marketplace-product-catalog-wrapper .animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.marketplace-product-catalog-wrapper .animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.marketplace-product-catalog-wrapper {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75
}

.marketplace-product-catalog-wrapper .f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height)
}

.marketplace-product-catalog-wrapper .f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    animation: f-spinner-rotate 2s linear infinite
}

.marketplace-product-catalog-wrapper .f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none
}

.marketplace-product-catalog-wrapper .f-spinner svg *:first-child {
    stroke: var(--f-spinner-color-1)
}

.marketplace-product-catalog-wrapper .f-spinner svg *:last-child {
    stroke: var(--f-spinner-color-2);
    animation: f-spinner-dash 2s ease-in-out infinite
}

@keyframes f-spinner-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.marketplace-product-catalog-wrapper .f-throwOutUp {
    animation: .175s ease-out both f-throwOutUp
}

.marketplace-product-catalog-wrapper .f-throwOutDown {
    animation: .175s ease-out both f-throwOutDown
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, -150px, 0);
        opacity: 0
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, 150px, 0);
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .f-zoomInUp {
    animation: var(--f-transition-duration, 0.2s) ease-out .1s both f-zoomInUp
}

.marketplace-product-catalog-wrapper .f-zoomOutDown {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown
}

@keyframes f-zoomInUp {
    from {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-zoomOutDown {
    to {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .f-fadeIn {
    animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
    z-index: 2
}

.marketplace-product-catalog-wrapper .f-fadeOut {
    animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
    z-index: 1
}

@keyframes f-fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes f-fadeOut {
    100% {
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .f-fadeSlowIn {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    z-index: 2
}

.marketplace-product-catalog-wrapper .f-fadeSlowOut {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    z-index: 1
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes f-fadeSlowOut {
    100% {
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .f-fadeFastIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    z-index: 2
}

.marketplace-product-catalog-wrapper .f-fadeFastOut {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
    z-index: 2
}

@keyframes f-fadeFastIn {
    0% {
        opacity: .75
    }
    100% {
        opacity: 1
    }
}

@keyframes f-fadeFastOut {
    100% {
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .f-crossfadeIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    z-index: 2
}

.marketplace-product-catalog-wrapper .f-crossfadeOut {
    animation: calc(var(--f-transition-duration, 0.2s) * .5) linear .1s both f-crossfadeOut;
    z-index: 1
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes f-crossfadeOut {
    100% {
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper .f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext
}

.marketplace-product-catalog-wrapper .f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev
}

.marketplace-product-catalog-wrapper .f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext
}

.marketplace-product-catalog-wrapper .f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev
}

@keyframes f-slideInPrev {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes f-slideInNext {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes f-slideOutNext {
    100% {
        transform: translateX(-100%)
    }
}

@keyframes f-slideOutPrev {
    100% {
        transform: translateX(100%)
    }
}

.marketplace-product-catalog-wrapper .f-classicIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    z-index: 2
}

.marketplace-product-catalog-wrapper .f-classicIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    z-index: 2
}

.marketplace-product-catalog-wrapper .f-classicOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    z-index: 1
}

.marketplace-product-catalog-wrapper .f-classicOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    z-index: 1
}

@keyframes f-classicInNext {
    0% {
        transform: translateX(-75px);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-classicInPrev {
    0% {
        transform: translateX(75px);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-classicOutNext {
    100% {
        transform: translateX(-75px);
        opacity: 0
    }
}

@keyframes f-classicOutPrev {
    100% {
        transform: translateX(75px);
        opacity: 0
    }
}

.marketplace-product-catalog-wrapper {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65
}

.marketplace-product-catalog-wrapper .f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition)
}

@media (hover: hover) {
    .marketplace-product-catalog-wrapper .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg)
    }
}

.marketplace-product-catalog-wrapper .f-button:active:not([disabled]) {
    background-color: var(--f-button-active-bg)
}

.marketplace-product-catalog-wrapper .f-button:focus:not(:focus-visible) {
    outline: none
}

.marketplace-product-catalog-wrapper .f-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))
}

.marketplace-product-catalog-wrapper .f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity .15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none
}

.marketplace-product-catalog-wrapper .f-button[disabled] {
    cursor: default
}

.marketplace-product-catalog-wrapper .f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity)
}

.marketplace-product-catalog-wrapper .f-carousel__nav .f-button.is-prev, .marketplace-product-catalog-wrapper .f-carousel__nav .f-button.is-next, .marketplace-product-catalog-wrapper .fancybox__nav .f-button.is-prev, .marketplace-product-catalog-wrapper .fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1
}

.marketplace-product-catalog-wrapper .is-horizontal .f-carousel__nav .f-button.is-prev, .marketplace-product-catalog-wrapper .is-horizontal .f-carousel__nav .f-button.is-next, .marketplace-product-catalog-wrapper .is-horizontal .fancybox__nav .f-button.is-prev, .marketplace-product-catalog-wrapper .is-horizontal .fancybox__nav .f-button.is-next {
    top: 50%;
    transform: translateY(-50%)
}

.marketplace-product-catalog-wrapper .is-horizontal .f-carousel__nav .f-button.is-prev, .marketplace-product-catalog-wrapper .is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos)
}

.marketplace-product-catalog-wrapper .is-horizontal .f-carousel__nav .f-button.is-next, .marketplace-product-catalog-wrapper .is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos)
}

.marketplace-product-catalog-wrapper .is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .marketplace-product-catalog-wrapper .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos)
}

.marketplace-product-catalog-wrapper .is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .marketplace-product-catalog-wrapper .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos)
}

.marketplace-product-catalog-wrapper .is-vertical .f-carousel__nav .f-button.is-prev, .marketplace-product-catalog-wrapper .is-vertical .f-carousel__nav .f-button.is-next, .marketplace-product-catalog-wrapper .is-vertical .fancybox__nav .f-button.is-prev, .marketplace-product-catalog-wrapper .is-vertical .fancybox__nav .f-button.is-next {
    top: auto;
    left: 50%;
    transform: translateX(-50%)
}

.marketplace-product-catalog-wrapper .is-vertical .f-carousel__nav .f-button.is-prev, .marketplace-product-catalog-wrapper .is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos)
}

.marketplace-product-catalog-wrapper .is-vertical .f-carousel__nav .f-button.is-next, .marketplace-product-catalog-wrapper .is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos)
}

.marketplace-product-catalog-wrapper .is-vertical .f-carousel__nav .f-button.is-prev svg, .marketplace-product-catalog-wrapper .is-vertical .f-carousel__nav .f-button.is-next svg, .marketplace-product-catalog-wrapper .is-vertical .fancybox__nav .f-button.is-prev svg, .marketplace-product-catalog-wrapper .is-vertical .fancybox__nav .f-button.is-next svg {
    transform: rotate(90deg)
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto
}

html.with-fancybox .marketplace-product-catalog-wrapper {
    touch-action: none
}

html.with-fancybox .marketplace-product-catalog-wrapper.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none
}

.marketplace-product-catalog-wrapper .fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(0, 0, 0, 0.55);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: 2050;
    outline: none;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain
}

.marketplace-product-catalog-wrapper .fancybox__container *, .marketplace-product-catalog-wrapper .fancybox__container *::before, .marketplace-product-catalog-wrapper .fancybox__container *::after {
    box-sizing: inherit
}

.marketplace-product-catalog-wrapper .fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity
}

.marketplace-product-catalog-wrapper .fancybox__carousel {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip
}

.marketplace-product-catalog-wrapper .fancybox__viewport {
    width: 100%;
    height: 100%
}

.marketplace-product-catalog-wrapper .fancybox__track {
    display: flex;
    margin: 0 auto;
    height: 100%
}

.marketplace-product-catalog-wrapper .fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden
}

.marketplace-product-catalog-wrapper .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px
}

.marketplace-product-catalog-wrapper .fancybox__slide.has-iframe, .marketplace-product-catalog-wrapper .fancybox__slide.has-video, .marketplace-product-catalog-wrapper .fancybox__slide.has-html5video {
    overflow: hidden
}

.marketplace-product-catalog-wrapper .fancybox__slide.has-image {
    overflow: hidden
}

.marketplace-product-catalog-wrapper .fancybox__slide.has-image.is-animating, .marketplace-product-catalog-wrapper .fancybox__slide.has-image.is-selected {
    overflow: visible
}

.marketplace-product-catalog-wrapper .fancybox__slide::before, .marketplace-product-catalog-wrapper .fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

.marketplace-product-catalog-wrapper .fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, var(--dark-secondary-bg, #212630));
    cursor: default;
    border-radius: 0;
    z-index: 20
}

.marketplace-product-catalog-wrapper .is-loading .fancybox__content {
    opacity: 0
}

.marketplace-product-catalog-wrapper .is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.marketplace-product-catalog-wrapper .can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.marketplace-product-catalog-wrapper .can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.marketplace-product-catalog-wrapper .is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.marketplace-product-catalog-wrapper .fancybox__content [data-selectable], .marketplace-product-catalog-wrapper .fancybox__content [contenteditable] {
    cursor: auto
}

.marketplace-product-catalog-wrapper .fancybox__slide.has-image > .fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden
}

.marketplace-product-catalog-wrapper .fancybox__slide.has-image > .fancybox__content > picture > img {
    width: 100%;
    height: auto;
    max-height: 100%
}

.marketplace-product-catalog-wrapper .is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .marketplace-product-catalog-wrapper .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
    visibility: hidden
}

.marketplace-product-catalog-wrapper .is-animating .fancybox__content, .marketplace-product-catalog-wrapper .is-dragging .fancybox__content {
    filter: blur(0px);
    will-change: transform, width, height
}

.marketplace-product-catalog-wrapper .fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    user-select: none
}

.marketplace-product-catalog-wrapper .fancybox__caption {
    align-self: center;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px 0;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible
}

.marketplace-product-catalog-wrapper .is-loading .fancybox__caption, .marketplace-product-catalog-wrapper .is-closing .fancybox__caption {
    opacity: 0;
    visibility: hidden
}

.marketplace-product-catalog-wrapper .is-compact .fancybox__caption {
    padding-bottom: 0
}

.marketplace-product-catalog-wrapper .f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40
}

.marketplace-product-catalog-wrapper .fancybox__content > .f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: .75
}

.marketplace-product-catalog-wrapper .is-loading .fancybox__content > .f-button.is-close-btn {
    visibility: hidden
}

.marketplace-product-catalog-wrapper .is-zooming-out .fancybox__content > .f-button.is-close-btn {
    visibility: hidden
}

.marketplace-product-catalog-wrapper .fancybox__content > .f-button.is-close-btn:hover {
    opacity: 1
}

.marketplace-product-catalog-wrapper .fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative
}

.marketplace-product-catalog-wrapper .fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    transition: all .25s ease
}

.marketplace-product-catalog-wrapper .is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(24, 24, 27, .5)
}

.marketplace-product-catalog-wrapper .is-compact .fancybox__footer .fancybox__caption {
    padding: 12px
}

.marketplace-product-catalog-wrapper .is-compact .fancybox__content > .f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px
}

.marketplace-product-catalog-wrapper .fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1)
}

.marketplace-product-catalog-wrapper .fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: -30px;
    right: -20px;
    left: -20px;
    bottom: -30px;
    z-index: 1
}

.marketplace-product-catalog-wrapper .is-idle .fancybox__nav {
    animation: .15s ease-out both f-fadeOut
}

.marketplace-product-catalog-wrapper .is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    animation: .15s ease-out both f-fadeOut
}

.marketplace-product-catalog-wrapper .fancybox__slide > .f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
    z-index: 30;
    cursor: pointer
}

.marketplace-product-catalog-wrapper .fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    user-select: none
}

.marketplace-product-catalog-wrapper .fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    z-index: 40;
    user-select: none;
    pointer-events: none
}

.marketplace-product-catalog-wrapper .fancybox-focus-guard {
    outline: none;
    opacity: 0;
    position: fixed;
    pointer-events: none
}

.marketplace-product-catalog-wrapper .fancybox__container:not([aria-hidden]) {
    opacity: 0
}

.marketplace-product-catalog-wrapper .fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop,.fancybox__carousel),.marketplace-product-catalog-wrapper .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport),.marketplace-product-catalog-wrapper .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
    animation: .25s ease .1s backwards f-fadeIn
}

.marketplace-product-catalog-wrapper .fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
    animation: .35s ease backwards f-fadeIn
}

.marketplace-product-catalog-wrapper .fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop,.fancybox__carousel),.marketplace-product-catalog-wrapper .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport),.marketplace-product-catalog-wrapper .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
    animation: .15s ease forwards f-fadeOut
}

.marketplace-product-catalog-wrapper .fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
    animation: .35s ease forwards f-fadeOut
}

.marketplace-product-catalog-wrapper .has-iframe .fancybox__content, .marketplace-product-catalog-wrapper .has-map .fancybox__content, .marketplace-product-catalog-wrapper .has-pdf .fancybox__content, .marketplace-product-catalog-wrapper .has-youtube .fancybox__content, .marketplace-product-catalog-wrapper .has-vimeo .fancybox__content, .marketplace-product-catalog-wrapper .has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.marketplace-product-catalog-wrapper .has-iframe .fancybox__content, .marketplace-product-catalog-wrapper .has-map .fancybox__content, .marketplace-product-catalog-wrapper .has-pdf .fancybox__content {
    width: 100%;
    height: 100%
}

.marketplace-product-catalog-wrapper .fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .marketplace-product-catalog-wrapper .fancybox__container:not(.is-compact) .has-map .fancybox__content, .marketplace-product-catalog-wrapper .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%
}

.marketplace-product-catalog-wrapper .has-youtube .fancybox__content, .marketplace-product-catalog-wrapper .has-vimeo .fancybox__content, .marketplace-product-catalog-wrapper .has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.marketplace-product-catalog-wrapper .has-map .fancybox__content, .marketplace-product-catalog-wrapper .has-pdf .fancybox__content, .marketplace-product-catalog-wrapper .has-youtube .fancybox__content, .marketplace-product-catalog-wrapper .has-vimeo .fancybox__content, .marketplace-product-catalog-wrapper .has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.marketplace-product-catalog-wrapper .has-map .fancybox__content {
    background: #e5e3df
}

.marketplace-product-catalog-wrapper .fancybox__html5video, .marketplace-product-catalog-wrapper .fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0)
}

.marketplace-product-catalog-wrapper .fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.marketplace-product-catalog-wrapper .f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0
}

.marketplace-product-catalog-wrapper .f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1
}

.marketplace-product-catalog-wrapper .f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 20px;
    --f-thumb-clip-width: 46px
}

.marketplace-product-catalog-wrapper .f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0)
}

.marketplace-product-catalog-wrapper .f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(#ebeff2, #e2e8f0);
    z-index: -1
}

.marketplace-product-catalog-wrapper .f-thumbs .f-spinner svg {
    display: none
}

.marketplace-product-catalog-wrapper .f-thumbs.is-vertical {
    height: 100%
}

.marketplace-product-catalog-wrapper .f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden
}

.marketplace-product-catalog-wrapper .f-thumbs__track {
    display: flex;
    will-change: transform
}

.marketplace-product-catalog-wrapper .f-thumbs__slide {
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    min-width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer
}

.marketplace-product-catalog-wrapper .f-thumbs__slide.is-loading img {
    opacity: 0
}

.marketplace-product-catalog-wrapper .is-classic .f-thumbs__viewport {
    height: 100%
}

.marketplace-product-catalog-wrapper .is-modern .f-thumbs__track {
    width: max-content
}

.marketplace-product-catalog-wrapper .is-modern .f-thumbs__track::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(var(--left, 0) * 1px);
    width: calc(100% - var(--width, 0) * 1px);
    cursor: pointer
}

.marketplace-product-catalog-wrapper .is-modern .f-thumbs__slide {
    --clip-path: inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0))) round var(--f-thumb-border-radius, 0));
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none
}

.marketplace-product-catalog-wrapper .is-modern .f-thumbs__slide:focus-within:not(.is-selected) {
    filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))
}

.marketplace-product-catalog-wrapper .is-modern .f-thumbs__slide > * {
    clip-path: var(--clip-path)
}

.marketplace-product-catalog-wrapper .is-modern.in-touch .f-thumbs__slide {
    filter: none
}

.marketplace-product-catalog-wrapper .is-modern.is-resting .f-thumbs__slide {
    transition: all .33s ease
}

.marketplace-product-catalog-wrapper .is-modern.is-resting .f-thumbs__slide > * {
    transition: all .33s ease
}

.marketplace-product-catalog-wrapper .f-thumbs__slide__button {
    appearance: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    transition: opacity .2s ease
}

.marketplace-product-catalog-wrapper .f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity)
}

.marketplace-product-catalog-wrapper .f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: none
}

.marketplace-product-catalog-wrapper .f-thumbs__slide__button:focus-visible {
    outline: none;
    opacity: var(--f-thumb-selected-opacity)
}

.marketplace-product-catalog-wrapper .is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity)
}

.marketplace-product-catalog-wrapper .is-nav-selected .f-thumbs__slide__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    animation: f-fadeIn .2s ease-out;
    z-index: 10
}

.marketplace-product-catalog-wrapper .f-thumbs__slide__img {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover
}

.marketplace-product-catalog-wrapper .f-thumbs.is-horizontal .f-thumbs__track {
    margin: 0 auto;
    padding: 8px 0 12px 0
}

.marketplace-product-catalog-wrapper .f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0
}

.marketplace-product-catalog-wrapper .f-thumbs.is-vertical .f-thumbs__track {
    flex-wrap: wrap;
    margin: auto 0;
    padding: 0 8px
}

.marketplace-product-catalog-wrapper .f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0
}

.marketplace-product-catalog-wrapper .fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    transition: max-height .35s cubic-bezier(0.23, 1, 0.32, 1)
}

.marketplace-product-catalog-wrapper .fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1
}

.marketplace-product-catalog-wrapper .fancybox__thumbs.is-classic .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))
}

.marketplace-product-catalog-wrapper .fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 20px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1
}

.marketplace-product-catalog-wrapper .fancybox__thumbs.is-modern .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))
}

.marketplace-product-catalog-wrapper .fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap)
}

.marketplace-product-catalog-wrapper .fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0
}

.marketplace-product-catalog-wrapper .is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px
}

.marketplace-product-catalog-wrapper .fancybox__thumbs.is-masked {
    max-height: 0px !important
}

.marketplace-product-catalog-wrapper .is-closing .fancybox__thumbs {
    transition: none !important
}

.marketplace-product-catalog-wrapper .fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
    pointer-events: none;
    z-index: 20
}

.marketplace-product-catalog-wrapper .fancybox__toolbar :focus-visible {
    z-index: 1
}

.marketplace-product-catalog-wrapper .fancybox__toolbar.is-absolute, .marketplace-product-catalog-wrapper .is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.marketplace-product-catalog-wrapper .is-idle .fancybox__toolbar {
    pointer-events: none;
    animation: .15s ease-out both f-fadeOut
}

.marketplace-product-catalog-wrapper .fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start
}

.marketplace-product-catalog-wrapper .fancybox__toolbar__column.is-left, .marketplace-product-catalog-wrapper .fancybox__toolbar__column.is-right {
    flex-grow: 1;
    flex-basis: 0
}

.marketplace-product-catalog-wrapper .fancybox__toolbar__column.is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap
}

.marketplace-product-catalog-wrapper .fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    user-select: none
}

.marketplace-product-catalog-wrapper .fancybox__infobar span {
    padding: 0 5px
}

.marketplace-product-catalog-wrapper .fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg)
}

.marketplace-product-catalog-wrapper [data-fancybox-toggle-slideshow] {
    position: relative
}

.marketplace-product-catalog-wrapper [data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: .3
}

.marketplace-product-catalog-wrapper [data-fancybox-toggle-slideshow] svg g:first-child {
    display: flex
}

.marketplace-product-catalog-wrapper [data-fancybox-toggle-slideshow] svg g:last-child {
    display: none
}

.marketplace-product-catalog-wrapper .has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none
}

.marketplace-product-catalog-wrapper .has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex
}

.marketplace-product-catalog-wrapper [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex
}

.marketplace-product-catalog-wrapper [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none
}

.marketplace-product-catalog-wrapper :fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none
}

.marketplace-product-catalog-wrapper :fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex
}

.marketplace-product-catalog-wrapper .f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    user-select: none;
    pointer-events: none
}

.marketplace-product-catalog-wrapper .noUi-target,.marketplace-product-catalog-wrapper .noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.marketplace-product-catalog-wrapper .noUi-target{position:relative}.marketplace-product-catalog-wrapper .noUi-base,.marketplace-product-catalog-wrapper .noUi-connects{width:100%;height:100%;position:relative;z-index:1}.marketplace-product-catalog-wrapper .noUi-connects{overflow:hidden;z-index:0}.marketplace-product-catalog-wrapper .noUi-connect,.marketplace-product-catalog-wrapper .noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.marketplace-product-catalog-wrapper .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.marketplace-product-catalog-wrapper .noUi-vertical .noUi-origin{top:-100%;width:0}.marketplace-product-catalog-wrapper .noUi-horizontal .noUi-origin{height:0}.marketplace-product-catalog-wrapper .noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.marketplace-product-catalog-wrapper .noUi-touch-area{height:100%;width:100%}.marketplace-product-catalog-wrapper .noUi-state-tap .noUi-connect,.marketplace-product-catalog-wrapper .noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.marketplace-product-catalog-wrapper .noUi-state-drag *{cursor:inherit!important}.marketplace-product-catalog-wrapper .noUi-horizontal{height:18px}.marketplace-product-catalog-wrapper .noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.marketplace-product-catalog-wrapper .noUi-vertical{width:18px}.marketplace-product-catalog-wrapper .noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.marketplace-product-catalog-wrapper .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.marketplace-product-catalog-wrapper .noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.marketplace-product-catalog-wrapper .noUi-connects{border-radius:3px}.marketplace-product-catalog-wrapper .noUi-connect{background:#3FB8AF}.marketplace-product-catalog-wrapper .noUi-draggable{cursor:ew-resize}.marketplace-product-catalog-wrapper .noUi-vertical .noUi-draggable{cursor:ns-resize}.marketplace-product-catalog-wrapper .noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.marketplace-product-catalog-wrapper .noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.marketplace-product-catalog-wrapper .noUi-handle:after,.marketplace-product-catalog-wrapper .noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.marketplace-product-catalog-wrapper .noUi-handle:after{left:17px}.marketplace-product-catalog-wrapper .noUi-vertical .noUi-handle:after,.marketplace-product-catalog-wrapper .noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.marketplace-product-catalog-wrapper .noUi-vertical .noUi-handle:after{top:17px}.marketplace-product-catalog-wrapper [disabled] .noUi-connect{background:#B8B8B8}.marketplace-product-catalog-wrapper [disabled] .noUi-handle,.marketplace-product-catalog-wrapper [disabled].noUi-handle,.marketplace-product-catalog-wrapper [disabled].noUi-target{cursor:not-allowed}.marketplace-product-catalog-wrapper .noUi-pips,.marketplace-product-catalog-wrapper .noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.marketplace-product-catalog-wrapper .noUi-pips{position:absolute;color:#999}.marketplace-product-catalog-wrapper .noUi-value{position:absolute;white-space:nowrap;text-align:center}.marketplace-product-catalog-wrapper .noUi-value-sub{color:#ccc;font-size:10px}.marketplace-product-catalog-wrapper .noUi-marker{position:absolute;background:#CCC}.marketplace-product-catalog-wrapper .noUi-marker-sub{background:#AAA}.marketplace-product-catalog-wrapper .noUi-marker-large{background:#AAA}.marketplace-product-catalog-wrapper .noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.marketplace-product-catalog-wrapper .noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.marketplace-product-catalog-wrapper .noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.marketplace-product-catalog-wrapper .noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.marketplace-product-catalog-wrapper .noUi-marker-horizontal.noUi-marker-sub{height:10px}.marketplace-product-catalog-wrapper .noUi-marker-horizontal.noUi-marker-large{height:15px}.marketplace-product-catalog-wrapper .noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.marketplace-product-catalog-wrapper .noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.marketplace-product-catalog-wrapper .noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.marketplace-product-catalog-wrapper .noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.marketplace-product-catalog-wrapper .noUi-marker-vertical.noUi-marker-sub{width:10px}.marketplace-product-catalog-wrapper .noUi-marker-vertical.noUi-marker-large{width:15px}.marketplace-product-catalog-wrapper .noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.marketplace-product-catalog-wrapper .noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.marketplace-product-catalog-wrapper .noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.marketplace-product-catalog-wrapper .noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.marketplace-product-catalog-wrapper .noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}

}

@charset "UTF-8";.marketplace-product-catalog-wrapper, .marketplace-product-catalog-wrapper[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}.marketplace-product-catalog-wrapper [data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#adb5bd;--bs-body-color-rgb:173,181,189;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(173, 181, 189, 0.75);--bs-secondary-color-rgb:173,181,189;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(173, 181, 189, 0.5);--bs-tertiary-color-rgb:173,181,189;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, 0.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}.marketplace-product-catalog-wrapper *,.marketplace-product-catalog-wrapper ::after,.marketplace-product-catalog-wrapper ::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){.cs-skin-page{scroll-behavior:smooth}}.marketplace-product-catalog-wrapper body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}.marketplace-product-catalog-wrapper hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}.marketplace-product-catalog-wrapper .h1,.marketplace-product-catalog-wrapper .h2,.marketplace-product-catalog-wrapper .h3,.marketplace-product-catalog-wrapper .h4,.marketplace-product-catalog-wrapper .h5,.marketplace-product-catalog-wrapper .h6,.marketplace-product-catalog-wrapper h1,.marketplace-product-catalog-wrapper h2,.marketplace-product-catalog-wrapper h3,.marketplace-product-catalog-wrapper h4,.marketplace-product-catalog-wrapper h5,.marketplace-product-catalog-wrapper h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color,inherit)}.marketplace-product-catalog-wrapper .h1,.marketplace-product-catalog-wrapper h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.marketplace-product-catalog-wrapper .h1,.marketplace-product-catalog-wrapper h1{font-size:2.5rem}}.marketplace-product-catalog-wrapper .h2,.marketplace-product-catalog-wrapper h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.marketplace-product-catalog-wrapper .h2,.marketplace-product-catalog-wrapper h2{font-size:2rem}}.marketplace-product-catalog-wrapper .h3,.marketplace-product-catalog-wrapper h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.marketplace-product-catalog-wrapper .h3,.marketplace-product-catalog-wrapper h3{font-size:1.75rem}}.marketplace-product-catalog-wrapper .h4,.marketplace-product-catalog-wrapper h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.marketplace-product-catalog-wrapper .h4,.marketplace-product-catalog-wrapper h4{font-size:1.5rem}}.marketplace-product-catalog-wrapper .h5,.marketplace-product-catalog-wrapper h5{font-size:1.25rem}.marketplace-product-catalog-wrapper .h6,.marketplace-product-catalog-wrapper h6{font-size:1rem}.marketplace-product-catalog-wrapper p{margin-top:0;margin-bottom:1rem}.marketplace-product-catalog-wrapper abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.marketplace-product-catalog-wrapper address{margin-bottom:1rem;font-style:normal;line-height:inherit}.marketplace-product-catalog-wrapper ol,.marketplace-product-catalog-wrapper ul{padding-left:2rem}.marketplace-product-catalog-wrapper dl,.marketplace-product-catalog-wrapper ol,.marketplace-product-catalog-wrapper ul{margin-top:0;margin-bottom:1rem}.marketplace-product-catalog-wrapper ol ol,.marketplace-product-catalog-wrapper ol ul,.marketplace-product-catalog-wrapper ul ol,.marketplace-product-catalog-wrapper ul ul{margin-bottom:0}.marketplace-product-catalog-wrapper dt{font-weight:700}.marketplace-product-catalog-wrapper dd{margin-bottom:.5rem;margin-left:0}.marketplace-product-catalog-wrapper blockquote{margin:0 0 1rem}.marketplace-product-catalog-wrapper b,.marketplace-product-catalog-wrapper strong{font-weight:bolder}.marketplace-product-catalog-wrapper .small,.marketplace-product-catalog-wrapper small{font-size:.875em}.marketplace-product-catalog-wrapper .mark,.marketplace-product-catalog-wrapper mark{padding:.1875em;background-color:var(--bs-highlight-bg)}.marketplace-product-catalog-wrapper sub,.marketplace-product-catalog-wrapper sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}.marketplace-product-catalog-wrapper sub{bottom:-.25em}.marketplace-product-catalog-wrapper sup{top:-.5em}.marketplace-product-catalog-wrapper a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}.marketplace-product-catalog-wrapper a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}.marketplace-product-catalog-wrapper a:not([href]):not([class]),.marketplace-product-catalog-wrapper a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.marketplace-product-catalog-wrapper code,.marketplace-product-catalog-wrapper kbd,.marketplace-product-catalog-wrapper pre,.marketplace-product-catalog-wrapper samp{font-family:var(--bs-font-monospace);font-size:1em}.marketplace-product-catalog-wrapper pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}.marketplace-product-catalog-wrapper pre code{font-size:inherit;color:inherit;word-break:normal}.marketplace-product-catalog-wrapper code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}.marketplace-product-catalog-wrapper a>code{color:inherit}.marketplace-product-catalog-wrapper kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}.marketplace-product-catalog-wrapper kbd kbd{padding:0;font-size:1em}.marketplace-product-catalog-wrapper figure{margin:0 0 1rem}.marketplace-product-catalog-wrapper img,.marketplace-product-catalog-wrapper svg{vertical-align:middle}.marketplace-product-catalog-wrapper table{caption-side:bottom;border-collapse:collapse}.marketplace-product-catalog-wrapper caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}.marketplace-product-catalog-wrapper th{text-align:inherit;text-align:-webkit-match-parent}.marketplace-product-catalog-wrapper tbody,.marketplace-product-catalog-wrapper td,.marketplace-product-catalog-wrapper tfoot,.marketplace-product-catalog-wrapper th,.marketplace-product-catalog-wrapper thead,.marketplace-product-catalog-wrapper tr{border-color:inherit;border-style:solid;border-width:0}.marketplace-product-catalog-wrapper label{display:inline-block}.marketplace-product-catalog-wrapper button{border-radius:0}.marketplace-product-catalog-wrapper button:focus:not(:focus-visible){outline:0}.marketplace-product-catalog-wrapper button,.marketplace-product-catalog-wrapper input,.marketplace-product-catalog-wrapper optgroup,.marketplace-product-catalog-wrapper select,.marketplace-product-catalog-wrapper textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.marketplace-product-catalog-wrapper button,.marketplace-product-catalog-wrapper select{text-transform:none}.marketplace-product-catalog-wrapper [role=button]{cursor:pointer}.marketplace-product-catalog-wrapper select{word-wrap:normal}.marketplace-product-catalog-wrapper select:disabled{opacity:1}.marketplace-product-catalog-wrapper [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}.marketplace-product-catalog-wrapper [type=button],.marketplace-product-catalog-wrapper [type=reset],.marketplace-product-catalog-wrapper [type=submit],.marketplace-product-catalog-wrapper button{-webkit-appearance:button}.marketplace-product-catalog-wrapper [type=button]:not(:disabled),.marketplace-product-catalog-wrapper [type=reset]:not(:disabled),.marketplace-product-catalog-wrapper [type=submit]:not(:disabled),.marketplace-product-catalog-wrapper button:not(:disabled){cursor:pointer}.marketplace-product-catalog-wrapper ::-moz-focus-inner{padding:0;border-style:none}.marketplace-product-catalog-wrapper textarea{resize:vertical}.marketplace-product-catalog-wrapper fieldset{min-width:0;padding:0;margin:0;border:0}.marketplace-product-catalog-wrapper legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){.marketplace-product-catalog-wrapper legend{font-size:1.5rem}}.marketplace-product-catalog-wrapper legend+*{clear:left}.marketplace-product-catalog-wrapper ::-webkit-datetime-edit-day-field,.marketplace-product-catalog-wrapper ::-webkit-datetime-edit-fields-wrapper,.marketplace-product-catalog-wrapper ::-webkit-datetime-edit-hour-field,.marketplace-product-catalog-wrapper ::-webkit-datetime-edit-minute,.marketplace-product-catalog-wrapper ::-webkit-datetime-edit-month-field,.marketplace-product-catalog-wrapper ::-webkit-datetime-edit-text,.marketplace-product-catalog-wrapper ::-webkit-datetime-edit-year-field{padding:0}.marketplace-product-catalog-wrapper ::-webkit-inner-spin-button{height:auto}.marketplace-product-catalog-wrapper [type=search]{outline-offset:-2px;-webkit-appearance:textfield}.marketplace-product-catalog-wrapper ::-webkit-search-decoration{-webkit-appearance:none}.marketplace-product-catalog-wrapper ::-webkit-color-swatch-wrapper{padding:0}.marketplace-product-catalog-wrapper ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.marketplace-product-catalog-wrapper ::file-selector-button{font:inherit;-webkit-appearance:button}.marketplace-product-catalog-wrapper output{display:inline-block}.marketplace-product-catalog-wrapper iframe{border:0}.marketplace-product-catalog-wrapper summary{display:list-item;cursor:pointer}.marketplace-product-catalog-wrapper progress{vertical-align:baseline}.marketplace-product-catalog-wrapper [hidden]{display:none!important}.marketplace-product-catalog-wrapper .lead{font-size:1.25rem;font-weight:300}.marketplace-product-catalog-wrapper .display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.marketplace-product-catalog-wrapper .display-1{font-size:5rem}}.marketplace-product-catalog-wrapper .display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.marketplace-product-catalog-wrapper .display-2{font-size:4.5rem}}.marketplace-product-catalog-wrapper .display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.marketplace-product-catalog-wrapper .display-3{font-size:4rem}}.marketplace-product-catalog-wrapper .display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.marketplace-product-catalog-wrapper .display-4{font-size:3.5rem}}.marketplace-product-catalog-wrapper .display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.marketplace-product-catalog-wrapper .display-5{font-size:3rem}}.marketplace-product-catalog-wrapper .display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.marketplace-product-catalog-wrapper .display-6{font-size:2.5rem}}.marketplace-product-catalog-wrapper .list-unstyled{padding-left:0;list-style:none}.marketplace-product-catalog-wrapper .list-inline{padding-left:0;list-style:none}.marketplace-product-catalog-wrapper .list-inline-item{display:inline-block}.marketplace-product-catalog-wrapper .list-inline-item:not(:last-child){margin-right:.5rem}.marketplace-product-catalog-wrapper .initialism{font-size:.875em;text-transform:uppercase}.marketplace-product-catalog-wrapper .blockquote{margin-bottom:1rem;font-size:1.25rem}.marketplace-product-catalog-wrapper .blockquote>:last-child{margin-bottom:0}.marketplace-product-catalog-wrapper .blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.marketplace-product-catalog-wrapper .blockquote-footer::before{content:"— "}.marketplace-product-catalog-wrapper .img-fluid{max-width:100%;height:auto}.marketplace-product-catalog-wrapper .img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.marketplace-product-catalog-wrapper .figure{display:inline-block}.marketplace-product-catalog-wrapper .figure-img{margin-bottom:.5rem;line-height:1}.marketplace-product-catalog-wrapper .figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.marketplace-product-catalog-wrapper .container,.marketplace-product-catalog-wrapper .container-fluid,.marketplace-product-catalog-wrapper .container-lg,.marketplace-product-catalog-wrapper .container-md,.marketplace-product-catalog-wrapper .container-sm,.marketplace-product-catalog-wrapper .container-xl,.marketplace-product-catalog-wrapper .container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.marketplace-product-catalog-wrapper .container,.marketplace-product-catalog-wrapper .container-sm{max-width:540px}}@media (min-width:768px){.marketplace-product-catalog-wrapper .container,.marketplace-product-catalog-wrapper .container-md,.marketplace-product-catalog-wrapper .container-sm{max-width:720px}}@media (min-width:992px){.marketplace-product-catalog-wrapper .container,.marketplace-product-catalog-wrapper .container-lg,.marketplace-product-catalog-wrapper .container-md,.marketplace-product-catalog-wrapper .container-sm{max-width:960px}}@media (min-width:1200px){.marketplace-product-catalog-wrapper .container,.marketplace-product-catalog-wrapper .container-lg,.marketplace-product-catalog-wrapper .container-md,.marketplace-product-catalog-wrapper .container-sm,.marketplace-product-catalog-wrapper .container-xl{max-width:1140px}}@media (min-width:1400px){.marketplace-product-catalog-wrapper .container,.marketplace-product-catalog-wrapper .container-lg,.marketplace-product-catalog-wrapper .container-md,.marketplace-product-catalog-wrapper .container-sm,.marketplace-product-catalog-wrapper .container-xl,.marketplace-product-catalog-wrapper .container-xxl{max-width:1320px}}.cs-skin-page{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.marketplace-product-catalog-wrapper .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.marketplace-product-catalog-wrapper .row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.marketplace-product-catalog-wrapper .col{flex:1 0 0%}.marketplace-product-catalog-wrapper .row-cols-auto>*{flex:0 0 auto;width:auto}.marketplace-product-catalog-wrapper .row-cols-1>*{flex:0 0 auto;width:100%}.marketplace-product-catalog-wrapper .row-cols-2>*{flex:0 0 auto;width:50%}.marketplace-product-catalog-wrapper .row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.marketplace-product-catalog-wrapper .row-cols-4>*{flex:0 0 auto;width:25%}.marketplace-product-catalog-wrapper .row-cols-5>*{flex:0 0 auto;width:20%}.marketplace-product-catalog-wrapper .row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.marketplace-product-catalog-wrapper .col-auto{flex:0 0 auto;width:auto}.marketplace-product-catalog-wrapper .col-1{flex:0 0 auto;width:8.33333333%}.marketplace-product-catalog-wrapper .col-2{flex:0 0 auto;width:16.66666667%}.marketplace-product-catalog-wrapper .col-3{flex:0 0 auto;width:25%}.marketplace-product-catalog-wrapper .col-4{flex:0 0 auto;width:33.33333333%}.marketplace-product-catalog-wrapper .col-5{flex:0 0 auto;width:41.66666667%}.marketplace-product-catalog-wrapper .col-6{flex:0 0 auto;width:50%}.marketplace-product-catalog-wrapper .col-7{flex:0 0 auto;width:58.33333333%}.marketplace-product-catalog-wrapper .col-8{flex:0 0 auto;width:66.66666667%}.marketplace-product-catalog-wrapper .col-9{flex:0 0 auto;width:75%}.marketplace-product-catalog-wrapper .col-10{flex:0 0 auto;width:83.33333333%}.marketplace-product-catalog-wrapper .col-11{flex:0 0 auto;width:91.66666667%}.marketplace-product-catalog-wrapper .col-12{flex:0 0 auto;width:100%}.marketplace-product-catalog-wrapper .offset-1{margin-left:8.33333333%}.marketplace-product-catalog-wrapper .offset-2{margin-left:16.66666667%}.marketplace-product-catalog-wrapper .offset-3{margin-left:25%}.marketplace-product-catalog-wrapper .offset-4{margin-left:33.33333333%}.marketplace-product-catalog-wrapper .offset-5{margin-left:41.66666667%}.marketplace-product-catalog-wrapper .offset-6{margin-left:50%}.marketplace-product-catalog-wrapper .offset-7{margin-left:58.33333333%}.marketplace-product-catalog-wrapper .offset-8{margin-left:66.66666667%}.marketplace-product-catalog-wrapper .offset-9{margin-left:75%}.marketplace-product-catalog-wrapper .offset-10{margin-left:83.33333333%}.marketplace-product-catalog-wrapper .offset-11{margin-left:91.66666667%}.marketplace-product-catalog-wrapper .g-0,.marketplace-product-catalog-wrapper .gx-0{--bs-gutter-x:0}.marketplace-product-catalog-wrapper .g-0,.marketplace-product-catalog-wrapper .gy-0{--bs-gutter-y:0}.marketplace-product-catalog-wrapper .g-1,.marketplace-product-catalog-wrapper .gx-1{--bs-gutter-x:0.25rem}.marketplace-product-catalog-wrapper .g-1,.marketplace-product-catalog-wrapper .gy-1{--bs-gutter-y:0.25rem}.marketplace-product-catalog-wrapper .g-2,.marketplace-product-catalog-wrapper .gx-2{--bs-gutter-x:0.5rem}.marketplace-product-catalog-wrapper .g-2,.marketplace-product-catalog-wrapper .gy-2{--bs-gutter-y:0.5rem}.marketplace-product-catalog-wrapper .g-3,.marketplace-product-catalog-wrapper .gx-3{--bs-gutter-x:1rem}.marketplace-product-catalog-wrapper .g-3,.marketplace-product-catalog-wrapper .gy-3{--bs-gutter-y:1rem}.marketplace-product-catalog-wrapper .g-4,.marketplace-product-catalog-wrapper .gx-4{--bs-gutter-x:1.5rem}.marketplace-product-catalog-wrapper .g-4,.marketplace-product-catalog-wrapper .gy-4{--bs-gutter-y:1.5rem}.marketplace-product-catalog-wrapper .g-5,.marketplace-product-catalog-wrapper .gx-5{--bs-gutter-x:3rem}.marketplace-product-catalog-wrapper .g-5,.marketplace-product-catalog-wrapper .gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.marketplace-product-catalog-wrapper .col-sm{flex:1 0 0%}.marketplace-product-catalog-wrapper .row-cols-sm-auto>*{flex:0 0 auto;width:auto}.marketplace-product-catalog-wrapper .row-cols-sm-1>*{flex:0 0 auto;width:100%}.marketplace-product-catalog-wrapper .row-cols-sm-2>*{flex:0 0 auto;width:50%}.marketplace-product-catalog-wrapper .row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.marketplace-product-catalog-wrapper .row-cols-sm-4>*{flex:0 0 auto;width:25%}.marketplace-product-catalog-wrapper .row-cols-sm-5>*{flex:0 0 auto;width:20%}.marketplace-product-catalog-wrapper .row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.marketplace-product-catalog-wrapper .col-sm-auto{flex:0 0 auto;width:auto}.marketplace-product-catalog-wrapper .col-sm-1{flex:0 0 auto;width:8.33333333%}.marketplace-product-catalog-wrapper .col-sm-2{flex:0 0 auto;width:16.66666667%}.marketplace-product-catalog-wrapper .col-sm-3{flex:0 0 auto;width:25%}.marketplace-product-catalog-wrapper .col-sm-4{flex:0 0 auto;width:33.33333333%}.marketplace-product-catalog-wrapper .col-sm-5{flex:0 0 auto;width:41.66666667%}.marketplace-product-catalog-wrapper .col-sm-6{flex:0 0 auto;width:50%}.marketplace-product-catalog-wrapper .col-sm-7{flex:0 0 auto;width:58.33333333%}.marketplace-product-catalog-wrapper .col-sm-8{flex:0 0 auto;width:66.66666667%}.marketplace-product-catalog-wrapper .col-sm-9{flex:0 0 auto;width:75%}.marketplace-product-catalog-wrapper .col-sm-10{flex:0 0 auto;width:83.33333333%}.marketplace-product-catalog-wrapper .col-sm-11{flex:0 0 auto;width:91.66666667%}.marketplace-product-catalog-wrapper .col-sm-12{flex:0 0 auto;width:100%}.marketplace-product-catalog-wrapper .offset-sm-0{margin-left:0}.marketplace-product-catalog-wrapper .offset-sm-1{margin-left:8.33333333%}.marketplace-product-catalog-wrapper .offset-sm-2{margin-left:16.66666667%}.marketplace-product-catalog-wrapper .offset-sm-3{margin-left:25%}.marketplace-product-catalog-wrapper .offset-sm-4{margin-left:33.33333333%}.marketplace-product-catalog-wrapper .offset-sm-5{margin-left:41.66666667%}.marketplace-product-catalog-wrapper .offset-sm-6{margin-left:50%}.marketplace-product-catalog-wrapper .offset-sm-7{margin-left:58.33333333%}.marketplace-product-catalog-wrapper .offset-sm-8{margin-left:66.66666667%}.marketplace-product-catalog-wrapper .offset-sm-9{margin-left:75%}.marketplace-product-catalog-wrapper .offset-sm-10{margin-left:83.33333333%}.marketplace-product-catalog-wrapper .offset-sm-11{margin-left:91.66666667%}.marketplace-product-catalog-wrapper .g-sm-0,.marketplace-product-catalog-wrapper .gx-sm-0{--bs-gutter-x:0}.marketplace-product-catalog-wrapper .g-sm-0,.marketplace-product-catalog-wrapper .gy-sm-0{--bs-gutter-y:0}.marketplace-product-catalog-wrapper .g-sm-1,.marketplace-product-catalog-wrapper .gx-sm-1{--bs-gutter-x:0.25rem}.marketplace-product-catalog-wrapper .g-sm-1,.marketplace-product-catalog-wrapper .gy-sm-1{--bs-gutter-y:0.25rem}.marketplace-product-catalog-wrapper .g-sm-2,.marketplace-product-catalog-wrapper .gx-sm-2{--bs-gutter-x:0.5rem}.marketplace-product-catalog-wrapper .g-sm-2,.marketplace-product-catalog-wrapper .gy-sm-2{--bs-gutter-y:0.5rem}.marketplace-product-catalog-wrapper .g-sm-3,.marketplace-product-catalog-wrapper .gx-sm-3{--bs-gutter-x:1rem}.marketplace-product-catalog-wrapper .g-sm-3,.marketplace-product-catalog-wrapper .gy-sm-3{--bs-gutter-y:1rem}.marketplace-product-catalog-wrapper .g-sm-4,.marketplace-product-catalog-wrapper .gx-sm-4{--bs-gutter-x:1.5rem}.marketplace-product-catalog-wrapper .g-sm-4,.marketplace-product-catalog-wrapper .gy-sm-4{--bs-gutter-y:1.5rem}.marketplace-product-catalog-wrapper .g-sm-5,.marketplace-product-catalog-wrapper .gx-sm-5{--bs-gutter-x:3rem}.marketplace-product-catalog-wrapper .g-sm-5,.marketplace-product-catalog-wrapper .gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.marketplace-product-catalog-wrapper .col-md{flex:1 0 0%}.marketplace-product-catalog-wrapper .row-cols-md-auto>*{flex:0 0 auto;width:auto}.marketplace-product-catalog-wrapper .row-cols-md-1>*{flex:0 0 auto;width:100%}.marketplace-product-catalog-wrapper .row-cols-md-2>*{flex:0 0 auto;width:50%}.marketplace-product-catalog-wrapper .row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.marketplace-product-catalog-wrapper .row-cols-md-4>*{flex:0 0 auto;width:25%}.marketplace-product-catalog-wrapper .row-cols-md-5>*{flex:0 0 auto;width:20%}.marketplace-product-catalog-wrapper .row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.marketplace-product-catalog-wrapper .col-md-auto{flex:0 0 auto;width:auto}.marketplace-product-catalog-wrapper .col-md-1{flex:0 0 auto;width:8.33333333%}.marketplace-product-catalog-wrapper .col-md-2{flex:0 0 auto;width:16.66666667%}.marketplace-product-catalog-wrapper .col-md-3{flex:0 0 auto;width:25%}.marketplace-product-catalog-wrapper .col-md-4{flex:0 0 auto;width:33.33333333%}.marketplace-product-catalog-wrapper .col-md-5{flex:0 0 auto;width:41.66666667%}.marketplace-product-catalog-wrapper .col-md-6{flex:0 0 auto;width:50%}.marketplace-product-catalog-wrapper .col-md-7{flex:0 0 auto;width:58.33333333%}.marketplace-product-catalog-wrapper .col-md-8{flex:0 0 auto;width:66.66666667%}.marketplace-product-catalog-wrapper .col-md-9{flex:0 0 auto;width:75%}.marketplace-product-catalog-wrapper .col-md-10{flex:0 0 auto;width:83.33333333%}.marketplace-product-catalog-wrapper .col-md-11{flex:0 0 auto;width:91.66666667%}.marketplace-product-catalog-wrapper .col-md-12{flex:0 0 auto;width:100%}.marketplace-product-catalog-wrapper .offset-md-0{margin-left:0}.marketplace-product-catalog-wrapper .offset-md-1{margin-left:8.33333333%}.marketplace-product-catalog-wrapper .offset-md-2{margin-left:16.66666667%}.marketplace-product-catalog-wrapper .offset-md-3{margin-left:25%}.marketplace-product-catalog-wrapper .offset-md-4{margin-left:33.33333333%}.marketplace-product-catalog-wrapper .offset-md-5{margin-left:41.66666667%}.marketplace-product-catalog-wrapper .offset-md-6{margin-left:50%}.marketplace-product-catalog-wrapper .offset-md-7{margin-left:58.33333333%}.marketplace-product-catalog-wrapper .offset-md-8{margin-left:66.66666667%}.marketplace-product-catalog-wrapper .offset-md-9{margin-left:75%}.marketplace-product-catalog-wrapper .offset-md-10{margin-left:83.33333333%}.marketplace-product-catalog-wrapper .offset-md-11{margin-left:91.66666667%}.marketplace-product-catalog-wrapper .g-md-0,.marketplace-product-catalog-wrapper .gx-md-0{--bs-gutter-x:0}.marketplace-product-catalog-wrapper .g-md-0,.marketplace-product-catalog-wrapper .gy-md-0{--bs-gutter-y:0}.marketplace-product-catalog-wrapper .g-md-1,.marketplace-product-catalog-wrapper .gx-md-1{--bs-gutter-x:0.25rem}.marketplace-product-catalog-wrapper .g-md-1,.marketplace-product-catalog-wrapper .gy-md-1{--bs-gutter-y:0.25rem}.marketplace-product-catalog-wrapper .g-md-2,.marketplace-product-catalog-wrapper .gx-md-2{--bs-gutter-x:0.5rem}.marketplace-product-catalog-wrapper .g-md-2,.marketplace-product-catalog-wrapper .gy-md-2{--bs-gutter-y:0.5rem}.marketplace-product-catalog-wrapper .g-md-3,.marketplace-product-catalog-wrapper .gx-md-3{--bs-gutter-x:1rem}.marketplace-product-catalog-wrapper .g-md-3,.marketplace-product-catalog-wrapper .gy-md-3{--bs-gutter-y:1rem}.marketplace-product-catalog-wrapper .g-md-4,.marketplace-product-catalog-wrapper .gx-md-4{--bs-gutter-x:1.5rem}.marketplace-product-catalog-wrapper .g-md-4,.marketplace-product-catalog-wrapper .gy-md-4{--bs-gutter-y:1.5rem}.marketplace-product-catalog-wrapper .g-md-5,.marketplace-product-catalog-wrapper .gx-md-5{--bs-gutter-x:3rem}.marketplace-product-catalog-wrapper .g-md-5,.marketplace-product-catalog-wrapper .gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.marketplace-product-catalog-wrapper .col-lg{flex:1 0 0%}.marketplace-product-catalog-wrapper .row-cols-lg-auto>*{flex:0 0 auto;width:auto}.marketplace-product-catalog-wrapper .row-cols-lg-1>*{flex:0 0 auto;width:100%}.marketplace-product-catalog-wrapper .row-cols-lg-2>*{flex:0 0 auto;width:50%}.marketplace-product-catalog-wrapper .row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.marketplace-product-catalog-wrapper .row-cols-lg-4>*{flex:0 0 auto;width:25%}.marketplace-product-catalog-wrapper .row-cols-lg-5>*{flex:0 0 auto;width:20%}.marketplace-product-catalog-wrapper .row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.marketplace-product-catalog-wrapper .col-lg-auto{flex:0 0 auto;width:auto}.marketplace-product-catalog-wrapper .col-lg-1{flex:0 0 auto;width:8.33333333%}.marketplace-product-catalog-wrapper .col-lg-2{flex:0 0 auto;width:16.66666667%}.marketplace-product-catalog-wrapper .col-lg-3{flex:0 0 auto;width:25%}.marketplace-product-catalog-wrapper .col-lg-4{flex:0 0 auto;width:33.33333333%}.marketplace-product-catalog-wrapper .col-lg-5{flex:0 0 auto;width:41.66666667%}.marketplace-product-catalog-wrapper .col-lg-6{flex:0 0 auto;width:50%}.marketplace-product-catalog-wrapper .col-lg-7{flex:0 0 auto;width:58.33333333%}.marketplace-product-catalog-wrapper .col-lg-8{flex:0 0 auto;width:66.66666667%}.marketplace-product-catalog-wrapper .col-lg-9{flex:0 0 auto;width:75%}.marketplace-product-catalog-wrapper .col-lg-10{flex:0 0 auto;width:83.33333333%}.marketplace-product-catalog-wrapper .col-lg-11{flex:0 0 auto;width:91.66666667%}.marketplace-product-catalog-wrapper .col-lg-12{flex:0 0 auto;width:100%}.marketplace-product-catalog-wrapper .offset-lg-0{margin-left:0}.marketplace-product-catalog-wrapper .offset-lg-1{margin-left:8.33333333%}.marketplace-product-catalog-wrapper .offset-lg-2{margin-left:16.66666667%}.marketplace-product-catalog-wrapper .offset-lg-3{margin-left:25%}.marketplace-product-catalog-wrapper .offset-lg-4{margin-left:33.33333333%}.marketplace-product-catalog-wrapper .offset-lg-5{margin-left:41.66666667%}.marketplace-product-catalog-wrapper .offset-lg-6{margin-left:50%}.marketplace-product-catalog-wrapper .offset-lg-7{margin-left:58.33333333%}.marketplace-product-catalog-wrapper .offset-lg-8{margin-left:66.66666667%}.marketplace-product-catalog-wrapper .offset-lg-9{margin-left:75%}.marketplace-product-catalog-wrapper .offset-lg-10{margin-left:83.33333333%}.marketplace-product-catalog-wrapper .offset-lg-11{margin-left:91.66666667%}.marketplace-product-catalog-wrapper .g-lg-0,.marketplace-product-catalog-wrapper .gx-lg-0{--bs-gutter-x:0}.marketplace-product-catalog-wrapper .g-lg-0,.marketplace-product-catalog-wrapper .gy-lg-0{--bs-gutter-y:0}.marketplace-product-catalog-wrapper .g-lg-1,.marketplace-product-catalog-wrapper .gx-lg-1{--bs-gutter-x:0.25rem}.marketplace-product-catalog-wrapper .g-lg-1,.marketplace-product-catalog-wrapper .gy-lg-1{--bs-gutter-y:0.25rem}.marketplace-product-catalog-wrapper .g-lg-2,.marketplace-product-catalog-wrapper .gx-lg-2{--bs-gutter-x:0.5rem}.marketplace-product-catalog-wrapper .g-lg-2,.marketplace-product-catalog-wrapper .gy-lg-2{--bs-gutter-y:0.5rem}.marketplace-product-catalog-wrapper .g-lg-3,.marketplace-product-catalog-wrapper .gx-lg-3{--bs-gutter-x:1rem}.marketplace-product-catalog-wrapper .g-lg-3,.marketplace-product-catalog-wrapper .gy-lg-3{--bs-gutter-y:1rem}.marketplace-product-catalog-wrapper .g-lg-4,.marketplace-product-catalog-wrapper .gx-lg-4{--bs-gutter-x:1.5rem}.marketplace-product-catalog-wrapper .g-lg-4,.marketplace-product-catalog-wrapper .gy-lg-4{--bs-gutter-y:1.5rem}.marketplace-product-catalog-wrapper .g-lg-5,.marketplace-product-catalog-wrapper .gx-lg-5{--bs-gutter-x:3rem}.marketplace-product-catalog-wrapper .g-lg-5,.marketplace-product-catalog-wrapper .gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.marketplace-product-catalog-wrapper .col-xl{flex:1 0 0%}.marketplace-product-catalog-wrapper .row-cols-xl-auto>*{flex:0 0 auto;width:auto}.marketplace-product-catalog-wrapper .row-cols-xl-1>*{flex:0 0 auto;width:100%}.marketplace-product-catalog-wrapper .row-cols-xl-2>*{flex:0 0 auto;width:50%}.marketplace-product-catalog-wrapper .row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.marketplace-product-catalog-wrapper .row-cols-xl-4>*{flex:0 0 auto;width:25%}.marketplace-product-catalog-wrapper .row-cols-xl-5>*{flex:0 0 auto;width:20%}.marketplace-product-catalog-wrapper .row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.marketplace-product-catalog-wrapper .col-xl-auto{flex:0 0 auto;width:auto}.marketplace-product-catalog-wrapper .col-xl-1{flex:0 0 auto;width:8.33333333%}.marketplace-product-catalog-wrapper .col-xl-2{flex:0 0 auto;width:16.66666667%}.marketplace-product-catalog-wrapper .col-xl-3{flex:0 0 auto;width:25%}.marketplace-product-catalog-wrapper .col-xl-4{flex:0 0 auto;width:33.33333333%}.marketplace-product-catalog-wrapper .col-xl-5{flex:0 0 auto;width:41.66666667%}.marketplace-product-catalog-wrapper .col-xl-6{flex:0 0 auto;width:50%}.marketplace-product-catalog-wrapper .col-xl-7{flex:0 0 auto;width:58.33333333%}.marketplace-product-catalog-wrapper .col-xl-8{flex:0 0 auto;width:66.66666667%}.marketplace-product-catalog-wrapper .col-xl-9{flex:0 0 auto;width:75%}.marketplace-product-catalog-wrapper .col-xl-10{flex:0 0 auto;width:83.33333333%}.marketplace-product-catalog-wrapper .col-xl-11{flex:0 0 auto;width:91.66666667%}.marketplace-product-catalog-wrapper .col-xl-12{flex:0 0 auto;width:100%}.marketplace-product-catalog-wrapper .offset-xl-0{margin-left:0}.marketplace-product-catalog-wrapper .offset-xl-1{margin-left:8.33333333%}.marketplace-product-catalog-wrapper .offset-xl-2{margin-left:16.66666667%}.marketplace-product-catalog-wrapper .offset-xl-3{margin-left:25%}.marketplace-product-catalog-wrapper .offset-xl-4{margin-left:33.33333333%}.marketplace-product-catalog-wrapper .offset-xl-5{margin-left:41.66666667%}.marketplace-product-catalog-wrapper .offset-xl-6{margin-left:50%}.marketplace-product-catalog-wrapper .offset-xl-7{margin-left:58.33333333%}.marketplace-product-catalog-wrapper .offset-xl-8{margin-left:66.66666667%}.marketplace-product-catalog-wrapper .offset-xl-9{margin-left:75%}.marketplace-product-catalog-wrapper .offset-xl-10{margin-left:83.33333333%}.marketplace-product-catalog-wrapper .offset-xl-11{margin-left:91.66666667%}.marketplace-product-catalog-wrapper .g-xl-0,.marketplace-product-catalog-wrapper .gx-xl-0{--bs-gutter-x:0}.marketplace-product-catalog-wrapper .g-xl-0,.marketplace-product-catalog-wrapper .gy-xl-0{--bs-gutter-y:0}.marketplace-product-catalog-wrapper .g-xl-1,.marketplace-product-catalog-wrapper .gx-xl-1{--bs-gutter-x:0.25rem}.marketplace-product-catalog-wrapper .g-xl-1,.marketplace-product-catalog-wrapper .gy-xl-1{--bs-gutter-y:0.25rem}.marketplace-product-catalog-wrapper .g-xl-2,.marketplace-product-catalog-wrapper .gx-xl-2{--bs-gutter-x:0.5rem}.marketplace-product-catalog-wrapper .g-xl-2,.marketplace-product-catalog-wrapper .gy-xl-2{--bs-gutter-y:0.5rem}.marketplace-product-catalog-wrapper .g-xl-3,.marketplace-product-catalog-wrapper .gx-xl-3{--bs-gutter-x:1rem}.marketplace-product-catalog-wrapper .g-xl-3,.marketplace-product-catalog-wrapper .gy-xl-3{--bs-gutter-y:1rem}.marketplace-product-catalog-wrapper .g-xl-4,.marketplace-product-catalog-wrapper .gx-xl-4{--bs-gutter-x:1.5rem}.marketplace-product-catalog-wrapper .g-xl-4,.marketplace-product-catalog-wrapper .gy-xl-4{--bs-gutter-y:1.5rem}.marketplace-product-catalog-wrapper .g-xl-5,.marketplace-product-catalog-wrapper .gx-xl-5{--bs-gutter-x:3rem}.marketplace-product-catalog-wrapper .g-xl-5,.marketplace-product-catalog-wrapper .gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.marketplace-product-catalog-wrapper .col-xxl{flex:1 0 0%}.marketplace-product-catalog-wrapper .row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.marketplace-product-catalog-wrapper .row-cols-xxl-1>*{flex:0 0 auto;width:100%}.marketplace-product-catalog-wrapper .row-cols-xxl-2>*{flex:0 0 auto;width:50%}.marketplace-product-catalog-wrapper .row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.marketplace-product-catalog-wrapper .row-cols-xxl-4>*{flex:0 0 auto;width:25%}.marketplace-product-catalog-wrapper .row-cols-xxl-5>*{flex:0 0 auto;width:20%}.marketplace-product-catalog-wrapper .row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.marketplace-product-catalog-wrapper .col-xxl-auto{flex:0 0 auto;width:auto}.marketplace-product-catalog-wrapper .col-xxl-1{flex:0 0 auto;width:8.33333333%}.marketplace-product-catalog-wrapper .col-xxl-2{flex:0 0 auto;width:16.66666667%}.marketplace-product-catalog-wrapper .col-xxl-3{flex:0 0 auto;width:25%}.marketplace-product-catalog-wrapper .col-xxl-4{flex:0 0 auto;width:33.33333333%}.marketplace-product-catalog-wrapper .col-xxl-5{flex:0 0 auto;width:41.66666667%}.marketplace-product-catalog-wrapper .col-xxl-6{flex:0 0 auto;width:50%}.marketplace-product-catalog-wrapper .col-xxl-7{flex:0 0 auto;width:58.33333333%}.marketplace-product-catalog-wrapper .col-xxl-8{flex:0 0 auto;width:66.66666667%}.marketplace-product-catalog-wrapper .col-xxl-9{flex:0 0 auto;width:75%}.marketplace-product-catalog-wrapper .col-xxl-10{flex:0 0 auto;width:83.33333333%}.marketplace-product-catalog-wrapper .col-xxl-11{flex:0 0 auto;width:91.66666667%}.marketplace-product-catalog-wrapper .col-xxl-12{flex:0 0 auto;width:100%}.marketplace-product-catalog-wrapper .offset-xxl-0{margin-left:0}.marketplace-product-catalog-wrapper .offset-xxl-1{margin-left:8.33333333%}.marketplace-product-catalog-wrapper .offset-xxl-2{margin-left:16.66666667%}.marketplace-product-catalog-wrapper .offset-xxl-3{margin-left:25%}.marketplace-product-catalog-wrapper .offset-xxl-4{margin-left:33.33333333%}.marketplace-product-catalog-wrapper .offset-xxl-5{margin-left:41.66666667%}.marketplace-product-catalog-wrapper .offset-xxl-6{margin-left:50%}.marketplace-product-catalog-wrapper .offset-xxl-7{margin-left:58.33333333%}.marketplace-product-catalog-wrapper .offset-xxl-8{margin-left:66.66666667%}.marketplace-product-catalog-wrapper .offset-xxl-9{margin-left:75%}.marketplace-product-catalog-wrapper .offset-xxl-10{margin-left:83.33333333%}.marketplace-product-catalog-wrapper .offset-xxl-11{margin-left:91.66666667%}.marketplace-product-catalog-wrapper .g-xxl-0,.marketplace-product-catalog-wrapper .gx-xxl-0{--bs-gutter-x:0}.marketplace-product-catalog-wrapper .g-xxl-0,.marketplace-product-catalog-wrapper .gy-xxl-0{--bs-gutter-y:0}.marketplace-product-catalog-wrapper .g-xxl-1,.marketplace-product-catalog-wrapper .gx-xxl-1{--bs-gutter-x:0.25rem}.marketplace-product-catalog-wrapper .g-xxl-1,.marketplace-product-catalog-wrapper .gy-xxl-1{--bs-gutter-y:0.25rem}.marketplace-product-catalog-wrapper .g-xxl-2,.marketplace-product-catalog-wrapper .gx-xxl-2{--bs-gutter-x:0.5rem}.marketplace-product-catalog-wrapper .g-xxl-2,.marketplace-product-catalog-wrapper .gy-xxl-2{--bs-gutter-y:0.5rem}.marketplace-product-catalog-wrapper .g-xxl-3,.marketplace-product-catalog-wrapper .gx-xxl-3{--bs-gutter-x:1rem}.marketplace-product-catalog-wrapper .g-xxl-3,.marketplace-product-catalog-wrapper .gy-xxl-3{--bs-gutter-y:1rem}.marketplace-product-catalog-wrapper .g-xxl-4,.marketplace-product-catalog-wrapper .gx-xxl-4{--bs-gutter-x:1.5rem}.marketplace-product-catalog-wrapper .g-xxl-4,.marketplace-product-catalog-wrapper .gy-xxl-4{--bs-gutter-y:1.5rem}.marketplace-product-catalog-wrapper .g-xxl-5,.marketplace-product-catalog-wrapper .gx-xxl-5{--bs-gutter-x:3rem}.marketplace-product-catalog-wrapper .g-xxl-5,.marketplace-product-catalog-wrapper .gy-xxl-5{--bs-gutter-y:3rem}}.marketplace-product-catalog-wrapper .table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.marketplace-product-catalog-wrapper .table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.marketplace-product-catalog-wrapper .table>tbody{vertical-align:inherit}.marketplace-product-catalog-wrapper .table>thead{vertical-align:bottom}.marketplace-product-catalog-wrapper .table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.marketplace-product-catalog-wrapper .caption-top{caption-side:top}.marketplace-product-catalog-wrapper .table-sm>:not(caption)>*>*{padding:.25rem .25rem}.marketplace-product-catalog-wrapper .table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.marketplace-product-catalog-wrapper .table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.marketplace-product-catalog-wrapper .table-borderless>:not(caption)>*>*{border-bottom-width:0}.marketplace-product-catalog-wrapper .table-borderless>:not(:first-child){border-top-width:0}.marketplace-product-catalog-wrapper .table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.marketplace-product-catalog-wrapper .table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.marketplace-product-catalog-wrapper .table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.marketplace-product-catalog-wrapper .table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.marketplace-product-catalog-wrapper .table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#bacbe6;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.marketplace-product-catalog-wrapper .table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#cbccce;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.marketplace-product-catalog-wrapper .table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#bcd0c7;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.marketplace-product-catalog-wrapper .table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#badce3;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.marketplace-product-catalog-wrapper .table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#e6dbb9;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.marketplace-product-catalog-wrapper .table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#dfc2c4;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.marketplace-product-catalog-wrapper .table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#dfe0e1;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.marketplace-product-catalog-wrapper .table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#373b3e;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.marketplace-product-catalog-wrapper .table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.marketplace-product-catalog-wrapper .table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.marketplace-product-catalog-wrapper .table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.marketplace-product-catalog-wrapper .table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.marketplace-product-catalog-wrapper .table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.marketplace-product-catalog-wrapper .table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.marketplace-product-catalog-wrapper .form-label{margin-bottom:.5rem}.marketplace-product-catalog-wrapper .col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.marketplace-product-catalog-wrapper .col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.marketplace-product-catalog-wrapper .col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.marketplace-product-catalog-wrapper .form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.marketplace-product-catalog-wrapper .form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .form-control{transition:none}}.marketplace-product-catalog-wrapper .form-control[type=file]{overflow:hidden}.marketplace-product-catalog-wrapper .form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.marketplace-product-catalog-wrapper .form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.marketplace-product-catalog-wrapper .form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.marketplace-product-catalog-wrapper .form-control::-webkit-datetime-edit{display:block;padding:0}.marketplace-product-catalog-wrapper .form-control::-moz-placeholder{color:var(--bs-secondary-color);opacity:1}.marketplace-product-catalog-wrapper .form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.marketplace-product-catalog-wrapper .form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.marketplace-product-catalog-wrapper .form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.marketplace-product-catalog-wrapper .form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.marketplace-product-catalog-wrapper .form-control::file-selector-button{transition:none}}.marketplace-product-catalog-wrapper .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.marketplace-product-catalog-wrapper .form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.marketplace-product-catalog-wrapper .form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.marketplace-product-catalog-wrapper .form-control-plaintext:focus{outline:0}.marketplace-product-catalog-wrapper .form-control-plaintext.form-control-lg,.marketplace-product-catalog-wrapper .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.marketplace-product-catalog-wrapper .form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.marketplace-product-catalog-wrapper .form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.marketplace-product-catalog-wrapper .form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.marketplace-product-catalog-wrapper .form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.marketplace-product-catalog-wrapper .form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.marketplace-product-catalog-wrapper .form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.marketplace-product-catalog-wrapper textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}.marketplace-product-catalog-wrapper textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.marketplace-product-catalog-wrapper textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.marketplace-product-catalog-wrapper .form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.marketplace-product-catalog-wrapper .form-control-color:not(:disabled):not([readonly]){cursor:pointer}.marketplace-product-catalog-wrapper .form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.marketplace-product-catalog-wrapper .form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.marketplace-product-catalog-wrapper .form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.marketplace-product-catalog-wrapper .form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.marketplace-product-catalog-wrapper .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .form-select{transition:none}}.marketplace-product-catalog-wrapper .form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.marketplace-product-catalog-wrapper .form-select[multiple],.marketplace-product-catalog-wrapper .form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.marketplace-product-catalog-wrapper .form-select:disabled{background-color:var(--bs-secondary-bg)}.marketplace-product-catalog-wrapper .form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.marketplace-product-catalog-wrapper .form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.marketplace-product-catalog-wrapper .form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.marketplace-product-catalog-wrapper [data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.marketplace-product-catalog-wrapper .form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.marketplace-product-catalog-wrapper .form-check .form-check-input{float:left;margin-left:-1.5em}.marketplace-product-catalog-wrapper .form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.marketplace-product-catalog-wrapper .form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.marketplace-product-catalog-wrapper .form-check-input{--bs-form-check-bg:var(--bs-body-bg);width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.marketplace-product-catalog-wrapper .form-check-input[type=checkbox]{border-radius:.25em}.marketplace-product-catalog-wrapper .form-check-input[type=radio]{border-radius:50%}.marketplace-product-catalog-wrapper .form-check-input:active{filter:brightness(90%)}.marketplace-product-catalog-wrapper .form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.marketplace-product-catalog-wrapper .form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.marketplace-product-catalog-wrapper .form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.marketplace-product-catalog-wrapper .form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.marketplace-product-catalog-wrapper .form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.marketplace-product-catalog-wrapper .form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.marketplace-product-catalog-wrapper .form-check-input:disabled~.form-check-label,.marketplace-product-catalog-wrapper .form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.marketplace-product-catalog-wrapper .form-switch{padding-left:2.5em}.marketplace-product-catalog-wrapper .form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .form-switch .form-check-input{transition:none}}.marketplace-product-catalog-wrapper .form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.marketplace-product-catalog-wrapper .form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.marketplace-product-catalog-wrapper .form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.marketplace-product-catalog-wrapper .form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.marketplace-product-catalog-wrapper .form-check-inline{display:inline-block;margin-right:1rem}.marketplace-product-catalog-wrapper .btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.marketplace-product-catalog-wrapper .btn-check:disabled+.btn,.marketplace-product-catalog-wrapper .btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.marketplace-product-catalog-wrapper [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.marketplace-product-catalog-wrapper .form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.marketplace-product-catalog-wrapper .form-range:focus{outline:0}.marketplace-product-catalog-wrapper .form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.marketplace-product-catalog-wrapper .form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.marketplace-product-catalog-wrapper .form-range::-moz-focus-outer{border:0}.marketplace-product-catalog-wrapper .form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.marketplace-product-catalog-wrapper .form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.marketplace-product-catalog-wrapper .form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-tertiary-bg);border-color:transparent;border-radius:1rem}.marketplace-product-catalog-wrapper .form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.marketplace-product-catalog-wrapper .form-range::-moz-range-thumb:active{background-color:#b6d4fe}.marketplace-product-catalog-wrapper .form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-tertiary-bg);border-color:transparent;border-radius:1rem}.marketplace-product-catalog-wrapper .form-range:disabled{pointer-events:none}.marketplace-product-catalog-wrapper .form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.marketplace-product-catalog-wrapper .form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.marketplace-product-catalog-wrapper .form-floating{position:relative}.marketplace-product-catalog-wrapper .form-floating>.form-control,.marketplace-product-catalog-wrapper .form-floating>.form-control-plaintext,.marketplace-product-catalog-wrapper .form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.marketplace-product-catalog-wrapper .form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .form-floating>label{transition:none}}.marketplace-product-catalog-wrapper .form-floating>.form-control,.marketplace-product-catalog-wrapper .form-floating>.form-control-plaintext{padding:1rem .75rem}.marketplace-product-catalog-wrapper .form-floating>.form-control-plaintext::-moz-placeholder,.marketplace-product-catalog-wrapper .form-floating>.form-control::-moz-placeholder{color:transparent}.marketplace-product-catalog-wrapper .form-floating>.form-control-plaintext::placeholder,.marketplace-product-catalog-wrapper .form-floating>.form-control::placeholder{color:transparent}.marketplace-product-catalog-wrapper .form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.marketplace-product-catalog-wrapper .form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.marketplace-product-catalog-wrapper .form-floating>.form-control-plaintext:focus,.marketplace-product-catalog-wrapper .form-floating>.form-control-plaintext:not(:placeholder-shown),.marketplace-product-catalog-wrapper .form-floating>.form-control:focus,.marketplace-product-catalog-wrapper .form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.marketplace-product-catalog-wrapper .form-floating>.form-control-plaintext:-webkit-autofill,.marketplace-product-catalog-wrapper .form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.marketplace-product-catalog-wrapper .form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.marketplace-product-catalog-wrapper .form-floating>.form-control:not(:-moz-placeholder-shown)~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.marketplace-product-catalog-wrapper .form-floating>.form-control-plaintext~label,.marketplace-product-catalog-wrapper .form-floating>.form-control:focus~label,.marketplace-product-catalog-wrapper .form-floating>.form-control:not(:placeholder-shown)~label,.marketplace-product-catalog-wrapper .form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.marketplace-product-catalog-wrapper .form-floating>.form-control:not(:-moz-placeholder-shown)~label::after{position:absolute;inset:1rem 0.375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.marketplace-product-catalog-wrapper .form-floating>.form-control-plaintext~label::after,.marketplace-product-catalog-wrapper .form-floating>.form-control:focus~label::after,.marketplace-product-catalog-wrapper .form-floating>.form-control:not(:placeholder-shown)~label::after,.marketplace-product-catalog-wrapper .form-floating>.form-select~label::after{position:absolute;inset:1rem 0.375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.marketplace-product-catalog-wrapper .form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.marketplace-product-catalog-wrapper .form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.marketplace-product-catalog-wrapper .form-floating>:disabled~label{color:#6c757d}.marketplace-product-catalog-wrapper .form-floating>:disabled~label::after{background-color:var(--bs-secondary-bg)}.marketplace-product-catalog-wrapper .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.marketplace-product-catalog-wrapper .input-group>.form-control,.marketplace-product-catalog-wrapper .input-group>.form-floating,.marketplace-product-catalog-wrapper .input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.marketplace-product-catalog-wrapper .input-group>.form-control:focus,.marketplace-product-catalog-wrapper .input-group>.form-floating:focus-within,.marketplace-product-catalog-wrapper .input-group>.form-select:focus{z-index:5}.marketplace-product-catalog-wrapper .input-group .btn{position:relative;z-index:2}.marketplace-product-catalog-wrapper .input-group .btn:focus{z-index:5}.marketplace-product-catalog-wrapper .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.marketplace-product-catalog-wrapper .input-group-lg>.btn,.marketplace-product-catalog-wrapper .input-group-lg>.form-control,.marketplace-product-catalog-wrapper .input-group-lg>.form-select,.marketplace-product-catalog-wrapper .input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.marketplace-product-catalog-wrapper .input-group-sm>.btn,.marketplace-product-catalog-wrapper .input-group-sm>.form-control,.marketplace-product-catalog-wrapper .input-group-sm>.form-select,.marketplace-product-catalog-wrapper .input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.marketplace-product-catalog-wrapper .input-group-lg>.form-select,.marketplace-product-catalog-wrapper .input-group-sm>.form-select{padding-right:3rem}.marketplace-product-catalog-wrapper .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.marketplace-product-catalog-wrapper .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.marketplace-product-catalog-wrapper .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.marketplace-product-catalog-wrapper .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.marketplace-product-catalog-wrapper .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.marketplace-product-catalog-wrapper .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.marketplace-product-catalog-wrapper .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.marketplace-product-catalog-wrapper .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.marketplace-product-catalog-wrapper .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width) * -1);border-top-left-radius:0;border-bottom-left-radius:0}.marketplace-product-catalog-wrapper .input-group>.form-floating:not(:first-child)>.form-control,.marketplace-product-catalog-wrapper .input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.marketplace-product-catalog-wrapper .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.marketplace-product-catalog-wrapper .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.marketplace-product-catalog-wrapper .is-valid~.valid-feedback,.marketplace-product-catalog-wrapper .is-valid~.valid-tooltip,.marketplace-product-catalog-wrapper .was-validated :valid~.valid-feedback,.marketplace-product-catalog-wrapper .was-validated :valid~.valid-tooltip{display:block}.marketplace-product-catalog-wrapper .form-control.is-valid,.marketplace-product-catalog-wrapper .was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.marketplace-product-catalog-wrapper .form-control.is-valid:focus,.marketplace-product-catalog-wrapper .was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.marketplace-product-catalog-wrapper .was-validated textarea.form-control:valid,.marketplace-product-catalog-wrapper textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.marketplace-product-catalog-wrapper .form-select.is-valid,.marketplace-product-catalog-wrapper .was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.marketplace-product-catalog-wrapper .form-select.is-valid:not([multiple]):not([size]),.marketplace-product-catalog-wrapper .form-select.is-valid:not([multiple])[size="1"],.marketplace-product-catalog-wrapper .was-validated .form-select:valid:not([multiple]):not([size]),.marketplace-product-catalog-wrapper .was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.marketplace-product-catalog-wrapper .form-select.is-valid:focus,.marketplace-product-catalog-wrapper .was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.marketplace-product-catalog-wrapper .form-control-color.is-valid,.marketplace-product-catalog-wrapper .was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.marketplace-product-catalog-wrapper .form-check-input.is-valid,.marketplace-product-catalog-wrapper .was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.marketplace-product-catalog-wrapper .form-check-input.is-valid:checked,.marketplace-product-catalog-wrapper .was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.marketplace-product-catalog-wrapper .form-check-input.is-valid:focus,.marketplace-product-catalog-wrapper .was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.marketplace-product-catalog-wrapper .form-check-input.is-valid~.form-check-label,.marketplace-product-catalog-wrapper .was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.marketplace-product-catalog-wrapper .form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.marketplace-product-catalog-wrapper .input-group>.form-control:not(:focus).is-valid,.marketplace-product-catalog-wrapper .input-group>.form-floating:not(:focus-within).is-valid,.marketplace-product-catalog-wrapper .input-group>.form-select:not(:focus).is-valid,.marketplace-product-catalog-wrapper .was-validated .input-group>.form-control:not(:focus):valid,.marketplace-product-catalog-wrapper .was-validated .input-group>.form-floating:not(:focus-within):valid,.marketplace-product-catalog-wrapper .was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.marketplace-product-catalog-wrapper .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.marketplace-product-catalog-wrapper .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.marketplace-product-catalog-wrapper .is-invalid~.invalid-feedback,.marketplace-product-catalog-wrapper .is-invalid~.invalid-tooltip,.marketplace-product-catalog-wrapper .was-validated :invalid~.invalid-feedback,.marketplace-product-catalog-wrapper .was-validated :invalid~.invalid-tooltip{display:block}.marketplace-product-catalog-wrapper .form-control.is-invalid,.marketplace-product-catalog-wrapper .was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.marketplace-product-catalog-wrapper .form-control.is-invalid:focus,.marketplace-product-catalog-wrapper .was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.marketplace-product-catalog-wrapper .was-validated textarea.form-control:invalid,.marketplace-product-catalog-wrapper textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.marketplace-product-catalog-wrapper .form-select.is-invalid,.marketplace-product-catalog-wrapper .was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.marketplace-product-catalog-wrapper .form-select.is-invalid:not([multiple]):not([size]),.marketplace-product-catalog-wrapper .form-select.is-invalid:not([multiple])[size="1"],.marketplace-product-catalog-wrapper .was-validated .form-select:invalid:not([multiple]):not([size]),.marketplace-product-catalog-wrapper .was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.marketplace-product-catalog-wrapper .form-select.is-invalid:focus,.marketplace-product-catalog-wrapper .was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.marketplace-product-catalog-wrapper .form-control-color.is-invalid,.marketplace-product-catalog-wrapper .was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.marketplace-product-catalog-wrapper .form-check-input.is-invalid,.marketplace-product-catalog-wrapper .was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.marketplace-product-catalog-wrapper .form-check-input.is-invalid:checked,.marketplace-product-catalog-wrapper .was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.marketplace-product-catalog-wrapper .form-check-input.is-invalid:focus,.marketplace-product-catalog-wrapper .was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.marketplace-product-catalog-wrapper .form-check-input.is-invalid~.form-check-label,.marketplace-product-catalog-wrapper .was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.marketplace-product-catalog-wrapper .form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.marketplace-product-catalog-wrapper .input-group>.form-control:not(:focus).is-invalid,.marketplace-product-catalog-wrapper .input-group>.form-floating:not(:focus-within).is-invalid,.marketplace-product-catalog-wrapper .input-group>.form-select:not(:focus).is-invalid,.marketplace-product-catalog-wrapper .was-validated .input-group>.form-control:not(:focus):invalid,.marketplace-product-catalog-wrapper .was-validated .input-group>.form-floating:not(:focus-within):invalid,.marketplace-product-catalog-wrapper .was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.marketplace-product-catalog-wrapper .btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .btn{transition:none}}.marketplace-product-catalog-wrapper .btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.marketplace-product-catalog-wrapper .btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.marketplace-product-catalog-wrapper .btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.marketplace-product-catalog-wrapper .btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.marketplace-product-catalog-wrapper .btn-check:checked+.btn,.marketplace-product-catalog-wrapper .btn.active,.marketplace-product-catalog-wrapper .btn.show,.marketplace-product-catalog-wrapper .btn:first-child:active,.marketplace-product-catalog-wrapper :not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.marketplace-product-catalog-wrapper .btn-check:checked+.btn:focus-visible,.marketplace-product-catalog-wrapper .btn.active:focus-visible,.marketplace-product-catalog-wrapper .btn.show:focus-visible,.marketplace-product-catalog-wrapper .btn:first-child:active:focus-visible,.marketplace-product-catalog-wrapper :not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.marketplace-product-catalog-wrapper .btn.disabled,.marketplace-product-catalog-wrapper .btn:disabled,.marketplace-product-catalog-wrapper fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.marketplace-product-catalog-wrapper .btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.marketplace-product-catalog-wrapper .btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.marketplace-product-catalog-wrapper .btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.marketplace-product-catalog-wrapper .btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.marketplace-product-catalog-wrapper .btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.marketplace-product-catalog-wrapper .btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.marketplace-product-catalog-wrapper .btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.marketplace-product-catalog-wrapper .btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.marketplace-product-catalog-wrapper .btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.marketplace-product-catalog-wrapper .btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.marketplace-product-catalog-wrapper .btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.marketplace-product-catalog-wrapper .btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.marketplace-product-catalog-wrapper .btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.marketplace-product-catalog-wrapper .btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.marketplace-product-catalog-wrapper .btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.marketplace-product-catalog-wrapper .btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.marketplace-product-catalog-wrapper .btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.marketplace-product-catalog-wrapper .btn-link:focus-visible{color:var(--bs-btn-color)}.marketplace-product-catalog-wrapper .btn-link:hover{color:var(--bs-btn-hover-color)}.marketplace-product-catalog-wrapper .btn-group-lg>.btn,.marketplace-product-catalog-wrapper .btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.marketplace-product-catalog-wrapper .btn-group-sm>.btn,.marketplace-product-catalog-wrapper .btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.marketplace-product-catalog-wrapper .fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .fade{transition:none}}.marketplace-product-catalog-wrapper .fade:not(.show){opacity:0}.marketplace-product-catalog-wrapper .collapse:not(.show){display:none}.marketplace-product-catalog-wrapper .collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .collapsing{transition:none}}.marketplace-product-catalog-wrapper .collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .collapsing.collapse-horizontal{transition:none}}.marketplace-product-catalog-wrapper .dropdown,.marketplace-product-catalog-wrapper .dropdown-center,.marketplace-product-catalog-wrapper .dropend,.marketplace-product-catalog-wrapper .dropstart,.marketplace-product-catalog-wrapper .dropup,.marketplace-product-catalog-wrapper .dropup-center{position:relative}.marketplace-product-catalog-wrapper .dropdown-toggle{white-space:nowrap}.marketplace-product-catalog-wrapper .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.marketplace-product-catalog-wrapper .dropdown-toggle:empty::after{margin-left:0}.marketplace-product-catalog-wrapper .dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.marketplace-product-catalog-wrapper .dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.marketplace-product-catalog-wrapper .dropdown-menu-start{--bs-position:start}.marketplace-product-catalog-wrapper .dropdown-menu-start[data-bs-popper]{right:auto;left:0}.marketplace-product-catalog-wrapper .dropdown-menu-end{--bs-position:end}.marketplace-product-catalog-wrapper .dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.marketplace-product-catalog-wrapper .dropdown-menu-sm-start{--bs-position:start}.marketplace-product-catalog-wrapper .dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.marketplace-product-catalog-wrapper .dropdown-menu-sm-end{--bs-position:end}.marketplace-product-catalog-wrapper .dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.marketplace-product-catalog-wrapper .dropdown-menu-md-start{--bs-position:start}.marketplace-product-catalog-wrapper .dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.marketplace-product-catalog-wrapper .dropdown-menu-md-end{--bs-position:end}.marketplace-product-catalog-wrapper .dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.marketplace-product-catalog-wrapper .dropdown-menu-lg-start{--bs-position:start}.marketplace-product-catalog-wrapper .dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.marketplace-product-catalog-wrapper .dropdown-menu-lg-end{--bs-position:end}.marketplace-product-catalog-wrapper .dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.marketplace-product-catalog-wrapper .dropdown-menu-xl-start{--bs-position:start}.marketplace-product-catalog-wrapper .dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.marketplace-product-catalog-wrapper .dropdown-menu-xl-end{--bs-position:end}.marketplace-product-catalog-wrapper .dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.marketplace-product-catalog-wrapper .dropdown-menu-xxl-start{--bs-position:start}.marketplace-product-catalog-wrapper .dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.marketplace-product-catalog-wrapper .dropdown-menu-xxl-end{--bs-position:end}.marketplace-product-catalog-wrapper .dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.marketplace-product-catalog-wrapper .dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.marketplace-product-catalog-wrapper .dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.marketplace-product-catalog-wrapper .dropup .dropdown-toggle:empty::after{margin-left:0}.marketplace-product-catalog-wrapper .dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.marketplace-product-catalog-wrapper .dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.marketplace-product-catalog-wrapper .dropend .dropdown-toggle:empty::after{margin-left:0}.marketplace-product-catalog-wrapper .dropend .dropdown-toggle::after{vertical-align:0}.marketplace-product-catalog-wrapper .dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.marketplace-product-catalog-wrapper .dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.marketplace-product-catalog-wrapper .dropstart .dropdown-toggle::after{display:none}.marketplace-product-catalog-wrapper .dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.marketplace-product-catalog-wrapper .dropstart .dropdown-toggle:empty::after{margin-left:0}.marketplace-product-catalog-wrapper .dropstart .dropdown-toggle::before{vertical-align:0}.marketplace-product-catalog-wrapper .dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.marketplace-product-catalog-wrapper .dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.marketplace-product-catalog-wrapper .dropdown-item:focus,.marketplace-product-catalog-wrapper .dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.marketplace-product-catalog-wrapper .dropdown-item.active,.marketplace-product-catalog-wrapper .dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.marketplace-product-catalog-wrapper .dropdown-item.disabled,.marketplace-product-catalog-wrapper .dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.marketplace-product-catalog-wrapper .dropdown-menu.show{display:block}.marketplace-product-catalog-wrapper .dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.marketplace-product-catalog-wrapper .dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.marketplace-product-catalog-wrapper .dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.marketplace-product-catalog-wrapper .btn-group,.marketplace-product-catalog-wrapper .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.marketplace-product-catalog-wrapper .btn-group-vertical>.btn,.marketplace-product-catalog-wrapper .btn-group>.btn{position:relative;flex:1 1 auto}.marketplace-product-catalog-wrapper .btn-group-vertical>.btn-check:checked+.btn,.marketplace-product-catalog-wrapper .btn-group-vertical>.btn-check:focus+.btn,.marketplace-product-catalog-wrapper .btn-group-vertical>.btn.active,.marketplace-product-catalog-wrapper .btn-group-vertical>.btn:active,.marketplace-product-catalog-wrapper .btn-group-vertical>.btn:focus,.marketplace-product-catalog-wrapper .btn-group-vertical>.btn:hover,.marketplace-product-catalog-wrapper .btn-group>.btn-check:checked+.btn,.marketplace-product-catalog-wrapper .btn-group>.btn-check:focus+.btn,.marketplace-product-catalog-wrapper .btn-group>.btn.active,.marketplace-product-catalog-wrapper .btn-group>.btn:active,.marketplace-product-catalog-wrapper .btn-group>.btn:focus,.marketplace-product-catalog-wrapper .btn-group>.btn:hover{z-index:1}.marketplace-product-catalog-wrapper .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.marketplace-product-catalog-wrapper .btn-toolbar .input-group{width:auto}.marketplace-product-catalog-wrapper .btn-group{border-radius:var(--bs-border-radius)}.marketplace-product-catalog-wrapper .btn-group>.btn-group:not(:first-child),.marketplace-product-catalog-wrapper .btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width) * -1)}.marketplace-product-catalog-wrapper .btn-group>.btn-group:not(:last-child)>.btn,.marketplace-product-catalog-wrapper .btn-group>.btn.dropdown-toggle-split:first-child,.marketplace-product-catalog-wrapper .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.marketplace-product-catalog-wrapper .btn-group>.btn-group:not(:first-child)>.btn,.marketplace-product-catalog-wrapper .btn-group>.btn:nth-child(n+3),.marketplace-product-catalog-wrapper .btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.marketplace-product-catalog-wrapper .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.marketplace-product-catalog-wrapper .dropdown-toggle-split::after,.marketplace-product-catalog-wrapper .dropend .dropdown-toggle-split::after,.marketplace-product-catalog-wrapper .dropup .dropdown-toggle-split::after{margin-left:0}.marketplace-product-catalog-wrapper .dropstart .dropdown-toggle-split::before{margin-right:0}.marketplace-product-catalog-wrapper .btn-group-sm>.btn+.dropdown-toggle-split,.marketplace-product-catalog-wrapper .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.marketplace-product-catalog-wrapper .btn-group-lg>.btn+.dropdown-toggle-split,.marketplace-product-catalog-wrapper .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.marketplace-product-catalog-wrapper .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.marketplace-product-catalog-wrapper .btn-group-vertical>.btn,.marketplace-product-catalog-wrapper .btn-group-vertical>.btn-group{width:100%}.marketplace-product-catalog-wrapper .btn-group-vertical>.btn-group:not(:first-child),.marketplace-product-catalog-wrapper .btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width) * -1)}.marketplace-product-catalog-wrapper .btn-group-vertical>.btn-group:not(:last-child)>.btn,.marketplace-product-catalog-wrapper .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.marketplace-product-catalog-wrapper .btn-group-vertical>.btn-group:not(:first-child)>.btn,.marketplace-product-catalog-wrapper .btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.marketplace-product-catalog-wrapper .nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.marketplace-product-catalog-wrapper .nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .nav-link{transition:none}}.marketplace-product-catalog-wrapper .nav-link:focus,.marketplace-product-catalog-wrapper .nav-link:hover{color:var(--bs-nav-link-hover-color)}.marketplace-product-catalog-wrapper .nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.marketplace-product-catalog-wrapper .nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.marketplace-product-catalog-wrapper .nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.marketplace-product-catalog-wrapper .nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.marketplace-product-catalog-wrapper .nav-tabs .nav-link:focus,.marketplace-product-catalog-wrapper .nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.marketplace-product-catalog-wrapper .nav-tabs .nav-link.disabled,.marketplace-product-catalog-wrapper .nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.marketplace-product-catalog-wrapper .nav-tabs .nav-item.show .nav-link,.marketplace-product-catalog-wrapper .nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.marketplace-product-catalog-wrapper .nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.marketplace-product-catalog-wrapper .nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.marketplace-product-catalog-wrapper .nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.marketplace-product-catalog-wrapper .nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.marketplace-product-catalog-wrapper .nav-pills .nav-link.active,.marketplace-product-catalog-wrapper .nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.marketplace-product-catalog-wrapper .nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.marketplace-product-catalog-wrapper .nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.marketplace-product-catalog-wrapper .nav-underline .nav-link:focus,.marketplace-product-catalog-wrapper .nav-underline .nav-link:hover{border-bottom-color:currentcolor}.marketplace-product-catalog-wrapper .nav-underline .nav-link.active,.marketplace-product-catalog-wrapper .nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.marketplace-product-catalog-wrapper .nav-fill .nav-item,.marketplace-product-catalog-wrapper .nav-fill>.nav-link{flex:1 1 auto;text-align:center}.marketplace-product-catalog-wrapper .nav-justified .nav-item,.marketplace-product-catalog-wrapper .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.marketplace-product-catalog-wrapper .nav-fill .nav-item .nav-link,.marketplace-product-catalog-wrapper .nav-justified .nav-item .nav-link{width:100%}.marketplace-product-catalog-wrapper .tab-content>.tab-pane{display:none}.marketplace-product-catalog-wrapper .tab-content>.active{display:block}.marketplace-product-catalog-wrapper .navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.marketplace-product-catalog-wrapper .navbar>.container,.marketplace-product-catalog-wrapper .navbar>.container-fluid,.marketplace-product-catalog-wrapper .navbar>.container-lg,.marketplace-product-catalog-wrapper .navbar>.container-md,.marketplace-product-catalog-wrapper .navbar>.container-sm,.marketplace-product-catalog-wrapper .navbar>.container-xl,.marketplace-product-catalog-wrapper .navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.marketplace-product-catalog-wrapper .navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.marketplace-product-catalog-wrapper .navbar-brand:focus,.marketplace-product-catalog-wrapper .navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.marketplace-product-catalog-wrapper .navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.marketplace-product-catalog-wrapper .navbar-nav .nav-link.active,.marketplace-product-catalog-wrapper .navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.marketplace-product-catalog-wrapper .navbar-nav .dropdown-menu{position:static}.marketplace-product-catalog-wrapper .navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.marketplace-product-catalog-wrapper .navbar-text a,.marketplace-product-catalog-wrapper .navbar-text a:focus,.marketplace-product-catalog-wrapper .navbar-text a:hover{color:var(--bs-navbar-active-color)}.marketplace-product-catalog-wrapper .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.marketplace-product-catalog-wrapper .navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .navbar-toggler{transition:none}}.marketplace-product-catalog-wrapper .navbar-toggler:hover{text-decoration:none}.marketplace-product-catalog-wrapper .navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.marketplace-product-catalog-wrapper .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.marketplace-product-catalog-wrapper .navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.marketplace-product-catalog-wrapper .navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.marketplace-product-catalog-wrapper .navbar-expand-sm .navbar-nav{flex-direction:row}.marketplace-product-catalog-wrapper .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.marketplace-product-catalog-wrapper .navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.marketplace-product-catalog-wrapper .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.marketplace-product-catalog-wrapper .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.marketplace-product-catalog-wrapper .navbar-expand-sm .navbar-toggler{display:none}.marketplace-product-catalog-wrapper .navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.marketplace-product-catalog-wrapper .navbar-expand-sm .offcanvas .offcanvas-header{display:none}.marketplace-product-catalog-wrapper .navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.marketplace-product-catalog-wrapper .navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.marketplace-product-catalog-wrapper .navbar-expand-md .navbar-nav{flex-direction:row}.marketplace-product-catalog-wrapper .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.marketplace-product-catalog-wrapper .navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.marketplace-product-catalog-wrapper .navbar-expand-md .navbar-nav-scroll{overflow:visible}.marketplace-product-catalog-wrapper .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.marketplace-product-catalog-wrapper .navbar-expand-md .navbar-toggler{display:none}.marketplace-product-catalog-wrapper .navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.marketplace-product-catalog-wrapper .navbar-expand-md .offcanvas .offcanvas-header{display:none}.marketplace-product-catalog-wrapper .navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.marketplace-product-catalog-wrapper .navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.marketplace-product-catalog-wrapper .navbar-expand-lg .navbar-nav{flex-direction:row}.marketplace-product-catalog-wrapper .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.marketplace-product-catalog-wrapper .navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.marketplace-product-catalog-wrapper .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.marketplace-product-catalog-wrapper .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.marketplace-product-catalog-wrapper .navbar-expand-lg .navbar-toggler{display:none}.marketplace-product-catalog-wrapper .navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.marketplace-product-catalog-wrapper .navbar-expand-lg .offcanvas .offcanvas-header{display:none}.marketplace-product-catalog-wrapper .navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.marketplace-product-catalog-wrapper .navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.marketplace-product-catalog-wrapper .navbar-expand-xl .navbar-nav{flex-direction:row}.marketplace-product-catalog-wrapper .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.marketplace-product-catalog-wrapper .navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.marketplace-product-catalog-wrapper .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.marketplace-product-catalog-wrapper .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.marketplace-product-catalog-wrapper .navbar-expand-xl .navbar-toggler{display:none}.marketplace-product-catalog-wrapper .navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.marketplace-product-catalog-wrapper .navbar-expand-xl .offcanvas .offcanvas-header{display:none}.marketplace-product-catalog-wrapper .navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.marketplace-product-catalog-wrapper .navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.marketplace-product-catalog-wrapper .navbar-expand-xxl .navbar-nav{flex-direction:row}.marketplace-product-catalog-wrapper .navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.marketplace-product-catalog-wrapper .navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.marketplace-product-catalog-wrapper .navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.marketplace-product-catalog-wrapper .navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.marketplace-product-catalog-wrapper .navbar-expand-xxl .navbar-toggler{display:none}.marketplace-product-catalog-wrapper .navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.marketplace-product-catalog-wrapper .navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.marketplace-product-catalog-wrapper .navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.marketplace-product-catalog-wrapper .navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.marketplace-product-catalog-wrapper .navbar-expand .navbar-nav{flex-direction:row}.marketplace-product-catalog-wrapper .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.marketplace-product-catalog-wrapper .navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.marketplace-product-catalog-wrapper .navbar-expand .navbar-nav-scroll{overflow:visible}.marketplace-product-catalog-wrapper .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.marketplace-product-catalog-wrapper .navbar-expand .navbar-toggler{display:none}.marketplace-product-catalog-wrapper .navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.marketplace-product-catalog-wrapper .navbar-expand .offcanvas .offcanvas-header{display:none}.marketplace-product-catalog-wrapper .navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.marketplace-product-catalog-wrapper .navbar-dark{--bs-navbar-color:rgba(255, 255, 255, 0.55);--bs-navbar-hover-color:rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.marketplace-product-catalog-wrapper [data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.marketplace-product-catalog-wrapper .card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.marketplace-product-catalog-wrapper .card>hr{margin-right:0;margin-left:0}.marketplace-product-catalog-wrapper .card>.list-group{border-top:inherit;border-bottom:inherit}.marketplace-product-catalog-wrapper .card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.marketplace-product-catalog-wrapper .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.marketplace-product-catalog-wrapper .card>.card-header+.list-group,.marketplace-product-catalog-wrapper .card>.list-group+.card-footer{border-top:0}.marketplace-product-catalog-wrapper .card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.marketplace-product-catalog-wrapper .card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.marketplace-product-catalog-wrapper .card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.marketplace-product-catalog-wrapper .card-text:last-child{margin-bottom:0}.marketplace-product-catalog-wrapper .card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.marketplace-product-catalog-wrapper .card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.marketplace-product-catalog-wrapper .card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.marketplace-product-catalog-wrapper .card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.marketplace-product-catalog-wrapper .card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.marketplace-product-catalog-wrapper .card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.marketplace-product-catalog-wrapper .card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.marketplace-product-catalog-wrapper .card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.marketplace-product-catalog-wrapper .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.marketplace-product-catalog-wrapper .card-img,.marketplace-product-catalog-wrapper .card-img-bottom,.marketplace-product-catalog-wrapper .card-img-top{width:100%}.marketplace-product-catalog-wrapper .card-img,.marketplace-product-catalog-wrapper .card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.marketplace-product-catalog-wrapper .card-img,.marketplace-product-catalog-wrapper .card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.marketplace-product-catalog-wrapper .card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.marketplace-product-catalog-wrapper .card-group{display:flex;flex-flow:row wrap}.marketplace-product-catalog-wrapper .card-group>.card{flex:1 0 0%;margin-bottom:0}.marketplace-product-catalog-wrapper .card-group>.card+.card{margin-left:0;border-left:0}.marketplace-product-catalog-wrapper .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.marketplace-product-catalog-wrapper .card-group>.card:not(:last-child) .card-header,.marketplace-product-catalog-wrapper .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.marketplace-product-catalog-wrapper .card-group>.card:not(:last-child) .card-footer,.marketplace-product-catalog-wrapper .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.marketplace-product-catalog-wrapper .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.marketplace-product-catalog-wrapper .card-group>.card:not(:first-child) .card-header,.marketplace-product-catalog-wrapper .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.marketplace-product-catalog-wrapper .card-group>.card:not(:first-child) .card-footer,.marketplace-product-catalog-wrapper .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.marketplace-product-catalog-wrapper .accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color:#86b7fe;--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.marketplace-product-catalog-wrapper .accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .accordion-button{transition:none}}.marketplace-product-catalog-wrapper .accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.marketplace-product-catalog-wrapper .accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.marketplace-product-catalog-wrapper .accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .accordion-button::after{transition:none}}.marketplace-product-catalog-wrapper .accordion-button:hover{z-index:2}.marketplace-product-catalog-wrapper .accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.marketplace-product-catalog-wrapper .accordion-header{margin-bottom:0}.marketplace-product-catalog-wrapper .accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.marketplace-product-catalog-wrapper .accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.marketplace-product-catalog-wrapper .accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.marketplace-product-catalog-wrapper .accordion-item:not(:first-of-type){border-top:0}.marketplace-product-catalog-wrapper .accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.marketplace-product-catalog-wrapper .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.marketplace-product-catalog-wrapper .accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.marketplace-product-catalog-wrapper .accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.marketplace-product-catalog-wrapper .accordion-flush .accordion-collapse{border-width:0}.marketplace-product-catalog-wrapper .accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.marketplace-product-catalog-wrapper .accordion-flush .accordion-item:first-child{border-top:0}.marketplace-product-catalog-wrapper .accordion-flush .accordion-item:last-child{border-bottom:0}.marketplace-product-catalog-wrapper .accordion-flush .accordion-item .accordion-button,.marketplace-product-catalog-wrapper .accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.marketplace-product-catalog-wrapper [data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.marketplace-product-catalog-wrapper .breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.marketplace-product-catalog-wrapper .breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.marketplace-product-catalog-wrapper .breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.marketplace-product-catalog-wrapper .breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.marketplace-product-catalog-wrapper .pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}.marketplace-product-catalog-wrapper .page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .page-link{transition:none}}.marketplace-product-catalog-wrapper .page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.marketplace-product-catalog-wrapper .page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.marketplace-product-catalog-wrapper .active>.page-link,.marketplace-product-catalog-wrapper .page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.marketplace-product-catalog-wrapper .disabled>.page-link,.marketplace-product-catalog-wrapper .page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.marketplace-product-catalog-wrapper .page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width) * -1)}.marketplace-product-catalog-wrapper .page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.marketplace-product-catalog-wrapper .page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.marketplace-product-catalog-wrapper .pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.marketplace-product-catalog-wrapper .pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.marketplace-product-catalog-wrapper .badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.marketplace-product-catalog-wrapper .badge:empty{display:none}.marketplace-product-catalog-wrapper .btn .badge{position:relative;top:-1px}.marketplace-product-catalog-wrapper .alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.marketplace-product-catalog-wrapper .alert-heading{color:inherit}.marketplace-product-catalog-wrapper .alert-link{font-weight:700;color:var(--bs-alert-link-color)}.marketplace-product-catalog-wrapper .alert-dismissible{padding-right:3rem}.marketplace-product-catalog-wrapper .alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.marketplace-product-catalog-wrapper .alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.marketplace-product-catalog-wrapper .alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.marketplace-product-catalog-wrapper .alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.marketplace-product-catalog-wrapper .alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.marketplace-product-catalog-wrapper .alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.marketplace-product-catalog-wrapper .alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.marketplace-product-catalog-wrapper .alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.marketplace-product-catalog-wrapper .alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.marketplace-product-catalog-wrapper .progress,.marketplace-product-catalog-wrapper .progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.marketplace-product-catalog-wrapper .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .progress-bar{transition:none}}.marketplace-product-catalog-wrapper .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.marketplace-product-catalog-wrapper .progress-stacked>.progress{overflow:visible}.marketplace-product-catalog-wrapper .progress-stacked>.progress>.progress-bar{width:100%}.marketplace-product-catalog-wrapper .progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .progress-bar-animated{animation:none}}.marketplace-product-catalog-wrapper .list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.marketplace-product-catalog-wrapper .list-group-numbered{list-style-type:none;counter-reset:section}.marketplace-product-catalog-wrapper .list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.marketplace-product-catalog-wrapper .list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.marketplace-product-catalog-wrapper .list-group-item-action:focus,.marketplace-product-catalog-wrapper .list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.marketplace-product-catalog-wrapper .list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.marketplace-product-catalog-wrapper .list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.marketplace-product-catalog-wrapper .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.marketplace-product-catalog-wrapper .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.marketplace-product-catalog-wrapper .list-group-item.disabled,.marketplace-product-catalog-wrapper .list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.marketplace-product-catalog-wrapper .list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.marketplace-product-catalog-wrapper .list-group-item+.list-group-item{border-top-width:0}.marketplace-product-catalog-wrapper .list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.marketplace-product-catalog-wrapper .list-group-horizontal{flex-direction:row}.marketplace-product-catalog-wrapper .list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.marketplace-product-catalog-wrapper .list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.marketplace-product-catalog-wrapper .list-group-horizontal>.list-group-item.active{margin-top:0}.marketplace-product-catalog-wrapper .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.marketplace-product-catalog-wrapper .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.marketplace-product-catalog-wrapper .list-group-horizontal-sm{flex-direction:row}.marketplace-product-catalog-wrapper .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.marketplace-product-catalog-wrapper .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.marketplace-product-catalog-wrapper .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.marketplace-product-catalog-wrapper .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.marketplace-product-catalog-wrapper .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.marketplace-product-catalog-wrapper .list-group-horizontal-md{flex-direction:row}.marketplace-product-catalog-wrapper .list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.marketplace-product-catalog-wrapper .list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.marketplace-product-catalog-wrapper .list-group-horizontal-md>.list-group-item.active{margin-top:0}.marketplace-product-catalog-wrapper .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.marketplace-product-catalog-wrapper .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.marketplace-product-catalog-wrapper .list-group-horizontal-lg{flex-direction:row}.marketplace-product-catalog-wrapper .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.marketplace-product-catalog-wrapper .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.marketplace-product-catalog-wrapper .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.marketplace-product-catalog-wrapper .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.marketplace-product-catalog-wrapper .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.marketplace-product-catalog-wrapper .list-group-horizontal-xl{flex-direction:row}.marketplace-product-catalog-wrapper .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.marketplace-product-catalog-wrapper .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.marketplace-product-catalog-wrapper .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.marketplace-product-catalog-wrapper .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.marketplace-product-catalog-wrapper .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.marketplace-product-catalog-wrapper .list-group-horizontal-xxl{flex-direction:row}.marketplace-product-catalog-wrapper .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.marketplace-product-catalog-wrapper .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.marketplace-product-catalog-wrapper .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.marketplace-product-catalog-wrapper .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.marketplace-product-catalog-wrapper .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.marketplace-product-catalog-wrapper .list-group-flush{border-radius:0}.marketplace-product-catalog-wrapper .list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.marketplace-product-catalog-wrapper .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.marketplace-product-catalog-wrapper .list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.marketplace-product-catalog-wrapper .list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.marketplace-product-catalog-wrapper .list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.marketplace-product-catalog-wrapper .list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.marketplace-product-catalog-wrapper .list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.marketplace-product-catalog-wrapper .list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.marketplace-product-catalog-wrapper .list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.marketplace-product-catalog-wrapper .list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.marketplace-product-catalog-wrapper .btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.marketplace-product-catalog-wrapper .btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.marketplace-product-catalog-wrapper .btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.marketplace-product-catalog-wrapper .btn-close.disabled,.marketplace-product-catalog-wrapper .btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.marketplace-product-catalog-wrapper .btn-close-white{filter:var(--bs-btn-close-white-filter)}.marketplace-product-catalog-wrapper [data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.marketplace-product-catalog-wrapper .toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.marketplace-product-catalog-wrapper .toast.showing{opacity:0}.marketplace-product-catalog-wrapper .toast:not(.show){display:none}.marketplace-product-catalog-wrapper .toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.marketplace-product-catalog-wrapper .toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.marketplace-product-catalog-wrapper .toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.marketplace-product-catalog-wrapper .toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.marketplace-product-catalog-wrapper .toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.marketplace-product-catalog-wrapper .modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.marketplace-product-catalog-wrapper .modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.marketplace-product-catalog-wrapper .modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .modal.fade .modal-dialog{transition:none}}.marketplace-product-catalog-wrapper .modal.show .modal-dialog{transform:none}.marketplace-product-catalog-wrapper .modal.modal-static .modal-dialog{transform:scale(1.02)}.marketplace-product-catalog-wrapper .modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.marketplace-product-catalog-wrapper .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.marketplace-product-catalog-wrapper .modal-dialog-scrollable .modal-body{overflow-y:auto}.marketplace-product-catalog-wrapper .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.marketplace-product-catalog-wrapper .modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.marketplace-product-catalog-wrapper .modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.marketplace-product-catalog-wrapper .modal-backdrop.fade{opacity:0}.marketplace-product-catalog-wrapper .modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.marketplace-product-catalog-wrapper .modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.marketplace-product-catalog-wrapper .modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.marketplace-product-catalog-wrapper .modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.marketplace-product-catalog-wrapper .modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.marketplace-product-catalog-wrapper .modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.marketplace-product-catalog-wrapper .modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.marketplace-product-catalog-wrapper .modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15)}.marketplace-product-catalog-wrapper .modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.marketplace-product-catalog-wrapper .modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.marketplace-product-catalog-wrapper .modal-lg,.marketplace-product-catalog-wrapper .modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.marketplace-product-catalog-wrapper .modal-xl{--bs-modal-width:1140px}}.marketplace-product-catalog-wrapper .modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.marketplace-product-catalog-wrapper .modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.marketplace-product-catalog-wrapper .modal-fullscreen .modal-footer,.marketplace-product-catalog-wrapper .modal-fullscreen .modal-header{border-radius:0}.marketplace-product-catalog-wrapper .modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.marketplace-product-catalog-wrapper .modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.marketplace-product-catalog-wrapper .modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.marketplace-product-catalog-wrapper .modal-fullscreen-sm-down .modal-footer,.marketplace-product-catalog-wrapper .modal-fullscreen-sm-down .modal-header{border-radius:0}.marketplace-product-catalog-wrapper .modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.marketplace-product-catalog-wrapper .modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.marketplace-product-catalog-wrapper .modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.marketplace-product-catalog-wrapper .modal-fullscreen-md-down .modal-footer,.marketplace-product-catalog-wrapper .modal-fullscreen-md-down .modal-header{border-radius:0}.marketplace-product-catalog-wrapper .modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.marketplace-product-catalog-wrapper .modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.marketplace-product-catalog-wrapper .modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.marketplace-product-catalog-wrapper .modal-fullscreen-lg-down .modal-footer,.marketplace-product-catalog-wrapper .modal-fullscreen-lg-down .modal-header{border-radius:0}.marketplace-product-catalog-wrapper .modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.marketplace-product-catalog-wrapper .modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.marketplace-product-catalog-wrapper .modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.marketplace-product-catalog-wrapper .modal-fullscreen-xl-down .modal-footer,.marketplace-product-catalog-wrapper .modal-fullscreen-xl-down .modal-header{border-radius:0}.marketplace-product-catalog-wrapper .modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.marketplace-product-catalog-wrapper .modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.marketplace-product-catalog-wrapper .modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.marketplace-product-catalog-wrapper .modal-fullscreen-xxl-down .modal-footer,.marketplace-product-catalog-wrapper .modal-fullscreen-xxl-down .modal-header{border-radius:0}.marketplace-product-catalog-wrapper .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.marketplace-product-catalog-wrapper .tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.marketplace-product-catalog-wrapper .tooltip.show{opacity:var(--bs-tooltip-opacity)}.marketplace-product-catalog-wrapper .tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.marketplace-product-catalog-wrapper .tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.marketplace-product-catalog-wrapper .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.marketplace-product-catalog-wrapper .bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.marketplace-product-catalog-wrapper .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.marketplace-product-catalog-wrapper .bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.marketplace-product-catalog-wrapper .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.marketplace-product-catalog-wrapper .bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.marketplace-product-catalog-wrapper .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.marketplace-product-catalog-wrapper .bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.marketplace-product-catalog-wrapper .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.marketplace-product-catalog-wrapper .bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.marketplace-product-catalog-wrapper .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.marketplace-product-catalog-wrapper .bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.marketplace-product-catalog-wrapper .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.marketplace-product-catalog-wrapper .bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.marketplace-product-catalog-wrapper .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.marketplace-product-catalog-wrapper .bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.marketplace-product-catalog-wrapper .tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.marketplace-product-catalog-wrapper .popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color: ;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.marketplace-product-catalog-wrapper .popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.marketplace-product-catalog-wrapper .popover .popover-arrow::after,.marketplace-product-catalog-wrapper .popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.marketplace-product-catalog-wrapper .bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.marketplace-product-catalog-wrapper .bs-popover-top>.popover-arrow::after,.marketplace-product-catalog-wrapper .bs-popover-top>.popover-arrow::before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.marketplace-product-catalog-wrapper .bs-popover-top>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.marketplace-product-catalog-wrapper .bs-popover-top>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.marketplace-product-catalog-wrapper .bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.marketplace-product-catalog-wrapper .bs-popover-end>.popover-arrow::after,.marketplace-product-catalog-wrapper .bs-popover-end>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.marketplace-product-catalog-wrapper .bs-popover-end>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.marketplace-product-catalog-wrapper .bs-popover-end>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.marketplace-product-catalog-wrapper .bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.marketplace-product-catalog-wrapper .bs-popover-bottom>.popover-arrow::after,.marketplace-product-catalog-wrapper .bs-popover-bottom>.popover-arrow::before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.marketplace-product-catalog-wrapper .bs-popover-bottom>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.marketplace-product-catalog-wrapper .bs-popover-bottom>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.marketplace-product-catalog-wrapper .bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.marketplace-product-catalog-wrapper .bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.marketplace-product-catalog-wrapper .bs-popover-start>.popover-arrow::after,.marketplace-product-catalog-wrapper .bs-popover-start>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.marketplace-product-catalog-wrapper .bs-popover-start>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.marketplace-product-catalog-wrapper .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.marketplace-product-catalog-wrapper .bs-popover-start>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.marketplace-product-catalog-wrapper .popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.marketplace-product-catalog-wrapper .popover-header:empty{display:none}.marketplace-product-catalog-wrapper .popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.marketplace-product-catalog-wrapper .carousel{position:relative}.marketplace-product-catalog-wrapper .carousel.pointer-event{touch-action:pan-y}.marketplace-product-catalog-wrapper .carousel-inner{position:relative;width:100%;overflow:hidden}.marketplace-product-catalog-wrapper .carousel-inner::after{display:block;clear:both;content:""}.marketplace-product-catalog-wrapper .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .carousel-item{transition:none}}.marketplace-product-catalog-wrapper .carousel-item-next,.marketplace-product-catalog-wrapper .carousel-item-prev,.marketplace-product-catalog-wrapper .carousel-item.active{display:block}.marketplace-product-catalog-wrapper .active.carousel-item-end,.marketplace-product-catalog-wrapper .carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.marketplace-product-catalog-wrapper .active.carousel-item-start,.marketplace-product-catalog-wrapper .carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.marketplace-product-catalog-wrapper .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.marketplace-product-catalog-wrapper .carousel-fade .carousel-item-next.carousel-item-start,.marketplace-product-catalog-wrapper .carousel-fade .carousel-item-prev.carousel-item-end,.marketplace-product-catalog-wrapper .carousel-fade .carousel-item.active{z-index:1;opacity:1}.marketplace-product-catalog-wrapper .carousel-fade .active.carousel-item-end,.marketplace-product-catalog-wrapper .carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .carousel-fade .active.carousel-item-end,.marketplace-product-catalog-wrapper .carousel-fade .active.carousel-item-start{transition:none}}.marketplace-product-catalog-wrapper .carousel-control-next,.marketplace-product-catalog-wrapper .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .carousel-control-next,.marketplace-product-catalog-wrapper .carousel-control-prev{transition:none}}.marketplace-product-catalog-wrapper .carousel-control-next:focus,.marketplace-product-catalog-wrapper .carousel-control-next:hover,.marketplace-product-catalog-wrapper .carousel-control-prev:focus,.marketplace-product-catalog-wrapper .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.marketplace-product-catalog-wrapper .carousel-control-prev{left:0}.marketplace-product-catalog-wrapper .carousel-control-next{right:0}.marketplace-product-catalog-wrapper .carousel-control-next-icon,.marketplace-product-catalog-wrapper .carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.marketplace-product-catalog-wrapper .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.marketplace-product-catalog-wrapper .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.marketplace-product-catalog-wrapper .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.marketplace-product-catalog-wrapper .carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .carousel-indicators [data-bs-target]{transition:none}}.marketplace-product-catalog-wrapper .carousel-indicators .active{opacity:1}.marketplace-product-catalog-wrapper .carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.marketplace-product-catalog-wrapper .carousel-dark .carousel-control-next-icon,.marketplace-product-catalog-wrapper .carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.marketplace-product-catalog-wrapper .carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.marketplace-product-catalog-wrapper .carousel-dark .carousel-caption{color:#000}.marketplace-product-catalog-wrapper [data-bs-theme=dark] .carousel .carousel-control-next-icon, .cs-skin-page[data-bs-theme=dark] .carousel .carousel-control-prev-icon, .cs-skin-page[data-bs-theme=dark].carousel .carousel-control-next-icon, .cs-skin-page[data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.marketplace-product-catalog-wrapper [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], .cs-skin-page[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}.marketplace-product-catalog-wrapper [data-bs-theme=dark] .carousel .carousel-caption, .cs-skin-page[data-bs-theme=dark].carousel .carousel-caption{color:#000}.marketplace-product-catalog-wrapper .spinner-border,.marketplace-product-catalog-wrapper .spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.marketplace-product-catalog-wrapper .spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.marketplace-product-catalog-wrapper .spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.marketplace-product-catalog-wrapper .spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.marketplace-product-catalog-wrapper .spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .spinner-border,.marketplace-product-catalog-wrapper .spinner-grow{--bs-spinner-animation-speed:1.5s}}.marketplace-product-catalog-wrapper .offcanvas,.marketplace-product-catalog-wrapper .offcanvas-lg,.marketplace-product-catalog-wrapper .offcanvas-md,.marketplace-product-catalog-wrapper .offcanvas-sm,.marketplace-product-catalog-wrapper .offcanvas-xl,.marketplace-product-catalog-wrapper .offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (max-width:575.98px){.marketplace-product-catalog-wrapper .offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .offcanvas-sm{transition:none}}@media (max-width:575.98px){.marketplace-product-catalog-wrapper .offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:575.98px){.marketplace-product-catalog-wrapper .offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:575.98px){.marketplace-product-catalog-wrapper .offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:575.98px){.marketplace-product-catalog-wrapper .offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:575.98px){.marketplace-product-catalog-wrapper .offcanvas-sm.show:not(.hiding),.marketplace-product-catalog-wrapper .offcanvas-sm.showing{transform:none}}@media (max-width:575.98px){.marketplace-product-catalog-wrapper .offcanvas-sm.hiding,.marketplace-product-catalog-wrapper .offcanvas-sm.show,.marketplace-product-catalog-wrapper .offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.marketplace-product-catalog-wrapper .offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.marketplace-product-catalog-wrapper .offcanvas-sm .offcanvas-header{display:none}.marketplace-product-catalog-wrapper .offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.marketplace-product-catalog-wrapper .offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .offcanvas-md{transition:none}}@media (max-width:767.98px){.marketplace-product-catalog-wrapper .offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:767.98px){.marketplace-product-catalog-wrapper .offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:767.98px){.marketplace-product-catalog-wrapper .offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:767.98px){.marketplace-product-catalog-wrapper .offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:767.98px){.marketplace-product-catalog-wrapper .offcanvas-md.show:not(.hiding),.marketplace-product-catalog-wrapper .offcanvas-md.showing{transform:none}}@media (max-width:767.98px){.marketplace-product-catalog-wrapper .offcanvas-md.hiding,.marketplace-product-catalog-wrapper .offcanvas-md.show,.marketplace-product-catalog-wrapper .offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.marketplace-product-catalog-wrapper .offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.marketplace-product-catalog-wrapper .offcanvas-md .offcanvas-header{display:none}.marketplace-product-catalog-wrapper .offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.marketplace-product-catalog-wrapper .offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .offcanvas-lg{transition:none}}@media (max-width:991.98px){.marketplace-product-catalog-wrapper .offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:991.98px){.marketplace-product-catalog-wrapper .offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:991.98px){.marketplace-product-catalog-wrapper .offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:991.98px){.marketplace-product-catalog-wrapper .offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:991.98px){.marketplace-product-catalog-wrapper .offcanvas-lg.show:not(.hiding),.marketplace-product-catalog-wrapper .offcanvas-lg.showing{transform:none}}@media (max-width:991.98px){.marketplace-product-catalog-wrapper .offcanvas-lg.hiding,.marketplace-product-catalog-wrapper .offcanvas-lg.show,.marketplace-product-catalog-wrapper .offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.marketplace-product-catalog-wrapper .offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.marketplace-product-catalog-wrapper .offcanvas-lg .offcanvas-header{display:none}.marketplace-product-catalog-wrapper .offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.marketplace-product-catalog-wrapper .offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .offcanvas-xl{transition:none}}@media (max-width:1199.98px){.marketplace-product-catalog-wrapper .offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:1199.98px){.marketplace-product-catalog-wrapper .offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:1199.98px){.marketplace-product-catalog-wrapper .offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:1199.98px){.marketplace-product-catalog-wrapper .offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:1199.98px){.marketplace-product-catalog-wrapper .offcanvas-xl.show:not(.hiding),.marketplace-product-catalog-wrapper .offcanvas-xl.showing{transform:none}}@media (max-width:1199.98px){.marketplace-product-catalog-wrapper .offcanvas-xl.hiding,.marketplace-product-catalog-wrapper .offcanvas-xl.show,.marketplace-product-catalog-wrapper .offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.marketplace-product-catalog-wrapper .offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.marketplace-product-catalog-wrapper .offcanvas-xl .offcanvas-header{display:none}.marketplace-product-catalog-wrapper .offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.marketplace-product-catalog-wrapper .offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.marketplace-product-catalog-wrapper .offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:1399.98px){.marketplace-product-catalog-wrapper .offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:1399.98px){.marketplace-product-catalog-wrapper .offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:1399.98px){.marketplace-product-catalog-wrapper .offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:1399.98px){.marketplace-product-catalog-wrapper .offcanvas-xxl.show:not(.hiding),.marketplace-product-catalog-wrapper .offcanvas-xxl.showing{transform:none}}@media (max-width:1399.98px){.marketplace-product-catalog-wrapper .offcanvas-xxl.hiding,.marketplace-product-catalog-wrapper .offcanvas-xxl.show,.marketplace-product-catalog-wrapper .offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.marketplace-product-catalog-wrapper .offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.marketplace-product-catalog-wrapper .offcanvas-xxl .offcanvas-header{display:none}.marketplace-product-catalog-wrapper .offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.marketplace-product-catalog-wrapper .offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .offcanvas{transition:none}}.marketplace-product-catalog-wrapper .offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.marketplace-product-catalog-wrapper .offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.marketplace-product-catalog-wrapper .offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.marketplace-product-catalog-wrapper .offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.marketplace-product-catalog-wrapper .offcanvas.show:not(.hiding),.marketplace-product-catalog-wrapper .offcanvas.showing{transform:none}.marketplace-product-catalog-wrapper .offcanvas.hiding,.marketplace-product-catalog-wrapper .offcanvas.show,.marketplace-product-catalog-wrapper .offcanvas.showing{visibility:visible}.marketplace-product-catalog-wrapper .offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.marketplace-product-catalog-wrapper .offcanvas-backdrop.fade{opacity:0}.marketplace-product-catalog-wrapper .offcanvas-backdrop.show{opacity:.5}.marketplace-product-catalog-wrapper .offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.marketplace-product-catalog-wrapper .offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y))}.marketplace-product-catalog-wrapper .offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.marketplace-product-catalog-wrapper .offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.marketplace-product-catalog-wrapper .placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.marketplace-product-catalog-wrapper .placeholder.btn::before{display:inline-block;content:""}.marketplace-product-catalog-wrapper .placeholder-xs{min-height:.6em}.marketplace-product-catalog-wrapper .placeholder-sm{min-height:.8em}.marketplace-product-catalog-wrapper .placeholder-lg{min-height:1.2em}.marketplace-product-catalog-wrapper .placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.marketplace-product-catalog-wrapper .placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.marketplace-product-catalog-wrapper .clearfix::after{display:block;clear:both;content:""}.marketplace-product-catalog-wrapper .text-bg-primary{color:#fff!important;background-color:RGBA(13,110,253,var(--bs-bg-opacity,1))!important}.marketplace-product-catalog-wrapper .text-bg-secondary{color:#fff!important;background-color:RGBA(108,117,125,var(--bs-bg-opacity,1))!important}.marketplace-product-catalog-wrapper .text-bg-success{color:#fff!important;background-color:RGBA(25,135,84,var(--bs-bg-opacity,1))!important}.marketplace-product-catalog-wrapper .text-bg-info{color:#000!important;background-color:RGBA(13,202,240,var(--bs-bg-opacity,1))!important}.marketplace-product-catalog-wrapper .text-bg-warning{color:#000!important;background-color:RGBA(255,193,7,var(--bs-bg-opacity,1))!important}.marketplace-product-catalog-wrapper .text-bg-danger{color:#fff!important;background-color:RGBA(220,53,69,var(--bs-bg-opacity,1))!important}.marketplace-product-catalog-wrapper .text-bg-light{color:#000!important;background-color:RGBA(248,249,250,var(--bs-bg-opacity,1))!important}.marketplace-product-catalog-wrapper .text-bg-dark{color:#fff!important;background-color:RGBA(33,37,41,var(--bs-bg-opacity,1))!important}.marketplace-product-catalog-wrapper .link-primary{color:RGBA(var(--bs-primary-rgb,var(--bs-link-opacity,1)));-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-primary:focus,.marketplace-product-catalog-wrapper .link-primary:hover{color:RGBA(10,88,202,var(--bs-link-opacity,1));-webkit-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-secondary{color:RGBA(var(--bs-secondary-rgb,var(--bs-link-opacity,1)));-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-secondary:focus,.marketplace-product-catalog-wrapper .link-secondary:hover{color:RGBA(86,94,100,var(--bs-link-opacity,1));-webkit-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-success{color:RGBA(var(--bs-success-rgb,var(--bs-link-opacity,1)));-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-success:focus,.marketplace-product-catalog-wrapper .link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1));-webkit-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-info{color:RGBA(var(--bs-info-rgb,var(--bs-link-opacity,1)));-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-info:focus,.marketplace-product-catalog-wrapper .link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1));-webkit-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-warning{color:RGBA(var(--bs-warning-rgb,var(--bs-link-opacity,1)));-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-warning:focus,.marketplace-product-catalog-wrapper .link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1));-webkit-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-danger{color:RGBA(var(--bs-danger-rgb,var(--bs-link-opacity,1)));-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-danger:focus,.marketplace-product-catalog-wrapper .link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1));-webkit-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-light{color:RGBA(var(--bs-light-rgb,var(--bs-link-opacity,1)));-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-light:focus,.marketplace-product-catalog-wrapper .link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1));-webkit-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-dark{color:RGBA(var(--bs-dark-rgb,var(--bs-link-opacity,1)));-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-dark:focus,.marketplace-product-catalog-wrapper .link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1));-webkit-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1));-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1));text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))}.marketplace-product-catalog-wrapper .link-body-emphasis:focus,.marketplace-product-catalog-wrapper .link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75));-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75));text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))}.marketplace-product-catalog-wrapper .focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.marketplace-product-catalog-wrapper .icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-underline-offset:0.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.marketplace-product-catalog-wrapper .icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.marketplace-product-catalog-wrapper .icon-link>.bi{transition:none}}.marketplace-product-catalog-wrapper .icon-link-hover:focus-visible>.bi,.marketplace-product-catalog-wrapper .icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.marketplace-product-catalog-wrapper .ratio{position:relative;width:100%}.marketplace-product-catalog-wrapper .ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.marketplace-product-catalog-wrapper .ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.marketplace-product-catalog-wrapper .ratio-1x1{--bs-aspect-ratio:100%}.marketplace-product-catalog-wrapper .ratio-4x3{--bs-aspect-ratio:75%}.marketplace-product-catalog-wrapper .ratio-16x9{--bs-aspect-ratio:56.25%}.marketplace-product-catalog-wrapper .ratio-21x9{--bs-aspect-ratio:42.8571428571%}.marketplace-product-catalog-wrapper .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.marketplace-product-catalog-wrapper .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.marketplace-product-catalog-wrapper .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.marketplace-product-catalog-wrapper .sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.marketplace-product-catalog-wrapper .sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.marketplace-product-catalog-wrapper .sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.marketplace-product-catalog-wrapper .sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.marketplace-product-catalog-wrapper .sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.marketplace-product-catalog-wrapper .sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.marketplace-product-catalog-wrapper .sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.marketplace-product-catalog-wrapper .sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.marketplace-product-catalog-wrapper .sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.marketplace-product-catalog-wrapper .sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.marketplace-product-catalog-wrapper .sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}.marketplace-product-catalog-wrapper .hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.marketplace-product-catalog-wrapper .vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.marketplace-product-catalog-wrapper .visually-hidden,.marketplace-product-catalog-wrapper .visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.marketplace-product-catalog-wrapper .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.marketplace-product-catalog-wrapper .visually-hidden:not(caption){position:absolute!important}.marketplace-product-catalog-wrapper .stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.marketplace-product-catalog-wrapper .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.marketplace-product-catalog-wrapper .vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.marketplace-product-catalog-wrapper .align-baseline{vertical-align:baseline!important}.marketplace-product-catalog-wrapper .align-top{vertical-align:top!important}.marketplace-product-catalog-wrapper .align-middle{vertical-align:middle!important}.marketplace-product-catalog-wrapper .align-bottom{vertical-align:bottom!important}.marketplace-product-catalog-wrapper .align-text-bottom{vertical-align:text-bottom!important}.marketplace-product-catalog-wrapper .align-text-top{vertical-align:text-top!important}.marketplace-product-catalog-wrapper .float-start{float:left!important}.marketplace-product-catalog-wrapper .float-end{float:right!important}.marketplace-product-catalog-wrapper .float-none{float:none!important}.marketplace-product-catalog-wrapper .object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}.marketplace-product-catalog-wrapper .object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.marketplace-product-catalog-wrapper .object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.marketplace-product-catalog-wrapper .object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.marketplace-product-catalog-wrapper .object-fit-none{-o-object-fit:none!important;object-fit:none!important}.marketplace-product-catalog-wrapper .opacity-0{opacity:0!important}.marketplace-product-catalog-wrapper .opacity-25{opacity:.25!important}.marketplace-product-catalog-wrapper .opacity-50{opacity:.5!important}.marketplace-product-catalog-wrapper .opacity-75{opacity:.75!important}.marketplace-product-catalog-wrapper .opacity-100{opacity:1!important}.marketplace-product-catalog-wrapper .overflow-auto{overflow:auto!important}.marketplace-product-catalog-wrapper .overflow-hidden{overflow:hidden!important}.marketplace-product-catalog-wrapper .overflow-visible{overflow:visible!important}.marketplace-product-catalog-wrapper .overflow-scroll{overflow:scroll!important}.marketplace-product-catalog-wrapper .overflow-x-auto{overflow-x:auto!important}.marketplace-product-catalog-wrapper .overflow-x-hidden{overflow-x:hidden!important}.marketplace-product-catalog-wrapper .overflow-x-visible{overflow-x:visible!important}.marketplace-product-catalog-wrapper .overflow-x-scroll{overflow-x:scroll!important}.marketplace-product-catalog-wrapper .overflow-y-auto{overflow-y:auto!important}.marketplace-product-catalog-wrapper .overflow-y-hidden{overflow-y:hidden!important}.marketplace-product-catalog-wrapper .overflow-y-visible{overflow-y:visible!important}.marketplace-product-catalog-wrapper .overflow-y-scroll{overflow-y:scroll!important}.marketplace-product-catalog-wrapper .d-inline{display:inline!important}.marketplace-product-catalog-wrapper .d-inline-block{display:inline-block!important}.marketplace-product-catalog-wrapper .d-block{display:block!important}.marketplace-product-catalog-wrapper .d-grid{display:grid!important}.marketplace-product-catalog-wrapper .d-inline-grid{display:inline-grid!important}.marketplace-product-catalog-wrapper .d-table{display:table!important}.marketplace-product-catalog-wrapper .d-table-row{display:table-row!important}.marketplace-product-catalog-wrapper .d-table-cell{display:table-cell!important}.marketplace-product-catalog-wrapper .d-flex{display:flex!important}.marketplace-product-catalog-wrapper .d-inline-flex{display:inline-flex!important}.marketplace-product-catalog-wrapper .d-none{display:none!important}.marketplace-product-catalog-wrapper .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.marketplace-product-catalog-wrapper .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.marketplace-product-catalog-wrapper .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.marketplace-product-catalog-wrapper .shadow-none{box-shadow:none!important}.marketplace-product-catalog-wrapper .focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.marketplace-product-catalog-wrapper .focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.marketplace-product-catalog-wrapper .focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.marketplace-product-catalog-wrapper .focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.marketplace-product-catalog-wrapper .focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.marketplace-product-catalog-wrapper .focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.marketplace-product-catalog-wrapper .focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.marketplace-product-catalog-wrapper .focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.marketplace-product-catalog-wrapper .position-static{position:static!important}.marketplace-product-catalog-wrapper .position-relative{position:relative!important}.marketplace-product-catalog-wrapper .position-absolute{position:absolute!important}.marketplace-product-catalog-wrapper .position-fixed{position:fixed!important}.marketplace-product-catalog-wrapper .position-sticky{position:-webkit-sticky!important;position:sticky!important}.marketplace-product-catalog-wrapper .top-0{top:0!important}.marketplace-product-catalog-wrapper .top-50{top:50%!important}.marketplace-product-catalog-wrapper .top-100{top:100%!important}.marketplace-product-catalog-wrapper .bottom-0{bottom:0!important}.marketplace-product-catalog-wrapper .bottom-50{bottom:50%!important}.marketplace-product-catalog-wrapper .bottom-100{bottom:100%!important}.marketplace-product-catalog-wrapper .start-0{left:0!important}.marketplace-product-catalog-wrapper .start-50{left:50%!important}.marketplace-product-catalog-wrapper .start-100{left:100%!important}.marketplace-product-catalog-wrapper .end-0{right:0!important}.marketplace-product-catalog-wrapper .end-50{right:50%!important}.marketplace-product-catalog-wrapper .end-100{right:100%!important}.marketplace-product-catalog-wrapper .translate-middle{transform:translate(-50%,-50%)!important}.marketplace-product-catalog-wrapper .translate-middle-x{transform:translateX(-50%)!important}.marketplace-product-catalog-wrapper .translate-middle-y{transform:translateY(-50%)!important}.marketplace-product-catalog-wrapper .border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.marketplace-product-catalog-wrapper .border-0{border:0!important}.marketplace-product-catalog-wrapper .border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.marketplace-product-catalog-wrapper .border-top-0{border-top:0!important}.marketplace-product-catalog-wrapper .border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.marketplace-product-catalog-wrapper .border-end-0{border-right:0!important}.marketplace-product-catalog-wrapper .border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.marketplace-product-catalog-wrapper .border-bottom-0{border-bottom:0!important}.marketplace-product-catalog-wrapper .border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.marketplace-product-catalog-wrapper .border-start-0{border-left:0!important}.marketplace-product-catalog-wrapper .border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.marketplace-product-catalog-wrapper .border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.marketplace-product-catalog-wrapper .border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.marketplace-product-catalog-wrapper .border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.marketplace-product-catalog-wrapper .border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.marketplace-product-catalog-wrapper .border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.marketplace-product-catalog-wrapper .border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.marketplace-product-catalog-wrapper .border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.marketplace-product-catalog-wrapper .border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.marketplace-product-catalog-wrapper .border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.marketplace-product-catalog-wrapper .border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.marketplace-product-catalog-wrapper .border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.marketplace-product-catalog-wrapper .border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.marketplace-product-catalog-wrapper .border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.marketplace-product-catalog-wrapper .border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.marketplace-product-catalog-wrapper .border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.marketplace-product-catalog-wrapper .border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.marketplace-product-catalog-wrapper .border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.marketplace-product-catalog-wrapper .border-1{border-width:1px!important}.marketplace-product-catalog-wrapper .border-2{border-width:2px!important}.marketplace-product-catalog-wrapper .border-3{border-width:3px!important}.marketplace-product-catalog-wrapper .border-4{border-width:4px!important}.marketplace-product-catalog-wrapper .border-5{border-width:5px!important}.marketplace-product-catalog-wrapper .border-opacity-10{--bs-border-opacity:0.1}.marketplace-product-catalog-wrapper .border-opacity-25{--bs-border-opacity:0.25}.marketplace-product-catalog-wrapper .border-opacity-50{--bs-border-opacity:0.5}.marketplace-product-catalog-wrapper .border-opacity-75{--bs-border-opacity:0.75}.marketplace-product-catalog-wrapper .border-opacity-100{--bs-border-opacity:1}.marketplace-product-catalog-wrapper .w-25{width:25%!important}.marketplace-product-catalog-wrapper .w-50{width:50%!important}.marketplace-product-catalog-wrapper .w-75{width:75%!important}.marketplace-product-catalog-wrapper .w-100{width:100%!important}.marketplace-product-catalog-wrapper .w-auto{width:auto!important}.marketplace-product-catalog-wrapper .mw-100{max-width:100%!important}.marketplace-product-catalog-wrapper .vw-100{width:100vw!important}.marketplace-product-catalog-wrapper .min-vw-100{min-width:100vw!important}.marketplace-product-catalog-wrapper .h-25{height:25%!important}.marketplace-product-catalog-wrapper .h-50{height:50%!important}.marketplace-product-catalog-wrapper .h-75{height:75%!important}.marketplace-product-catalog-wrapper .h-100{height:100%!important}.marketplace-product-catalog-wrapper .h-auto{height:auto!important}.marketplace-product-catalog-wrapper .mh-100{max-height:100%!important}.marketplace-product-catalog-wrapper .vh-100{height:100vh!important}.marketplace-product-catalog-wrapper .min-vh-100{min-height:100vh!important}.marketplace-product-catalog-wrapper .flex-fill{flex:1 1 auto!important}.marketplace-product-catalog-wrapper .flex-row{flex-direction:row!important}.marketplace-product-catalog-wrapper .flex-column{flex-direction:column!important}.marketplace-product-catalog-wrapper .flex-row-reverse{flex-direction:row-reverse!important}.marketplace-product-catalog-wrapper .flex-column-reverse{flex-direction:column-reverse!important}.marketplace-product-catalog-wrapper .flex-grow-0{flex-grow:0!important}.marketplace-product-catalog-wrapper .flex-grow-1{flex-grow:1!important}.marketplace-product-catalog-wrapper .flex-shrink-0{flex-shrink:0!important}.marketplace-product-catalog-wrapper .flex-shrink-1{flex-shrink:1!important}.marketplace-product-catalog-wrapper .flex-wrap{flex-wrap:wrap!important}.marketplace-product-catalog-wrapper .flex-nowrap{flex-wrap:nowrap!important}.marketplace-product-catalog-wrapper .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.marketplace-product-catalog-wrapper .justify-content-start{justify-content:flex-start!important}.marketplace-product-catalog-wrapper .justify-content-end{justify-content:flex-end!important}.marketplace-product-catalog-wrapper .justify-content-center{justify-content:center!important}.marketplace-product-catalog-wrapper .justify-content-between{justify-content:space-between!important}.marketplace-product-catalog-wrapper .justify-content-around{justify-content:space-around!important}.marketplace-product-catalog-wrapper .justify-content-evenly{justify-content:space-evenly!important}.marketplace-product-catalog-wrapper .align-items-start{align-items:flex-start!important}.marketplace-product-catalog-wrapper .align-items-end{align-items:flex-end!important}.marketplace-product-catalog-wrapper .align-items-center{align-items:center!important}.marketplace-product-catalog-wrapper .align-items-baseline{align-items:baseline!important}.marketplace-product-catalog-wrapper .align-items-stretch{align-items:stretch!important}.marketplace-product-catalog-wrapper .align-content-start{align-content:flex-start!important}.marketplace-product-catalog-wrapper .align-content-end{align-content:flex-end!important}.marketplace-product-catalog-wrapper .align-content-center{align-content:center!important}.marketplace-product-catalog-wrapper .align-content-between{align-content:space-between!important}.marketplace-product-catalog-wrapper .align-content-around{align-content:space-around!important}.marketplace-product-catalog-wrapper .align-content-stretch{align-content:stretch!important}.marketplace-product-catalog-wrapper .align-self-auto{align-self:auto!important}.marketplace-product-catalog-wrapper .align-self-start{align-self:flex-start!important}.marketplace-product-catalog-wrapper .align-self-end{align-self:flex-end!important}.marketplace-product-catalog-wrapper .align-self-center{align-self:center!important}.marketplace-product-catalog-wrapper .align-self-baseline{align-self:baseline!important}.marketplace-product-catalog-wrapper .align-self-stretch{align-self:stretch!important}.marketplace-product-catalog-wrapper .order-first{order:-1!important}.marketplace-product-catalog-wrapper .order-0{order:0!important}.marketplace-product-catalog-wrapper .order-1{order:1!important}.marketplace-product-catalog-wrapper .order-2{order:2!important}.marketplace-product-catalog-wrapper .order-3{order:3!important}.marketplace-product-catalog-wrapper .order-4{order:4!important}.marketplace-product-catalog-wrapper .order-5{order:5!important}.marketplace-product-catalog-wrapper .order-last{order:6!important}.marketplace-product-catalog-wrapper .m-0{margin:0!important}.marketplace-product-catalog-wrapper .m-1{margin:.25rem!important}.marketplace-product-catalog-wrapper .m-2{margin:.5rem!important}.marketplace-product-catalog-wrapper .m-3{margin:1rem!important}.marketplace-product-catalog-wrapper .m-4{margin:1.5rem!important}.marketplace-product-catalog-wrapper .m-5{margin:3rem!important}.marketplace-product-catalog-wrapper .m-auto{margin:auto!important}.marketplace-product-catalog-wrapper .mx-0{margin-right:0!important;margin-left:0!important}.marketplace-product-catalog-wrapper .mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.marketplace-product-catalog-wrapper .mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.marketplace-product-catalog-wrapper .mx-3{margin-right:1rem!important;margin-left:1rem!important}.marketplace-product-catalog-wrapper .mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.marketplace-product-catalog-wrapper .mx-5{margin-right:3rem!important;margin-left:3rem!important}.marketplace-product-catalog-wrapper .mx-auto{margin-right:auto!important;margin-left:auto!important}.marketplace-product-catalog-wrapper .my-0{margin-top:0!important;margin-bottom:0!important}.marketplace-product-catalog-wrapper .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.marketplace-product-catalog-wrapper .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.marketplace-product-catalog-wrapper .my-3{margin-top:1rem!important;margin-bottom:1rem!important}.marketplace-product-catalog-wrapper .my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .my-5{margin-top:3rem!important;margin-bottom:3rem!important}.marketplace-product-catalog-wrapper .my-auto{margin-top:auto!important;margin-bottom:auto!important}.marketplace-product-catalog-wrapper .mt-0{margin-top:0!important}.marketplace-product-catalog-wrapper .mt-1{margin-top:.25rem!important}.marketplace-product-catalog-wrapper .mt-2{margin-top:.5rem!important}.marketplace-product-catalog-wrapper .mt-3{margin-top:1rem!important}.marketplace-product-catalog-wrapper .mt-4{margin-top:1.5rem!important}.marketplace-product-catalog-wrapper .mt-5{margin-top:3rem!important}.marketplace-product-catalog-wrapper .mt-auto{margin-top:auto!important}.marketplace-product-catalog-wrapper .me-0{margin-right:0!important}.marketplace-product-catalog-wrapper .me-1{margin-right:.25rem!important}.marketplace-product-catalog-wrapper .me-2{margin-right:.5rem!important}.marketplace-product-catalog-wrapper .me-3{margin-right:1rem!important}.marketplace-product-catalog-wrapper .me-4{margin-right:1.5rem!important}.marketplace-product-catalog-wrapper .me-5{margin-right:3rem!important}.marketplace-product-catalog-wrapper .me-auto{margin-right:auto!important}.marketplace-product-catalog-wrapper .mb-0{margin-bottom:0!important}.marketplace-product-catalog-wrapper .mb-1{margin-bottom:.25rem!important}.marketplace-product-catalog-wrapper .mb-2{margin-bottom:.5rem!important}.marketplace-product-catalog-wrapper .mb-3{margin-bottom:1rem!important}.marketplace-product-catalog-wrapper .mb-4{margin-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .mb-5{margin-bottom:3rem!important}.marketplace-product-catalog-wrapper .mb-auto{margin-bottom:auto!important}.marketplace-product-catalog-wrapper .ms-0{margin-left:0!important}.marketplace-product-catalog-wrapper .ms-1{margin-left:.25rem!important}.marketplace-product-catalog-wrapper .ms-2{margin-left:.5rem!important}.marketplace-product-catalog-wrapper .ms-3{margin-left:1rem!important}.marketplace-product-catalog-wrapper .ms-4{margin-left:1.5rem!important}.marketplace-product-catalog-wrapper .ms-5{margin-left:3rem!important}.marketplace-product-catalog-wrapper .ms-auto{margin-left:auto!important}.marketplace-product-catalog-wrapper .p-0{padding:0!important}.marketplace-product-catalog-wrapper .p-1{padding:.25rem!important}.marketplace-product-catalog-wrapper .p-2{padding:.5rem!important}.marketplace-product-catalog-wrapper .p-3{padding:1rem!important}.marketplace-product-catalog-wrapper .p-4{padding:1.5rem!important}.marketplace-product-catalog-wrapper .p-5{padding:3rem!important}.marketplace-product-catalog-wrapper .px-0{padding-right:0!important;padding-left:0!important}.marketplace-product-catalog-wrapper .px-1{padding-right:.25rem!important;padding-left:.25rem!important}.marketplace-product-catalog-wrapper .px-2{padding-right:.5rem!important;padding-left:.5rem!important}.marketplace-product-catalog-wrapper .px-3{padding-right:1rem!important;padding-left:1rem!important}.marketplace-product-catalog-wrapper .px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.marketplace-product-catalog-wrapper .px-5{padding-right:3rem!important;padding-left:3rem!important}.marketplace-product-catalog-wrapper .py-0{padding-top:0!important;padding-bottom:0!important}.marketplace-product-catalog-wrapper .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.marketplace-product-catalog-wrapper .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.marketplace-product-catalog-wrapper .py-3{padding-top:1rem!important;padding-bottom:1rem!important}.marketplace-product-catalog-wrapper .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .py-5{padding-top:3rem!important;padding-bottom:3rem!important}.marketplace-product-catalog-wrapper .pt-0{padding-top:0!important}.marketplace-product-catalog-wrapper .pt-1{padding-top:.25rem!important}.marketplace-product-catalog-wrapper .pt-2{padding-top:.5rem!important}.marketplace-product-catalog-wrapper .pt-3{padding-top:1rem!important}.marketplace-product-catalog-wrapper .pt-4{padding-top:1.5rem!important}.marketplace-product-catalog-wrapper .pt-5{padding-top:3rem!important}.marketplace-product-catalog-wrapper .pe-0{padding-right:0!important}.marketplace-product-catalog-wrapper .pe-1{padding-right:.25rem!important}.marketplace-product-catalog-wrapper .pe-2{padding-right:.5rem!important}.marketplace-product-catalog-wrapper .pe-3{padding-right:1rem!important}.marketplace-product-catalog-wrapper .pe-4{padding-right:1.5rem!important}.marketplace-product-catalog-wrapper .pe-5{padding-right:3rem!important}.marketplace-product-catalog-wrapper .pb-0{padding-bottom:0!important}.marketplace-product-catalog-wrapper .pb-1{padding-bottom:.25rem!important}.marketplace-product-catalog-wrapper .pb-2{padding-bottom:.5rem!important}.marketplace-product-catalog-wrapper .pb-3{padding-bottom:1rem!important}.marketplace-product-catalog-wrapper .pb-4{padding-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .pb-5{padding-bottom:3rem!important}.marketplace-product-catalog-wrapper .ps-0{padding-left:0!important}.marketplace-product-catalog-wrapper .ps-1{padding-left:.25rem!important}.marketplace-product-catalog-wrapper .ps-2{padding-left:.5rem!important}.marketplace-product-catalog-wrapper .ps-3{padding-left:1rem!important}.marketplace-product-catalog-wrapper .ps-4{padding-left:1.5rem!important}.marketplace-product-catalog-wrapper .ps-5{padding-left:3rem!important}.marketplace-product-catalog-wrapper .gap-0{gap:0!important}.marketplace-product-catalog-wrapper .gap-1{gap:.25rem!important}.marketplace-product-catalog-wrapper .gap-2{gap:.5rem!important}.marketplace-product-catalog-wrapper .gap-3{gap:1rem!important}.marketplace-product-catalog-wrapper .gap-4{gap:1.5rem!important}.marketplace-product-catalog-wrapper .gap-5{gap:3rem!important}.marketplace-product-catalog-wrapper .row-gap-0{row-gap:0!important}.marketplace-product-catalog-wrapper .row-gap-1{row-gap:.25rem!important}.marketplace-product-catalog-wrapper .row-gap-2{row-gap:.5rem!important}.marketplace-product-catalog-wrapper .row-gap-3{row-gap:1rem!important}.marketplace-product-catalog-wrapper .row-gap-4{row-gap:1.5rem!important}.marketplace-product-catalog-wrapper .row-gap-5{row-gap:3rem!important}.marketplace-product-catalog-wrapper .column-gap-0{-moz-column-gap:0!important;column-gap:0!important}.marketplace-product-catalog-wrapper .column-gap-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.marketplace-product-catalog-wrapper .column-gap-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.marketplace-product-catalog-wrapper .column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.marketplace-product-catalog-wrapper .column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.marketplace-product-catalog-wrapper .column-gap-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.marketplace-product-catalog-wrapper .font-monospace{font-family:var(--bs-font-monospace)!important}.marketplace-product-catalog-wrapper .fs-1{font-size:calc(1.375rem + 1.5vw)!important}.marketplace-product-catalog-wrapper .fs-2{font-size:calc(1.325rem + .9vw)!important}.marketplace-product-catalog-wrapper .fs-3{font-size:calc(1.3rem + .6vw)!important}.marketplace-product-catalog-wrapper .fs-4{font-size:calc(1.275rem + .3vw)!important}.marketplace-product-catalog-wrapper .fs-5{font-size:1.25rem!important}.marketplace-product-catalog-wrapper .fs-6{font-size:1rem!important}.marketplace-product-catalog-wrapper .fst-italic{font-style:italic!important}.marketplace-product-catalog-wrapper .fst-normal{font-style:normal!important}.marketplace-product-catalog-wrapper .fw-lighter{font-weight:lighter!important}.marketplace-product-catalog-wrapper .fw-light{font-weight:300!important}.marketplace-product-catalog-wrapper .fw-normal{font-weight:400!important}.marketplace-product-catalog-wrapper .fw-medium{font-weight:500!important}.marketplace-product-catalog-wrapper .fw-semibold{font-weight:600!important}.marketplace-product-catalog-wrapper .fw-bold{font-weight:700!important}.marketplace-product-catalog-wrapper .fw-bolder{font-weight:bolder!important}.marketplace-product-catalog-wrapper .lh-1{line-height:1!important}.marketplace-product-catalog-wrapper .lh-sm{line-height:1.25!important}.marketplace-product-catalog-wrapper .lh-base{line-height:1.5!important}.marketplace-product-catalog-wrapper .lh-lg{line-height:2!important}.marketplace-product-catalog-wrapper .text-start{text-align:left!important}.marketplace-product-catalog-wrapper .text-end{text-align:right!important}.marketplace-product-catalog-wrapper .text-center{text-align:center!important}.marketplace-product-catalog-wrapper .text-decoration-none{text-decoration:none!important}.marketplace-product-catalog-wrapper .text-decoration-underline{text-decoration:underline!important}.marketplace-product-catalog-wrapper .text-decoration-line-through{text-decoration:line-through!important}.marketplace-product-catalog-wrapper .text-lowercase{text-transform:lowercase!important}.marketplace-product-catalog-wrapper .text-uppercase{text-transform:uppercase!important}.marketplace-product-catalog-wrapper .text-capitalize{text-transform:capitalize!important}.marketplace-product-catalog-wrapper .text-wrap{white-space:normal!important}.marketplace-product-catalog-wrapper .text-nowrap{white-space:nowrap!important}.marketplace-product-catalog-wrapper .text-break{word-wrap:break-word!important;word-break:break-word!important}.marketplace-product-catalog-wrapper .text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.marketplace-product-catalog-wrapper .text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.marketplace-product-catalog-wrapper .text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.marketplace-product-catalog-wrapper .text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.marketplace-product-catalog-wrapper .text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.marketplace-product-catalog-wrapper .text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.marketplace-product-catalog-wrapper .text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.marketplace-product-catalog-wrapper .text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.marketplace-product-catalog-wrapper .text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.marketplace-product-catalog-wrapper .text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.marketplace-product-catalog-wrapper .text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.marketplace-product-catalog-wrapper .text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.marketplace-product-catalog-wrapper .text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.marketplace-product-catalog-wrapper .text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.marketplace-product-catalog-wrapper .text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.marketplace-product-catalog-wrapper .text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.marketplace-product-catalog-wrapper .text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.marketplace-product-catalog-wrapper .text-reset{--bs-text-opacity:1;color:inherit!important}.marketplace-product-catalog-wrapper .text-opacity-25{--bs-text-opacity:0.25}.marketplace-product-catalog-wrapper .text-opacity-50{--bs-text-opacity:0.5}.marketplace-product-catalog-wrapper .text-opacity-75{--bs-text-opacity:0.75}.marketplace-product-catalog-wrapper .text-opacity-100{--bs-text-opacity:1}.marketplace-product-catalog-wrapper .text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.marketplace-product-catalog-wrapper .text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.marketplace-product-catalog-wrapper .text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.marketplace-product-catalog-wrapper .text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.marketplace-product-catalog-wrapper .text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.marketplace-product-catalog-wrapper .text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.marketplace-product-catalog-wrapper .text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.marketplace-product-catalog-wrapper .text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.marketplace-product-catalog-wrapper .link-opacity-10{--bs-link-opacity:0.1}.marketplace-product-catalog-wrapper .link-opacity-10-hover:hover{--bs-link-opacity:0.1}.marketplace-product-catalog-wrapper .link-opacity-25{--bs-link-opacity:0.25}.marketplace-product-catalog-wrapper .link-opacity-25-hover:hover{--bs-link-opacity:0.25}.marketplace-product-catalog-wrapper .link-opacity-50{--bs-link-opacity:0.5}.marketplace-product-catalog-wrapper .link-opacity-50-hover:hover{--bs-link-opacity:0.5}.marketplace-product-catalog-wrapper .link-opacity-75{--bs-link-opacity:0.75}.marketplace-product-catalog-wrapper .link-opacity-75-hover:hover{--bs-link-opacity:0.75}.marketplace-product-catalog-wrapper .link-opacity-100{--bs-link-opacity:1}.marketplace-product-catalog-wrapper .link-opacity-100-hover:hover{--bs-link-opacity:1}.marketplace-product-catalog-wrapper .link-offset-1{text-underline-offset:0.125em!important}.marketplace-product-catalog-wrapper .link-offset-1-hover:hover{text-underline-offset:0.125em!important}.marketplace-product-catalog-wrapper .link-offset-2{text-underline-offset:0.25em!important}.marketplace-product-catalog-wrapper .link-offset-2-hover:hover{text-underline-offset:0.25em!important}.marketplace-product-catalog-wrapper .link-offset-3{text-underline-offset:0.375em!important}.marketplace-product-catalog-wrapper .link-offset-3-hover:hover{text-underline-offset:0.375em!important}.marketplace-product-catalog-wrapper .link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.marketplace-product-catalog-wrapper .link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.marketplace-product-catalog-wrapper .link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.marketplace-product-catalog-wrapper .link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.marketplace-product-catalog-wrapper .link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.marketplace-product-catalog-wrapper .link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.marketplace-product-catalog-wrapper .link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.marketplace-product-catalog-wrapper .link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.marketplace-product-catalog-wrapper .link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.marketplace-product-catalog-wrapper .link-underline-opacity-0{--bs-link-underline-opacity:0}.marketplace-product-catalog-wrapper .link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.marketplace-product-catalog-wrapper .link-underline-opacity-10{--bs-link-underline-opacity:0.1}.marketplace-product-catalog-wrapper .link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.marketplace-product-catalog-wrapper .link-underline-opacity-25{--bs-link-underline-opacity:0.25}.marketplace-product-catalog-wrapper .link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.marketplace-product-catalog-wrapper .link-underline-opacity-50{--bs-link-underline-opacity:0.5}.marketplace-product-catalog-wrapper .link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.marketplace-product-catalog-wrapper .link-underline-opacity-75{--bs-link-underline-opacity:0.75}.marketplace-product-catalog-wrapper .link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.marketplace-product-catalog-wrapper .link-underline-opacity-100{--bs-link-underline-opacity:1}.marketplace-product-catalog-wrapper .link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.marketplace-product-catalog-wrapper .bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.marketplace-product-catalog-wrapper .bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.marketplace-product-catalog-wrapper .bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.marketplace-product-catalog-wrapper .bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.marketplace-product-catalog-wrapper .bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.marketplace-product-catalog-wrapper .bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.marketplace-product-catalog-wrapper .bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.marketplace-product-catalog-wrapper .bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.marketplace-product-catalog-wrapper .bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.marketplace-product-catalog-wrapper .bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.marketplace-product-catalog-wrapper .bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.marketplace-product-catalog-wrapper .bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.marketplace-product-catalog-wrapper .bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.marketplace-product-catalog-wrapper .bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.marketplace-product-catalog-wrapper .bg-opacity-10{--bs-bg-opacity:0.1}.marketplace-product-catalog-wrapper .bg-opacity-25{--bs-bg-opacity:0.25}.marketplace-product-catalog-wrapper .bg-opacity-50{--bs-bg-opacity:0.5}.marketplace-product-catalog-wrapper .bg-opacity-75{--bs-bg-opacity:0.75}.marketplace-product-catalog-wrapper .bg-opacity-100{--bs-bg-opacity:1}.marketplace-product-catalog-wrapper .bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.marketplace-product-catalog-wrapper .bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.marketplace-product-catalog-wrapper .bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.marketplace-product-catalog-wrapper .bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.marketplace-product-catalog-wrapper .bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.marketplace-product-catalog-wrapper .bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.marketplace-product-catalog-wrapper .bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.marketplace-product-catalog-wrapper .bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.marketplace-product-catalog-wrapper .bg-gradient{background-image:var(--bs-gradient)!important}.marketplace-product-catalog-wrapper .user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.marketplace-product-catalog-wrapper .user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.marketplace-product-catalog-wrapper .user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.marketplace-product-catalog-wrapper .pe-none{pointer-events:none!important}.marketplace-product-catalog-wrapper .pe-auto{pointer-events:auto!important}.marketplace-product-catalog-wrapper .rounded{border-radius:var(--bs-border-radius)!important}.marketplace-product-catalog-wrapper .rounded-0{border-radius:0!important}.marketplace-product-catalog-wrapper .rounded-1{border-radius:var(--bs-border-radius-sm)!important}.marketplace-product-catalog-wrapper .rounded-2{border-radius:var(--bs-border-radius)!important}.marketplace-product-catalog-wrapper .rounded-3{border-radius:var(--bs-border-radius-lg)!important}.marketplace-product-catalog-wrapper .rounded-4{border-radius:var(--bs-border-radius-xl)!important}.marketplace-product-catalog-wrapper .rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.marketplace-product-catalog-wrapper .rounded-circle{border-radius:50%!important}.marketplace-product-catalog-wrapper .rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.marketplace-product-catalog-wrapper .rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.marketplace-product-catalog-wrapper .rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.marketplace-product-catalog-wrapper .rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.marketplace-product-catalog-wrapper .rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.marketplace-product-catalog-wrapper .rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.marketplace-product-catalog-wrapper .rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.marketplace-product-catalog-wrapper .rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.marketplace-product-catalog-wrapper .rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.marketplace-product-catalog-wrapper .rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.marketplace-product-catalog-wrapper .rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.marketplace-product-catalog-wrapper .rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.marketplace-product-catalog-wrapper .rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.marketplace-product-catalog-wrapper .rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.marketplace-product-catalog-wrapper .rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.marketplace-product-catalog-wrapper .rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.marketplace-product-catalog-wrapper .rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.marketplace-product-catalog-wrapper .rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.marketplace-product-catalog-wrapper .rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.marketplace-product-catalog-wrapper .rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.marketplace-product-catalog-wrapper .rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.marketplace-product-catalog-wrapper .rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.marketplace-product-catalog-wrapper .rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.marketplace-product-catalog-wrapper .rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.marketplace-product-catalog-wrapper .rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.marketplace-product-catalog-wrapper .rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.marketplace-product-catalog-wrapper .rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.marketplace-product-catalog-wrapper .rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.marketplace-product-catalog-wrapper .rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.marketplace-product-catalog-wrapper .rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.marketplace-product-catalog-wrapper .rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.marketplace-product-catalog-wrapper .rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.marketplace-product-catalog-wrapper .rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.marketplace-product-catalog-wrapper .rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.marketplace-product-catalog-wrapper .rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.marketplace-product-catalog-wrapper .rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.marketplace-product-catalog-wrapper .rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.marketplace-product-catalog-wrapper .visible{visibility:visible!important}.marketplace-product-catalog-wrapper .invisible{visibility:hidden!important}.marketplace-product-catalog-wrapper .z-n1{z-index:-1!important}.marketplace-product-catalog-wrapper .z-0{z-index:0!important}.marketplace-product-catalog-wrapper .z-1{z-index:1!important}.marketplace-product-catalog-wrapper .z-2{z-index:2!important}.marketplace-product-catalog-wrapper .z-3{z-index:3!important}@media (min-width:576px){.marketplace-product-catalog-wrapper .float-sm-start{float:left!important}.marketplace-product-catalog-wrapper .float-sm-end{float:right!important}.marketplace-product-catalog-wrapper .float-sm-none{float:none!important}.marketplace-product-catalog-wrapper .object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.marketplace-product-catalog-wrapper .object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.marketplace-product-catalog-wrapper .object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.marketplace-product-catalog-wrapper .object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.marketplace-product-catalog-wrapper .object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.marketplace-product-catalog-wrapper .d-sm-inline{display:inline!important}.marketplace-product-catalog-wrapper .d-sm-inline-block{display:inline-block!important}.marketplace-product-catalog-wrapper .d-sm-block{display:block!important}.marketplace-product-catalog-wrapper .d-sm-grid{display:grid!important}.marketplace-product-catalog-wrapper .d-sm-inline-grid{display:inline-grid!important}.marketplace-product-catalog-wrapper .d-sm-table{display:table!important}.marketplace-product-catalog-wrapper .d-sm-table-row{display:table-row!important}.marketplace-product-catalog-wrapper .d-sm-table-cell{display:table-cell!important}.marketplace-product-catalog-wrapper .d-sm-flex{display:flex!important}.marketplace-product-catalog-wrapper .d-sm-inline-flex{display:inline-flex!important}.marketplace-product-catalog-wrapper .d-sm-none{display:none!important}.marketplace-product-catalog-wrapper .flex-sm-fill{flex:1 1 auto!important}.marketplace-product-catalog-wrapper .flex-sm-row{flex-direction:row!important}.marketplace-product-catalog-wrapper .flex-sm-column{flex-direction:column!important}.marketplace-product-catalog-wrapper .flex-sm-row-reverse{flex-direction:row-reverse!important}.marketplace-product-catalog-wrapper .flex-sm-column-reverse{flex-direction:column-reverse!important}.marketplace-product-catalog-wrapper .flex-sm-grow-0{flex-grow:0!important}.marketplace-product-catalog-wrapper .flex-sm-grow-1{flex-grow:1!important}.marketplace-product-catalog-wrapper .flex-sm-shrink-0{flex-shrink:0!important}.marketplace-product-catalog-wrapper .flex-sm-shrink-1{flex-shrink:1!important}.marketplace-product-catalog-wrapper .flex-sm-wrap{flex-wrap:wrap!important}.marketplace-product-catalog-wrapper .flex-sm-nowrap{flex-wrap:nowrap!important}.marketplace-product-catalog-wrapper .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.marketplace-product-catalog-wrapper .justify-content-sm-start{justify-content:flex-start!important}.marketplace-product-catalog-wrapper .justify-content-sm-end{justify-content:flex-end!important}.marketplace-product-catalog-wrapper .justify-content-sm-center{justify-content:center!important}.marketplace-product-catalog-wrapper .justify-content-sm-between{justify-content:space-between!important}.marketplace-product-catalog-wrapper .justify-content-sm-around{justify-content:space-around!important}.marketplace-product-catalog-wrapper .justify-content-sm-evenly{justify-content:space-evenly!important}.marketplace-product-catalog-wrapper .align-items-sm-start{align-items:flex-start!important}.marketplace-product-catalog-wrapper .align-items-sm-end{align-items:flex-end!important}.marketplace-product-catalog-wrapper .align-items-sm-center{align-items:center!important}.marketplace-product-catalog-wrapper .align-items-sm-baseline{align-items:baseline!important}.marketplace-product-catalog-wrapper .align-items-sm-stretch{align-items:stretch!important}.marketplace-product-catalog-wrapper .align-content-sm-start{align-content:flex-start!important}.marketplace-product-catalog-wrapper .align-content-sm-end{align-content:flex-end!important}.marketplace-product-catalog-wrapper .align-content-sm-center{align-content:center!important}.marketplace-product-catalog-wrapper .align-content-sm-between{align-content:space-between!important}.marketplace-product-catalog-wrapper .align-content-sm-around{align-content:space-around!important}.marketplace-product-catalog-wrapper .align-content-sm-stretch{align-content:stretch!important}.marketplace-product-catalog-wrapper .align-self-sm-auto{align-self:auto!important}.marketplace-product-catalog-wrapper .align-self-sm-start{align-self:flex-start!important}.marketplace-product-catalog-wrapper .align-self-sm-end{align-self:flex-end!important}.marketplace-product-catalog-wrapper .align-self-sm-center{align-self:center!important}.marketplace-product-catalog-wrapper .align-self-sm-baseline{align-self:baseline!important}.marketplace-product-catalog-wrapper .align-self-sm-stretch{align-self:stretch!important}.marketplace-product-catalog-wrapper .order-sm-first{order:-1!important}.marketplace-product-catalog-wrapper .order-sm-0{order:0!important}.marketplace-product-catalog-wrapper .order-sm-1{order:1!important}.marketplace-product-catalog-wrapper .order-sm-2{order:2!important}.marketplace-product-catalog-wrapper .order-sm-3{order:3!important}.marketplace-product-catalog-wrapper .order-sm-4{order:4!important}.marketplace-product-catalog-wrapper .order-sm-5{order:5!important}.marketplace-product-catalog-wrapper .order-sm-last{order:6!important}.marketplace-product-catalog-wrapper .m-sm-0{margin:0!important}.marketplace-product-catalog-wrapper .m-sm-1{margin:.25rem!important}.marketplace-product-catalog-wrapper .m-sm-2{margin:.5rem!important}.marketplace-product-catalog-wrapper .m-sm-3{margin:1rem!important}.marketplace-product-catalog-wrapper .m-sm-4{margin:1.5rem!important}.marketplace-product-catalog-wrapper .m-sm-5{margin:3rem!important}.marketplace-product-catalog-wrapper .m-sm-auto{margin:auto!important}.marketplace-product-catalog-wrapper .mx-sm-0{margin-right:0!important;margin-left:0!important}.marketplace-product-catalog-wrapper .mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.marketplace-product-catalog-wrapper .mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.marketplace-product-catalog-wrapper .mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.marketplace-product-catalog-wrapper .mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.marketplace-product-catalog-wrapper .mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.marketplace-product-catalog-wrapper .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.marketplace-product-catalog-wrapper .my-sm-0{margin-top:0!important;margin-bottom:0!important}.marketplace-product-catalog-wrapper .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.marketplace-product-catalog-wrapper .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.marketplace-product-catalog-wrapper .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.marketplace-product-catalog-wrapper .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.marketplace-product-catalog-wrapper .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.marketplace-product-catalog-wrapper .mt-sm-0{margin-top:0!important}.marketplace-product-catalog-wrapper .mt-sm-1{margin-top:.25rem!important}.marketplace-product-catalog-wrapper .mt-sm-2{margin-top:.5rem!important}.marketplace-product-catalog-wrapper .mt-sm-3{margin-top:1rem!important}.marketplace-product-catalog-wrapper .mt-sm-4{margin-top:1.5rem!important}.marketplace-product-catalog-wrapper .mt-sm-5{margin-top:3rem!important}.marketplace-product-catalog-wrapper .mt-sm-auto{margin-top:auto!important}.marketplace-product-catalog-wrapper .me-sm-0{margin-right:0!important}.marketplace-product-catalog-wrapper .me-sm-1{margin-right:.25rem!important}.marketplace-product-catalog-wrapper .me-sm-2{margin-right:.5rem!important}.marketplace-product-catalog-wrapper .me-sm-3{margin-right:1rem!important}.marketplace-product-catalog-wrapper .me-sm-4{margin-right:1.5rem!important}.marketplace-product-catalog-wrapper .me-sm-5{margin-right:3rem!important}.marketplace-product-catalog-wrapper .me-sm-auto{margin-right:auto!important}.marketplace-product-catalog-wrapper .mb-sm-0{margin-bottom:0!important}.marketplace-product-catalog-wrapper .mb-sm-1{margin-bottom:.25rem!important}.marketplace-product-catalog-wrapper .mb-sm-2{margin-bottom:.5rem!important}.marketplace-product-catalog-wrapper .mb-sm-3{margin-bottom:1rem!important}.marketplace-product-catalog-wrapper .mb-sm-4{margin-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .mb-sm-5{margin-bottom:3rem!important}.marketplace-product-catalog-wrapper .mb-sm-auto{margin-bottom:auto!important}.marketplace-product-catalog-wrapper .ms-sm-0{margin-left:0!important}.marketplace-product-catalog-wrapper .ms-sm-1{margin-left:.25rem!important}.marketplace-product-catalog-wrapper .ms-sm-2{margin-left:.5rem!important}.marketplace-product-catalog-wrapper .ms-sm-3{margin-left:1rem!important}.marketplace-product-catalog-wrapper .ms-sm-4{margin-left:1.5rem!important}.marketplace-product-catalog-wrapper .ms-sm-5{margin-left:3rem!important}.marketplace-product-catalog-wrapper .ms-sm-auto{margin-left:auto!important}.marketplace-product-catalog-wrapper .p-sm-0{padding:0!important}.marketplace-product-catalog-wrapper .p-sm-1{padding:.25rem!important}.marketplace-product-catalog-wrapper .p-sm-2{padding:.5rem!important}.marketplace-product-catalog-wrapper .p-sm-3{padding:1rem!important}.marketplace-product-catalog-wrapper .p-sm-4{padding:1.5rem!important}.marketplace-product-catalog-wrapper .p-sm-5{padding:3rem!important}.marketplace-product-catalog-wrapper .px-sm-0{padding-right:0!important;padding-left:0!important}.marketplace-product-catalog-wrapper .px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.marketplace-product-catalog-wrapper .px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.marketplace-product-catalog-wrapper .px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.marketplace-product-catalog-wrapper .px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.marketplace-product-catalog-wrapper .px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.marketplace-product-catalog-wrapper .py-sm-0{padding-top:0!important;padding-bottom:0!important}.marketplace-product-catalog-wrapper .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.marketplace-product-catalog-wrapper .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.marketplace-product-catalog-wrapper .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.marketplace-product-catalog-wrapper .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.marketplace-product-catalog-wrapper .pt-sm-0{padding-top:0!important}.marketplace-product-catalog-wrapper .pt-sm-1{padding-top:.25rem!important}.marketplace-product-catalog-wrapper .pt-sm-2{padding-top:.5rem!important}.marketplace-product-catalog-wrapper .pt-sm-3{padding-top:1rem!important}.marketplace-product-catalog-wrapper .pt-sm-4{padding-top:1.5rem!important}.marketplace-product-catalog-wrapper .pt-sm-5{padding-top:3rem!important}.marketplace-product-catalog-wrapper .pe-sm-0{padding-right:0!important}.marketplace-product-catalog-wrapper .pe-sm-1{padding-right:.25rem!important}.marketplace-product-catalog-wrapper .pe-sm-2{padding-right:.5rem!important}.marketplace-product-catalog-wrapper .pe-sm-3{padding-right:1rem!important}.marketplace-product-catalog-wrapper .pe-sm-4{padding-right:1.5rem!important}.marketplace-product-catalog-wrapper .pe-sm-5{padding-right:3rem!important}.marketplace-product-catalog-wrapper .pb-sm-0{padding-bottom:0!important}.marketplace-product-catalog-wrapper .pb-sm-1{padding-bottom:.25rem!important}.marketplace-product-catalog-wrapper .pb-sm-2{padding-bottom:.5rem!important}.marketplace-product-catalog-wrapper .pb-sm-3{padding-bottom:1rem!important}.marketplace-product-catalog-wrapper .pb-sm-4{padding-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .pb-sm-5{padding-bottom:3rem!important}.marketplace-product-catalog-wrapper .ps-sm-0{padding-left:0!important}.marketplace-product-catalog-wrapper .ps-sm-1{padding-left:.25rem!important}.marketplace-product-catalog-wrapper .ps-sm-2{padding-left:.5rem!important}.marketplace-product-catalog-wrapper .ps-sm-3{padding-left:1rem!important}.marketplace-product-catalog-wrapper .ps-sm-4{padding-left:1.5rem!important}.marketplace-product-catalog-wrapper .ps-sm-5{padding-left:3rem!important}.marketplace-product-catalog-wrapper .gap-sm-0{gap:0!important}.marketplace-product-catalog-wrapper .gap-sm-1{gap:.25rem!important}.marketplace-product-catalog-wrapper .gap-sm-2{gap:.5rem!important}.marketplace-product-catalog-wrapper .gap-sm-3{gap:1rem!important}.marketplace-product-catalog-wrapper .gap-sm-4{gap:1.5rem!important}.marketplace-product-catalog-wrapper .gap-sm-5{gap:3rem!important}.marketplace-product-catalog-wrapper .row-gap-sm-0{row-gap:0!important}.marketplace-product-catalog-wrapper .row-gap-sm-1{row-gap:.25rem!important}.marketplace-product-catalog-wrapper .row-gap-sm-2{row-gap:.5rem!important}.marketplace-product-catalog-wrapper .row-gap-sm-3{row-gap:1rem!important}.marketplace-product-catalog-wrapper .row-gap-sm-4{row-gap:1.5rem!important}.marketplace-product-catalog-wrapper .row-gap-sm-5{row-gap:3rem!important}.marketplace-product-catalog-wrapper .column-gap-sm-0{-moz-column-gap:0!important;column-gap:0!important}.marketplace-product-catalog-wrapper .column-gap-sm-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.marketplace-product-catalog-wrapper .column-gap-sm-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.marketplace-product-catalog-wrapper .column-gap-sm-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.marketplace-product-catalog-wrapper .column-gap-sm-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.marketplace-product-catalog-wrapper .column-gap-sm-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.marketplace-product-catalog-wrapper .text-sm-start{text-align:left!important}.marketplace-product-catalog-wrapper .text-sm-end{text-align:right!important}.marketplace-product-catalog-wrapper .text-sm-center{text-align:center!important}}@media (min-width:768px){.marketplace-product-catalog-wrapper .float-md-start{float:left!important}.marketplace-product-catalog-wrapper .float-md-end{float:right!important}.marketplace-product-catalog-wrapper .float-md-none{float:none!important}.marketplace-product-catalog-wrapper .object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.marketplace-product-catalog-wrapper .object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.marketplace-product-catalog-wrapper .object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.marketplace-product-catalog-wrapper .object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.marketplace-product-catalog-wrapper .object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.marketplace-product-catalog-wrapper .d-md-inline{display:inline!important}.marketplace-product-catalog-wrapper .d-md-inline-block{display:inline-block!important}.marketplace-product-catalog-wrapper .d-md-block{display:block!important}.marketplace-product-catalog-wrapper .d-md-grid{display:grid!important}.marketplace-product-catalog-wrapper .d-md-inline-grid{display:inline-grid!important}.marketplace-product-catalog-wrapper .d-md-table{display:table!important}.marketplace-product-catalog-wrapper .d-md-table-row{display:table-row!important}.marketplace-product-catalog-wrapper .d-md-table-cell{display:table-cell!important}.marketplace-product-catalog-wrapper .d-md-flex{display:flex!important}.marketplace-product-catalog-wrapper .d-md-inline-flex{display:inline-flex!important}.marketplace-product-catalog-wrapper .d-md-none{display:none!important}.marketplace-product-catalog-wrapper .flex-md-fill{flex:1 1 auto!important}.marketplace-product-catalog-wrapper .flex-md-row{flex-direction:row!important}.marketplace-product-catalog-wrapper .flex-md-column{flex-direction:column!important}.marketplace-product-catalog-wrapper .flex-md-row-reverse{flex-direction:row-reverse!important}.marketplace-product-catalog-wrapper .flex-md-column-reverse{flex-direction:column-reverse!important}.marketplace-product-catalog-wrapper .flex-md-grow-0{flex-grow:0!important}.marketplace-product-catalog-wrapper .flex-md-grow-1{flex-grow:1!important}.marketplace-product-catalog-wrapper .flex-md-shrink-0{flex-shrink:0!important}.marketplace-product-catalog-wrapper .flex-md-shrink-1{flex-shrink:1!important}.marketplace-product-catalog-wrapper .flex-md-wrap{flex-wrap:wrap!important}.marketplace-product-catalog-wrapper .flex-md-nowrap{flex-wrap:nowrap!important}.marketplace-product-catalog-wrapper .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.marketplace-product-catalog-wrapper .justify-content-md-start{justify-content:flex-start!important}.marketplace-product-catalog-wrapper .justify-content-md-end{justify-content:flex-end!important}.marketplace-product-catalog-wrapper .justify-content-md-center{justify-content:center!important}.marketplace-product-catalog-wrapper .justify-content-md-between{justify-content:space-between!important}.marketplace-product-catalog-wrapper .justify-content-md-around{justify-content:space-around!important}.marketplace-product-catalog-wrapper .justify-content-md-evenly{justify-content:space-evenly!important}.marketplace-product-catalog-wrapper .align-items-md-start{align-items:flex-start!important}.marketplace-product-catalog-wrapper .align-items-md-end{align-items:flex-end!important}.marketplace-product-catalog-wrapper .align-items-md-center{align-items:center!important}.marketplace-product-catalog-wrapper .align-items-md-baseline{align-items:baseline!important}.marketplace-product-catalog-wrapper .align-items-md-stretch{align-items:stretch!important}.marketplace-product-catalog-wrapper .align-content-md-start{align-content:flex-start!important}.marketplace-product-catalog-wrapper .align-content-md-end{align-content:flex-end!important}.marketplace-product-catalog-wrapper .align-content-md-center{align-content:center!important}.marketplace-product-catalog-wrapper .align-content-md-between{align-content:space-between!important}.marketplace-product-catalog-wrapper .align-content-md-around{align-content:space-around!important}.marketplace-product-catalog-wrapper .align-content-md-stretch{align-content:stretch!important}.marketplace-product-catalog-wrapper .align-self-md-auto{align-self:auto!important}.marketplace-product-catalog-wrapper .align-self-md-start{align-self:flex-start!important}.marketplace-product-catalog-wrapper .align-self-md-end{align-self:flex-end!important}.marketplace-product-catalog-wrapper .align-self-md-center{align-self:center!important}.marketplace-product-catalog-wrapper .align-self-md-baseline{align-self:baseline!important}.marketplace-product-catalog-wrapper .align-self-md-stretch{align-self:stretch!important}.marketplace-product-catalog-wrapper .order-md-first{order:-1!important}.marketplace-product-catalog-wrapper .order-md-0{order:0!important}.marketplace-product-catalog-wrapper .order-md-1{order:1!important}.marketplace-product-catalog-wrapper .order-md-2{order:2!important}.marketplace-product-catalog-wrapper .order-md-3{order:3!important}.marketplace-product-catalog-wrapper .order-md-4{order:4!important}.marketplace-product-catalog-wrapper .order-md-5{order:5!important}.marketplace-product-catalog-wrapper .order-md-last{order:6!important}.marketplace-product-catalog-wrapper .m-md-0{margin:0!important}.marketplace-product-catalog-wrapper .m-md-1{margin:.25rem!important}.marketplace-product-catalog-wrapper .m-md-2{margin:.5rem!important}.marketplace-product-catalog-wrapper .m-md-3{margin:1rem!important}.marketplace-product-catalog-wrapper .m-md-4{margin:1.5rem!important}.marketplace-product-catalog-wrapper .m-md-5{margin:3rem!important}.marketplace-product-catalog-wrapper .m-md-auto{margin:auto!important}.marketplace-product-catalog-wrapper .mx-md-0{margin-right:0!important;margin-left:0!important}.marketplace-product-catalog-wrapper .mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.marketplace-product-catalog-wrapper .mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.marketplace-product-catalog-wrapper .mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.marketplace-product-catalog-wrapper .mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.marketplace-product-catalog-wrapper .mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.marketplace-product-catalog-wrapper .mx-md-auto{margin-right:auto!important;margin-left:auto!important}.marketplace-product-catalog-wrapper .my-md-0{margin-top:0!important;margin-bottom:0!important}.marketplace-product-catalog-wrapper .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.marketplace-product-catalog-wrapper .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.marketplace-product-catalog-wrapper .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.marketplace-product-catalog-wrapper .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.marketplace-product-catalog-wrapper .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.marketplace-product-catalog-wrapper .mt-md-0{margin-top:0!important}.marketplace-product-catalog-wrapper .mt-md-1{margin-top:.25rem!important}.marketplace-product-catalog-wrapper .mt-md-2{margin-top:.5rem!important}.marketplace-product-catalog-wrapper .mt-md-3{margin-top:1rem!important}.marketplace-product-catalog-wrapper .mt-md-4{margin-top:1.5rem!important}.marketplace-product-catalog-wrapper .mt-md-5{margin-top:3rem!important}.marketplace-product-catalog-wrapper .mt-md-auto{margin-top:auto!important}.marketplace-product-catalog-wrapper .me-md-0{margin-right:0!important}.marketplace-product-catalog-wrapper .me-md-1{margin-right:.25rem!important}.marketplace-product-catalog-wrapper .me-md-2{margin-right:.5rem!important}.marketplace-product-catalog-wrapper .me-md-3{margin-right:1rem!important}.marketplace-product-catalog-wrapper .me-md-4{margin-right:1.5rem!important}.marketplace-product-catalog-wrapper .me-md-5{margin-right:3rem!important}.marketplace-product-catalog-wrapper .me-md-auto{margin-right:auto!important}.marketplace-product-catalog-wrapper .mb-md-0{margin-bottom:0!important}.marketplace-product-catalog-wrapper .mb-md-1{margin-bottom:.25rem!important}.marketplace-product-catalog-wrapper .mb-md-2{margin-bottom:.5rem!important}.marketplace-product-catalog-wrapper .mb-md-3{margin-bottom:1rem!important}.marketplace-product-catalog-wrapper .mb-md-4{margin-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .mb-md-5{margin-bottom:3rem!important}.marketplace-product-catalog-wrapper .mb-md-auto{margin-bottom:auto!important}.marketplace-product-catalog-wrapper .ms-md-0{margin-left:0!important}.marketplace-product-catalog-wrapper .ms-md-1{margin-left:.25rem!important}.marketplace-product-catalog-wrapper .ms-md-2{margin-left:.5rem!important}.marketplace-product-catalog-wrapper .ms-md-3{margin-left:1rem!important}.marketplace-product-catalog-wrapper .ms-md-4{margin-left:1.5rem!important}.marketplace-product-catalog-wrapper .ms-md-5{margin-left:3rem!important}.marketplace-product-catalog-wrapper .ms-md-auto{margin-left:auto!important}.marketplace-product-catalog-wrapper .p-md-0{padding:0!important}.marketplace-product-catalog-wrapper .p-md-1{padding:.25rem!important}.marketplace-product-catalog-wrapper .p-md-2{padding:.5rem!important}.marketplace-product-catalog-wrapper .p-md-3{padding:1rem!important}.marketplace-product-catalog-wrapper .p-md-4{padding:1.5rem!important}.marketplace-product-catalog-wrapper .p-md-5{padding:3rem!important}.marketplace-product-catalog-wrapper .px-md-0{padding-right:0!important;padding-left:0!important}.marketplace-product-catalog-wrapper .px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.marketplace-product-catalog-wrapper .px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.marketplace-product-catalog-wrapper .px-md-3{padding-right:1rem!important;padding-left:1rem!important}.marketplace-product-catalog-wrapper .px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.marketplace-product-catalog-wrapper .px-md-5{padding-right:3rem!important;padding-left:3rem!important}.marketplace-product-catalog-wrapper .py-md-0{padding-top:0!important;padding-bottom:0!important}.marketplace-product-catalog-wrapper .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.marketplace-product-catalog-wrapper .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.marketplace-product-catalog-wrapper .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.marketplace-product-catalog-wrapper .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.marketplace-product-catalog-wrapper .pt-md-0{padding-top:0!important}.marketplace-product-catalog-wrapper .pt-md-1{padding-top:.25rem!important}.marketplace-product-catalog-wrapper .pt-md-2{padding-top:.5rem!important}.marketplace-product-catalog-wrapper .pt-md-3{padding-top:1rem!important}.marketplace-product-catalog-wrapper .pt-md-4{padding-top:1.5rem!important}.marketplace-product-catalog-wrapper .pt-md-5{padding-top:3rem!important}.marketplace-product-catalog-wrapper .pe-md-0{padding-right:0!important}.marketplace-product-catalog-wrapper .pe-md-1{padding-right:.25rem!important}.marketplace-product-catalog-wrapper .pe-md-2{padding-right:.5rem!important}.marketplace-product-catalog-wrapper .pe-md-3{padding-right:1rem!important}.marketplace-product-catalog-wrapper .pe-md-4{padding-right:1.5rem!important}.marketplace-product-catalog-wrapper .pe-md-5{padding-right:3rem!important}.marketplace-product-catalog-wrapper .pb-md-0{padding-bottom:0!important}.marketplace-product-catalog-wrapper .pb-md-1{padding-bottom:.25rem!important}.marketplace-product-catalog-wrapper .pb-md-2{padding-bottom:.5rem!important}.marketplace-product-catalog-wrapper .pb-md-3{padding-bottom:1rem!important}.marketplace-product-catalog-wrapper .pb-md-4{padding-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .pb-md-5{padding-bottom:3rem!important}.marketplace-product-catalog-wrapper .ps-md-0{padding-left:0!important}.marketplace-product-catalog-wrapper .ps-md-1{padding-left:.25rem!important}.marketplace-product-catalog-wrapper .ps-md-2{padding-left:.5rem!important}.marketplace-product-catalog-wrapper .ps-md-3{padding-left:1rem!important}.marketplace-product-catalog-wrapper .ps-md-4{padding-left:1.5rem!important}.marketplace-product-catalog-wrapper .ps-md-5{padding-left:3rem!important}.marketplace-product-catalog-wrapper .gap-md-0{gap:0!important}.marketplace-product-catalog-wrapper .gap-md-1{gap:.25rem!important}.marketplace-product-catalog-wrapper .gap-md-2{gap:.5rem!important}.marketplace-product-catalog-wrapper .gap-md-3{gap:1rem!important}.marketplace-product-catalog-wrapper .gap-md-4{gap:1.5rem!important}.marketplace-product-catalog-wrapper .gap-md-5{gap:3rem!important}.marketplace-product-catalog-wrapper .row-gap-md-0{row-gap:0!important}.marketplace-product-catalog-wrapper .row-gap-md-1{row-gap:.25rem!important}.marketplace-product-catalog-wrapper .row-gap-md-2{row-gap:.5rem!important}.marketplace-product-catalog-wrapper .row-gap-md-3{row-gap:1rem!important}.marketplace-product-catalog-wrapper .row-gap-md-4{row-gap:1.5rem!important}.marketplace-product-catalog-wrapper .row-gap-md-5{row-gap:3rem!important}.marketplace-product-catalog-wrapper .column-gap-md-0{-moz-column-gap:0!important;column-gap:0!important}.marketplace-product-catalog-wrapper .column-gap-md-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.marketplace-product-catalog-wrapper .column-gap-md-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.marketplace-product-catalog-wrapper .column-gap-md-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.marketplace-product-catalog-wrapper .column-gap-md-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.marketplace-product-catalog-wrapper .column-gap-md-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.marketplace-product-catalog-wrapper .text-md-start{text-align:left!important}.marketplace-product-catalog-wrapper .text-md-end{text-align:right!important}.marketplace-product-catalog-wrapper .text-md-center{text-align:center!important}}@media (min-width:992px){.marketplace-product-catalog-wrapper .float-lg-start{float:left!important}.marketplace-product-catalog-wrapper .float-lg-end{float:right!important}.marketplace-product-catalog-wrapper .float-lg-none{float:none!important}.marketplace-product-catalog-wrapper .object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.marketplace-product-catalog-wrapper .object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.marketplace-product-catalog-wrapper .object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.marketplace-product-catalog-wrapper .object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.marketplace-product-catalog-wrapper .object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.marketplace-product-catalog-wrapper .d-lg-inline{display:inline!important}.marketplace-product-catalog-wrapper .d-lg-inline-block{display:inline-block!important}.marketplace-product-catalog-wrapper .d-lg-block{display:block!important}.marketplace-product-catalog-wrapper .d-lg-grid{display:grid!important}.marketplace-product-catalog-wrapper .d-lg-inline-grid{display:inline-grid!important}.marketplace-product-catalog-wrapper .d-lg-table{display:table!important}.marketplace-product-catalog-wrapper .d-lg-table-row{display:table-row!important}.marketplace-product-catalog-wrapper .d-lg-table-cell{display:table-cell!important}.marketplace-product-catalog-wrapper .d-lg-flex{display:flex!important}.marketplace-product-catalog-wrapper .d-lg-inline-flex{display:inline-flex!important}.marketplace-product-catalog-wrapper .d-lg-none{display:none!important}.marketplace-product-catalog-wrapper .flex-lg-fill{flex:1 1 auto!important}.marketplace-product-catalog-wrapper .flex-lg-row{flex-direction:row!important}.marketplace-product-catalog-wrapper .flex-lg-column{flex-direction:column!important}.marketplace-product-catalog-wrapper .flex-lg-row-reverse{flex-direction:row-reverse!important}.marketplace-product-catalog-wrapper .flex-lg-column-reverse{flex-direction:column-reverse!important}.marketplace-product-catalog-wrapper .flex-lg-grow-0{flex-grow:0!important}.marketplace-product-catalog-wrapper .flex-lg-grow-1{flex-grow:1!important}.marketplace-product-catalog-wrapper .flex-lg-shrink-0{flex-shrink:0!important}.marketplace-product-catalog-wrapper .flex-lg-shrink-1{flex-shrink:1!important}.marketplace-product-catalog-wrapper .flex-lg-wrap{flex-wrap:wrap!important}.marketplace-product-catalog-wrapper .flex-lg-nowrap{flex-wrap:nowrap!important}.marketplace-product-catalog-wrapper .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.marketplace-product-catalog-wrapper .justify-content-lg-start{justify-content:flex-start!important}.marketplace-product-catalog-wrapper .justify-content-lg-end{justify-content:flex-end!important}.marketplace-product-catalog-wrapper .justify-content-lg-center{justify-content:center!important}.marketplace-product-catalog-wrapper .justify-content-lg-between{justify-content:space-between!important}.marketplace-product-catalog-wrapper .justify-content-lg-around{justify-content:space-around!important}.marketplace-product-catalog-wrapper .justify-content-lg-evenly{justify-content:space-evenly!important}.marketplace-product-catalog-wrapper .align-items-lg-start{align-items:flex-start!important}.marketplace-product-catalog-wrapper .align-items-lg-end{align-items:flex-end!important}.marketplace-product-catalog-wrapper .align-items-lg-center{align-items:center!important}.marketplace-product-catalog-wrapper .align-items-lg-baseline{align-items:baseline!important}.marketplace-product-catalog-wrapper .align-items-lg-stretch{align-items:stretch!important}.marketplace-product-catalog-wrapper .align-content-lg-start{align-content:flex-start!important}.marketplace-product-catalog-wrapper .align-content-lg-end{align-content:flex-end!important}.marketplace-product-catalog-wrapper .align-content-lg-center{align-content:center!important}.marketplace-product-catalog-wrapper .align-content-lg-between{align-content:space-between!important}.marketplace-product-catalog-wrapper .align-content-lg-around{align-content:space-around!important}.marketplace-product-catalog-wrapper .align-content-lg-stretch{align-content:stretch!important}.marketplace-product-catalog-wrapper .align-self-lg-auto{align-self:auto!important}.marketplace-product-catalog-wrapper .align-self-lg-start{align-self:flex-start!important}.marketplace-product-catalog-wrapper .align-self-lg-end{align-self:flex-end!important}.marketplace-product-catalog-wrapper .align-self-lg-center{align-self:center!important}.marketplace-product-catalog-wrapper .align-self-lg-baseline{align-self:baseline!important}.marketplace-product-catalog-wrapper .align-self-lg-stretch{align-self:stretch!important}.marketplace-product-catalog-wrapper .order-lg-first{order:-1!important}.marketplace-product-catalog-wrapper .order-lg-0{order:0!important}.marketplace-product-catalog-wrapper .order-lg-1{order:1!important}.marketplace-product-catalog-wrapper .order-lg-2{order:2!important}.marketplace-product-catalog-wrapper .order-lg-3{order:3!important}.marketplace-product-catalog-wrapper .order-lg-4{order:4!important}.marketplace-product-catalog-wrapper .order-lg-5{order:5!important}.marketplace-product-catalog-wrapper .order-lg-last{order:6!important}.marketplace-product-catalog-wrapper .m-lg-0{margin:0!important}.marketplace-product-catalog-wrapper .m-lg-1{margin:.25rem!important}.marketplace-product-catalog-wrapper .m-lg-2{margin:.5rem!important}.marketplace-product-catalog-wrapper .m-lg-3{margin:1rem!important}.marketplace-product-catalog-wrapper .m-lg-4{margin:1.5rem!important}.marketplace-product-catalog-wrapper .m-lg-5{margin:3rem!important}.marketplace-product-catalog-wrapper .m-lg-auto{margin:auto!important}.marketplace-product-catalog-wrapper .mx-lg-0{margin-right:0!important;margin-left:0!important}.marketplace-product-catalog-wrapper .mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.marketplace-product-catalog-wrapper .mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.marketplace-product-catalog-wrapper .mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.marketplace-product-catalog-wrapper .mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.marketplace-product-catalog-wrapper .mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.marketplace-product-catalog-wrapper .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.marketplace-product-catalog-wrapper .my-lg-0{margin-top:0!important;margin-bottom:0!important}.marketplace-product-catalog-wrapper .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.marketplace-product-catalog-wrapper .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.marketplace-product-catalog-wrapper .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.marketplace-product-catalog-wrapper .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.marketplace-product-catalog-wrapper .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.marketplace-product-catalog-wrapper .mt-lg-0{margin-top:0!important}.marketplace-product-catalog-wrapper .mt-lg-1{margin-top:.25rem!important}.marketplace-product-catalog-wrapper .mt-lg-2{margin-top:.5rem!important}.marketplace-product-catalog-wrapper .mt-lg-3{margin-top:1rem!important}.marketplace-product-catalog-wrapper .mt-lg-4{margin-top:1.5rem!important}.marketplace-product-catalog-wrapper .mt-lg-5{margin-top:3rem!important}.marketplace-product-catalog-wrapper .mt-lg-auto{margin-top:auto!important}.marketplace-product-catalog-wrapper .me-lg-0{margin-right:0!important}.marketplace-product-catalog-wrapper .me-lg-1{margin-right:.25rem!important}.marketplace-product-catalog-wrapper .me-lg-2{margin-right:.5rem!important}.marketplace-product-catalog-wrapper .me-lg-3{margin-right:1rem!important}.marketplace-product-catalog-wrapper .me-lg-4{margin-right:1.5rem!important}.marketplace-product-catalog-wrapper .me-lg-5{margin-right:3rem!important}.marketplace-product-catalog-wrapper .me-lg-auto{margin-right:auto!important}.marketplace-product-catalog-wrapper .mb-lg-0{margin-bottom:0!important}.marketplace-product-catalog-wrapper .mb-lg-1{margin-bottom:.25rem!important}.marketplace-product-catalog-wrapper .mb-lg-2{margin-bottom:.5rem!important}.marketplace-product-catalog-wrapper .mb-lg-3{margin-bottom:1rem!important}.marketplace-product-catalog-wrapper .mb-lg-4{margin-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .mb-lg-5{margin-bottom:3rem!important}.marketplace-product-catalog-wrapper .mb-lg-auto{margin-bottom:auto!important}.marketplace-product-catalog-wrapper .ms-lg-0{margin-left:0!important}.marketplace-product-catalog-wrapper .ms-lg-1{margin-left:.25rem!important}.marketplace-product-catalog-wrapper .ms-lg-2{margin-left:.5rem!important}.marketplace-product-catalog-wrapper .ms-lg-3{margin-left:1rem!important}.marketplace-product-catalog-wrapper .ms-lg-4{margin-left:1.5rem!important}.marketplace-product-catalog-wrapper .ms-lg-5{margin-left:3rem!important}.marketplace-product-catalog-wrapper .ms-lg-auto{margin-left:auto!important}.marketplace-product-catalog-wrapper .p-lg-0{padding:0!important}.marketplace-product-catalog-wrapper .p-lg-1{padding:.25rem!important}.marketplace-product-catalog-wrapper .p-lg-2{padding:.5rem!important}.marketplace-product-catalog-wrapper .p-lg-3{padding:1rem!important}.marketplace-product-catalog-wrapper .p-lg-4{padding:1.5rem!important}.marketplace-product-catalog-wrapper .p-lg-5{padding:3rem!important}.marketplace-product-catalog-wrapper .px-lg-0{padding-right:0!important;padding-left:0!important}.marketplace-product-catalog-wrapper .px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.marketplace-product-catalog-wrapper .px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.marketplace-product-catalog-wrapper .px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.marketplace-product-catalog-wrapper .px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.marketplace-product-catalog-wrapper .px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.marketplace-product-catalog-wrapper .py-lg-0{padding-top:0!important;padding-bottom:0!important}.marketplace-product-catalog-wrapper .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.marketplace-product-catalog-wrapper .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.marketplace-product-catalog-wrapper .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.marketplace-product-catalog-wrapper .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.marketplace-product-catalog-wrapper .pt-lg-0{padding-top:0!important}.marketplace-product-catalog-wrapper .pt-lg-1{padding-top:.25rem!important}.marketplace-product-catalog-wrapper .pt-lg-2{padding-top:.5rem!important}.marketplace-product-catalog-wrapper .pt-lg-3{padding-top:1rem!important}.marketplace-product-catalog-wrapper .pt-lg-4{padding-top:1.5rem!important}.marketplace-product-catalog-wrapper .pt-lg-5{padding-top:3rem!important}.marketplace-product-catalog-wrapper .pe-lg-0{padding-right:0!important}.marketplace-product-catalog-wrapper .pe-lg-1{padding-right:.25rem!important}.marketplace-product-catalog-wrapper .pe-lg-2{padding-right:.5rem!important}.marketplace-product-catalog-wrapper .pe-lg-3{padding-right:1rem!important}.marketplace-product-catalog-wrapper .pe-lg-4{padding-right:1.5rem!important}.marketplace-product-catalog-wrapper .pe-lg-5{padding-right:3rem!important}.marketplace-product-catalog-wrapper .pb-lg-0{padding-bottom:0!important}.marketplace-product-catalog-wrapper .pb-lg-1{padding-bottom:.25rem!important}.marketplace-product-catalog-wrapper .pb-lg-2{padding-bottom:.5rem!important}.marketplace-product-catalog-wrapper .pb-lg-3{padding-bottom:1rem!important}.marketplace-product-catalog-wrapper .pb-lg-4{padding-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .pb-lg-5{padding-bottom:3rem!important}.marketplace-product-catalog-wrapper .ps-lg-0{padding-left:0!important}.marketplace-product-catalog-wrapper .ps-lg-1{padding-left:.25rem!important}.marketplace-product-catalog-wrapper .ps-lg-2{padding-left:.5rem!important}.marketplace-product-catalog-wrapper .ps-lg-3{padding-left:1rem!important}.marketplace-product-catalog-wrapper .ps-lg-4{padding-left:1.5rem!important}.marketplace-product-catalog-wrapper .ps-lg-5{padding-left:3rem!important}.marketplace-product-catalog-wrapper .gap-lg-0{gap:0!important}.marketplace-product-catalog-wrapper .gap-lg-1{gap:.25rem!important}.marketplace-product-catalog-wrapper .gap-lg-2{gap:.5rem!important}.marketplace-product-catalog-wrapper .gap-lg-3{gap:1rem!important}.marketplace-product-catalog-wrapper .gap-lg-4{gap:1.5rem!important}.marketplace-product-catalog-wrapper .gap-lg-5{gap:3rem!important}.marketplace-product-catalog-wrapper .row-gap-lg-0{row-gap:0!important}.marketplace-product-catalog-wrapper .row-gap-lg-1{row-gap:.25rem!important}.marketplace-product-catalog-wrapper .row-gap-lg-2{row-gap:.5rem!important}.marketplace-product-catalog-wrapper .row-gap-lg-3{row-gap:1rem!important}.marketplace-product-catalog-wrapper .row-gap-lg-4{row-gap:1.5rem!important}.marketplace-product-catalog-wrapper .row-gap-lg-5{row-gap:3rem!important}.marketplace-product-catalog-wrapper .column-gap-lg-0{-moz-column-gap:0!important;column-gap:0!important}.marketplace-product-catalog-wrapper .column-gap-lg-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.marketplace-product-catalog-wrapper .column-gap-lg-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.marketplace-product-catalog-wrapper .column-gap-lg-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.marketplace-product-catalog-wrapper .column-gap-lg-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.marketplace-product-catalog-wrapper .column-gap-lg-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.marketplace-product-catalog-wrapper .text-lg-start{text-align:left!important}.marketplace-product-catalog-wrapper .text-lg-end{text-align:right!important}.marketplace-product-catalog-wrapper .text-lg-center{text-align:center!important}}@media (min-width:1200px){.marketplace-product-catalog-wrapper .float-xl-start{float:left!important}.marketplace-product-catalog-wrapper .float-xl-end{float:right!important}.marketplace-product-catalog-wrapper .float-xl-none{float:none!important}.marketplace-product-catalog-wrapper .object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.marketplace-product-catalog-wrapper .object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.marketplace-product-catalog-wrapper .object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.marketplace-product-catalog-wrapper .object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.marketplace-product-catalog-wrapper .object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.marketplace-product-catalog-wrapper .d-xl-inline{display:inline!important}.marketplace-product-catalog-wrapper .d-xl-inline-block{display:inline-block!important}.marketplace-product-catalog-wrapper .d-xl-block{display:block!important}.marketplace-product-catalog-wrapper .d-xl-grid{display:grid!important}.marketplace-product-catalog-wrapper .d-xl-inline-grid{display:inline-grid!important}.marketplace-product-catalog-wrapper .d-xl-table{display:table!important}.marketplace-product-catalog-wrapper .d-xl-table-row{display:table-row!important}.marketplace-product-catalog-wrapper .d-xl-table-cell{display:table-cell!important}.marketplace-product-catalog-wrapper .d-xl-flex{display:flex!important}.marketplace-product-catalog-wrapper .d-xl-inline-flex{display:inline-flex!important}.marketplace-product-catalog-wrapper .d-xl-none{display:none!important}.marketplace-product-catalog-wrapper .flex-xl-fill{flex:1 1 auto!important}.marketplace-product-catalog-wrapper .flex-xl-row{flex-direction:row!important}.marketplace-product-catalog-wrapper .flex-xl-column{flex-direction:column!important}.marketplace-product-catalog-wrapper .flex-xl-row-reverse{flex-direction:row-reverse!important}.marketplace-product-catalog-wrapper .flex-xl-column-reverse{flex-direction:column-reverse!important}.marketplace-product-catalog-wrapper .flex-xl-grow-0{flex-grow:0!important}.marketplace-product-catalog-wrapper .flex-xl-grow-1{flex-grow:1!important}.marketplace-product-catalog-wrapper .flex-xl-shrink-0{flex-shrink:0!important}.marketplace-product-catalog-wrapper .flex-xl-shrink-1{flex-shrink:1!important}.marketplace-product-catalog-wrapper .flex-xl-wrap{flex-wrap:wrap!important}.marketplace-product-catalog-wrapper .flex-xl-nowrap{flex-wrap:nowrap!important}.marketplace-product-catalog-wrapper .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.marketplace-product-catalog-wrapper .justify-content-xl-start{justify-content:flex-start!important}.marketplace-product-catalog-wrapper .justify-content-xl-end{justify-content:flex-end!important}.marketplace-product-catalog-wrapper .justify-content-xl-center{justify-content:center!important}.marketplace-product-catalog-wrapper .justify-content-xl-between{justify-content:space-between!important}.marketplace-product-catalog-wrapper .justify-content-xl-around{justify-content:space-around!important}.marketplace-product-catalog-wrapper .justify-content-xl-evenly{justify-content:space-evenly!important}.marketplace-product-catalog-wrapper .align-items-xl-start{align-items:flex-start!important}.marketplace-product-catalog-wrapper .align-items-xl-end{align-items:flex-end!important}.marketplace-product-catalog-wrapper .align-items-xl-center{align-items:center!important}.marketplace-product-catalog-wrapper .align-items-xl-baseline{align-items:baseline!important}.marketplace-product-catalog-wrapper .align-items-xl-stretch{align-items:stretch!important}.marketplace-product-catalog-wrapper .align-content-xl-start{align-content:flex-start!important}.marketplace-product-catalog-wrapper .align-content-xl-end{align-content:flex-end!important}.marketplace-product-catalog-wrapper .align-content-xl-center{align-content:center!important}.marketplace-product-catalog-wrapper .align-content-xl-between{align-content:space-between!important}.marketplace-product-catalog-wrapper .align-content-xl-around{align-content:space-around!important}.marketplace-product-catalog-wrapper .align-content-xl-stretch{align-content:stretch!important}.marketplace-product-catalog-wrapper .align-self-xl-auto{align-self:auto!important}.marketplace-product-catalog-wrapper .align-self-xl-start{align-self:flex-start!important}.marketplace-product-catalog-wrapper .align-self-xl-end{align-self:flex-end!important}.marketplace-product-catalog-wrapper .align-self-xl-center{align-self:center!important}.marketplace-product-catalog-wrapper .align-self-xl-baseline{align-self:baseline!important}.marketplace-product-catalog-wrapper .align-self-xl-stretch{align-self:stretch!important}.marketplace-product-catalog-wrapper .order-xl-first{order:-1!important}.marketplace-product-catalog-wrapper .order-xl-0{order:0!important}.marketplace-product-catalog-wrapper .order-xl-1{order:1!important}.marketplace-product-catalog-wrapper .order-xl-2{order:2!important}.marketplace-product-catalog-wrapper .order-xl-3{order:3!important}.marketplace-product-catalog-wrapper .order-xl-4{order:4!important}.marketplace-product-catalog-wrapper .order-xl-5{order:5!important}.marketplace-product-catalog-wrapper .order-xl-last{order:6!important}.marketplace-product-catalog-wrapper .m-xl-0{margin:0!important}.marketplace-product-catalog-wrapper .m-xl-1{margin:.25rem!important}.marketplace-product-catalog-wrapper .m-xl-2{margin:.5rem!important}.marketplace-product-catalog-wrapper .m-xl-3{margin:1rem!important}.marketplace-product-catalog-wrapper .m-xl-4{margin:1.5rem!important}.marketplace-product-catalog-wrapper .m-xl-5{margin:3rem!important}.marketplace-product-catalog-wrapper .m-xl-auto{margin:auto!important}.marketplace-product-catalog-wrapper .mx-xl-0{margin-right:0!important;margin-left:0!important}.marketplace-product-catalog-wrapper .mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.marketplace-product-catalog-wrapper .mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.marketplace-product-catalog-wrapper .mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.marketplace-product-catalog-wrapper .mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.marketplace-product-catalog-wrapper .mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.marketplace-product-catalog-wrapper .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.marketplace-product-catalog-wrapper .my-xl-0{margin-top:0!important;margin-bottom:0!important}.marketplace-product-catalog-wrapper .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.marketplace-product-catalog-wrapper .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.marketplace-product-catalog-wrapper .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.marketplace-product-catalog-wrapper .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.marketplace-product-catalog-wrapper .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.marketplace-product-catalog-wrapper .mt-xl-0{margin-top:0!important}.marketplace-product-catalog-wrapper .mt-xl-1{margin-top:.25rem!important}.marketplace-product-catalog-wrapper .mt-xl-2{margin-top:.5rem!important}.marketplace-product-catalog-wrapper .mt-xl-3{margin-top:1rem!important}.marketplace-product-catalog-wrapper .mt-xl-4{margin-top:1.5rem!important}.marketplace-product-catalog-wrapper .mt-xl-5{margin-top:3rem!important}.marketplace-product-catalog-wrapper .mt-xl-auto{margin-top:auto!important}.marketplace-product-catalog-wrapper .me-xl-0{margin-right:0!important}.marketplace-product-catalog-wrapper .me-xl-1{margin-right:.25rem!important}.marketplace-product-catalog-wrapper .me-xl-2{margin-right:.5rem!important}.marketplace-product-catalog-wrapper .me-xl-3{margin-right:1rem!important}.marketplace-product-catalog-wrapper .me-xl-4{margin-right:1.5rem!important}.marketplace-product-catalog-wrapper .me-xl-5{margin-right:3rem!important}.marketplace-product-catalog-wrapper .me-xl-auto{margin-right:auto!important}.marketplace-product-catalog-wrapper .mb-xl-0{margin-bottom:0!important}.marketplace-product-catalog-wrapper .mb-xl-1{margin-bottom:.25rem!important}.marketplace-product-catalog-wrapper .mb-xl-2{margin-bottom:.5rem!important}.marketplace-product-catalog-wrapper .mb-xl-3{margin-bottom:1rem!important}.marketplace-product-catalog-wrapper .mb-xl-4{margin-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .mb-xl-5{margin-bottom:3rem!important}.marketplace-product-catalog-wrapper .mb-xl-auto{margin-bottom:auto!important}.marketplace-product-catalog-wrapper .ms-xl-0{margin-left:0!important}.marketplace-product-catalog-wrapper .ms-xl-1{margin-left:.25rem!important}.marketplace-product-catalog-wrapper .ms-xl-2{margin-left:.5rem!important}.marketplace-product-catalog-wrapper .ms-xl-3{margin-left:1rem!important}.marketplace-product-catalog-wrapper .ms-xl-4{margin-left:1.5rem!important}.marketplace-product-catalog-wrapper .ms-xl-5{margin-left:3rem!important}.marketplace-product-catalog-wrapper .ms-xl-auto{margin-left:auto!important}.marketplace-product-catalog-wrapper .p-xl-0{padding:0!important}.marketplace-product-catalog-wrapper .p-xl-1{padding:.25rem!important}.marketplace-product-catalog-wrapper .p-xl-2{padding:.5rem!important}.marketplace-product-catalog-wrapper .p-xl-3{padding:1rem!important}.marketplace-product-catalog-wrapper .p-xl-4{padding:1.5rem!important}.marketplace-product-catalog-wrapper .p-xl-5{padding:3rem!important}.marketplace-product-catalog-wrapper .px-xl-0{padding-right:0!important;padding-left:0!important}.marketplace-product-catalog-wrapper .px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.marketplace-product-catalog-wrapper .px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.marketplace-product-catalog-wrapper .px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.marketplace-product-catalog-wrapper .px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.marketplace-product-catalog-wrapper .px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.marketplace-product-catalog-wrapper .py-xl-0{padding-top:0!important;padding-bottom:0!important}.marketplace-product-catalog-wrapper .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.marketplace-product-catalog-wrapper .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.marketplace-product-catalog-wrapper .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.marketplace-product-catalog-wrapper .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.marketplace-product-catalog-wrapper .pt-xl-0{padding-top:0!important}.marketplace-product-catalog-wrapper .pt-xl-1{padding-top:.25rem!important}.marketplace-product-catalog-wrapper .pt-xl-2{padding-top:.5rem!important}.marketplace-product-catalog-wrapper .pt-xl-3{padding-top:1rem!important}.marketplace-product-catalog-wrapper .pt-xl-4{padding-top:1.5rem!important}.marketplace-product-catalog-wrapper .pt-xl-5{padding-top:3rem!important}.marketplace-product-catalog-wrapper .pe-xl-0{padding-right:0!important}.marketplace-product-catalog-wrapper .pe-xl-1{padding-right:.25rem!important}.marketplace-product-catalog-wrapper .pe-xl-2{padding-right:.5rem!important}.marketplace-product-catalog-wrapper .pe-xl-3{padding-right:1rem!important}.marketplace-product-catalog-wrapper .pe-xl-4{padding-right:1.5rem!important}.marketplace-product-catalog-wrapper .pe-xl-5{padding-right:3rem!important}.marketplace-product-catalog-wrapper .pb-xl-0{padding-bottom:0!important}.marketplace-product-catalog-wrapper .pb-xl-1{padding-bottom:.25rem!important}.marketplace-product-catalog-wrapper .pb-xl-2{padding-bottom:.5rem!important}.marketplace-product-catalog-wrapper .pb-xl-3{padding-bottom:1rem!important}.marketplace-product-catalog-wrapper .pb-xl-4{padding-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .pb-xl-5{padding-bottom:3rem!important}.marketplace-product-catalog-wrapper .ps-xl-0{padding-left:0!important}.marketplace-product-catalog-wrapper .ps-xl-1{padding-left:.25rem!important}.marketplace-product-catalog-wrapper .ps-xl-2{padding-left:.5rem!important}.marketplace-product-catalog-wrapper .ps-xl-3{padding-left:1rem!important}.marketplace-product-catalog-wrapper .ps-xl-4{padding-left:1.5rem!important}.marketplace-product-catalog-wrapper .ps-xl-5{padding-left:3rem!important}.marketplace-product-catalog-wrapper .gap-xl-0{gap:0!important}.marketplace-product-catalog-wrapper .gap-xl-1{gap:.25rem!important}.marketplace-product-catalog-wrapper .gap-xl-2{gap:.5rem!important}.marketplace-product-catalog-wrapper .gap-xl-3{gap:1rem!important}.marketplace-product-catalog-wrapper .gap-xl-4{gap:1.5rem!important}.marketplace-product-catalog-wrapper .gap-xl-5{gap:3rem!important}.marketplace-product-catalog-wrapper .row-gap-xl-0{row-gap:0!important}.marketplace-product-catalog-wrapper .row-gap-xl-1{row-gap:.25rem!important}.marketplace-product-catalog-wrapper .row-gap-xl-2{row-gap:.5rem!important}.marketplace-product-catalog-wrapper .row-gap-xl-3{row-gap:1rem!important}.marketplace-product-catalog-wrapper .row-gap-xl-4{row-gap:1.5rem!important}.marketplace-product-catalog-wrapper .row-gap-xl-5{row-gap:3rem!important}.marketplace-product-catalog-wrapper .column-gap-xl-0{-moz-column-gap:0!important;column-gap:0!important}.marketplace-product-catalog-wrapper .column-gap-xl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.marketplace-product-catalog-wrapper .column-gap-xl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.marketplace-product-catalog-wrapper .column-gap-xl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.marketplace-product-catalog-wrapper .column-gap-xl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.marketplace-product-catalog-wrapper .column-gap-xl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.marketplace-product-catalog-wrapper .text-xl-start{text-align:left!important}.marketplace-product-catalog-wrapper .text-xl-end{text-align:right!important}.marketplace-product-catalog-wrapper .text-xl-center{text-align:center!important}}@media (min-width:1400px){.marketplace-product-catalog-wrapper .float-xxl-start{float:left!important}.marketplace-product-catalog-wrapper .float-xxl-end{float:right!important}.marketplace-product-catalog-wrapper .float-xxl-none{float:none!important}.marketplace-product-catalog-wrapper .object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.marketplace-product-catalog-wrapper .object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.marketplace-product-catalog-wrapper .object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.marketplace-product-catalog-wrapper .object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.marketplace-product-catalog-wrapper .object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}.marketplace-product-catalog-wrapper .d-xxl-inline{display:inline!important}.marketplace-product-catalog-wrapper .d-xxl-inline-block{display:inline-block!important}.marketplace-product-catalog-wrapper .d-xxl-block{display:block!important}.marketplace-product-catalog-wrapper .d-xxl-grid{display:grid!important}.marketplace-product-catalog-wrapper .d-xxl-inline-grid{display:inline-grid!important}.marketplace-product-catalog-wrapper .d-xxl-table{display:table!important}.marketplace-product-catalog-wrapper .d-xxl-table-row{display:table-row!important}.marketplace-product-catalog-wrapper .d-xxl-table-cell{display:table-cell!important}.marketplace-product-catalog-wrapper .d-xxl-flex{display:flex!important}.marketplace-product-catalog-wrapper .d-xxl-inline-flex{display:inline-flex!important}.marketplace-product-catalog-wrapper .d-xxl-none{display:none!important}.marketplace-product-catalog-wrapper .flex-xxl-fill{flex:1 1 auto!important}.marketplace-product-catalog-wrapper .flex-xxl-row{flex-direction:row!important}.marketplace-product-catalog-wrapper .flex-xxl-column{flex-direction:column!important}.marketplace-product-catalog-wrapper .flex-xxl-row-reverse{flex-direction:row-reverse!important}.marketplace-product-catalog-wrapper .flex-xxl-column-reverse{flex-direction:column-reverse!important}.marketplace-product-catalog-wrapper .flex-xxl-grow-0{flex-grow:0!important}.marketplace-product-catalog-wrapper .flex-xxl-grow-1{flex-grow:1!important}.marketplace-product-catalog-wrapper .flex-xxl-shrink-0{flex-shrink:0!important}.marketplace-product-catalog-wrapper .flex-xxl-shrink-1{flex-shrink:1!important}.marketplace-product-catalog-wrapper .flex-xxl-wrap{flex-wrap:wrap!important}.marketplace-product-catalog-wrapper .flex-xxl-nowrap{flex-wrap:nowrap!important}.marketplace-product-catalog-wrapper .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.marketplace-product-catalog-wrapper .justify-content-xxl-start{justify-content:flex-start!important}.marketplace-product-catalog-wrapper .justify-content-xxl-end{justify-content:flex-end!important}.marketplace-product-catalog-wrapper .justify-content-xxl-center{justify-content:center!important}.marketplace-product-catalog-wrapper .justify-content-xxl-between{justify-content:space-between!important}.marketplace-product-catalog-wrapper .justify-content-xxl-around{justify-content:space-around!important}.marketplace-product-catalog-wrapper .justify-content-xxl-evenly{justify-content:space-evenly!important}.marketplace-product-catalog-wrapper .align-items-xxl-start{align-items:flex-start!important}.marketplace-product-catalog-wrapper .align-items-xxl-end{align-items:flex-end!important}.marketplace-product-catalog-wrapper .align-items-xxl-center{align-items:center!important}.marketplace-product-catalog-wrapper .align-items-xxl-baseline{align-items:baseline!important}.marketplace-product-catalog-wrapper .align-items-xxl-stretch{align-items:stretch!important}.marketplace-product-catalog-wrapper .align-content-xxl-start{align-content:flex-start!important}.marketplace-product-catalog-wrapper .align-content-xxl-end{align-content:flex-end!important}.marketplace-product-catalog-wrapper .align-content-xxl-center{align-content:center!important}.marketplace-product-catalog-wrapper .align-content-xxl-between{align-content:space-between!important}.marketplace-product-catalog-wrapper .align-content-xxl-around{align-content:space-around!important}.marketplace-product-catalog-wrapper .align-content-xxl-stretch{align-content:stretch!important}.marketplace-product-catalog-wrapper .align-self-xxl-auto{align-self:auto!important}.marketplace-product-catalog-wrapper .align-self-xxl-start{align-self:flex-start!important}.marketplace-product-catalog-wrapper .align-self-xxl-end{align-self:flex-end!important}.marketplace-product-catalog-wrapper .align-self-xxl-center{align-self:center!important}.marketplace-product-catalog-wrapper .align-self-xxl-baseline{align-self:baseline!important}.marketplace-product-catalog-wrapper .align-self-xxl-stretch{align-self:stretch!important}.marketplace-product-catalog-wrapper .order-xxl-first{order:-1!important}.marketplace-product-catalog-wrapper .order-xxl-0{order:0!important}.marketplace-product-catalog-wrapper .order-xxl-1{order:1!important}.marketplace-product-catalog-wrapper .order-xxl-2{order:2!important}.marketplace-product-catalog-wrapper .order-xxl-3{order:3!important}.marketplace-product-catalog-wrapper .order-xxl-4{order:4!important}.marketplace-product-catalog-wrapper .order-xxl-5{order:5!important}.marketplace-product-catalog-wrapper .order-xxl-last{order:6!important}.marketplace-product-catalog-wrapper .m-xxl-0{margin:0!important}.marketplace-product-catalog-wrapper .m-xxl-1{margin:.25rem!important}.marketplace-product-catalog-wrapper .m-xxl-2{margin:.5rem!important}.marketplace-product-catalog-wrapper .m-xxl-3{margin:1rem!important}.marketplace-product-catalog-wrapper .m-xxl-4{margin:1.5rem!important}.marketplace-product-catalog-wrapper .m-xxl-5{margin:3rem!important}.marketplace-product-catalog-wrapper .m-xxl-auto{margin:auto!important}.marketplace-product-catalog-wrapper .mx-xxl-0{margin-right:0!important;margin-left:0!important}.marketplace-product-catalog-wrapper .mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.marketplace-product-catalog-wrapper .mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.marketplace-product-catalog-wrapper .mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.marketplace-product-catalog-wrapper .mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.marketplace-product-catalog-wrapper .mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.marketplace-product-catalog-wrapper .mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.marketplace-product-catalog-wrapper .my-xxl-0{margin-top:0!important;margin-bottom:0!important}.marketplace-product-catalog-wrapper .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.marketplace-product-catalog-wrapper .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.marketplace-product-catalog-wrapper .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.marketplace-product-catalog-wrapper .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.marketplace-product-catalog-wrapper .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.marketplace-product-catalog-wrapper .mt-xxl-0{margin-top:0!important}.marketplace-product-catalog-wrapper .mt-xxl-1{margin-top:.25rem!important}.marketplace-product-catalog-wrapper .mt-xxl-2{margin-top:.5rem!important}.marketplace-product-catalog-wrapper .mt-xxl-3{margin-top:1rem!important}.marketplace-product-catalog-wrapper .mt-xxl-4{margin-top:1.5rem!important}.marketplace-product-catalog-wrapper .mt-xxl-5{margin-top:3rem!important}.marketplace-product-catalog-wrapper .mt-xxl-auto{margin-top:auto!important}.marketplace-product-catalog-wrapper .me-xxl-0{margin-right:0!important}.marketplace-product-catalog-wrapper .me-xxl-1{margin-right:.25rem!important}.marketplace-product-catalog-wrapper .me-xxl-2{margin-right:.5rem!important}.marketplace-product-catalog-wrapper .me-xxl-3{margin-right:1rem!important}.marketplace-product-catalog-wrapper .me-xxl-4{margin-right:1.5rem!important}.marketplace-product-catalog-wrapper .me-xxl-5{margin-right:3rem!important}.marketplace-product-catalog-wrapper .me-xxl-auto{margin-right:auto!important}.marketplace-product-catalog-wrapper .mb-xxl-0{margin-bottom:0!important}.marketplace-product-catalog-wrapper .mb-xxl-1{margin-bottom:.25rem!important}.marketplace-product-catalog-wrapper .mb-xxl-2{margin-bottom:.5rem!important}.marketplace-product-catalog-wrapper .mb-xxl-3{margin-bottom:1rem!important}.marketplace-product-catalog-wrapper .mb-xxl-4{margin-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .mb-xxl-5{margin-bottom:3rem!important}.marketplace-product-catalog-wrapper .mb-xxl-auto{margin-bottom:auto!important}.marketplace-product-catalog-wrapper .ms-xxl-0{margin-left:0!important}.marketplace-product-catalog-wrapper .ms-xxl-1{margin-left:.25rem!important}.marketplace-product-catalog-wrapper .ms-xxl-2{margin-left:.5rem!important}.marketplace-product-catalog-wrapper .ms-xxl-3{margin-left:1rem!important}.marketplace-product-catalog-wrapper .ms-xxl-4{margin-left:1.5rem!important}.marketplace-product-catalog-wrapper .ms-xxl-5{margin-left:3rem!important}.marketplace-product-catalog-wrapper .ms-xxl-auto{margin-left:auto!important}.marketplace-product-catalog-wrapper .p-xxl-0{padding:0!important}.marketplace-product-catalog-wrapper .p-xxl-1{padding:.25rem!important}.marketplace-product-catalog-wrapper .p-xxl-2{padding:.5rem!important}.marketplace-product-catalog-wrapper .p-xxl-3{padding:1rem!important}.marketplace-product-catalog-wrapper .p-xxl-4{padding:1.5rem!important}.marketplace-product-catalog-wrapper .p-xxl-5{padding:3rem!important}.marketplace-product-catalog-wrapper .px-xxl-0{padding-right:0!important;padding-left:0!important}.marketplace-product-catalog-wrapper .px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.marketplace-product-catalog-wrapper .px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.marketplace-product-catalog-wrapper .px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.marketplace-product-catalog-wrapper .px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.marketplace-product-catalog-wrapper .px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.marketplace-product-catalog-wrapper .py-xxl-0{padding-top:0!important;padding-bottom:0!important}.marketplace-product-catalog-wrapper .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.marketplace-product-catalog-wrapper .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.marketplace-product-catalog-wrapper .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.marketplace-product-catalog-wrapper .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.marketplace-product-catalog-wrapper .pt-xxl-0{padding-top:0!important}.marketplace-product-catalog-wrapper .pt-xxl-1{padding-top:.25rem!important}.marketplace-product-catalog-wrapper .pt-xxl-2{padding-top:.5rem!important}.marketplace-product-catalog-wrapper .pt-xxl-3{padding-top:1rem!important}.marketplace-product-catalog-wrapper .pt-xxl-4{padding-top:1.5rem!important}.marketplace-product-catalog-wrapper .pt-xxl-5{padding-top:3rem!important}.marketplace-product-catalog-wrapper .pe-xxl-0{padding-right:0!important}.marketplace-product-catalog-wrapper .pe-xxl-1{padding-right:.25rem!important}.marketplace-product-catalog-wrapper .pe-xxl-2{padding-right:.5rem!important}.marketplace-product-catalog-wrapper .pe-xxl-3{padding-right:1rem!important}.marketplace-product-catalog-wrapper .pe-xxl-4{padding-right:1.5rem!important}.marketplace-product-catalog-wrapper .pe-xxl-5{padding-right:3rem!important}.marketplace-product-catalog-wrapper .pb-xxl-0{padding-bottom:0!important}.marketplace-product-catalog-wrapper .pb-xxl-1{padding-bottom:.25rem!important}.marketplace-product-catalog-wrapper .pb-xxl-2{padding-bottom:.5rem!important}.marketplace-product-catalog-wrapper .pb-xxl-3{padding-bottom:1rem!important}.marketplace-product-catalog-wrapper .pb-xxl-4{padding-bottom:1.5rem!important}.marketplace-product-catalog-wrapper .pb-xxl-5{padding-bottom:3rem!important}.marketplace-product-catalog-wrapper .ps-xxl-0{padding-left:0!important}.marketplace-product-catalog-wrapper .ps-xxl-1{padding-left:.25rem!important}.marketplace-product-catalog-wrapper .ps-xxl-2{padding-left:.5rem!important}.marketplace-product-catalog-wrapper .ps-xxl-3{padding-left:1rem!important}.marketplace-product-catalog-wrapper .ps-xxl-4{padding-left:1.5rem!important}.marketplace-product-catalog-wrapper .ps-xxl-5{padding-left:3rem!important}.marketplace-product-catalog-wrapper .gap-xxl-0{gap:0!important}.marketplace-product-catalog-wrapper .gap-xxl-1{gap:.25rem!important}.marketplace-product-catalog-wrapper .gap-xxl-2{gap:.5rem!important}.marketplace-product-catalog-wrapper .gap-xxl-3{gap:1rem!important}.marketplace-product-catalog-wrapper .gap-xxl-4{gap:1.5rem!important}.marketplace-product-catalog-wrapper .gap-xxl-5{gap:3rem!important}.marketplace-product-catalog-wrapper .row-gap-xxl-0{row-gap:0!important}.marketplace-product-catalog-wrapper .row-gap-xxl-1{row-gap:.25rem!important}.marketplace-product-catalog-wrapper .row-gap-xxl-2{row-gap:.5rem!important}.marketplace-product-catalog-wrapper .row-gap-xxl-3{row-gap:1rem!important}.marketplace-product-catalog-wrapper .row-gap-xxl-4{row-gap:1.5rem!important}.marketplace-product-catalog-wrapper .row-gap-xxl-5{row-gap:3rem!important}.marketplace-product-catalog-wrapper .column-gap-xxl-0{-moz-column-gap:0!important;column-gap:0!important}.marketplace-product-catalog-wrapper .column-gap-xxl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.marketplace-product-catalog-wrapper .column-gap-xxl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.marketplace-product-catalog-wrapper .column-gap-xxl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.marketplace-product-catalog-wrapper .column-gap-xxl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.marketplace-product-catalog-wrapper .column-gap-xxl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.marketplace-product-catalog-wrapper .text-xxl-start{text-align:left!important}.marketplace-product-catalog-wrapper .text-xxl-end{text-align:right!important}.marketplace-product-catalog-wrapper .text-xxl-center{text-align:center!important}}@media (min-width:1200px){.marketplace-product-catalog-wrapper .fs-1{font-size:2.5rem!important}.marketplace-product-catalog-wrapper .fs-2{font-size:2rem!important}.marketplace-product-catalog-wrapper .fs-3{font-size:1.75rem!important}.marketplace-product-catalog-wrapper .fs-4{font-size:1.5rem!important}}@media print{.marketplace-product-catalog-wrapper .d-print-inline{display:inline!important}.marketplace-product-catalog-wrapper .d-print-inline-block{display:inline-block!important}.marketplace-product-catalog-wrapper .d-print-block{display:block!important}.marketplace-product-catalog-wrapper .d-print-grid{display:grid!important}.marketplace-product-catalog-wrapper .d-print-inline-grid{display:inline-grid!important}.marketplace-product-catalog-wrapper .d-print-table{display:table!important}.marketplace-product-catalog-wrapper .d-print-table-row{display:table-row!important}.marketplace-product-catalog-wrapper .d-print-table-cell{display:table-cell!important}.marketplace-product-catalog-wrapper .d-print-flex{display:flex!important}.marketplace-product-catalog-wrapper .d-print-inline-flex{display:inline-flex!important}.marketplace-product-catalog-wrapper .d-print-none{display:none!important}}

.marketplace-product-catalog-wrapper {
  font-size: 25px;
  color: var(--darkGreen);
  margin-right: 0;
}

.marketplace-product-catalog-wrapper .notifyDropdown {
  min-width: 25rem;
  max-width: 90%;
  padding: 10px;
  background: var(--cardBackground);
  border: none;
  border-radius: 3px;
  box-shadow: 4px -4px 15px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px !important;
}
.marketplace-product-catalog-wrapper .notifyDropdown:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid var(--cardBackgroundLight);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  right: 0;
  top: -19px;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .notifyDropdown {
    padding: 0 10px 0 0;
  }
}

.marketplace-product-catalog-wrapper .notifyDropdownItem {
  background: var(--cardBackground);
  border: 1px solid var(--borderColor);
}
.marketplace-product-catalog-wrapper .notifyDropdownItem h5 {
  font-size: 16px;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .notifyDropdownItem small {
  font-size: 11px;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .notifyDropdownItem small i {
  font-size: 14px;
}
.marketplace-product-catalog-wrapper .notifyDropdownItem p {
  font-size: 12px;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .notifyDropdownItem:hover {
  background: var(--cardBackgroundLight);
}

.marketplace-product-catalog-wrapper .showcaseArea {
  width: 100%;
  position: relative;
}

@media (max-width: 1199px) and (min-width: 550px) {
  .marketplace-product-catalog-wrapper .container, 
  .marketplace-product-catalog-wrapper .container-lg, 
  .marketplace-product-catalog-wrapper .container-md, 
  .marketplace-product-catalog-wrapper .container-sm {
    max-width: calc(100% - 40px);
  }
}
.marketplace-product-catalog-wrapper .bg-dark-blue {
  background-color: var(--darkBlue);
}

.marketplace-product-catalog-wrapper .bg-dark-green {
  background-color: var(--darkGreen);
}

.marketplace-product-catalog-wrapper .navigation-breadcrumb-zone {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.marketplace-product-catalog-wrapper .navigation-breadcrumb-zone .breadcrumb {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.marketplace-product-catalog-wrapper .navigation-breadcrumb-zone .breadcrumb li {
  list-style: none;
  font-size: 12px;
  color: var(--textColor);
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.marketplace-product-catalog-wrapper .navigation-breadcrumb-zone .breadcrumb li span,
.marketplace-product-catalog-wrapper .navigation-breadcrumb-zone .breadcrumb li a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.marketplace-product-catalog-wrapper .navigation-breadcrumb-zone .breadcrumb li meta {
  display: none;
}
.marketplace-product-catalog-wrapper .navigation-breadcrumb-zone .breadcrumb li a {
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .navigation-breadcrumb-zone .breadcrumb li a:hover {
  color: var(--textColor);
  text-decoration: underline;
}
.marketplace-product-catalog-wrapper .navigation-breadcrumb-zone .breadcrumb li i {
  color: var(--darkGreen);
}
.marketplace-product-catalog-wrapper .navigation-breadcrumb-zone .breadcrumb li.active {
  color: var(--darkGreen);
}

.marketplace-product-catalog-wrapper .filter-panel-container {
  width: 100%;
  position: relative;
  transition: all 0.2s;
  border-radius: 15px;
  border: 1px solid var(--borderColor);
}

.marketplace-product-catalog-wrapper.light-theme .filter-panel-container {
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.15);
}

.marketplace-product-catalog-wrapper .filter-panel-container.sticky {
  position: sticky;
  top: 20px;
  transition: all 0.2s;
}

.marketplace-product-catalog-wrapper .filter-panel-container .filter-panel-header-section {
  width: 100%;
  position: relative;
  padding: 15px;
  background: var(--cardBackgroundLight);
  border-radius: 15px 15px 0 0;
}

.marketplace-product-catalog-wrapper .filter-panel-container .filter-panel-header-section .form-input-group-cs2 {
  width: 100%;
  margin: 0;
}

.marketplace-product-catalog-wrapper .filter-panel-container .filter-panel-header-section .form-input-group-cs2 {
  width: 100%;
}

.marketplace-product-catalog-wrapper .filter-panel-container .filter-panel-header-section.first {
  border-radius: 15px 15px 0 0 !important;
}

@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .filter-panel-container .filter-panel-header-section.first {
    clip-path: none;
  }
}

.marketplace-product-catalog-wrapper .filter-panel-container .filter-panel-header-section h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--textColor);
  margin: 0;
}

.marketplace-product-catalog-wrapper .filter-panel-container .filter-panel-body-section {
  width: 100%;
  position: relative;
  padding: 15px;
  background: var(--cardBackground);
  border-radius: 0 0 15px 15px;
}

.marketplace-product-catalog-wrapper .filter-panel-container .filter-panel-body-section .filter-panel-nav-section {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 5px;
  max-height: 172px;
}

.marketplace-product-catalog-wrapper .filter-panel-container .filter-panel-body-section .filter-panel-nav-section.auto {
  max-height: fit-content;
}

.marketplace-product-catalog-wrapper .filter-panel-container .filter-panel-body-section .filter-panel-nav-section .filter-panel-nav-sectionItem {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  color: var(--textColor);
  transition: all 0.2s;
  padding: 5px 0;
  border-bottom: 1px solid var(--borderColor2);
}

.marketplace-product-catalog-wrapper .filter-panel-container .filter-panel-body-section .filter-panel-nav-section .filter-panel-nav-sectionItem i {
  color: var(--darkGreen);
}

.marketplace-product-catalog-wrapper .filter-panel-container .filter-panel-body-section .filter-panel-nav-section .filter-panel-nav-sectionItem:hover {
  color: var(--darkGreen);
  padding-left: 10px;
  transition: all 0.2s;
}

.marketplace-product-catalog-wrapper .filter-panel-container .filter-panel-body-section .filter-panel-nav-section .filter-panel-nav-sectionItem.active {
  color: var(--darkGreen);
}

.marketplace-product-catalog-wrapper .filter-option-group-section {
  width: 100%;
  position: relative;
}
.marketplace-product-catalog-wrapper .filter-option-group-section .filter-group-title-heading {
  font-size: 13px;
  font-weight: 600;
  color: var(--textColor);
  margin-bottom: 5px;
}
.marketplace-product-catalog-wrapper .filter-option-group-section .filter-options-list-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.marketplace-product-catalog-wrapper .filter.filter-option-group-section .filter-options-list-container {
  max-height: 98px;
  padding: 5px;
  background: var(--cardBackgroundDark);
}

.marketplace-product-catalog-wrapper.light-theme .filter-option-group-section .filter-options-list-container {
  background: #fafafa;
}

.marketplace-product-catalog-wrapper .scroll-auto-overflow-cs2 {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #80f1b1 #31323c;
  transition: 0.3s;
}
.marketplace-product-catalog-wrapper .scroll-auto-overflow-cs2::-webkit-scrollbar {
  width: 4px;
}
.marketplace-product-catalog-wrapper .scroll-auto-overflow-cs2::-webkit-scrollbar-track {
  background: #31323c;
}
.marketplace-product-catalog-wrapper .scroll-auto-overflow-cs2::-webkit-scrollbar-thumb {
  background-color: #80f1b1;
  border-radius: 6px;
  border: 4px solid #80f1b1;
}
.marketplace-product-catalog-wrapper.light-theme .scroll-auto-overflow-cs2 {
  scrollbar-color: #343891 #bbbbbb;
}
.marketplace-product-catalog-wrapper.light-theme .scroll-auto-overflow-cs2::-webkit-scrollbar-track {
  background: #bbbbbb;
}
.marketplace-product-catalog-wrapper.light-theme .scroll-auto-overflow-cs2::-webkit-scrollbar-thumb {
  background-color: #343891;
  border-radius: 6px;
  border: 4px solid #343891;
}

.marketplace-product-catalog-wrapper .filter-option-label-item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--textColor);
  cursor: pointer;
}
.marketplace-product-catalog-wrapper .filter-option-label-item.block {
  background: var(--cardBackground);
  border-radius: 3px;
  padding: 8px 10px 8px 10px;
  font-size: 14px;
}
.marketplace-product-catalog-wrapper .filter-option-label-item.block .betweenLabel {
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .filter-option-label-item.block .betweenLabel {
    flex-direction: column;
    align-items: flex-start;
  }
}
.marketplace-product-catalog-wrapper .filter-option-label-item.block .filter-option-input-field {
  margin: 0;
}
.marketplace-product-catalog-wrapper .filter-option-label-item.between {
  justify-content: space-between;
}
.marketplace-product-catalog-wrapper .filter-option-label-item .filter-option-input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: var(--backgroundDark);
  border: 2px solid var(--borderColor);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
}
.marketplace-product-catalog-wrapper.light-theme .filter-option-label-item .filter-option-input-field {
  border-color: #bdbdbd;
}

.marketplace-product-catalog-wrapper .mini.filter-option-label-item .filter-option-input-field {
  width: 15px;
  height: 15px;
}

.marketplace-product-catalog-wrapper .filter-option-label-item .filter-option-input-field.required {
  border-color: #c3141b;
  animation-duration: 1s;
  animation-name: liveEffect;
  transition: all 0.5s;
  animation-iteration-count: infinite;
}
.marketplace-product-catalog-wrapper .filter-option-label-item .filter-option-input-field:hover {
  background: var(--cardBackgroundLight);
}
.marketplace-product-catalog-wrapper .filter-option-label-item .filter-option-input-field:checked {
  background: #343891;
}
.marketplace-product-catalog-wrapper .filter-option-label-item .filter-option-input-field:checked:before {
  width: 16px;
  height: 16px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='%23ffffff' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
}
.marketplace-product-catalog-wrapper .mini.filter-option-label-item .filter-option-input-field:checked:before {
  width: 10px;
  height: 10px;
  top: -3px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%23ffffff' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/%3E%3C/svg%3E");
}

.marketplace-product-catalog-wrapper .filter-option-label-item .filter-option-input-field:checked:after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #343891;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}
.marketplace-product-catalog-wrapper .radio.filter-option-label-item .filter-option-input-field:checked:after {
  border-radius: 50%;
}

.marketplace-product-catalog-wrapper .form-input-group-cs2 {
  position: relative;
}

.marketplace-product-catalog-wrapper .filter-select-all-trigger {
  color: #30bd91;
}

.marketplace-product-catalog-wrapper .form-input-group-cs2 .form-input-control-cs2 {
  width: 100% !important;
  position: relative;
  background: var(--backgroundDark);
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 7px 15px !important;
  border-radius: 15px !important;
  -moz-appearance: textfield;
  z-index: 1;
}

.marketplace-product-catalog-wrapper.light-theme .form-input-group-cs2 .form-input-control-cs2 {
  background: #f9fafb;
  color: var(--textColor);
  border: none;
}

.marketplace-product-catalog-wrapper.light-theme .form-input-group-cs2 .form-input-control-cs2:focus {
  background: #f8f9fa;
  border-color: #d1d1d1;
  color: var(--textColor);
}

.marketplace-product-catalog-wrapper .mini.form-input-group-cs2 .form-input-control-cs2 {
  font-size: 11px;
  padding: 5px 10px !important;
}

.marketplace-product-catalog-wrapper .form-input-group-cs2 .form-input-control-cs2:focus {
  outline: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  background: #0a0b10;
  border-color: #333444;
  color: #fff;
}

.marketplace-product-catalog-wrapper .form-input-group-cs2 .form-input-control-cs2::placeholder {
  color: var(--placeholderColor);
}

.marketplace-product-catalog-wrapper .form-input-group-cs2 .form-input-control-cs2::-webkit-outer-spin-button,
.marketplace-product-catalog-wrapper .form-input-group-cs2 .form-input-control-cs2::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

.marketplace-product-catalog-wrapper .form-input-group-cs2.withIcon .form-input-control-cs2,
.marketplace-product-catalog-wrapper .catalog-inner-content .form-input-group-cs2.withIcon .form-input-control-cs2 {
  padding-right: 50px !important;
}

.marketplace-product-catalog-wrapper.light-theme .form-input-group-cs2.withIcon .form-input-control-cs2,
.marketplace-product-catalog-wrapper.light-theme .catalog-inner-content .form-input-group-cs2.withIcon .form-input-control-cs2 {
  background: #fff;
}

.marketplace-product-catalog-wrapper .mini.form-input-group-cs2.withIcon .form-input-control-cs2,
.marketplace-product-catalog-wrapper .catalog-inner-content .mini.form-input-group-cs2.withIcon .form-input-control-cs2 {
  padding-right: 30px !important;
}

.marketplace-product-catalog-wrapper .sidebar-icon-container-cs2,
.marketplace-product-catalog-wrapper .catalog-inner-content .sidebar-icon-container-cs2 {
  width: 40px;
  height: 39px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--borderColor);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 15px 15px 0;
  z-index: 2;
  color: var(--darkGreen);
  pointer-events: auto;
}

.marketplace-product-catalog-wrapper.light-theme .sidebar-icon-container-cs2,
.marketplace-product-catalog-wrapper.light-theme .catalog-inner-content .sidebar-icon-container-cs2 {
  background: #bdbdbd;
}

.marketplace-product-catalog-wrapper .mini .sidebar-icon-container-cs2,
.marketplace-product-catalog-wrapper .catalog-inner-content .mini .sidebar-icon-container-cs2 {
  width: 30px;
  height: 30px;
  font-size: 13px;
}

.marketplace-product-catalog-wrapper .mini.filter-option-label-item .filter-option-input-field:checked:after {
  -webkit-animation: click-wave-mini 0.65s;
  -moz-animation: click-wave-mini 0.65s;
  animation: click-wave-mini 0.65s;
}

.marketplace-product-catalog-wrapper .radio.filter-option-label-item .filter-option-input-field {
  border-radius: 50%;
}

.marketplace-product-catalog-wrapper .filter-option-label-item strong {
  color: var(--darkGreen);
}

@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 40px;
    width: 40px;
    margin-left: -14px;
    margin-top: -14px;
    opacity: 0;
  }
}
@keyframes click-wave-mini {
  0% {
    height: 15px;
    width: 15px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 30px;
    width: 30px;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
  }
}
.marketplace-product-catalog-wrapper .searchResults {
  width: 100%;
  height: 455px;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--background);
  border: 2px solid var(--borderColor);
  border-top: none;
  color: var(--textColor);
  font-size: 12px;
  z-index: 4;
  padding: 10px;
  display: none;
}
.marketplace-product-catalog-wrapper .searchResults.active {
  display: block;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .searchResults {
    height: calc(100vh - 105px);
    z-index: 21;
  }
}

.marketplace-product-catalog-wrapper .searchItem {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15);
  background: var(--cardBackground);
  padding: 0 10px 0 0;
}
.marketplace-product-catalog-wrapper.light-theme .searchItem {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.marketplace-product-catalog-wrapper .searchItem .searchItemImage {
  width: 60px;
  position: relative;
  border-radius: 7px 0 0 7px;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.marketplace-product-catalog-wrapper .list.searchItem .searchItemImage {
  width: 40px;
}

.marketplace-product-catalog-wrapper .searchItem .searchItemImage img {
  width: 100%;
  position: relative;
}
.marketplace-product-catalog-wrapper .searchItem .searchItemInfo {
  width: calc(100% - 60px);
  position: relative;
  padding: 10px 35px 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.marketplace-product-catalog-wrapper .list.searchItem .searchItemInfo {
  width: calc(100% - 40px);
  padding: 0 0 0 5px;
}

.marketplace-product-catalog-wrapper .searchItem .searchItemInfo h3 {
  font-size: 12px;
  font-weight: 500;
  color: var(--textColor);
  margin: 0 0 0 0;
  padding: 0;
}
.marketplace-product-catalog-wrapper .searchItem .searchItemInfo h3 a {
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .searchItem .searchItemInfo .searchItemPrice {
  font-size: 12px;
  font-weight: 800;
  color: var(--darkGreen);
}
.marketplace-product-catalog-wrapper .searchItem .searchItemInfo .searchBelonging {
  display: inline-block;
  padding: 5px 10px;
  background: var(--cardBackgroundLight);
  font-size: 10px;
  font-weight: 600;
  color: var(--textColor);
  line-height: 1;
  border-radius: 3px;
}

.marketplace-product-catalog-wrapper .offcanvas.bgCard {
  background: var(--cardBackground);
}

.marketplace-product-catalog-wrapper .quickMenuButton {
  width: 30px;
  height: 60px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--darkBlue);
  font-size: 20px;
}
.marketplace-product-catalog-wrapper .quickMenuButton:hover {
  color: var(--darkGreen);
}
.marketplace-product-catalog-wrapper .quickMenuButton:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--darkGreen);
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper :hover.quickMenuButton:before {
  background: var(--darkBlue);
  transition: all 0.2s;
}

.marketplace-product-catalog-wrapper .quickMenuButton:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0);
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  border-radius: 50%;
  z-index: 0;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper :hover.quickMenuButton:after {
  width: 80px;
  height: 80px;
  left: -10px;
  top: -10px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.2s;
}

.marketplace-product-catalog-wrapper .quickMenuButton i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  z-index: 2;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .quickMenuButton {
    display: none;
  }
}

.marketplace-product-catalog-wrapper .quickMenuEditButton {
  display: inline-flex;
  gap: 5px;
  padding: 5px 10px;
  line-height: 1;
  background: #343891;
  color: #fff;
  border-radius: 5px;
  font-size: 10px;
}
.marketplace-product-catalog-wrapper .quickMenuEditButton:hover {
  background: #282B78;
  color: #fff;
}
.marketplace-product-catalog-wrapper .quickMenuEditButton.cancel {
  background: #c3141b;
}
.marketplace-product-catalog-wrapper .quickMenuEditButton.cancel:hover {
  background: #990d11;
  color: #fff;
}

.marketplace-product-catalog-wrapper .quickMenuArea {
  max-width: 280px;
}
.marketplace-product-catalog-wrapper .quickMenuArea h5 {
  font-size: 15px;
  font-weight: 700;
}

.marketplace-product-catalog-wrapper .modeSwitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.marketplace-product-catalog-wrapper .modeSwitch .modeSwitchCheckbox {
  display: none;
}
.marketplace-product-catalog-wrapper .modeSwitch .modeSwitchCheckbox:checked + .modeSwitchLabel .modeSwitchInner {
  margin-left: 0;
}
.marketplace-product-catalog-wrapper .modeSwitch .modeSwitchCheckbox:checked + .modeSwitchLabel .modeSwitchSwitch {
  right: 0px;
}
.marketplace-product-catalog-wrapper .modeSwitch .modeSwitchLabel {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid var(--borderColor);
  border-radius: 20px;
}
.marketplace-product-catalog-wrapper .modeSwitch .modeSwitchLabel .modeSwitchInner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.marketplace-product-catalog-wrapper .modeSwitch .modeSwitchLabel .modeSwitchInner:before, .marketplace-product-catalog-wrapper .modeSwitch .modeSwitchLabel .modeSwitchInner:after {
  display: block;
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 11px;
  color: white;
  font-weight: bold;
  box-sizing: border-box;
}
.marketplace-product-catalog-wrapper .modeSwitch .modeSwitchLabel .modeSwitchInner:before {
  content: "Dark";
  padding-left: 10px;
  background-color: var(--dark-primary-bg, #171a21);
  color: #FFFFFF;
}
.marketplace-product-catalog-wrapper .modeSwitch .modeSwitchLabel .modeSwitchInner:after {
  content: "Light";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.marketplace-product-catalog-wrapper .modeSwitch .modeSwitchLabel .modeSwitchSwitch {
  display: block;
  width: 12px;
  margin: 6px;
  background: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.marketplace-product-catalog-wrapper .backdrop {
  background-color: rgba(17, 17, 23, 0.9607843137);
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  left: 0;
  top: 0;
  clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
  z-index: 1;
}

.marketplace-product-catalog-wrapper .etbis {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .etbis {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .marketplace-product-catalog-wrapper .etbis img {
    width: 60px !important;
    height: 72px !important;
  }
}

.marketplace-product-catalog-wrapper .copyrightText {
  padding: 0 0 0 0;
  margin: 0;
  font-size: 12px;
  color: var(--textColor);
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .copyrightText {
    padding: 0;
    text-align: left;
    margin: 10px 0 10px 10px;
  }
}

.marketplace-product-catalog-wrapper .payMethodsImage {
  max-width: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .payMethodsImage {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .marketplace-product-catalog-wrapper .w-md-auto {
    width: auto !important;
  }
}
.marketplace-product-catalog-wrapper .backLink {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  gap: 5px;
}
.marketplace-product-catalog-wrapper .backLink i {
  font-size: 18px;
}

@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .collapsing {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
.marketplace-product-catalog-wrapper .mobilBusinessNavTitle {
  width: 100%;
  position: relative;
  padding: 10px 15px;
  background: var(--cardBackgroundLight);
}
.marketplace-product-catalog-wrapper .mobilBusinessNavTitle h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--textColor);
  margin: 0;
}

.marketplace-product-catalog-wrapper .mobilBusinessNavBox {
  width: 100%;
  position: relative;
  padding: 10px 15px;
  background: var(--cardBackground);
}

.marketplace-product-catalog-wrapper .eksBadge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  padding: 4px 10px;
  line-height: 1;
  font-size: 11px;
  font-weight: 700;
  background: var(--cardBackgroundLight);
  color: var(--textColor);
  border-radius: 50px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.marketplace-product-catalog-wrapper .eksBadge.mini {
  padding: 2px 5px;
  font-size: 8px;
}
.marketplace-product-catalog-wrapper .eksBadge.lastBadge {
  border-radius: 2px;
  clip-path: polygon(100% 0%, 100% calc(100% - 9px), calc(100% - 10px) 100%, 0% 100%, 0% 0%);
}
.marketplace-product-catalog-wrapper .eksBadge.success {
  background: #28A745;
  color: #fff;
}
.marketplace-product-catalog-wrapper .eksBadge.warning {
  background: #e3b21a;
  color: #000;
}
.marketplace-product-catalog-wrapper .eksBadge.danger {
  background: #c3141b;
  color: #fff;
}
.marketplace-product-catalog-wrapper .eksBadge.weight {
  background: #343891;
  color: #fff;
}
.marketplace-product-catalog-wrapper .eksBadge.info {
  background: #16a7e9;
  color: #fff;
}
.marketplace-product-catalog-wrapper .eksBadge.w100 {
  min-width: 115px;
  justify-content: center;
}

@keyframes liveEffect {
  0% {
    filter: drop-shadow(0 0px 5px rgba(128, 241, 177, 0.15));
  }
  50% {
    filter: drop-shadow(0 0px 5px rgba(128, 241, 177, 0.95));
  }
  100% {
    filter: drop-shadow(0 0px 5px rgba(128, 241, 177, 0.15));
  }
}
.marketplace-product-catalog-wrapper .footerBox {
  width: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .footerBox {
    display: none;
  }
  .marketplace-product-catalog-wrapper .footerBox.show {
    display: block;
  }
}

.marketplace-product-catalog-wrapper .footerToggleButton {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--textColor);
  padding-bottom: 30px;
}

.marketplace-product-catalog-wrapper .itemSlider {
  width: 100%;
  position: relative;
  overflow-x: scroll;
  display: flex;
  align-items: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.marketplace-product-catalog-wrapper .itemSlider::-webkit-scrollbar {
  display: none;
}
.marketplace-product-catalog-wrapper .itemSlider .scrollItem {
  position: relative;
  margin-right: 15px;
}
.marketplace-product-catalog-wrapper .productScroll.itemSlider .scrollItem {
  width: 230px;
}

.marketplace-product-catalog-wrapper .text-theme {
  color: var(--darkGreen);
}

.marketplace-product-catalog-wrapper .colorDarkGreen {
  color: var(--darkGreen);
}

.marketplace-product-catalog-wrapper body.snow:after {
  content: "";
  width: 100%;
  height: 30px;
  background: url("https://oyuneks.com/revolution/images/snow-bottom.svg") no-repeat center bottom transparent;
  background-size: 100% auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.marketplace-product-catalog-wrapper body.snow:before {
  content: "";
  width: 100%;
  height: 45px;
  background: url("https://oyuneks.com/revolution/images/snow-top.svg") no-repeat center bottom transparent;
  background-size: 100% auto;
  position: absolute;
  top: -8px;
  left: 0;
}

.marketplace-product-catalog-wrapper .blink {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.marketplace-product-catalog-wrapper .colorDarkGreen {
  color: var(--darkGreen) !important;
}

.marketplace-product-catalog-wrapper .customerInfoCard {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 3;
  padding: 0 0 0 0;
  margin-bottom: 0;
}
.marketplace-product-catalog-wrapper .customerInfoCard .profileImageArea {
  width: 60px;
  position: relative;
  filter: drop-shadow(4px -4px 4px rgba(0, 0, 0, 0.45));
}
.marketplace-product-catalog-wrapper .customerInfoCard .profileImageArea .profileImage {
  width: 60px;
  height: 60px;
  position: relative;
  padding: 2px;
  background: var(--borderColor);
  border-radius: 20px;
  z-index: 1;
}
.marketplace-product-catalog-wrapper .customerInfoCard .profileImageArea .profileImage img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 18px;
}
.marketplace-product-catalog-wrapper .customerInfoCard .profileImageArea .editProfileButton {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: var(--darkGreen);
  color: var(--darkBluelightWhite);
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .customerInfoCard .profileImageArea .editProfileButton:hover {
  transform: scale(1.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45);
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .customerInfoCard .profileDetail {
  width: calc(100% - 60px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  
}
.marketplace-product-catalog-wrapper .customerInfoCard .profileDetail .personInfo {
  padding-left: 15px;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
}
.marketplace-product-catalog-wrapper .customerInfoCard .profileDetail .personInfo h3 {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0);
  margin: 0;
}
.marketplace-product-catalog-wrapper body.streamer-on .customerInfoCard .profileDetail .personInfo h3 {
  filter: blur(3px);
}

.marketplace-product-catalog-wrapper.light-theme .customerInfoCard .profileDetail .personInfo h3 {
  color: #343891;
}

.marketplace-product-catalog-wrapper .customerInfoCard .profileDetail .personInfo .detailBalance {
  display: inline-flex;
  padding: 2px 2px 2px 20px;
  position: relative;
  background: #e9b535;
  border-radius: 50px;
}
.marketplace-product-catalog-wrapper body.streamer-on .customerInfoCard .profileDetail .personInfo .detailBalance {
  filter: blur(2px);
}

.marketplace-product-catalog-wrapper .customerInfoCard .profileDetail .personInfo .detailBalance .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  background: #f1db7d;
  color: var(--dark-primary-bg, #171a21);
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.25);
}
.marketplace-product-catalog-wrapper .customerInfoCard .profileDetail .personInfo .detailBalance .price {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 700;
  color: var(--dark-primary-bg, #171a21);
  line-height: 1;
}
.marketplace-product-catalog-wrapper .customerInfoCard .profileDetail .personInfo .detailBalance .price i {
  font-size: 12px;
  color: #343891;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .customerInfoCard .profileDetail .personInfo .detailBalance .price i:hover {
  transform: scale(1.4);
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .customerInfoCard .profileDetail .personInfo .sidebarLogoutButton {
  display: inline-flex;
  align-items: center;
  font-size: 9px;
  color: var(--textColor);
  gap: 5px;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .customerInfoCard .profileDetail .personInfo .sidebarLogoutButton:hover {
  transform: scale(1.2);
  color: var(--darkGreen);
  padding-left: 10px;
  transition: all 0.2s;
}

.marketplace-product-catalog-wrapper .table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--textColor);
  vertical-align: top;
  border-color: var(--borderColor);
}

.marketplace-product-catalog-wrapper .table td {
  padding: 5px;
}

.marketplace-product-catalog-wrapper .fireEffect {
  --offset: 2;
  overflow: hidden;
  position: relative;
  border: none;
  padding: 2px;
  background: var(--borderColor);
}

.marketplace-product-catalog-wrapper .fireEffect.active {
  background: var(--darkGreen);
}
.marketplace-product-catalog-wrapper .fireEffect:before {
  content: '';
  background: conic-gradient(transparent 270deg, #ffb200, transparent);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 100%;
  animation: rotate 2s linear infinite;
}
.marketplace-product-catalog-wrapper .fireEffect:after {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background: var(--cardBackground);
  border-radius: 13px;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
  }

  to {
    transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
  }
}

.marketplace-product-catalog-wrapper .cs2-action-button-element {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #30bd91;
  border: 2px solid #484ca8;
  padding: 10px 30px;
  border-radius: 50px;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.1s ease-in-out;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.fn {
  font-weight: 400;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.rn {
  border-radius: 15px;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element:hover {
  background: #28a376;
  border-color: #686cd5;
  color: #fff;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element:disabled {
  color: var(--textColor) !important;
  background: var(--borderColor)!important;
  border-color: var(--borderColor) !important;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element:hover:disabled {
  color: var(--textColor) !important;
  background: var(--borderColor) !important;
  border-color: var(--borderColor) !important;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.leftFlat {
  border-radius: 0 50px 50px 0;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.leftFlat.rn {
  border-radius: 0 15px 15px 0;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.rightFlat {
  border-radius: 50px 0 0 50px;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.rightFlat.rn {
  border-radius: 15px 0 0 15px;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.large {
  font-size: 16px;
  padding: 15px 30px;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.mini {
  font-size: 12px;
  padding: 7px 20px;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.green {
  color: #343891;
  background: #80F1B1;
  border-color: #248A50;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.green:hover {
  color: #fff;
  background: #248A50;
  border-color: #80F1B1;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.dark {
  color: var(--textColor);
  background: var(--cardBackground);
  border-color: var(--borderColor);
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.dark:hover {
  background: #343643;
  border-color: #47495a;
  color: #fff;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.success {
  color: #fff;
  background: #157b2a;
  border-color: #28A745;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.success:hover {
  background: #28A745;
  border-color: #157b2a;
  color: #fff;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.warning {
  color: #000000;
  background: #e3b21a;
  border-color: #b58c0d;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.warning:hover {
  background: #debd5b;
  border-color: #e3b21a;
  color: #000000;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.danger {
  color: #ffffff;
  background: #f15676;
  border-color: #d14360;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.danger:hover {
  background: #d14360;
  border-color: #008bcb;
  color: #ffffff;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.info {
  color: #ffffff;
  background: #16a7e9;
  border-color: #1581b2;
}
.marketplace-product-catalog-wrapper .cs2-action-button-element.info:hover {
  background: #008bcb;
  border-color: #16a7e9;
  color: #ffffff;
}

.marketplace-product-catalog-wrapper .sectionCard {
  border-radius: 15px;
  overflow: hidden;
}

.marketplace-product-catalog-wrapper .quantityInputNew {
  max-width: 80px;
  border-left: unset !important;;
  border-right: unset !important;
  text-align: center !important;
  padding: 7px !important;
  height: 38px;
}

.marketplace-product-catalog-wrapper .bannerCounterWrapper {
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
@media (max-width: 576px) {
    .marketplace-product-catalog-wrapper .bannerCounterWrapper {
        top: 30px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
.marketplace-product-catalog-wrapper .bannerCounterWrapper .bannerCounter {
    width: 100%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: transparent;
    padding: 7px 10px;
    border-radius: 3px;
}
@media (max-width: 1399px) {
    .marketplace-product-catalog-wrapper .bannerCounterWrapper .bannerCounter {
        gap: 5px;
        padding: 10px 10px;
    }
}
@media (max-width: 576px) {
    .marketplace-product-catalog-wrapper .bannerCounterWrapper .bannerCounter {
        gap: 5px;
        padding: 10px 10px;
    }
}

.marketplace-product-catalog-wrapper .bannerCounterWrapper .bannerCounter .counterIcon {
    font-size: 20px;
    color: var(--darkGreen);
}
@media (max-width: 576px) {
    .marketplace-product-catalog-wrapper .bannerCounterWrapper .bannerCounter .counterIcon {
        display: none;
    }
}
.marketplace-product-catalog-wrapper .bannerCounterWrapper .bannerCounter .counterCounterItem {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.marketplace-product-catalog-wrapper .bannerCounterWrapper .bannerCounter .counterCounterItem .counterNumber {
    width: 25px;
    font-size: 20px;
    font-weight: 700;
    color: var(--textColor);
}
@media (max-width: 576px) {
    .marketplace-product-catalog-wrapper .bannerCounterWrapper .bannerCounter .counterCounterItem .counterNumber {
        font-size: 20px;
    }
}
.marketplace-product-catalog-wrapper .bannerCounterWrapper .bannerCounter .counterCounterItem .counterNumberInfo {
    font-size: 13px;
    font-weight: 400;
    color: var(--textColor);
}
@media (max-width: 576px) {
    .marketplace-product-catalog-wrapper .bannerCounterWrapper .bannerCounter .counterCounterItem .counterNumberInfo {
        font-size: 8px;
    }
}

.marketplace-product-catalog-wrapper {
  --background: var(--dark-primary-bg, #171a21);
  --backgroundRgbaZero: rgba(24,24,32,0);
  --backgroundDark: #111117;
  --backgroundDarkLightBlue: #111117;
  --backgroundDark2: #0c0c10;
  --cardBackground: var(--dark-secondary-bg, #212630);
  --cardBackgroundLight: #272834;
  --cardBackgroundDark: #1c1d26;
  --cardBackgroundRgba: rgba(32,33,43,0.6);
  --textColor: #C8C9D8;
  --placeholderColor: #abacb5;
  --borderColor: #333444;
  --borderColor2: #171822;
  --borderColor3: #0E0E14;
  --linkActiveColor: #80F1B1;
  --hoverDark: var(--dark-primary-bg, #171a21);
  --linkText: #C8C9D8;
  --darkGreen: #80F1B1;
  --darkGreenDark: #248A50;
  --darkBlue: #343891;
  --darkBlueDark: #282B78;
  --darkBluelightWhite: #343891;
  --otherColor1: #1b1c26;
  background: var(--background);
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 14px;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper.light-theme {
  --background: #eeeeee;
  --backgroundDark: #dddddd;
  --backgroundDarkLightBlue: #343891;
  --backgroundDark2: #bbbbbb;
  --cardBackground: #fff;
  --cardBackgroundLight: #f2f2f2;
  --cardBackgroundDark: #dbdbdb;
  --cardBackgroundRgba: rgba(255,255,255,0.6);
  --textColor: #212529;
  --placeholderColor: #212529;
  --borderColor: #e5e5e5;
  --borderColor2: #8b8989;
  --borderColor3: #bbbbbb;
  --linkActiveColor: #343891;
  --hoverDark:#eeeeee;
  --linkText: #343891;
  --darkGreen: #30bd91;
  --darkGreenDark: #248A50;
  --darkBlue: #80F1B1;
  --darkBlueDark: #282B78;
  --darkBluelightWhite: #fff;
  --otherColor1: #f1f1f1;
  background: var(--background);
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper a {
  text-decoration: none;
}

.marketplace-product-catalog-wrapper .dashboardBalance {
  width: 100%;
  position: relative;
  padding: 15px;
  background: var(--borderColor);
  display: flex;
  align-items: center;
  border-radius: 15px;
}
.marketplace-product-catalog-wrapper body.streamer-on .dashboardBalance {
  filter: blur(3px);
}

.marketplace-product-catalog-wrapper.light-theme .dashboardBalance {
  background: #bdbdbd;
}

@media (max-width: 1399px) {
  .marketplace-product-catalog-wrapper .dashboardBalance {
    padding: 15px 8px;
  }
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .dashboardBalance {
    padding: 5px;
  }
}
.marketplace-product-catalog-wrapper .dashboardBalance:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background: var(--background);
  border-radius: 13px;
  z-index: 0;
}
.marketplace-product-catalog-wrapper.light-theme .dashboardBalance:before {
  background: #fff;
}

.marketplace-product-catalog-wrapper .dashboardBalance .icon {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #e9b535;
}
@media (max-width: 1399px) {
  .marketplace-product-catalog-wrapper .dashboardBalance .icon {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
.marketplace-product-catalog-wrapper .dashboardBalance .detail {
  width: calc(100% - 40px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 5px;
}
@media (max-width: 1399px) {
  .marketplace-product-catalog-wrapper .dashboardBalance .detail {
    width: calc(100% - 30px);
  }
}
.marketplace-product-catalog-wrapper .dashboardBalance .detail .price {
  font-size: 15px;
  color: #e9b535;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--borderColor);
  font-weight: 800;
}
@media (max-width: 1399px) {
  .marketplace-product-catalog-wrapper .dashboardBalance .detail .price {
    font-size: 14px;
  }
}
.marketplace-product-catalog-wrapper .dashboardBalance .detail .title {
  font-size: 11px;
  color: var(--textColor);
  font-weight: 500;
}

.marketplace-product-catalog-wrapper .dashboardOrderCount {
  width: 100%;
  position: relative;
  padding: 15px;
  background: var(--borderColor);
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.marketplace-product-catalog-wrapper body.streamer-on .dashboardOrderCount {
  filter: blur(3px);
}

.marketplace-product-catalog-wrapper.light-theme .dashboardOrderCount {
  background: #bdbdbd;
}

@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .dashboardOrderCount {
    padding: 5px;
  }
}
.marketplace-product-catalog-wrapper .dashboardOrderCount:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background: var(--background);
  border-radius: 13px;
  z-index: 0;
}
.marketplace-product-catalog-wrapper.light-theme .dashboardOrderCount:before {
  background: #ffffff;
}

.marketplace-product-catalog-wrapper .dashboardOrderCount.mini {
  padding: 15px 10px;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .dashboardOrderCount.mini {
    padding: 5px;
  }
}
.marketplace-product-catalog-wrapper .dashboardOrderCount .icon {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: var(--darkGreen);
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .dashboardOrderCount .icon {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
.marketplace-product-catalog-wrapper .dashboardOrderCount .detail {
  width: calc(100% - 40px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 5px;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .dashboardOrderCount .detail {
    width: calc(100% - 30px);
  }
}
.marketplace-product-catalog-wrapper .dashboardOrderCount .detail .price {
  font-size: 15px;
  color: var(--textColor);
  padding-bottom: 2px;
  border-bottom: 2px solid var(--borderColor);
  font-weight: 800;
}
.marketplace-product-catalog-wrapper .dashboardOrderCount .detail .title {
  font-size: 12px;
  color: var(--textColor);
  font-weight: 500;
}
.marketplace-product-catalog-wrapper .mini.dashboardOrderCount .detail .title {
  font-size: 11px;
}

.marketplace-product-catalog-wrapper .dashboardVerticalCardWrapper {
  width: 100%;
  position: relative;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .dashboardVerticalCardWrapper .dashboardVerticalCard {
  width: 100%;
  position: relative;
  padding: 35px 30px;
  background: var(--borderColor);
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 2;
}
.marketplace-product-catalog-wrapper.light-theme .dashboardVerticalCardWrapper .dashboardVerticalCard {
  background: #bdbdbd;
}

.marketplace-product-catalog-wrapper .dashboardVerticalCardWrapper .dashboardVerticalCard:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background: var(--background);
  border-radius: 13px;
  z-index: 0;
}
.marketplace-product-catalog-wrapper.light-theme .dashboardVerticalCardWrapper .dashboardVerticalCard:before {
  background: #fff;
}

.marketplace-product-catalog-wrapper .dashboardVerticalCardWrapper .dashboardVerticalCard .cardTitle {
  width: 100%;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: var(--darkGreen);
  margin: 0;
  z-index: 3;
}
.marketplace-product-catalog-wrapper .dashboardVerticalCardWrapper .dashboardVerticalCard .cardDesc {
  width: 100%;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: var(--textColor);
  text-shadow: 1px 1px 1px #000;
  margin: 0;
  z-index: 3;
}
.marketplace-product-catalog-wrapper.light-theme .dashboardVerticalCardWrapper .dashboardVerticalCard .cardDesc {
  text-shadow: none;
}

.marketplace-product-catalog-wrapper .dashboardVerticalCardWrapper .dashboardVerticalCard .siteButton, .marketplace-product-catalog-wrapper .dashboardVerticalCardWrapper .dashboardVerticalCard .cs2-action-button-element {
  z-index: 3;
}
.marketplace-product-catalog-wrapper.light-theme .dashboardVerticalCardWrapper .dashboardVerticalCard .siteButton span {
  background: #343891;
  color: #fff;
}

.marketplace-product-catalog-wrapper .dashboardVerticalCardWrapper .dashboardVerticalCard .cardBackground {
  width: 40%;
  position: absolute;
  top: 47px;
  right: -10px;
  z-index: 2;
}
.marketplace-product-catalog-wrapper .secure.dashboardVerticalCardWrapper .dashboardVerticalCard .cardBackground {
  width: 47%;
  top: 70px;
  right: 0;
}

.marketplace-product-catalog-wrapper .dashboardVerticalCardWrapper:hover {
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.55));
  transition: all 0.2s;
}

.marketplace-product-catalog-wrapper {
  --background: var(--dark-primary-bg, #171a21);
  --backgroundRgbaZero: rgba(24,24,32,0);
  --backgroundDark: #111117;
  --backgroundDarkLightBlue: #111117;
  --backgroundDark2: #0c0c10;
  --cardBackground: var(--dark-secondary-bg, #212630);
  --cardBackgroundLight: #272834;
  --cardBackgroundDark: #1c1d26;
  --cardBackgroundRgba: rgba(32,33,43,0.6);
  --textColor: #C8C9D8;
  --placeholderColor: #abacb5;
  --borderColor: #333444;
  --borderColor2: #171822;
  --borderColor3: #0E0E14;
  --linkActiveColor: #80F1B1;
  --hoverDark: var(--dark-primary-bg, #171a21);
  --linkText: #C8C9D8;
  --darkGreen: #80F1B1;
  --darkGreenDark: #248A50;
  --darkBlue: #343891;
  --darkBlueDark: #282B78;
  --darkBluelightWhite: #343891;
  --otherColor1: #1b1c26;
  background: var(--background);
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 14px;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper.light-theme {
  --background: #eeeeee;
  --backgroundDark: #dddddd;
  --backgroundDarkLightBlue: #343891;
  --backgroundDark2: #bbbbbb;
  --cardBackground: #fff;
  --cardBackgroundLight: #f2f2f2;
  --cardBackgroundDark: #dbdbdb;
  --cardBackgroundRgba: rgba(255,255,255,0.6);
  --textColor: #212529;
  --placeholderColor: #212529;
  --borderColor: #e5e5e5;
  --borderColor2: #8b8989;
  --borderColor3: #bbbbbb;
  --linkActiveColor: #343891;
  --hoverDark:#eeeeee;
  --linkText: #343891;
  --darkGreen: #30bd91;
  --darkGreenDark: #248A50;
  --darkBlue: #80F1B1;
  --darkBlueDark: #282B78;
  --darkBluelightWhite: #fff;
  --otherColor1: #f1f1f1;
  background: var(--background);
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper a {
  text-decoration: none;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper {
  width: 100%;
  position: relative;
  
  transition: all 0.3s;
  z-index: 4;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem {
  width: 100%;
  position: relative;
  padding: 12px;
  background: var(--borderColor);
  border-radius: 15px;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper.super .showcaseItem {
  background: #be0e0e;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper.superNew .showcaseItem {
  overflow: hidden;
  position: relative;
  border: none;
  background: var(--borderColor);
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItemBlockLink,
.marketplace-product-catalog-wrapper .showcaseItemNormal .showcaseItemBlockLink,
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItemBlockLink {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .showcaseItemBlockLink {
  z-index: 2;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .itemButtons,
.marketplace-product-catalog-wrapper .showcaseItemCharacter .itemButtons {
  z-index: 2;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemButtons {
  z-index: 3;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem {
    padding: 10px 10px 10px 10px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--cardBackground);
  border-radius: 15px;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper.superNew .showcaseItem:before {
  content: '';
  background: conic-gradient(transparent 270deg, #ffb200, transparent);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 100%;
  animation: borderRotate 2s linear infinite;

}
.marketplace-product-catalog-wrapper .showcaseItemWrapper.superNew .showcaseItem:after {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background: var(--cardBackground);
  border-radius: 13px;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem:before {
  background: linear-gradient(to top, #D9A648, #F2D091);
}

.marketplace-product-catalog-wrapper .list.showcaseItemWrapper .showcaseItem {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
}
.marketplace-product-catalog-wrapper .list.showcaseItemWrapper .showcaseItem:before {
  clip-path: polygon(calc(100% - 25px) 0%, 100% 22px, 100% 100%, 0% 100%, 0% 0%);
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemHeader {
  width: 100%;
  position: relative;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--borderColor3);
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper.superNew .showcaseItem .itemHeader {
  z-index: 2;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemHeader {
    height: 42px;
  }
}
.marketplace-product-catalog-wrapper .list.showcaseItemWrapper .showcaseItem .itemHeader {
  width: 53%;
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 1399px) {
  .marketplace-product-catalog-wrapper .list.showcaseItemWrapper .showcaseItem .itemHeader {
    width: 50%;
  }
}

.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemHeader {
  border-color: #BF6A1F;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemHeader .headerImage {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 3
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemHeader .headerImage {
    width: 30px;
    height: 30px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemHeader .headerImage:hover {
  z-index: 10;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemHeader .headerImage img {
  width: 100%;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemHeader .headerImage .itemModal {
  width: 295px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.6);
  visibility: hidden;
  transition: all 0s;
  z-index: 10;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemHeader .headerImage .itemModal img {
  width: 100%;
  position: relative;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemHeader .headerImage .itemModal {
    display: none;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages {
  width: 70px;
  height: 40px;
  position: relative;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages {
    width: 30px;
    height: 30px;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages.active {
  width: calc(100% + 20px);
  height: auto;
  padding: 10px;
  background: var(--cardBackgroundLight);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-columns: repeat(5, 20%);
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 6;
  gap: 5px 0;
  align-items: center;
}
.marketplace-product-catalog-wrapper .premium.multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages.active {
  background: linear-gradient(to top, #D9A648, #F2D091);
}

@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages.active {
    padding: 5px;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages.active .itemsCounter, .marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages.active .showAdvertsButton {
  display: none;
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages.active .imageItem {
  display: block;
  position: relative;
  justify-self: center;
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages.active .imageItem:nth-child(3), .marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages.active .imageItem:nth-child(4), .marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages.active .imageItem:nth-child(5) {
  position: relative;
  top: auto;
  left: auto;
  transform: scale(1);
  pointer-events: all;
  box-shadow: none;
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages.active .imageItem:hover {
  z-index: 10;
}
@media (max-width: 767px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages.active .imageItem {
    padding: 5px;
  }
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages.active .imageItem {
    padding: 2px;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages.active .hideAdvertsButton {
  display: flex;
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .itemsCounter {
  width: 20px;
  height: 20px;
  position: absolute;
  background: #343891;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  top: -5px;
  left: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.25);
  line-height: 1;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .itemsCounter {
    width: 16px;
    height: 16px;
    font-size: 8px;
    top: -10px;
    left: -10px;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .showAdvertsButton {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  font-size: 13px;
  color: var(--textColor);
  padding-left: 5px;
}
.marketplace-product-catalog-wrapper .premium.multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .showAdvertsButton {
  color: #343891;
}

@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .showAdvertsButton {
    width: 30px;
    height: 30px;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .hideAdvertsButton {
  width: 20px;
  height: 20px;
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  background: #343891;
  color: #fff;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  line-height: 1;
  display: none;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .hideAdvertsButton:hover {
  transform: scale(1.3);
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .imageItem {
  width: 40px;
  height: 40px;
  position: relative;
  display: none;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .imageItem {
    width: 30px;
    height: 30px;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .imageItem img {
  width: 100%;
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .imageItem:nth-child(3) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: -3px 3px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 3;
  pointer-events: none;
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .imageItem:nth-child(4) {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  transform: scale(0.9);
  box-shadow: -3px 3px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .imageItem:nth-child(4) {
    left: 0;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .imageItem:nth-child(5) {
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  transform: scale(0.8);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .imageItem:nth-child(5) {
    left: 0;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .imageItem .itemModal {
  width: 295px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.6);
  visibility: hidden;
  transition: all 0s;
  z-index: 10;
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .imageItem .itemModal img {
  width: 100%;
  position: relative;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerImages .imageItem .itemModal {
    display: none;
  }
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemHeader .headerTitle {
  width: calc(100% - 40px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 10px;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemHeader .headerTitle {
    width: calc(100% - 30px);
    padding-left: 5px;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerTitle {
  width: calc(100% - 70px);
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseItemWrapper .showcaseItem .itemHeader .headerTitle {
    width: calc(100% - 30px);
  }
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemHeader .headerTitle h3 {
  font-size: 11px;
  font-weight: 700;
  color: var(--textColor);
  margin: 0;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemHeader .headerTitle h3 {
  color: #7d3e06;
}

@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemHeader .headerTitle h3 {
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemHeader .headerTitle .sellerLink {
  font-size: 11px;
  font-weight: 400;
  color: var(--darkGreen);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemHeader .headerTitle .sellerLink {
  color: #343891;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody {
  width: 100%;
  position: relative;
  padding-top: 10px;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper.superNew .showcaseItem .itemBody {
  z-index: 2;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody {
    padding-top: 6px;
  }
}
.marketplace-product-catalog-wrapper .list.showcaseItemWrapper .showcaseItem .itemBody {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 0;
}
.marketplace-product-catalog-wrapper .list.showcaseItemWrapper .showcaseItem .itemBody .itemButtons {
  width: 240px;
  margin-top: 0;
}
.marketplace-product-catalog-wrapper .list.showcaseItemWrapper .showcaseItem .itemBody .commentStats {
  display: none;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerTitle {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  z-index: 2;
}
.marketplace-product-catalog-wrapper .list.showcaseItemWrapper .showcaseItem .itemBody .ownerTitle {
  width: 150px;
  font-size: 14px;
  margin-bottom: 0;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerTitle .titleDetail {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerTitle .titleDetail .sellerName {
  font-size: 11px;
  font-weight: 700;
  color: var(--textColor);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marketplace-product-catalog-wrapper .detail.showcaseItemWrapper .showcaseItem .itemBody .ownerTitle .titleDetail .sellerName {
  font-size: 14px;
}

.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemBody .ownerTitle .titleDetail .sellerName {
  color: #343891;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerTitle .titleDetail .sellerName i {
  color: var(--darkGreen);
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerTitle .titleDetail .commentStats {
    display: none !important;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerTitle .personRosette {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerTitle .personRosette img {
  width: 100%;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerTitle .personRosette {
    display: none;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  padding: 5px;
  border-radius: 3px;
  background: var(--cardBackgroundLight);
  margin: 6px 0;
}
.marketplace-product-catalog-wrapper .detail.showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox {
  padding: 10px 5px;
}

.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox {
  background: #F2D091;
}

.marketplace-product-catalog-wrapper .list.showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox {
  text-align: center;
  margin-bottom: -4px;
}

@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox {
    margin: 1px 0;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox.button {
  background: #343891;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox.button i {
  color: #80F1B1;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox.button p {
  color: #fff;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox.button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox.online {
  background: #28A745;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox.online i {
  color: #343891;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox.online p {
  color: #fff;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox.offline {
  background: #c3141b;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox.offline i {
  color: #e3b21a;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox.offline p {
  color: #fff;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox i {
  font-size: 20px;
  color: var(--darkGreen);
}
.marketplace-product-catalog-wrapper .detail.showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox i {
  font-size: 20px;
}

.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox i {
  color: #343891;
}

.marketplace-product-catalog-wrapper .list.showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox i {
  display: none;
}

@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox i {
    font-size: 15px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox p {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .detail.showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox p {
  font-size: 12px;
}

.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox p {
  color: #7d3e06;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox p strong {
  color: #343891;
}

.marketplace-product-catalog-wrapper .list.showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox p {
  display: flex;
  flex-direction: column;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox p strong {
  color: var(--darkGreen);
  font-weight: 800;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .ownerItemBox p {
    font-size: 8px;
    white-space: nowrap;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .showcaseCounter {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--backgroundDark);
  padding: 5px 0;
  border-radius: 3px;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemBody .showcaseCounter {
  background: #d5992c;
}

.marketplace-product-catalog-wrapper .list.showcaseItemWrapper .showcaseItem .itemBody .showcaseCounter {
  width: 220px;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .showcaseCounter .counterIcon {
  font-size: 15px;
  color: var(--darkGreen);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemBody .showcaseCounter .counterIcon {
  color: #343891;
}

@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .showcaseCounter .counterIcon {
    display: none;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .showcaseCounter .counterCounterItem {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .showcaseCounter .counterCounterItem {
    gap: 2px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .showcaseCounter .counterCounterItem .counterNumber {
  font-size: 13px;
  font-weight: 700;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemBody .showcaseCounter .counterCounterItem .counterNumber {
  color: #F2DCB3;
}

@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .showcaseCounter .counterCounterItem .counterNumber {
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .showcaseCounter .counterCounterItem .counterNumberInfo {
  font-size: 8px;
  font-weight: 400;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemBody .showcaseCounter .counterCounterItem .counterNumberInfo {
  color: #F2DCB3;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.marketplace-product-catalog-wrapper .list.showcaseItemWrapper .showcaseItem .itemBody .itemInfo {
  width: 200px;
  margin-top: 0;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoPrice {
  height: 47px;
  font-size: 16px;
  font-weight: 800;
  color: var(--darkGreen);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  gap: 2px;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoPrice.align-items-end {
  font-size: 20px;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoPrice {
  color: #343891;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoPrice.showcase {
  justify-content: flex-end;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoPrice .oldPrice {
  display: inline-block;
  font-size: 12px;
  color: #e3b21a;
  position: relative;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoPrice .oldPrice {
  color: #7d3e06;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoPrice .oldPrice:before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 2px solid #c3141b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(5deg);
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoPrice .desc {
  font-size: 9px;
  color: #e3b21a;
  font-weight: 400;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoPrice .desc {
  color: #7d3e06;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoPrice .showcaseText {
  font-size: 9px;
  color: #fff;
  font-weight: 400;
  display: inline-flex;
  padding: 2px 5px 2px 0;
  position: relative;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoPrice .showcaseText:before {
  content: "";
  width: calc(100% + 10px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  background: #343891;
  z-index: 0;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoPrice .showcaseText span {
  position: relative;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoPrice {
    font-size: 12px;
  }
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoPrice .oldPrice {
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoLastSeen {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoLastSeen .lastSeenTitle {
  font-size: 9px;
  font-weight: 400;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoLastSeen .lastSeenTitle {
  color: #7d3e06;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoLastSeen .lastSeenStatus {
  display: inline-block;
  font-size: 12px;
  color: var(--textColor);
  font-weight: 500;
  background: var(--background);
  padding: 3px 15px;
  line-height: 1;
  border-radius: 50px;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoLastSeen .lastSeenStatus {
  background: #c58b21;
  color: #F2DCB3;
}

.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoLastSeen .lastSeenStatus.success {
  background: #28A745;
  color: #fff;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemInfo .infoLastSeen .lastSeenStatus {
    padding: 3px 5px;
    font-size: 10px;
  }
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemButtons .buttonLeft, .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemButtons .buttonRight {
    padding: 8px 5px;
  }
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemButtons .buttonLeft span, .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemButtons .buttonRight span {
    font-size: 10px;
  }
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemButtons .buttonLeft i, .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItem .itemBody .itemButtons .buttonRight i {
    display: none;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItemRemove {
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  background: #c3141b;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  z-index: 3;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItemRemove:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItemFavorite {
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  background: #80F1B1;
  color: #343891;
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  z-index: 3;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItemFavorite:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemWrapper .showcaseItemFavorite {
    width: 16px;
    height: 16px;
    font-size: 8px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper:hover {
  filter: drop-shadow(0 0px 15px rgba(0, 0, 0, 0.8));
  transition: all 0.3s;
  z-index: 5;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper.premium .commentStats {
  color: #343891;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper.premium .commentStats .stars {
  color: #D99441;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper.premium .itemButtons .buttonLeft {
  background: #f2d092;
  color: #343891;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper.premium .itemButtons .buttonLeft:before {
  background: #d9a74a;
}
.marketplace-product-catalog-wrapper .showcaseItemWrapper.super {
  
  filter: drop-shadow(0 0 4px rgba(255, 0, 0, 0.75));
}

.marketplace-product-catalog-wrapper .liveItems {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  z-index: 5;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .liveItems {
    flex-direction: column;
  }
}
.marketplace-product-catalog-wrapper .liveItems:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--cardBackgroundLight);
  clip-path: polygon(100% 0%, 100% calc(100% - 17px), calc(100% - 14px) 100%, 17px 100%, 0% calc(100% - 14px), 0% 0%);
}
.marketplace-product-catalog-wrapper .liveItems .itemsDesc {
  width: 130px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 10px;
  background: var(--darkGreen);
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 17px 100%, 0% calc(100% - 14px), 0% 0%);
}
.marketplace-product-catalog-wrapper .liveItems .itemsDesc i {
  font-size: 20px;
  color: var(--darkBlue);
  margin-bottom: 5px;
}
.marketplace-product-catalog-wrapper .liveItems .itemsDesc h3 {
  font-size: 13px;
  color: var(--darkBlue);
  font-weight: 800;
  margin: 0;
}
.marketplace-product-catalog-wrapper .liveItems .itemsDesc a {
  font-size: 10px;
  color: var(--darkBlue);
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .liveItems .itemsDesc a:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .liveItems .itemsDesc {
    width: 100%;
    flex-direction: row;
    gap: 10px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    padding: 5px 10px;
  }
}
.marketplace-product-catalog-wrapper .liveItems .itemsBody {
  width: calc(100% - 130px);
  padding: 10px;
  position: relative;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .liveItems .itemsBody {
    width: 100%;
  }
}

.marketplace-product-catalog-wrapper .showcaseLiveItem {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  z-index: 4;
}
.marketplace-product-catalog-wrapper .showcaseLiveItem:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--cardBackground);
  clip-path: polygon(100% 0%, 100% calc(100% - 17px), calc(100% - 14px) 100%, 0% 100%, 0% 0%);
}
.marketplace-product-catalog-wrapper .dark.showcaseLiveItem:before {
  background: var(--cardBackgroundDark);
}

.marketplace-product-catalog-wrapper .showcaseLiveItem .itemImage {
  width: 40px;
  height: 40px;
  position: relative;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseLiveItem .itemImage {
    width: 30px;
    height: 30px;
  }
}
.marketplace-product-catalog-wrapper .showcaseLiveItem .itemImage:hover {
  z-index: 10;
}
.marketplace-product-catalog-wrapper .showcaseLiveItem .itemImage img {
  width: 100%;
}
.marketplace-product-catalog-wrapper .showcaseLiveItem .itemImage .itemModal {
  width: 295px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.6);
  visibility: hidden;
  transition: all 0s;
  z-index: 10;
}
.marketplace-product-catalog-wrapper .showcaseLiveItem .itemImage .itemModal img {
  width: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseLiveItem .itemImage .itemModal {
    display: none;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages {
  width: 70px;
  height: 40px;
  position: relative;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages {
    width: 30px;
    height: 30px;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages.active {
  width: calc(100% + 20px);
  height: auto;
  padding: 10px;
  background: var(--cardBackgroundLight);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 6;
  gap: 5px 0;
  align-items: center;
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages.active .itemsCounter, .marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages.active .showAdvertsButton {
  display: none;
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages.active .imageItem {
  display: block;
  position: relative;
  justify-self: center;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages.active .imageItem {
    padding: 2px;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages.active .imageItem:nth-child(3), .marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages.active .imageItem:nth-child(4), .marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages.active .imageItem:nth-child(5) {
  position: relative;
  top: auto;
  left: auto;
  transform: scale(1);
  pointer-events: all;
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages.active .imageItem:hover {
  z-index: 10;
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages.active .hideAdvertsButton {
  display: flex;
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .itemsCounter {
  width: 20px;
  height: 20px;
  position: absolute;
  background: #343891;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  top: -5px;
  left: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.25);
  line-height: 1;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .itemsCounter {
    width: 16px;
    height: 16px;
    font-size: 8px;
    top: -10px;
    left: -10px;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .showAdvertsButton {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  font-size: 13px;
  color: var(--textColor);
  padding-left: 5px;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .showAdvertsButton {
    width: 30px;
    height: 30px;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .hideAdvertsButton {
  width: 20px;
  height: 20px;
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  background: #343891;
  color: #fff;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  line-height: 1;
  display: none;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .hideAdvertsButton:hover {
  transform: scale(1.3);
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .imageItem {
  width: 40px;
  height: 40px;
  position: relative;
  display: none;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .imageItem {
    width: 30px;
    height: 30px;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .imageItem img {
  width: 100%;
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .imageItem:nth-child(3) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: -3px 3px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 3;
  pointer-events: none;
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .imageItem:nth-child(4) {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  transform: scale(0.9);
  box-shadow: -3px 3px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .imageItem:nth-child(4) {
    left: 0;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .imageItem:nth-child(5) {
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  transform: scale(0.8);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .imageItem:nth-child(5) {
    left: 0;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .imageItem .itemModal {
  width: 295px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.6);
  visibility: hidden;
  transition: all 0s;
  z-index: 10;
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .imageItem .itemModal img {
  width: 100%;
  position: relative;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemImages .imageItem .itemModal {
    display: none;
  }
}

.marketplace-product-catalog-wrapper .showcaseLiveItem .itemTitle {
  width: calc(100% - 40px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 10px;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseLiveItem .itemTitle {
    width: calc(100% - 30px);
    padding-left: 5px;
  }
}
.marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemTitle {
  width: calc(100% - 70px);
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .multiple.showcaseLiveItem .itemTitle {
    width: calc(100% - 30px);
  }
}

.marketplace-product-catalog-wrapper .showcaseLiveItem .itemTitle h3 {
  font-size: 11px;
  font-weight: 700;
  color: var(--textColor);
  margin: 0;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseLiveItem .itemTitle h3 {
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .showcaseLiveItem .itemTitle .itemPrice {
  font-size: 13px;
  font-weight: 600;
  color: var(--darkGreen);
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseLiveItem .itemTitle .itemPrice {
    font-size: 11px;
  }
}

.marketplace-product-catalog-wrapper .showcaseItemNormal {
  width: 100%;
  position: relative;
  
  transition: all 0.3s;
  padding: 2px;
  background: var(--borderColor);
  border-radius: 15px;
  z-index: 4;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemImage {
  width: 100%;
  position: relative;
  border: 8px solid var(--cardBackground);
  border-radius: 13px 13px 0 0;
  transition: all 0.3s;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemNormal .itemImage {
  border-color: #D9A648;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemImage img {
  width: 100%;
  position: relative;
  height: 107px;
  object-fit: cover;
  border-radius: 13px 13px 0 0;
  z-index: 1;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemImage img {
    height: 77px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemImage .showcaseText {
  width: 53px;
  height: 53px;
  background: #343891;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(100% 0, 0 100%, 0 0);
  z-index: 2;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemImage .showcaseText span {
  position: absolute;
  transform: rotate(-45deg);
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  top: 12px;
  left: 1px;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemImage:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 2;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemImage .sellerBox {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 5px;
  border-radius: 3px;
  background: rgba(128, 241, 177, 0.45);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.45);
  line-height: 1;
  transition: all 0.3s;
  z-index: 3;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemImage .sellerBox a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  gap: 5px;
  line-height: 1;
  font-size: 10px;
  font-weight: 700;
  text-shadow: 0 1px 1px #000;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemImage .favAddButton {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #80F1B1;
  color: #343891;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 3;
  border-radius: 50%;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemImage .favAddButton:hover {
  transform: scale(1.1);
  transition: all 0.2s;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemImage .favAddButton {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemImage .favRemoveButton {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #c3141b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemImage .favRemoveButton:hover {
  transform: scale(1.1);
  transition: all 0.2s;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemImage .favRemoveButton {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo {
  width: 100%;
  position: relative;
  padding: 5px 10px 10px 10px;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--cardBackground);
border-radius: 0 0 13px 13px;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemNormal .itemInfo:before {
  background: linear-gradient(to top, #D9A648, #F2D091);
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemHeader {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--borderColor3);
  margin-bottom: 5px;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemNormal .itemInfo .itemHeader {
  border-color: #BF6A1F;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemHeader .headerImage {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  overflow: hidden;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemHeader .headerImage img {
  width: 100%;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemHeader .headerInfo {
  width: calc(100% - 35px);
  padding-left: 3px;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemTitle {
  width: 100%;
  position: relative;
  font-size: 11px;
  font-weight: 700;
  color: var(--textColor);
  margin: 0 0 1px 0;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemTitle a {
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemNormal .itemInfo .itemTitle a {
  color: #7d3e06;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemDesc {
  font-size: 11px;
  color: var(--textColor);
  position: relative;
  margin: 0 0 0 0;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemNormal .itemInfo .itemDesc {
  color: #343891;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerTitle {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerTitle .titleDetail {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerTitle .titleDetail h3 {
  font-size: 11px;
  font-weight: 700;
  color: var(--textColor);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.marketplace-product-catalog-wrapper .detail.showcaseItemNormal .itemInfo .ownerTitle .titleDetail h3 {
  font-size: 14px;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerTitle .titleDetail h3 i {
  color: var(--darkGreen);
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerTitle .personRosette {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerTitle .personRosette img {
  width: 100%;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerTitle .personRosette {
    display: none;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  padding: 5px;
  border-radius: 3px;
  background: var(--cardBackgroundLight);
}
.marketplace-product-catalog-wrapper .detail.showcaseItemNormal .itemInfo .ownerItemBox {
  padding: 10px 5px;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox.button {
  background: #343891;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox.button i {
  color: #80F1B1;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox.button p {
  color: #fff;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox.button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox.online {
  background: #28A745;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox.online i {
  color: #343891;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox.online p {
  color: #fff;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox.offline {
  background: #c3141b;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox.offline i {
  color: #e3b21a;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox.offline p {
  color: #fff;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox i {
  font-size: 20px;
  color: var(--darkGreen);
}
.marketplace-product-catalog-wrapper .detail.showcaseItemNormal .itemInfo .ownerItemBox i {
  font-size: 20px;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox p {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .detail.showcaseItemNormal .itemInfo .ownerItemBox p {
  font-size: 12px;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox p strong {
  color: var(--darkGreen);
  font-weight: 800;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .ownerItemBox p {
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .showcaseCounter {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--backgroundDark);
  padding: 5px 0;
  border-radius: 3px;
  margin-bottom: 10px;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemNormal .itemInfo .showcaseCounter {
  background: #d5992c;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .showcaseCounter .counterIcon {
  font-size: 15px;
  color: var(--darkGreen);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemNormal .itemInfo .showcaseCounter .counterIcon {
  color: #343891;
}

@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .showcaseCounter .counterIcon {
    display: none;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .showcaseCounter .counterCounterItem {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .showcaseCounter .counterCounterItem {
    gap: 2px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .showcaseCounter .counterCounterItem .counterNumber {
  font-size: 13px;
  font-weight: 700;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemNormal .itemInfo .showcaseCounter .counterCounterItem .counterNumber {
  color: #F2DCB3;
}

@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .showcaseCounter .counterCounterItem .counterNumber {
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .showcaseCounter .counterCounterItem .counterNumberInfo {
  font-size: 8px;
  font-weight: 400;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemNormal .itemInfo .showcaseCounter .counterCounterItem .counterNumberInfo {
  color: #F2DCB3;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoPrice {
  height: 47px;
  font-size: 16px;
  font-weight: 800;
  color: var(--darkGreen);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  gap: 2px;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoPrice.align-items-end {
  font-size: 20px;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemNormal .itemInfo .infoPrice {
  color: #343891;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoPrice.showcase {
  justify-content: flex-end;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoPrice .oldPrice {
  display: inline-block;
  font-size: 12px;
  color: #e3b21a;
  position: relative;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemNormal .itemInfo .infoPrice .oldPrice {
  color: #7d3e06;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoPrice .oldPrice:before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 2px solid #c3141b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(5deg);
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoPrice .desc {
  font-size: 9px;
  color: #e3b21a;
  font-weight: 400;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemNormal .itemInfo .infoPrice .desc {
  color: #7d3e06;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoPrice .showcaseText {
  font-size: 9px;
  color: #fff;
  font-weight: 400;
  display: inline-flex;
  padding: 2px 5px 2px 0;
  position: relative;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoPrice .showcaseText:before {
  content: "";
  width: calc(100% + 10px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  background: #343891;
  z-index: 0;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoPrice .showcaseText span {
  position: relative;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoPrice {
    font-size: 12px;
  }
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoPrice .oldPrice {
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoLastSeen {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoLastSeen .lastSeenTitle {
  font-size: 9px;
  font-weight: 400;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemNormal .itemInfo .infoLastSeen .lastSeenTitle {
  color: #7d3e06;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoLastSeen .lastSeenStatus {
  display: inline-block;
  font-size: 12px;
  color: var(--textColor);
  font-weight: 500;
  background: var(--background);
  padding: 3px 15px;
  line-height: 1;
  border-radius: 50px;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemNormal .itemInfo .infoLastSeen .lastSeenStatus {
  background: #c58b21;
  color: #F2DCB3;
}

.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoLastSeen .lastSeenStatus.success {
  background: #28A745;
  color: #fff;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .infoLastSeen .lastSeenStatus {
    padding: 3px 5px;
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemPrice {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 800;
  color: #80F1B1;
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  gap: 2px;
  white-space: nowrap;
  text-shadow: 0 2px 2px #000;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemPrice .oldPrice {
  display: inline-block;
  font-size: 12px;
  color: #e3b21a;
  position: relative;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemPrice .oldPrice:before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 2px solid #c3141b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(5deg);
}
.marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemPrice .desc {
  font-size: 9px;
  color: #e3b21a;
  font-weight: 400;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemPrice {
    font-size: 15px;
    top: -43px;
  }
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemButtons .buttonLeft, .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemButtons .buttonRight {
    padding: 8px 5px;
  }
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemButtons .buttonLeft span, .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemButtons .buttonRight span {
    font-size: 10px;
  }
  .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemButtons .buttonLeft i, .marketplace-product-catalog-wrapper .showcaseItemNormal .itemInfo .itemButtons .buttonRight i {
    display: none;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemNormal.premium .commentStats {
  color: #343891;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal.premium .commentStats .stars {
  color: #D99441;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal.premium .itemButtons .buttonLeft {
  background: #f2d092;
  color: #343891;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal.premium .itemButtons .buttonLeft:before {
  background: #d9a74a;
}
.marketplace-product-catalog-wrapper .showcaseItemNormal.super {
  filter: drop-shadow(0 0 4px rgba(255, 0, 0, 0.75));
  background: #be0e0e;
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter {
  width: 100%;
  position: relative;
  
  transition: all 0.3s;
  z-index: 4;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem {
  width: 100%;
  position: relative;
  padding: 12px;
  background: var(--borderColor);
  border-radius: 15px;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter.super .showcaseItem {
  background: #be0e0e;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--cardBackground);
  border-radius: 15px;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem:before {
  background: linear-gradient(to top, #D9A648, #F2D091);
}

.marketplace-product-catalog-wrapper .list.showcaseItemCharacter .showcaseItem {
  display: flex;
  align-items: center;
  gap: 15px;
}
.marketplace-product-catalog-wrapper .list.showcaseItemCharacter .showcaseItem:before {
  clip-path: polygon(calc(100% - 25px) 0%, 100% 22px, 100% 100%, 0% 100%, 0% 0%);
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemImage {
  width: 100%;
  position: relative;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemImage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--cardBackgroundLight);
  backdrop-filter: blur(2px);
  z-index: 2;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .itemImage:before {
  background: #d3b170;
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemImage .itemDetail {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px 10px;
  z-index: 3;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem {
    padding: 9px 10px;
  }

  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemImage .itemDetail {
    gap: 0;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemImage .itemDetail div {
  width: 45%;
  text-align: left;
  color: #fff;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marketplace-product-catalog-wrapper.light-theme .showcaseItemCharacter .showcaseItem .itemImage .itemDetail div {
  color: var(--textColor);
  text-shadow: unset;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemImage .itemDetail div:first-child {
  font-weight: 900;
  font-size: 16px;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemImage .itemDetail div:first-child {
    font-size: 12px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemImage .itemDetail div:nth-child(even) {
  text-align: right;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemImage .itemDetail div strong {
  color: #80F1B1;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemImage .itemDetail div {
    font-size: 8px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemImage .itemDetail .percent {
  width: 100%;
  height: 10px;
  position: relative;
  background: var(--dark-primary-bg, #171a21);
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
}
.marketplace-product-catalog-wrapper.light-theme .showcaseItemCharacter .showcaseItem .itemImage .itemDetail .percent {
  background: #dddddd;
  box-shadow: unset;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .itemImage .itemDetail .percent {
  background: #d5992c;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemImage .itemDetail .percent span {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #80F1B1;
  border-radius: 20px;
  text-align: center;
  color: #343891;
  font-size: 10px;
  text-shadow: none;
  line-height: 11px;
  font-weight: bold;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemHeader {
  width: 100%;
  position: relative;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--borderColor3);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .itemHeader {
  border-color: #BF6A1F;
}

@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemHeader {
    height: 34px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemHeader .headerIcon {
  width: 30px;
  position: relative;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemHeader .headerIcon img {
  width: 100%;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemHeader .headerTitle {
  width: calc(100% - 40px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemHeader .headerTitle {
    padding-left: 5px;
  }
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemHeader .headerTitle {
    width: calc(100% - 32px);
  }
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemHeader .headerTitle h3 {
  font-size: 11px;
  font-weight: 700;
  color: var(--textColor);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .itemHeader .headerTitle h3 {
  color: #7d3e06;
}

@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemHeader .headerTitle h3 {
    font-size: 9px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemHeader .headerTitle .sellerLink {
  font-size: 11px;
  font-weight: 400;
  color: var(--darkGreen);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .itemHeader .headerTitle .sellerLink {
  color: #343891;
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .ownerTitle {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  z-index: 2;
}
.marketplace-product-catalog-wrapper .list.showcaseItemCharacter .showcaseItem .ownerTitle {
  width: 150px;
  font-size: 14px;
  margin-bottom: 0;
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .ownerTitle .titleDetail {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .ownerTitle .titleDetail h3 {
  font-size: 11px;
  font-weight: 700;
  color: var(--textColor);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.marketplace-product-catalog-wrapper .detail.showcaseItemCharacter .showcaseItem .ownerTitle .titleDetail h3 {
  font-size: 14px;
}

.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .ownerTitle .titleDetail h3 {
  color: #343891;
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .ownerTitle .titleDetail h3 i {
  color: var(--darkGreen);
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .ownerTitle .titleDetail .commentStats {
    display: none !important;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .ownerTitle .personRosette {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .ownerTitle .personRosette img {
  width: 100%;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .ownerTitle .personRosette {
    display: none;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody {
  width: 100%;
  position: relative;
  padding-top: 10px;
}
.marketplace-product-catalog-wrapper .list.showcaseItemCharacter .showcaseItem .itemBody {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 0;
}
.marketplace-product-catalog-wrapper .list.showcaseItemCharacter .showcaseItem .itemBody .itemButtons {
  margin-top: 0;
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .showcaseCounter {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--backgroundDark);
  padding: 5px 0;
  border-radius: 3px;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .itemBody .showcaseCounter {
  background: #d5992c;
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .showcaseCounter .counterIcon {
  font-size: 15px;
  color: var(--darkGreen);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .itemBody .showcaseCounter .counterIcon {
  color: #343891;
}

@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .showcaseCounter .counterIcon {
    display: none;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .showcaseCounter .counterCounterItem {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .showcaseCounter .counterCounterItem {
    gap: 2px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .showcaseCounter .counterCounterItem .counterNumber {
  font-size: 13px;
  font-weight: 700;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .itemBody .showcaseCounter .counterCounterItem .counterNumber {
  color: #F2DCB3;
}

@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .showcaseCounter .counterCounterItem .counterNumber {
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .showcaseCounter .counterCounterItem .counterNumberInfo {
  font-size: 8px;
  font-weight: 400;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .itemBody .showcaseCounter .counterCounterItem .counterNumberInfo {
  color: #F2DCB3;
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.marketplace-product-catalog-wrapper .list.showcaseItemCharacter .showcaseItem .itemBody .itemInfo {
  margin-top: 0;
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoPrice {
  height: 47px;
  font-size: 16px;
  font-weight: 800;
  color: var(--darkGreen);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  gap: 2px;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoPrice.align-items-end {
  font-size: 20px;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoPrice {
  color: #343891;
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoPrice.showcase {
  justify-content: flex-end;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoPrice .oldPrice {
  display: inline-block;
  font-size: 12px;
  color: #e3b21a;
  position: relative;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoPrice .oldPrice {
  color: #7d3e06;
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoPrice .oldPrice:before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 2px solid #c3141b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(5deg);
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoPrice .desc {
  font-size: 9px;
  color: #e3b21a;
  font-weight: 400;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoPrice .desc {
  color: #7d3e06;
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoPrice .showcaseText {
  font-size: 9px;
  color: #fff;
  font-weight: 400;
  display: inline-flex;
  padding: 2px 5px 2px 0;
  position: relative;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoPrice .showcaseText:before {
  content: "";
  width: calc(100% + 10px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  background: #343891;
  z-index: 0;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoPrice .showcaseText span {
  position: relative;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoPrice {
    font-size: 12px;
  }
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoPrice .oldPrice {
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoLastSeen {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoLastSeen .lastSeenTitle {
  font-size: 9px;
  font-weight: 400;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoLastSeen .lastSeenTitle {
  color: #7d3e06;
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoLastSeen .lastSeenStatus {
  display: inline-block;
  font-size: 12px;
  color: var(--textColor);
  font-weight: 500;
  background: var(--background);
  padding: 3px 15px;
  line-height: 1;
  border-radius: 50px;
}
.marketplace-product-catalog-wrapper .premium.showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoLastSeen .lastSeenStatus {
  background: #c58b21;
  color: #F2DCB3;
}

.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoLastSeen .lastSeenStatus.success {
  background: #28A745;
  color: #fff;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemInfo .infoLastSeen .lastSeenStatus {
    padding: 3px 5px;
    font-size: 10px;
  }
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemButtons .buttonLeft, .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemButtons .buttonRight {
    padding: 8px 5px;
  }
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemButtons .buttonLeft span, .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemButtons .buttonRight span {
    font-size: 10px;
  }
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemButtons .buttonLeft i, .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItem .itemBody .itemButtons .buttonRight i {
    display: none;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItemRemove {
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  background: #c3141b;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  z-index: 3;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItemRemove:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItemFavorite {
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  background: #80F1B1;
  color: #343891;
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  z-index: 3;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItemFavorite:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}
@media (max-width: 1099px) {
  .marketplace-product-catalog-wrapper .showcaseItemCharacter .showcaseItemFavorite {
    width: 16px;
    height: 16px;
    font-size: 8px;
  }
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter:hover {
  filter: drop-shadow(0 0px 15px rgba(0, 0, 0, 0.8));
  transition: all 0.3s;
  z-index: 5;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter.premium .commentStats {
  color: #343891;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter.premium .commentStats .stars {
  color: #D99441;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter.premium .itemButtons .buttonLeft {
  background: #f2d092;
  color: #343891;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter.premium .itemButtons .buttonLeft:before {
  background: #d9a74a;
}
.marketplace-product-catalog-wrapper .showcaseItemCharacter.super {
  filter: drop-shadow(0 0 4px rgba(255, 0, 0, 0.75));
}

.marketplace-product-catalog-wrapper .mobileTitle h2 {
  font-size: 17px;
  font-weight: 800;
  color: var(--textColor);
  text-align: center;
}

@keyframes borderRotate {
  from {
    transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
  }

  to {
    transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
  }
}

.marketplace-product-catalog-wrapper {
  --background: var(--dark-primary-bg, #171a21);
  --backgroundRgbaZero: rgba(24,24,32,0);
  --backgroundDark: #111117;
  --backgroundDarkLightBlue: #111117;
  --backgroundDark2: #0c0c10;
  --cardBackground: var(--dark-secondary-bg, #212630);
  --cardBackgroundLight: #272834;
  --cardBackgroundDark: #1c1d26;
  --cardBackgroundRgba: rgba(32,33,43,0.6);
  --textColor: #C8C9D8;
  --placeholderColor: #abacb5;
  --borderColor: #333444;
  --borderColor2: #171822;
  --borderColor3: #0E0E14;
  --linkActiveColor: #80F1B1;
  --hoverDark: var(--dark-primary-bg, #171a21);
  --linkText: #C8C9D8;
  --darkGreen: #80F1B1;
  --darkGreenDark: #248A50;
  --darkBlue: #343891;
  --darkBlueDark: #282B78;
  --darkBluelightWhite: #343891;
  --otherColor1: #1b1c26;
  background: var(--background);
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 14px;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper.light-theme {
  --background: #eeeeee;
  --backgroundDark: #dddddd;
  --backgroundDarkLightBlue: #343891;
  --backgroundDark2: #bbbbbb;
  --cardBackground: #fff;
  --cardBackgroundLight: #f2f2f2;
  --cardBackgroundDark: #dbdbdb;
  --cardBackgroundRgba: rgba(255,255,255,0.6);
  --textColor: #212529;
  --placeholderColor: #212529;
  --borderColor: #e5e5e5;
  --borderColor2: #8b8989;
  --borderColor3: #bbbbbb;
  --linkActiveColor: #343891;
  --hoverDark:#eeeeee;
  --linkText: #343891;
  --darkGreen: #30bd91;
  --darkGreenDark: #248A50;
  --darkBlue: #80F1B1;
  --darkBlueDark: #282B78;
  --darkBluelightWhite: #fff;
  --otherColor1: #f1f1f1;
  background: var(--background);
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper a {
  text-decoration: none;
}

.marketplace-product-catalog-wrapper .playerMarketItem {
  width: 100%;
  position: relative;
}
.marketplace-product-catalog-wrapper .playerMarketItem:before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}
.marketplace-product-catalog-wrapper .playerMarketItem:after {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  z-index: 1;
}
.marketplace-product-catalog-wrapper .playerMarketItem span:nth-child(1) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: transparent;
  background-size: auto 21px;
}
.marketplace-product-catalog-wrapper .playerMarketItem span:nth-child(1):before {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}
.marketplace-product-catalog-wrapper .playerMarketItem span:nth-child(1):after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}
.marketplace-product-catalog-wrapper .playerMarketItem span:nth-child(2) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.marketplace-product-catalog-wrapper .playerMarketItem span:nth-child(2):before {
  content: "";
  width: 47px;
  height: 48px;
  position: absolute;
  top: -4px;
  left: -6px;
  background: transparent;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
  z-index: 4;
}
.marketplace-product-catalog-wrapper .playerMarketItem span:nth-child(2):after {
  content: "";
  width: 47px;
  height: 48px;
  position: absolute;
  bottom: -4px;
  right: -6px;
  background: transparent;
  transform: rotate(180deg);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
  z-index: 4;
}
.marketplace-product-catalog-wrapper .playerMarketItem span:nth-child(3) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.marketplace-product-catalog-wrapper .playerMarketItem span:nth-child(3):before {
  content: "";
  width: 47px;
  height: 48px;
  position: absolute;
  top: -4px;
  right: -6px;
  background: transparent;
  filter: drop-shadow(-2px -2px 2px rgba(0, 0, 0, 0.6));
  z-index: 4;
}
.marketplace-product-catalog-wrapper .playerMarketItem span:nth-child(3):after {
  content: "";
  width: 47px;
  height: 48px;
  position: absolute;
  bottom: -4px;
  left: -6px;
  background: transparent;
  transform: rotate(-180deg);
  filter: drop-shadow(-2px -2px 2px rgba(0, 0, 0, 0.6));
  z-index: 4;
}
.marketplace-product-catalog-wrapper .playerMarketItem span:nth-child(4) {
  width: calc(100% - 6px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 4px;
  z-index: -1;
  background: #29261f;
  background-size: auto 45px;
}
.marketplace-product-catalog-wrapper .playerMarketItem span:nth-child(4):before {
  content: "";
  width: 11px;
  height: calc(100% - 57px);
  position: absolute;
  top: 57px;
  left: 4px;
  background: transparent;
  background-size: 11px auto;
  z-index: 0;
}
.marketplace-product-catalog-wrapper .playerMarketItem span:nth-child(4):after {
  content: "";
  width: 11px;
  height: calc(100% - 57px);
  position: absolute;
  top: 57px;
  right: 4px;
  background: transparent;
  background-size: 11px auto;
  z-index: 0;
}
.marketplace-product-catalog-wrapper .playerMarketItem .playerMarketTitle {
  width: 246px;
  height: 43px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  display: flex;
}
.marketplace-product-catalog-wrapper .playerMarketItem .playerMarketTitle h3 {
  width: 175px;
  height: 22px;
  position: absolute;
  bottom: 9px;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin: 0;
  line-height: 1;
  text-shadow: 0.5px 0.5px 0 #6e5307;
}

.marketplace-product-catalog-wrapper .playerMarketDetail {
  width: 100%;
  position: relative;
  padding: 58px 18px 25px 18px;
  z-index: 3;
}
.marketplace-product-catalog-wrapper .playerMarketDetail .detailImage {
  width: 100%;
  position: relative;
}
.marketplace-product-catalog-wrapper .playerMarketDetail .detailImage:before {
  content: "";
  width: 11px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -6px;
  background: transparent;
  background-size: 11px auto;
  z-index: 0;
}
.marketplace-product-catalog-wrapper .playerMarketDetail .detailImage img {
  width: 100%;
  position: relative;
  max-height: 287px;
  object-fit: cover;
  object-position: 0 0;
}
.marketplace-product-catalog-wrapper .playerMarketDetail .detailImage .moreDetailButton {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 0 5px;
  text-align: center;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  color: #cd9802;
  font-size: 12px;
  z-index: 2;
}
.marketplace-product-catalog-wrapper .playerMarketDetail .detailImage .moreDetailButton:hover {
  color: #ffc421;
}
.marketplace-product-catalog-wrapper .playerMarketDetail .playerMarketDetailItems {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 20%);
  padding-left: 6px;
}
.marketplace-product-catalog-wrapper .playerMarketDetail .playerMarketDetailItems .playerMarketDetailItem {
  display: block;
  position: relative;
  padding: 3px;
}
.marketplace-product-catalog-wrapper .playerMarketDetail .playerMarketDetailItems .playerMarketDetailItem img {
  width: 100%;
}
.marketplace-product-catalog-wrapper .playerMarketDetail .playerMarketDetailItems .playerMarketDetailItem.empty {
  pointer-events: none;
}

.marketplace-product-catalog-wrapper .playerMarketItemInfo {
  width: 100%;
  position: relative;
}
.marketplace-product-catalog-wrapper .playerMarketItemInfo .playerMarketItemInfoTitle {
  width: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .playerMarketItemInfo .playerMarketItemInfoTitle {
    margin-bottom: 0;
  }
}
.marketplace-product-catalog-wrapper .playerMarketItemInfo .playerMarketItemInfoTitle h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--textColor);
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .playerMarketItemInfo .playerMarketItemInfoTitle h2 {
    text-align: left;
    font-size: 17px;
  }
}
.marketplace-product-catalog-wrapper .playerMarketItemInfo .playerMarketItemInfoTitle .playerMarketItemInfoTitleElements {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .playerMarketItemInfo .playerMarketItemInfoTitle .playerMarketItemInfoTitleElements {
    justify-content: flex-start;
  }
}
.marketplace-product-catalog-wrapper .playerMarketItemInfo .playerMarketItemInfoTitle .playerMarketItemInfoTitleElements .colE {
  position: relative;
  padding: 0 15px;
  border-right: 1px solid var(--borderColor);
  min-height: 100%;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.marketplace-product-catalog-wrapper .playerMarketItemInfo .playerMarketItemInfoTitle .playerMarketItemInfoTitleElements .colE:first-child {
  padding-left: 0;
}
.marketplace-product-catalog-wrapper .playerMarketItemInfo .playerMarketItemInfoTitle .playerMarketItemInfoTitleElements .colE:last-child {
  border-right: none;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .playerMarketItemInfo .playerMarketItemInfoTitle .playerMarketItemInfoTitleElements .colE {
    padding: 0 5px;
  }
  .marketplace-product-catalog-wrapper .playerMarketItemInfo .playerMarketItemInfoTitle .playerMarketItemInfoTitleElements .colE .buttonRightSingle {
    padding: 7px 10px;
  }
}
.marketplace-product-catalog-wrapper .playerMarketItemInfo .productCounter {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: var(--backgroundDark);
  padding: 8px 10px;
  border-radius: 40px;
  border: 2px solid var(--borderColor);
}
@media (max-width: 1399px) {
  .marketplace-product-catalog-wrapper .playerMarketItemInfo .productCounter {
    gap: 5px;
    padding: 10px 10px;
  }
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .playerMarketItemInfo .productCounter {
    gap: 5px;
    padding: 10px 10px;
  }
}
.marketplace-product-catalog-wrapper .playerMarketItemInfo .productCounter .counterIcon {
  font-size: 20px;
  color: var(--darkGreen);
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .playerMarketItemInfo .productCounter .counterIcon {
    display: none;
  }
}
.marketplace-product-catalog-wrapper .playerMarketItemInfo .productCounter .counterCounterItem {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.marketplace-product-catalog-wrapper .playerMarketItemInfo .productCounter .counterCounterItem .counterNumber {
  font-size: 14px;
  font-weight: 700;
  color: var(--textColor);
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .playerMarketItemInfo .productCounter .counterCounterItem .counterNumber {
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .playerMarketItemInfo .productCounter .counterCounterItem .counterNumberInfo {
  font-size: 13px;
  font-weight: 400;
  color: var(--textColor);
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .playerMarketItemInfo .productCounter .counterCounterItem .counterNumberInfo {
    font-size: 8px;
  }
}

.marketplace-product-catalog-wrapper .iconLink {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--textColor);
}
.marketplace-product-catalog-wrapper .iconLink i {
  color: var(--darkGreen);
  font-size: 20px;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .iconLink {
    gap: 2px;
    font-size: 11px;
  }
  .marketplace-product-catalog-wrapper .iconLink i {
    font-size: 13px;
  }
}

.marketplace-product-catalog-wrapper .detailPrice {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 0;
}
.marketplace-product-catalog-wrapper .detailPrice .price {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  font-size: 40px;
  font-weight: 800;
  color: var(--darkGreen);
  line-height: 1;
}
.marketplace-product-catalog-wrapper .detailPrice .price .unitPriceBox {
  font-size: 20px;
  font-weight: 700;
  color: #e3b21a;
  line-height: 1;
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
}
.marketplace-product-catalog-wrapper .detailPrice .price .unitPriceBox .oldPrice {
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .detailPrice .price .unitPriceBox .oldPrice {
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .detailPrice .price .unitPriceBox .oldPrice:before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e3b21a;
  position: absolute;
  top: 50%;
  left: 0;
}
.marketplace-product-catalog-wrapper .detailPrice .price .unitPriceBox .percent {
  font-size: 10px;
  display: inline-block;
  padding: 2px 6px;
  background: var(--darkGreen);
  color: var(--darkBlue);
  border-radius: 20px;
}
.marketplace-product-catalog-wrapper .detailPrice .price .unitPriceBox .productBasketCount {
  font-size: 15px;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .detailPrice .price .unitPriceBox {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .marketplace-product-catalog-wrapper .detailPrice .price .unitPriceBox .productBasketCount {
    font-size: 10px;
  }
}
.marketplace-product-catalog-wrapper .detailPrice .installment {
  font-size: 14px;
  color: var(--textColor);
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .detailPrice .price {
    font-size: 25px;
  }
  .marketplace-product-catalog-wrapper .detailPrice .installment {
    font-size: 10px;
  }
}

.marketplace-product-catalog-wrapper .playerMarketInfoDetailItem {
  width: 100%;
  position: relative;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--textColor);
  border-radius: 5px;
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .playerMarketInfoDetailItem.cardBg {
  background: var(--background);
  font-size: 11px;
}
.marketplace-product-catalog-wrapper .playerMarketInfoDetailItem .icon {
  width: 30px;
  height: 30px;
  position: relative;
  background: var(--background);
  color: var(--darkGreen);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.marketplace-product-catalog-wrapper .cardBg.playerMarketInfoDetailItem .icon {
  background: var(--cardBackground);
}

.marketplace-product-catalog-wrapper .mini.playerMarketInfoDetailItem .icon {
  width: 20px;
  height: 20px;
  font-size: 12px;
}

.marketplace-product-catalog-wrapper .playerMarketInfoDetailItem:hover {
  background: var(--darkBlue);
  color: var(--darkGreen);
  transition: all 0.2s;
}
.marketplace-product-catalog-wrapper .playerMarketInfoDetailItem:hover .icon {
  background: var(--darkGreen);
  color: var(--darkBlue);
}
.marketplace-product-catalog-wrapper .playerMarketInfoDetailItem.active {
  background: var(--darkGreen);
  color: var(--darkBlue);
  border-color: var(--darkGreenDark);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.marketplace-product-catalog-wrapper .detailTitle {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.marketplace-product-catalog-wrapper .detailTitle h3 {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: var(--darkGreen);
  margin: 0;
  padding: 0 25px 0 0;
  position: relative;
  background: var(--background);
}
.marketplace-product-catalog-wrapper .cardBg.detailTitle h3 {
  background: var(--cardBackground);
}

.marketplace-product-catalog-wrapper .detailTitle:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-bottom: 1px solid var(--darkGreen);
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .detailTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }
  .marketplace-product-catalog-wrapper .detailTitle h3 {
    font-size: 14px;
    padding: 0 10px;
  }
}

.marketplace-product-catalog-wrapper .playerMarketTab {
  width: 100%;
  position: relative;
  padding: 10px;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.25));
  z-index: 10;
}
.marketplace-product-catalog-wrapper .playerMarketTab:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--cardBackgroundDark);
  border: 1px solid var(--borderColor);
  border-radius: 15px;
  z-index: 0;
}
.marketplace-product-catalog-wrapper .single.playerMarketTab:before {
  clip-path: none;
}

.marketplace-product-catalog-wrapper .playerMarketTab:after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--cardBackground);
  border-radius: 5px;
  z-index: 1;
}
.marketplace-product-catalog-wrapper .single.playerMarketTab:after {
  clip-path: none;
}

.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketTitleNormal {
  width: 100%;
  position: relative;
  padding: 10px;
  background: var(--cardBackgroundLight);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketTitleNormal h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--textColor);
  line-height: 1;
  margin: 0;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .playerMarketTab .playerMarketTitleNormal {
    display: none;
  }
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal {
  width: 100%;
  position: relative;
  padding: 8px;
  z-index: 3;
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .mobileFavButton {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 25px;
  color: var(--darkGreen);
  z-index: 2;
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .mobileFavDeleteButton {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 25px;
  color: #e3b21a;
  z-index: 2;
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .detailImage {
  width: 100%;
  position: relative;
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .detailImage .moreDetailButton {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 0 5px;
  text-align: center;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  color: #80F1B1;
  font-size: 12px;
  z-index: 2;
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .detailImage .moreDetailButton:hover {
  color: #248A50;
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .detailImage .detailZoomButton {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background: var(--darkGreen);
  font-size: 15px;
  color: var(--darkBlue);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out 0s;
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .detailImage .detailZoomButton:hover {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out 0s;
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 16.6666666667%);
  padding-left: 6px;
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems .playerMarketDetailItem {
  display: block;
  position: relative;
  padding: 3px;
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems .playerMarketDetailItem img {
  width: 100%;
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems .playerMarketDetailItem .itemModal {
  width: 295px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.6);
  visibility: hidden;
  transition: all 0s;
  z-index: 10;
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems .playerMarketDetailItem .itemModal img {
  width: 100%;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems .playerMarketDetailItem .itemModal {
    display: none;
  }
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems .playerMarketDetailItem.empty {
  pointer-events: none;
}
.marketplace-product-catalog-wrapper .playerMarketTab .playerMarketDetailNormal .playerMarketDetailItems .playerMarketDetailItem.empty:before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 3px;
  left: 3px;
  background: var(--cardBackgroundLight);
  border: 1px solid var(--cardBackgroundDark);
}

.marketplace-product-catalog-wrapper .commentsArea {
  width: 100%;
  position: relative;
  padding: 15px;
  background: var(--cardBackgroundDark);
  border: 1px solid var(--borderColor2);
  border-radius: 10px;
}
.marketplace-product-catalog-wrapper .commentsArea .commentItems {
  max-height: 208px;
  padding-right: 10px;
}

.marketplace-product-catalog-wrapper .commentItems .commentItem .personProfile {
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.marketplace-product-catalog-wrapper .commentItems .commentItem .commentDetail .personInfo .date {
  border-left: none;
  padding-left: 0;
  font-size: 12px;
}

.marketplace-product-catalog-wrapper .commentItems .commentItem .commentDetail .personInfo .name {
  font-size: 12px;
}

.marketplace-product-catalog-wrapper .commentItems .commentItem .commentDetail {
  width: calc(100% - 50px);
}
.marketplace-product-catalog-wrapper .commentItems .commentItem .commentDetail .commentText {
  font-size: 12px;
  padding: 10px;
}

.marketplace-product-catalog-wrapper .form-input-group-cs2.commentInputs .form-input-control-cs2 {
  border-radius: 5px 0 0 5px;
}

.marketplace-product-catalog-wrapper tspan {
  fill: var(--textColor) !important;
}

.marketplace-product-catalog-wrapper .apexcharts-tooltip {
  background: var(--cardBackgroundLight) !important;
  color: var(--textColor) !important;
  border-color: var(--borderColor) !important;
  box-shadow: 2px 2px 6px -4px rgba(0, 0, 0, 0.25) !important;
}

.marketplace-product-catalog-wrapper .apexcharts-tooltip-title {
  background: var(--cardBackgroundDark) !important;
  border-color: var(--borderColor) !important;
}

.marketplace-product-catalog-wrapper .graphItem {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border-radius: 7px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
  background: var(--background);
}
.marketplace-product-catalog-wrapper .graphItem .number {
  position: relative;
  line-height: 1;
  text-align: center;
  color: var(--darkGreen);
  font-size: 13px;
  font-weight: 600;
  background: var(--cardBackgroundLight);
  padding: 5px 10px;
  border-radius: 5px;
}
.marketplace-product-catalog-wrapper .graphItem .text {
  font-size: 12px;
  line-height: 1;
}
.marketplace-product-catalog-wrapper .graphItem .statusText {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 800;
  color: var(--textColor);
  padding: 5px;
  border-radius: 3px;
  line-height: 1;
  background: var(--cardBackground);
}

.marketplace-product-catalog-wrapper .commentStats.detailCommentStats {
  font-size: 15px;
}
.marketplace-product-catalog-wrapper .commentStats.detailCommentStats .stars {
  font-size: 15px;
}
@media (max-width: 576px) {
  .marketplace-product-catalog-wrapper .commentStats.detailCommentStats {
    font-size: 10px;
  }
  .marketplace-product-catalog-wrapper .commentStats.detailCommentStats i {
    font-size: 10px;
  }
}

.marketplace-product-catalog-wrapper .wearBarGroup {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    overflow: visible;
    min-height: 18px;
}
.marketplace-product-catalog-wrapper .wearBarGroup.wearBarPlaceholder {
    visibility: hidden;
    min-height: 18px;
}
.marketplace-product-catalog-wrapper .wearBarVal {
    font-size: 10px;
    padding-right: 10px;
    color: var(--darkGreen);
    display: inline-flex;
    align-items: center;
    height: 10px;
    line-height: 1;
    margin: 0;
}
.marketplace-product-catalog-wrapper .wearBarVal.fsd {
    font-size: 14px;
}
.marketplace-product-catalog-wrapper .wearBarWrapper {
    flex: 1;
    position: relative;
    height: 10px;
    overflow: visible;
}
.marketplace-product-catalog-wrapper .wearBar {
    width: 100%;
    height: 10px;
    position: relative;
    overflow: visible;
}
.marketplace-product-catalog-wrapper .wearBarBg {
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.marketplace-product-catalog-wrapper .wearBarBg.worst {
    background: #f92424;
    width: 100%;
}
.marketplace-product-catalog-wrapper .wearBarBg.bad {
    background: #cd5c5c;
    width: 45%;
}
.marketplace-product-catalog-wrapper .wearBarBg.normal {
    background: #9acd32;
    width: 38%;
}
.marketplace-product-catalog-wrapper .wearBarBg.good {
    background: #18a518;
    width: 15%;
}
.marketplace-product-catalog-wrapper .wearBarBg.perfect {
    background: #008000;
    width: 7%;
}
.marketplace-product-catalog-wrapper .wearBarProgressArrow {
    width: 3px;
    height: 180%;
    position: absolute;
    top: -40%;
    left: 14.6024%;
    background: #fff;
    transform: translateX(-50%);
    z-index: 10;
}
.marketplace-product-catalog-wrapper .wearBarProgressArrow:before {
    display: none;
}
.marketplace-product-catalog-wrapper .wearBarProgressArrow:after {
    display: none;
}

.marketplace-product-catalog-wrapper .skinPhaseGroup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: -15px;
    right: 0;
}
.marketplace-product-catalog-wrapper .phaseItem {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.marketplace-product-catalog-wrapper .phaseItemLabel {
    font-size: 10px;
    color: var(--textColor);
}
.marketplace-product-catalog-wrapper .phaseItemVal {
    font-size: 10px;
    font-weight: 600;
    color: var(--darkGreen);
}

.marketplace-product-catalog-wrapper .skinItemLink {display: block; position: relative;}
.marketplace-product-catalog-wrapper .skinItem {
    width: 100%;
    position:relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    background: var(--cardBackground);
    border-radius: 15px;
    overflow: hidden;
    border: none !important;
    z-index: 3;
    transition: all 0.2s ease-in-out 0s;
}
.marketplace-product-catalog-wrapper .skinItem:hover {
    margin-bottom: -60px;
    transform:scale(1.05);
    border: none !important;
    z-index: 4;
    box-shadow: 0 -10px 20px 0 rgba(0,0,0,0.5);
    transition: all 0.2s ease-in-out 0s;
}
.marketplace-product-catalog-wrapper .skinItem.checked {
    box-shadow: 0 0 0 4px #157b2a;
}
.marketplace-product-catalog-wrapper .skinItem.danger {
    box-shadow: 0 0 0 1px #f15676;
}
@media (max-width: 576px) {
    .marketplace-product-catalog-wrapper .skinItem {
        gap:unset;
    }
}
.marketplace-product-catalog-wrapper .skinItemImageWrapper {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid var(--borderColor);
    padding: 16px;
    z-index: 2;
}
.marketplace-product-catalog-wrapper .skinItemImage {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    position: relative;
    filter: drop-shadow(-6px -6px 5px rgba(0,0,0,0.5));
}
@media (min-width: 1400px) {
    .marketplace-product-catalog-wrapper .skinItemImageWrapper {
        padding: 20px;
    }
}
@media (max-width: 576px) {
    .marketplace-product-catalog-wrapper .skinItemImage {
        height: 150px;
    }
}
.marketplace-product-catalog-wrapper .skinItemTradeText {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 12px;
    font-weight: 600;
    gap: 5px;
}
.marketplace-product-catalog-wrapper .skinItemTradeText i {
    font-size: 14px;
    font-weight: normal;
    color: #157b2a;
}
.marketplace-product-catalog-wrapper .skinItem.danger .skinItemTradeText {
    color: #f15676;
}
.marketplace-product-catalog-wrapper .skinItemStickers {
    width: 30px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.marketplace-product-catalog-wrapper .skinItemStickerImage {
    width: 30px;
    height: auto;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
.marketplace-product-catalog-wrapper .skinItemStickerImage:hover {
    transform: scale(1.5);
    transition: all 0.2s ease-in-out 0s;
}
.marketplace-product-catalog-wrapper .skinItemHeader {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid var(--dark-border-color, #3d414d);
    padding: 10px 10px 10px 10px;
}
.marketplace-product-catalog-wrapper.light-theme .skinItemHeader {
    border-bottom: 1px solid var(--light-border-color, #d4d8e1);
}
@media (max-width: 576px) {
    .marketplace-product-catalog-wrapper .skinItemStickerImage {
        width: 25px;
    }
    .marketplace-product-catalog-wrapper .skinItemHeader {
        gap: unset;
        padding: 5px 10px;
    }
}
.marketplace-product-catalog-wrapper .skinItemTitle {
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: var(--textColor);
    margin: 0 0 1px 0;
}
.marketplace-product-catalog-wrapper .skinItemDesc {
    font-size: 16px;
    color: var(--textColor);
    position: relative;
    margin: 0 0 0 0;
}
.marketplace-product-catalog-wrapper .skinItemBody {
    width: 100%;
    
    min-height: 120px;
    position: relative;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}
@media (max-width: 576px) {
    .marketplace-product-catalog-wrapper .skinItemBody {
        
        min-height: 47px;
        padding: 5px 10px;
        gap: 5px;
        
        justify-content: center;
    }
}
.marketplace-product-catalog-wrapper .skinItemFooter {
    display: flex;
    width: 100%;
    position: relative;
    padding: 0 10px 10px 10px;
    visibility: hidden;
    margin-bottom: -60px;
    transition: all 0.2s ease-in-out 0s;
}
.marketplace-product-catalog-wrapper .skinItem:hover .skinItemFooter {
    visibility: visible;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out 0s;
}
.marketplace-product-catalog-wrapper .skinItemFooterCol {
    flex: 1;
}
@media (max-width: 576px) {
    .marketplace-product-catalog-wrapper .skinItemStickerImage:hover {
        transform: scale(1);
        transition: all 0.2s ease-in-out 0s;
    }
    .marketplace-product-catalog-wrapper .skinItemFooter {
        visibility: visible;
        margin-bottom: 0;
        transition: all 0.2s ease-in-out 0s;
    }
}

.marketplace-product-catalog-wrapper .skinItemInfo {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.marketplace-product-catalog-wrapper .skinItemInfo .infoPrice {
    height: unset;
    font-size: 16px;
    font-weight: 800;
    color: var(--darkGreen);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    position: relative;
    gap: 2px;
}
.marketplace-product-catalog-wrapper .skinItemInfo .infoPrice.align-items-end {
    font-size: 20px;
}
.marketplace-product-catalog-wrapper .skinItemInfo .infoPrice .priceUSD {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--textColor);
    position: relative;
    margin-top: 5px;
}
@media (max-width: 768px) {
    .marketplace-product-catalog-wrapper .skinItemInfo .infoPrice .priceUSD {
        font-size: 11px;
        margin-top: 2px;
    }
    
    .marketplace-product-catalog-wrapper .skinItemInfo .infoPrice {
        font-size: 14px !important;
    }
    .marketplace-product-catalog-wrapper .skinItemInfo .infoPrice.align-items-end {
        font-size: 16px !important;
    }
    .marketplace-product-catalog-wrapper .skinItemTitle {
        font-size: 14px !important;
    }
    .marketplace-product-catalog-wrapper .skinItemDesc {
        font-size: 13px !important;
    }
    
    .marketplace-product-catalog-wrapper .skinItemFooterCol:first-child {
        display: none !important;
    }
    .marketplace-product-catalog-wrapper .skinItemFooterCol:first-child .cs2-action-button-element {
        display: none !important;
    }
    
    .marketplace-product-catalog-wrapper .skinItemFooterCol:last-child {
        flex: 1 1 100% !important;
    }
    .marketplace-product-catalog-wrapper .skinItemFooterCol:last-child .cs2-action-button-element {
        width: 100% !important;
    }
    
    .marketplace-product-catalog-wrapper .skinItem:hover {
        transform: none !important;
        margin-bottom: 0 !important;
        box-shadow: none !important;
    }
    .marketplace-product-catalog-wrapper .skinItemFooter {
        visibility: visible !important;
        margin-bottom: 0 !important;
    }
    .marketplace-product-catalog-wrapper .skinItem:hover .skinItemFooter {
        visibility: visible !important;
        margin-bottom: 0 !important;
    }
    .marketplace-product-catalog-wrapper .skinItemFooter a.cs2-action-button-element.dark {
        display: none !important;
    }
    
    .marketplace-product-catalog-wrapper .skinItemImage {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 140px !important;
        object-fit: contain !important;
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)) !important;
    }
}
.marketplace-product-catalog-wrapper .premium .skinItemInfo .infoPrice {
    color: #343891;
}

.marketplace-product-catalog-wrapper .skinItemInfo .infoPrice.showcase {
    justify-content: flex-end;
}
.marketplace-product-catalog-wrapper .skinItemInfo .infoPrice .oldPrice {
    display: inline-block;
    font-size: 10px;
    color: #8f9bb2;
    position: relative;
}
.marketplace-product-catalog-wrapper .premium .skinItemInfo .infoPrice .oldPrice {
    color: #7d3e06;
}
.marketplace-product-catalog-wrapper .skinItemInfo .infoPrice .desc {
    font-size: 9px;
    color: #8f9bb2;
    font-weight: 400;
}
.marketplace-product-catalog-wrapper .skinItemInfo .infoPrice .percent {
    font-size: 9px;
    font-weight: 400;
    color: #ffffff;
    padding: 3px 5px;
    line-height: 1;
    background: #343891;
    border-radius: 10px;
    
}
.marketplace-product-catalog-wrapper .premium .skinItemInfo .infoPrice .desc {
    color: #7d3e06;
}

.marketplace-product-catalog-wrapper .skinItemInfo .infoPrice .showcaseText {
    font-size: 9px;
    color: #fff;
    font-weight: 400;
    display: inline-flex;
    padding: 2px 5px 2px 0;
    position: relative;
}
.marketplace-product-catalog-wrapper .skinItemInfo .infoPrice .showcaseText:before {
    content: "";
    width: calc(100% + 10px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    background: #343891;
    z-index: 0;
}
.marketplace-product-catalog-wrapper .skinItemInfo .infoPrice .showcaseText span {
    position: relative;
}
@media (max-width: 1099px) {
    .marketplace-product-catalog-wrapper .skinItemInfo .infoPrice {
        font-size: 12px;
    }
    .marketplace-product-catalog-wrapper .skinItemInfo .infoPrice .oldPrice {
        font-size: 10px;
    }
}
@media (max-width: 576px) {
    .marketplace-product-catalog-wrapper .skinItemInfo .infoPrice .desc {
        font-size: 7px;
    }
    .marketplace-product-catalog-wrapper .skinItemInfo .infoPrice .oldPrice {
        font-size: 8px;
    }
}
.marketplace-product-catalog-wrapper .skinItemLastSeenWrapper {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 3;
}
.marketplace-product-catalog-wrapper .skinItemLastSeenWrapper .infoLastSeen {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}
.marketplace-product-catalog-wrapper .skinItemLastSeenWrapper .infoLastSeen .lastSeenTitle {
    font-size: 8px;
    font-weight: 400;
    color: var(--textColor);
}
.marketplace-product-catalog-wrapper .premium .skinItemLastSeenWrapper .infoLastSeen .lastSeenTitle {
    color: #7d3e06;
}

.marketplace-product-catalog-wrapper .skinItemLastSeenWrapper .infoLastSeen .lastSeenStatus {
    display: inline-block;
    font-size: 10px;
    color: var(--textColor);
    font-weight: 500;
    background: var(--background);
    padding: 3px 5px;
    line-height: 1;
    border-radius: 50px;
}
.marketplace-product-catalog-wrapper .premium .skinItemLastSeenWrapper .infoLastSeen .lastSeenStatus {
    background: #c58b21;
    color: #F2DCB3;
}

.marketplace-product-catalog-wrapper .skinItemLastSeenWrapper .infoLastSeen .lastSeenStatus.success {
    background: #28A745;
    color: #fff;
}
@media (max-width: 1099px) {
    .marketplace-product-catalog-wrapper .skinItemLastSeenWrapper .infoLastSeen .lastSeenStatus {
        padding: 3px 5px;
        font-size: 10px;
    }
}
.marketplace-product-catalog-wrapper .skinDetailImageWrapper {
    width: 100%;
    position:relative;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    background: radial-gradient(93.06% 166.8% at 93.06% 26.78%,#2ebb90 0,#2ebb9000),#20282d;
    overflow: hidden;
    border-radius: 15px;
    border-bottom: 5px solid transparent;
}
.marketplace-product-catalog-wrapper .skinDetailImageWrapper:before {

}
.marketplace-product-catalog-wrapper .skinDetailImageWrapper:after {
    
}
.marketplace-product-catalog-wrapper .skinDetailImage {
    height: 350px;
    filter: drop-shadow(-15px 15px 5px rgba(0,0,0,0.6));
    position:relative;
    z-index: 3;
}
@media (max-width: 576px) {
    .marketplace-product-catalog-wrapper .skinDetailImage {
        height: 200px;
    }
}

.marketplace-product-catalog-wrapper .cardInnerTitle {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.marketplace-product-catalog-wrapper .cardInnerTitle h4 {
    font-size: 12px;
    font-weight: 700;
    color: var(--textColor);
    margin: 0;
    padding: 0;
}
.marketplace-product-catalog-wrapper .cardInnerTitle h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--textColor);
    margin: 0;
    padding: 0;
}
.marketplace-product-catalog-wrapper .cardInnerTitle.price h3 {
    font-size: 35px;
    font-weight: 800;
    color: var(--darkGreen);
    white-space: nowrap;
}
.marketplace-product-catalog-wrapper .cardInnerTitle.price h3.priceUSD {
    font-size: 25px;
    font-weight: 800;
    color: var(--textColor);
    white-space: nowrap;
}
@media (max-width: 576px) {
    .marketplace-product-catalog-wrapper .cardInnerTitle.price h3 {
        font-size: 20px;
    }
    .marketplace-product-catalog-wrapper .cardInnerTitle.price h3.priceUSD {
        font-size: 18px;
    }
}
.marketplace-product-catalog-wrapper .cardInnerTitle p {
    font-size: 12px;
    color: #6b6b79;
    margin: 0;
    padding: 0;
}
.marketplace-product-catalog-wrapper .cardInnerTitle p strong {
    color: #9e9eac;
}

.marketplace-product-catalog-wrapper .skinDetailTitle {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--borderColor2);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.marketplace-product-catalog-wrapper .skinDetailTitle h1 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
}
.marketplace-product-catalog-wrapper .skinDetailTitle p.type {
    margin: 0;
    padding: 0 0 0 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--textColor);
    position: relative;
}
.marketplace-product-catalog-wrapper .skinDetailTitle p.type:before {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--borderColor);
}
.marketplace-product-catalog-wrapper .skinDetailTitle p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    color: var(--textColor);
}
@media (max-width: 576px) {
    .marketplace-product-catalog-wrapper .skinDetailTitle h1 {
        font-size: 20px;
    }
    .marketplace-product-catalog-wrapper .skinDetailTitle p.type {
        font-size: 12px;
    }
    .marketplace-product-catalog-wrapper .skinDetailTitle p {
        font-size: 14px;
    }
}

.marketplace-product-catalog-wrapper .tagList {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.marketplace-product-catalog-wrapper .tag {
    font-size: 12px;
    padding: 5px 10px;
    background: var(--cardBackgroundDark);
    color: var(--textColor);
    border-radius: 5px;
    border: 1px solid var(--borderColor);
}

@media (max-width:1099px) {
        .marketplace-product-catalog-wrapper #chat-widget-minimized {
            visibility: hidden;
        }
    }

.marketplace-product-catalog-wrapper .product-top-filter-wrapper{
            width: 100%;
            position: relative;
            padding: 9px;
            background: var(--cardBackgroundLight);
            z-index: 100;
        }

        .marketplace-product-catalog-wrapper .noUi-connect {
            background: transparent;
        }

        .marketplace-product-catalog-wrapper .noUi-target {
            background: transparent;
            border: unset;
            box-shadow: unset;
        }
        .marketplace-product-catalog-wrapper .noUi-horizontal {height: 12px;}

        .marketplace-product-catalog-wrapper .rangeGroup {
            width: 100%;
            position: relative;
            min-height: 10px;
        }
        .marketplace-product-catalog-wrapper .rangeGroupWearBar {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .marketplace-product-catalog-wrapper .pagination{
            list-style: none;
            padding-left:0;
        }
        .marketplace-product-catalog-wrapper .pagination li{
            padding-left:0;
            margin-right:5px;
            font-weight:500;
            font-size:12px;
        }
        .marketplace-product-catalog-wrapper .pagination li:last-child{
            margin-right:0;
        }
        .marketplace-product-catalog-wrapper .pagination li a{
            background-color: #343891;
            padding: 4px 10px 4px 10px;
            border-radius: 2px;
            color:#fff;
        }
        .marketplace-product-catalog-wrapper .pagination li a:hover{
            background-color: #80f1b1;
            color: #343891;
        }
        .marketplace-product-catalog-wrapper .pagination li .active{
            background-color: #80f1b1;
            color: #343891;
        }
        .marketplace-product-catalog-wrapper .pagination li .active:hover{
            color: #343891;
        }

        .marketplace-product-catalog-wrapper .iconCancel {
            cursor : pointer;
        }
        .marketplace-product-catalog-wrapper .iconCancel i {
            color: #D50000;
        }

        .marketplace-product-catalog-wrapper .catalog-loading-spinner-cs2 {
            width: 100%;
            height: 100%;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 999;
        }

        .marketplace-product-catalog-wrapper .loadingData {
            filter: blur(6px);
        }

        .marketplace-product-catalog-wrapper .product-header-banner {
            width: 100%;
            position: relative;
            background: url("https://oyuneks.com/revolution/images/default-wall.jpg") no-repeat center top transparent;
            background-size: 100% auto;
            padding: 100px 0;
        }
        .marketplace-product-catalog-wrapper .product-header-banner:before {
            content:"";
            width: 100%;
            height: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            background: linear-gradient(to top, rgba(24, 24, 32, 1) 2%, rgba(24, 24, 32, 0.9) 20%, rgba(24, 24, 32, 0.7) 40% , rgba(24, 24, 32, 0) 80%);
        }
        .marketplace-product-catalog-wrapper .product-header-banner .container {position: relative; z-index: 2;}
        .marketplace-product-catalog-wrapper .newDetailHeaderImageWrapper {
            width: 100%;
            position: relative;
            padding: 0;
            border-radius: 20px;
            overflow: hidden;
        }
        .marketplace-product-catalog-wrapper .newDetailHeaderImage {
            width: 100%;
        }
        .marketplace-product-catalog-wrapper .product-page-main-title {
            font-size: 30px;
            font-weight: 900;
            text-shadow: 2px 2px 2px #000;
            color: #ffffff;
            margin: 0;
            padding: 0;
        }
        @media (max-width:576px) {
            .marketplace-product-catalog-wrapper .product-header-banner {
                background-size: 100% auto;
                padding: 20px 0;
            }
            .marketplace-product-catalog-wrapper .product-page-main-title {
                font-size: 20px;
            }
        }
        .marketplace-product-catalog-wrapper .newDetailHeaderDesc {
            margin: 0;
            padding: 0;
        }
        .marketplace-product-catalog-wrapper .newDetailHeaderFavButton {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-weight: 700;
        }
        .marketplace-product-catalog-wrapper .newDetailHeaderFavButton i {
            font-size: 18px;
        }

        .marketplace-product-catalog-wrapper .product-weapon-navigation-list {
            width: 100%;
            position:relative;
            display: flex;
            align-items: center;
            gap: 0;
            margin: 0;
            padding: 0;
        }
        .marketplace-product-catalog-wrapper .product-weapon-nav-item {
            list-style: none;
            border-right: 1px solid var(--cardBackgroundDark);
        }
        .marketplace-product-catalog-wrapper .product-weapon-navigation-list .product-weapon-nav-item:last-child {
            border-right: unset;
        }
        .marketplace-product-catalog-wrapper .product-weapon-nav-link {
            display: flex;
            font-weight: 500;
            font-size: 14px;
            padding: 10px 15px;
            color: var(--textColor);
            position: relative;
            height: 62px;;
            align-items: center;
        }
        .marketplace-product-catalog-wrapper .product-weapon-nav-link.dropdown {
            padding-right: 35px;
        }
        .marketplace-product-catalog-wrapper .product-weapon-nav-link.dropdown:before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 30px;
            right: 10px;
            border-top: 5px solid var(--borderColor2);
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }
        .marketplace-product-catalog-wrapper .product-weapon-nav-link:hover {
            color: #30bd91;
        }
        .marketplace-product-catalog-wrapper .product-weapon-nav-link.dropdown:hover:before {
            border-top-color: #30bd91;
        }
        .marketplace-product-catalog-wrapper .product-weapon-nav-link .category-selection-trigger-btn {
            border: unset;
            background: transparent;
            margin: 0;
            padding: 0;
            color: var(--textColor);
        }
        .marketplace-product-catalog-wrapper .weapon-dropdown-menu-panel {
            width: calc(100% + 20px);
            position: absolute;
            top: calc(100% - 2px);
            left: -10px;
            display: none;
            background: var(--cardBackgroundLight);
            padding: 10px;
            border-radius: 0 0 15px 15px;
            border-top: 1px solid #343891;
            box-shadow: 0 10px 20px 0 rgba(0,0,0,0.55);
            z-index: 99;
        }
        .marketplace-product-catalog-wrapper .product-weapon-nav-item:hover .weapon-dropdown-menu-panel {
            display: block;
        }
        .marketplace-product-catalog-wrapper .weapon-dropdown-option-item {
            width: 100%;
            display: flex;
            align-items: center;
            position: relative;
            border: 1px solid var(--borderColor);
            border-radius: 15px;
            background: var(--cardBackground);
            padding: 0;
        }
        .marketplace-product-catalog-wrapper .weapon-dropdown-option-item.active {
            border-color:rgba(129, 241, 177, 1);
        }
        .marketplace-product-catalog-wrapper .weapon-option-image-wrapper {
            display: block;
            padding: 0 5px;
            background:linear-gradient(to right, rgba(32,33,43,0) 20%, rgba(129, 241, 177, 0.32) 100%);
            border-right: 2px solid #949494;
        }
        .marketplace-product-catalog-wrapper .weapon-option-image-element {
            width: unset;
            height: 60px;
            position: relative;
        }
        .marketplace-product-catalog-wrapper .weapon-option-label-text {
            flex: 1;
            width: 100%;
            position: relative;
            padding: 5px 10px;
            font-size: 12px;
            font-weight: 500;
            color: var(--textColor);
            line-height: 1;
        }
        .marketplace-product-catalog-wrapper .weapon-category-all-option {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border: unset;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            min-height: 60px;
            background: #343891;
            border-radius: 15px;
            padding: 10px;
        }
        .marketplace-product-catalog-wrapper .weapon-filter-reset-button {
            width: 20px;
            height: 20px;
            font-size: 10px;
            color: #fff;
            background: #f15676;
            border-radius: 50%;
            border: unset;
            position:absolute;
            top: 50%;
            right: 5px;
            transform: translateY(-50%);
            display: none;
            align-items: center;
            justify-content: center;
        }
        .marketplace-product-catalog-wrapper .weapon-filter-reset-button.show {
            display: flex;
        }

        .marketplace-product-catalog-wrapper .custom-sort-dropdown-wrapper {
            position: relative;
            z-index: 10000;
        }
        .marketplace-product-catalog-wrapper .custom-sort-dropdown-menu {
            display: none;
            flex-direction: column;
            align-items: flex-start;
            position:absolute;
            top: 100%;
            right: 0;
            padding: 10px;
            border-radius: 15px;
            background: var(--cardBackground);
            z-index: 9999;
            border: 1px solid var(--borderColor);
        }
        .marketplace-product-catalog-wrapper .custom-sort-dropdown-menu:before {
            content: "";
            position: absolute;
            top: -20px;
            right: 10px;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid var(--borderColor);
        }
        .marketplace-product-catalog-wrapper .custom-sort-dropdown-wrapper:hover .custom-sort-dropdown-menu {
            display: flex;
        }
        .marketplace-product-catalog-wrapper .custom-sort-dropdown-menuItem {
            width: 100%;
            font-size: 12px;
            color: var(--textColor);
            padding: 10px 0;
            border: unset;
            border-bottom: 1px solid var(--borderColor2);
            margin: 0;
            background: unset;
            font-weight: 600;
            white-space: nowrap;
            text-align: start;
        }
        .marketplace-product-catalog-wrapper .custom-sort-dropdown-menuItem:hover {
            background: var(--cardBackgroundLight);
        }/ *   F i l t e r   C o n t a i n e r   S t y l e s   -   d e n e m e b a r 2 . c s s   * / 
 
 
 
 / *   F i l t e r s   C o n t a i n e r   -   W r a p p e r   * / 
 
 . f i l t e r s - c o n t a i n e r - c s   { 
 
         d i s p l a y :   b l o c k ; 
 
         m a x - w i d t h :   2 8 0 p x ; 
 
         m a r g i n :   0   a u t o ; 
 
 } 
 
 
 
 / *   A n a   C o m p o n e n t   C o n t a i n e r   -   H T M L   V e r s i o n   * / 
 
 . s e a r c h - r o w - h t m l   { 
 
         d i s p l a y :   b l o c k ; 
 
         m a x - w i d t h :   2 8 0 p x ; 
 
         m a r g i n :   0   a u t o ; 
 
         o v e r f l o w :   v i s i b l e ;   / *   � Ss t   s e v i y e   t a � xm a   i z n i   * / 
 
 } 
 
 
 
 / *   A r t   a r d a   g e l e n   s e a r c h - r o w ' l a r   a r a s � � n a   b o � xl u k   * / 
 
 . s e a r c h - r o w - h t m l   +   . s e a r c h - r o w - h t m l   { 
 
         m a r g i n - t o p :   2 0 p x ; 
 
 } 
 
 
 
 / *   C o n t a i n e r   S t i l l e r i   -   H T M L   * / 
 
 . c o n t a i n e r - h t m l   { 
 
         w i d t h :   1 0 0 % ; 
 
         o v e r f l o w :   v i s i b l e ;   / *   T a � xm a y a   i z i n   v e r   * / 
 
 } 
 
 
 
 / *   B a � xl � � k   S a t � � r � �   -   H T M L   ( A � � � � l � � r   K a p a n � � r )   * / 
 
 . r o w - h t m l   { 
 
         p a d d i n g :   1 2 p x   1 6 p x ; 
 
         c u r s o r :   p o i n t e r ; 
 
         d i s p l a y :   f l e x ; 
 
         j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         b a c k g r o u n d :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 0 3 ) ; 
 
         b o r d e r - r a d i u s :   4 p x   4 p x   0   0 ; 
 
         t r a n s i t i o n :   b a c k g r o u n d   0 . 2 s ; 
 
 } 
 
 
 
 . r o w - h t m l : h o v e r   { 
 
         b a c k g r o u n d :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 0 5 ) ; 
 
 } 
 
 
 
 / *   B a � xl � � k   S a t � � r � �   -   H T M L   ( S t a t i k   -   A � � � � l � � r   K a p a n � � r   Y o k )   * / 
 
 . r o w - h t m l - s t a t i c   { 
 
         p a d d i n g :   8 p x   1 6 p x   4 p x ; 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         b a c k g r o u n d :   t r a n s p a r e n t ; 
 
         b o r d e r - r a d i u s :   0 ; 
 
 } 
 
 
 
 / *   � � � � e r i k   A l a n � �   -   H T M L   ( A � � � � l � � r   K a p a n � � r )   * / 
 
 . c o n t e n t - h t m l   { 
 
         p a d d i n g :   0   1 6 p x   1 6 p x ; 
 
         b a c k g r o u n d :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 0 2 ) ; 
 
         b o r d e r - r a d i u s :   0   0   4 p x   4 p x ; 
 
         d i s p l a y :   n o n e ; 
 
         o v e r f l o w :   v i s i b l e ;   / *   S l i d e r   h a n d l e ' l a r � � n   t a � xm a s � � n a   i z i n   v e r   * / 
 
 } 
 
 
 
 . c o n t e n t - h t m l . e x p a n d e d   { 
 
         d i s p l a y :   b l o c k ; 
 
 } 
 
 
 
 / *   � � � � e r i k   A l a n � �   -   H T M L   ( S t a t i k   -   A � � � � l � � r   K a p a n � � r   Y o k )   * / 
 
 . c o n t e n t - h t m l - s t a t i c   { 
 
         p a d d i n g :   0   1 6 p x   1 6 p x ; 
 
         b a c k g r o u n d :   t r a n s p a r e n t ; 
 
         b o r d e r - r a d i u s :   0 ; 
 
         d i s p l a y :   b l o c k ; 
 
         o v e r f l o w :   v i s i b l e ; 
 
 } 
 
 
 
 . i n n e r - h t m l   { 
 
         p a d d i n g - t o p :   4 p x ; 
 
         o v e r f l o w :   v i s i b l e ;   / *   � � � � e r i � xi n   t a � xm a s � � n a   i z i n   v e r   * / 
 
 } 
 
 
 
 / *   = = = = =   W E A R   C O N T A I N E R   S T Y L E S   = = = = =   * / 
 
 / *   W e a r   S l i d e r   C o n t a i n e r   * / 
 
 . w e a r   . n o u i - s l i d e r - h t m l   { 
 
         w i d t h :   1 0 0 % ; 
 
         m a r g i n :   8 p x   0   8 p x   0 ; 
 
         o v e r f l o w :   v i s i b l e ; 
 
 } 
 
 
 
 . w e a r   . s l i d e r - c o n t a i n e r   { 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         w i d t h :   1 0 0 % ; 
 
         h e i g h t :   4 0 p x ; 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         o v e r f l o w :   v i s i b l e ; 
 
 } 
 
 
 
 . w e a r   . s l i d e r - t r a c k   { 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         w i d t h :   1 0 0 % ; 
 
         h e i g h t :   8 p x ; 
 
         o v e r f l o w :   v i s i b l e ; 
 
         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( t o   r i g h t ,   
 
                 # 0 0 8 0 0 0   0 % , 
 
                 # 0 0 8 0 0 0   7 % , 
 
                 # 1 8 a 5 1 8   7 % , 
 
                 # 1 8 a 5 1 8   1 5 % , 
 
                 # 9 a c d 3 2   1 5 % , 
 
                 # 9 a c d 3 2   3 8 % , 
 
                 # c d 5 c 5 c   3 8 % , 
 
                 # c d 5 c 5 c   4 5 % , 
 
                 # f 9 2 4 2 4   4 5 % , 
 
                 # f 9 2 4 2 4   1 0 0 % 
 
         ) ; 
 
         b o r d e r - r a d i u s :   4 p x ; 
 
         b o x - s h a d o w :   0   1 p x   3 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 3 )   i n s e t ; 
 
 } 
 
 
 
 / *   = = = = =   P R I C E   C O N T A I N E R   S T Y L E S   = = = = =   * / 
 
 / *   P r i c e   S l i d e r   C o n t a i n e r   * / 
 
 . s e a r c h - r o w - p r i c e   . n o u i - s l i d e r - h t m l   { 
 
         w i d t h :   1 0 0 % ; 
 
         m a r g i n :   8 p x   0   8 p x   0 ; 
 
         o v e r f l o w :   v i s i b l e ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . s l i d e r - c o n t a i n e r   { 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         w i d t h :   1 0 0 % ; 
 
         h e i g h t :   4 0 p x ; 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         o v e r f l o w :   v i s i b l e ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . s l i d e r - t r a c k   { 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         w i d t h :   1 0 0 % ; 
 
         h e i g h t :   8 p x ; 
 
         o v e r f l o w :   v i s i b l e ; 
 
         b a c k g r o u n d :   # 2 3 7 b f f ; 
 
         b o r d e r - r a d i u s :   4 p x ; 
 
         b o x - s h a d o w :   0   1 p x   3 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 3 )   i n s e t ; 
 
 } 
 
 
 
 / *   W e a r   S l i d e r   C o n n e c t   * / 
 
 . w e a r   . s l i d e r - c o n n e c t   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         h e i g h t :   1 0 0 % ; 
 
         b a c k g r o u n d :   t r a n s p a r e n t ; 
 
         b o r d e r - r a d i u s :   4 p x ; 
 
         p o i n t e r - e v e n t s :   n o n e ; 
 
         t r a n s i t i o n :   n o n e ; 
 
 } 
 
 
 
 . w e a r   . s l i d e r - h a n d l e   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         b a c k g r o u n d - i m a g e :   u r l ( " d a t a : i m a g e / s v g + x m l ,   % 3 C s v g   x m l n s = ' h t t p : / / w w w . w 3 . o r g / 2 0 0 0 / s v g '   w i d t h = ' 1 6 '   h e i g h t = ' 1 2 '   v i e w B o x = ' 0   0   1 6   1 2 '   f i l l = ' n o n e ' % 3 E % 3 C p a t h   d = ' M 6 . 4 9 4 8 5   2 . 2 0 1 5 8 L 1 . 6 9 8 6 1   7 . 6 8 2 9 9 C 0 . 5 6 7 0 9 1   8 . 9 7 6 1 6   1 . 4 8 5 4 5   1 1   3 . 2 0 3 7 7   1 1 H 1 2 . 7 9 6 2 C 1 4 . 5 1 4 5   1 1   1 5 . 4 3 2 9   8 . 9 7 6 1 6   1 4 . 3 0 1 4   7 . 6 8 2 9 9 L 9 . 5 0 5 1 5   2 . 2 0 1 5 8 C 8 . 7 0 8 3 3   1 . 2 9 0 9 3   7 . 2 9 1 6 7   1 . 2 9 0 9 3   6 . 4 9 4 8 5   2 . 2 0 1 5 8 Z '   f i l l = ' w h i t e '   s t r o k e = ' % 2 3 1 B 1 D 2 4 '   s t r o k e - w i d t h = ' 2 '   s t r o k e - l i n e c a p = ' r o u n d ' / % 3 E % 3 C / s v g % 3 E " ) ; 
 
         w i d t h :   1 6 p x ; 
 
         h e i g h t :   1 2 p x ; 
 
         b o x - s h a d o w :   n o n e ; 
 
         b o r d e r :   n o n e ; 
 
         t r a n s f o r m :   t r a n s l a t e X ( - 5 0 % ) ; 
 
         t o p :   2 p x ; 
 
         t r a n s i t i o n :   n o n e ; 
 
         z - i n d e x :   1 0 ; 
 
         u s e r - s e l e c t :   n o n e ; 
 
         - w e b k i t - u s e r - s e l e c t :   n o n e ; 
 
         - m o z - u s e r - s e l e c t :   n o n e ; 
 
         - m s - u s e r - s e l e c t :   n o n e ; 
 
 } 
 
 
 
 . w e a r   . s l i d e r - h a n d l e : : b e f o r e   { 
 
         d i s p l a y :   n o n e ; 
 
 } 
 
 
 
 . w e a r   . s l i d e r - h a n d l e : : a f t e r   { 
 
         d i s p l a y :   n o n e ; 
 
 } 
 
 
 
 . w e a r   . s l i d e r - h a n d l e - l o w e r   { 
 
         z - i n d e x :   5 ; 
 
 } 
 
 
 
 . w e a r   . s l i d e r - h a n d l e - u p p e r   { 
 
         z - i n d e x :   6 ; 
 
 } 
 
 
 
 . w e a r   . s l i d e r - t o u c h - a r e a   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         w i d t h :   1 0 0 % ; 
 
         h e i g h t :   1 0 0 % ; 
 
         t o p :   0 ; 
 
         l e f t :   0 ; 
 
         u s e r - s e l e c t :   n o n e ; 
 
         - w e b k i t - u s e r - s e l e c t :   n o n e ; 
 
         - m o z - u s e r - s e l e c t :   n o n e ; 
 
         - m s - u s e r - s e l e c t :   n o n e ; 
 
 } 
 
 
 
 . w e a r   . s l i d e r - l a b e l s   { 
 
         d i s p l a y :   f l e x ; 
 
         j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
         m a r g i n - t o p :   4 p x ; 
 
         p a d d i n g :   0   2 p x ; 
 
 } 
 
 
 
 . w e a r   . s l i d e r - l a b e l s   s p a n   { 
 
         f o n t - s i z e :   1 1 p x ; 
 
         c o l o r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 6 ) ; 
 
         f o n t - w e i g h t :   4 0 0 ; 
 
 } 
 
 
 
 / *   P r i c e   S l i d e r   C o n n e c t   * / 
 
 . s e a r c h - r o w - p r i c e   . s l i d e r - c o n n e c t   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         h e i g h t :   1 0 0 % ; 
 
         b a c k g r o u n d :   t r a n s p a r e n t ; 
 
         b o r d e r - r a d i u s :   4 p x ; 
 
         p o i n t e r - e v e n t s :   n o n e ; 
 
         t r a n s i t i o n :   n o n e ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . s l i d e r - h a n d l e   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         b a c k g r o u n d - i m a g e :   u r l ( " d a t a : i m a g e / s v g + x m l ,   % 3 C s v g   x m l n s = ' h t t p : / / w w w . w 3 . o r g / 2 0 0 0 / s v g '   w i d t h = ' 1 6 '   h e i g h t = ' 1 2 '   v i e w B o x = ' 0   0   1 6   1 2 '   f i l l = ' n o n e ' % 3 E % 3 C p a t h   d = ' M 6 . 4 9 4 8 5   2 . 2 0 1 5 8 L 1 . 6 9 8 6 1   7 . 6 8 2 9 9 C 0 . 5 6 7 0 9 1   8 . 9 7 6 1 6   1 . 4 8 5 4 5   1 1   3 . 2 0 3 7 7   1 1 H 1 2 . 7 9 6 2 C 1 4 . 5 1 4 5   1 1   1 5 . 4 3 2 9   8 . 9 7 6 1 6   1 4 . 3 0 1 4   7 . 6 8 2 9 9 L 9 . 5 0 5 1 5   2 . 2 0 1 5 8 C 8 . 7 0 8 3 3   1 . 2 9 0 9 3   7 . 2 9 1 6 7   1 . 2 9 0 9 3   6 . 4 9 4 8 5   2 . 2 0 1 5 8 Z '   f i l l = ' w h i t e '   s t r o k e = ' % 2 3 1 B 1 D 2 4 '   s t r o k e - w i d t h = ' 2 '   s t r o k e - l i n e c a p = ' r o u n d ' / % 3 E % 3 C / s v g % 3 E " ) ; 
 
         w i d t h :   1 6 p x ; 
 
         h e i g h t :   1 2 p x ; 
 
         b o x - s h a d o w :   n o n e ; 
 
         b o r d e r :   n o n e ; 
 
         t r a n s f o r m :   t r a n s l a t e X ( - 5 0 % ) ; 
 
         t o p :   2 p x ; 
 
         t r a n s i t i o n :   n o n e ; 
 
         z - i n d e x :   1 0 ; 
 
         u s e r - s e l e c t :   n o n e ; 
 
         - w e b k i t - u s e r - s e l e c t :   n o n e ; 
 
         - m o z - u s e r - s e l e c t :   n o n e ; 
 
         - m s - u s e r - s e l e c t :   n o n e ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . s l i d e r - h a n d l e : : b e f o r e   { 
 
         d i s p l a y :   n o n e ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . s l i d e r - h a n d l e : : a f t e r   { 
 
         d i s p l a y :   n o n e ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . s l i d e r - h a n d l e - l o w e r   { 
 
         z - i n d e x :   5 ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . s l i d e r - h a n d l e - u p p e r   { 
 
         z - i n d e x :   6 ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . s l i d e r - t o u c h - a r e a   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         w i d t h :   1 0 0 % ; 
 
         h e i g h t :   1 0 0 % ; 
 
         t o p :   0 ; 
 
         l e f t :   0 ; 
 
         u s e r - s e l e c t :   n o n e ; 
 
         - w e b k i t - u s e r - s e l e c t :   n o n e ; 
 
         - m o z - u s e r - s e l e c t :   n o n e ; 
 
         - m s - u s e r - s e l e c t :   n o n e ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . s l i d e r - l a b e l s   { 
 
         d i s p l a y :   f l e x ; 
 
         j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
         m a r g i n - t o p :   4 p x ; 
 
         p a d d i n g :   0   2 p x ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . s l i d e r - l a b e l s   s p a n   { 
 
         f o n t - s i z e :   1 1 p x ; 
 
         c o l o r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 6 ) ; 
 
         f o n t - w e i g h t :   4 0 0 ; 
 
 } 
 
 
 
 / *   = = = = =   W E A R   I N P U T   S T Y L E S   = = = = =   * / 
 
 . w e a r   . i n p u t s - h t m l   { 
 
         d i s p l a y :   f l e x ; 
 
         g a p :   8 p x ; 
 
         m a r g i n - t o p :   8 p x ; 
 
 } 
 
 
 
 . w e a r   . i n p u t - w i t h - n a m e - h t m l   { 
 
         f l e x :   1 ; 
 
 } 
 
 
 
 . w e a r   . f o r m - f i e l d - h t m l   { 
 
         w i d t h :   1 0 0 % ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
 } 
 
 
 
 . w e a r   . i n p u t - w r a p p e r - h t m l   { 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         b a c k g r o u n d :   # 1 a 1 a 1 a ; 
 
         b o r d e r - r a d i u s :   4 p x ; 
 
         t r a n s i t i o n :   b a c k g r o u n d   0 . 2 s ,   b o r d e r - c o l o r   0 . 2 s ; 
 
         b o r d e r :   1 p x   s o l i d   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 2 ) ; 
 
         o v e r f l o w :   h i d d e n ; 
 
         b o x - s h a d o w :   n o n e ; 
 
 } 
 
 
 
 . w e a r   . i n p u t - w r a p p e r - h t m l : h o v e r   { 
 
         b a c k g r o u n d :   # 2 0 2 0 2 0 ; 
 
         b o r d e r - c o l o r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 3 ) ; 
 
 } 
 
 
 
 . w e a r   . i n p u t - w r a p p e r - h t m l : f o c u s - w i t h i n   { 
 
         b a c k g r o u n d :   # 2 0 2 0 2 0 ; 
 
         b o r d e r - c o l o r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 4 ) ; 
 
 } 
 
 
 
 . w e a r   . i n p u t - h t m l   { 
 
         w i d t h :   1 0 0 % ; 
 
         b a c k g r o u n d :   t r a n s p a r e n t ; 
 
         b o r d e r :   n o n e ; 
 
         o u t l i n e :   n o n e ; 
 
         c o l o r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 8 7 ) ; 
 
         f o n t - f a m i l y :   ' R o b o t o ' ,   s a n s - s e r i f ; 
 
         f o n t - s i z e :   1 6 p x ; 
 
         f o n t - w e i g h t :   4 0 0 ; 
 
         p a d d i n g :   8 p x   1 6 p x ; 
 
         l i n e - h e i g h t :   1 . 5 ; 
 
         t e x t - a l i g n :   l e f t ; 
 
         - m o z - a p p e a r a n c e :   t e x t f i e l d ; 
 
 } 
 
 
 
 . w e a r   . i n p u t - h t m l : : p l a c e h o l d e r   { 
 
         c o l o r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 6 ) ; 
 
         f o n t - s i z e :   1 6 p x ; 
 
 } 
 
 
 
 . w e a r   . i n p u t - h t m l : : - w e b k i t - o u t e r - s p i n - b u t t o n , 
 
 . w e a r   . i n p u t - h t m l : : - w e b k i t - i n n e r - s p i n - b u t t o n   { 
 
         - w e b k i t - a p p e a r a n c e :   n o n e ; 
 
         m a r g i n :   0 ; 
 
 } 
 
 
 
 / *   = = = = =   P R I C E   I N P U T   S T Y L E S   = = = = =   * / 
 
 . s e a r c h - r o w - p r i c e   . i n p u t s - h t m l   { 
 
         d i s p l a y :   f l e x ; 
 
         g a p :   8 p x ; 
 
         m a r g i n - t o p :   8 p x ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . i n p u t - w i t h - n a m e - h t m l   { 
 
         f l e x :   1 ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . f o r m - f i e l d - h t m l   { 
 
         w i d t h :   1 0 0 % ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . i n p u t - w r a p p e r - h t m l   { 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         b a c k g r o u n d :   # 1 a 1 a 1 a ; 
 
         b o r d e r - r a d i u s :   4 p x ; 
 
         t r a n s i t i o n :   b a c k g r o u n d   0 . 2 s ,   b o r d e r - c o l o r   0 . 2 s ; 
 
         b o r d e r :   1 p x   s o l i d   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 2 ) ; 
 
         o v e r f l o w :   h i d d e n ; 
 
         b o x - s h a d o w :   n o n e ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . i n p u t - w r a p p e r - h t m l : h o v e r   { 
 
         b a c k g r o u n d :   # 2 0 2 0 2 0 ; 
 
         b o r d e r - c o l o r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 3 ) ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . i n p u t - w r a p p e r - h t m l : f o c u s - w i t h i n   { 
 
         b a c k g r o u n d :   # 2 0 2 0 2 0 ; 
 
         b o r d e r - c o l o r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 4 ) ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . i n p u t - h t m l   { 
 
         w i d t h :   1 0 0 % ; 
 
         b a c k g r o u n d :   t r a n s p a r e n t ; 
 
         b o r d e r :   n o n e ; 
 
         o u t l i n e :   n o n e ; 
 
         c o l o r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 8 7 ) ; 
 
         f o n t - f a m i l y :   ' R o b o t o ' ,   s a n s - s e r i f ; 
 
         f o n t - s i z e :   1 6 p x ; 
 
         f o n t - w e i g h t :   4 0 0 ; 
 
         p a d d i n g :   8 p x   1 6 p x ; 
 
         l i n e - h e i g h t :   1 . 5 ; 
 
         t e x t - a l i g n :   l e f t ; 
 
         - m o z - a p p e a r a n c e :   t e x t f i e l d ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . i n p u t - h t m l : : p l a c e h o l d e r   { 
 
         c o l o r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 6 ) ; 
 
         f o n t - s i z e :   1 6 p x ; 
 
 } 
 
 
 
 . s e a r c h - r o w - p r i c e   . i n p u t - h t m l : : - w e b k i t - o u t e r - s p i n - b u t t o n , 
 
 . s e a r c h - r o w - p r i c e   . i n p u t - h t m l : : - w e b k i t - i n n e r - s p i n - b u t t o n   { 
 
         - w e b k i t - a p p e a r a n c e :   n o n e ; 
 
         m a r g i n :   0 ; 
 
 } 
 
 
 
 / *   = = = = =   W E A R   B U T T O N   S T Y L E S   = = = = =   * / 
 
 . w e a r   . b t n - s e l e c t - h t m l   { 
 
         d i s p l a y :   f l e x ; 
 
         g a p :   4 p x ; 
 
         m a r g i n - t o p :   1 2 p x ; 
 
         j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
 } 
 
 
 
 . w e a r   . b u b b l e - h t m l   { 
 
         f l e x :   1 ; 
 
         t e x t - a l i g n :   c e n t e r ; 
 
         p a d d i n g :   8 p x   4 p x ; 
 
         b a c k g r o u n d :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 0 5 ) ; 
 
         b o r d e r - r a d i u s :   4 p x ; 
 
         c u r s o r :   p o i n t e r ; 
 
         f o n t - s i z e :   1 1 p x ; 
 
         f o n t - w e i g h t :   5 0 0 ; 
 
         t r a n s i t i o n :   a l l   0 . 2 s ; 
 
         u s e r - s e l e c t :   n o n e ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         o v e r f l o w :   h i d d e n ; 
 
 } 
 
 
 
 . w e a r   . b u b b l e - h t m l : : b e f o r e   { 
 
         c o n t e n t :   ' ' ; 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         t o p :   0 ; 
 
         l e f t :   0 ; 
 
         r i g h t :   0 ; 
 
         b o t t o m :   0 ; 
 
         b a c k g r o u n d :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 1 ) ; 
 
         o p a c i t y :   0 ; 
 
         t r a n s i t i o n :   o p a c i t y   0 . 2 s ; 
 
 } 
 
 
 
 . w e a r   . b u b b l e - h t m l : h o v e r : : b e f o r e   { 
 
         o p a c i t y :   1 ; 
 
 } 
 
 
 
 . w e a r   . b u b b l e - h t m l : a c t i v e   { 
 
         t r a n s f o r m :   s c a l e ( 0 . 9 5 ) ; 
 
 } 
 
 
 
 . w e a r   . b u b b l e - h t m l . s e l e c t e d   { 
 
         b a c k g r o u n d :   # 4 C A F 5 0 ; 
 
         c o l o r :   w h i t e ; 
 
 } 
 
 
 
 . w e a r   . b u b b l e - h t m l . s e l e c t e d : h o v e r : : b e f o r e   { 
 
         b a c k g r o u n d :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 2 ) ; 
 
 } 
 
 
 
 / *   B a � xl � � k   v e   � � k o n   S t i l l e r i   -   H T M L   * / 
 
 . n a m e - h t m l   { 
 
         f o n t - w e i g h t :   5 0 0 ; 
 
         c o l o r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 9 ) ; 
 
 } 
 
 
 
 . i c o n - h t m l   { 
 
         c o l o r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 6 ) ; 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
 } 
 
 
 
 . i c o n - h t m l   s v g   { 
 
         d i s p l a y :   b l o c k ; 
 
 } 
 
 
 
 

.cs2-filter-grouping-wrapper {
    display: block;
    max-width: 280px;
    margin: 0 auto;
}

.filter-category-row-section {
    display: block;
    max-width: 280px;
    margin: 0 auto;
    overflow: visible; 
}

.filter-category-row-section + .filter-category-row-section {
    margin-top: 20px;
}

.filter-category-container-box {
    width: 100%;
    overflow: visible; 
}

.filter-category-header-row {
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 4px 4px 0 0;
    transition: background 0.2s;
}

.filter-category-header-row:hover {
    background: rgba(255, 255, 255, 0.05);
}

.filter-category-header-row {
    padding: 4px 16px 0px;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 0;
}

.filter-category-content-area {
    padding: 0 16px 16px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 0 0 4px 4px;
    display: none;
    overflow: visible; 
}

.filter-category-content-area.expanded {
    display: block;
}

.filter-category-content-area {
    padding: 0 16px 16px;
    background: transparent;
    border-radius: 0;
    display: block;
    overflow: visible;
}

.filter-category-inner-wrapper {
    padding-top: 0px;
    overflow: visible; 
}

.wear .custom-range-slider-component {
    width: 100%;
    margin: 0px 0 8px 0;
    overflow: visible;
}

.wear .range-slider-wrapper-container {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: visible;
}

.wear .range-slider-track-element {
    position: relative;
    width: 100%;
    height: 8px;
    overflow: visible;
    background: linear-gradient(to right, 
        #008000 0%,
        #008000 7%,
        #18a518 7%,
        #18a518 15%,
        #9acd32 15%,
        #9acd32 38%,
        #cd5c5c 38%,
        #cd5c5c 45%,
        #f92424 45%,
        #f92424 100%
    );
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
}

.search-row-price .custom-range-slider-component {
    width: 100%;
    margin: 0px 0 8px 0;
    overflow: visible;
}

.search-row-price .range-slider-wrapper-container {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: visible;
}

.search-row-price .range-slider-track-element {
    position: relative;
    width: 100%;
    height: 8px;
    overflow: visible;
    background: #237bff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
}

.wear .range-slider-connection-bar {
    position: absolute;
    height: 100%;
    background: transparent;
    border-radius: 4px;
    pointer-events: none;
    transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1), width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.wear .range-slider-handle-knob {
    position: absolute;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M6.49485 2.20158L1.69861 7.68299C0.567091 8.97616 1.48545 11 3.20377 11H12.7962C14.5145 11 15.4329 8.97616 14.3014 7.68299L9.50515 2.20158C8.70833 1.29093 7.29167 1.29093 6.49485 2.20158Z' fill='white' stroke='%231B1D24' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 16px;
    height: 12px;
    box-shadow: none;
    border: none;
    transform: translateX(-50%);
    top: 2px;
    transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.wear .range-slider-handle-knob::before {
    display: none;
}

.wear .range-slider-handle-knob::after {
    display: none;
}

.wear .range-slider-handle-minimum {
    z-index: 5;
}

.wear .range-slider-handle-maximum {
    z-index: 6;
}

.wear .range-slider-touch-zone {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.wear .range-slider-label-container {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    padding: 0 2px;
}

.wear .range-slider-label-container span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.search-row-price .range-slider-connection-bar {
    position: absolute;
    height: 100%;
    background: transparent;
    border-radius: 4px;
    pointer-events: none;
    transition: none;
}

.search-row-price .range-slider-handle-knob {
    position: absolute;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M6.49485 2.20158L1.69861 7.68299C0.567091 8.97616 1.48545 11 3.20377 11H12.7962C14.5145 11 15.4329 8.97616 14.3014 7.68299L9.50515 2.20158C8.70833 1.29093 7.29167 1.29093 6.49485 2.20158Z' fill='white' stroke='%231B1D24' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 16px;
    height: 12px;
    box-shadow: none;
    border: none;
    transform: translateX(-50%);
    top: 2px;
    transition: none;
    z-index: 10;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.search-row-price .range-slider-handle-knob::before {
    display: none;
}

.search-row-price .range-slider-handle-knob::after {
    display: none;
}

.search-row-price .range-slider-handle-minimum {
    z-index: 5;
}

.search-row-price .range-slider-handle-maximum {
    z-index: 6;
}

.search-row-price .range-slider-touch-zone {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.search-row-price .range-slider-label-container {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    padding: 0 2px;
}

.search-row-price .range-slider-label-container span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.wear .filter-input-fields-container {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.wear .filter-input-field-wrapper {
    flex: 1;
}

.wear .filter-form-field-element {
    width: 100%;
    position: relative;
}

.wear .filter-input-wrapper-box {
    position: relative;
    background: #1a1a1a;
    border-radius: 4px;
    transition: background 0.2s, border-color 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    box-shadow: none;
}

.wear .filter-input-wrapper-box:hover {
    background: #202020;
    border-color: rgba(255, 255, 255, 0.3);
}

.wear .filter-input-wrapper-box:focus-within {
    background: #202020;
    border-color: rgba(255, 255, 255, 0.4);
}

.wear .filter-input-field-cs2 {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.87);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    line-height: 1.5;
    text-align: left;
    -moz-appearance: textfield;
}

.wear .filter-input-field-cs2::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.wear .filter-input-field-cs2::-webkit-outer-spin-button,
.wear .filter-input-field-cs2::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.search-row-price .filter-input-fields-container {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.search-row-price .filter-input-field-wrapper {
    flex: 1;
}

.search-row-price .filter-form-field-element {
    width: 100%;
    position: relative;
}

.search-row-price .filter-input-wrapper-box {
    position: relative;
    background: #1a1a1a;
    border-radius: 4px;
    transition: background 0.2s, border-color 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    box-shadow: none;
}

.search-row-price .filter-input-wrapper-box:hover {
    background: #202020;
    border-color: rgba(255, 255, 255, 0.3);
}

.search-row-price .filter-input-wrapper-box:focus-within {
    background: #202020;
    border-color: rgba(255, 255, 255, 0.4);
}

.search-row-price .filter-input-field-cs2 {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.87);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    line-height: 1.5;
    text-align: left;
    -moz-appearance: textfield;
}

.search-row-price .filter-input-field-cs2::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.search-row-price .filter-input-field-cs2::-webkit-outer-spin-button,
.search-row-price .filter-input-field-cs2::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wear .filter-button-group-selector {
    display: flex;
    gap: 4px;
    margin-top: 12px;
    justify-content: space-between;
}

.wear .filter-bubble-option-item {
    flex: 1;
    text-align: center;
    padding: 8px 4px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    transition: all 0.2s;
    user-select: none;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.wear .filter-bubble-option-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: opacity 0.2s;
}

.wear .filter-bubble-option-item:hover::before {
    opacity: 1;
}

.wear .filter-bubble-option-item:active {
    transform: scale(0.95);
}

.wear .filter-bubble-option-item.selected {
    background: #4CAF50;
    color: white;
}

.wear .filter-bubble-option-item.selected:hover::before {
    background: rgba(255, 255, 255, 0.2);
}

.filter-category-title-text {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 18px !important;
}

.icon-html {
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
}

.icon-html svg {
    display: block;
}

.cs2-filter-grouping-wrapper {
    display: block;
    max-width: 280px;
    margin: 0 auto;
}

.filter-category-row-section {
    display: block;
    max-width: 280px;
    margin: 0 auto;
    overflow: visible; 
}

.filter-category-row-section + .filter-category-row-section {
    margin-top: 20px;
}

.filter-category-container-box {
    width: 100%;
    overflow: visible; 
}

.filter-category-header-row {
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 4px 4px 0 0;
    transition: background 0.2s;
}

.filter-category-header-row:hover {
    background: rgba(255, 255, 255, 0.05);
}

.filter-category-header-row {
    padding: 4px 16px 0px;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 0;
}

.filter-category-content-area {
    padding: 0 16px 16px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 0 0 4px 4px;
    display: none;
    overflow: visible; 
}

.filter-category-content-area.expanded {
    display: block;
}

.filter-category-content-area {
    padding: 0 16px 16px;
    background: transparent;
    border-radius: 0;
    display: block;
    overflow: visible;
}

.filter-category-inner-wrapper {
    padding-top: 0px;
    overflow: visible; 
}

.wear .custom-range-slider-component {
    width: 100%;
    margin: 0px 0 8px 0;
    overflow: visible;
}

.wear .range-slider-wrapper-container {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: visible;
}

.wear .range-slider-track-element {
    position: relative;
    width: 100%;
    height: 8px;
    overflow: visible;
    background: linear-gradient(to right, 
        #008000 0%,
        #008000 7%,
        #18a518 7%,
        #18a518 15%,
        #9acd32 15%,
        #9acd32 38%,
        #cd5c5c 38%,
        #cd5c5c 45%,
        #f92424 45%,
        #f92424 100%
    );
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
}

.search-row-price .custom-range-slider-component {
    width: 100%;
    margin: 0px 0 8px 0;
    overflow: visible;
}

.search-row-price .range-slider-wrapper-container {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: visible;
}

.search-row-price .range-slider-track-element {
    position: relative;
    width: 100%;
    height: 8px;
    overflow: visible;
    background: #237bff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
}

.wear .range-slider-connection-bar {
    position: absolute;
    height: 100%;
    background: transparent;
    border-radius: 4px;
    pointer-events: none;
    transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1), width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.wear .range-slider-handle-knob {
    position: absolute;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M6.49485 2.20158L1.69861 7.68299C0.567091 8.97616 1.48545 11 3.20377 11H12.7962C14.5145 11 15.4329 8.97616 14.3014 7.68299L9.50515 2.20158C8.70833 1.29093 7.29167 1.29093 6.49485 2.20158Z' fill='white' stroke='%231B1D24' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 16px;
    height: 12px;
    box-shadow: none;
    border: none;
    transform: translateX(-50%);
    top: 2px;
    transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.wear .range-slider-handle-knob::before {
    display: none;
}

.wear .range-slider-handle-knob::after {
    display: none;
}

.wear .range-slider-handle-minimum {
    z-index: 5;
}

.wear .range-slider-handle-maximum {
    z-index: 6;
}

.wear .range-slider-touch-zone {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.wear .range-slider-label-container {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    padding: 0 2px;
}

.wear .range-slider-label-container span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.search-row-price .range-slider-connection-bar {
    position: absolute;
    height: 100%;
    background: transparent;
    border-radius: 4px;
    pointer-events: none;
    transition: none;
}

.search-row-price .range-slider-handle-knob {
    position: absolute;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M6.49485 2.20158L1.69861 7.68299C0.567091 8.97616 1.48545 11 3.20377 11H12.7962C14.5145 11 15.4329 8.97616 14.3014 7.68299L9.50515 2.20158C8.70833 1.29093 7.29167 1.29093 6.49485 2.20158Z' fill='white' stroke='%231B1D24' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 16px;
    height: 12px;
    box-shadow: none;
    border: none;
    transform: translateX(-50%);
    top: 2px;
    transition: none;
    z-index: 10;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.search-row-price .range-slider-handle-knob::before {
    display: none;
}

.search-row-price .range-slider-handle-knob::after {
    display: none;
}

.search-row-price .range-slider-handle-minimum {
    z-index: 5;
}

.search-row-price .range-slider-handle-maximum {
    z-index: 6;
}

.search-row-price .range-slider-touch-zone {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.search-row-price .range-slider-label-container {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    padding: 0 2px;
}

.search-row-price .range-slider-label-container span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.wear .filter-input-fields-container {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.wear .filter-input-field-wrapper {
    flex: 1;
}

.wear .filter-form-field-element {
    width: 100%;
    position: relative;
}

.wear .filter-input-wrapper-box {
    position: relative;
    background: #1a1a1a;
    border-radius: 4px;
    transition: background 0.2s, border-color 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    box-shadow: none;
}

.wear .filter-input-wrapper-box:hover {
    background: #202020;
    border-color: rgba(255, 255, 255, 0.3);
}

.wear .filter-input-wrapper-box:focus-within {
    background: #202020;
    border-color: rgba(255, 255, 255, 0.4);
}

.wear .filter-input-field-cs2 {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.87);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    line-height: 1.5;
    text-align: left;
    -moz-appearance: textfield;
}

.wear .filter-input-field-cs2::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.wear .filter-input-field-cs2::-webkit-outer-spin-button,
.wear .filter-input-field-cs2::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.search-row-price .filter-input-fields-container {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.search-row-price .filter-input-field-wrapper {
    flex: 1;
}

.search-row-price .filter-form-field-element {
    width: 100%;
    position: relative;
}

.search-row-price .filter-input-wrapper-box {
    position: relative;
    background: #1a1a1a;
    border-radius: 4px;
    transition: background 0.2s, border-color 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    box-shadow: none;
}

.search-row-price .filter-input-wrapper-box:hover {
    background: #202020;
    border-color: rgba(255, 255, 255, 0.3);
}

.search-row-price .filter-input-wrapper-box:focus-within {
    background: #202020;
    border-color: rgba(255, 255, 255, 0.4);
}

.search-row-price .filter-input-field-cs2 {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.87);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    line-height: 1.5;
    text-align: left;
    -moz-appearance: textfield;
}

.search-row-price .filter-input-field-cs2::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.search-row-price .filter-input-field-cs2::-webkit-outer-spin-button,
.search-row-price .filter-input-field-cs2::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wear .filter-button-group-selector {
    display: flex;
    gap: 4px;
    margin-top: 12px;
    justify-content: space-between;
}

.wear .filter-bubble-option-item {
    flex: 1;
    text-align: center;
    padding: 8px 4px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    transition: all 0.2s;
    user-select: none;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.wear .filter-bubble-option-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: opacity 0.2s;
}

.wear .filter-bubble-option-item:hover::before {
    opacity: 1;
}

.wear .filter-bubble-option-item:active {
    transform: scale(0.95);
}

.wear .filter-bubble-option-item.selected {
    background: #4CAF50;
    color: white;
}

.wear .filter-bubble-option-item.selected:hover::before {
    background: rgba(255, 255, 255, 0.2);
}

.filter-category-title-text {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 18px !important;
}

.icon-html {
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
}

.icon-html svg {
    display: block;
}

.cs2-filter-grouping-wrapper {
    display: block;
    max-width: 280px;
    margin: 0 auto;
}

.filter-category-row-section {
    display: block;
    max-width: 280px;
    margin: 0 auto;
    overflow: visible; 
}

.filter-category-row-section + .filter-category-row-section {
    margin-top: 20px;
}

.filter-category-container-box {
    width: 100%;
    overflow: visible; 
}

.filter-category-header-row {
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 4px 4px 0 0;
    transition: background 0.2s;
}

.filter-category-header-row:hover {
    background: rgba(255, 255, 255, 0.05);
}

.filter-category-header-row {
    padding: 4px 16px 0px;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 0;
}

.filter-category-content-area {
    padding: 0 16px 16px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 0 0 4px 4px;
    display: none;
    overflow: visible; 
}

.filter-category-content-area.expanded {
    display: block;
}

.filter-category-content-area {
    padding: 0 16px 16px;
    background: transparent;
    border-radius: 0;
    display: block;
    overflow: visible;
}

.filter-category-inner-wrapper {
    padding-top: 0px;
    overflow: visible; 
}

.wear .custom-range-slider-component {
    width: 100%;
    margin: 0px 0 8px 0;
    overflow: visible;
}

.wear .range-slider-wrapper-container {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: visible;
}

.wear .range-slider-track-element {
    position: relative;
    width: 100%;
    height: 8px;
    overflow: visible;
    background: linear-gradient(to right, 
        #008000 0%,
        #008000 7%,
        #18a518 7%,
        #18a518 15%,
        #9acd32 15%,
        #9acd32 38%,
        #cd5c5c 38%,
        #cd5c5c 45%,
        #f92424 45%,
        #f92424 100%
    );
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
}

.search-row-price .custom-range-slider-component {
    width: 100%;
    margin: 0px 0 8px 0;
    overflow: visible;
}

.search-row-price .range-slider-wrapper-container {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: visible;
}

.search-row-price .range-slider-track-element {
    position: relative;
    width: 100%;
    height: 8px;
    overflow: visible;
    background: #237bff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
}

.wear .range-slider-connection-bar {
    position: absolute;
    height: 100%;
    background: transparent;
    border-radius: 4px;
    pointer-events: none;
    transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1), width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.wear .range-slider-handle-knob {
    position: absolute;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M6.49485 2.20158L1.69861 7.68299C0.567091 8.97616 1.48545 11 3.20377 11H12.7962C14.5145 11 15.4329 8.97616 14.3014 7.68299L9.50515 2.20158C8.70833 1.29093 7.29167 1.29093 6.49485 2.20158Z' fill='white' stroke='%231B1D24' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 16px;
    height: 12px;
    box-shadow: none;
    border: none;
    transform: translateX(-50%);
    top: 2px;
    transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.wear .range-slider-handle-knob::before {
    display: none;
}

.wear .range-slider-handle-knob::after {
    display: none;
}

.wear .range-slider-handle-minimum {
    z-index: 5;
}

.wear .range-slider-handle-maximum {
    z-index: 6;
}

.wear .range-slider-touch-zone {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.wear .range-slider-label-container {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    padding: 0 2px;
}

.wear .range-slider-label-container span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.search-row-price .range-slider-connection-bar {
    position: absolute;
    height: 100%;
    background: transparent;
    border-radius: 4px;
    pointer-events: none;
    transition: none;
}

.search-row-price .range-slider-handle-knob {
    position: absolute;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M6.49485 2.20158L1.69861 7.68299C0.567091 8.97616 1.48545 11 3.20377 11H12.7962C14.5145 11 15.4329 8.97616 14.3014 7.68299L9.50515 2.20158C8.70833 1.29093 7.29167 1.29093 6.49485 2.20158Z' fill='white' stroke='%231B1D24' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 16px;
    height: 12px;
    box-shadow: none;
    border: none;
    transform: translateX(-50%);
    top: 2px;
    transition: none;
    z-index: 10;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.search-row-price .range-slider-handle-knob::before {
    display: none;
}

.search-row-price .range-slider-handle-knob::after {
    display: none;
}

.search-row-price .range-slider-handle-minimum {
    z-index: 5;
}

.search-row-price .range-slider-handle-maximum {
    z-index: 6;
}

.search-row-price .range-slider-touch-zone {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.search-row-price .range-slider-label-container {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    padding: 0 2px;
}

.search-row-price .range-slider-label-container span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.wear .filter-input-fields-container {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.wear .filter-input-field-wrapper {
    flex: 1;
}

.wear .filter-form-field-element {
    width: 100%;
    position: relative;
}

.wear .filter-input-wrapper-box {
    position: relative;
    background: #1a1a1a;
    border-radius: 4px;
    transition: background 0.2s, border-color 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    box-shadow: none;
}

.wear .filter-input-wrapper-box:hover {
    background: #202020;
    border-color: rgba(255, 255, 255, 0.3);
}

.wear .filter-input-wrapper-box:focus-within {
    background: #202020;
    border-color: rgba(255, 255, 255, 0.4);
}

.wear .filter-input-field-cs2 {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.87);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    line-height: 1.5;
    text-align: left;
    -moz-appearance: textfield;
}

.wear .filter-input-field-cs2::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.wear .filter-input-field-cs2::-webkit-outer-spin-button,
.wear .filter-input-field-cs2::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.search-row-price .filter-input-fields-container {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.search-row-price .filter-input-field-wrapper {
    flex: 1;
}

.search-row-price .filter-form-field-element {
    width: 100%;
    position: relative;
}

.search-row-price .filter-input-wrapper-box {
    position: relative;
    background: #1a1a1a;
    border-radius: 4px;
    transition: background 0.2s, border-color 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    box-shadow: none;
}

.search-row-price .filter-input-wrapper-box:hover {
    background: #202020;
    border-color: rgba(255, 255, 255, 0.3);
}

.search-row-price .filter-input-wrapper-box:focus-within {
    background: #202020;
    border-color: rgba(255, 255, 255, 0.4);
}

.search-row-price .filter-input-field-cs2 {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.87);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    line-height: 1.5;
    text-align: left;
    -moz-appearance: textfield;
}

.search-row-price .filter-input-field-cs2::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.search-row-price .filter-input-field-cs2::-webkit-outer-spin-button,
.search-row-price .filter-input-field-cs2::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wear .filter-button-group-selector {
    display: flex;
    gap: 4px;
    margin-top: 12px;
    justify-content: space-between;
}

.wear .filter-bubble-option-item {
    flex: 1;
    text-align: center;
    padding: 8px 4px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    transition: all 0.2s;
    user-select: none;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.wear .filter-bubble-option-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: opacity 0.2s;
}

.wear .filter-bubble-option-item:hover::before {
    opacity: 1;
}

.wear .filter-bubble-option-item:active {
    transform: scale(0.95);
}

.wear .filter-bubble-option-item.selected {
    background: #4CAF50;
    color: white;
}

.wear .filter-bubble-option-item.selected:hover::before {
    background: rgba(255, 255, 255, 0.2);
}

.filter-category-title-text {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 14px !important;
}

.icon-html {
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
}

.icon-html svg {
    display: block;
}




.marketplace-product-catalog-wrapper.light-theme .filter-category-title-text {
    color: rgba(0, 0, 0, 0.87);
}


.marketplace-product-catalog-wrapper.light-theme .search-row-price .filter-input-field-cs2,
.marketplace-product-catalog-wrapper.light-theme .wear .filter-input-field-cs2 {
    color: rgba(0, 0, 0, 0.87);
}

.marketplace-product-catalog-wrapper.light-theme .search-row-price .filter-input-field-cs2::placeholder,
.marketplace-product-catalog-wrapper.light-theme .wear .filter-input-field-cs2::placeholder {
    color: rgba(0, 0, 0, 0.4);
}


.marketplace-product-catalog-wrapper.light-theme .search-row-price .filter-input-wrapper-box,
.marketplace-product-catalog-wrapper.light-theme .wear .filter-input-wrapper-box {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.12);
}

.marketplace-product-catalog-wrapper.light-theme .search-row-price .filter-input-wrapper-box:hover,
.marketplace-product-catalog-wrapper.light-theme .wear .filter-input-wrapper-box:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.2);
}

.marketplace-product-catalog-wrapper.light-theme .search-row-price .filter-input-wrapper-box:focus-within,
.marketplace-product-catalog-wrapper.light-theme .wear .filter-input-wrapper-box:focus-within {
    background: rgba(0, 0, 0, 0.05);
    border-color: #4CAF50;
}


.marketplace-product-catalog-wrapper.light-theme .search-row-price .range-slider-label-container span,
.marketplace-product-catalog-wrapper.light-theme .wear .range-slider-label-container span {
    color: rgba(0, 0, 0, 0.6);
}


.marketplace-product-catalog-wrapper.light-theme .wear .filter-bubble-option-item {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.87);
    border-color: rgba(0, 0, 0, 0.12);
}

.marketplace-product-catalog-wrapper.light-theme .wear .filter-bubble-option-item::before {
    background: rgba(0, 0, 0, 0.05);
}

.marketplace-product-catalog-wrapper.light-theme .wear .filter-bubble-option-item.selected {
    background: #4CAF50;
    color: white;
    border-color: transparent;
}

.marketplace-product-catalog-wrapper.light-theme .wear .filter-bubble-option-item.selected:hover::before {
    background: rgba(255, 255, 255, 0.15);
}


@media (max-width: 767px) {
    
    .mobile-filter-search-row {
        display: flex !important;
        gap: 8px;
        margin-bottom: 12px;
        margin-top: 0 !important;
        padding: 0 12px;
        align-items: center;
        position: relative !important;
        z-index: 10010 !important;
    }
    
    
    .catalog-inner-content {
        margin-top: 0 !important;
    }
    
    
    .mobile-filter-toggle-btn {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 10px 14px;
        background-color: #2a2f3d;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
        white-space: nowrap;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }
    
    .mobile-filter-toggle-btn:hover {
        background-color: #353a4a;
    }
    
    .mobile-filter-toggle-btn.active {
        background-color: #4a9eff;
    }
    
    .mobile-filter-icon {
        font-size: 10px;
        transition: transform 0.3s ease;
    }
    
    .mobile-filter-toggle-btn.active .mobile-filter-icon {
        transform: rotate(180deg);
    }
    
    .mobile-filter-text {
        font-weight: 600;
    }
    
    
    .mobile-search-input-wrapper {
        position: relative;
        flex: 1;
        display: flex;
        align-items: center;
    }
    
    .mobile-search-input {
        width: 100%;
        padding: 10px 40px 10px 12px;
        background-color: #2a2f3d;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        color: #ffffff;
        font-size: 13px;
        outline: none;
        transition: all 0.3s ease;
    }
    
    .mobile-search-input::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }
    
    .mobile-search-input:focus {
        border-color: #4a9eff;
        background-color: #353a4a;
    }
    
    .mobile-search-icon {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none;
    }
    
    
    .product-filter-sidebar-column {
        display: none !important;
    }
    
    
    .product-filter-sidebar-column .filter-panel-header-section.first {
        display: none !important;
    }
    
    .product-filter-sidebar-column.mobile-show {
        display: block !important;
        position: static !important;
        background: transparent !important;
        padding: 12px 12px 16px !important;
        margin: 12px 0 16px !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        -webkit-overflow-scrolling: touch !important;
        z-index: auto !important;
    }

    .product-filter-sidebar-column.mobile-show .filter-panel-container {
        max-width: 100%;
        margin: 0;
        border-radius: 16px;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    }
    
    .product-filter-sidebar-column.mobile-show .filter-panel-header-section.first {
        display: none !important;
    }
    
    
    html[data-theme="light"] .mobile-filter-toggle-btn {
        background-color: #ffffff;
        border-color: rgba(0, 0, 0, 0.1);
        color: #1a1f3a;
    }
    
    html[data-theme="light"] .mobile-filter-toggle-btn:hover {
        background-color: #f5f5f5;
    }
    
    html[data-theme="light"] .mobile-filter-toggle-btn.active {
        background-color: #007bff;
        color: #ffffff;
    }
    
    html[data-theme="light"] .mobile-search-input {
        background-color: #ffffff;
        border-color: rgba(0, 0, 0, 0.1);
        color: #1a1f3a;
    }
    
    html[data-theme="light"] .mobile-search-input::placeholder {
        color: rgba(0, 0, 0, 0.5);
    }
    
    html[data-theme="light"] .mobile-search-input:focus {
        border-color: #007bff;
        background-color: #ffffff;
    }
    
    
    .mobile-sort-wrapper {
        flex-shrink: 0;
        position: relative;
        z-index: 10002 !important;
    }
    
    .mobile-sort-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 10px 12px !important;
        min-width: 44px;
        height: 40px;
        background-color: #2a2f3d !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 8px !important;
        color: #ffffff !important;
        font-size: 14px !important;
        transition: all 0.3s ease;
        position: relative;
        z-index: 10002 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent !important;
        touch-action: manipulation !important;
        user-select: none !important;
        -webkit-user-select: none !important;
        pointer-events: auto !important;
    }
    
    .mobile-sort-btn:hover {
        background-color: #353a4a !important;
        border-color: rgba(255, 255, 255, 0.2) !important;
    }
    
    .mobile-sort-btn:active {
        background-color: #404558 !important;
        transform: scale(0.98);
    }
    
    .mobile-sort-btn i {
        font-size: 14px;
        pointer-events: none;
    }
    
    
    .mobile-sort-btn .custom-sort-dropdown-menu {
        z-index: 2147483647 !important;
        position: fixed !important;
        display: none !important;
        pointer-events: auto !important;
    }
    
    
    .product-top-filter-wrapper .custom-sort-dropdown-wrapper {
        display: none !important;
    }
    
    
    html[data-theme="light"] .mobile-sort-btn {
        background-color: #ffffff !important;
        border-color: rgba(0, 0, 0, 0.1) !important;
        color: #1a1f3a !important;
    }
    
    html[data-theme="light"] .mobile-sort-btn:hover {
        background-color: #f5f5f5 !important;
        border-color: rgba(0, 0, 0, 0.15) !important;
    }
}


.marketplace-product-catalog-wrapper .custom-sort-dropdown-wrapper{
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    z-index: 10000;
}
.marketplace-product-catalog-wrapper .custom-sort-dropdown-menu{
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: none;
    flex-direction: column;
    min-width: 220px;
    padding: 8px;
    border-radius: 12px;
    background: var(--cardBackground);
    border: 1px solid var(--borderColor);
    box-shadow: 0 10px 24px rgba(0,0,0,0.35);
    gap: 4px;
    z-index: 10001;
}
.marketplace-product-catalog-wrapper .custom-sort-dropdown-wrapper:hover .custom-sort-dropdown-menu,
.marketplace-product-catalog-wrapper .custom-sort-dropdown-wrapper:focus-within .custom-sort-dropdown-menu{
    display: flex;
}
.marketplace-product-catalog-wrapper .custom-sort-dropdown-menu.open{
    display: flex;
}
.marketplace-product-catalog-wrapper .custom-sort-dropdown-option{
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--borderColor2);
    background: transparent;
    color: var(--textColor);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
}
.marketplace-product-catalog-wrapper .custom-sort-dropdown-option:last-child{
    border-bottom: 0;
}
.marketplace-product-catalog-wrapper .custom-sort-dropdown-option:hover{
    background: var(--cardBackgroundLight);
}



@media (max-width: 991px){
    .mobile-sort-btn .custom-sort-dropdown-menu{
        position: fixed !important;
        top: calc(var(--mobile-sort-top, 56px) + 8px) !important; 
        left: var(--mobile-sort-left, 12px) !important;
        right: auto !important;
        z-index: 2147483647 !important;
        display: none !important;
        max-width: calc(100vw - 24px) !important; 
        box-sizing: border-box !important;
        visibility: hidden !important;
        opacity: 0 !important;
        transition: opacity 0.2s ease, visibility 0.2s ease !important;
    }
    .mobile-sort-btn .custom-sort-dropdown-menu.open{
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}


[data-theme="dark"] .marketplace-product-catalog-wrapper .product-top-filter-wrapper,
body.dark .marketplace-product-catalog-wrapper .product-top-filter-wrapper,
html.dark .marketplace-product-catalog-wrapper .product-top-filter-wrapper {
    background: var(--dark-secondary-bg, #212630) !important;
}


.marketplace-product-catalog-wrapper {
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}

html:has(.marketplace-product-catalog-wrapper),
body:has(.marketplace-product-catalog-wrapper) {
    overflow-x: hidden;
    max-width: 100vw;
}
