.pellucci-gel-picker {
  margin: 0 0 22px;
  padding: 16px;
  border: 1px solid #e6ded8;
  border-radius: 14px;
  background: #fbf8f6;
}

.pellucci-gel-picker__preview {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 16px;
  min-height: 112px;
  align-items: center;
}

.pellucci-gel-picker__preview img {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: cover;
  border: 1px solid #dfd4cd;
  border-radius: 12px;
  background: #fff;
}

.pellucci-gel-picker__preview img[hidden] { display: none; }
.pellucci-gel-picker__preview span,
.pellucci-gel-picker__tools label span {
  display: block;
  margin-bottom: 4px;
  color: #786c66;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.pellucci-gel-picker__preview strong { display: block; color: #251f1c; font-size: 23px; }
.pellucci-gel-picker__preview p { margin: 5px 0 0; color: #786c66; font-size: 13px; }

.pellucci-gel-picker__tools {
  display: flex;
  gap: 14px;
  margin-top: 14px;
  align-items: end;
  justify-content: space-between;
}
.pellucci-gel-picker__tools label { flex: 1; margin: 0; }
.pellucci-gel-picker__tools input[type="search"] {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid #cabeb7;
  border-radius: 9px;
  background: #fff;
  color: #251f1c;
  font-size: 16px;
}
.pellucci-gel-picker__tools input[type="search"]:focus {
  border-color: #8c5d4e;
  outline: 3px solid rgba(183, 125, 105, .16);
}
.pellucci-gel-picker__tools p { min-width: 120px; margin: 0 0 12px; color: #786c66; font-size: 12px; text-align: right; }

.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_tsvyat"] {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(58px, 1fr));
  gap: 9px !important;
  max-height: 430px;
  padding: 2px 5px 5px 2px !important;
  overflow-y: auto;
}
.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_tsvyat"] .variable-item {
  box-sizing: border-box;
  width: 58px !important;
  height: 58px !important;
  margin: 0 !important;
  border-radius: 9px !important;
}
.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_tsvyat"] .variable-item img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 7px;
  object-fit: cover;
}
.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_tsvyat"] .variable-item.selected {
  outline: 3px solid #8c5d4e;
  outline-offset: 2px;
}

@media (max-width: 600px) {
  .pellucci-gel-picker__preview { grid-template-columns: 88px 1fr; min-height: 88px; }
  .pellucci-gel-picker__preview img { width: 88px; height: 88px; }
  .pellucci-gel-picker__tools { display: block; }
  .pellucci-gel-picker__tools p { margin-top: 8px; text-align: left; }
  .single-product .variable-items-wrapper[data-attribute_name="attribute_pa_tsvyat"] { grid-template-columns: repeat(4, 1fr); max-height: 390px; }
  .single-product .variable-items-wrapper[data-attribute_name="attribute_pa_tsvyat"] .variable-item { width: 100% !important; height: auto !important; aspect-ratio: 1; }
}
