




/* =========================
   БАЗОВО ДЛЯ ОПЦІЙ
========================= */

.t-store label.t-product__option-item{
  position:relative;
}




/* =========================
   РОЗМІР — виправлення позиції
========================= */

.t-store label.t-product__option-item.t-product__option-item_simple{
  position:relative !important;
  overflow:visible !important;
}

.t-store label.t-product__option-item.t-product__option-item_simple.t-product__option-item_active::after{
  content:"";
  position:absolute;
  top:-7px !important;
  right:-7px !important;
  left:auto !important;
  bottom:auto !important;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#BBB2E9;
  z-index:20;
}

.t-store label.t-product__option-item.t-product__option-item_simple.t-product__option-item_active::before{
  content:"";
  position:absolute;
  top:-7px !important;
  right:-7px !important;
  left:auto !important;
  bottom:auto !important;
  width:18px;
  height:18px;

  background-image:url("https://demox-000-13.site-x.pro/Media/demox-000-03/check-white.svg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:10px;

  z-index:21;
}


/* щоб кружок не обрізався */
.t-store .t-product__option-variants,
.t-store .t-product__option-variants_buttons,
.t-store .t-product__option-variants_buttons .t-product__option-item{
  overflow:visible !important;
}


/* =========================
   БЛОК РОЗМІРНОЇ СІТКИ
========================= */

.size-params-box{
  display:block !important;
  margin-top:12px !important;
  padding:10px 16px !important;
  background:#ead3de !important;
  border:none !important;
  border-radius:0 !important;
  color:#3b3136 !important;
  font-size:16px !important;
  line-height:1.4 !important;
  width:100% !important;
  box-sizing:border-box !important;
}


/* =========================
   НЕАКТИВНІ РОЗМІРИ
========================= */

.t-store label.t-product__option-item.t-product__option-item_simple{
  overflow:hidden;
}

.t-store label.t-product__option-item.t-product__option-item_simple:has(input[disabled]),
.t-store label.t-product__option-item.t-product__option-item_simple.t-product__option-item_disabled{
  opacity:0.65 !important;
}

.t-store label.t-product__option-item.t-product__option-item_simple:has(input[disabled])::after,
.t-store label.t-product__option-item.t-product__option-item_simple.t-product__option-item_disabled::after{
  content:"";
  position:absolute;
  top:50%;
  left:10%;
  width:80%;
  height:1px;
  background:rgba(0,0,0,0.35);
  transform:rotate(-35deg);
  pointer-events:none;
  z-index:3;
}

.t-store label.t-product__option-item.t-product__option-item_simple:has(input[disabled]) .t-product__option-title,
.t-store label.t-product__option-item.t-product__option-item_simple.t-product__option-item_disabled .t-product__option-title{
  color:#999 !important;
}

