<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 10:0 Unexpected "&lt;"
Line 115:0 Unexpected "&lt;"

**/


/* CSS from section stylesheet tags */
&lt;style&gt;
  
  .tibetan-jewelry-container {
    font-family: Arial, sans-serif;
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 20px;
  }
  
  .container-limited {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px;
  }
  
  .layout {
    display: flex;
    gap: 20px;
    height: 800px;
  }
  
  .left-column {
    flex: 1;
    position: relative;
  }
  
  .right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .right-top {
    flex: 1;
    display: flex;
    gap: 20px;
    height: 50%;
    
  }
  
  .right-bottom {
    flex: 1;
    position: relative;
    height:40%;
  }
  
  .right-item {
    flex: 1;
    position: relative;
  }
  
  .item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
  }
  
  .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .item-text {
    position: absolute;
    bottom: 80px;
    left: 20px;
    font-size: 32px;
    font-weight: bold;
  }
  
  .shop-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: white;
    color: black;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
  }
  
  @media (max-width: 768px) {
    .layout {
      flex-direction: column;
      height: auto;
    }
    
    .right-top {
      flex-direction: column;
    }
    
    .left-column, .right-item, .right-bottom {
      /* min-height: 300px; */
    }
  }
&lt;/style&gt;</pre></body></html>