/** Shopify CDN: Minification failed

Line 54:0 Unexpected "}"
Line 69:0 Unexpected "}"

**/


@media screen and (min-width: 1023.99px) and (orientation: landscape) {  
  #tryonModal span.aiIcon {
        display: flex;
        flex-direction: row;
        margin-right: .5rem;
        align-items: center;
        justify-content: center;
    }
    .ai-btn span {
        text-align: center;
        font-size: 13px;
        white-space: nowrap;
        letter-spacing: normal;
        display: flex;
        gap: .2rem;
    }
     .grid__item .initTryon {
        bottom: -12px !important;
        width: 50px!important;
        height: 35px!important;
        border-radius: 6px!important;
        border: 0;
        background: #cd2121;
        color: #fff;     
        z-index:9!important; 
    }
    button#resetStylemeModel {
    position: absolute!important;
    top: 134px!important;
}
}
@media only screen and (min-width: 1080px) and (max-width: 3840px) and (orientation: portrait) {
.grid-product__image-mask .initTryon {
        width: 50px!important;;
        height: 50px!important;;
        border-radius: 50%;
        border: 6px solid #00000017!important;;
        font-size: 11px!important;;
         background: #cd2121!important;
        position: absolute;
        z-index: 999;
        right: 0;
        color:#fff!important;
    }
}
}
@media (min-width: 400px) and (max-width: 1023.99px) and (orientation: portrait) {
 .grid-product__image-mask .initTryon {
        width: 50px!important;;
        height: 50px!important;;
        border-radius: 50%;
        border: 6px solid #00000017!important;;
        font-size: 11px!important;;
         background: #cd2121!important;
        position: absolute;
        z-index: 999;
        right: 0;
        color:#fff!important;
    }
}
}
@media (max-width: 749px) {
  .grid-product__image-mask .initTryon {
        width: 50px!important;;
        height: 50px!important;;
        border-radius: 50%;
        border: 6px solid #00000017!important;;
        font-size: 11px!important;;
         background: #cd2121!important;
        position: absolute;
        z-index: 999;
        right: 0;
        color:#fff!important;
    }
}