.poyco-pack-stack{
  --poyco-accent: #fb4e00;
  font-family: Arial, sans-serif;
}

.poyco-pack-boxes{
  display:flex;
  flex-direction:column;
  gap:30px;
}

.poyco-pack-box{
  border:1px solid #eee;
  border-radius:12px;
  background:#fff;
  padding:14px;
}


/* ✅ por defecto: cerrado */
.poyco-pack-box .poyco-box-content{
  display:none;
}

/* ✅ solo el activo abierto */
.poyco-pack-box.active{
  border-color: var(--poyco-accent);
  background:#fff6ec;
}

.poyco-pack-box.active .poyco-box-content{
  display:block;
}

.poyco-box-header{
  display:flex;
  flex-direction:column;
  gap:8px;
  position:relative;
  cursor:pointer;
}

.poyco-box-radio{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.2px;
  color: var(--poyco-accent);
}

.poyco-box-badge{
  position:absolute;
  top:-55%;
  right:0;
  background:var(--poyco-accent);
  color:#fff;
  padding:6px 12px;
  border-radius:999px;
  font-weight:800;
  font-size:13px;
}

.poyco-box-price{
  display:flex;
  align-items:flex-end;
  gap:10px;
  justify-content:flex-end;
}

.poyco-price{ font-weight:800; font-size:18px; color:#111; }
.poyco-price-old{ font-size:19px; color:#fb4e00; text-decoration:line-through; }

.poyco-pack-subheader{
  font-size:13px;
  color:#222;
  margin-top:-2px;
}

.poyco-box-content{ margin-top:14px; cursor:default; }

.poyco-pack-instructions{
  background:#fff;
  padding:10px 12px;
  border-radius:8px;
  font-size:14px;
  margin:0 0 12px 0;
}

.poyco-slot-inline{
  padding:12px;
  border-top:1px solid rgba(0,0,0,0.08);
}

.poyco-field-buttons{ margin-bottom:10px; }

.poyco-label-buttons{
  display:block;
  font-weight:800;
  font-size:13px;
  margin-bottom:8px;
  color:#111;
}

.poyco-buttons-group{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.poyco-btn-option{
  cursor:pointer;
  user-select:none;
  position:relative;
  display:inline-flex;
  align-items:center;la
  justify-content:center;
  color:#5b4e2c;
  font-weight: 600;
}

/* ✅ input invisible pero NO display:none (clave móvil) */
.poyco-btn-option input{
  position:absolute;
  opacity:0;
  inset:0;
  width:100%;
  height:100%;
  margin:0;
  cursor:pointer;
  z-index:3;
}

/* Visual texto */
.poyco-btn-text{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #ddd;
  background:#fff;
  padding:8px 10px;
  border-radius:8px;
  font-size:13px;
  min-width:40px;
  position:relative;
  z-index:2;
}

/* Visual color */
.poyco-btn-image,
.poyco-btn-color{
  width:38px;
  height:38px;
  border-radius:999px;
  border:2px solid #fff;
  box-shadow:0 0 0 1px #ddd;
  display:inline-block;
  background-size:cover;
  background-position:center;
  position:relative;
  z-index:2;
}

/* ✅ MARCADO UNIVERSAL POR CLASE (no dependemos de selectors frágiles) */
.poyco-btn-option.is-checked .poyco-btn-text{
  border-color: var(--poyco-accent) !important;
  box-shadow:0 0 0 2px rgba(251,78,0,.25) !important;
  background:#fff7f2 !important;
}

.poyco-btn-option.is-checked .poyco-btn-image,
.poyco-btn-option.is-checked .poyco-btn-color{
  box-shadow:0 0 0 3px rgba(251,78,0,.35) !important;
  transform:scale(1.05);
}

.poyco-slot-status-inline{
  font-size:12px;
  margin-top:6px;
  color:#b00;
}

.poyco-add-cart-btn{
  width:100%;
  margin-top:12px;
  background:var(--poyco-accent);
  color:#fff;
  border:none;
  border-radius:10px;
  padding:12px 14px;
  font-weight:800;
  cursor:pointer;
}

.poyco-add-cart-btn:disabled{
  opacity:.6;
  cursor:not-allowed;
}

.poyco-add-cart-btn.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #ccc !important;
  border-color: #ccc !important;
  color: #666 !important;
}

.poyco-pack-stack .poyco-pack-box .poyco-box-badge {
  font-size: 1.5rem !important;
}

#brxe-xtytdh > div > form > div > div:nth-child(3) > div.poyco-box-price > span.poyco-price-old > span {
    color:#fb4e00;
    font-size: 16px !important;
}
    
    #brxe-xtytdh > div > form > div > div:nth-child(2) > div.poyco-box-price > span.poyco-price-old > span {
    color:#fb4e00;
        font-size: 16px !important
    }