/*
	Theme Name: Hello Elementor Child
    Template: hello-elementor
*/
@import url('../hello-elementor/style.css');

/* ===== STRIPY: брендовые свотчи #CC3366 (п.7) — START ===== */
/* hover на любой свотч (Размер/Цвет) */
.thwvs-wrapper-ul .thwvs-wrapper-item-li:hover {
  border-color: #CC3366 !important;
  box-shadow: 0 0 0 2px rgba(204,51,102,.35) !important;
}
/* выбранный label-свотч (Размер): заливка брендом + белый текст */
.thwvs-wrapper-item-li.thwvs-label-li.thwvs-selected {
  border-color: #CC3366 !important;
  background-color: #CC3366 !important;
  box-shadow: 0 0 0 2px #CC3366 !important;
}
.thwvs-wrapper-item-li.thwvs-label-li.thwvs-selected .thwvs-item-span,
.thwvs-wrapper-item-li.thwvs-label-li.thwvs-selected span {
  color: #fff !important;
}
/* выбранный цвет-свотч (кружок): только розовое кольцо, заливку не трогаем */
.thwvs-wrapper-item-li.thwvs-color-li.thwvs-selected,
.thwvs-wrapper-item-li.thwvs-image-li.thwvs-selected {
  border-color: #CC3366 !important;
  box-shadow: 0 0 0 2px #CC3366 !important;
}
/* ===== STRIPY: брендовые свотчи #CC3366 (п.7) — END ===== */

/* STRIPY (п.8): прячем пустые бейджи остатка на свотчах (перекрывали кружки) */
.thwvs-wrapper-ul .size-buttons-inventory-left:empty { display: none !important; }
