/** Shopify CDN: Minification failed

Line 28:0 Unexpected "/"
Line 32:22 Comments in CSS use "/* ... */" instead of "//"
Line 33:19 Comments in CSS use "/* ... */" instead of "//"

**/
/*@media only screen and (max-width: 767px) {
  .kustomLookCard {
      position: relative;
      left: 0;
      bottom: 0;
      z-index: 99999; // greater value keep it above all
      width: 100%; // or your desired width
      height: 50%; // or your desired width
    
  }
}
*/

@media only screen and (max-width: 767px) {
  .kustomLookCardContainer {

      min-height: 50%; 
  }
}

/@media only screen and (max-width: 767px) {
  .kustomLookCard {
      position: fixed;
      left: 0;
      z-index: 99999; // greater value keep it above all
      width: 100%; // or your desired width

  }
}


