/** Shopify CDN: Minification failed

Line 960:15 Expected ":"

**/
.get-data-products {
  background: #f3f3f3;
  padding: 20px;
}
#ProductGridContainer {
  border: 1px solid #b4b4b475;
}
.shop-product-wrap ul.product-view {
  margin: 0px !important;
  padding: 0 !important;
}

.diamond-collection-wrapper {
  background: #f5f5f5;
  padding: 0;
}

.diamond-table-container {
  overflow-x: auto;
}

.diamond-table-header,
.diamond-product-row {
  /* grid-template-columns: 60px 90px 80px 70px 70px 80px 100px 90px 1fr; */
  grid-template-columns: 35px 75px 60px 50px 60px 60px 165px 80px 80px 80px 70px 70px 135px 55px 80px 100px 115px 100px 70px 80px;
}

.diamond-table-header {
  background: #EDEDED;
  display: grid;
  gap: 5px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #575757;
  border-bottom: 2px solid #ddd;
}

.diamond-table-header > div {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul li:nth-child(odd) .diamond-product-item {
  background-color: #EDEDED;
}

ul li:nth-child(even) .diamond-product-item {
  background-color: #F3F3F3;
}

.diamond-product-item {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.diamond-product-row {
  display: grid;
  gap: 5px;
  padding: 12px 10px;
  align-items: center;
  font-size: 13px;
  color: #333;
}

.diamond-product-item.expanded {
  background: #f8f9fa;
}

.diamond-product-item.expanded .diamond-product-row {
  border-bottom: 1px solid transparent;
}

.shape-col {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.shape-col .shape-icon {
  width: 25px;
}

.shape-col .shape-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.shape-text {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}

.data-col {
  text-align: center;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
}

.qty-col {
  display: flex;
  justify-content: center;
}

.qty-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  background: white;
}

.qty-btn {
  background: white;
  border: none;
  padding: 3px 8px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  transition: background 0.2s;
  line-height: 1;
}

.qty-btn:hover {
  background: #f5f5f5;
}

.qty-wrapper .qty-btn[disabled] {
  background-color: #00000000 !important;
  color: #000 !important;
  opacity: 0.2;
}

.qty-display {
  min-width: 30px;
  width: 40px;
  text-align: center;
  padding: 3px 4px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 13px;
  color: #333;
}

.price-col {
  text-align: center;
}

.price-amount {
  font-weight: 500;
  color: #333;
}

.actions-col {
  display: flex;
  gap: 0px;
  justify-content: center;
  align-items: center;
}

.btn-details {
  color: #3498db;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.btn-details:hover {
  color: #2980b9;
}

.diamond-product-item.expanded {
  background: #EEFEFFC9 !important;
}

.diamond-details {
  display: none;
  padding: 20px;
  background: #EEFEFFC9;
  grid-column: 1 / -1;
}

.diamond-details.show {
  display: block;
}

.details-grid {
  display: flex;
  gap: 30px;
}

.details-image {
  flex-shrink: 0;
  /* width: 100px;
  height: 100px; */
  background: #000;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}

.details-image img {
  width: 100%;
  height: 100%;
  object-fit: container;
  background: #ffffff;
}

.details-content {
  /* flex: 1; */
  /* display: flex; */
  /* gap: 30px; */
  width: 60%
}

.details-specs {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 30px;
  font-size: 13px;
}

.spec-item {
  display: flex;
  gap: 8px;
}

.spec-item.full-width {
  grid-column: 1 / -1;
}

.spec-label {
  font-weight: 600;
  color: #333;
  min-width: 110px;
}

.spec-value {
  color: #666;
}

.details-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 150px;
  align-items: center;
}

.details-actions .btn-action {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border: none;
  max-width: fit-content;
  margin-top: 20px;
}

.details-actions .btn-report {
  color: white;
  background: #17a2b8;
}

.details-actions .btn-report:hover {
  background: #138496;
}

.details-actions .btn-view-more {
  color: white;
  background: #f39c12;
}

.details-actions .btn-view-more:hover {
  background: #e67e22;
}

.checkout-box {
  background: #EBEBEB;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-top: 15px;
  max-width: 280px;
  align-items: end;
  margin-left: auto;
  position: sticky;
  bottom: 0;
  z-index: 1;
  right: 0;
}

.checkout-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
}

.checkout-total-label,
.checkout-total-amount {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
}

.checkout-button {
  width: 100%;
  background: #000;
  color: white;
  border: none;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}

.checkout-button:hover {
  background: #333;
}

.wishlist-col .wishlist-text {
  display: none;
}

.wishlist-col .feather-heart {
  font-size: 20px;
}

.cart-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #22c55e;
  color: white;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 99999;
  transform: translateX(400px);
  opacity: 0;
  transition: all 0.3s ease;
  max-width: 350px;
}

.cart-toast.show {
  transform: translateX(0);
  opacity: 1;
}

.cart-toast-error {
  background: #ef4444;
}

.cart-toast-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-toast-icon {
  flex-shrink: 0;
}

.cart-toast-message {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

/* Simple Clarity Dropdown Styling */
.drop_down_des {
  width: 100%;
  padding: 4px 4px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  appearance: auto;
}

.drop_down_des:hover {
  border-color: #999;
}

.drop_down_des:focus {
  border-color: #666;
}

.drop_down_des option {
  padding: 8px;
}

.get-data-products button {
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.get-data-products button:focus {
  border-color: #666;
}

.diamond-clarity-labels {
  display: flex;
  justify-content: space-between;
  margin: 8px 0 20px;
  font-size: 11px;
  color: #666;
}

.actions-col.product-control-col .data-col {
  padding: 0px 4px;
}

.st_filter_option:empty {
  display: none;
}

.st_filter_option:not(:has(*)) {
  display: none;
}

.product_view_change {
  position: relative;
  display: inline-block;
}

.view-toggle-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  transition: all 0.2s ease;
}

.view-toggle-btn:hover {
  border-color: #d1d5db;
  background: #f9fafb;
}

.icon-view {
  color: #6b7280;
}

.icon-arrow {
  color: #9ca3af;
  transition: transform 0.2s ease;
}

.product_view_change:hover .icon-arrow {
  transform: rotate(180deg);
}

.view-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 100;
}

.product_view_change:hover .view-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.view-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: #374151;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.15s ease;
  border-bottom: 1px solid #f3f4f6;
}

.view-option:first-child {
  border-radius: 8px 8px 0 0;
}

.view-option:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

.view-option:hover {
  background: #f9fafb;
}

.view-option.active {
  background: #f0fdf4;
  color: #16a34a;
}

.view-option.active .icon-grid,
.view-option.active .icon-list {
  color: #16a34a;
}

.view-option .icon-check {
  margin-left: auto;
  display: none;
}

.view-option.active .icon-check {
  display: block;
}

.view-option span {
  flex: 1;
}

/* Hide/Show views based on active state */
.list_product_view {
  display: block;
}

.grid_product_view {
  display: none;
}

body.grid-view-active .list_product_view {
  display: none;
}

body.grid-view-active .grid_product_view {
  display: block;
}

/* Configure Columns Button Styles */
.configure-columns-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.configure-columns-btn:hover {
  background: #f8f9fa;
  border-color: #999;
}

.configure-columns-btn .icon-arrow {
  transition: transform 0.3s ease;
}

.configure-columns-btn.active .icon-arrow {
  transform: rotate(180deg);
}

/* Columns Dropdown Styles */
.columns-dropdown-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
  border-radius: 8px 8px 0 0;
}

.columns-dropdown-header span {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.reset-columns-btn {
  background: none;
  border: none;
  color: #3b82f6;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s;
}

.reset-columns-btn:hover {
  background: #dbeafe;
  color: #1d4ed8;
}

.columns-list {
  max-height: 400px;
  overflow-y: auto;
  padding: 8px;
}

.column-option {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s;
  position: relative;
  gap: 10px;
}

.column-option:hover {
  background: #f3f4f6;
}

.column-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0;
  accent-color: #22c55e;
}

.column-option span {
  flex: 1;
  font-size: 14px;
  color: #374151;
  user-select: none;
}

.column-option .icon-check {
  opacity: 0;
  transition: opacity 0.2s;
}

.column-option input[type="checkbox"]:checked ~ .icon-check {
  opacity: 1;
}

/* Scrollbar Styles */
.columns-list::-webkit-scrollbar {
  width: 6px;
}

.columns-list::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 3px;
}

.columns-list::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 3px;
}

.columns-list::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

.infinite-scroll-loading .spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.advanced_static_data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 14px;
}

.measurements-filter-section {
  margin-top: 25px;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid var(--theme-border-color);
  border-radius: 4px;
  width: 100%;
}

.measurements-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--font-color-body);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--theme-border-color);
}

.measurements-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.measurement-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.measurement-label {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  margin: 0;
}

.measurement-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--theme-border-color);
  border-radius: 3px;
  font-size: 13px;
  color: var(--font-color-body);
  background: white;
  transition: border-color 0.2s ease;
}

.measurement-input:focus {
  outline: none;
  border-color: #333;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.measurement-input::placeholder {
  color: #999;
  opacity: 0.7;
}

.measurement-input::-webkit-inner-spin-button,
.measurement-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.measurement-input[type=number] {
  -moz-appearance: textfield;
}

.custom_grid_data {
  /* display: grid; */
  display: none;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 10px;
}

.custom_grid_data p {
  color: #000000;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

@media (max-width: 1199px) {
  .measurements-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .measurements-filter-section {
    margin-top: 10px;
    padding: 10px;
  }
  .measurement-label {
    font-size: 12px;
  }
  .measurement-input {
    padding: 8px 10px;
  }
}

@media (max-width: 640px) {
  .cart-toast {
    left: 20px;
    right: 20px;
    max-width: none;
    top: 10px;
  }
}

@media (max-width: 991px) {
  .diamond-table-header,
  .diamond-product-row {
    grid-template-columns: 1fr 1fr 60px;
    font-size: 12px;
    gap: 0px;
    padding: 10px 15px;
  }
  
  .btn-action {
    font-size: 12px;
    padding: 6px 12px;
  }

  .diamond-details {
    padding: 10px;
  }

  .details-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
  }
  .details-image{
    width: 100%;
  }
  iframe.explore-v360{
    height: auto;
  }
  .details-content {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .details-specs {
    gap: 5px;
    font-size: 10px;
    grid-template-columns: 1fr;
  }

  .spec-label {
    min-width: unset;
    width: max-content;
  }

  .spec-value {
    width: max-content;
  }

  .details-actions {
    min-width: unset;
    width: 100%;
  }
  
  .details-actions .btn-action {
    max-width: 100%;
    padding: 6px 10px;
    font-size: 12px;
  }

  .spec-item {
    flex-wrap: wrap;
  }

  .drop_down_des {
    width: max-content;
    padding: 2px 2px;
    font-size: 10px;
  }

  .shape-col {
    justify-content: left;
  }

  .data-col {
      text-align: left;
  }

  .data-col,
  .shape-text {
    font-size: 12px;
  }

  .shape-col .shape-icon {
    width: 18px;
  }

  .approval_message * {
    font-size: 10px;
  }

  .data-col.on_hand,
  .data-col.hold,
  .data-col.memo {
    padding: 0px 6px;
  }
}

@media (max-width: 767px) {
  .view-toggle-btn,
  .configure-columns-btn {
    gap: 4px;
    padding: 8px 10px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .checkout-box {
    max-width: 100%;
    display: flex;
    align-items
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    bottom: 60px;
    padding: 10px;
  }
  .checkout-total {
    justify-content: normal;
    margin-bottom: 0;
    gap: 5px;
    width: 100%;
  }
  .custom_grid_data {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

@media (max-width: 520px) {
  .qty-btn {
    padding: 4px 7px;
    font-size: 15px;
  }
  .qty-display {
    min-width: 20px;
    width: 30px;
    padding: 4px 7px;
    font-size: 13px;
  }
  .drop_down_des {
    padding: 0px 2px;
    font-size: 10px;
  }
  .data-col {
    margin-bottom: 3px;
  }
  .data-col,
  .shape-text,
  .price-col,
  .actions-col {
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
  }
  .view-toggle-btn,
  .configure-columns-btn {
    gap: 4px;
    padding: 6px 6px;
    font-size: 11px;
  }
  .view-toggle-btn .icon-view, 
  .configure-columns-btn .icon-view {
    width: 18px;
  }
  .view-option {
    gap: 4px;
  }
  .columns-dropdown-header,
  .view-option {
    padding: 8px;
  }
  .columns-dropdown-header span,
  .column-option span,
  .view-option span {
    font-size: 12px;
  }
  .column-option {
    padding: 6px 4px;
    gap: 4px;
  }
  .column-option input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
  .column-option .icon-check,
  .view-option.active .icon-check {
    width: 12px;
  }
  .checkout-box {
    bottom: 0px;
    padding: 10px;
    flex-wrap: wrap;
  }
  .checkout-total-label,
  .checkout-total-amount {
    font-size: 14px;
  }
  .checkout-button {
    width: 100%;
    padding: 8px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .data-col,
  .shape-text,
  .price-col,
  .actions-col {
    /* display: inline-block; */
  }
  .custom_grid_data p {
    font-size: 12px;
  }
  .single-product-wrap .product-content .product-title a {
    font-size: 13px;
  }
  .single-product-wrap .product-content .grid-content {
    gap: 10px !important;
    padding: 10px !important;
  }
}

/* CRITICAL: Remove overflow from parent containers */
.main-content-wrap,
.container,
.pro-grli-wrapper,
.pro-grli-wrap,
.diamond-collection-wrapper,
.diamond-table-container {
  overflow: visible !important;
}

.diamond-table-header-placeholder {
  display: none;
}

.diamond-table-header-placeholder.active {
  display: block;
}

.diamond-table-header {
  transition: all 0.3s ease;
  z-index: 1;
}

.diamond-table-header.is-stuck {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  /* z-index: 8; */
  z-index: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}