/** Shopify CDN: Minification failed

Line 101:102 Unexpected "#0"

**/
.sys-pack{
    display: flex;
    justify-content: flex-end;
    margin: auto auto 2rem auto;
}

.imatation_dropdown_container{
    width: 33%;
}

.imatation_dropdown{
    position: relative;
}

.imatation_dropdown_selection_box{
    border: 1px solid #8a8a8a;
}

.imatation_dropdown_selection_box:hover {
    color: #5e615e;
    stroke: #5e615e;
    stroke-width: 0px;
    text-shadow: 0px 0px 0px #ffffff;
    box-shadow:  0px 0px 0px 1px #8a8a8a;
    transition: all 0s ease-out
}

.title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .06rem;
    color: #5e615e;
    /* line-height: 1.3; */
    margin: auto;
    padding: 1rem;
}

.imatation_dropdown_details_content{
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    align-content: space-between;
}

.imatation_dropdown_product_option_wrapper{
    cursor: pointer;
}

.imatation_dropdown_product_option_quantity__input {
    display: none;
}

.imatation_dropdown::details-content {
    opacity: 0;
    transition:
        opacity 0ms,
        content-visibility 0ms allow-discrete;
}

.imatation_dropdown[open]::details-content {
    opacity: 1;
}

.product_display_on_hover_outer_container {
    position: relative;
    width: 70%;
}

.product-display-on-hover-container {
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    border: solid 1px #8a8a8a;
    /* top: -100%;
    left: -205%;
    right: 205%;
    width: 200%; */
}

.product-image-container {
    float: left;
    margin: 1.5rem;
}

.sys-pack:has(.imatation_dropdown_product_option_wrapper:hover) div.product-display-on-hover-container#0 {
    display:block
}