@media all and (min-width: 768px), print {
    .amprot-input-block {
        max-width: 80%;
    }
}
._am-visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}
._am-visually-hidden-reset {
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto;
}
._word-break {
    word-break: break-all;
    word-break: break-word;
}
._am-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s all ease-in;
    position: relative;
    box-sizing: border-box;
    margin: 2px 0 0;
    min-width: 12px;
    width: 12px;
    height: 12px;
    border: 1px solid #a39fa8;
    background-color: #fff;
    cursor: pointer;
}
._am-checkbox:hover {
    border-color: #026bb3;
}
._am-checkbox-arrow {
    display: none;
    margin: 0 0 2px 0;
    width: 4px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: '';
    transform: rotate(45deg);
}
._am-cross-icon {
    position: relative;
}
._am-cross-icon:before,
._am-cross-icon:after {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    width: 11px;
    height: 1px;
    background: #a39fa8;
    content: '';
}
._am-cross-icon:before {
    transform: rotate(45deg);
}
._am-cross-icon:after {
    transform: rotate(-45deg);
}
._am-cross-icon:hover:before,
._am-cross-icon:focus:before,
._am-cross-icon:active:before,
._am-cross-icon:hover:after,
._am-cross-icon:focus:after,
._am-cross-icon:active:after {
    background: #504d58;
}
._am-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.amprot-field {
    margin: 0 0 30px 0;
    line-height: 1;
}
.amprot-field.-checkable {
    margin: 0 0 35px;
}
.amprot-field.-checkable .amprot-label {
    margin: 0 0 20px 0;
}
.amprot-label {
    word-break: break-all;
    word-break: break-word;
    display: inline-block;
    margin: 0 0 10px 0;
    color: #333333;
    font-weight: bold;
    line-height: 1;
}
.required .amprot-label:after {
    margin: 0 0 0 5px;
    color: #c84f4f;
    content: '*';
    font-size: 1.2rem;
}
.amprot-note-block {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1;
}
.amprot-note-block > .amprot-character-counter {
    color: #c84f4f;
}
.amprot-text .price-notice {
    display: flex;
    padding: 0 0 0 5px;
    color: #504d58;
    word-break: normal;
}
.amprot-field .amprot-input-block .mage-error {
    color: #c84f4f;
    font-size: 12px;
}
.amprot-dependent-field {
    display: none;
}
.amprot-input-block .amprot-input-text,
.amprot-input-block .amprot-input-textarea {
    transition: 0.1s all ease-in;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    height: 30px;
    border: 1px solid #bebbc3;
    border-radius: 2px;
    color: #0e1025;
    vertical-align: baseline;
    line-height: 1.4;
}
.amprot-input-block .amprot-input-text::placeholder,
.amprot-input-block .amprot-input-textarea::placeholder {
    color: #bebbc3;
}
.amprot-input-block .amprot-input-text:hover,
.amprot-input-block .amprot-input-textarea:hover,
.amprot-input-block .amprot-input-text:focus,
.amprot-input-block .amprot-input-textarea:focus,
.amprot-input-block .amprot-input-text:active,
.amprot-input-block .amprot-input-textarea:active {
    border-color: #a39fa8;
}
.amprot-input-block .amprot-input-text:not([disabled]):focus,
.amprot-input-block .amprot-input-textarea:not([disabled]):focus {
    box-shadow: none;
}
.amprot-input-block .amprot-input-text:-ms-input-placeholder,
.amprot-input-block .amprot-input-textarea:-ms-input-placeholder {
    color: #bebbc3;
}
.amprot-input-block .amprot-input-textarea {
    display: block;
    padding: 10px;
    height: auto;
}
.amprot-radio-block,
.amprot-checkbox-block {
    display: flex;
    position: relative;
    margin: 0 0 15px 0;
    line-height: 1;
    cursor: pointer;
}
.amprot-radio-block > .amprot-text,
.amprot-checkbox-block > .amprot-text {
    display: flex;
    justify-content: space-between;
    word-break: break-all;
    word-break: break-word;
    flex-grow: 1;
    padding: 0 0 0 5px;
    color: #0e1025;
    font-style: normal;
}
.amprot-radio-block > .amprot-input,
.amprot-checkbox-block > .amprot-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}
.amprot-radio-block > .amprot-input:checked ~ .amprot-mark,
.amprot-checkbox-block > .amprot-input:checked ~ .amprot-mark {
    border-color: #1e79c2;
    background-color: #1e79c2;
}
.amprot-radio-block > .amprot-input:checked ~ .amprot-mark:after,
.amprot-checkbox-block > .amprot-input:checked ~ .amprot-mark:after {
    display: block;
}
.amprot-radio-block > .amprot-input:not(:checked):focus ~ .amprot-mark,
.amprot-checkbox-block > .amprot-input:not(:checked):focus ~ .amprot-mark {
    border-color: #026bb3;
    box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amprot-radio-block > .amprot-input:checked ~ .amprot-text,
.amprot-checkbox-block > .amprot-input:checked ~ .amprot-text {
    color: #0e1025;
    font-weight: bold;
}
.amprot-radio-block > .amprot-mark,
.amprot-checkbox-block > .amprot-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s all ease-in;
    position: relative;
    box-sizing: border-box;
    margin: 2px 0 0;
    min-width: 12px;
    width: 12px;
    height: 12px;
    border: 1px solid #a39fa8;
    background-color: #fff;
    cursor: pointer;
}
.amprot-radio-block > .amprot-mark:hover,
.amprot-checkbox-block > .amprot-mark:hover {
    border-color: #026bb3;
}
.amprot-radio-block:hover .amprot-text,
.amprot-checkbox-block:hover .amprot-text,
.amprot-radio-block:focus .amprot-text,
.amprot-checkbox-block:focus .amprot-text {
    color: #026bb3;
}
.amprot-radio-block:hover .amprot-mark,
.amprot-checkbox-block:hover .amprot-mark,
.amprot-radio-block:focus .amprot-mark,
.amprot-checkbox-block:focus .amprot-mark {
    border-color: #026bb3;
}
.amprot-checkbox-block > .amprot-mark {
    border-radius: 1px;
}
.amprot-checkbox-block > .amprot-mark:after {
    display: none;
    margin: 0 0 2px 0;
    width: 4px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: '';
    transform: rotate(45deg);
}
.amprot-radio-block > .amprot-mark {
    border-radius: 50%;
}
.amprot-radio-block > .amprot-mark:after {
    display: none;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    content: '';
}
.amprot-text > .amprot-value {
    width: 100%;
}
.-checkable .mage-error {
    padding-top: 5px;
    border-top: 1px solid #f4dcdc;
}
.amprot-select-block {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
}
.amprot-select-block.-active {
    z-index: 11;
}
.amprot-select-block.-active .amprot-select-options {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.amprot-select-block.-active .amprot-placeholder {
    color: #0e1025;
}
.amprot-select-block.-active .amprot-placeholder:after {
    top: 13px;
    transform: rotate(225deg);
}
.amprot-select-block.-multiple .amprot-option {
    justify-content: flex-start;
}
.amprot-select-block.-multiple .amprot-option:before {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s all ease-in;
    position: relative;
    box-sizing: border-box;
    margin: 2px 0 0;
    min-width: 12px;
    width: 12px;
    height: 12px;
    border: 1px solid #a39fa8;
    background-color: #fff;
    cursor: pointer;
    margin: 1px 10px 0 0;
    border-radius: 1px;
    content: '';
}
.amprot-select-block.-multiple .amprot-option:before:hover {
    border-color: #026bb3;
}
.amprot-select-block.-multiple .amprot-option:after {
    display: none;
    margin: 0 0 2px 0;
    width: 4px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: '';
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    left: 13px;
}
.amprot-select-block.-multiple .amprot-option > .amprot-value {
    margin: 0 0 0 auto;
}
.amprot-select-block.-multiple .amprot-option.-selected:before {
    border-color: #1e79c2;
    background-color: #1e79c2;
}
.amprot-select-block.-multiple .amprot-option.-selected:after {
    display: block;
}
.amprot-select-block.-multiple .amprot-option:hover,
.amprot-select-block.-multiple .amprot-option.-selected {
    background-color: transparent;
    color: #0e1025;
}
.amprot-select-block.-multiple .amprot-option.-selected {
    font-weight: bold;
}
.amprot-select-block.-multiple .amprot-option:hover:before {
    border-color: #1e79c2;
}
.amprot-select-block.-multiple.-active > .amprot-placeholder {
    position: relative;
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:after {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    width: 11px;
    height: 1px;
    background: #a39fa8;
    content: '';
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:before {
    transform: rotate(45deg);
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:after {
    transform: rotate(-45deg);
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:hover:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:focus:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:active:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:hover:after,
.amprot-select-block.-multiple.-active > .amprot-placeholder:focus:after,
.amprot-select-block.-multiple.-active > .amprot-placeholder:active:after {
    background: #504d58;
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:after {
    right: 9px;
    left: inherit;
    border: 0;
}
.amprot-select-options {
    position: absolute;
    top: calc(100% - 2px);
    right: 0;
    left: 0;
    z-index: 2;
    display: block;
    visibility: hidden;
    overflow: auto;
    margin: 0;
    padding: 0;
    max-height: 300px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #a39fa8;
    border-radius: 0 0 2px 2px;
    background: #fff;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
}
.amprot-select-options .amprot-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 10px;
    color: #0e1025;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}
.amprot-select-options .amprot-option:hover {
    background-color: #026bb3;
    color: #fff;
}
.amprot-select-options .amprot-option.-selected {
    background-color: #025c9a;
    color: #fff;
}
.amprot-select-options .amprot-option .amprot-title,
.amprot-select-options .amprot-option .amprot-value {
    pointer-events: none;
}
.amprot-select-options .amprot-option:not(:hover):not(.-selected) .amprot-value {
    color: #504d58;
}
.amprot-select-block > .amprot-placeholder {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    padding: 0 30px 0 10px;
    height: 30px;
    border: 1px solid #a39fa8;
    border-radius: 2px;
    background: #fff;
    color: #bebbc3;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}
.amprot-select-block > .amprot-placeholder > .amprot-value:before {
    padding: 0 5px;
    color: #a39fa8;
    content: '|';
}
.amprot-select-block > .amprot-placeholder:after {
    position: absolute;
    top: 8px;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #a39fa8;
    content: '';
    transform: rotate(45deg);
}
.amprot-select-block > .amprot-placeholder.-selected {
    color: #0e1025;
}
.amprot-input-block > .amprot-select {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}
.amprot-close-button {
    position: relative;
    display: block;
    padding: 0;
    width: 25px;
    height: 100%;
    border: 0;
    border-radius: 0 50px 50px 0;
    background: none;
    box-shadow: none;
    color: inherit;
    line-height: 1;
}
.amprot-close-button:before,
.amprot-close-button:after {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    width: 11px;
    height: 1px;
    background: #a39fa8;
    content: '';
}
.amprot-close-button:before {
    transform: rotate(45deg);
}
.amprot-close-button:after {
    transform: rotate(-45deg);
}
.amprot-close-button:hover:before,
.amprot-close-button:focus:before,
.amprot-close-button:active:before,
.amprot-close-button:hover:after,
.amprot-close-button:focus:after,
.amprot-close-button:active:after {
    background: #504d58;
}
.amprot-close-button:not(.primary) {
    box-shadow: none;
}
.amprot-close-button:hover,
.amprot-close-button:focus,
.amprot-close-button:active {
    border: 0;
    background: none;
    color: inherit;
}
.-select .amprot-input-block {
    display: flex;
    flex-direction: column;
}
.-select .amprot-input-block .mage-error[generated] {
    order: 3;
}
.required.mage-error ~ .amprot-select-block .amprot-placeholder {
    border-color: #c84f4f;
}
.amprot-tags-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.amprot-tags-block > .amprot-option {
    display: flex;
    align-items: center;
    transition: 0.1s all ease-in;
    overflow: hidden;
    margin: 10px 10px 0 0;
    padding: 0;
    border: 1px solid #1e79c2;
    border-radius: 50px;
    color: #0e1025;
}
.amprot-tags-block > .amprot-option > .amprot-title {
    padding: 10px;
}
.amprot-tags-block > .amprot-option > .amprot-value {
    padding: 10px 0;
    color: #504d58;
    font-weight: bold;
}
.amprot-tags-block > .amprot-option:hover {
    border-color: #026bb3;
}
.amprot-tags-block > .amprot-option:hover > .amprot-title {
    color: #000;
}
.amprot-swatches-block {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.amprot-swatches-block *,
.amprot-swatches-block *:before,
.amprot-swatches-block *:after {
    box-sizing: border-box;
}
.amprot-swatches-block:not(.-swatch-thumbnail) .amprot-text {
    display: none;
}
.amprot-swatch-option {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    margin: 0 15px 15px 0;
    padding: 3px 10px;
    height: 40px;
    border: 1px solid #efefef;
    border-radius: 1px;
    color: #0e1025;
    font-size: 14px;
    cursor: pointer;
}
.amprot-swatch-option .amprot-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    flex-grow: 1;
    margin: 0 25px 0 5px;
    line-height: 1.3;
}
.amprot-swatch-option .amprot-price {
    display: block;
    color: #504d58;
    line-height: 1.3;
}
.amprot-swatch-option:hover,
.amprot-swatch-option.-selected {
    border-color: #1e79c2;
}
.amprot-swatch-option:hover .amprot-price,
.amprot-swatch-option.-selected .amprot-price {
    font-weight: 600;
}
.amprot-swatch-option:hover .amprot-text,
.amprot-swatch-option.-selected .amprot-text {
    color: #0e1025;
}
.-swatch-vertical .amprot-swatch-option {
    display: block;
    padding: 0;
    height: auto;
    border: 0;
    text-align: center;
}
.-swatch-vertical .amprot-name {
    margin: 5px 0;
    color: #504d58;
}
.-swatch-vertical .amprot-price {
    color: #504d58;
    font-weight: 400;
}
.-swatch-vertical .amprot-image-block {
    margin: 0 auto;
    padding: 5px;
    width: 60px;
    height: 60px;
    border: 1px solid #efefef;
    border-radius: 1px;
}
.-swatch-vertical .amprot-swatch-option:hover .amprot-image-block,
.-swatch-vertical .amprot-swatch-option.-selected .amprot-image-block {
    border-color: #1e79c2;
}
.-swatch-vertical .amprot-swatch-option:hover .amprot-name,
.-swatch-vertical .amprot-swatch-option.-selected .amprot-name {
    color: #0e1025;
}
.-swatch-vertical .amprot-swatch-option:hover .amprot-price,
.-swatch-vertical .amprot-swatch-option.-selected .amprot-price {
    color: #0e1025;
    font-weight: 400;
}
.-swatch-thumbnail .amprot-swatch-option {
    display: block;
    padding: 5px;
    max-width: 100%;
    height: auto;
}
.-swatch-thumbnail .amprot-image-block {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    width: auto;
    height: 30px;
    line-height: 1;
}
.-swatch-thumbnail .amprot-image-placeholder {
    display: none;
}
.-swatch-thumbnail .amprot-name,
.-swatch-thumbnail .amprot-price {
    display: none;
}
.amprot-image-block {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    width: 30px;
    height: 30px;
}
.amprot-image-block .amprot-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #504d58;
    font-size: 18px;
    line-height: 1.3;
}
.amprot-image-block .amprot-image {
    min-width: 100%;
    min-height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.amprot-swatch-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}
.amprot-field .amprot-swatch-block.-swatch-potenset .amprot-swatch-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 0 10px 10px 0;
}
.amprot-field .amprot-swatch-block.-swatch-potenset .amprot-swatch-option .amprot-name {
    display: none;
}
