/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 236:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:ouros-jewel-global (INDEX:98) */
<style>
  .trust-score-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 20px;
    background-color: #f9f9f9;
  }
.trust-stars-trust-summary{
  display: flex;
  justify-content: center;
  align-items: baseline;
}
  .trust-left {
    max-width: 400px;
    flex: 1 1 350px;
  }

  .trust-stars {
    font-size: 24px;
    color: gold;
  }

  .trust-summary {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    font-family: Istok Web,sans-serif!important;
  }

  .trust-breakdown {
    margin-top: 20px;
  }

  .trust-row {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    line-height: normal;
  }

  .trust-label {
    width: 20px;
    font-weight: bold;
    font-family: Istok Web,sans-serif!important;
  }

  .trust-star-icons {
    color: gold;
    margin-left: 10px;
    width: 70px;
  }

  .trust-bar {
    flex: 1;
    height: 10px;
    background-color: #ddd;
    margin: 0 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }

  .trust-bar-fill {
    height: 100%;
    background-color: #001f3d; /* Blue progress bar */
    border-radius: 5px;
    display: block !important;
  }

  .trust-count {
    width: 50px;
    text-align: right;
    font-size: 14px;
    font-family: 'Istok Web';
    color: #000;
  }

  .trust-right {
    flex: 1 1 400px;
    text-align: center;
  }

  .trust-score-heading h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #111;
    text-align :center;
    font-family: Philosopher, sans-serif !important;
  }

  .trust-score-heading .subheading {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
     text-align :center;
     margin-top: 10px;
  }

  .trust-score-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 106px;
  }

  .trust-score-column {
    flex: 1 1 30%;
    min-width: 280px;
    max-width: 320px;
    
    padding: 20px;
    border-radius: 8px;
   
    text-align: center;
  }

  .trust-score-column h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #222;
  }

  .trust-score-column p {
    font-size: 16px;
    color: #555;
  }
  .review-butondiv{
    margin-top: 32px;
  }
  /* .trust-score-column img{
    height: 220px !important;
    width: 220px 1!important;
  } */
.review-button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #001f3d; /* Navy Blue */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: 'Philosopher';
  }
  .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;  /* Ensures the container spans the entire column */
}.trust-score-h1{
   text-align: center;
   font-family: 'Philosopher,sans-serif' !important;
   font-size: 26px;
 }
.trust-score-column.full-image {
  padding: 0;
}

.trust-score-column.full-image .image-container {
  flex-grow: 1;
  height: 100%;
}

.trust-score-column.full-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
}

/* .trust-score-column img {
  width: 100%;  
  height: auto;  
  object-fit: contain; 
  border-radius: 8px;  
} */


/* .trust-score-column img {
 
  max-height: 200px; 
} */
  @media (max-width: 768px) {
    .trust-score-section {
      flex-direction: column;
      align-items: center;
      padding :20px;
    }
    .trust-score-columns{
      gap:0px
    }
    .trust-score-heading h2 {
      font-size: 24px;
    }

    .trust-score-heading .subheading {
      font-size: 16px;
    }

    .trust-stars {
      text-align: center;
    }

    .trust-summary {
      text-align: center;
    }

    .trust-row {
      justify-content: center;
    }
  }

  @media (max-width: 480px) {
    .trust-score-column {
      flex: 1 1 100%;
      max-width: 100%;
    }
  }
</style>
/* END_SECTION:ouros-jewel-global */

/* START_SECTION:product-info (INDEX:104) */
.product-tabs-wrapper {
  margin-top: 40px;
}

.product-tabs-header {
  display: flex;
  gap: 0px;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
}

.product-tabs-body {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.product-tabs-wrapper {
    padding: 50px 106px;
    background-color: #fff;
}

.product-tab-btn {
    padding: 21px;
    cursor: pointer;
    font-size: 15px;
    background: #eeebeb;
    border: none;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
    width: 33.33%;
    font-family: Istok Web, sans-serif !important;
    color: #000 !important;
    font-weight: 400;
}

.product-tab-btn.active {
    border: 1px solid #dddddd;
    color: black;
    background: rgb(250, 249, 249);
    border-bottom: none;
    font-weight: 600;
}

.product-tab-content {
  display: none;
  padding: 32px;
  font-size: 15px;
  line-height: 1.6;
}

.product-tab-content.active {
  display: block;
}

.product_fs_description {
    height: 100%;
    /* overflow-y: scroll; */
    display: flex !important;
    gap: 20px !important;
}
.product-tab-content h2 {
    font-family: 'Philosopher';
    font-size: 24px;
}
.product-tab-content p {
    font-size: 15px;
    font-family: 'Istok Web';
    color: #000;
    line-height: 1.4;
}
.product_desc_part {
    width: 100%;
}
@media screen and (max-width:430px){
    .product_fs_description {
        /* height: 43vh; */
        /* overflow-y: scroll; */
        display: flex !important;
        gap: 20px !important;
        flex-direction: column;
    }
    .product-tab-btn{
        width: 100%;
    }
    .product-tabs-header {
        display: flex;
        gap: 0px;
        border-bottom: 1px solid #ddd;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .product-tabs-wrapper {
        padding: 0 20px;
        background: #fff;
    }
}

@media (min-width:768px) and (max-width:1180px){
  .product-tabs-wrapper {
    padding: 20px;
    background-color: #fff;
 }
}

.product_desc_part table {
    width: 100%;
}
/* END_SECTION:product-info */