.claretspt-nextgti-producer-showcase .cptps-grid{
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.claretspt-nextgti-producer-showcase .cptps-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
}

.claretspt-nextgti-producer-showcase .cptps-item{
  background: transparent;
  border: none;
  text-align: left;
  padding: 6px 8px 6px 18px;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  line-height: 1.3;
  opacity: .9;
}

.claretspt-nextgti-producer-showcase .cptps-item:before{
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: rgba(0,0,0,.2);
}

.claretspt-nextgti-producer-showcase .cptps-item.is-active{
  font-weight: 600;
  opacity: 1;
}

.claretspt-nextgti-producer-showcase .cptps-main{
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 520px;
}

.claretspt-nextgti-producer-showcase .cptps-bottle{
  max-width: 100%;
  height: auto;
  max-height: 640px;
  display: block;
}

.claretspt-nextgti-producer-showcase .cptps-details{
  flex: 0 0 420px;
}

.claretspt-nextgti-producer-showcase .cptps-panel{
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  padding: 18px 18px;
}

.claretspt-nextgti-producer-showcase .cptps-title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.claretspt-nextgti-producer-showcase .cptps-attrs{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}

.claretspt-nextgti-producer-showcase .cptps-attr-label{
  opacity: .7;
  margin-right: 6px;
  font-weight: 500;
}

.claretspt-nextgti-producer-showcase .cptps-empty{
  padding: 12px;
  border: 1px dashed rgba(0,0,0,.2);
}

@media (max-width: 1024px){
  .claretspt-nextgti-producer-showcase .cptps-grid{
    flex-direction: column;
  }
  .claretspt-nextgti-producer-showcase .cptps-details,
  .claretspt-nextgti-producer-showcase .cptps-list{
    width: 100%;
    flex: 1 1 auto;
  }
  .claretspt-nextgti-producer-showcase .cptps-main{
    min-height: 360px;
  }
}
