/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 1556:0 Unexpected "<"

**/
<style>
/* knife-customizer.css */

.customization-section {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.section-title {
  color: #d5d5d5;
  font-size: 24px;
  line-height: 1;
  margin-top: 7rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) { 
  .section-title {
    margin-top: 3rem;
  }
}

.customization-grid {
  grid-column-gap: 5em;
  background-color: #ffffff08;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  align-items: center;
}

.customization-preview {
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  padding: 2vw;
  padding-right: 0vw;
  display: flex;
}

.customization-options {
  height: 100%;
  grid-column-gap: 1rem;
  flex-flow: column;
  padding: 1rem;
  padding-left: 0rem;
  display: flex;
}

.customization--option-dropdown {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #ffffff08;
  border-bottom: 1px solid #ffffff0d;
  justify-content: space-between;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  cursor: pointer;
}

.customization-icon {
  width: 6em;
}

.customization--option-text {
  color: #ffffffb3;
  font-weight: 700;
  line-height: 1.3;
  font-size: 13px;
}

.image {
  width: 2em;
}

.customization--option-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.summary-wrapper {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.summary-preview-text {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.summary-total {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.summary--preview-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 40px;
}

.summary--medium-text {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
}

.reset--button-text {
  color: #ffffff4d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.summary-preview {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.reset-button {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: #191919;
  border: 1px solid #ffffff05;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 8px;
  display: flex;
  cursor: pointer;
}

.reset--button-icon {
  width: .9em;
  padding-bottom: .05em;
}

.summary--small-text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.summary--small-text._60 {
  color: #fff9;
}

.summary-line {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.summary--line-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bulk--buy-number {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.bulk--buy-minus {
  width: 1.5em;
  position: absolute;
  left: 1.5em;
}

.bulk--buy-button {
  border: 1px solid #ffffff26;
  border-radius: 2px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bulk--buy-plus {
  width: 1.5em;
  position: absolute;
  right: 1.5em;
}

.knife--customization-preview {
  aspect-ratio: 2.39;
  object-fit: cover;
  height: 100%;
}

.summary--button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.summary--buy-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #ec6a2c;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
  cursor: pointer;
}

.summary--buy-button.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.summary--buy-text,
.summary--buy-price {
  color: #111;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.summary-section {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.summary--lines-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.preview--block-container {
  width: 100%;
  pointer-events: none;
}

.order--options-summary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
}

.summary--sticky-container {
  height: 100%;
  position: relative;
}

.link {
  color: #d5d5d5;
  text-decoration-color: #d5d5d5;
}

#w-node-_41996341-46e7-dd57-5f52-5769989c7b15-a297c9d1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c1e75328-fba8-d325-479c-f6fdaca781f9-a297c9d1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b4ad06b6-685e-498e-6681-95772876ce2c-a297c9d1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f6749aa1-740c-f22c-6d51-d117f8e9b890-a297c9d1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 1024px) {
  .customization-grid {
    grid-template-columns: 1fr 1fr;
  }

  .customization-preview {
    height: 50vh;
  }

  .customization-preview.is-sticky {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--page-width);
    height: 40vw;
    min-height: 300px;
    padding: 0 5rem;
    background-color: #181818;
    z-index: 50;
    border-bottom: 1px solid #ffffff33;
    box-sizing: border-box;
  }

  .customization-preview-placeholder {
    display: none;
  }

  .customization-preview-placeholder.is-active {
    display: block;
    grid-column: 1 / -1;
  }

  .summary-preview {
    padding-left: 40px;
    padding-right: 40px;
  }

  #w-node-_41996341-46e7-dd57-5f52-5769989c7b15-a297c9d1, 
  #w-node-c1e75328-fba8-d325-479c-f6fdaca781f9-a297c9d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b4ad06b6-685e-498e-6681-95772876ce2c-a297c9d1, 
  #w-node-f6749aa1-740c-f22c-6d51-d117f8e9b890-a297c9d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .quantity-cart-wrapper {
    flex-direction: column;
  }
  
  .quantity-cart-wrapper .quantity {
    width: 100%;
  }

  .summary-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
  }

  .summary--sticky-container,
  .summary--preview-container,
  .summary-total {
    display: contents;
  }

  .summary-total > .w-embed {
    display: contents;
  }

  .summary-preview-text {
    order: 1;
    margin-bottom: 1em;
  }

  #order-summary {
    order: 2;
    margin-bottom: 3em;
  }

  .summary-preview {
    order: 3;
  }

  .order--options-summary {
    order: 4;
  }

  .summary--button-wrapper {
    order: 5;
    margin-top: 3em;
  }

  .summary--sticky-container {
    margin-bottom: 0;
  }

  .customization-options {
    padding-left: 1rem;
  }

  .customization-preview {
    padding-right: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .customization-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .summary-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .customization-grid {
    width: 100%;
  }

  .summary-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .summary--preview-container {
    position: static;
  }

  .summary--sticky-container {
    margin-bottom: 5em;
  }

  #w-node-_41996341-46e7-dd57-5f52-5769989c7b15-a297c9d1, 
  #w-node-c1e75328-fba8-d325-479c-f6fdaca781f9-a297c9d1 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  .customization-preview.is-sticky {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_41996341-46e7-dd57-5f52-5769989c7b15-a297c9d1 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

/* accordion spacing */
#blade-type-accordion,
#handle-type-accordion {
  margin-top: 1rem;
}

/* loading indicator */
.progress-root {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  z-index: 10;
}

.progress-track {
  height: 2px;
  background-color: #333333;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.progress-range {
  height: 100%;
  background-color: #888888;
  border-radius: 2px;
  position: absolute;
  animation: indeterminate 1.5s ease-in-out infinite;
}

@keyframes indeterminate {
  0% { left: -40%; width: 40%; }
  50% { left: 20%; width: 60%; }
  100% { left: 100%; width: 40%; }
}

/* accordion */
.knife-accordion {
  width: 100%;
  border: 1px solid #ffffff33;
  overflow: hidden;
}

.accordion-header {
  padding: 16px 24px;
  background: #f5f5f5;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
  user-select: none;
}

.accordion-header:hover {
  background: #eeeeee;
}

.accordion-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.accordion-icon {
  transition: transform 0.3s;
  width: 24px;
  height: 24px;
}

.accordion-icon.expanded {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  position: relative;
  background-color: #171717;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.accordion-content::-webkit-scrollbar {
  display: none;
}

.accordion-content.expanded {
  max-height: 50vh;
  overflow-y: auto;
  transition: max-height 0.3s ease-in;
}

.reset-button-container {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  pointer-events: none;
  padding: 16px 0 0 0;
}

.reset-button-container.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.reset-button-inner {
  display: flex;
  justify-content: center;
}

.accordion-grid {
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (max-width: 600px) {
  .accordion-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* product cards */
.knife-option-wrapper {
  cursor: pointer;
}

.knife-option {
  border-radius: 2px;
  text-align: center;
  transition: all 0.2s;
  border: 2px solid #ffffff0d;
  position: relative;
}

.knife-option.selected {
  border: 2px solid #EC6A2C;
  background: #191919;
}

.knife-tooltip {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
  pointer-events: auto;
}

.knife-placeholder {
  width: 100%;
  height: 8vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .knife-placeholder {
    height: 20vw;
  }
}

.knife-placeholder img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 2vw;
}

.knife-name {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 12px;
  margin-bottom: 4px;
  text-align: center;
}

.knife-price {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

/* popup */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  background: #1a1a1a;
  border: 1px solid #ffffff33;
  border-radius: 2px;
  padding: 24px;
  width: 90%;
  height: 85vh;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.popup-content::-webkit-scrollbar {
  display: none;
}

.popup-overlay.active .popup-content {
  transform: scale(1);
}

.popup-close {
  position: sticky;
  top: 0px;
  float: right;
  z-index: 2;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: background 0.2s;
  margin-bottom: -32px;
}

.popup-close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.popup-close svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 255, 255, 0.8);
}

.popup-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.popup-title-row .popup-title {
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
}

.popup-view-product-btn {
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 4px;
}

.popup-view-product-btn:hover {
  color: rgba(255, 255, 255, 0.85);
}

.popup-link-icon {
  width: 20px;
  height: 20px;
}

.popup-image-container {
  width: 100%;
  height: 80%;
  min-height: 300px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  clear: both;
  overflow: hidden;
  position: relative;
}

.popup-image-container--shape {
  height: auto;
  min-height: unset;
}

.popup-image-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.03) 100%
  );
  background-size: 200% 100%;
  animation: popupImageShimmer 2s infinite ease-in-out;
  display: block;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
}

@keyframes popupImageShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.popup-image {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-out;
}

.popup-image-fade-in {
  animation: popupImageFadeIn 0.3s ease-out forwards;
}

@keyframes popupImageFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.popup-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.popup-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

.popup-price {
  margin-top: 16px;
}

.popup-tabs {
  margin-top: 24px;
}

/* skeleton loader */
.skeleton-wrapper {
  cursor: default;
}

.skeleton {
  animation: skeleton-loading 1.5s infinite ease-in-out;
  background: linear-gradient(90deg, #2a2a2a 0%, #3a3a3a 50%, #2a2a2a 100%);
  background-size: 200% 100%;
}

@keyframes skeleton-loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.skeleton-option {
  border-radius: 2px;
  text-align: center;
  border: 2px solid #ffffff0d;
  position: relative;
}

.skeleton-image {
  width: 100%;
  height: 8vw;
  margin: 0 auto;
  border-radius: 2px;
}

@media screen and (max-width: 1024px) {
  .skeleton-image {
    height: 20vw;
  }
}

.skeleton-text {
  height: 14px;
  width: 80%;
  margin: 12px auto 4px;
  border-radius: 2px;
}

.skeleton-price {
  height: 12px;
  width: 60%;
  margin: 0 auto;
  border-radius: 2px;
}

.card-skeleton-shimmer {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.03) 100%
  );
  background-size: 200% 100%;
  animation: cardShimmer 1.5s infinite ease-in-out;
  border-radius: 2px;
}

@keyframes cardShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.card-image-fade-in {
  animation: cardImageFadeIn 0.3s ease-out forwards;
}

@keyframes cardImageFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* order summary preview */
.order-summary-preview-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: block;
}

.order-summary-preview-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.order-summary-preview-images.loading {
  opacity: 0.3;
}

.order-summary-preview-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.order-summary-preview-blade {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.order-summary-preview-handle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.order-summary-preview-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

/* order summary complete */
.summary-line.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.summary-label-with-tooltip {
  display: flex;
  align-items: center;
  gap: 8px;
}

.summary-tooltip-icon {
  width: 16px;
  height: 16px;
  cursor: help;
  opacity: 0.8;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.summary--small-text.dimmed {
  opacity: 0.4;
}

.summary-radio-group {
  margin-top: 12px;
}

.summary-disabled-hint {
  margin-top: 8px;
  font-style: italic;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.summary-conditional-section {
  margin-top: 1em;
}

.summary-field-label {
  margin-bottom: 0.5em;
}

.summary-upload-section {
  margin-top: 1em;
}

.summary-upload-description {
  margin-bottom: 16px;
}

.summary-upload-loading {
  text-align: center;
  padding: 40px;
}

.summary-upload-loading-text {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}

.summary-loading-icon {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
}

.summary-uploaded-file {
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.summary-uploaded-file-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-uploaded-file-name {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.summary-uploaded-file-size {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}

.summary-upload-button {
  width: 100%;
  border-style: dashed;
  height: 40px;
}

.summary--buy-button.loading {
  cursor: not-allowed;
  opacity: 0.7;
}

.order-summary-progress-root {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  z-index: 10;
}

.order-summary-progress-track {
  height: 2px;
  background-color: #333333;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.order-summary-progress-range {
  height: 100%;
  background-color: #888888;
  border-radius: 2px;
  position: absolute;
  animation: orderSummaryIndeterminate 1.5s ease-in-out infinite;
}

@keyframes orderSummaryIndeterminate {
  0% { left: -40%; width: 40%; }
  50% { left: 20%; width: 60%; }
  100% { left: 100%; width: 40%; }
}

/* options summary grid */
.options-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5em;
  width: 100%;
}

.summary-option-card {
  border-radius: 2px;
  height: 100%;
  text-align: center;
  border: 1px solid #ffffff0d;
  background: transparent;
  position: relative;
  padding: 2vw;
}

.summary-option-placeholder {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.summary-option-placeholder img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.summary-option-name {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 8px;
  text-align: center;
}

.summary-option-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 600px) {
  .options-summary-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  
  .summary-option-placeholder {
    height: 60px;
  }
}

/* service items */
.summary-separator {
  height: 1px;
  background-color: #ffffff26;
}

.engraving-price {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 4px;
}

.summary--small-text._60 strong {
  font-size: 12px;
}

.service-item-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.service-radio-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.service-radio-label.dimmed {
  color: rgba(255, 255, 255, 0.3);
}

.service-helper-text {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-style: italic;
  margin-top: 8px;
}

/* ant design overrides */
.ant-radio-inner {
  background-color: #111111 !important;
}

.ant-radio-checked .ant-radio-inner {
  background-color: #111111 !important;
}

.ant-radio-checked .ant-radio-inner::after {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.ant-btn {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 2px !important;
}

.ant-btn:hover {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.ant-select-selector {
  border-radius: 2px !important;
}

.ant-select-dropdown {
  border-radius: 2px !important;
}

.ant-message-notice-content {
  border-radius: 2px !important;
}

/* product specs table */
.product-specs-section {
  margin: 40px auto;
}

.product-specs-container {
  max-width: 100%;
  margin: 0 auto;
}

.specs-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: left;
  color: #000000; 
}

.specs-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 2px; 
  border: 1px solid #494949; 
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #191919; 
}

.specs-table tbody tr {
  border-bottom: 1px solid #494949; 
  transition: background-color 0.2s ease;
}

.specs-table tbody tr:last-child {
  border-bottom: none;
}

.specs-table tbody tr:hover {
  background-color: #111111; 
}

.spec-label {
  font-weight: 600;
  padding: 14px 16px;
  width: 40%;
  color: #FFFFFF; 
  background-color: #191919; 
  font-size: 14px;
  vertical-align: middle;
  transition: background-color 0.2s ease;
}

.spec-value {
  padding: 14px 16px;
  width: 60%;
  color: #D5D5D5;
  font-size: 14px;
  vertical-align: middle;
  transition: background-color 0.2s ease;
}

.specs-table tbody tr:hover .spec-label {
  background-color: #111111; 
}

@media screen and (max-width: 768px) {
  .product-specs-section {
    margin: 30px auto;
  }
  
  .specs-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .spec-label,
  .spec-value {
    padding: 12px 14px;
    font-size: 13px;
  }
  
  .spec-label {
    width: 45%;
  }
  
  .spec-value {
    width: 55%;
  }
}

@media screen and (max-width: 480px) {
  .product-specs-section {
    margin: 20px auto;
  }
  
  .specs-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  
  .spec-label,
  .spec-value {
    padding: 10px 12px;
    font-size: 12px;
  }
}

@media print {
  .specs-table {
    border: 1px solid #000;
  }
  
  .specs-table tbody tr {
    border-bottom: 1px solid #000;
  }
  
  .popup-close {
    display: none;
  }
}

/* quantity and cart wrapper */
.quantity-cart-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  align-items: stretch;
  width: 100%;
}

.quantity-cart-wrapper #quantity-input,
.quantity-cart-wrapper #add-to-cart-button {
  width: 100%;
}

.quantity-cart-wrapper .summary--buy-button {
  width: 100%;
}

.quantity-cart-wrapper #add-to-cart-button {
  flex-grow: 1;
}

/* empty state */
.empty-state-text {
  color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
}

/* knife preview */
.knife-preview-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: block;
}

.knife-preview-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.knife-preview-images.loading {
  opacity: 0.3;
}

.knife-preview-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.1));
}

.knife-preview-blade {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.knife-preview-handle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.knife-preview-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

/* accordion spacing */
#blade-type-accordion,
#handle-type-accordion {
  margin-top: 1rem;
}

/* recommended handles */
.recommended-handles-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.recommended-handles-title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}

.recommended-handles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 12px;
}

.recommended-handle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.recommended-handle-image {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.recommended-handle-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.recommended-handle-no-image {
  color: rgba(255, 255, 255, 0.3);
  font-size: 10px;
}

.recommended-handle-title {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 1.2;
}

.accordion-empty-state {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 20px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  white-space: nowrap;
}
</style>