.product-item-scu-item-color{
    height: 50px;
    width: 50px;
}
#chars div{
  display: flex;
  margin-bottom: 12px;
  padding: 0;
  gap: 8px;
}

#chars div span:first-child{
  display: flex;
  flex: 1;
  min-width: 0;
}

#chars div span:first-child::after{
  content: "";
  flex: 1;
  border-bottom: 1px dashed #D7D7D7;
  margin-left: 8px;
  height: 1.3em;
}

#chars div span:last-child{
  flex-shrink: 1;
  white-space: normal;
  word-break: break-word;
  max-width: 57%;
  text-align: right;
}
#chars h4 {
  margin-bottom: 12px;
}

#chars h4:not(:first-of-type){
  margin-top: 4px;
}
.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.fullscreen-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.fullscreen-prev {
    left: 20px;
}
.fullscreen-next {
    right: 20px;
}
.fullscreen-prev, .fullscreen-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: rgba(30, 30, 30, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.fullscreen-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    cursor: default;
}
.fullscreen-overlay.active {
    opacity: 1;
    visibility: visible;
}
.fullscreen-prev svg, .fullscreen-next svg, .fullscreen-close svg {
    width: 24px;
    height: auto;
}
.fullscreen-counter {
    position: absolute;
    top: 12px;
    left: 29px;
    transform: translateX(-50%);
    color: white;
    font-size: 14px;
    font-family: system-ui, -apple-system, sans-serif;
}
#desktop-slider .swiper-slide {
  cursor: pointer;
}
