:root {
    --black-color: rgba(18, 18, 18, 1);
    --black-color_blur: rgba(18, 18, 18, 0.75);
    --foreground: 0, 0, 0;
    --background_tpo: 255, 255, 255;
    --tooltip_color: #6f767e;
    ---placeholder_color: #6f767e;
}

@keyframes slideFromTop {
    from {
        transform: translate(-50%, -100%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes imageSwatchesTooltipSlide {
    from {
        bottom: 70%;
        opacity: 0;
    }
    to {
        bottom: calc(90% + 12px);
        opacity: 1;
    }
}

[tpo-validated-form='false'] form[action='/cart/add'] button[name='add'][data-added][data-product-id][class*='pf-'] {
    pointer-events: none;
}

[tpo-validated-form='false'] .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    display: none;
}

[tpo-validated-form='false'] .shopify-payment-button__button.shopify-payment-button__button--branded {
    pointer-events: none;
}

[tpo-validated-form='true'] .shopify-payment-button__button.shopify-payment-button__button--branded {
    pointer-events: auto;
}

*[tpo_hidden] {
    display: none !important;
}

.tpo_option-set-wrapper {
    width: 100%;
    color: black;
}

.tpo_option-set-wrapper.tpo_in-card {
    grid-row-start: 6;
}

.tpo_option-set-wrapper.tpo_in-card > .tpo_option-set-container {
    margin-bottom: 0;
    margin-top: 10px;
    pointer-events: none !important;
}

.card__content:has(.tpo_option-set-wrapper.tpo_in-card) {
    display: flex;
    flex-direction: column;
}

.tpo_option-set-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    margin-bottom: 24px;
}

.tpo_option-group_child-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
}

.tpo_option-group_child-wrapper[hidden] {
    display: none;
}

.tpo_flex-25 {
    width: calc(25% - 8px);
}

.tpo_flex-33 {
    width: calc(33% - 8px);
}

.tpo_flex-50 {
    width: calc(50% - 8px);
}

.tpo_flex-66 {
    width: calc(66% - 8px);
}

.tpo_flex-75 {
    width: calc(75% - 8px);
}

.tpo_flex-100 {
    width: 100%;
}

.tpo_option-set-wrapper .tpo_option-input {
    padding: 10px;
    margin: 0;
}

.tpo_option-type-font-picker-dropdown {
    width: 100%;
    position: relative;
}

.tpo_font-picker-dropdown-wrapper {
    position: relative;
}

.tpo_font-picker-label,
.tpo_font-picker-google-wrapper {
    position: relative;
    border: 1px solid rgba(var(--color-foreground, var(--foreground)), 0.55);
    padding: 0 40px 0 10px;
    height: 37px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.4rem;
}

.tpo_font-picker-label > span {
    pointer-events: none;
}

.tpo_font-picker-option-wrapper {
    display: none;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    left: 0;
    right: 0;
    top: 42px;
    padding: 6px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 3;
    background-color: #fff;
}

.tpo_font-picker-label.show ~ .tpo_font-picker-option-wrapper {
    display: flex;
}

.tpo_font-picker-option-wrapper > svg {
    position: absolute;
    top: 14px;
    left: 14px;
    opacity: 0.4;
}

.tpo_font-picker-option-wrapper > input,
.tpo_font-picker-option-wrapper > input:focus,
.tpo_font-picker-option-wrapper > input:focus-visible {
    padding: 8px 10px 8px 30px;
    border-radius: 4px;
    border: 1px solid #efefef;
    outline: none;
    box-shadow: none;
    margin-bottom: 4px;
}

.tpo_font-picker-option-wrapper > ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-height: 185px;
    overflow-y: auto;
}

.tpo_font-picker-google-wrapper > ul,
.tpo_font-picker-google-wrapper.show > ul:empty {
    display: none;
}

.tpo_font-picker-google-wrapper.show > ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 42px;
    padding: 6px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 3;
    background-color: #fff;
    margin: 0;
    max-height: 185px;
    overflow-y: auto;
}

.tpo_font-picker-element {
    padding: 4px 4px 4px 30px;
    cursor: pointer;
    background-color: #fff;
    font-size: 1.4rem;
}

.tpo_font-picker-element:hover {
    background-color: #f3f3f3;
}

.tpo_font-picker-google-wrapper {
    padding: 0px 10px;
    background-color: #fff;
}

.tpo_font-picker-google-wrapper > svg {
    opacity: 0.8;
}

.tpo_font-picker-google-wrapper > input,
.tpo_font-picker-google-wrapper > input:focus,
.tpo_font-picker-google-wrapper > input:focus-visible {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 36px;
    border: none;
    outline: none;
    padding-left: 36px;
    background-color: transparent;
    box-shadow: none;
}

.tpo_option-input {
    font-family: inherit;
}

.tpo_option-label.tpo_dropdown .tpo_option-input {
    padding: 10px 40px 10px 10px;
}

.tpo_option-input:placeholder-shown {
    text-overflow: ellipsis;
}

.tpo_option-input.tpo_option-dropdown:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid rgba(var(--color-foreground, var(--foreground)), 0.55);
}

.tpo_option-input.tpo_option-dropdown {
    background-color: transparent;
    border-radius: var(--inputs-radius, 0px);
    border: 1px solid rgba(var(--color-foreground, var(--foreground)), 0.55);
    cursor: pointer;
    width: 100%;
    color: inherit;
    z-index: 1;
    position: relative;
    caret-color: transparent !important;
    max-height: 37px;
}

.tpo_option-input.tpo_text-box {
    background-color: transparent;
    border-radius: var(--inputs-radius, 0px);
    border: 1px solid rgba(var(--color-foreground, var(--foreground)), 0.55);
    width: 100%;
    color: inherit;
    z-index: 0;
    position: relative;
    resize: vertical;
    padding: 10px;
    text-overflow: ellipsis;
}

input.tpo_option-input.tpo_text-box {
    max-height: 37px;
}

/* theme empire */
.product-form--atc {
    font-size: 16px;
}

.product__container--two-columns .product-form__action-wrapper {
    flex-direction: column;
}

.tpo_modal-tired-wholesale-wraper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.tpo_option-input.tpo_text-box:focus {
    border: none;
    padding: 10px;
}

.tpo_option-input.tpo_quantity {
    background-color: transparent;
    border-radius: var(--inputs-radius, 0px);
    border: 1px solid rgba(var(--color-foreground, var(--foreground)), 0.55);
    width: 100px;
    color: inherit;
    z-index: 0;
    position: relative;
    resize: vertical;
    padding: 8px;
}

.tpo_option-input.tpo_quantity:focus {
    border: none;
    padding: 10px;
}

.tpo_option-input.tpo_quantity:focus-visible {
    outline-color: var(--active-border);
}

.tpo_option-label {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    position: relative;
    align-items: flex-start;
}

.tpo_option-label.tpo_dropdown {
    width: 100%;
}

.tpo_dropdown_image_input_wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}

.tpo_dropdown-image-wrapper {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 10px;
}

.tpo_dropdown-image-wrapper[src=''] {
    display: none;
}

.tpo_option-label.text-box {
    min-width: 100%;
}

.tpo_option-label-container {
    /* display: flex; */
    align-items: center;
    gap: 4px;
}

.custom-label-theme {
    display: flex;
}

.tpo_option-group_wrapper > .tpo_option-label-container {
    max-width: unset;
}

.tpo_option-label-container > span {
    font-size: 16px;
}

.tpo_option-label-container > span > span {
    font-weight: normal;
    font-size: 14px;
    color: var(---placeholder_color);
}

.tpo_option-label-container[hidden] ~ div:has(.tpo_additional-price.absolute.active:not(:empty)) {
    margin-top: 24px;
}
.tpo_text-area-character-count.absolute {
    position: absolute;
    font-size: 12px;
    bottom: 0px;
    transform: translateY(-50%);
    right: 10px;
    opacity: .5;
}
.tpo_character-count.absolute {
    position: absolute;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    opacity: .5;
}
.tpo_character-count.absolute ~ .tpo_option-input.tpo_text-box {
    padding-right: 60px;
}
.tpo_limit-character {
    color: #d82c0d;
}
.tpo_option-label-container[hidden] > * {
    display: none !important;
}

.tpo_option-type-dropdown-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid rgba(var(--color-foreground, var(--foreground)), 0.55);
    max-height: 220px;
    transition: max-height 224ms linear;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 3;
    overflow-y: scroll;
    background-color: #ffffff;
}

.tpo_option-type-dropdown-wrapper[hidden] {
    max-height: 0;
    margin-top: 0;
    border: none;
}

.tpo_option-type-dropdown-wrapper[hidden] button {
    display: none;
}

.tpo_option-type-selection {
    cursor: pointer;
    padding: 16px;
    background-color: #fff;
    border: none;
    color: var(--black-color_blur);
    text-align: left;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    line-height: normal;
    text-decoration: none;
}

.tpo_option-type-selection:hover {
    background-color: #f3f3f3;
    color: var(--black-color);
    transition: 224ms ease-out;
}

.tpo_option-type-selection span {
    display: inline-block;
    word-break: break-word;
}

.tpo_option-type-selection img {
    width: 50px;
    height: 50px;
}

.tpo_option-input-wrapper {
    position: relative;
    transition: 224ms ease;
    background-color: rgb(var(--color-background, var(--background_tpo)));
    border-radius: var(--inputs-radius, 0px);
    width: 100%;
}

.tpo_option-input-wrapper.switch {
    background-color: transparent;
}

.tpo_option-input-wrapper > svg,
.tpo_font-picker-label > svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) scaleY(1);
    transition: 224ms ease;
    fill: #000;
    z-index: 2;
    pointer-events: none;
}

.tpo_option-input-wrapper.show > svg,
.tpo_font-picker-label.show > svg {
    transform: translateY(-50%) scaleY(-1);
}

.tpo_option-help-text {
    font-size: 13px;
    font-style: italic;
    line-height: 1.5;
    margin-top: 0.5rem;
    color: var(---placeholder_color);
}

.tpo_option-help-text:has(span:empty) {
    display: none;
}

.tpo_option-label-container .form__label {
    display: inline;
}

.tpo_option-tooltip {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 14px;
    width: 14px;
    align-self: center;
    border-radius: 7px;
    background: white;
    color: var(--tooltip_color);
    cursor: pointer;
    margin-bottom: 0.6rem;
    border: 1px solid var(--tooltip_color);
}

.tpo_hidden {
    display: none !important;
}

.option_hidden {
    display: none !important;
}

.tpo_option-tooltip-icon {
    font-size: 12px;
    z-index: 2;
}

.tpo_option-tooltip-icon:before {
    content: '';
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 1) transparent transparent transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.tpo_option-tooltip-icon:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 6px);
    left: calc(100% - 16px);
    background: rgba(0, 0, 0, 1);
    color: white;
    padding: 4px 6px;
    border-radius: 5px;
    display: none;
    width: max-content;
    max-width: 200px;
    cursor: text;
}

.tpo_option-tooltip:hover .tpo_option-tooltip-icon:before,
.tpo_option-tooltip:hover .tpo_option-tooltip-icon:after {
    display: block;
}

.tpo_option-input-wrapper.with-price > .tpo_option-input.tpo_text-box {
    padding: 10px 120px 10px 10px;
}

.tpo_option-input-wrapper.with-price > .tpo_option-input.tpo_quantity {
    padding: 10px 120px 10px 10px;
}

.tpo_option-required-indicator {
    color: red;
}

.tpo_error-message {
    font-size: 13px;
    color: red;
    line-height: 1.4;
    margin-top: 4px;
}

.tpo_radio-buttons-wrapper {
    position: relative;
    width: 100%;
}

.tpo_hidden-checkbox {
    position: absolute;
    left: 0;
    bottom: 100%;
    opacity: 0;
    pointer-events: none;
}

.tpo_radio-button-wrapper {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tpo_label_under_price {
    align-items: flex-start !important;
}

.tpo_radio-button-wrapper > *,
.tpo_radio-button-wrapper input {
    cursor: pointer;
    margin: 0 !important;
    display: block;
}

.tpo_radio-button-wrapper > label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.tpo_radio-button:checked ~ label ~ .tpo_additional-price {
    font-weight: 600;
}

.tpo_error-message p {
    margin: 0;
}

.tpo_switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-right: 8px;
}

.tpo_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.tpo_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block;
}

.tpo_slider:before {
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .tpo_slider {
    background-color: var(--active-background, #2196f3) !important;
}

input:focus + .tpo_slider {
    box-shadow: 0 0 1px var(--active-background, #2196f3) !important;
}

input:checked + .tpo_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.tpo_slider.round {
    border-radius: 24px;
}

.tpo_slider.round:before {
    border-radius: 50%;
}

.tpo_switch-container {
    display: flex;
}

.tpo_switch-container .form__label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.tpo_quantity-container {
    display: flex;
    justify-content: space-between;
}

.tpo_quantity-container .form__label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.tpo-image-select-value {
    border-radius: 4px;
}

.tpo_image_shape_circle > img,
.tpo_image_shape_circle .tpo-image-select-value {
    border-radius: 50%;
}

.tpo_image_shape_square > img,
.tpo_image_shape_square .tpo-image-select-value {
    border-radius: 0;
}

.tpo_image_shape_radius > img,
.tpo_image_shape_radius .tpo-image-select-value {
    border-radius: 4px;
}


.tpo_option-type-color-swatches-wrapper,
.tpo_option-type-font-picker-swatches {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    width: 100%;
}

.tpo_option-type-color-swatches-wrapper input,
.tpo_option-type-font-picker-swatches input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.tpo_color-swatches-wrapper {
    display: inline-block;
    position: relative;
    color: inherit;
}

.tpo_color-swatches-wrapper > label,
.tpo_color-swatches-wrapper > article {
    cursor: pointer;
    display: flex;
    align-items: stretch;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid rgba(var(--color-foreground, var(--foreground)), 0.55);
    padding: 2px;
    margin: 0;
}

.tpo_color-swatches-wrapper > label span,
.tpo_color-swatches-wrapper > article span {
    flex-grow: 1;
}

.tpo_color-swatches-wrapper > .tpo_shape_radius {
    border-radius: 6px;
}

.tpo_color-swatches-wrapper > label span:first-child,
.tpo_color-swatches-wrapper > .tpo_shape_radius span:first-child {
    border-radius: 4px 0 0 4px;
}

.tpo_color-swatches-wrapper > label span:nth-child(2),
.tpo_color-swatches-wrapper > .tpo_shape_radius span:nth-child(2) {
    border-radius: 0 4px 4px 0;
}

.tpo_color-swatches-wrapper > label span:only-of-type,
.tpo_color-swatches-wrapper > .tpo_shape_radius span:only-of-type {
    border-radius: 4px;
}

.tpo_color-swatches-wrapper > .tpo_shape_circle {
    border-radius: 50%;
}

.tpo_color-swatches-wrapper > .tpo_shape_circle span:first-child {
    border-radius: 9999px 0 0 9999px;
}

.tpo_color-swatches-wrapper > .tpo_shape_circle span:nth-child(2) {
    border-radius: 0 9999px 9999px 0;
}

.tpo_color-swatches-wrapper > .tpo_shape_circle span:only-of-type {
    border-radius: 50%;
}

.tpo_color-swatches-wrapper > .tpo_shape_square {
    border-radius: 0;
}

.tpo_color-swatches-wrapper > .tpo_shape_square span:first-child {
    border-radius: 0;
}

.tpo_color-swatches-wrapper > .tpo_shape_square span:nth-child(2) {
    border-radius: 0;
}

.tpo_color-swatches-wrapper > .tpo_shape_square span:only-of-type {
    border-radius: 0;
}

.tpo_color-swatches-label_position {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    color: inherit;
    font-size: 15px;
}

.tpo_color-swatches-label_position > label,
.tpo_color-swatches-label_position > article {
    cursor: pointer;
    display: flex;
    align-items: stretch;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid rgba(var(--color-foreground, var(--foreground)), 0.55);
    padding: 2px;
    margin: 0;
    flex-shrink: 0;
}

.tpo_color-swatches-label_position > label span,
.tpo_color-swatches-label_position > article span {
    flex-grow: 1;
}

.tpo_color-swatches-label_position > .tpo_shape_radius {
    border-radius: 6px;
}

.tpo_color-swatches-label_position > label span:first-child,
.tpo_color-swatches-label_position > article span:first-child,
.tpo_color-swatches-label_position > .tpo_shape_radius span:first-child {
    border-radius: 4px 0 0 4px;
}

.tpo_color-swatches-label_position > label span:nth-child(2),
.tpo_color-swatches-label_position > article span:nth-child(2),
.tpo_color-swatches-label_position > .tpo_shape_radius span:nth-child(2) {
    border-radius: 0 4px 4px 0;
}

.tpo_color-swatches-label_position > label span:only-of-type,
.tpo_color-swatches-label_position > article span:only-of-type,
.tpo_color-swatches-label_position > .tpo_shape_radius span:only-of-type {
    border-radius: 4px;
}

.tpo_color-swatches-label_position > .tpo_shape_circle {
    border-radius: 50%;
}

.tpo_color-swatches-label_position > .tpo_shape_circle span:first-child {
    border-radius: 15px 0 0 15px;
}

.tpo_color-swatches-label_position > .tpo_shape_circle span:nth-child(2) {
    border-radius: 0 15px 15px 0;
}

.tpo_color-swatches-label_position > .tpo_shape_circle span:only-of-type {
    border-radius: 50%;
}

.tpo_color-swatches-label_position > .tpo_shape_square {
    border-radius: 0;
}

.tpo_color-swatches-label_position > .tpo_shape_square span:first-child {
    border-radius: 0;
}

.tpo_color-swatches-label_position > .tpo_shape_square span:nth-child(2) {
    border-radius: 0;
}

.tpo_color-swatches-label_position > .tpo_shape_square span:only-of-type {
    border-radius: 0;
}

.tpo_option-set-wrapper label:has(.tpo_color-swatches-input:checked),
.tpo_option-set-wrapper article:has(.tpo_color-swatches-input:checked) {
    border: 2px solid rgba(var(--color-foreground, var(--foreground)), 1);
    border-color: var(--active-border) !important;
}

.tpo_color-swatches-tooltip,
.tpo_buttons-tooltip {
    padding: 0;
    background-color: rgb(31, 31, 33);
    color: #fff;
    font-size: 14px;
    z-index: 2;
    border-radius: 4px;
    position: absolute;
    top: calc(90% + 8px);
    left: calc(50% - 15px);
    width: max-content;
    max-height: 0;
    overflow: hidden;
    max-width: 300px;
    word-break: break-word;
    line-height: 1.5;
}

.tpo_color-swatches-tooltip:before,
.tpo_buttons-tooltip:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 100%;
    border: 5px solid transparent;
    border-bottom-color: rgb(31, 31, 31);
}

.tpo_color-swatches-wrapper:hover .tpo_color-swatches-tooltip {
    max-height: unset;
    overflow: unset;
    padding: 4px 8px 2px;
}

.tpo_image-swatches-wrapper {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.tpo_image-swatches-wrapper > label,
.tpo_image-swatches-wrapper > article {
    cursor: pointer;
    display: flex;
    align-items: stretch;
    width: 66px;
    height: 66px;
    border-radius: 6px;
}

.tpo_image-swatches-wrapper > label img {
    flex-grow: 1;
    border-radius: 4px;
}

.tpo_image-swatches-wrapper > .tpo_shape_radius {
    border-radius: 6px;
}

.tpo_image-swatches-wrapper > .tpo_shape_radius img {
    border-radius: 4px;
}

.tpo_image-swatches-wrapper > .tpo_shape_square {
    border-radius: 0;
}

.tpo_image-swatches-wrapper > .tpo_shape_square img {
    border-radius: 0;
}

.tpo_image-swatches-wrapper > .tpo_shape_circle {
    border-radius: 50%;
}

.tpo_image-swatches-wrapper > .tpo_shape_circle img {
    border-radius: 50%;
}

/* tpo_swatches-label_position */
.out_stock_label {
    pointer-events: none;
}

.out_stock_label:hover {
    cursor: not-allowed;
}

.out_stock_label span {
    opacity: 0.5;
}

.out_stock_label span:hover {
    cursor: not-allowed;
}

.out_stock_label input:hover {
    cursor: not-allowed;
}

.not-avaliable.out_stock_label span {
    opacity: 0.5;
}

.not-avaliable.out_stock_label img {
    opacity: 0.5;
}

.tpo_swatches-label_position {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    color: inherit;
    font-size: 15px;
}

.tpo_swatches-label_position.under,
.tpo_color-swatches-label_position.under {
    flex-direction: column;
    width: auto;
    align-items: center;
    gap: 4px;
}

.tpo_swatches-label_position.under .tpo-quantity_always-show {
    margin-left: unset;
}

.tpo_swatches-label_position > label,
.tpo_swatches-label_position > article {
    cursor: pointer;
    display: flex;
    align-items: stretch;
    width: 66px;
    height: 66px;
    border-radius: 6px;
    flex-shrink: 0;
    position: relative;
}

.tpo_swatches-label_position > label img,
.tpo_swatches-label_position > a img {
    flex-grow: 1;
    border-radius: 4px;
}

.tpo_swatches-label_position > .tpo_shape_radius {
    border-radius: 6px;
}

.tpo_swatches-label_position > .tpo_shape_radius img {
    border-radius: 4px;
}

.tpo_swatches-label_position > .tpo_shape_square {
    border-radius: 0;
}

.tpo_swatches-label_position > .tpo_shape_square img {
    border-radius: 0;
}

.tpo_swatches-label_position > .tpo_shape_circle {
    border-radius: 50%;
}

.tpo_swatches-label_position > .tpo_shape_circle img {
    border-radius: 50%;
}

.tpo_option-type-image-swatches-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}

.tpo_option-type-image-swatches-wrapper input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.image-swatches-wrapper {
    display: inline-block;
    position: relative;
}

.tpo_image-swatch-img {
    width: 100%;
    height: 100%;
}

.tpo_image-swatches-tooltip {
    padding: 0;
    background-color: rgb(31, 31, 33);
    color: #fff;
    font-size: 14px;
    z-index: 1;
    border-radius: 4px;
    position: absolute;
    bottom: calc(90% + 12px);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    overflow: hidden;
    max-width: 145px;
    word-break: break-word;
    line-height: 1.5;
    opacity: 0;
    pointer-events: none;
}

.tpo_image-swatches-tooltip:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    border: 5px solid transparent;
    border-top-color: rgb(31, 31, 31);
    transform: translateX(-50%);
}

div.tpo_image-swatches-wrapper:hover .tpo_image-swatches-tooltip,
div.tpo_swatches-label_position > label:hover .tpo_image-swatches-tooltip,
div.tpo_swatches-label_position > article:hover .tpo_image-swatches-tooltip,
div.swatches-not-avaliable:hover .tpo_image-swatches-tooltip {
    opacity: 1;
    animation-name: imageSwatchesTooltipSlide;
    animation-duration: 400ms;
    overflow: unset;
    padding: 4px;
}

@media (min-width: 1024px) {
    a.tpo_image-swatches-wrapper:hover .tpo_image-swatches-tooltip,
    a.tpo_swatches-label_position > label:hover .tpo_image-swatches-tooltip,
    a.tpo_swatches-label_position > article:hover .tpo_image-swatches-tooltip {
        opacity: 1;
        animation-name: imageSwatchesTooltipSlide;
        animation-duration: 400ms;
        overflow: unset;
        padding: 4px;
    }
}

.tpo_additional-price {
    font-size: 13px;
    flex-shrink: 0;
}

.tpo_additional-price:empty {
    display: none !important;
}

.tpo_additional-price.absolute {
    position: absolute;
    bottom: calc(100% + 4px);
    right: 10px;
    color: var(---placeholder_color);
    display: none !important;
}

.tpo_additional-price.absolute.product-list {
    top: 0;
}

.tpo_additional-price.absolute.active {
    font-weight: 600;
}

.tpo_option-set-wrapper:not(:has(.tpo_option-set-container)) .tpo_total-additional-price-wrapper,
.tpo_option-set-wrapper:has(.tpo_option-set-container:empty) .tpo_total-additional-price-wrapper {
    display: none !important;
}

.tpo_total-additional-price-wrapper {
    margin-bottom: 30px;
    gap: 6px;
    font-size: 16px;
    border: 1px solid black;
    padding: 4px 8px;
    line-height: 1.2;
}

.tpo_total-additional-price-wrapper.tpo_hidden {
    display: none !important;
}

.tpo_total-additional-price {
    font-size: 16px;
    color: #009d5b;
    font-weight: 600;
}

.tpo_price_include_tax {
    font-size: 16px;
}

.tpo_price_include_tax span {
    font-weight: 600;
    color: #009d5b;
}

.tpo_buttons-wrapper {
    position: relative;
    color: inherit;
    text-decoration: none;
}

.tpo_buttons-wrapper > label,
.tpo_buttons-wrapper > article {
    padding: 0px 8px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 14px;
    border: 1px solid rgba(var(--color-foreground, var(--foreground)), 1);
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    min-width: 28px;
}

.tpo_buttons-wrapper > .tpo_shape_circle {
    display: inline-flex;
    height: 28px;
    min-width: 28px;
    justify-content: center;
    align-items: center;
}

.tpo_buttons-wrapper > .tpo_shape_radius {
    border-radius: 6px;
}

.tpo_buttons-wrapper > .tpo_shape_square {
    border-radius: 0;
}

label:has(.tpo_buttons-input:checked) {
    background-color: rgba(var(--active-background, var(--color-foreground, var(--foreground))), 1) !important;
    color: rgb(var(--active-color, var(--color-background, var(--background_tpo)))) !important;
    border-color: rgba(var(--active-border, var(--color-foreground, var(--foreground))), 1) !important;
}

.tpo_is_checked_buttons {
    background-color: rgba(var(--active-background, var(--color-foreground, var(--foreground))), 1) !important;
    color: rgb(var(--active-color, var(--color-background, var(--background_tpo)))) !important;
    border-color: rgba(var(--active-border, var(--color-foreground, var(--foreground))), 1) !important;
}

.tpo_is_checked_swatches {
    border: 2px solid rgba(var(--color-foreground, var(--foreground)), 1);
    border-color: var(--active-border) !important;
}

/* label:has(.tpo_color-swatches-input:checked) {
    border: 2px solid rgba(var(--color-foreground, var(--foreground)), 1);
    border-color: var(--active-border) !important;
} */

.tpo_buttons-wrapper:hover .tpo_buttons-tooltip {
    max-height: unset;
    overflow: unset;
    padding: 4px 8px 2px;
}

.tpo_option-divider {
    margin: 2rem 0;
    height: 0;
    background-color: transparent;
}

.tpo_file-upload {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    border: 1.2px dashed #999;
    border-radius: 8px;
    transition: 0.2s;
    height: 120px;
}

.tpo-file-placeholder {
    padding: 0 6px;
    border-radius: 4px;
    background-color: #efefef;
}

.tpo_dropzone {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.tpo_modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow: auto;
    display: none;
    margin: 0;
    max-width: unset;
    width: 100vw;
    height: 100vh;
}

.tpo_modal-container {
    position: relative;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: slideFromTop;
    animation-duration: 0.4s;
    border-radius: 10px;
    max-width: calc(100vw - 50px);
}

@supports (-webkit-hyphens: none) {
    .tpo_modal-container {
        animation: none;
    }
}

.tpo_modal-heading {
    padding: 2px 16px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #888;
}

.tpo_modal-heading h3 {
    margin: 1rem 0;
}

.tpo_modal-heading:empty {
    display: none;
}

.tpo_modal-content {
    padding: 16px;
    border-radius: 0 0 10px 10px;
    white-space: normal;
    max-height: 80vh;
    overflow-y: auto;
}

.tpo_option-input.tpo_text-box.tpo_modal-content_filter {
    margin-bottom: 8px;
    border-color: #e1e1e1;
    padding-left: 32px;
}

.tpo_option-input-wrapper-filter {
    position: relative;
    transition: 224ms ease;
    background-color: rgb(var(--color-background, var(--background_tpo)));
    border-radius: var(--inputs-radius, 0px);
    width: 100%;
}

.tpo_option-input-wrapper-filter > svg {
    position: absolute;
    left: 10px;
    top: 20%;
    transform: translateY(-50%) scaleY(1);
    transition: 224ms ease;
    fill: #000;
    z-index: 9999;
}

.tpo_add_on_product .tpo_open-modal-button {
    display: none !important;
}

.tpo_open-modal-button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size: 16px;
    padding: 0;
}

.tpo_popup-modal-button {
    cursor: pointer;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 16px;
    /* border-radius: 8px; */
    border: 1px solid #efefef;
    height: 37px;
}

.tpo_popup-modal-button:hover {
    border: 2px solid #111315;
    /* color: #111315; */
    /* font-weight: 600; */
}

.tpo-icon-small,
.tpo-icon-undefined {
    width: 24px;
    height: 24px;
}

.tpo-icon-medium {
    width: 28px;
    height: 28px;
}

.tpo-icon-large {
    width: 32px;
    height: 32px;
}

.tpo_edit-option-modal.tpo_popup-modal-button {
    color: rgb(var(--color-foreground), var(--foreground));
    font-size: 14px;
}

.tpo_close-popup-button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: black;
    font-size: 36px;
    text-align: center;
    line-height: 14px;
}

.tpo_modal-footer-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 4px;
    padding-bottom: 16px;
}

.button-modal {
    padding: 8px 16px;
    margin-left: 8px;
    background: none;
    cursor: pointer;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 6px;
}

.button-modal:hover {
    background: #dfdfdf;
}

.button-modal.primary {
    background-color: black;
    color: white;
}

.button-modal.primary:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.button-group-modal {
    margin-right: 4px;
}

.tpo_option-paragraph.ql-editor {
    padding: 0;
    margin-bottom: 24px;
}

.tpo_option-html {
    margin-bottom: 24px;
}

.tpo_italic {
    font-style: italic;
}

.tpo_bold {
    font-weight: 600;
}

.tpo_underline {
    text-decoration: underline;
}

.tpo_edit-option-modal + .tpo_edit-option-modal {
    display: none;
}

.tpo_edit-option-modal .tpo_modal-container {
    max-width: 700px;
    margin: 0;
    padding: 30px 0 30px 10px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    border-radius: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tpo_edit-option-modal .tpo_modal-container > div {
    padding: 0 20px 0px 10px;
}

.tpo_edit-option-modal .tpo_option-input-wrapper {
    background-color: transparent;
}

.tpo_edit-option-modal.tpo_open-modal-button {
    color: rgb(var(--color-foreground), var(--foreground));
    font-size: 14px;
    font-weight: 600;
}

.tpo_edit-option_confirm-button {
    width: 100%;
    margin: 0 auto;
}

.tpo_option-tiered-prices-table-container {
    padding: 4px;
    border: 1px solid rgba(var(--color-foreground, var(--foreground)), 0.85);
    margin-top: 2rem;
    width: fit-content;
}

.tpo_option-tiered-prices-table {
    border-collapse: collapse;
}

.tpo_option-tiered-prices-table tbody.tpo_table-body tr th,
.tpo_option-tiered-prices-table tbody.tpo_table-body tr td {
    padding: 8px 24px;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.3;
    /* font-size: 1.5rem; */
}

.tpo_option-tiered-prices-table tbody.tpo_table-body tr:nth-child(2n + 1) {
    background-color: #f4f4f4;
}

.tpo_option-tiered-prices-table tbody.tpo_table-body tr:first-child {
    background-color: rgba(var(--color-foreground, var(--foreground)), 0.85);
    color: #fff;
}

.tpo_option-tiered-prices-table tbody.tpo_table-body tr:first-child th {
    font-weight: 600;
}

.tpo-discount-code-wrapper {
    margin: 10px 0;
    max-width: 350px;
    min-width: 150px;
    text-align: left;
    width: 100%;
}

.tpo-discount-code-wrapper .tpo-discount-code-input--input-container {
    display: flex;
    margin: 0;
}

.tpo-discount-code-wrapper input[type='text'].tpo-discount-code-input--input {
    background: #fff;
    background-image: none;
    border: 1px solid #ccc;
    color: #333;
    flex: 1;
    height: auto;
    line-height: 2.5em;
    margin: 0 10px 0 0;
    max-height: none;
    max-width: none;
    min-height: 10px;
    min-width: 20px;
    outline: none;
    padding: 0 10px;
    pointer-events: all;
    text-indent: 0;
    width: auto;
}

.tpo-discount-code-wrapper .tpo-discount-code-input--button {
    border: 1px solid transparent;
    flex: 0.2 1 0;
    font-weight: 400;
    line-height: 2.5em;
    min-width: auto;
    padding: 0 15px;
    pointer-events: all;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    word-break: normal;
    font-size: 15px;
    border-radius: 0;
    background: #000000;
    border-color: #000000;
}

.tpo-discount-code-wrapper .tpo-discount-code-input--button:hover {
    cursor: pointer;
    opacity: 0.8;
}

.tpo-discount-code-wrapper .tpo-discount-code-input--button .tpo-discount-code-input--button-text {
    line-height: revert;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.tpo-discount-code-wrapper .tpo-discount-code--applied-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 0;
}

.tpo-discount-code-wrapper .tpo-discount-code--applied-wrapper .tpo-discount-code--applied-wrapper--applied {
    display: flex;
    align-items: center;
    background-color: #dcdcdc;
    border-radius: 4px;
    color: #323232;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 8px;
}

.tpo-discount-code--applied-wrapper--applied .tpo-discount-code--applied-wrapper--applied-remove {
    display: inline-block;
    color: #717171;
    cursor: pointer;
    display: inline-block;
    /*font-family: Arial,Helvetica,sans-serif!important;*/
    font-size: 1.3em;
    font-weight: 300;
    line-height: 16px;
    margin: 0;
    padding-left: 5px;
}

.tpo-discount-code--applied-wrapper--applied .tpo-discount-code--applied-wrapper--applied-remove:hover {
    color: #131111;
}

.tpo-discount-code-wrapper svg {
    fill: #4e4e4e;
    display: inline-block;
    height: 15px;
    margin-right: 7px;
    width: auto;
}

.button--loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

.product.product--medium .product__info-wrapper.grid__item[style*='display: none'] {
    display: flex !important;
}

@keyframes button-loading-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#tpo-discount-code--message {
    font-size: 13px;
}

#tpo-discount-code--message.valid {
    color: green;
}

#tpo-discount-code--message.invalid {
    color: red;
}

.tpo-discount-code--summary-wrapper .tpo-discount-code--summary-discount,
.tpo-discount-code--summary-wrapper .tpo-discount-code--summary-subtotal,
.tpo-discount-code--summary-wrapper .tpo-discount-code--summary-total {
    display: flex;
    justify-content: space-between;
}

.tpo-discount-code--summary-discount-value,
.tpo-discount-code--summary-subtotal-value,
.tpo-discount-code--summary-total-value {
    font-weight: 700;
}

.tpo-discount-code-wrapper .tpo-button-active .tpo-discount-code-input--button-text {
    visibility: hidden;
}

.tpo-discount-code-wrapper .tpo-button-active .tpo-loader {
    display: block;
}

.tpo_discount-wrapper {
    font-size: 14px;
}

.tpo_option-group_wrapper {
    position: relative;
    transition: 224ms ease;
    width: 100%;
}

.tpo_option-group_wrapper > .tpo_option-label-container {
    cursor: pointer;
    margin-bottom: 4px;
    display: flex;
}

.tpo_option-group_wrapper > div > svg {
    transform: scaleY(1) translateY(4px);
    transition: 224ms ease;
    fill: #000;
    margin-bottom: 0.6rem;
    margin-left: auto;
    flex-shrink: 0;
}

.tpo_flex-50 .tpo_option-label.tpo_dropdown img {
    width: 25px !important;
    height: 25px !important;
}

.tpo_selected_values_span {
    margin-left: 4px;
}

.tpo_option-group_wrapper.show > div > svg {
    transform: scaleY(-1);
}

.tpo_option-group_child-wrapper .tpo_option-label {
    margin-bottom: 16px;
}

.tpo_option-group_child-wrapper .tpo_option-label-container > span {
    font-size: 14px;
}

.tpo-file__img {
    margin-top: 6px;
    width: 100%;
}

.tpo-file__img-preview {
    display: inline-block !important;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    flex-shrink: 0;
}

.tpo-file__img .tpo-delete__file {
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.tpo-disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.tpo-file__img.tpo_hidden {
    display: none !important;
}

.tpo-label__file {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 12px;
}

.tpo-name__file {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
}

.tpo-file__preview {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px;
    border: 1px solid black;
    border-radius: 4px;
    margin-top: 6px;
}

.tpo-file-loader {
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #efefef;
    font-size: 14px;
}

.tpo-file-loader svg {
    height: 40px;
}

.tpo-file__img > .tpo-items__file.tpo_hidden {
    display: none !important;
}

.tpo-file__img .tpo-loader.tpo_hidden {
    display: none !important;
}

.tpo_color-picker_label {
    display: flex;
    gap: 4px;
}

.tpo_color-picker-wrapper {
    position: relative;
    width: 100%;
}

.tpo_color-picker_input {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.tpo_color-picker_icon {
    cursor: pointer;
}

.tpo_color-picker_icon svg {
    width: 28px !important;
    height: 28px !important;
}

.tpo_dimension_wrapper {
    width: 100%;
    display: flex;
    gap: 8px;
    position: relative;
}

.tpo_dimension_input-wrapper {
    position: relative;
}

.tpo_dimension_input-wrapper > span {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    padding: 0 10px;
    background-color: #e9ecef;
    border-radius: 0 var(--inputs-radius, 0px) var(--inputs-radius, 0px) 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.tpo_dimension_input.with_suffix,
.tpo_dimension_input.with_suffix:focus {
    padding-right: 60px;
    z-index: 1;
}

.tpo_modal-content.ql-editor img {
    max-width: 100%;
}

.tpo_file-icon {
    display: block !important;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAnPSURBVHgB7Z1dUhRJEMeTEQ3Dl50bbHMC8QSOJxBOIETgV/gAnAA8gfBgqGgEeAL1BDueYPEEtidYntRwUDb/TTXRfExlVdPdkzXkLwJH7QJ6JrOysrIys4kMwzAMwzAMwzAMwzAMwzAMwzAMwzAMw5g2ZmjK2d3d7f/8+XNhdnb29p8/f7KZmZns6Oioz5eyM0NzvnbA13Ie96XX6+3z6/7Tp09zmmKmUgFevXo1YIHfZwEu0HlBR8FKsc9fw1+/fr1/9uzZPk0ZU6MAmOk/fvxYguB5Fg+oBaAMv3//3marsEdTQvIKAMEfHh6u8mxf43/2qRuwTDyfBkVIWgFg6nmt3qVLmvlLkLPyLaa8NCSpAJj1vCZv8F/XSAdbN27ceL68vHxAiZGcArx8+XKe1/kPNLlZPw4sC/dS2zX0KCHevXv3gIX/D+kTPsh4OfoXyxIlRDIWYGdnZ5W9+y2qAfb2/DLk18/Y27OgDm7evHlQNdksuIxfECOYZ29/nsfcpZqKdu3ataWVlZX3lABJKMDbt283WHCbFMcBf882v+7VNctOKZZYGR5QpDKkogTqFQBmn/fee6HjeQZjpmOLNqQGYWWAIsDxzCK+bfHx48cfSTGqFQAzEOsqhe3vYc6f8wdea5mIuKdNvqfV0HvibeI9zdtEtQrghB/k8LlZv9yVBx5zb0zOW8Q7WreIs6QUXkM3WKiZNM5F5DapQ5yizb1+/XqLHcZVYXjGMQsEqxZJISq3gVhvWfhL0rhJCL/KkydP1nAPAUMX3rx5s0AKUbcEuCgf1v3MN27Swq/i/IINYdgBLwVz2pYCdRYABzuUkPAB7oXvSdryIS9BS+j6BFUKAOeKP8gl3xg4fJqEX8KBJQg3942BlXCxBTWoUgAO80oBlxzePikEph0ng9I4dhpVWQFVCiDNfmf6c1IK9vuSU8gK8AB+DilBjRPoIm27niE5B3nmSDnOif1K/kARAkM5v998NBp9Q6ZR05HLUNTEAXjfj1SusdcDt1sTB0sBK/O2sCuYxxe/J7zv4j94mwjrMOSwN5zJYVeWToUFcLPmP8+QJGZ/SaAVkPiIw6y2LYMKH4A/rIEwZJsSAlaArdllTwIXEG5my/C1zRwDFQogZfHyTFB9onYR/J6auufi3GFnZ2e3jS2kCgXgN3jbczlPsTjDme7Gon4IjTuL0GhIWYsFmB93DY4RJUoDy8BZMv76gAQZaoiJK4Aza2OdJf4Qv1CiNLgMnALZUWwJXlADTGwX4Gr2kHt3nzzp3S7TdkhTBN779+/fM458IvSNHMS7/DWgSPh79h49enSpyGjnCgCP1p31w+yL2yQem62srHyjKcdZwkGNtLMt3iKvU006U4CaOXXEb661e0SNAV61pWzFflY8dvPhw4e1AmWtKwA0m2fxbt2CzbYUwBWYIK2LNObtOYuw6TKSReoula0qgMvoRZJm7YhYGwpQEX55X2qTN9nZg38U4vDVyj1sbReArYpL51Zz8gVcddHZTOM+/g/XSBkuyxnHzJJgM1cvGUUrClCzkKN1pBoDXFOqBDgXCEkqXYsNGzeuACjhSlH4JVqVwK3vorePHRZF0Oj6GlnIUebzf+a/DqnFkG9sdRHQWtrFn/Ge5BjGOISN5gPwjaFsWxS+a7Wy3kWAp47wgbMEpE0JkHvIaz2CZ2M/Z/58cV4wpAAaswABGT0FPOO3kU9PHVBX+FU0WoKAnUFwCnpjPkBAXnyR1ZOS8IFGn8DtDHzCLVrjUQCNKIA7osx8Y7rM5W9K+CUalcCVvo+FLdddCuBSCoBDDZh+XnOk2Z+nKvwSbUrAvoC3CpqX2vYsALx93uu/QN4b1n3feT5gbe0kl78t4ZdoUgKs70KuRJ/v9W8SiFIACB6pSSz0r6F9+Vwlz5Bapm3hl2hSArS09V3nCXqHBIIVAAEe7PFDqnarsJZ+opbpSvglWpRAypbCUToJiHEArPOj0ehD3dM8NGWiFokUPjznfgNjVMQJXMOrsddD+it4LQBMPkq1L9N7t03zHzvzceIXOCboRG3SlgCdznzX2ULclzKJxypAZBuUcbQ2+2OFD0c05LjX1fcFd/OYpBIEBHoKGfqU4EIFqCt8OHyuhGuRX+c4YCE6IXWoI/yYxs6wWjE7F60HSI5CluMKUs/5AK6sKUb4RT8+7Eu76n7BPsmcb+2rEiv8EnwPTwQKCW+X90R6yeDH8eu5JfDcp8gDEWPOKADMdsScEeTpsvWJ68gh5sDVFX7l9+yFWIIJdywJSgiFH+fOEE5xSgFCmzPRcZv0O10LvoqkBJcVfuX3eJVg0u1qcC6A5ZaE7iSOF2UibMmJAsD0hxzokOuKrSF/bpwSNCX8yu+5UAm09CpCHgVkQgFKcP369VOniCcKENKciRS2RD+rBE0Lv/J7TimBFuGXhCoBlgJY+vLfJwogtWehY2dPZT/8UgnaEn7l9xRKoE34JZBNSJ8i1+q2oEgICUzmWG+7D28XsCN05LveZiFKV4T0LSzTxgoLwDFjaQ+bT4PwrwruqNjrnJfJoz0EfQIaNNQqOzImA3ZmUsIIjvCd49+bF35e3ua6arRDgBU4rs6WZn/KDRquMi5hxLtVR/ZwT2jPgjj3ZzKShHcEUi5G1pPOjNs+zzfaY3Z2dui7zhbgNnYBmW/QrVu3cjKShK23FKbvi0dqKT4N0zgmIGjXDztTNaYWKIB3hmvqbG3EESI7UQF4HfmLjCQZjUaZMCTvSXtF/iFiIqWhE2mHh0fq9nib523BhufokpEkyAoWhnxBHECKFmlNdjQEpCgvZA8fYEh++qk9Et0Iq9hmhj3sFQNKjBprTmx0Q8ATTfGYmrxIC0e8n88EBuNGujSiwTT07J2GhA8Jl9w78I0pj4uLQFBIAgEyhiwmoB9X1BNisYf4o1CAwEeclMUFhmLQlpeEtR9dxssw8UkomBVAtAIwK+gPQIZKIJuQQl5e8k8yvE6th4EPQS4fb7asMUP4KhJTwn82o/nUYZDzBXLph+AXuarTJTImCpzziBL+c72aznnEF3TS9gJrgN5/6GdLRmdUHrwxCP0elJCdtdozY374UmhVbIXcKcOnw8PDHIkklkvQDO7xOpiQA56ct10RT+yO7MK6jrF74lB/wNCPr5LJGxQxJUgfqYxNjIpFPLHC0AWKQ9almo6gsGhD/YKM7iiKRENK+KPi4rYkqCe6XU/0wUjs06yMTihC+Yjmxgbnap+MVR50iGNHyxqaAOUTVy7ToKuRo9FSGVz6GErNMv57RkZTYIZDwFjTv7ksrqGF4g3DMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzjavM/9/gl5qDtvicAAAAASUVORK5CYII=');
    background-size: contain;
}

.tpo_open-modal-button-wrapper {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 24px;
    width: fit-content;
}

.tpo_open-modal-button-wrapper:hover {
    cursor: pointer;
}

.tpo-isactive-image {
    display: inline-block !important;
    opacity: 1 !important;
    z-index: 1 !important;
    width: 100%;
    height: max-content;
    visibility: unset !important;
}

.tpo_next_option_type {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tpo_radio-button-wrapper .tpo_label_under_option_type {
    display: flex;
    align-items: first baseline;
}

.tpo_label_under_option_type input {
    display: block;
    margin-top: 4px;
}

.tpo_under_option_type {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.tpo-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
}

.tpo-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
}

.tpo-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
}

@media (max-width: 767px) {
    .tpo_modal-container {
        max-width: calc(100vw - 30px) !important;
    }
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

.product_list-option_value {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.tpo_product_list-wraper {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 4px;
    border-bottom: 1px solid rgb(190, 190, 190);
    cursor: pointer;
}

.tpo_product_list-wraper:has(.out_stock_label) {
    cursor: not-allowed;
}

.tpo_product_list-wraper > *,
.tpo_product_list-wraper input {
    cursor: pointer;
    margin: 0 !important;
    display: inherit;
    width: auto;
    height: auto;
    clip: auto;
    position: static;
}

.tpo_product_list-wraper > label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.wrap-product-list {
    max-height: 380px;
    overflow-y: auto;
}

.selected_prd_list-tag {
    display: inline-block;
    border-radius: 3px;
    padding: 0.2em 0.5em 0.3em;
    border-radius: 2px;
    background: #454e56;
    color: #ffffff;
    font-weight: 500;
    margin: 0.25em 0.1em;
}

.selected_prd_list-tag-lg {
    font-size: 0.8em;
    border-radius: 4px;
}

.not-avaliable {
    background-color: #f0f0f0;
    /* opacity: 0.5; */
}

.not-avaliable:hover {
    cursor: not-allowed;
}

.swatches-not-avaliable {
    position: relative;
}

.swatches-not-avaliable:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: white;
    opacity: 0.5;
}

.swatches-not-avaliable:hover {
    cursor: not-allowed;
}

.swatches-not-avaliable > label:hover {
    cursor: not-allowed;
}

.tpo_cart-properties-wrapper.cart-item-properties .product-option {
    flex-direction: column;
}

.tpo_modal-container .tpo_image-swatches-wrapper:first-child .tpo_image-swatches-tooltip {
    transform: none;
    left: 0;
}

.tpo_option-heading {
    margin-bottom: 24px;
    font-weight: 500;
}

.tpo_custom_cart_total {
    margin-left: auto;
}

.tpo_custom_cart_new_price {
    color: red;
}

.tpo_custom_cart_old_price {
    text-decoration: line-through;
    margin-left: 10px;
}

.tpo_total-additional-price-label {
    display: inline-block;
}

/* quantity selector */

.tpo_quantity-selector_wrapper span:hover {
    cursor: pointer;
}

.tpo_quantity-selector_minus,
.tpo_quantity-selector_plus {
    width: 20px;
    height: 20px;
    /* background:#f2f2f2; */
    border-radius: 4px;
    /* padding:8px 5px 8px 5px; */
    border: none;
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.tpo_quantity-selector_minus:hover,
.tpo_quantity-selector_plus:hover {
    background: #f2f2f2;
}

.tpo_quantity-selector_input {
    position: unset !important;
    visibility: unset !important;
    text-align: center;
    border: none;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    max-width: 32px;
    z-index: 1;
    font-size: 1rem;
}

.tpo_quantity-selector_wrapper {
    gap: 2px;
    display: flex;
    align-items: center;
    border: 2px solid #000;
    border-radius: 4px;
    margin-top: 4px;
    justify-content: space-between;
}

.tpo_quantity-selector_wrapper input {
    font-weight: 600;
}

.tpo_quantity-selector_wrapper.swatches-not-avaliable input {
    font-weight: unset;
    color: #ddd;
}

.tpo_quantity-selector_wrapper.swatches-not-avaliable {
    border: 1px solid #ddd !important;
    color: #ddd;
}

.tpo_quantity_selector_total-wrapper {
    display: flex;
    width: 100%;
    margin-top: 8px;
}

.tpo_quantity_selector_total-content {
    margin-left: auto;
    font-weight: 600;
}

.tpo_quantity_selector_total-selected {
    color: #cccccc;
}

.tpo-quantity-success {
    color: black;
}

.tpo-quantity-error {
    color: #d82c0d;
}

.tpo-quantity_always-show {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.tpo-quantity_always-show .tpo_quantity-selector_wrapper {
    margin-top: 0;
}

.tpo-error_validate {
    border: 1px solid #d82c0d;
    background-color: #fff4f4;
}

.tpo-error_validate input {
    background-color: #fff4f4;
}

.tpo_url_wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}

.tpo_url_value {
    pointer-events: auto;
    color: inherit;
}

.tpo_url_value.tpo_view_more {
    font-size: 13px;
    color: #262626;
}

.tpo_modal-background.tpo_edit-option-modal.tpo_cart_drawer_modal {
    width: unset;
}

.tpo_original_price_wrapper {
    margin: 0;
    font-size: var(--price-size);
}

@media (max-width: 767px) {
    .tpo_image-swatches-tooltip {
        transform: none;
        left: 0;
    }
    .tpo_option-type-image-swatches-wrapper {
        gap: 10px;
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tpo-buy-it-now-btn ~ .shopify-payment-button__more-options,
div[class*='product']:has(.tpo_has-option-set) .shopify-payment-button__more-options {
    pointer-events: none;
}

@media (max-width: 1023px) {
    select,
    textarea,
    input,
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
        -webkit-touch-callout: none;
    }

    .tpo_option-label label,
    .tpo_option-label article {
        font-size: 16px;
    }

    .tpo_option-type-selection {
        font-size: 14px;
    }

    .tpo_option-set-wrapper input[type='checkbox'],
    .tpo_option-set-wrapper input[type='radio'],
    .product_list-option_value > input[type='checkbox'],
    .product_list-option_value > input[type='radio'] {
        transform: scale(1.5);
        transform-origin: center center;
        flex-shrink: 0;
    }

    .tpo_radio-button-wrapper {
        margin-bottom: 8px;
    }

    .tpo_option-label.tpo_dropdown .tpo_option-input {
        padding: 12px 40px 12px 10px;
    }

    .tpo_option-input.tpo_text-box {
        padding: 12px 10px;
    }

    /* .tpo_buttons-wrapper > label {
        height: 32px;
        line-height: 30px;
    } */

    .tpo_option-input.tpo_quantity {
        padding: 10px 8px;
    }
}
