.product-quick-no-photo-v34{
    display:grid;
    place-items:center;
    width:100%;
    min-height:240px;
    color:rgba(255,255,255,.34);
    font-size:18px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

html[data-site-theme="light"] .product-quick-no-photo-v34,
body.site-theme-light .product-quick-no-photo-v34{
    color:rgba(10,10,10,.34);
}

.live-search-no-photo-v34{
    display:grid;
    place-items:center;
    width:100%;
    height:100%;
    min-height:42px;
    color:rgba(255,255,255,.38);
    font-size:8px;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
}

html[data-site-theme="light"] .live-search-no-photo-v34,
body.site-theme-light .live-search-no-photo-v34{
    color:rgba(10,10,10,.38);
}
