/** Shopify CDN: Minification failed

Line 52:18 Expected identifier but found whitespace
Line 52:19 Unexpected "50%"
Line 61:3 Unexpected "/"

**/

.Noir_swatches .Noir_swatches__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -2px -4px;
}
.Noir_swatches .Noir_swatches__item {
    padding: 0 2px;
    margin-bottom: -8px;
}
.Noir_swatch {
    display: inline-block;
    width: max-content;
    height: 29px;
    padding: 3px;
    border-radius: 100px;
}
.Noir_swatch label {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
label.custom-color-text {
    width: max-content;
}
/* .Noir_swatch label:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    /* border: 1px solid #292929; */
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.Noir_swatch label:before {
    opacity: 25%;
} */
.Noir_swatch label.custom-color-text:before{
    content: none;
}


.noir-flex.noir-flex-wrap.noir-justify-around {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
        margin-top: 30px;
}
.Noir_swatch img {
    width: 75px !important;
    height: 100px !important;
    border-radius: 12px !important;
    background-position: center;
    border: .1rem solid rgba(var(--color-foreground), .15);
}
.Noir-swatch-active{
    outline: 2px solid #d1d1d1 !important;
    box-shadow: 0 4px 8px #00000052 !important;
}
 

.moreColours {
    padding: 0 2px;
    margin: 0 0 4px;
    align-self: flex-start;
}

.moreColours div {
        display: inline-block;
        width: 29px;
        height: 29px;
        padding: 3px;
    }

.moreColours span {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50%;
    cursor: pointer;
    font-size: 20px;
    line-height: 27px;
}
.moreColours span:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid #292929;
    border-radius: 50%;
    pointer-events: none;
    opacity: 25%;
    transition: opacity .4s;
}


.Noir_swatches__item.ExtraItem {
    display: none;
}

.card__heading a:after{
    content:none!important;
}

.card__information .Noir_swatches .Noir_swatches__items{
        justify-content: center;
}

.Noir_swatch--disabled {
    opacity: 50%;
}
.Noir_swatch--disabled {
    position: relative;
}
.Noir_swatch--disabled:after {
    background-color: #000;
}
.Noir_swatch--disabled:after {
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.Noir_swatch--disabled:before, .Noir_swatch--disabled:after {
    content: "";
    position: absolute;
    top: 14px;
    z-index: 10;
    width: 29px;
    height: 1px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.form__controls-info .current-colour {
        padding-left: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #9f9f9f;
        padding-bottom: 8px;
}

a.noir-group {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shop_button a {
    color: #000000;
}
.shop_button:hover a {
    color: #ffffff;
}
.card-wrapper:hover .shop_button a {
    color: #ffffff;
}

.related-products .moreColours {
    display: none;
}
.Noir_swatches__items {
    display: flex;
    gap: 0.5em;
}
.Noir_swatches__item {
    width: 80px;
}